hexsha
stringlengths
40
40
size
int64
6
1.05M
ext
stringclasses
16 values
lang
stringclasses
4 values
max_stars_repo_path
stringlengths
3
956
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
sequencelengths
1
10
max_stars_count
int64
1
208k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
956
max_issues_repo_name
stringlengths
6
110
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
sequencelengths
1
10
max_issues_count
int64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
956
max_forks_repo_name
stringlengths
6
110
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
sequencelengths
1
10
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
6
1.05M
avg_line_length
float64
1.25
1.04M
max_line_length
int64
2
1.04M
alphanum_fraction
float64
0.01
1
4362db86bcb2e9599d386db284fbee248b08fd85
2,620
css
CSS
SocialMediaProject/Front-End/css2/style115.css
xSash/SocialMediaProject
e4f44fc137ca435cf52cc19e8083ca33c837a8ff
[ "MIT" ]
null
null
null
SocialMediaProject/Front-End/css2/style115.css
xSash/SocialMediaProject
e4f44fc137ca435cf52cc19e8083ca33c837a8ff
[ "MIT" ]
null
null
null
SocialMediaProject/Front-End/css2/style115.css
xSash/SocialMediaProject
e4f44fc137ca435cf52cc19e8083ca33c837a8ff
[ "MIT" ]
null
null
null
.spinner { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; border: 2.5px solid rgba(178,124,57, .6); border-bottom-color: #B27C39; -webkit-animation: rotateSpinner 700ms linear infinite; animation: rotateSpinner 700ms linear infinite; } @-webkit-keyframes rotateSpinner { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotateSpinner { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } * { box-sizing: border-box; } /* Preloader */ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #141618; /* change if the mask should have another color then white */ z-index: 500; /* makes sure it stays on top */ } #status { width: 200px; height: 200px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; /* is width and height divided by two */ } .spinner2 { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; border: 2.5px solid rgba(178,124,57, .6); border-bottom-color: #B27C39; -webkit-animation: rotateSpinner 700ms linear infinite; animation: rotateSpinner 700ms linear infinite; } .spinner3 { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: 0px; margin-left: -50px; border-radius: 50%; border: 2.5px solid rgba(178,124,57, .6); border-bottom-color: #B27C39; -webkit-animation: rotateSpinner 700ms linear infinite; animation: rotateSpinner 700ms linear infinite; } #status2 { width: 200px; height: 200px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; /* is width and height divided by two */ }
24.485981
105
0.662214
43633ef14476cd0b24a5f4644baf3fb82cccf037
3,527
css
CSS
css/stylepricing.css
jmateusps/proj_SI
abebf291852b2b111c766f1ba40926ec376e6296
[ "Apache-2.0" ]
null
null
null
css/stylepricing.css
jmateusps/proj_SI
abebf291852b2b111c766f1ba40926ec376e6296
[ "Apache-2.0" ]
null
null
null
css/stylepricing.css
jmateusps/proj_SI
abebf291852b2b111c766f1ba40926ec376e6296
[ "Apache-2.0" ]
null
null
null
/* Inspired by the dribble shot http://dribbble.com/shots/1285240-Freebie-Flat-Pricing-Table?list=tags&tag=pricing_table */ /*--------- Font ------------*/ @import url(http://fonts.googleapis.com/css?family=Droid+Sans); @import url(http://weloveiconfonts.com/api/?family=fontawesome); /* fontawesome */ [class*="fontawesome-"]:before { font-family: 'FontAwesome', sans-serif; } * { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*------ utiltity classes -----*/ .fl{ float:left; } .fr{ float: right; } /*its also known as clearfix*/ .group:before, .group:after { content: ""; display: table; } .group:after { clear: both; } .group { zoom: 1; /*For IE 6/7 (trigger hasLayout) */ } body { background: #F2F2F2; font-family: 'Droid Sans', sans-serif; line-height: 1; font-size: 16px; } .wrapper { } .pricing-table { width: 80%; margin: 50px auto; text-align: center; padding: 10px; padding-right: 0; } .pricing-table .heading{ color: #9C9E9F; text-transform: uppercase; font-size: 1.3rem; margin-bottom: 4rem; } .block{ width: 30%; margin: 0 15px; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /* border: 1px solid red;*/ } /*Shared properties*/ .title,.pt-footer{ color: #FEFEFE; text-transform: capitalize; line-height: 2.5; position: relative; } .content{ position: relative; color: #FEFEFE; padding: 20px 0 10px 0; } /*arrow creation*/ .content:after, .content:before,.pt-footer:before,.pt-footer:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .pt-footer:after,.pt-footer:before{ top:0; } .content:after,.pt-footer:after { border-color: rgba(136, 183, 213, 0); border-width: 5px; margin-left: -5px; } /*/arrow creation*/ .price{ position: relative; display: inline-block; margin-bottom: 0.625rem; } .price span{ font-size: 6rem; letter-spacing: 8px; font-weight: bold; } .price sup{ font-size: 1.5rem; position: absolute; top: 12px; left: -12px; } .hint{ font-style: italic; font-size: 0.9rem; } .features{ list-style-type: none; background: #FFFFFF; text-align: left; color: #9C9C9C; padding:30px 22%; font-size: 0.9rem; } .features li{ padding:15px 0; width: 100%; } .features li span{ padding-right: 0.4rem; } .pt-footer{ font-size: 0.95rem; text-transform: capitalize; } /*PERSONAL*/ .personal .title{ background: #78CFBF; } .personal .content,.personal .pt-footer{ background: #82DACA; } .personal .content:after{ border-top-color: #82DACA; } .personal .pt-footer:after{ border-top-color: #FFFFFF; } /*PROFESSIONAL*/ .professional .title{ background: #3EC6E0; } .professional .content,.professional .pt-footer{ background: #53CFE9; } .professional .content:after{ border-top-color: #53CFE9; } .professional .pt-footer:after{ border-top-color: #FFFFFF; } /*BUSINESS*/ .business .title{ background: #E3536C; } .business .content,.business .pt-footer{ background: #EB6379; } .business .content:after{ border-top-color: #EB6379; } .business .pt-footer:after { border-top-color: #FFFFFF; }
19.594444
117
0.626028
4364f1bbf84011e22232789cbf1069e548e8a7ec
33
css
CSS
assets/DevExtreme/Demos/WidgetsGallery/Demos/Charts/StepLine/jQuery/styles.css
somkiet073/ci-demos-dashbord
4c88b60463728263ad2ad30c7f9ee98885e2d9df
[ "MIT" ]
null
null
null
assets/DevExtreme/Demos/WidgetsGallery/Demos/Charts/StepLine/jQuery/styles.css
somkiet073/ci-demos-dashbord
4c88b60463728263ad2ad30c7f9ee98885e2d9df
[ "MIT" ]
null
null
null
assets/DevExtreme/Demos/WidgetsGallery/Demos/Charts/StepLine/jQuery/styles.css
somkiet073/ci-demos-dashbord
4c88b60463728263ad2ad30c7f9ee98885e2d9df
[ "MIT" ]
null
null
null
#container { height: 440px; }
11
18
0.606061
bd0dc9dc421dd5caea64485f01ae051f69c9ac6d
15,981
css
CSS
css/style.css
evios/ccis
0a3891437fb9499bea2794033305de7c863d4b76
[ "Apache-2.0" ]
2
2019-07-24T20:20:05.000Z
2022-02-13T14:22:21.000Z
css/style.css
evios/ccis
0a3891437fb9499bea2794033305de7c863d4b76
[ "Apache-2.0" ]
null
null
null
css/style.css
evios/ccis
0a3891437fb9499bea2794033305de7c863d4b76
[ "Apache-2.0" ]
null
null
null
div.graph { width:auto; float:left; display: inline; } /* Rounded Table */ #rounded-corner { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; text-align: left; border-collapse: collapse; border: 0px; } #rounded-corner thead th.rounded-first { border-left: 1px solid #f9f9f9; border-top: 0px; border-top-left-radius:8px; -moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; } #rounded-corner thead th.rounded-last { border-right: 1px solid #f9f9f9; border-top: 0px; border-top-right-radius:8px; -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; } #rounded-corner th { padding: 8px; font-weight: normal; font-size: 13px; background: #555; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; text-transform:uppercase; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; border-top: 0px; text-align:center; } #rounded-corner td.even /* nechetnie stroki v tablice */ { padding: 8px; border-top: 1px solid #f9f9f9; background: #eee; color: #444444; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; } #rounded-corner td.odd /* chetnie stroki v tablice */ { padding: 8px; border-top: 1px solid #f9f9f9; background: #ccc; color: #444444; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; } #rounded-corner tfoot td.rounded-foot { padding: 8px; border-top: 1px solid #f9f9f9; border-bottom: 1px solid #f9f9f9; background: #aaa; color: #444444; border-left: 1px solid #f9f9f9; border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; border-right: 1px solid #f9f9f9; border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; } #rounded-corner tbody tr:hover td { background: #aaa; } #rounded-corner td.odd_order_first { padding: 8px; border-top: 1px solid #f9f9f9; background: #ccc; color: #444444; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; } #rounded-corner td.odd_order_last { padding: 8px; border-top: 1px solid #f9f9f9; background: #ccc; color: #444444; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; } .css-tabs { position:relative; text-align:center; /* This is only if you want the tab items at the center */ } .css-tabs ul.menu { padding:0 10px; background:#555; list-style-type:none; display:inline-block; /* Change this to block or inline for non-center alignment */ border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; } .css-tabs ul.menu > li { display:block; float:left; /* position: relative; height: 40;*/ } .css-tabs ul.menu li > a { color: #ccc; text-shadow:1px 1px #444; text-decoration:none; display:block; text-align:center; padding:0px 10px; font:bold 11px/40px arial,helvetica,sans-serif; text-transform:uppercase; position: relative; /* height: 40;*/ width:140; } .css-tabs ul.menu li > a:hover { color:#fff; background:#444; text-shadow:1px 1px #111; } .activeLink /* For Top Menu Bar*/ { /* border-bottom:1px solid #f9f9f9; border-top:1px solid #f9f9f9;*/ color:#fff; background:#444; text-shadow:1px 1px #111; } .rounded-textbox { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:2px solid #E9E9E9; width:100px; } .rounded-textbox-search { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:left; border:2px solid #E9E9E9; /*width:100px;*/ } .rounded-textbox-quantity { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:2px solid #E9E9E9; } .rounded-textbox-search-fault { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:left; border:2px solid #E9E9E9; background-color : #FF9999; /*color: #000;*/ /*width:100px;*/ } .centerDiv { position:relative; text-align:center; width:1000px; } .button { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px; width:210px; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; } .hrefLogOut { color: white; font-family: arial, helvetica, sans-serif; font-size: 10px; height: 17px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; position: static; text-decoration: none; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; background-color:#ccc; } .divToolbar { display: block; font-family: arial, helvetica, sans-serif; font-size: 10px; height: 17px; position: absolute; right: 0px; top: 0px; width: 241px; } div.calendar { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; list-style-type : none; margin : 20px 0 20px 0; text-align: center; } div.calendar a.pas { color : #444444; text-decoration : none; background-color : #ccc; border : 1px solid #999; margin : 2px; padding : 5px; border-radius:5px 10px 5px 10px; -moz-border-radius:5px 10px 5px 10px; -webkit-border-radius:5px 10px 5px 10px; } div.calendar a.pas:hover{ color : #000; background-color : #eecc11; border : 1px solid #000; text-decoration : none; cursor : pointer; } div.calendar a.act { color : #000; text-decoration : none; background-color : #eecc11; border : 1px solid #000; text-decoration : none; margin : 2px; padding : 5px; border-radius:5px 10px 5px 10px; -moz-border-radius:5px 10px 5px 10px; -webkit-border-radius:5px 10px 5px 10px; } div.loginDiv { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; height: 150px; width: 150px; background-color : #ccc; border : 0px; text-align: center; vertical-align: middle; position: absolute; left: 45%; top: 10%; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; } .buttonLogin { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px; width:140px; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; } div.inner { position: relative; top: 5% } .rounded-textbox-login { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:left; border:2px solid #E9E9E9; width:100px; } .buttonShort /*ORDER, EDIT, CANCEL*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px; width:65px; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; /*position: relative; float: left;*/ } div.orderLeft { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; border : 0px; text-align: center; vertical-align: middle; position: relative; float:left; left: 2%; top: 5%; } div.orderRight { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; border : 0px; text-align: center; vertical-align: middle; position: relative; float:left; left: 2%; top: 5%; } div.orderCancel { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; height: 110px; width: 500px; background-color : #ccc; border : 3px solid #FF6666; text-align: center; vertical-align: middle; position: relative; top: 10%; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; } div.orderInformation { height: 240px; width: 500px; background-color : #ccc; border : 1px solid #99FF00; text-align: center; vertical-align: middle; position: relative; top: 10%; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; } .buttonPlaceOrder /*ORDER PAGE*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px solid #99FF00; width:500px; height: 25px; vertical-align: middle; font:bold 11px arial,helvetica,sans-serif; color: #99FF00; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; } .buttonCall /*ORDER PAGE*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:1px solid #000; width:500px; height: 25px; vertical-align: middle; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; } .buttonCancelOrder /*ORDER PAGE*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px solid #FF6666; width:500px; height: 25px; vertical-align: middle; font:bold 11px arial,helvetica,sans-serif; color: #FF6666; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; } div.storeName { font-family: ,,Verdana; font-size: 22px; height: 50px; color: #555; text-shadow:1px 1px #ccc; /*width: 500px; background-color : #ccc; border : 3px solid #FF6666; text-align: center; vertical-align: middle; position: relative; top: 10%; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;*/ } .buttonShortAdmin /*ORDER, EDIT, CANCEL*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px; width:65px; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#555; text-transform:uppercase; /*position: relative; float: left;*/ } .top_right_num { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 11px; position: relative; float: right; right: 6%; color: #eecc11; text-shadow:1px 1px #444; z-index:10000; } #rounded-corner td.deleted /* udalennie stroki v tablice */ { padding: 8px; border-top: 1px solid #f9f9f9; background: #eee; color: #ccc; border-right: 1px solid #f9f9f9; border-left: 1px solid #f9f9f9; } .rounded-textbox-quantity-deleted { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:2px solid #E9E9E9; background: #eee; color: #ccc; } .buttonShort_deleted /*DELETE*/ { border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-align:center; border:0px; width:65px; font:bold 11px arial,helvetica,sans-serif; color: #ccc; text-shadow:1px 1px #444; background-color:#bbb; text-transform:uppercase; /*position: relative; float: left;*/ } .h_deleted { color: #ccc; } .h_available { color: 037e4c; } .h_nonavailable { color: ff0000; }
29.322936
115
0.728866
bd10fdb09e98730e654323e156aedeecf44ba87d
692
css
CSS
referral/static/table.css
ashlin4010/DjangoPortfolio
c2576b8e0d73e5672daa29e05bad060173b45a57
[ "MIT" ]
null
null
null
referral/static/table.css
ashlin4010/DjangoPortfolio
c2576b8e0d73e5672daa29e05bad060173b45a57
[ "MIT" ]
null
null
null
referral/static/table.css
ashlin4010/DjangoPortfolio
c2576b8e0d73e5672daa29e05bad060173b45a57
[ "MIT" ]
null
null
null
.data-table { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 80%; margin-left: auto; margin-right: auto; } .data-table td, .data-table th { border: 1px solid #ddd; padding: 8px; } .data-table tr:nth-child(even) {background-color: #f2f2f2;} .data-table tr:hover {background-color: #ddd;} .data-table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #04AA6D; color: white; } .data-table td button { margin-left: auto; margin-right: auto; display: block; } .add-item { width: 100% } .button-row { display: flex; align-items: center; justify-content: center; gap: 4px; }
16.878049
59
0.647399
bd158cdb8d84f04204d1dc586138ed7c919bd97b
75
css
CSS
lib/gollum/public/assets/print-512498c368be0d3fb1ba105dfa84289ae48380ec9fcbef948bd4e23b0b095bfb.css
felio92/gollum
72c3b49dd494c5c73cd6a7f2b589e25bc2a312a3
[ "MIT" ]
8,580
2015-01-01T11:27:02.000Z
2022-03-31T07:37:28.000Z
lib/gollum/public/assets/print-512498c368be0d3fb1ba105dfa84289ae48380ec9fcbef948bd4e23b0b095bfb.css
felio92/gollum
72c3b49dd494c5c73cd6a7f2b589e25bc2a312a3
[ "MIT" ]
878
2015-01-02T17:13:54.000Z
2022-03-30T02:36:05.000Z
lib/gollum/public/assets/print-512498c368be0d3fb1ba105dfa84289ae48380ec9fcbef948bd4e23b0b095bfb.css
felio92/gollum
72c3b49dd494c5c73cd6a7f2b589e25bc2a312a3
[ "MIT" ]
1,128
2015-01-03T18:52:06.000Z
2022-03-24T15:43:07.000Z
div#footer{display:none}nav.actions{display:none}.breadcrumb{display:none}
37.5
74
0.826667
bd1a4038b8a43a2c3b21a65d3a27962c5be72867
5,564
css
CSS
public/css/app.css
gianlucanesta/laravel-comics
af3477ed739e23ba60c0375c30c770efad3a33f3
[ "MIT" ]
null
null
null
public/css/app.css
gianlucanesta/laravel-comics
af3477ed739e23ba60c0375c30c770efad3a33f3
[ "MIT" ]
null
null
null
public/css/app.css
gianlucanesta/laravel-comics
af3477ed739e23ba60c0375c30c770efad3a33f3
[ "MIT" ]
null
null
null
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap);* { margin: 0; padding: 0; box-sizing: border-box; } li { list-style-type: none; cursor: pointer; } a { text-decoration: none; } body { font-family: "Roboto", sans-serif; font-family: "Roboto Condensed", sans-serif; color: white; } a { color: inherit; text-decoration: inherit; } .container { width: 70%; margin: auto; } .align-items-center { align-items: center; } .d-flex { display: flex; } .space-between { justify-content: space-between; } header { width: 100%; display: flex; flex-direction: row; position: relative; } header .header-top { position: absolute; top: 0px; width: 100%; height: 20px; background-color: #0282f9; color: white; justify-content: center; } header .header-menu { position: absolute; top: 20px; width: 100%; background-color: white; height: 100px; color: #1c1c1c; justify-content: center; } header .header-menu .logo { flex-direction: column; } header .header-menu .logo img { width: 80px; } header .header-menu nav { display: flex; justify-content: center; } header .header-menu nav ul { display: flex; } header .header-menu nav ul li { text-transform: uppercase; flex-direction: column; margin: 0 10px; font-size: 16px; font-weight: bold; } header .header-menu nav ul a { display: inline-block; line-height: 96px; color: #1c1c1c; } header .header-menu nav ul a.current { color: #0282f9; border-bottom: 4px solid #0282f9; } header .header-jumbo { width: 100%; margin-top: 120px; } header .header-jumbo .content { overflow: hidden; height: 400px; } header .header-jumbo .content img { width: 100%; min-height: 400px; -o-object-position: top; object-position: top; -o-object-fit: cover; object-fit: cover; } main { position: relative; } main.dark-bg { background-color: #1c1c1c; } main.light-bg { background-color: white; color: #1c1c1c; } main .series-list .current-series { position: absolute; padding: 8px 26px; font-size: 24px; font-weight: bold; background-color: #0282f9; top: -23px; } main .series-list .series { padding-top: 80px; justify-content: center; text-align: center; display: flex; flex-wrap: wrap; } main .series-list .serie { width: calc(16.6666666667% - 10px); margin: 5px; } main .series-list .serie .square-img { height: 200px; overflow: hidden; cursor: pointer; } main .series-list .serie h4 { margin-top: 5px; text-align: center; text-transform: uppercase; } main .series-list .load-more { font-size: 14px; font-weight: bold; margin-top: 20px; padding: 8px 64px; background-color: #0282f9; cursor: pointer; } main .comic-details { height: 500px; display: flex; justify-content: center; } main .comic-details .blue-bar { width: 100%; height: 50px; position: absolute; background-color: #0282f9; top: -23px; } main .comic-details .comic-container { padding-top: 70px; width: 60%; position: relative; border: 1px solid black; } main .comic-details .comic-container .thumb-box { position: absolute; top: -225px; height: auto; width: auto; border: 1px solid white; } main .comic-details .comic-container .thumb-box .upper-banner { position: absolute; top: 0; left: 0; padding: 4px 6px; color: white; background-color: #00a9d9; text-transform: uppercase; font-size: 10px; } main .comic-details .comic-container .thumb-box img { width: 150px; } main .comic-details .comic-container .thumb-box .lower-banner { position: absolute; left: 0; bottom: 0; width: 100%; padding: 4px 6px; color: white; text-align: center; background-color: #00a9d9; text-transform: uppercase; font-size: 10px; } main .comic-details .comic-container .adv { display: flex; justify-content: flex-end; font-size: 12px; font-weight: bold; } main .comic-details .comic-container .upper-details { border: 1px solid red; display: flex; flex-direction: row; } main .comic-details .comic-container .upper-details .upper-details-left-col { width: 70%; padding-right: 20px; border: 1px solid green; margin: 1px; } main .comic-details .comic-container .upper-details .upper-details-left-col h1 { text-transform: uppercase; } main .comic-details .comic-container .upper-details .upper-details-left-col .price-bar { margin-top: 10px; margin-bottom: 10px; background-color: #55ba59; color: white; height: 40px; width: 100%; display: flex; align-items: center; border-bottom: 1px solid gray; } main .comic-details .comic-container .upper-details .upper-details-left-col .price-bar .left-price-bar { width: 70%; display: flex; justify-content: space-between; padding-left: 20px; padding-right: 20px; } main .comic-details .comic-container .upper-details .upper-details-left-col .price-bar .right-price-bar { width: 30%; height: 100%; display: flex; align-items: center; justify-content: center; border-left: 1px solid gray; } main .comic-details .comic-container .upper-details .upper-details-left-col .description { font-size: 14px; } main .comic-details .comic-container .upper-details .upper-details-right-col { width: 30%; border: 1px solid blue; margin: 1px; } main .comic-details .comic-container .upper-details .upper-details-right-col img { height: 100%; width: 100%; -o-object-fit: contain; object-fit: contain; } footer { padding-top: 70px; background-color: #1c1c1c; }
20.232727
135
0.683321
bd1cb44656437fb4c3592950cb01c6ae37c5bf67
1,487
css
CSS
ui/src/component/search.css
mafiqqq/impetus-app
2f47339535ba41849888b10649c43cc527b7b310
[ "Apache-2.0" ]
null
null
null
ui/src/component/search.css
mafiqqq/impetus-app
2f47339535ba41849888b10649c43cc527b7b310
[ "Apache-2.0" ]
null
null
null
ui/src/component/search.css
mafiqqq/impetus-app
2f47339535ba41849888b10649c43cc527b7b310
[ "Apache-2.0" ]
null
null
null
.searchBackground { margin-left: 100px; /* height: 490px; */ width: 58%; position: fixed; /* border: 1px solid black; */ } .cont { display: flex; float: center; width: 100%; height: 100%; padding: 0; border-radius: 0 0 20px 20px; /* border: 1px solid grey; */ background-color: white; } .searchLabel { font-size: Large; margin-bottom: 10px; margin: 50px 0 50px 50px; padding-top: 10px; color: white; } .searchOption { /* border: 1px solid black; */ float: left; width: 100%; margin-left: 150px; margin-top: 10px; margin-bottom: 10px; padding: 0; } .columnSearchMenu, .columnSearch { float: left; border: 1px solid black; width: 25%; } .columnSearch { float: right; width: 100%; } .search { -webkit-appearance: none; margin: 0; padding: 4px; border: 0; font-family: Simplified Arabic; font-size: 18px; color: white; background-color: rgba(0, 102, 153, 0.8); cursor: pointer; border-radius: 2px; } .searchDetails { display: inline; margin: 50px 0 0 50px; border: 0; } .details { -webkit-appearance: none; background-color: white; margin: 10px 20px 0 10px; border: 0; border-bottom: 2px solid rgb(85,84,84); width: 300px; } .radio { margin: 40px 0 0 56px; } label { font-family: Simplified Arabic; font-size: medium; width: 100%; } .tab-content{ height: 120px; } .tab-list-item{ padding: 5px; font-size: medium; } .tab-list-active { background-color: white; }
15.173469
43
0.63618
bd1f0452cfde300968e6ec35492b2929eb780981
2,869
css
CSS
public/css/style2.css
akmsajjad/healthcare
baea5f04029dda11a98b0ce140fa5585d1390112
[ "MIT" ]
null
null
null
public/css/style2.css
akmsajjad/healthcare
baea5f04029dda11a98b0ce140fa5585d1390112
[ "MIT" ]
null
null
null
public/css/style2.css
akmsajjad/healthcare
baea5f04029dda11a98b0ce140fa5585d1390112
[ "MIT" ]
null
null
null
.bg-div-text{ width: 65%; margin: auto; } .bg-div-text h1{ text-align: center; font-size: 4.5rem; font-weight: 900; color: #f4f4f4; letter-spacing: 2px; text-transform: uppercase; font-style: sans-serif; } .bg-div-text h2{ text-align: center; font-size: 4.5rem; font-weight: 900; color: #fff; letter-spacing: 2px; text-transform: uppercase; font-style: sans-serif; } .page_body{ padding-right: 30px; width: 100%; padding-top: 30px; } .mid-menu:after{ content: ''; display: block; clear: both; } .page_body .img_left{ float: left; padding-top: 30px; height: auto; max-width: 100%; } .page_body .img_right{ float: right; padding-top: 30px; height: auto; max-width: 100%; } .page_body p{ font-size: 18px; } .page_body.form .card{ font-size: 10px; width: 50%; float: right; } .signupbtn { padding: 10px 20px; } .signupbutton{ margin: auto; } /*NEW CODE*/ .col-md-6 p{ font-size: 15px; } .col-md-6 label { width: 100%; /* Full width */ padding: 2px; /* Some padding */ margin-top: 6px; /* Add a top margin */ margin-bottom: 16px; /* Bottom margin */ } .col-md-6 input[type=text], select, textarea { width: 100%; /* Full width */ padding: 12px; /* Some padding */ border: 1px solid #ccc; /* Gray border */ border-radius: 4px; /* Rounded borders */ box-sizing: border-box; /* Make sure that padding and width stays in place */ margin-top: 6px; /* Add a top margin */ margin-bottom: 16px; /* Bottom margin */ resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */ } /* Style the submit button with a specific background color etc */ .col-md-6 input[type=submit] { background-color: #4CAF50; color: white; padding: 12px 10px; border: none; border-radius: 4px; cursor: pointer; } /* When moving the mouse over the submit button, add a darker green color */ .col-md-6 input[type=submit]:hover { background-color: #45a049; } /* Add a background color and some padding around the form */ .col-md-6 .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .flip-card { background-color: transparent; width: 300px; height: 300px; perspective: 1000px; } .flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); } .flip-card:hover .flip-card-inner { transform: rotateY(180deg); } .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .flip-card-front { background-color: #bbb; color: black; } .flip-card-back { background-color: #2980b9; color: white; transform: rotateY(180deg); } .creator{ padding-top: 50px; padding-bottom: 40px; }
16.976331
92
0.661903
bd26e84da6fcab1480addc6e5073e6ce893101c7
3,387
css
CSS
admin/style/style-mobile-lt700px.css
Jason446620/blogotext
acad3e287bfa7bbef68e324d3b2d2eab40368dce
[ "CC-BY-3.0", "MIT" ]
91
2017-04-12T21:18:47.000Z
2021-11-26T13:24:15.000Z
admin/style/style-mobile-lt700px.css
Jason446620/blogotext
acad3e287bfa7bbef68e324d3b2d2eab40368dce
[ "CC-BY-3.0", "MIT" ]
128
2016-10-28T08:19:43.000Z
2017-04-06T19:30:30.000Z
admin/style/style-mobile-lt700px.css
Jason446620/blogotext
acad3e287bfa7bbef68e324d3b2d2eab40368dce
[ "CC-BY-3.0", "MIT" ]
37
2017-04-15T06:00:32.000Z
2022-02-18T09:22:05.000Z
@media (max-width: 700px) { #axe { padding: 10px; } #subnav form select { max-width: 35px; padding-right: 30px; margin-right: 0; position: relative; background: transparent; box-shadow: none; } #subnav form { flex: 0 0 50px; } #subnav #form-filtre { display: inline-block; background: #fafafa; margin-right: 5px; box-shadow: 0px 0px 2px rgba(0, 0, 0, .2); } #subnav #form-filtre::before { content: "\e941"; position: relative; font-size: 2em; display: inline-block; width: 0; left: 5px; } /* page billets */ #billets { } /* page écrire */ #tag_bloc, #date-and-opts { display: block; } #formdate, #formheure, #formstatut, #formallowcomment { display: block; margin: 8px 5px; } #opts { text-align: left; } .submit-bttns { padding: 0; } .button-delete, .button-submit, .button-cancel { min-width: 0; padding: 5px; } /* comms */ .commentbloc .comm-options, .commentbloc .webpage a, .commentbloc .email a, .commentbloc .reply { visibility: visible; } .commentbloc .comm-header { display: block; } .commentbloc .comm-side-icon { flex: 0 0 75px; } .commentbloc .comm-side-icon .date { font-size: .6em; } .commentbloc.foreground .comm-side-icon { display: none; } .commentbloc .comm-content blockquote { margin: auto 5px; } /* links */ .linkbloc .link-header, .linkbloc .link-footer { display: block; } /* file edit */ #fichier-meta-info { margin: 20px 0; word-wrap: break-word; word-break: break-all; } /* preferences */ #preferences p { display: block; } #preferences label { width: auto; text-align: left; } #preferences .text, #preferences textarea.text { width: 100%; display: block; } /* maintenance */ #maintenance-form fieldset { max-width: 100%; } #maintenance-form p > label { display: inline; width: auto; text-align: left; padding-right: 0; } /* paged des RSS */ #rss-menu { padding: 0 10px; } #post-list-title { padding: 5px; } #posts-menu { text-align: left; border-left: none; display: block; } #posts-menu ul { margin: 7px 0px; } #posts-menu button { margin: 0px; } #message-return { display: block; margin: 10px auto; } #feed-list { transform: translateX(-100%) translateX(10px); padding-right: 12px; position: absolute; z-index: 1; left: 0; max-width: 80%; overflow: visible; transition: transform .5s ease-in-out .15s; } #feed-list:hover { transform: translateX(0); } #rss-list { padding-right: 0%; padding-left: 25px; margin: auto 0; } #post-list > li { padding: 10px; } /* page fichiers */ #file-list td:nth-of-type(3), #file-list th:nth-of-type(3) { display: none; } }
19.807018
59
0.503986
bd298bde6872a44bfb4be9a24f6292d4d6cbfe12
6,332
css
CSS
public/avdesign/themes/white/css/product.css
avdesign/fabiolapezzi
9c051ea64cc76525de49a81c025e2d541ec2828d
[ "MIT" ]
null
null
null
public/avdesign/themes/white/css/product.css
avdesign/fabiolapezzi
9c051ea64cc76525de49a81c025e2d541ec2828d
[ "MIT" ]
null
null
null
public/avdesign/themes/white/css/product.css
avdesign/fabiolapezzi
9c051ea64cc76525de49a81c025e2d541ec2828d
[ "MIT" ]
null
null
null
jas-branding { max-width: 200px; margin: auto; } .jas-wc .page-head, .jas-wc-single .page-head { background-size: cover; background-repeat: repeat-y; background-position: center center; background-attachment: scroll; } .jas-portfolio .page-head { background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: scroll; } body, .jas-menu > li > a, .f__pop { font-family: "Poppins"; font-weight: 400; font-size: 14px; color: #878787 } h1, h2, h3, h4, h5, h6, .f__pop { font-family: "Poppins"; font-weight: 600 } h1, h2, h3, h4, h5, h6 { color: #222 } h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 24px; } h4 { font-size: 21px; } h5 { font-size: 18px; } h6 { font-size: 16px; } a:hover, a:active, .cp, .chp:hover, .inside-thumb a:hover, .jas-blog-slider .post-thumbnail > div a:hover, .shop-top-sidebar .product-categories li.current-cat a, .quantity .qty a:hover, .cart .yith-wcwl-add-to-wishlist a:hover, .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a { color: #56cfe1; } input[type="submit"]:hover, button:hover, a.button:hover, .jas-ajax-load a:hover, .widget .tagcloud a:hover, .jas-ajax-load a:hover, .cart .yith-wcwl-add-to-wishlist:hover, .p-video a:hover { border-color: #56cfe1; } input[type="submit"]:hover, button:hover, a.button:hover, .jas-ajax-load a:hover, .bgp, .bghp:hover, .signup-newsletter-form input.submit-btn:hover, .widget .tagcloud a:hover, .widget_price_filter .ui-slider-range, .widget_price_filter .ui-state-default, .jas-mini-cart .checkout, .jas-ajax-load a:hover, .metaslider .flexslider .flex-prev, .metaslider .flexslider .flex-next, .single_add_to_cart_button, .jas_wcpb_add_to_cart.single_add_to_cart_button, .jas-service[class*="icon-"] .icon:before { background-color: #56cfe1; } .bghp:focus{ color: #494949; } a, h1, h2, h3, h4, h5, h6, input[type="submit"], button, a.button, .jas-ajax-load a, .cd, .wp-caption-text, #jas-header .jas-social a, #jas-backtop:hover span i, .page-numbers li, .page-numbers li a, .jas-portfolio-single .portfolio-meta span, .sidebar .widget ul li:before, .widget ul.product_list_widget li a span.product-title, .widget .tagcloud a, .filter-trigger:hover, .filter-trigger:focus, .jas-mini-cart .mini_cart_item a:nth-child(2), .btn-atc .yith-wcwl-add-to-wishlist .ajax-loading, .product-category h3, .quantity input.input-text[type="number"], .cart .yith-wcwl-add-to-wishlist a, .wc-tabs li.active a, .wc-tabs li a:hover, .shop_table th, .order-total, .order-total td, .woocommerce-MyAccount-navigation ul li a, .jas-filter a.selected, .jas-filter a:hover, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a, .metaslider .flexslider .caption-wrap h2, .metaslider .flexslider .caption-wrap h3, .metaslider .flexslider .caption-wrap h4, .jas-menu ul li:hover > a, #jas-mobile-menu ul li a, .holder { color: #222; } input:not([type="submit"]):not([type="checkbox"]):focus, textarea:focus, .error-404.not-found a, .more-link, .widget .tagcloud a, .widget .woocommerce-product-search, .widget .search-form, .woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a, .jas-ajax-load a, form .quantity, .quantity input.input-text[type="number"]:focus, .cart .yith-wcwl-add-to-wishlist, .wc-tabs li.active a, .p-video a, .jas-filter a.selected, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover, .jas-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a { border-color: #222; } mark, .signup-newsletter-form input.submit-btn, .error-404.not-found a:hover, .more-link:hover, .widget h4.widget-title:after, .widget .woocommerce-product-search input[type="submit"], .widget .search-form .search-submit, .woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a, .jas-mini-cart .button, .btn-quickview:hover, .tab-heading:after, .product-extra-title h2:before, .product-extra-title h2:after, .section-title:before, .section-title:after { background-color: #222; } body { background-color: #fff } body { color: #878787 } h1, h2, h3, h4, h5, h6 { color: #222 } .jas-socials a, .header-text, .header__top .jas-action a { color: #878787; } .jas-menu > li > a, #jas-mobile-menu ul > li:hover > a, #jas-mobile-menu ul > li.current-menu-item > a, #jas-mobile-menu ul > li.current-menu-parent > a, #jas-mobile-menu ul > li.current-menu-ancestor > a, #jas-mobile-menu ul > li:hover > .holder, #jas-mobile-menu ul > li.current-menu-item > .holder, #jas-mobile-menu ul > li.current-menu-parent > .holder, #jas-mobile-menu ul > li.current-menu-ancestor > .holder, .jas-action a { color: #222; } .jas-menu li > a:hover, .jas-menu li.current-menu-ancestor > a, .jas-menu li.current-menu-item > a, .jas-account-menu a:hover, .jas-action a:hover { color: #56cfe1; } .jas-menu ul a, .jas-account-menu ul a { color: #878787; } .jas-menu ul li a:hover { color: #222; } .jas-menu ul, .jas-account-menu ul { background: rgba(255, 255, 255, 0.95); } #jas-footer { background: #f6f6f8; } #jas-footer { color: #878787; } .footer__top a, .footer__bot a { color: #878787; } .footer__top .widget-title { color: #222; } .footer__top a:hover, .footer__bot a:hover { color: #56cfe1; } .single-product.postid-5532 .jas-container { width: 100%; padding: 0 30px; } .sidebar .widget.yith-woocommerce-ajax-product-filter ul li:before { content: none; } .sidebar .widget.yith-woocommerce-ajax-product-filter ul li { padding-left: 0; } .jas-carousel { transition: none; }
20.491909
76
0.7012
bd2ac0a09816f277199eebae964af9fe4aab8026
140
css
CSS
public/css/custom.css
godmanshot/gus_tanker
03d601c0b1dd055ea77916907ad7e7cfe9d156c5
[ "MIT" ]
1
2021-03-09T14:14:20.000Z
2021-03-09T14:14:20.000Z
public/css/custom.css
godmanshot/gus_tanker
03d601c0b1dd055ea77916907ad7e7cfe9d156c5
[ "MIT" ]
1
2021-02-02T17:06:56.000Z
2021-02-02T17:06:56.000Z
public/css/custom.css
godmanshot/gus_tanker
03d601c0b1dd055ea77916907ad7e7cfe9d156c5
[ "MIT" ]
null
null
null
.select-options-more { color: #3c8dbc !important; display: none; } .select-options-more.collapsed { display: none !important; }
17.5
32
0.671429
bd2b4cd2d31da771dcd2c6f1379ec975e06ca378
3,154
css
CSS
data/usercss/51635.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/51635.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/51635.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name ReadManga - Dark and Round Conners @namespace USO Archive @author archerymask @description `Темный фонУменьшено прозрачность картинки так что она стала менее яркойЗакругленные кончики )(Чтоб убрать рекламу пользуйтесь AdBlocker)UpDate 02.08.2011 - подправлен цвет текстаUpDate 02.09.2011 - баг цвета описания и шрифт TahomaUpDate 19.07.2012 - добавлены новые сайтыUpDate 05.12.2012 - добавлены новые сайты, небольшие правки кнопокUpDate 15.05.2014 - можно читать мангу и в узком окне, изменен оттенок с 210 на 70 + новые сайты проектаUpDate 15.12.2014 - доработан фильтр в расширенном поискеUpDate 06.04.2015 - учтены изменения сайта для ширины области чтения (почти год прошел и таки сделали))))` @version 20170614.13.22 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("readmanga.me"), domain("adultmanga.ru"), domain("mintmanga.com"), domain("readmanga.ru"), domain("doramatv.ru"), domain("librebook.ru"), domain("selfmanga.ru"), domain("grouple.co"), domain("findanime.ru"), domain("grouple.ru"), domain("findanime.me") { #mangaPicture { opacity: 0.7 !important; border-radius: 20px !important; } .top_ba, .pull-left { display: none !important; } h1, h2, h3 { color: hsl(70, 10%, 70%) !important; } /* main text */ body, div, #menu, menu, label, td, p, tr, span, .manga-description span, .manga-description p, .manga-description { background: hsl(70, 8%, 15%) !important; color: hsl(70, 10%, 70%) !important; border: hsl(70, 8%, 30%) !important; border-radius: 0.5em !important; } /* conteiners */ .pageBlock, .nav-main-menu,.rightContent { border: hsl(70, 8%, 30%) solid !important; border-radius: 0.5em !important; } .nav-main-menu *, .nav-sub-menu *,.rightContent * { background: hsl(70, 8%, 20%) !important; } td, .open-border { border-bottom: hsla(70, 30%, 30%, 0.5) 1px solid !important; } /* controls, selected */ th, input, select, option, .button, button, .btn, .form-control, .open , .table-hover > tbody > tr:hover{ background: hsla(70, 30%, 30%, 0.7) !important; color: hsl(70, 10%, 70%) !important; border: hsl(70, 30%, 30%) 1px solid !important; } a:link, a:active, a { color: hsl(70, 100%, 50%) !important; border: hsl(70, 30%, 100%) !important; border-radius: 0.5em; } a:visited { color: hsl(70, 0%, 50%) !important; } a:hover { background: hsla(70, 50%, 50%, 0.2) !important; color: hsl(70, 100%, 70%) !important; } /* filters */ #searchform .property .js-link, #searchform span{background-image: radial-gradient(circle at 6px 50%, hsl(70, 10%, 70%), hsl(70, 10%, 70%) 7px, transparent 0%) !important; } #searchform .property .js-link.exclude, #searchform span.exclude{background-image: radial-gradient(circle at 6px 50%, red, red 7px, transparent 0%) !important; } #searchform .property .js-link.include, #searchform span.include{background-image: radial-gradient(circle at 6px 50%, green, green 7px, transparent 0%) !important; } }
44.422535
622
0.668675
bd2cd5baf63c6768c96df38fc58e5c6a6dfa8871
1,484
css
CSS
src/styles/App.css
DeFi-Battles/defi-battle-frontend
d69eebeda021835c1401e5a7a4426ab246779f8d
[ "MIT" ]
null
null
null
src/styles/App.css
DeFi-Battles/defi-battle-frontend
d69eebeda021835c1401e5a7a4426ab246779f8d
[ "MIT" ]
null
null
null
src/styles/App.css
DeFi-Battles/defi-battle-frontend
d69eebeda021835c1401e5a7a4426ab246779f8d
[ "MIT" ]
2
2021-05-10T11:10:53.000Z
2021-10-05T22:00:22.000Z
/* @import url(https://fonts.googleapis.com/css?family=Press+Start+2P); */ .App { font-family: "Press Start 2P", cursive; } .navbar { display: flex; flex-direction: row; justify-content: space-around; border: 1px solid black; padding: 20px; } /* HOME */ .home-container { margin: 10px; } .m-box { width: 20rem; height: 16rem; display: flex; flex-direction: column; align-items: center; justify-content: center; } .m-details-wrapper { margin-top: 1rem; display: flex; flex-wrap: wrap; width: 100%; justify-content: space-around; } .m-all-wrapper { display: flex; justify-content: space-around; flex-wrap: wrap; } .coreteam-members { display: flex; flex-wrap: wrap; justify-content: space-around; } /* Create NFT */ .create-nft-container { margin: 10px; } .create-nft-box { display: grid; grid-template-columns: 40% 60%; flex-direction: column; align-items: center; } .create-nft-image { } .my-nft-container-left { display: grid; grid-template-columns: auto; grid-gap: 20px; text-align: start; margin: 10%; } .create-nft-attributes { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1em; } .create-nft-attributes-traits { text-decoration: underline wavy blue; } .create-nft-attributes-value { color: rgb(236, 76, 98); } /* My NFTs */ .my-nfts-container { margin: 10px; display: flex; flex-direction: column; align-items: center; } .my-nfts-list { /* padding: 10px; */ }
15.298969
74
0.657008
bd2d47d8075f32e55f4ce58619d63474a1f3a596
64,177
css
CSS
public/assets/css/pe7-icon.css
aminmohamadi/zand
8aa53710670c3b39b5e84ab6c38201d2fec65a87
[ "MIT" ]
null
null
null
public/assets/css/pe7-icon.css
aminmohamadi/zand
8aa53710670c3b39b5e84ab6c38201d2fec65a87
[ "MIT" ]
null
null
null
public/assets/css/pe7-icon.css
aminmohamadi/zand
8aa53710670c3b39b5e84ab6c38201d2fec65a87
[ "MIT" ]
null
null
null
@font-face{font-family:'Pe-icon-7-stroke';src:url("../fonts/pe7-icon/Pe-icon-7-stroke.eot?d7yf1v");src:url("../fonts/pe7-icon/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"),url("../fonts/pe7-icon/Pe-icon-7-stroke.woff?d7yf1v") format("woff"),url("../fonts/pe7-icon/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"),url("../fonts/pe7-icon/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");font-weight:normal;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .pe-7s-album:before{content:""} .pe-7s-arc:before{content:""} .pe-7s-back-2:before{content:""} .pe-7s-bandaid:before{content:""} .pe-7s-car:before{content:""} .pe-7s-diamond:before{content:""} .pe-7s-door-lock:before{content:""} .pe-7s-eyedropper:before{content:""} .pe-7s-female:before{content:""} .pe-7s-gym:before{content:""} .pe-7s-hammer:before{content:""} .pe-7s-headphones:before{content:""} .pe-7s-helm:before{content:""} .pe-7s-hourglass:before{content:""} .pe-7s-leaf:before{content:""} .pe-7s-magic-wand:before{content:""} .pe-7s-male:before{content:""} .pe-7s-map-2:before{content:""} .pe-7s-next-2:before{content:""} .pe-7s-paint-bucket:before{content:""} .pe-7s-pendrive:before{content:""} .pe-7s-photo:before{content:""} .pe-7s-piggy:before{content:""} .pe-7s-plugin:before{content:""} .pe-7s-refresh-2:before{content:""} .pe-7s-rocket:before{content:""} .pe-7s-settings:before{content:""} .pe-7s-shield:before{content:""} .pe-7s-smile:before{content:""} .pe-7s-usb:before{content:""} .pe-7s-vector:before{content:""} .pe-7s-wine:before{content:""} .pe-7s-cloud-upload:before{content:""} .pe-7s-cash:before{content:""} .pe-7s-close:before{content:""} .pe-7s-bluetooth:before{content:""} .pe-7s-cloud-download:before{content:""} .pe-7s-way:before{content:""} .pe-7s-close-circle:before{content:""} .pe-7s-id:before{content:""} .pe-7s-angle-up:before{content:""} .pe-7s-wristwatch:before{content:""} .pe-7s-angle-up-circle:before{content:""} .pe-7s-world:before{content:""} .pe-7s-angle-right:before{content:""} .pe-7s-volume:before{content:""} .pe-7s-angle-right-circle:before{content:""} .pe-7s-users:before{content:""} .pe-7s-angle-left:before{content:""} .pe-7s-user-female:before{content:""} .pe-7s-angle-left-circle:before{content:""} .pe-7s-up-arrow:before{content:""} .pe-7s-angle-down:before{content:""} .pe-7s-switch:before{content:""} .pe-7s-angle-down-circle:before{content:""} .pe-7s-scissors:before{content:""} .pe-7s-wallet:before{content:""} .pe-7s-safe:before{content:""} .pe-7s-volume2:before{content:""} .pe-7s-volume1:before{content:""} .pe-7s-voicemail:before{content:""} .pe-7s-video:before{content:""} .pe-7s-user:before{content:""} .pe-7s-upload:before{content:""} .pe-7s-unlock:before{content:""} .pe-7s-umbrella:before{content:""} .pe-7s-trash:before{content:""} .pe-7s-tools:before{content:""} .pe-7s-timer:before{content:""} .pe-7s-ticket:before{content:""} .pe-7s-target:before{content:""} .pe-7s-sun:before{content:""} .pe-7s-study:before{content:""} .pe-7s-stopwatch:before{content:""} .pe-7s-star:before{content:""} .pe-7s-speaker:before{content:""} .pe-7s-signal:before{content:""} .pe-7s-shuffle:before{content:""} .pe-7s-shopbag:before{content:""} .pe-7s-share:before{content:""} .pe-7s-server:before{content:""} .pe-7s-search:before{content:""} .pe-7s-film:before{content:""} .pe-7s-science:before{content:""} .pe-7s-disk:before{content:""} .pe-7s-ribbon:before{content:""} .pe-7s-repeat:before{content:""} .pe-7s-refresh:before{content:""} .pe-7s-add-user:before{content:""} .pe-7s-refresh-cloud:before{content:""} .pe-7s-paperclip:before{content:""} .pe-7s-radio:before{content:""} .pe-7s-note2:before{content:""} .pe-7s-print:before{content:""} .pe-7s-network:before{content:""} .pe-7s-prev:before{content:""} .pe-7s-mute:before{content:""} .pe-7s-power:before{content:""} .pe-7s-medal:before{content:""} .pe-7s-portfolio:before{content:""} .pe-7s-like2:before{content:""} .pe-7s-plus:before{content:""} .pe-7s-left-arrow:before{content:""} .pe-7s-play:before{content:""} .pe-7s-key:before{content:""} .pe-7s-plane:before{content:""} .pe-7s-joy:before{content:""} .pe-7s-photo-gallery:before{content:""} .pe-7s-pin:before{content:""} .pe-7s-phone:before{content:""} .pe-7s-plug:before{content:""} .pe-7s-pen:before{content:""} .pe-7s-right-arrow:before{content:""} .pe-7s-paper-plane:before{content:""} .pe-7s-delete-user:before{content:""} .pe-7s-paint:before{content:""} .pe-7s-bottom-arrow:before{content:""} .pe-7s-notebook:before{content:""} .pe-7s-note:before{content:""} .pe-7s-next:before{content:""} .pe-7s-news-paper:before{content:""} .pe-7s-musiclist:before{content:""} .pe-7s-music:before{content:""} .pe-7s-mouse:before{content:""} .pe-7s-more:before{content:""} .pe-7s-moon:before{content:""} .pe-7s-monitor:before{content:""} .pe-7s-micro:before{content:""} .pe-7s-menu:before{content:""} .pe-7s-map:before{content:""} .pe-7s-map-marker:before{content:""} .pe-7s-mail:before{content:""} .pe-7s-mail-open:before{content:""} .pe-7s-mail-open-file:before{content:""} .pe-7s-magnet:before{content:""} .pe-7s-loop:before{content:""} .pe-7s-look:before{content:""} .pe-7s-lock:before{content:""} .pe-7s-lintern:before{content:""} .pe-7s-link:before{content:""} .pe-7s-like:before{content:""} .pe-7s-light:before{content:""} .pe-7s-less:before{content:""} .pe-7s-keypad:before{content:""} .pe-7s-junk:before{content:""} .pe-7s-info:before{content:""} .pe-7s-home:before{content:""} .pe-7s-help2:before{content:""} .pe-7s-help1:before{content:""} .pe-7s-graph3:before{content:""} .pe-7s-graph2:before{content:""} .pe-7s-graph1:before{content:""} .pe-7s-graph:before{content:""} .pe-7s-global:before{content:""} .pe-7s-gleam:before{content:""} .pe-7s-glasses:before{content:""} .pe-7s-gift:before{content:""} .pe-7s-folder:before{content:""} .pe-7s-flag:before{content:""} .pe-7s-filter:before{content:""} .pe-7s-file:before{content:""} .pe-7s-expand1:before{content:""} .pe-7s-exapnd2:before{content:""} .pe-7s-edit:before{content:""} .pe-7s-drop:before{content:""} .pe-7s-drawer:before{content:""} .pe-7s-download:before{content:""} .pe-7s-display2:before{content:""} .pe-7s-display1:before{content:""} .pe-7s-diskette:before{content:""} .pe-7s-date:before{content:""} .pe-7s-cup:before{content:""} .pe-7s-culture:before{content:""} .pe-7s-crop:before{content:""} .pe-7s-credit:before{content:""} .pe-7s-copy-file:before{content:""} .pe-7s-config:before{content:""} .pe-7s-compass:before{content:""} .pe-7s-comment:before{content:""} .pe-7s-coffee:before{content:""} .pe-7s-cloud:before{content:""} .pe-7s-clock:before{content:""} .pe-7s-check:before{content:""} .pe-7s-chat:before{content:""} .pe-7s-cart:before{content:""} .pe-7s-camera:before{content:""} .pe-7s-call:before{content:""} .pe-7s-calculator:before{content:""} .pe-7s-browser:before{content:""} .pe-7s-box2:before{content:""} .pe-7s-box1:before{content:""} .pe-7s-bookmarks:before{content:""} .pe-7s-bicycle:before{content:""} .pe-7s-bell:before{content:""} .pe-7s-battery:before{content:""} .pe-7s-ball:before{content:""} .pe-7s-back:before{content:""} .pe-7s-attention:before{content:""} .pe-7s-anchor:before{content:""} .pe-7s-albums:before{content:""} .pe-7s-alarm:before{content:""} .pe-7s-airplay:before{content:""}/*! Modified from font-awesome helper CSS classes - PIXEDEN * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (CSS: MIT License) */.pe-lg{font-size:1.33em;line-height:0.75em;vertical-align:-15%}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.2857142857142858em;text-align:center}.pe-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:0.14285714285714285em;text-align:center}.pe-li.pe-lg{left:-1.8571428571428572em}.pe-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.pull-right{float:right}.pe.pull-left{float:left;margin-right:.3em;margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);transform:scale(1, -1)}.pe-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#ffffff}.pe-va{vertical-align:middle}.pe-border{border:solid 0.08em #eaeaea} /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGU3LWljb24uY3NzIiwic291cmNlcyI6WyJwZTctaWNvbi5zY3NzIiwicGU3LWljb24vX3ZhcmlhYmxlcy5zY3NzIiwicGU3LWljb24vX3BhdGguc2NzcyIsInBlNy1pY29uL19jb3JlLnNjc3MiLCJwZTctaWNvbi9faWNvbnMuc2NzcyIsInBlNy1pY29uL19oZWxwZXIuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0IFwicGU3LWljb24vdmFyaWFibGVzXCI7XHJcbkBpbXBvcnQgXCJwZTctaWNvbi9wYXRoXCI7XHJcbkBpbXBvcnQgXCJwZTctaWNvbi9jb3JlXCI7XHJcbkBpbXBvcnQgXCJwZTctaWNvbi9pY29uc1wiO1xyXG5AaW1wb3J0IFwicGU3LWljb24vaGVscGVyXCI7IiwiJHBlLTdzLWZvbnQtcGF0aDogXCIuLi9mb250cy9wZTctaWNvblwiICFkZWZhdWx0O1xyXG4kZm9udC1zaXplLWJhc2U6IDFlbSAhZGVmYXVsdDtcclxuJGZvbnQtcHJlZml4OiBcInBlLTdzXCIgIWRlZmF1bHQ7XHJcblxyXG4kZm9udC12YXItYWxidW06IFwiXFxlNmFhXCI7XHJcbiRmb250LXZhci1hcmM6IFwiXFxlNmFiXCI7XHJcbiRmb250LXZhci1iYWNrLTI6IFwiXFxlNmFjXCI7XHJcbiRmb250LXZhci1iYW5kYWlkOiBcIlxcZTZhZFwiO1xyXG4kZm9udC12YXItY2FyOiBcIlxcZTZhZVwiO1xyXG4kZm9udC12YXItZGlhbW9uZDogXCJcXGU2YWZcIjtcclxuJGZvbnQtdmFyLWRvb3ItbG9jazogXCJcXGU2YjBcIjtcclxuJGZvbnQtdmFyLWV5ZWRyb3BwZXI6IFwiXFxlNmIxXCI7XHJcbiRmb250LXZhci1mZW1hbGU6IFwiXFxlNmIyXCI7XHJcbiRmb250LXZhci1neW06IFwiXFxlNmIzXCI7XHJcbiRmb250LXZhci1oYW1tZXI6IFwiXFxlNmI0XCI7XHJcbiRmb250LXZhci1oZWFkcGhvbmVzOiBcIlxcZTZiNVwiO1xyXG4kZm9udC12YXItaGVsbTogXCJcXGU2YjZcIjtcclxuJGZvbnQtdmFyLWhvdXJnbGFzczogXCJcXGU2YjdcIjtcclxuJGZvbnQtdmFyLWxlYWY6IFwiXFxlNmI4XCI7XHJcbiRmb250LXZhci1tYWdpYy13YW5kOiBcIlxcZTZiOVwiO1xyXG4kZm9udC12YXItbWFsZTogXCJcXGU2YmFcIjtcclxuJGZvbnQtdmFyLW1hcC0yOiBcIlxcZTZiYlwiO1xyXG4kZm9udC12YXItbmV4dC0yOiBcIlxcZTZiY1wiO1xyXG4kZm9udC12YXItcGFpbnQtYnVja2V0OiBcIlxcZTZiZFwiO1xyXG4kZm9udC12YXItcGVuZHJpdmU6IFwiXFxlNmJlXCI7XHJcbiRmb250LXZhci1waG90bzogXCJcXGU2YmZcIjtcclxuJGZvbnQtdmFyLXBpZ2d5OiBcIlxcZTZjMFwiO1xyXG4kZm9udC12YXItcGx1Z2luOiBcIlxcZTZjMVwiO1xyXG4kZm9udC12YXItcmVmcmVzaC0yOiBcIlxcZTZjMlwiO1xyXG4kZm9udC12YXItcm9ja2V0OiBcIlxcZTZjM1wiO1xyXG4kZm9udC12YXItc2V0dGluZ3M6IFwiXFxlNmM0XCI7XHJcbiRmb250LXZhci1zaGllbGQ6IFwiXFxlNmM1XCI7XHJcbiRmb250LXZhci1zbWlsZTogXCJcXGU2YzZcIjtcclxuJGZvbnQtdmFyLXVzYjogXCJcXGU2YzdcIjtcclxuJGZvbnQtdmFyLXZlY3RvcjogXCJcXGU2YzhcIjtcclxuJGZvbnQtdmFyLXdpbmU6IFwiXFxlNmM5XCI7XHJcbiRmb250LXZhci1jbG91ZC11cGxvYWQ6IFwiXFxlNjhhXCI7XHJcbiRmb250LXZhci1jYXNoOiBcIlxcZTY4Y1wiO1xyXG4kZm9udC12YXItY2xvc2U6IFwiXFxlNjgwXCI7XHJcbiRmb250LXZhci1ibHVldG9vdGg6IFwiXFxlNjhkXCI7XHJcbiRmb250LXZhci1jbG91ZC1kb3dubG9hZDogXCJcXGU2OGJcIjtcclxuJGZvbnQtdmFyLXdheTogXCJcXGU2OGVcIjtcclxuJGZvbnQtdmFyLWNsb3NlLWNpcmNsZTogXCJcXGU2ODFcIjtcclxuJGZvbnQtdmFyLWlkOiBcIlxcZTY4ZlwiO1xyXG4kZm9udC12YXItYW5nbGUtdXA6IFwiXFxlNjgyXCI7XHJcbiRmb250LXZhci13cmlzdHdhdGNoOiBcIlxcZTY5MFwiO1xyXG4kZm9udC12YXItYW5nbGUtdXAtY2lyY2xlOiBcIlxcZTY4M1wiO1xyXG4kZm9udC12YXItd29ybGQ6IFwiXFxlNjkxXCI7XHJcbiRmb250LXZhci1hbmdsZS1yaWdodDogXCJcXGU2ODRcIjtcclxuJGZvbnQtdmFyLXZvbHVtZTogXCJcXGU2OTJcIjtcclxuJGZvbnQtdmFyLWFuZ2xlLXJpZ2h0LWNpcmNsZTogXCJcXGU2ODVcIjtcclxuJGZvbnQtdmFyLXVzZXJzOiBcIlxcZTY5M1wiO1xyXG4kZm9udC12YXItYW5nbGUtbGVmdDogXCJcXGU2ODZcIjtcclxuJGZvbnQtdmFyLXVzZXItZmVtYWxlOiBcIlxcZTY5NFwiO1xyXG4kZm9udC12YXItYW5nbGUtbGVmdC1jaXJjbGU6IFwiXFxlNjg3XCI7XHJcbiRmb250LXZhci11cC1hcnJvdzogXCJcXGU2OTVcIjtcclxuJGZvbnQtdmFyLWFuZ2xlLWRvd246IFwiXFxlNjg4XCI7XHJcbiRmb250LXZhci1zd2l0Y2g6IFwiXFxlNjk2XCI7XHJcbiRmb250LXZhci1hbmdsZS1kb3duLWNpcmNsZTogXCJcXGU2ODlcIjtcclxuJGZvbnQtdmFyLXNjaXNzb3JzOiBcIlxcZTY5N1wiO1xyXG4kZm9udC12YXItd2FsbGV0OiBcIlxcZTYwMFwiO1xyXG4kZm9udC12YXItc2FmZTogXCJcXGU2OThcIjtcclxuJGZvbnQtdmFyLXZvbHVtZTI6IFwiXFxlNjAxXCI7XHJcbiRmb250LXZhci12b2x1bWUxOiBcIlxcZTYwMlwiO1xyXG4kZm9udC12YXItdm9pY2VtYWlsOiBcIlxcZTYwM1wiO1xyXG4kZm9udC12YXItdmlkZW86IFwiXFxlNjA0XCI7XHJcbiRmb250LXZhci11c2VyOiBcIlxcZTYwNVwiO1xyXG4kZm9udC12YXItdXBsb2FkOiBcIlxcZTYwNlwiO1xyXG4kZm9udC12YXItdW5sb2NrOiBcIlxcZTYwN1wiO1xyXG4kZm9udC12YXItdW1icmVsbGE6IFwiXFxlNjA4XCI7XHJcbiRmb250LXZhci10cmFzaDogXCJcXGU2MDlcIjtcclxuJGZvbnQtdmFyLXRvb2xzOiBcIlxcZTYwYVwiO1xyXG4kZm9udC12YXItdGltZXI6IFwiXFxlNjBiXCI7XHJcbiRmb250LXZhci10aWNrZXQ6IFwiXFxlNjBjXCI7XHJcbiRmb250LXZhci10YXJnZXQ6IFwiXFxlNjBkXCI7XHJcbiRmb250LXZhci1zdW46IFwiXFxlNjBlXCI7XHJcbiRmb250LXZhci1zdHVkeTogXCJcXGU2MGZcIjtcclxuJGZvbnQtdmFyLXN0b3B3YXRjaDogXCJcXGU2MTBcIjtcclxuJGZvbnQtdmFyLXN0YXI6IFwiXFxlNjExXCI7XHJcbiRmb250LXZhci1zcGVha2VyOiBcIlxcZTYxMlwiO1xyXG4kZm9udC12YXItc2lnbmFsOiBcIlxcZTYxM1wiO1xyXG4kZm9udC12YXItc2h1ZmZsZTogXCJcXGU2MTRcIjtcclxuJGZvbnQtdmFyLXNob3BiYWc6IFwiXFxlNjE1XCI7XHJcbiRmb250LXZhci1zaGFyZTogXCJcXGU2MTZcIjtcclxuJGZvbnQtdmFyLXNlcnZlcjogXCJcXGU2MTdcIjtcclxuJGZvbnQtdmFyLXNlYXJjaDogXCJcXGU2MThcIjtcclxuJGZvbnQtdmFyLWZpbG06IFwiXFxlNmE1XCI7XHJcbiRmb250LXZhci1zY2llbmNlOiBcIlxcZTYxOVwiO1xyXG4kZm9udC12YXItZGlzazogXCJcXGU2YTZcIjtcclxuJGZvbnQtdmFyLXJpYmJvbjogXCJcXGU2MWFcIjtcclxuJGZvbnQtdmFyLXJlcGVhdDogXCJcXGU2MWJcIjtcclxuJGZvbnQtdmFyLXJlZnJlc2g6IFwiXFxlNjFjXCI7XHJcbiRmb250LXZhci1hZGQtdXNlcjogXCJcXGU2YTlcIjtcclxuJGZvbnQtdmFyLXJlZnJlc2gtY2xvdWQ6IFwiXFxlNjFkXCI7XHJcbiRmb250LXZhci1wYXBlcmNsaXA6IFwiXFxlNjljXCI7XHJcbiRmb250LXZhci1yYWRpbzogXCJcXGU2MWVcIjtcclxuJGZvbnQtdmFyLW5vdGUyOiBcIlxcZTY5ZFwiO1xyXG4kZm9udC12YXItcHJpbnQ6IFwiXFxlNjFmXCI7XHJcbiRmb250LXZhci1uZXR3b3JrOiBcIlxcZTY5ZVwiO1xyXG4kZm9udC12YXItcHJldjogXCJcXGU2MjBcIjtcclxuJGZvbnQtdmFyLW11dGU6IFwiXFxlNjlmXCI7XHJcbiRmb250LXZhci1wb3dlcjogXCJcXGU2MjFcIjtcclxuJGZvbnQtdmFyLW1lZGFsOiBcIlxcZTZhMFwiO1xyXG4kZm9udC12YXItcG9ydGZvbGlvOiBcIlxcZTYyMlwiO1xyXG4kZm9udC12YXItbGlrZTI6IFwiXFxlNmExXCI7XHJcbiRmb250LXZhci1wbHVzOiBcIlxcZTYyM1wiO1xyXG4kZm9udC12YXItbGVmdC1hcnJvdzogXCJcXGU2YTJcIjtcclxuJGZvbnQtdmFyLXBsYXk6IFwiXFxlNjI0XCI7XHJcbiRmb250LXZhci1rZXk6IFwiXFxlNmEzXCI7XHJcbiRmb250LXZhci1wbGFuZTogXCJcXGU2MjVcIjtcclxuJGZvbnQtdmFyLWpveTogXCJcXGU2YTRcIjtcclxuJGZvbnQtdmFyLXBob3RvLWdhbGxlcnk6IFwiXFxlNjI2XCI7XHJcbiRmb250LXZhci1waW46IFwiXFxlNjliXCI7XHJcbiRmb250LXZhci1waG9uZTogXCJcXGU2MjdcIjtcclxuJGZvbnQtdmFyLXBsdWc6IFwiXFxlNjlhXCI7XHJcbiRmb250LXZhci1wZW46IFwiXFxlNjI4XCI7XHJcbiRmb250LXZhci1yaWdodC1hcnJvdzogXCJcXGU2OTlcIjtcclxuJGZvbnQtdmFyLXBhcGVyLXBsYW5lOiBcIlxcZTYyOVwiO1xyXG4kZm9udC12YXItZGVsZXRlLXVzZXI6IFwiXFxlNmE3XCI7XHJcbiRmb250LXZhci1wYWludDogXCJcXGU2MmFcIjtcclxuJGZvbnQtdmFyLWJvdHRvbS1hcnJvdzogXCJcXGU2YThcIjtcclxuJGZvbnQtdmFyLW5vdGVib29rOiBcIlxcZTYyYlwiO1xyXG4kZm9udC12YXItbm90ZTogXCJcXGU2MmNcIjtcclxuJGZvbnQtdmFyLW5leHQ6IFwiXFxlNjJkXCI7XHJcbiRmb250LXZhci1uZXdzLXBhcGVyOiBcIlxcZTYyZVwiO1xyXG4kZm9udC12YXItbXVzaWNsaXN0OiBcIlxcZTYyZlwiO1xyXG4kZm9udC12YXItbXVzaWM6IFwiXFxlNjMwXCI7XHJcbiRmb250LXZhci1tb3VzZTogXCJcXGU2MzFcIjtcclxuJGZvbnQtdmFyLW1vcmU6IFwiXFxlNjMyXCI7XHJcbiRmb250LXZhci1tb29uOiBcIlxcZTYzM1wiO1xyXG4kZm9udC12YXItbW9uaXRvcjogXCJcXGU2MzRcIjtcclxuJGZvbnQtdmFyLW1pY3JvOiBcIlxcZTYzNVwiO1xyXG4kZm9udC12YXItbWVudTogXCJcXGU2MzZcIjtcclxuJGZvbnQtdmFyLW1hcDogXCJcXGU2MzdcIjtcclxuJGZvbnQtdmFyLW1hcC1tYXJrZXI6IFwiXFxlNjM4XCI7XHJcbiRmb250LXZhci1tYWlsOiBcIlxcZTYzOVwiO1xyXG4kZm9udC12YXItbWFpbC1vcGVuOiBcIlxcZTYzYVwiO1xyXG4kZm9udC12YXItbWFpbC1vcGVuLWZpbGU6IFwiXFxlNjNiXCI7XHJcbiRmb250LXZhci1tYWduZXQ6IFwiXFxlNjNjXCI7XHJcbiRmb250LXZhci1sb29wOiBcIlxcZTYzZFwiO1xyXG4kZm9udC12YXItbG9vazogXCJcXGU2M2VcIjtcclxuJGZvbnQtdmFyLWxvY2s6IFwiXFxlNjNmXCI7XHJcbiRmb250LXZhci1saW50ZXJuOiBcIlxcZTY0MFwiO1xyXG4kZm9udC12YXItbGluazogXCJcXGU2NDFcIjtcclxuJGZvbnQtdmFyLWxpa2U6IFwiXFxlNjQyXCI7XHJcbiRmb250LXZhci1saWdodDogXCJcXGU2NDNcIjtcclxuJGZvbnQtdmFyLWxlc3M6IFwiXFxlNjQ0XCI7XHJcbiRmb250LXZhci1rZXlwYWQ6IFwiXFxlNjQ1XCI7XHJcbiRmb250LXZhci1qdW5rOiBcIlxcZTY0NlwiO1xyXG4kZm9udC12YXItaW5mbzogXCJcXGU2NDdcIjtcclxuJGZvbnQtdmFyLWhvbWU6IFwiXFxlNjQ4XCI7XHJcbiRmb250LXZhci1oZWxwMjogXCJcXGU2NDlcIjtcclxuJGZvbnQtdmFyLWhlbHAxOiBcIlxcZTY0YVwiO1xyXG4kZm9udC12YXItZ3JhcGgzOiBcIlxcZTY0YlwiO1xyXG4kZm9udC12YXItZ3JhcGgyOiBcIlxcZTY0Y1wiO1xyXG4kZm9udC12YXItZ3JhcGgxOiBcIlxcZTY0ZFwiO1xyXG4kZm9udC12YXItZ3JhcGg6IFwiXFxlNjRlXCI7XHJcbiRmb250LXZhci1nbG9iYWw6IFwiXFxlNjRmXCI7XHJcbiRmb250LXZhci1nbGVhbTogXCJcXGU2NTBcIjtcclxuJGZvbnQtdmFyLWdsYXNzZXM6IFwiXFxlNjUxXCI7XHJcbiRmb250LXZhci1naWZ0OiBcIlxcZTY1MlwiO1xyXG4kZm9udC12YXItZm9sZGVyOiBcIlxcZTY1M1wiO1xyXG4kZm9udC12YXItZmxhZzogXCJcXGU2NTRcIjtcclxuJGZvbnQtdmFyLWZpbHRlcjogXCJcXGU2NTVcIjtcclxuJGZvbnQtdmFyLWZpbGU6IFwiXFxlNjU2XCI7XHJcbiRmb250LXZhci1leHBhbmQxOiBcIlxcZTY1N1wiO1xyXG4kZm9udC12YXItZXhhcG5kMjogXCJcXGU2NThcIjtcclxuJGZvbnQtdmFyLWVkaXQ6IFwiXFxlNjU5XCI7XHJcbiRmb250LXZhci1kcm9wOiBcIlxcZTY1YVwiO1xyXG4kZm9udC12YXItZHJhd2VyOiBcIlxcZTY1YlwiO1xyXG4kZm9udC12YXItZG93bmxvYWQ6IFwiXFxlNjVjXCI7XHJcbiRmb250LXZhci1kaXNwbGF5MjogXCJcXGU2NWRcIjtcclxuJGZvbnQtdmFyLWRpc3BsYXkxOiBcIlxcZTY1ZVwiO1xyXG4kZm9udC12YXItZGlza2V0dGU6IFwiXFxlNjVmXCI7XHJcbiRmb250LXZhci1kYXRlOiBcIlxcZTY2MFwiO1xyXG4kZm9udC12YXItY3VwOiBcIlxcZTY2MVwiO1xyXG4kZm9udC12YXItY3VsdHVyZTogXCJcXGU2NjJcIjtcclxuJGZvbnQtdmFyLWNyb3A6IFwiXFxlNjYzXCI7XHJcbiRmb250LXZhci1jcmVkaXQ6IFwiXFxlNjY0XCI7XHJcbiRmb250LXZhci1jb3B5LWZpbGU6IFwiXFxlNjY1XCI7XHJcbiRmb250LXZhci1jb25maWc6IFwiXFxlNjY2XCI7XHJcbiRmb250LXZhci1jb21wYXNzOiBcIlxcZTY2N1wiO1xyXG4kZm9udC12YXItY29tbWVudDogXCJcXGU2NjhcIjtcclxuJGZvbnQtdmFyLWNvZmZlZTogXCJcXGU2NjlcIjtcclxuJGZvbnQtdmFyLWNsb3VkOiBcIlxcZTY2YVwiO1xyXG4kZm9udC12YXItY2xvY2s6IFwiXFxlNjZiXCI7XHJcbiRmb250LXZhci1jaGVjazogXCJcXGU2NmNcIjtcclxuJGZvbnQtdmFyLWNoYXQ6IFwiXFxlNjZkXCI7XHJcbiRmb250LXZhci1jYXJ0OiBcIlxcZTY2ZVwiO1xyXG4kZm9udC12YXItY2FtZXJhOiBcIlxcZTY2ZlwiO1xyXG4kZm9udC12YXItY2FsbDogXCJcXGU2NzBcIjtcclxuJGZvbnQtdmFyLWNhbGN1bGF0b3I6IFwiXFxlNjcxXCI7XHJcbiRmb250LXZhci1icm93c2VyOiBcIlxcZTY3MlwiO1xyXG4kZm9udC12YXItYm94MjogXCJcXGU2NzNcIjtcclxuJGZvbnQtdmFyLWJveDE6IFwiXFxlNjc0XCI7XHJcbiRmb250LXZhci1ib29rbWFya3M6IFwiXFxlNjc1XCI7XHJcbiRmb250LXZhci1iaWN5Y2xlOiBcIlxcZTY3NlwiO1xyXG4kZm9udC12YXItYmVsbDogXCJcXGU2NzdcIjtcclxuJGZvbnQtdmFyLWJhdHRlcnk6IFwiXFxlNjc4XCI7XHJcbiRmb250LXZhci1iYWxsOiBcIlxcZTY3OVwiO1xyXG4kZm9udC12YXItYmFjazogXCJcXGU2N2FcIjtcclxuJGZvbnQtdmFyLWF0dGVudGlvbjogXCJcXGU2N2JcIjtcclxuJGZvbnQtdmFyLWFuY2hvcjogXCJcXGU2N2NcIjtcclxuJGZvbnQtdmFyLWFsYnVtczogXCJcXGU2N2RcIjtcclxuJGZvbnQtdmFyLWFsYXJtOiBcIlxcZTY3ZVwiO1xyXG4kZm9udC12YXItYWlycGxheTogXCJcXGU2N2ZcIjtcclxuIiwiQGZvbnQtZmFjZSB7XHJcblx0Zm9udC1mYW1pbHk6ICdQZS1pY29uLTctc3Ryb2tlJztcclxuXHRzcmM6dXJsKCcjeyRwZS03cy1mb250LXBhdGh9L1BlLWljb24tNy1zdHJva2UuZW90P2Q3eWYxdicpO1xyXG5cdHNyYzp1cmwoJyN7JHBlLTdzLWZvbnQtcGF0aH0vUGUtaWNvbi03LXN0cm9rZS5lb3Q/I2llZml4ZDd5ZjF2JykgZm9ybWF0KCdlbWJlZGRlZC1vcGVudHlwZScpLFxyXG5cdFx0dXJsKCcjeyRwZS03cy1mb250LXBhdGh9L1BlLWljb24tNy1zdHJva2Uud29mZj9kN3lmMXYnKSBmb3JtYXQoJ3dvZmYnKSxcclxuXHRcdHVybCgnI3skcGUtN3MtZm9udC1wYXRofS9QZS1pY29uLTctc3Ryb2tlLnR0Zj9kN3lmMXYnKSBmb3JtYXQoJ3RydWV0eXBlJyksXHJcblx0XHR1cmwoJyN7JHBlLTdzLWZvbnQtcGF0aH0vUGUtaWNvbi03LXN0cm9rZS5zdmc/ZDd5ZjF2I1BlLWljb24tNy1zdHJva2UnKSBmb3JtYXQoJ3N2ZycpO1xyXG5cdGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcblx0Zm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcbiIsIltjbGFzc149XCIjeyRmb250LXByZWZpeH0tXCJdLCBbY2xhc3MqPVwiICN7JGZvbnQtcHJlZml4fS1cIl0ge1xyXG5cdGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuXHRmb250LWZhbWlseTogJ1BlLWljb24tNy1zdHJva2UnO1xyXG5cdHNwZWFrOiBub25lO1xyXG5cdGZvbnQtc3R5bGU6IG5vcm1hbDtcclxuXHRmb250LXdlaWdodDogbm9ybWFsO1xyXG5cdGZvbnQtdmFyaWFudDogbm9ybWFsO1xyXG5cdHRleHQtdHJhbnNmb3JtOiBub25lO1xyXG5cdGxpbmUtaGVpZ2h0OiAxO1xyXG5cclxuXHQvKiBCZXR0ZXIgRm9udCBSZW5kZXJpbmcgPT09PT09PT09PT0gKi9cclxuXHQtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcclxuXHQtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xyXG59XHJcbiIsIi4jeyRmb250LXByZWZpeH0tYWxidW06YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYWxidW07XHJcbn1cclxuXHJcbi4jeyRmb250LXByZWZpeH0tYXJjOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWFyYztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJhY2stMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1iYWNrLTI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iYW5kYWlkOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJhbmRhaWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jYXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY2FyO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZGlhbW9uZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1kaWFtb25kO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZG9vci1sb2NrOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWRvb3ItbG9jaztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWV5ZWRyb3BwZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZXllZHJvcHBlcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWZlbWFsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1mZW1hbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1neW06YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZ3ltO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0taGFtbWVyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWhhbW1lcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWhlYWRwaG9uZXM6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItaGVhZHBob25lcztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWhlbG06YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItaGVsbTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWhvdXJnbGFzczpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1ob3VyZ2xhc3M7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1sZWFmOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxlYWY7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tYWdpYy13YW5kOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW1hZ2ljLXdhbmQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tYWxlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW1hbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tYXAtMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tYXAtMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW5leHQtMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1uZXh0LTI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wYWludC1idWNrZXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGFpbnQtYnVja2V0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcGVuZHJpdmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGVuZHJpdmU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1waG90bzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1waG90bztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXBpZ2d5OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXBpZ2d5O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcGx1Z2luOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXBsdWdpbjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXJlZnJlc2gtMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1yZWZyZXNoLTI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1yb2NrZXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcm9ja2V0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc2V0dGluZ3M6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2V0dGluZ3M7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zaGllbGQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2hpZWxkO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc21pbGU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc21pbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS11c2I6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdXNiO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tdmVjdG9yOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXZlY3RvcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXdpbmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItd2luZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWNsb3VkLXVwbG9hZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jbG91ZC11cGxvYWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jYXNoOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNhc2g7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jbG9zZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jbG9zZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJsdWV0b290aDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1ibHVldG9vdGg7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jbG91ZC1kb3dubG9hZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jbG91ZC1kb3dubG9hZDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXdheTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci13YXk7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jbG9zZS1jaXJjbGU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY2xvc2UtY2lyY2xlO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0taWQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItaWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1hbmdsZS11cDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbmdsZS11cDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXdyaXN0d2F0Y2g6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItd3Jpc3R3YXRjaDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFuZ2xlLXVwLWNpcmNsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbmdsZS11cC1jaXJjbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS13b3JsZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci13b3JsZDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFuZ2xlLXJpZ2h0OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWFuZ2xlLXJpZ2h0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tdm9sdW1lOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXZvbHVtZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFuZ2xlLXJpZ2h0LWNpcmNsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbmdsZS1yaWdodC1jaXJjbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS11c2VyczpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci11c2VycztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFuZ2xlLWxlZnQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYW5nbGUtbGVmdDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXVzZXItZmVtYWxlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXVzZXItZmVtYWxlO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tYW5nbGUtbGVmdC1jaXJjbGU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYW5nbGUtbGVmdC1jaXJjbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS11cC1hcnJvdzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci11cC1hcnJvdztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFuZ2xlLWRvd246YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYW5nbGUtZG93bjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXN3aXRjaDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zd2l0Y2g7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1hbmdsZS1kb3duLWNpcmNsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbmdsZS1kb3duLWNpcmNsZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXNjaXNzb3JzOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXNjaXNzb3JzO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0td2FsbGV0OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXdhbGxldDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXNhZmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2FmZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXZvbHVtZTI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdm9sdW1lMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXZvbHVtZTE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdm9sdW1lMTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXZvaWNlbWFpbDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci12b2ljZW1haWw7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS12aWRlbzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci12aWRlbztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXVzZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdXNlcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXVwbG9hZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci11cGxvYWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS11bmxvY2s6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdW5sb2NrO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tdW1icmVsbGE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdW1icmVsbGE7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS10cmFzaDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci10cmFzaDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXRvb2xzOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXRvb2xzO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tdGltZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdGltZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS10aWNrZXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItdGlja2V0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tdGFyZ2V0OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXRhcmdldDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXN1bjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zdW47XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zdHVkeTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zdHVkeTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXN0b3B3YXRjaDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zdG9wd2F0Y2g7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zdGFyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXN0YXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zcGVha2VyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXNwZWFrZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zaWduYWw6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2lnbmFsO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc2h1ZmZsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zaHVmZmxlO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc2hvcGJhZzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1zaG9wYmFnO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc2hhcmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2hhcmU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1zZXJ2ZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2VydmVyO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tc2VhcmNoOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXNlYXJjaDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWZpbG06YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZmlsbTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXNjaWVuY2U6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItc2NpZW5jZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRpc2s6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZGlzaztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXJpYmJvbjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1yaWJib247XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1yZXBlYXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcmVwZWF0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcmVmcmVzaDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1yZWZyZXNoO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tYWRkLXVzZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYWRkLXVzZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1yZWZyZXNoLWNsb3VkOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXJlZnJlc2gtY2xvdWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wYXBlcmNsaXA6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGFwZXJjbGlwO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcmFkaW86YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcmFkaW87XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1ub3RlMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1ub3RlMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXByaW50OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXByaW50O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbmV0d29yazpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1uZXR3b3JrO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcHJldjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1wcmV2O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbXV0ZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tdXRlO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcG93ZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcG93ZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tZWRhbDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tZWRhbDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXBvcnRmb2xpbzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1wb3J0Zm9saW87XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1saWtlMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1saWtlMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXBsdXM6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGx1cztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWxlZnQtYXJyb3c6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbGVmdC1hcnJvdztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LXBsYXk6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGxheTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWtleTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1rZXk7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wbGFuZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1wbGFuZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWpveTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1qb3k7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1waG90by1nYWxsZXJ5OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXBob3RvLWdhbGxlcnk7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1waW46YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGluO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcGhvbmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGhvbmU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wbHVnOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLXBsdWc7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wZW46YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGVuO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcmlnaHQtYXJyb3c6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcmlnaHQtYXJyb3c7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1wYXBlci1wbGFuZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1wYXBlci1wbGFuZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRlbGV0ZS11c2VyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWRlbGV0ZS11c2VyO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tcGFpbnQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItcGFpbnQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1ib3R0b20tYXJyb3c6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYm90dG9tLWFycm93O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbm90ZWJvb2s6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbm90ZWJvb2s7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1ub3RlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW5vdGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1uZXh0OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW5leHQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1uZXdzLXBhcGVyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW5ld3MtcGFwZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tdXNpY2xpc3Q6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbXVzaWNsaXN0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbXVzaWM6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbXVzaWM7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tb3VzZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tb3VzZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1vcmU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbW9yZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1vb246YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbW9vbjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1vbml0b3I6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbW9uaXRvcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1pY3JvOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW1pY3JvO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbWVudTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tZW51O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tbWFwOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLW1hcDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1hcC1tYXJrZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbWFwLW1hcmtlcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1haWw6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbWFpbDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1haWwtb3BlbjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tYWlsLW9wZW47XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1tYWlsLW9wZW4tZmlsZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tYWlsLW9wZW4tZmlsZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LW1hZ25ldDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1tYWduZXQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1sb29wOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxvb3A7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1sb29rOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxvb2s7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1sb2NrOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxvY2s7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1saW50ZXJuOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxpbnRlcm47XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1saW5rOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxpbms7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1saWtlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWxpa2U7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1saWdodDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1saWdodDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWxlc3M6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItbGVzcztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWtleXBhZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1rZXlwYWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1qdW5rOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWp1bms7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1pbmZvOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWluZm87XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1ob21lOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWhvbWU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1oZWxwMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1oZWxwMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWhlbHAxOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWhlbHAxO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZ3JhcGgzOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWdyYXBoMztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWdyYXBoMjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1ncmFwaDI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1ncmFwaDE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZ3JhcGgxO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZ3JhcGg6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZ3JhcGg7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1nbG9iYWw6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZ2xvYmFsO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZ2xlYW06YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZ2xlYW07XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1nbGFzc2VzOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWdsYXNzZXM7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1naWZ0OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWdpZnQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1mb2xkZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZm9sZGVyO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZmxhZzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1mbGFnO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZmlsdGVyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWZpbHRlcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWZpbGU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZmlsZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWV4cGFuZDE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZXhwYW5kMTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWV4YXBuZDI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZXhhcG5kMjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWVkaXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZWRpdDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRyb3A6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZHJvcDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRyYXdlcjpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1kcmF3ZXI7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1kb3dubG9hZDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1kb3dubG9hZDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRpc3BsYXkyOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWRpc3BsYXkyO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tZGlzcGxheTE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZGlzcGxheTE7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1kaXNrZXR0ZTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1kaXNrZXR0ZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWRhdGU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItZGF0ZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWN1cDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jdXA7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jdWx0dXJlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWN1bHR1cmU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jcm9wOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNyb3A7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jcmVkaXQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY3JlZGl0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tY29weS1maWxlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNvcHktZmlsZTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWNvbmZpZzpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jb25maWc7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jb21wYXNzOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNvbXBhc3M7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jb21tZW50OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNvbW1lbnQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jb2ZmZWU6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY29mZmVlO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tY2xvdWQ6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY2xvdWQ7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1jbG9jazpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jbG9jaztcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWNoZWNrOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNoZWNrO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tY2hhdDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jaGF0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tY2FydDpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1jYXJ0O1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tY2FtZXJhOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWNhbWVyYTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWNhbGw6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY2FsbDtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWNhbGN1bGF0b3I6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItY2FsY3VsYXRvcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJyb3dzZXI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYnJvd3NlcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJveDI6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYm94MjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJveDE6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYm94MTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWJvb2ttYXJrczpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1ib29rbWFya3M7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iaWN5Y2xlOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJpY3ljbGU7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iZWxsOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJlbGw7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iYXR0ZXJ5OmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJhdHRlcnk7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iYWxsOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJhbGw7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1iYWNrOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWJhY2s7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1hdHRlbnRpb246YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYXR0ZW50aW9uO1xyXG59XHJcbi4jeyRmb250LXByZWZpeH0tYW5jaG9yOmJlZm9yZSB7XHJcbiAgY29udGVudDogJGZvbnQtdmFyLWFuY2hvcjtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFsYnVtczpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbGJ1bXM7XHJcbn1cclxuLiN7JGZvbnQtcHJlZml4fS1hbGFybTpiZWZvcmUge1xyXG4gIGNvbnRlbnQ6ICRmb250LXZhci1hbGFybTtcclxufVxyXG4uI3skZm9udC1wcmVmaXh9LWFpcnBsYXk6YmVmb3JlIHtcclxuICBjb250ZW50OiAkZm9udC12YXItYWlycGxheTtcclxufVxyXG4iLCJcclxuLyogSEVMUEVSIENMQVNTXHJcbiAqIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tICovXHJcblxyXG4vKiBGQSBiYXNlZCBjbGFzc2VzICovXHJcblxyXG4vKiEgTW9kaWZpZWQgZnJvbSBmb250LWF3ZXNvbWUgaGVscGVyIENTUyBjbGFzc2VzIC0gUElYRURFTlxyXG4gKiAgRm9udCBBd2Vzb21lIDQuMC4zIGJ5IEBkYXZlZ2FuZHkgLSBodHRwOi8vZm9udGF3ZXNvbWUuaW8gLSBAZm9udGF3ZXNvbWVcclxuICogIExpY2Vuc2UgLSBodHRwOi8vZm9udGF3ZXNvbWUuaW8vbGljZW5zZSAoQ1NTOiBNSVQgTGljZW5zZSlcclxuICovXHJcblxyXG4vKiBtYWtlcyB0aGUgZm9udCAzMyUgbGFyZ2VyIHJlbGF0aXZlIHRvIHRoZSBpY29uIGNvbnRhaW5lciAqL1xyXG4ucGUtbGcge1xyXG4gIGZvbnQtc2l6ZTogJGZvbnQtc2l6ZS1iYXNlICogMS4zMztcclxuICBsaW5lLWhlaWdodDogMC43NWVtO1xyXG4gIHZlcnRpY2FsLWFsaWduOiAtMTUlO1xyXG59XHJcblxyXG4ucGUtMngge1xyXG4gIGZvbnQtc2l6ZTogMiAqICRmb250LXNpemUtYmFzZTtcclxufVxyXG5cclxuLnBlLTN4IHtcclxuICBmb250LXNpemU6IDMgKiAkZm9udC1zaXplLWJhc2U7XHJcbn1cclxuXHJcbi5wZS00eCB7XHJcbiAgZm9udC1zaXplOiA0ICogJGZvbnQtc2l6ZS1iYXNlO1xyXG59XHJcblxyXG4ucGUtNXgge1xyXG4gIGZvbnQtc2l6ZTogNSAqICRmb250LXNpemUtYmFzZTtcclxufVxyXG5cclxuLnBlLWZ3IHtcclxuICB3aWR0aDogMS4yODU3MTQyODU3MTQyODU4ZW07XHJcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG59XHJcblxyXG4ucGUtdWwge1xyXG4gIHBhZGRpbmctbGVmdDogMDtcclxuICBtYXJnaW4tbGVmdDogMi4xNDI4NTcxNDI4NTcxNDNlbTtcclxuICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7XHJcbiAgXHJcbiAgJiA+IGxpIHtcclxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICB9XHJcbn1cclxuXHJcbi5wZS1saSB7XHJcbiAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gIGxlZnQ6IC0yLjE0Mjg1NzE0Mjg1NzE0M2VtO1xyXG4gIHdpZHRoOiAyLjE0Mjg1NzE0Mjg1NzE0M2VtO1xyXG4gIHRvcDogMC4xNDI4NTcxNDI4NTcxNDI4NWVtO1xyXG4gIHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHJcbiAgJi5wZS1sZyB7XHJcbiAgICBsZWZ0OiAtMS44NTcxNDI4NTcxNDI4NTcyZW07XHJcbiAgfVxyXG59XHJcblxyXG4ucGUtYm9yZGVyIHtcclxuICBwYWRkaW5nOiAuMmVtIC4yNWVtIC4xNWVtO1xyXG4gIGJvcmRlcjogc29saWQgMC4wOGVtICNlZWVlZWU7XHJcbiAgYm9yZGVyLXJhZGl1czogLjFlbTtcclxufVxyXG5cclxuLnB1bGwtcmlnaHQge1xyXG4gIGZsb2F0OiByaWdodDtcclxufVxyXG5cclxuLnBlIHtcclxuICAmLnB1bGwtbGVmdCB7XHJcbiAgICBmbG9hdDogbGVmdDtcclxuICAgIG1hcmdpbi1yaWdodDogLjNlbTtcclxuICAgIG1hcmdpbi1sZWZ0OiAuM2VtO1xyXG4gIH1cclxufVxyXG5cclxuLnBlLXNwaW4ge1xyXG4gIGFuaW1hdGlvbjogc3BpbiAycyBpbmZpbml0ZSBsaW5lYXI7XHJcbn1cclxuXHJcbkBrZXlmcmFtZXMgc3BpbiB7XHJcbiAgMCUge1xyXG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XHJcbiAgfVxyXG4gIDEwMCUge1xyXG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMzU5ZGVnKTtcclxuICB9XHJcbn1cclxuXHJcbi5wZS1yb3RhdGUtOTAge1xyXG4gIGZpbHRlcjogcHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LkJhc2ljSW1hZ2Uocm90YXRpb249MSk7XHJcbiAgdHJhbnNmb3JtOiByb3RhdGUoOTBkZWcpO1xyXG59XHJcblxyXG4ucGUtcm90YXRlLTE4MCB7XHJcbiAgZmlsdGVyOiBwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuQmFzaWNJbWFnZShyb3RhdGlvbj0yKTtcclxuICB0cmFuc2Zvcm06IHJvdGF0ZSgxODBkZWcpO1xyXG59XHJcblxyXG4ucGUtcm90YXRlLTI3MCB7XHJcbiAgZmlsdGVyOiBwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuQmFzaWNJbWFnZShyb3RhdGlvbj0zKTtcclxuICB0cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpO1xyXG59XHJcblxyXG4ucGUtZmxpcC1ob3Jpem9udGFsIHtcclxuICBmaWx0ZXI6IHByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5CYXNpY0ltYWdlKHJvdGF0aW9uPTAsIG1pcnJvcj0xKTtcclxuICB0cmFuc2Zvcm06IHNjYWxlKC0xLCAxKTtcclxufVxyXG5cclxuLnBlLWZsaXAtdmVydGljYWwge1xyXG4gIGZpbHRlcjogcHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LkJhc2ljSW1hZ2Uocm90YXRpb249MiwgbWlycm9yPTEpO1xyXG4gIHRyYW5zZm9ybTogc2NhbGUoMSwgLTEpO1xyXG59XHJcblxyXG4ucGUtc3RhY2sge1xyXG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgd2lkdGg6IDJlbTtcclxuICBoZWlnaHQ6IDJlbTtcclxuICBsaW5lLWhlaWdodDogMmVtO1xyXG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbn1cclxuXHJcbi5wZS1zdGFjay0xeCxcclxuLnBlLXN0YWNrLTJ4IHtcclxuICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgbGVmdDogMDtcclxuICB3aWR0aDogMTAwJTtcclxuICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbn1cclxuXHJcbi5wZS1zdGFjay0xeCB7XHJcbiAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XHJcbn1cclxuXHJcbi5wZS1zdGFjay0yeCB7XHJcbiAgZm9udC1zaXplOiAyZW07XHJcbn1cclxuXHJcbi5wZS1pbnZlcnNlIHtcclxuICBjb2xvcjogI2ZmZmZmZjtcclxufVxyXG5cclxuLyogQ3VzdG9tIGNsYXNzZXMgLyBtb2RzIC0gUElYRURFTiAqL1xyXG4ucGUtdmEge1xyXG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbn1cclxuXHJcbi5wZS1ib3JkZXIge1xyXG4gIGJvcmRlcjogc29saWQgMC4wOGVtICNlYWVhZWE7XHJcbn1cclxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBRUFBLFVBQVUsQ0FDVCxXQUFXLENBQUUsa0JBQWtCLENBQy9CLEdBQUcsQ0FBQyxvREFBc0QsQ0FDMUQsR0FBRyxDQUFDLDBEQUE0RCxDQUFDLDJCQUEyQixDQUMzRixxREFBdUQsQ0FBQyxjQUFjLENBQ3RFLG9EQUFzRCxDQUFDLGtCQUFrQixDQUN6RSxxRUFBdUUsQ0FBQyxhQUFhLENBQ3RGLFdBQVcsQ0FBRSxNQUFNLENBQ25CLFVBQVUsQ0FBRSxNQUFNLEVDUm5CLEFBQUEsQUFBQSxLQUFDLEVBQU8sUUFBUSxBQUFmLEdBQWtCLEFBQUEsS0FBQyxFQUFPLFNBQVMsQUFBaEIsQ0FBc0MsQ0FDekQsT0FBTyxDQUFFLFlBQVksQ0FDckIsV0FBVyxDQUFFLGtCQUFrQixDQUMvQixLQUFLLENBQUUsSUFBSSxDQUNYLFVBQVUsQ0FBRSxNQUFNLENBQ2xCLFdBQVcsQ0FBRSxNQUFNLENBQ25CLFlBQVksQ0FBRSxNQUFNLENBQ3BCLGNBQWMsQ0FBRSxJQUFJLENBQ3BCLFdBQVcsQ0FBRSxDQUFDLENBR2Qsc0JBQXNCLENBQUUsV0FBVyxDQUNuQyx1QkFBdUIsQ0FBRSxTQUFTLENBQ2xDLEFDYkQsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0hHUSxJQUFPLENHRnZCLEFBRUQsQUFBQSxVQUFVLEFBQUEsT0FBTyxBQUFXLENBQzFCLE9BQU8sQ0hBTSxJQUFPLENHQ3JCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0hGUyxJQUFPLENHR3hCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hKVSxJQUFPLENHS3pCLEFBQ0QsQUFBQSxVQUFVLEFBQUEsT0FBTyxBQUFXLENBQzFCLE9BQU8sQ0hOTSxJQUFPLENHT3JCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hSVSxJQUFPLENHU3pCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSFZZLElBQU8sQ0dXM0IsQUFDRCxBQUFBLGlCQUFpQixBQUFBLE9BQU8sQUFBVyxDQUNqQyxPQUFPLENIWmEsSUFBTyxDR2E1QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIZFMsSUFBTyxDR2V4QixBQUNELEFBQUEsVUFBVSxBQUFBLE9BQU8sQUFBVyxDQUMxQixPQUFPLENIaEJNLElBQU8sQ0dpQnJCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0hsQlMsSUFBTyxDR21CeEIsQUFDRCxBQUFBLGlCQUFpQixBQUFBLE9BQU8sQUFBVyxDQUNqQyxPQUFPLENIcEJhLElBQU8sQ0dxQjVCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h0Qk8sSUFBTyxDR3VCdEIsQUFDRCxBQUFBLGdCQUFnQixBQUFBLE9BQU8sQUFBVyxDQUNoQyxPQUFPLENIeEJZLElBQU8sQ0d5QjNCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0gxQk8sSUFBTyxDRzJCdEIsQUFDRCxBQUFBLGlCQUFpQixBQUFBLE9BQU8sQUFBVyxDQUNqQyxPQUFPLENINUJhLElBQU8sQ0c2QjVCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0g5Qk8sSUFBTyxDRytCdEIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSGhDUSxJQUFPLENHaUN2QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIbENTLElBQU8sQ0dtQ3hCLEFBQ0QsQUFBQSxtQkFBbUIsQUFBQSxPQUFPLEFBQVcsQ0FDbkMsT0FBTyxDSHBDZSxJQUFPLENHcUM5QixBQUNELEFBQUEsZUFBZSxBQUFBLE9BQU8sQUFBVyxDQUMvQixPQUFPLENIdENXLElBQU8sQ0d1QzFCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0h4Q1EsSUFBTyxDR3lDdkIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSDFDUSxJQUFPLENHMkN2QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENINUNTLElBQU8sQ0c2Q3hCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSDlDWSxJQUFPLENHK0MzQixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIaERTLElBQU8sQ0dpRHhCLEFBQ0QsQUFBQSxlQUFlLEFBQUEsT0FBTyxBQUFXLENBQy9CLE9BQU8sQ0hsRFcsSUFBTyxDR21EMUIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSHBEUyxJQUFPLENHcUR4QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIdERRLElBQU8sQ0d1RHZCLEFBQ0QsQUFBQSxVQUFVLEFBQUEsT0FBTyxBQUFXLENBQzFCLE9BQU8sQ0h4RE0sSUFBTyxDR3lEckIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDFEUyxJQUFPLENHMkR4QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENINURPLElBQU8sQ0c2RHRCLEFBQ0QsQUFBQSxtQkFBbUIsQUFBQSxPQUFPLEFBQVcsQ0FDbkMsT0FBTyxDSDlEZSxJQUFPLENHK0Q5QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIaEVPLElBQU8sQ0dpRXRCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0hsRVEsSUFBTyxDR21FdkIsQUFDRCxBQUFBLGdCQUFnQixBQUFBLE9BQU8sQUFBVyxDQUNoQyxPQUFPLENIcEVZLElBQU8sQ0dxRTNCLEFBQ0QsQUFBQSxxQkFBcUIsQUFBQSxPQUFPLEFBQVcsQ0FDckMsT0FBTyxDSHRFaUIsSUFBTyxDR3VFaEMsQUFDRCxBQUFBLFVBQVUsQUFBQSxPQUFPLEFBQVcsQ0FDMUIsT0FBTyxDSHhFTSxJQUFPLENHeUVyQixBQUNELEFBQUEsbUJBQW1CLEFBQUEsT0FBTyxBQUFXLENBQ25DLE9BQU8sQ0gxRWUsSUFBTyxDRzJFOUIsQUFDRCxBQUFBLFNBQVMsQUFBQSxPQUFPLEFBQVcsQ0FDekIsT0FBTyxDSDVFSyxJQUFPLENHNkVwQixBQUNELEFBQUEsZUFBZSxBQUFBLE9BQU8sQUFBVyxDQUMvQixPQUFPLENIOUVXLElBQU8sQ0crRTFCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSGhGYSxJQUFPLENHaUY1QixBQUNELEFBQUEsc0JBQXNCLEFBQUEsT0FBTyxBQUFXLENBQ3RDLE9BQU8sQ0hsRmtCLElBQU8sQ0dtRmpDLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0hwRlEsSUFBTyxDR3FGdkIsQUFDRCxBQUFBLGtCQUFrQixBQUFBLE9BQU8sQUFBVyxDQUNsQyxPQUFPLENIdEZjLElBQU8sQ0d1RjdCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0h4RlMsSUFBTyxDR3lGeEIsQUFDRCxBQUFBLHlCQUF5QixBQUFBLE9BQU8sQUFBVyxDQUN6QyxPQUFPLENIMUZxQixJQUFPLENHMkZwQyxBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENINUZRLElBQU8sQ0c2RnZCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSDlGYSxJQUFPLENHK0Y1QixBQUNELEFBQUEsa0JBQWtCLEFBQUEsT0FBTyxBQUFXLENBQ2xDLE9BQU8sQ0hoR2MsSUFBTyxDR2lHN0IsQUFDRCxBQUFBLHdCQUF3QixBQUFBLE9BQU8sQUFBVyxDQUN4QyxPQUFPLENIbEdvQixJQUFPLENHbUduQyxBQUNELEFBQUEsZUFBZSxBQUFBLE9BQU8sQUFBVyxDQUMvQixPQUFPLENIcEdXLElBQU8sQ0dxRzFCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSHRHYSxJQUFPLENHdUc1QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIeEdTLElBQU8sQ0d5R3hCLEFBQ0QsQUFBQSx3QkFBd0IsQUFBQSxPQUFPLEFBQVcsQ0FDeEMsT0FBTyxDSDFHb0IsSUFBTyxDRzJHbkMsQUFDRCxBQUFBLGVBQWUsQUFBQSxPQUFPLEFBQVcsQ0FDL0IsT0FBTyxDSDVHVyxJQUFPLENHNkcxQixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIOUdTLElBQU8sQ0crR3hCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0hoSE8sSUFBTyxDR2lIdEIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSGxIVSxJQUFPLENHbUh6QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIcEhVLElBQU8sQ0dxSHpCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSHRIWSxJQUFPLENHdUgzQixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIeEhRLElBQU8sQ0d5SHZCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0gxSE8sSUFBTyxDRzJIdEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDVIUyxJQUFPLENHNkh4QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIOUhTLElBQU8sQ0crSHhCLEFBQ0QsQUFBQSxlQUFlLEFBQUEsT0FBTyxBQUFXLENBQy9CLE9BQU8sQ0hoSVcsSUFBTyxDR2lJMUIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSGxJUSxJQUFPLENHbUl2QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIcElRLElBQU8sQ0dxSXZCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0h0SVEsSUFBTyxDR3VJdkIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSHhJUyxJQUFPLENHeUl4QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIMUlTLElBQU8sQ0cySXhCLEFBQ0QsQUFBQSxVQUFVLEFBQUEsT0FBTyxBQUFXLENBQzFCLE9BQU8sQ0g1SU0sSUFBTyxDRzZJckIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSDlJUSxJQUFPLENHK0l2QixBQUNELEFBQUEsZ0JBQWdCLEFBQUEsT0FBTyxBQUFXLENBQ2hDLE9BQU8sQ0hoSlksSUFBTyxDR2lKM0IsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSGxKTyxJQUFPLENHbUp0QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIcEpVLElBQU8sQ0dxSnpCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0h0SlMsSUFBTyxDR3VKeEIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSHhKVSxJQUFPLENHeUp6QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIMUpVLElBQU8sQ0cySnpCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0g1SlEsSUFBTyxDRzZKdkIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDlKUyxJQUFPLENHK0p4QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIaEtTLElBQU8sQ0dpS3hCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0hsS08sSUFBTyxDR21LdEIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSHBLVSxJQUFPLENHcUt6QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIdEtPLElBQU8sQ0d1S3RCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0h4S1MsSUFBTyxDR3lLeEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDFLUyxJQUFPLENHMkt4QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENINUtVLElBQU8sQ0c2S3pCLEFBQ0QsQUFBQSxlQUFlLEFBQUEsT0FBTyxBQUFXLENBQy9CLE9BQU8sQ0g5S1csSUFBTyxDRytLMUIsQUFDRCxBQUFBLG9CQUFvQixBQUFBLE9BQU8sQUFBVyxDQUNwQyxPQUFPLENIaExnQixJQUFPLENHaUwvQixBQUNELEFBQUEsZ0JBQWdCLEFBQUEsT0FBTyxBQUFXLENBQ2hDLE9BQU8sQ0hsTFksSUFBTyxDR21MM0IsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSHBMUSxJQUFPLENHcUx2QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIdExRLElBQU8sQ0d1THZCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0h4TFEsSUFBTyxDR3lMdkIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSDFMVSxJQUFPLENHMkx6QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENINUxPLElBQU8sQ0c2THRCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0g5TE8sSUFBTyxDRytMdEIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSGhNUSxJQUFPLENHaU12QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIbE1RLElBQU8sQ0dtTXZCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSHBNWSxJQUFPLENHcU0zQixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIdE1RLElBQU8sQ0d1TXZCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h4TU8sSUFBTyxDR3lNdEIsQUFDRCxBQUFBLGlCQUFpQixBQUFBLE9BQU8sQUFBVyxDQUNqQyxPQUFPLENIMU1hLElBQU8sQ0cyTTVCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0g1TU8sSUFBTyxDRzZNdEIsQUFDRCxBQUFBLFVBQVUsQUFBQSxPQUFPLEFBQVcsQ0FDMUIsT0FBTyxDSDlNTSxJQUFPLENHK01yQixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIaE5RLElBQU8sQ0dpTnZCLEFBQ0QsQUFBQSxVQUFVLEFBQUEsT0FBTyxBQUFXLENBQzFCLE9BQU8sQ0hsTk0sSUFBTyxDR21OckIsQUFDRCxBQUFBLG9CQUFvQixBQUFBLE9BQU8sQUFBVyxDQUNwQyxPQUFPLENIcE5nQixJQUFPLENHcU4vQixBQUNELEFBQUEsVUFBVSxBQUFBLE9BQU8sQUFBVyxDQUMxQixPQUFPLENIdE5NLElBQU8sQ0d1TnJCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0h4TlEsSUFBTyxDR3lOdkIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDFOTyxJQUFPLENHMk50QixBQUNELEFBQUEsVUFBVSxBQUFBLE9BQU8sQUFBVyxDQUMxQixPQUFPLENINU5NLElBQU8sQ0c2TnJCLEFBQ0QsQUFBQSxrQkFBa0IsQUFBQSxPQUFPLEFBQVcsQ0FDbEMsT0FBTyxDSDlOYyxJQUFPLENHK043QixBQUNELEFBQUEsa0JBQWtCLEFBQUEsT0FBTyxBQUFXLENBQ2xDLE9BQU8sQ0hoT2MsSUFBTyxDR2lPN0IsQUFDRCxBQUFBLGtCQUFrQixBQUFBLE9BQU8sQUFBVyxDQUNsQyxPQUFPLENIbE9jLElBQU8sQ0dtTzdCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0hwT1EsSUFBTyxDR3FPdkIsQUFDRCxBQUFBLG1CQUFtQixBQUFBLE9BQU8sQUFBVyxDQUNuQyxPQUFPLENIdE9lLElBQU8sQ0d1TzlCLEFBQ0QsQUFBQSxlQUFlLEFBQUEsT0FBTyxBQUFXLENBQy9CLE9BQU8sQ0h4T1csSUFBTyxDR3lPMUIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDFPTyxJQUFPLENHMk90QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENINU9PLElBQU8sQ0c2T3RCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSDlPYSxJQUFPLENHK081QixBQUNELEFBQUEsZ0JBQWdCLEFBQUEsT0FBTyxBQUFXLENBQ2hDLE9BQU8sQ0hoUFksSUFBTyxDR2lQM0IsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSGxQUSxJQUFPLENHbVB2QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIcFBRLElBQU8sQ0dxUHZCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h0UE8sSUFBTyxDR3VQdEIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSHhQTyxJQUFPLENHeVB0QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIMVBVLElBQU8sQ0cyUHpCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0g1UFEsSUFBTyxDRzZQdkIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDlQTyxJQUFPLENHK1B0QixBQUNELEFBQUEsVUFBVSxBQUFBLE9BQU8sQUFBVyxDQUMxQixPQUFPLENIaFFNLElBQU8sQ0dpUXJCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSGxRYSxJQUFPLENHbVE1QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIcFFPLElBQU8sQ0dxUXRCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSHRRWSxJQUFPLENHdVEzQixBQUNELEFBQUEscUJBQXFCLEFBQUEsT0FBTyxBQUFXLENBQ3JDLE9BQU8sQ0h4UWlCLElBQU8sQ0d5UWhDLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0gxUVMsSUFBTyxDRzJReEIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDVRTyxJQUFPLENHNlF0QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIOVFPLElBQU8sQ0crUXRCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0hoUk8sSUFBTyxDR2lSdEIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSGxSVSxJQUFPLENHbVJ6QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIcFJPLElBQU8sQ0dxUnRCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h0Uk8sSUFBTyxDR3VSdEIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSHhSUSxJQUFPLENHeVJ2QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIMVJPLElBQU8sQ0cyUnRCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0g1UlMsSUFBTyxDRzZSeEIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDlSTyxJQUFPLENHK1J0QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIaFNPLElBQU8sQ0dpU3RCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0hsU08sSUFBTyxDR21TdEIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSHBTUSxJQUFPLENHcVN2QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIdFNRLElBQU8sQ0d1U3ZCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0h4U1MsSUFBTyxDR3lTeEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDFTUyxJQUFPLENHMlN4QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENINVNTLElBQU8sQ0c2U3hCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0g5U1EsSUFBTyxDRytTdkIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSGhUUyxJQUFPLENHaVR4QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIbFRRLElBQU8sQ0dtVHZCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hwVFUsSUFBTyxDR3FUekIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSHRUTyxJQUFPLENHdVR0QixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIeFRTLElBQU8sQ0d5VHhCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0gxVE8sSUFBTyxDRzJUdEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDVUUyxJQUFPLENHNlR4QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIOVRPLElBQU8sQ0crVHRCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hoVVUsSUFBTyxDR2lVekIsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSGxVVSxJQUFPLENHbVV6QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIcFVPLElBQU8sQ0dxVXRCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h0VU8sSUFBTyxDR3VVdEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSHhVUyxJQUFPLENHeVV4QixBQUNELEFBQUEsZUFBZSxBQUFBLE9BQU8sQUFBVyxDQUMvQixPQUFPLENIMVVXLElBQU8sQ0cyVTFCLEFBQ0QsQUFBQSxlQUFlLEFBQUEsT0FBTyxBQUFXLENBQy9CLE9BQU8sQ0g1VVcsSUFBTyxDRzZVMUIsQUFDRCxBQUFBLGVBQWUsQUFBQSxPQUFPLEFBQVcsQ0FDL0IsT0FBTyxDSDlVVyxJQUFPLENHK1UxQixBQUNELEFBQUEsZUFBZSxBQUFBLE9BQU8sQUFBVyxDQUMvQixPQUFPLENIaFZXLElBQU8sQ0dpVjFCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0hsVk8sSUFBTyxDR21WdEIsQUFDRCxBQUFBLFVBQVUsQUFBQSxPQUFPLEFBQVcsQ0FDMUIsT0FBTyxDSHBWTSxJQUFPLENHcVZyQixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIdFZVLElBQU8sQ0d1VnpCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h4Vk8sSUFBTyxDR3lWdEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDFWUyxJQUFPLENHMlZ4QixBQUNELEFBQUEsZ0JBQWdCLEFBQUEsT0FBTyxBQUFXLENBQ2hDLE9BQU8sQ0g1VlksSUFBTyxDRzZWM0IsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSDlWUyxJQUFPLENHK1Z4QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIaFdVLElBQU8sQ0dpV3pCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hsV1UsSUFBTyxDR21XekIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSHBXUyxJQUFPLENHcVd4QixBQUNELEFBQUEsWUFBWSxBQUFBLE9BQU8sQUFBVyxDQUM1QixPQUFPLENIdFdRLElBQU8sQ0d1V3ZCLEFBQ0QsQUFBQSxZQUFZLEFBQUEsT0FBTyxBQUFXLENBQzVCLE9BQU8sQ0h4V1EsSUFBTyxDR3lXdkIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSDFXUSxJQUFPLENHMld2QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENINVdPLElBQU8sQ0c2V3RCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0g5V08sSUFBTyxDRytXdEIsQUFDRCxBQUFBLGFBQWEsQUFBQSxPQUFPLEFBQVcsQ0FDN0IsT0FBTyxDSGhYUyxJQUFPLENHaVh4QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIbFhPLElBQU8sQ0dtWHRCLEFBQ0QsQUFBQSxpQkFBaUIsQUFBQSxPQUFPLEFBQVcsQ0FDakMsT0FBTyxDSHBYYSxJQUFPLENHcVg1QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIdFhVLElBQU8sQ0d1WHpCLEFBQ0QsQUFBQSxXQUFXLEFBQUEsT0FBTyxBQUFXLENBQzNCLE9BQU8sQ0h4WE8sSUFBTyxDR3lYdEIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSDFYTyxJQUFPLENHMlh0QixBQUNELEFBQUEsZ0JBQWdCLEFBQUEsT0FBTyxBQUFXLENBQ2hDLE9BQU8sQ0g1WFksSUFBTyxDRzZYM0IsQUFDRCxBQUFBLGNBQWMsQUFBQSxPQUFPLEFBQVcsQ0FDOUIsT0FBTyxDSDlYVSxJQUFPLENHK1h6QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIaFlPLElBQU8sQ0dpWXRCLEFBQ0QsQUFBQSxjQUFjLEFBQUEsT0FBTyxBQUFXLENBQzlCLE9BQU8sQ0hsWVUsSUFBTyxDR21ZekIsQUFDRCxBQUFBLFdBQVcsQUFBQSxPQUFPLEFBQVcsQ0FDM0IsT0FBTyxDSHBZTyxJQUFPLENHcVl0QixBQUNELEFBQUEsV0FBVyxBQUFBLE9BQU8sQUFBVyxDQUMzQixPQUFPLENIdFlPLElBQU8sQ0d1WXRCLEFBQ0QsQUFBQSxnQkFBZ0IsQUFBQSxPQUFPLEFBQVcsQ0FDaEMsT0FBTyxDSHhZWSxJQUFPLENHeVkzQixBQUNELEFBQUEsYUFBYSxBQUFBLE9BQU8sQUFBVyxDQUM3QixPQUFPLENIMVlTLElBQU8sQ0cyWXhCLEFBQ0QsQUFBQSxhQUFhLEFBQUEsT0FBTyxBQUFXLENBQzdCLE9BQU8sQ0g1WVMsSUFBTyxDRzZZeEIsQUFDRCxBQUFBLFlBQVksQUFBQSxPQUFPLEFBQVcsQ0FDNUIsT0FBTyxDSDlZUSxJQUFPLENHK1l2QixBQUNELEFBQUEsY0FBYyxBQUFBLE9BQU8sQUFBVyxDQUM5QixPQUFPLENIaFpVLElBQU8sQ0dpWnpCLEFDeGxCRDs7O0dBR0csQUFHSCxBQUFBLE1BQU0sQUFBQyxDQUNMLFNBQVMsQ0FBRSxNQUFzQixDQUNqQyxXQUFXLENBQUUsTUFBTSxDQUNuQixjQUFjLENBQUUsSUFBSSxDQUNyQixBQUVELEFBQUEsTUFBTSxBQUFDLENBQ0wsU0FBUyxDQUFFLEdBQW1CLENBQy9CLEFBRUQsQUFBQSxNQUFNLEFBQUMsQ0FDTCxTQUFTLENBQUUsR0FBbUIsQ0FDL0IsQUFFRCxBQUFBLE1BQU0sQUFBQyxDQUNMLFNBQVMsQ0FBRSxHQUFtQixDQUMvQixBQUVELEFBQUEsTUFBTSxBQUFDLENBQ0wsU0FBUyxDQUFFLEdBQW1CLENBQy9CLEFBRUQsQUFBQSxNQUFNLEFBQUMsQ0FDTCxLQUFLLENBQUUsb0JBQW9CLENBQzNCLFVBQVUsQ0FBRSxNQUFNLENBQ25CLEFBRUQsQUFBQSxNQUFNLEFBQUMsQ0FDTCxZQUFZLENBQUUsQ0FBQyxDQUNmLFdBQVcsQ0FBRSxtQkFBbUIsQ0FDaEMsZUFBZSxDQUFFLElBQUksQ0FLdEIsQUFSRCxBQUtFLE1BTEksQ0FLQSxFQUFFLEFBQUMsQ0FDTCxRQUFRLENBQUUsUUFBUSxDQUNuQixBQUdILEFBQUEsTUFBTSxBQUFDLENBQ0wsUUFBUSxDQUFFLFFBQVEsQ0FDbEIsSUFBSSxDQUFFLG9CQUFvQixDQUMxQixLQUFLLENBQUUsbUJBQW1CLENBQzFCLEdBQUcsQ0FBRSxxQkFBcUIsQ0FDMUIsVUFBVSxDQUFFLE1BQU0sQ0FLbkIsQUFWRCxBQU9FLE1BUEksQUFPSCxNQUFNLEFBQUMsQ0FDTixJQUFJLENBQUUscUJBQXFCLENBQzVCLEFBR0gsQUFBQSxVQUFVLEFBQUMsQ0FDVCxPQUFPLENBQUUsZ0JBQWdCLENBQ3pCLE1BQU0sQ0FBRSxvQkFBb0IsQ0FDNUIsYUFBYSxDQUFFLElBQUksQ0FDcEIsQUFFRCxBQUFBLFdBQVcsQUFBQyxDQUNWLEtBQUssQ0FBRSxLQUFLLENBQ2IsQUFFRCxBQUNFLEdBREMsQUFDQSxVQUFVLEFBQUMsQ0FDVixLQUFLLENBQUUsSUFBSSxDQUNYLFlBQVksQ0FBRSxJQUFJLENBQ2xCLFdBQVcsQ0FBRSxJQUFJLENBQ2xCLEFBR0gsQUFBQSxRQUFRLEFBQUMsQ0FDUCxTQUFTLENBQUUsdUJBQXVCLENBQ25DLEFBRUQsVUFBVSxDQUFWLElBQVUsQ0FDUixFQUFFLENBQ0EsU0FBUyxDQUFFLFlBQVksQ0FFekIsSUFBSSxDQUNGLFNBQVMsQ0FBRSxjQUFjLEVBSTdCLEFBQUEsYUFBYSxBQUFDLENBQ1osTUFBTSxDQUFFLHdEQUF3RCxDQUNoRSxTQUFTLENBQUUsYUFBYSxDQUN6QixBQUVELEFBQUEsY0FBYyxBQUFDLENBQ2IsTUFBTSxDQUFFLHdEQUF3RCxDQUNoRSxTQUFTLENBQUUsY0FBYyxDQUMxQixBQUVELEFBQUEsY0FBYyxBQUFDLENBQ2IsTUFBTSxDQUFFLHdEQUF3RCxDQUNoRSxTQUFTLENBQUUsY0FBYyxDQUMxQixBQUVELEFBQUEsbUJBQW1CLEFBQUMsQ0FDbEIsTUFBTSxDQUFFLGtFQUFrRSxDQUMxRSxTQUFTLENBQUUsWUFBWSxDQUN4QixBQUVELEFBQUEsaUJBQWlCLEFBQUMsQ0FDaEIsTUFBTSxDQUFFLGtFQUFrRSxDQUMxRSxTQUFTLENBQUUsWUFBWSxDQUN4QixBQUVELEFBQUEsU0FBUyxBQUFDLENBQ1IsUUFBUSxDQUFFLFFBQVEsQ0FDbEIsT0FBTyxDQUFFLFlBQVksQ0FDckIsS0FBSyxDQUFFLEdBQUcsQ0FDVixNQUFNLENBQUUsR0FBRyxDQUNYLFdBQVcsQ0FBRSxHQUFHLENBQ2hCLGNBQWMsQ0FBRSxNQUFNLENBQ3ZCLEFBRUQsQUFBQSxZQUFZLENBQ1osWUFBWSxBQUFDLENBQ1gsUUFBUSxDQUFFLFFBQVEsQ0FDbEIsSUFBSSxDQUFFLENBQUMsQ0FDUCxLQUFLLENBQUUsSUFBSSxDQUNYLFVBQVUsQ0FBRSxNQUFNLENBQ25CLEFBRUQsQUFBQSxZQUFZLEFBQUMsQ0FDWCxXQUFXLENBQUUsT0FBTyxDQUNyQixBQUVELEFBQUEsWUFBWSxBQUFDLENBQ1gsU0FBUyxDQUFFLEdBQUcsQ0FDZixBQUVELEFBQUEsV0FBVyxBQUFDLENBQ1YsS0FBSyxDQUFFLE9BQU8sQ0FDZixBQUdELEFBQUEsTUFBTSxBQUFDLENBQ0wsY0FBYyxDQUFFLE1BQU0sQ0FDdkIsQUFFRCxBQUFBLFVBQVUsQUFBQyxDQUNULE1BQU0sQ0FBRSxvQkFBb0IsQ0FDN0IifQ== */ /*# sourceMappingURL=pe7-icon.css.map */
8,022.125
54,026
0.950995
bd2d83f9f8c7b26c7cbcff7ca7cfde31d7be237b
407
css
CSS
css/style.css
Durmaethor/tribute-page-project-freecodecamp
18865e6643ca3dd3d07b9d9b680469adcdba8c6c
[ "MIT" ]
null
null
null
css/style.css
Durmaethor/tribute-page-project-freecodecamp
18865e6643ca3dd3d07b9d9b680469adcdba8c6c
[ "MIT" ]
null
null
null
css/style.css
Durmaethor/tribute-page-project-freecodecamp
18865e6643ca3dd3d07b9d9b680469adcdba8c6c
[ "MIT" ]
null
null
null
body { margin-top: 50px; } .jumbotron { background-color: #DE2C32; } h1 { font-family: 'Faster One', cursive; font-size: 75px; color: #fff; } h2 { margin-bottom: 50px; } h3 { margin-top: 50px; } .container2 { position: relative; width: 80%; margin: 20px auto; } blockquote { margin: 50px 5px; background-color: white; padding: 20px; border-radius: 10px; color: blue; }
10.710526
37
0.624079
bd3a16939e99e796500884143798c92e7ac34bc2
3,293
css
CSS
src/index.css
sourav52/react-calculator
1c766d14f8fb35718d17db24d2c20204458725a3
[ "MIT" ]
null
null
null
src/index.css
sourav52/react-calculator
1c766d14f8fb35718d17db24d2c20204458725a3
[ "MIT" ]
null
null
null
src/index.css
sourav52/react-calculator
1c766d14f8fb35718d17db24d2c20204458725a3
[ "MIT" ]
null
null
null
html, body { margin: 0; padding: 0; background-color: mediumpurple; } .wrapper { width: 100%; height: auto; position: relative; } .calculator-container { width: 30%; height: 500px; background-color: #fff; margin: 0 auto; position: relative; top: 50px; } @media only screen and (max-width: 992px) { .calculator-container { width: 40%; } } @media only screen and (max-width: 768px) { .calculator-container { width: 70%; } } .control-list { list-style: none; margin: 0; padding: 0; margin-left: 10px; } .control-list li { display: inline-block; width: 7px; height: 7px; background-color: rgba(158, 158, 158, 0.79); border-radius: 50%; } .equation-box { margin: 0px 30px; padding: 10px !important; text-align: right; } .eqution-input { width: 100%; text-align: right; font-size: 17px; color: rgba(158, 158, 158, 0.79); outline: none; border: none; } .results { margin: 0px 30px; padding: 0px 10px !important; text-align: right; } .results-input { width: 100%; text-align: right; font-size: 35px; color: rgba(158, 158, 158, 0.79); outline: none; border: none; } .btn-list { width: 90%; margin-left: 8%; list-style: none; position: relative; padding: 0; margin-top: 30px; } .btn-list > li { display: inline-flex; justify-content: center; align-items: center; width: 20%; text-align: center; height: 50px; margin: 5px 5px; line-height: 40px; font-size: 1.3em; cursor: pointer; color: #fff; user-select: none; font-weight: bolder; } .btn-list li:last-child { width: 42%; } .btn-list li:last-child button { width: 100%; margin-left: 4px; margin-right: 0px; } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; text-align: center; } .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .love { color: red; } footer { margin: 100px 50px 20px 50px; } .social-media > a { color: #fff; border-radius: 4px; text-align: center; text-decoration: none; font-family: fontawesome; position: relative; display: inline-block; width: 40px; height: 40px; padding-top: 12px; margin: 0 2px; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; -webkit-font-smoothing: antialiased; } .social-media > a span { color: #fff; position: absolute; font-family: sans-serif; bottom: 0; left: -25px; right: -25px; padding: 5px 7px; z-index: 1; font-size: 14px; border-radius: 2px; background: #25c8dd; visibility: hidden; opacity: 0; -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .social-media > a span:before { content: ""; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #25c8dd; position: absolute; bottom: -5px; left: 40px; } .social-media > a:hover span { bottom: 50px; visibility: visible; opacity: 1; }
17.151042
70
0.64136
bd3b60d75e40a7a81dac066058848502504a6034
9,002
css
CSS
media/css/controls.css
kazz2009/NewsBlur
48238a0a83175aa762bbbd12ebcb2326dd649d17
[ "MIT" ]
1
2017-05-24T07:18:02.000Z
2017-05-24T07:18:02.000Z
media/css/controls.css
kazz2009/NewsBlur
48238a0a83175aa762bbbd12ebcb2326dd649d17
[ "MIT" ]
null
null
null
media/css/controls.css
kazz2009/NewsBlur
48238a0a83175aa762bbbd12ebcb2326dd649d17
[ "MIT" ]
null
null
null
ul.segmented-control { background-color: #AEB0A7; list-style-type: none; width: auto; padding: 1px; margin: 0 auto; clear: none; display: inline-block; color: white; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15); box-shadow: 0 1px 0 rgba(255, 255, 255, .15); } .segmented-control li { background: none; float: left; margin-left: 1px; cursor: pointer; margin: 0; padding: 0; clear: none; text-transform: uppercase; text-align: center; border-right: 1px solid rgba(0, 0, 0, .2); color: #61635e; text-shadow: 0 1px 0 rgba(255, 255, 255, .4); background-color: #DDDFD9; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .05))), url(/media/img/reader/background-control-light.png); background-image: -moz-linear-gradient(0% 0% -90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)), url(/media/img/reader/background-control-light.png); -webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); } .segmented-control li:active:not(.NB-disabled), .segmented-control-active li:active { color: #303030; text-shadow: 0 1px 0 rgba(255, 255, 255, .3); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .25))), url(/media/img/reader/background-control.png); background-image: -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .25)), url(/media/img/reader/background-control.png); -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); } .segmented-control li.NB-active, .segmented-control li.NB-active:active, .segmented-control-active li { color: #303030; background-color: #FDFDFD; background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0))); background-image: -moz-linear-gradient(0 0 -90deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); } .segmented-control li.NB-disabled { opacity: .9; color: rgba(0, 0, 0, .1); text-shadow: 0 1px 0 rgba(255, 255, 255, .3); cursor: default; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); } .segmented-control li.NB-disabled .NB-task-image { opacity: .3; } .segmented-control li:first-child, .segmented-control li.NB-first { margin-left: 0; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .segmented-control li:last-child, .segmented-control li.NB-last { -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-right: none; } /* ============================== */ /* = Vertical segmented control = */ /* ============================== */ ul.segmented-control-vertical { background-color: #AEB0A7; list-style-type: none; width: auto; padding: 1px; margin: 0 auto; clear: none; display: inline-block; color: white; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15); box-shadow: 0 1px 0 rgba(255, 255, 255, .15); } .segmented-control-vertical li { background: none; float: left; margin-left: 1px; cursor: pointer; width: 100%; margin: 0; padding: 0; clear: none; text-transform: uppercase; text-align: center; border-right: none; border-left: none; border-bottom: 1px solid rgba(0, 0, 0, .2); color: #61635e; text-shadow: 0 1px 0 rgba(255, 255, 255, .4); background-color: #DDDFD9; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .05))), url(/media/img/reader/background-control-light.png); background-image: -moz-linear-gradient(0% 0% -90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)), url(/media/img/reader/background-control-light.png); -webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(255, 255, 255, .15), inset 0 0 5px rgba(255, 255, 255, .1); } .segmented-control-vertical li:active:not(.NB-disabled), .segmented-control-vertical-active li:active { color: #303030; text-shadow: 0 1px 0 rgba(255, 255, 255, .3); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .25))), url(/media/img/reader/background-control.png); background-image: -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .25)), url(/media/img/reader/background-control.png); -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15), inset 0 0 5px rgba(0, 0, 0, .1); } .segmented-control-vertical li.NB-active, .segmented-control-vertical li.NB-active:active, .segmented-control-vertical-active li { color: #303030; background-color: #FDFDFD; background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, 0))); background-image: -moz-linear-gradient(0 0 -90deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); } .segmented-control-vertical li.NB-disabled { opacity: .9; color: rgba(0, 0, 0, .1); text-shadow: 0 1px 0 rgba(255, 255, 255, .3); cursor: default; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .15), inset 0 0 2px rgba(255, 255, 255, .1); } .segmented-control-vertical li.NB-disabled .NB-task-image { opacity: .3; } .segmented-control-vertical li:first-child, .segmented-control-vertical li.NB-first { margin-left: 0; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .segmented-control-vertical li:last-child, .segmented-control-vertical li.NB-last { border-bottom: none; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
33.969811
129
0.596423
bd3c2a5d2bb3e7fbf78d0910c48188c999bdf409
782
css
CSS
data/usercss/132067.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/132067.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/132067.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Amor Doce Tema:: Panda azul @namespace USO Archive @author JU_MIGA_SUA_LOKA @description `Um tema azul, fofinho e de panda` @version 20160829.1.54 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz-document domain("amordoce.com") { #container{ background-image : url(http://i67.tinypic.com/2potvm0.jpg) !important ; } #container.connected #header { background-image : url(http://i68.tinypic.com/2nkme6f.png) !important ; } .idcard-member { background : url(http://i64.tinypic.com/2rep2x1.png) no-repeat !important ; } } @-moz-document regexp("http://www.amordoce.com/profil/Isabellyie") { .idcard-member { background : url(http://i66.tinypic.com/2wp6uiv.png) no-repeat !important ; } }
34
103
0.682864
bd4477049283a32529adb1df7ca57ad3bb0c4c38
2,610
css
CSS
src/styles/tooltip.css
parisnumerique/editor.js
68d57a547cc6802502abf6f57df573c8cad312b8
[ "Apache-2.0" ]
null
null
null
src/styles/tooltip.css
parisnumerique/editor.js
68d57a547cc6802502abf6f57df573c8cad312b8
[ "Apache-2.0" ]
null
null
null
src/styles/tooltip.css
parisnumerique/editor.js
68d57a547cc6802502abf6f57df573c8cad312b8
[ "Apache-2.0" ]
null
null
null
/** * Tooltip * source: https://dev.to/kallmanation/building-a-tooltip-with-only-css-4k9 */ .codex-editor { [data-tooltip][aria-label] { position: relative; } [data-tooltip][aria-label]::before, [data-tooltip][aria-label]::after { display: none; pointer-events: none; position: absolute; z-index: 1; } [data-tooltip][aria-label]::before { background: var(--tooltip-color-bg); border-radius: 5px; content: attr(aria-label); color: var(--tooltip-color-font); font-size: 12px; line-height: 1.1em; padding: 6px 10px; white-space: pre; } [data-tooltip][aria-label]::after { border-color: var(--tooltip-color-bg); border-style: solid; border-width: 0; content: ""; height: 0; width: 0; } /* top & bottom */ [data-tooltip^="top"][aria-label]::before, [data-tooltip^="bottom"][aria-label]::before { right: 50%; transform: translateX(50%); } [data-tooltip^="top"][aria-label]::after, [data-tooltip^="bottom"][aria-label]::after { border-right-width: 5px; border-right-color: transparent; border-left-width: 5px; border-left-color: transparent; right: 50%; transform: translateX(50%); } /* top */ [data-tooltip^="top"][aria-label]::before { bottom: calc(7px + 100%); } [data-tooltip^="top"][aria-label]::after { border-top-width: 5px; bottom: calc(2px + 100%); } /* bottom */ [data-tooltip^="bottom"][aria-label]::before { top: calc(7px + 100%); } [data-tooltip^="bottom"][aria-label]::after { border-bottom-width: 5px; top: calc(2px + 100%); } /* left & right */ [data-tooltip^="left"][aria-label]::before, [data-tooltip^="right"][aria-label]::before { bottom: 50%; transform: translateY(50%); } [data-tooltip^="left"][aria-label]::after, [data-tooltip^="right"][aria-label]::after { border-top-width: 5px; border-top-color: transparent; border-bottom-width: 5px; border-bottom-color: transparent; bottom: 50%; transform: translateY(50%); } /* left */ [data-tooltip^="left"][aria-label]::before { right: calc(7px + 100%); } [data-tooltip^="left"][aria-label]::after { border-left-width: 5px; right: calc(2px + 100%); } /* right */ [data-tooltip^="right"][aria-label]::before { left: calc(7px + 100%); } [data-tooltip^="right"][aria-label]::after { border-right-width: 5px; left: calc(2px + 100%); } /* display on hover */ [data-tooltip][aria-label]:hover::before, [data-tooltip][aria-label]:hover::after { display: block; } }
24.622642
75
0.600383
bd452a8643a55b340e79ccc3a06a5c57125e7ef2
19
css
CSS
backend/src/main/resources/static/css/service.css
CodeURJC-DAW-2020-21/webapp11
9cc07b8e76f1d3c596ccc9bef5945b04e6edb731
[ "Apache-2.0" ]
null
null
null
backend/src/main/resources/static/css/service.css
CodeURJC-DAW-2020-21/webapp11
9cc07b8e76f1d3c596ccc9bef5945b04e6edb731
[ "Apache-2.0" ]
1
2021-02-22T23:53:12.000Z
2021-02-23T20:52:11.000Z
frontend/vanilla/css/service.css
CodeURJC-DAW-2020-21/webapp11
9cc07b8e76f1d3c596ccc9bef5945b04e6edb731
[ "Apache-2.0" ]
1
2021-05-03T17:56:24.000Z
2021-05-03T17:56:24.000Z
/* * Pricing */
3.8
10
0.368421
bd45ddf0924f6942e84ffbf6c199a460881d35de
414
css
CSS
assets/css/nucleo-glyph.min.css
ruelasal/proyecto
0e041bff64ab76fd126d5d753d8fecdedfa1b3d9
[ "MIT" ]
null
null
null
assets/css/nucleo-glyph.min.css
ruelasal/proyecto
0e041bff64ab76fd126d5d753d8fecdedfa1b3d9
[ "MIT" ]
null
null
null
assets/css/nucleo-glyph.min.css
ruelasal/proyecto
0e041bff64ab76fd126d5d753d8fecdedfa1b3d9
[ "MIT" ]
null
null
null
body:before{white-space:pre;font-family:monospace;content:"Error: Undefined variable: \"$lato\".\A on line 339 of scss/nucleo-glyph.scss\A \A 334: li {\A 335: position:relative;\A 336: float:left;\A 337: padding-left:20px;\A 338: width:100%;\A 339: font-family:$lato;\A 340: line-height:40px;\A 341: color:$cyan;\A 342: \A 343: &:before {\A 344: position:absolute;"}
414
414
0.628019
bd4657df143dd480667818272c1dfa5f5e3d4a6c
1,178
css
CSS
bus-client/src/Components/Dashboard/Dashboard.css
wambugucoder/BUS-BOOKING-APP
f54b14dbdb6f25da9b5d78d9ff0ea93c9be60538
[ "MIT", "Unlicense" ]
6
2020-11-16T16:07:48.000Z
2021-09-29T05:19:29.000Z
bus-client/src/Components/Dashboard/Dashboard.css
wambugucoder/BUS-BOOKING-APP
f54b14dbdb6f25da9b5d78d9ff0ea93c9be60538
[ "MIT", "Unlicense" ]
57
2021-01-13T23:20:57.000Z
2022-03-22T18:04:16.000Z
bus-client/src/Components/Dashboard/Dashboard.css
wambugucoder/BUS-BOOKING-APP
f54b14dbdb6f25da9b5d78d9ff0ea93c9be60538
[ "MIT", "Unlicense" ]
3
2021-07-19T01:15:34.000Z
2022-01-23T17:05:09.000Z
.dashboard{ margin: 0; width: 100%; height: 100%; overflow: auto; overscroll-behavior: auto; } .heading{ font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-weight: bolder; padding: 60px; text-align: center; font-size: 5em; letter-spacing: -2px; } .lds-dual-ring { display: inline-block; width: 80px; height: 80px; } .lds-dual-ring:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid rgb(29, 31, 185); border-color: rgb(62, 44, 145) transparent rgb(80, 73, 143) transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .dashboardTable{ contain:content; width: 100%; height:100%; margin-top: 4rem; flex: 1 1 auto; } body { background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background-size: 400% 400%; animation: gradient 15s ease infinite; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
17.848485
75
0.650255
bd480ae18c1ec9cd436e825ccf4420ce8d62f5c3
6,614
css
CSS
assets/css/game.css
alex-alex/chess.cf
2afa8d463a3b3a05f66f9bac8f7404e7b4c68c73
[ "MIT" ]
null
null
null
assets/css/game.css
alex-alex/chess.cf
2afa8d463a3b3a05f66f9bac8f7404e7b4c68c73
[ "MIT" ]
null
null
null
assets/css/game.css
alex-alex/chess.cf
2afa8d463a3b3a05f66f9bac8f7404e7b4c68c73
[ "MIT" ]
null
null
null
.menu { position: fixed; top: 0; width: 250px; height: -webkit-calc(100% - 91px); margin-top: 71px; padding: 5px 0; text-align: center; background: #eee; border-radius: 20px; border: 1px solid #ccc; font-size: 18px; } hr { border-bottom: 1px solid #ccc; margin: 0; padding-bottom: 5px; } #leftMenu { left: 20px; } #rightMenu { right: 20px; } #chat { position: relative; width: 100%; height: -webkit-calc(100% - 160px); } #chat-history { height: -webkit-calc(100% - 31px); overflow-x: hidden; overflow-y: auto; } #chat-history table { width: 100%; } #chat-history table td:first-child { width: 40px; text-align: right; vertical-align: top; padding-top: 4px; padding-right: 3px; color: gray; font-size: 12px; } #chat-history table td:last-child { text-align: left; font-size: 16px; color: #333; } #moves-list { height: -webkit-calc(100% - 26px); overflow-x: hidden; overflow-y: auto; } #moves-list .list-group-item { background: transparent; border: none; border-bottom: 1px solid #ccc; text-align: left; font-size: 16px; border-radius: 0; color: #333; } #moves-list .list-group-item em { color: gray; } #moves-list .list-group-item:last-child { border: none; } .player-label { font-weight: bold; } .player-label-white { color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .player-label-black { color: black; } #chat-input-panel { width: 100%; height: 31px; position: absolute; bottom: 0; } #chat-input-panel input { width: 72%; } #chat-input-panel button { width: 25%; } .video { position: absolute; } #video { height: 160px; bottom: 10px; left: 10px; display: none; } #video > video { /* max-width */ width: 229px; height: 160px; border-radius: 10px; background-color: black; border: 1px solid #ccc; } #videoPreview { height: 50px; bottom: 5px; right: 5px; border-radius: 5px; opacity: 0.75; } #videoPreview > video { width: 80px; height: 50px; border-radius: 5px; background-color: black; border: 1px solid #ccc; } #smallOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: white; color: black; padding-top: 71px; text-align: center; display: none; font-size: 30px; } .inner { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } #boardContainer { position: relative; top: 50%; left: 50%; height: 800px; width: 800px; margin-left: -400px; margin-top: -375px; font-size: 50px; } /* ---- Game info ---- */ #game-info { width: 90%; margin: 10px auto 0 auto; } #game-info tr:nth-child(2) td, #game-info tr:nth-child(4) td { padding: 0 10px; height: 33px; } /* ---- Chess board ---- */ #chess-board { position: relative; top: 3%; left: 0; width: 94%; height: 94%; text-align: center; table-layout: fixed; border-collapse: collapse; margin: 0 auto; color: black; background:#fff; background:-moz-linear-gradient(top, #fff, #eee); background:-webkit-gradient(linear,0 0, 0 100%, from(#fff), to(#eee)); -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none; } #chess-board td { width: 10%; height: 10%; } #chess-board tr:nth-child(2) td { border-top: 1px solid #ccc; } #chess-board tr:nth-child(9) td { border-bottom: 1px solid #ccc; } #chess-board td:nth-child(2) { border-left: 1px solid #ccc; } #chess-board td:nth-child(9) { border-right: 1px solid #ccc; } #chess-board tr:nth-child(odd) td:nth-child(even), #chess-board tr:nth-child(even) td:nth-child(odd) { background:#ccc; background:-moz-linear-gradient(top, #ccc, #eee); background:-webkit-gradient(linear,0 0, 0 100%, from(#ccc), to(#eee)); } #chess-board tr:nth-child(1) td, #chess-board tr td:nth-child(1), #chess-board tr:nth-child(10) td, #chess-board tr td:nth-child(10) { width: 40px; height: 40px; background: white !important; box-shadow: none !important; font-size: 15px; cursor: default; color: gray; border: none; } #chess-board td:not(.X) { cursor: pointer; } .W_K:before { content: '♚'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .W_Q:before { content: '♛'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .W_R:before { content: '♜'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .W_B:before { content: '♝'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .W_N:before { content: '♞'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .W_P:before { content: '♟'; color: white; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } .B_K:before { content: '♚'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .B_Q:before { content: '♛'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .B_R:before { content: '♜'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .B_B:before { content: '♝'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .B_N:before { content: '♞'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .B_P:before { content: '♟'; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } #chess-board td.selected-piece { text-shadow: 0 0 10px #0080FF; } #chess-board td.hint { cursor: pointer; } #chess-board td.hint:after { content: ""; display: block; width: 20px; height: 20px; margin: 0 auto; border-radius: 50%; background: transparent; box-shadow: inset 0 0 5px #0080FF, 0 0 5px #0080FF; } #chess-board td.enemy_hint { background: rgba(255, 0, 0, 0.25) !important; } #board-overlay { width: 100%; height: 100%; margin: 40px auto 0 auto; background: rgba(0, 0, 0, 0.33); position: absolute; left: 0; top: 0; display: none; } #board-waiting, #board-gameover { width: 200px; height: 100px; background:#fff; background:-moz-linear-gradient(top, #fff, #eee); background:-webkit-gradient(linear,0 0, 0 100%, from(#fff), to(#eee)); text-align: center; margin: -50px auto 0 auto; position: relative; top: 50%; border-radius: 10px; opacity: 0.9; font-size: 16px; } #board-waiting-text { padding-top: 70px; } #board-gameover { padding-top: 38px; font-size: 20px; display: none; }
19.921687
134
0.655579
bd4aac53691384c28ac7008e0eb3ddcfd0c9df44
17,900
css
CSS
public/static/css/common_14.css
MocioJove/Store
504fb828be283b70daa8963050b29f393e8dcbfc
[ "Apache-2.0" ]
null
null
null
public/static/css/common_14.css
MocioJove/Store
504fb828be283b70daa8963050b29f393e8dcbfc
[ "Apache-2.0" ]
1
2020-12-05T00:06:24.000Z
2020-12-05T00:06:24.000Z
public/static/css/common_14.css
MocioJove/Store
504fb828be283b70daa8963050b29f393e8dcbfc
[ "Apache-2.0" ]
null
null
null
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; } body {font-size:12px; font-family:"microsoft yahei",'Arial', 'Verdana','Helvetica', sans-serif; color:#333;overflow: hidden;overflow-y: auto;} td,th,caption { font-size:15px; } form{display: block;} h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:14px; } address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;} a {text-decoration:none; color:#333;font-size: 12px;} a:hover {color: #007cc3;} img { border:none;vertical-align: middle; } ol,ul,li { list-style:none; } input{font-family:"microsoft yahei",'Arial', 'Verdana','Helvetica', sans-serif;} *,a{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;} .clearfix{clear: both;*zoom:1;} .ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;} .nb{width: 1200px;margin:0 auto;} .greybg{background-color:#f6f6f6;} body{background-color:#f6f6f6;} .red{color:#e40101;} .btn {min-width: 60px;display: inline-block;text-align: center;padding: 8px 10px;background-color: #007cc3;border: none;border-radius: 3px;color: #fff;font-size: 12px;} .btn:hover{background-color: #056aa3;color: #fff;} .tip {color: #aeadad;font-size: 12px;} input[type="submit"],input[type="button"]{cursor: pointer;} input{outline: none;} .fl {float: left;} .vivi-blue, .lnk {color: #3893ee;} .clearovermartb{margin:20px 0;overflow: hidden;clear: both;} .scalc1p1{transform: -moz-scale(1.1);transform: -webkit-scale(1.1);transform: -o-scale(1.1);transform: -ms-scale(1.1);transform: scale(1.1);} .mask { background-color: #000; opacity: .4; filter: alpha(opacity=40); position: fixed; top: 0; left: 0; width: 100%; height: 100%; } @font-face { font-family:'lanting'; src: url(../fonts/lanting.ttf); } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } .navtitleright{line-height: 50px;} .lside{float: left;} .webuploader-element-invisible {position: absolute !important;clip: rect(1px 1px 1px 1px);} .rside{float: right;} .header{background-color:#fff;} .header .head-top{background-color:#f7f7f7;height: 40px;padding:12px 0;*height: auto;} .head-ul li{float: left;padding:0 18px;position: relative;} .head-ul li:after{content: '';position: absolute;width: 1px;height: 16px;background-color:#e2e2e2;display: block;top: 0;right: 0;} .head-ul li:last-child:after{display: none;} .web-title-container{padding:24px 0 28px;text-align: center;} .logo{float: left;display: block;} .prev-next a{display: block;background:url(../images/index_btn_14.png) no-repeat;width: 28px;height: 60px;position: absolute;} .prev-next .prev{background-position: 0 0;} .prev-next .next{background-position: -29px 0;} /**/ .title-ab{text-align: center;} .title-ab h4{position: relative;display: inline-block;font-size: 20px;color:#323232;} .title-ab h4:after,.title-ab h4:before{position: absolute;width: 40px;height: 1px;background-color:#c5c5c5;display: block;content: '';top: 50%;} .title-ab h4:after{right: -55px;} .title-ab h4:before{left: -55px;} /*搜索框*/ .searchbox{position: relative;width: 594px;height: 40px;display: inline-block;vertical-align: middle;margin-top:6px;border:2px solid #007cc3;border-right: none;*float:left;*margin-left:140px;*height:38px;} .searchbox input{border:none;background:none;} .searchbox .txt-search{width: 478px;height: 36px;left: 10px;position: absolute;} .searchbox .btn-submit{width: 96px;background-color:#007cc3;height: 38px;position: absolute;right: 0;top: 0;color:#fff;font-size: 16px;} /*购物车*/ .cartbox{float: right;width: 130px;height: 40px;margin-top:6px;position: relative;*width: auto;*z-index: 99;} .cartbox .cartbtn{width: 100%;height: 40px;line-height: 40px;border:1px solid #dcdcdc;padding:0 10px 0 45px;background:url(../images/yec_icon_cart_14.png) no-repeat 10px 12px;/*color:#b4b4b4;*/cursor: pointer;} .cart-slidedownbox{width: 350px;position: absolute;z-index: 99;background-color:#fff;right: 0;top: 39px;border:1px solid #dcdcdc;display: none;} .cart-slidedownbox h3 {font-size: 14px;color: #323232;border-bottom: 1px solid #dcdcdc;height: 32px;line-height: 32px;padding: 0 14px;text-align: left;background-color:#f1f1f1;} .sum-box a.slidecart-js {display: block;float: right;width: 100px;background-color: #007cc3;text-align: center;font-size: 14px;color: #fff;cursor: pointer;} .sum-box {height: 48px;line-height: 48px;overflow: hidden;background-color:#f1f1f1;} .sum-box div {float: right;} .sum-box .sum {color: #000;margin-right: 12px;} .sum-box .check {margin-left: 14px;color: #000;float: left;} .close-price button {cursor: pointer;display: block;background: url(../images/cart-slide-close_14.png) no-repeat;width: 14px;height: 14px;border: none;float: right;} .cart-slidedown{padding:10px 10px 0 10px;height: 294px;overflow-y:auto ;} .cart-slidedown ul{min-height: 45px;max-height: 282px;overflow-y:auto ;overflow-x: hidden;} .cart-slidedown li{overflow: hidden;clear: both;border-bottom:1px solid #f1f1f1;padding:5px 0;} .cart-slidedown li .cart-pro{float: left;width:100%;} .cart-slidedown li .cart-pro .pic-box{float: left;width:60px;height: 60px;overflow: hidden;} .cart-slidedown li .cart-pro .cart-pro-num{float: left;margin-left:5px;width:142px;height:60px;overflow: hidden;} .cart-slidedown li .cart-pro .cart-pro-num a{color:#545454;line-height: 20px;display: block;padding:0;text-align: justify;} .cart-slidedown li .cart-pro .cart-pro-num a:hover{color:#3f3f3f;} .cart-slidedown li .cart-pro .pic-box img{display: block;width:100%;} .cart-slidedown li .close-price{width: 104px;overflow: hidden;} .cart-slidedown li .close-price .red{margin-top:34px;text-align: right;font-weight: bold;font-size: 14px;} .cartbox:hover .cart-slidedownbox{display: block;} .nav{position: relative;height: 35px;left: 0;*z-index: 99;} .nav .nav-classify{width: 200px;position: absolute;top: 0;background-color:#fff;z-index: 999;*float: left;left: 0;} .nav .nav-classifyopaity{background-color:rgba(255,255,255,.92);} .nav .nav-classify .nav-all-btn{width: 100%;height: 35px;background-color:#007cc3;color:#fff;text-align: center;line-height: 35px;font-size: 14px;cursor: pointer;} .nav .menu-mainnav{padding:3px 0;position: relative;display: none;} .nav .menu-mainnav li .sortmaintitle{height: 37px;line-height: 37px;padding:0 15px;overflow: hidden;} .nav .menu-mainnav li a{font-size: 13px;margin:0 5px;} .nav .menu-subnav{} .nav .navsonbox{min-height: 450px;background-color:#fff;padding:10px 15px;width: 1000px;position: absolute;top: 35px;left: 200px;display: none;top:0;border:1px solid #eee;} .nav .navson-cannel a{display: inline-block;background-color:#666;vertical-align: middle;padding:5px 10px;margin-right: 4px;border-radius: 4px;font-weight: bold;color:#fff;} .nav .navson-classify .navson-classify-box{margin:10px 0;overflow: hidden;clear: both;} .nav .navson-classify .maintitle{width: 100px;float: left;text-align: right;margin-top:4px;} .nav .navson-classify .maintitle a{font-weight: bold;font-size: 14px;padding-right: 4px;} .nav .navson-classify .maintitle span{margin-left: 5px;} .nav .navson-classify .navson-classify-subtitle{float: left;width: 866px;} .nav .navson-classify .navson-classify-subtitle a{position: relative;padding:0 10px;margin:4px 0;display: inline-block;vertical-align: middle;} .nav .navson-classify .navson-classify-subtitle a:before{content: '';position: absolute;left: 0;top: 3px;width: 1px;height: 12px;display: block;background-color:#ccc;} .nav .menu-mainnav li:hover .navsonbox{display: block;} .nav .menu-mainnav li:hover{background:url(../images/ihover_14.jpg) no-repeat top left #eee;} .nav .nav-classify:hover .menu-mainnav{display: block;} .nav-othder{margin-left: 200px;text-align: center;*float: left;} .nav-othder li{padding-left: 30px;padding-right: 30px;float: left;line-height: 35px;vertical-align: bottom;} .nav-othder li a{font-size: 14px;display: block;} .nav-othder li a:hover{color:#007cc3;} /*footer*/ .footer{padding-bottom:62px;margin-top: 56px;overflow: hidden;clear: both;background-color:#fff;} .promise{overflow: hidden;clear: both;padding:0 72px;border-bottom:1px solid #f5f5f5;padding:38px 0 36px;} .promise ul li{width:25%;float: left;text-align: center;} .promise .promise-box .word{width: 64%;text-align: left;margin-left: 15px;*float: left;} .promise .promise-box .yec-icon{width:70px;height:70px;border-radius: 100%;margin:0 auto;background:url(../images/footer_14.png) no-repeat;font-size:50px;display: inline-block;vertical-align: middle;*float: left;} .promise .promise-box .yec-icon-qg{background-position: 0 0;} .promise .promise-box .yec-icon-fare{background-position: -70px 0;} .promise .promise-box .yec-icon-cs{background-position: -140px 0;} .promise .promise-box .yec-icon-help{background-position: -210px 0;} .promise ul li h3{font-size: 18px;margin-bottom:4px} .promise ul li p{color:#969696;font-size: 14px;} .promise .promise-box .word{display: inline-block;vertical-align: middle;} .foot-navson{padding:30px 0 20px;overflow: hidden;clear: both;} .foot-navson .navsonbox dl{float: left;width: 178px;} .foot-navson .navsonbox dt{margin-bottom:10px;} .foot-navson .navsonbox dt a{font-size: 14px;} .foot-navson .navsonbox dd a{color:#646464;line-height: 26px;} .foot-navson .foot-service{float: right;width: 300px;text-align: center;} .foot-navson .foot-service p{font-size: 18px;} .foot-navson .foot-service .tel{font-size: 30px;margin:10px 0;font-family: 'lanting';} .foot-navson .btn-service{font-size: 14px;color:#fff;background-color: #007cc3;width: 100px;height: 36px;border-radius: 5px;display: block;margin:0 auto;line-height: 36px;} .foot-sortnav{text-align: center;} .foot-sortnav .box{display: inline-block;position: relative;padding:0 16px;*display: inline;} .foot-sortnav .box:after{position: absolute;content: '';width: 2px;height: 13px;background:url(../images/footnav_bg_14.jpg) no-repeat;top:2px;right: 0;} .foot-sortnav .box:last-child:after{display: none;} .copyright{color:#858585;text-align: center;padding:14px 0;} .copyright a{color:#858585;} .foot-authentication{text-align: center;} .foot-authentication a{display: inline-block;width: 89px;height: 30px;background:url(../images/footer_14.png) no-repeat;margin:0 5px;} .foot-authentication .authen1{background-position: 0 -86px;} .foot-authentication .authen2{background-position: 0px -116px;} .foot-authentication .authen3{background-position: 0px -146px;} .foot-authentication .authen4{background-position: 0px -176px;} .foot-authentication .authen5{background-position: 0px -206px;} .foot-authentication .authen6{background-position: 0px -236px;} /*注册登录页面简约版头部*/ .ny-header{height:79px;border-bottom:1px solid #ebebeb;box-shadow: 0 0 4px #ebebeb;position: relative;z-index:999;} .ny-header .nb{max-width:1300px;margin:0 auto;overflow: hidden;clear: both;width:100%;} .ny-header .logo{float: left;height:79px;line-height:79px;} .ny-header .logo img{margin-top:13px;float: left;} .ny-header .logo span{font-size: 18px;color:#9b9b9b;line-height: 79px;display: block;float: left;margin-left:18px;} .ny-header .right{float: right;margin-top:52px;} .ny-footer .copyright {color: #858585;margin: 16px 0;font-size: 12px;} #mask { width: 100%; height: 100%; background-color: #000; opacity: 0.3; -webkit-opacity: 0.3; -moz-opacity: 0.3; filter: alpha(opacity=30); position: fixed; top: 0; left: 0; z-index: 999; display: none; } /*侧边浮动*/ .celan-float{position: fixed;right:0;top:220px;z-index:999999;} .celan-float ul li{width:39px;height:39px;border:1px solid #dddddd;background:url(../images/icon-right_14.png) no-repeat #fff;margin-top:2px;} .celan-float ul li:hover{background:url(../images/icon-right-w_14.png) no-repeat #007cc3;border-color:#007cc3;} .celan-float ul li a{display: block;text-indent: -999999px;width:100%;height:39px;} .celan-float ul li.shop{background-position: 5px 6px;} .celan-float ul li.shop a{position: relative;} .celan-float ul li.shop:hover span{color:#056aa3;border:1px solid #056aa3;background-color:#fff;} .celan-float ul li.shop a span{position: absolute;top:-4px;right: 0;display: block;background:#007cc3;width:100%;color:#fff;text-indent: initial;border-radius: 100%;line-height: 20px;width:20px;height:20px;text-align: center;} .celan-float ul li.coll{background-position: 6px -36px;} .celan-float ul li.ecode{background-position: 6px -78px;position: relative;} .celan-float ul li.ecode .ecode-box{position: absolute;right:40px;top:-1px;width:100px;height:100px;background-color:#007cc3;display: none;} .celan-float ul li.ecode .ecode-box img{width:80px;height:80px;padding:10px;} .celan-float ul li.ecode:hover .ecode-box{display: block;} .celan-float ul li.gossi{background-position: 6px -120px;} .celan-float ul li.telnum{background-position: 6px -163px;position: relative;} .celan-float ul li.telnum .tel-box{position: absolute;right:40px;top:-1px;width:100px;height:41px;background-color:#007cc3;text-align: center;line-height:40px;display: none;} .celan-float ul li.telnum .tel-box span{color:#fff;} .celan-float ul li.telnum:hover .tel-box{display: block;} .celan-float ul li.totop{background-position: 6px -203px;} .celan-float ul li .radius{-webkit-border-top-left-radius: 5px;border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-left-radius: 5px;} .pages{padding-top:30px; text-align: center;} .pages a{padding:0 12px;height: 30px;line-height: 30px;margin:0 2px;background-color:#fff;display: inline-block;} .pages a:hover{background-color:#007cc3;color:#fff;} /*万鱼未知*/ .modbox { width: 750px; height: 420; padding: 10px 20px 20px 20px; position: fixed; left: 50%; margin-left: -400px; top: 50%; margin-top: -210px; background-color: #fff; border: 5px solid #dcdcdc; z-index: 9999; display: none; } .modbox h3 { color: #505050; font-size: 14px; border-bottom: 1px solid #bfbfbf; padding-bottom: 5px; } .modbox h3 i.close-modbox { display: block; float: right; background: url(../images/x_14.png) no-repeat; width: 12px; height: 12px; cursor: pointer; } i.icon-check-zf { display: none; width: 17px; height: 17px; position: absolute; bottom: 0; right: 0; z-index: 99; background: url(../images/icon-zf-check_14.png) no-repeat; } /*产品*/ .yourlike li{float: left;width: 19.6%;margin-right: 0.5%;background-color:#fff;padding-bottom:16px;margin-bottom:10px;border:2px solid #fff;} .yourlike li:nth-child(5n){margin-right: 0;} .yourlike li img{width: 100%;} .yourlike li .elli{padding:0 10px;height: 3em;overflow: hidden;margin:10px 0;} .yourlike li .elli a{line-height: 1.5em;} .yourlike li .price{padding:0 10px;color:#d70000;font-size: 18px;} .yourlike li .picbox{display: block;padding:20px;} .yourlike li:hover{border-color:#007cc3;} .navtitle{padding:21px 0 0;overflow: hidden;clear: both;} .navtitle h3{height:30px;line-height: 30px;float: left;color:#fff;width:104px;background: url(../images/arrow-down.png) no-repeat 88px 13px #333;padding-left:15px;} .navtitle .navtitleright{float: right;} .navtitle .navtitleright a{padding: 0 8px;} .part-price-sort ul.pps{border:1px solid #ddd;background-color: #fff;} .part-price-sort ul.pps li{line-height: 38px;border-bottom:1px solid #ddd;overflow: hidden;clear: both;} .part-price-sort ul.pps li .lside-name{float: left;width:130px;text-align: center;} .part-price-sort ul.pps li .rside-navtitle{padding:0 19px;float: left;width:1068px;border-left:1px solid #ddd;} .part-price-sort ul.pps li .rside-navtitle a{padding:0 20px;} .part-price-sort ul.pps li .rside-navtitle a:hover{color:#de342f;} .part-price-sort ul.pps li .some-px a{display: block;float: left;} .part-price-sort ul.pps li .some-px span{display: block;float: left;} .part-price-sort ul.pps li .rside-navtitle a b{display: block;float: left;background:url(../images/search.png) no-repeat;width:13px;height: 12px;margin:13px 0 0 5px;opacity: 0;fiter:alpha(opacity=0);} .part-price-sort ul.pps li .rside-navtitle a b.down{background-position: 0 -203px;opacity:1;filter:alpha(opacity=100);} .part-price-sort ul.pps li .rside-navtitle a b.up{background-position: 0px -225px;display: block;opacity:1;filter:alpha(opacity=100);} /*newadd*/ .part-price-sort ul.pps .readychoose .rside-navtitle a{border:1px solid #e40101;padding:4px;color:#e40101;display: inline-block;line-height: initial;} .part-price-sort ul.pps .readychoose .rside-navtitle a em{color:#e40101;font-weight: 800;margin-left: 4px;} .probottom{height:42px;line-height: 42px;border-top:1px solid #eee;} .probottom a{width:49%;display: block;float: left;text-align: center;font-size: 14px;color:#8c8c8c;} .probottom a:hover{color:#de342f;} .probottom i{display: block;width:1px;height:20px;background:#eee !important;float: left;margin-top:11px;} .nobottompad li{padding-bottom:0 !important;} i.icon-check-zf{display: none;width: 17px;height: 17px;position: absolute;bottom: 0;right:0;z-index:99;background:url(../images/icon-zf-check_14.png) no-repeat;} .selected i.icon-check-zf{display: block;} .ico-login{position: absolute;left: 95%;top: 16px;} .i-err{color: #e22;} .i-suc i,.i-err i,.i-tip i{display: inline-block;width: 17px;height: 17px;vertical-align: middle;background: url(../images/ico_14.png) 999px 999px no-repeat;} .i-suc i{background-position: 0px -17px;} .i-err i{background-position: -17px 0px;} .i-tip i{background-position: 0px 0px;} .setprice input{width: 50px;padding: 2px;vertical-align: middle;} .setprice input[type='button']{ background-color: #f1f1f1; border: solid 1px #ddd; padding: 3px;font-size: 12px;} .unedit,input.unedit,.edit-user-infor ul li input[type='text'].unedit{border: none;background: transparent;} .input, input.input { border-radius: 3px; padding: 7px; border: solid 1px #C9C9C9; }
59.866221
226
0.738827
bd4c744e68adc33b7daf688ddadf8e858911829c
338
css
CSS
assets/css/color/green.css
kandasamyc/hugo-theme-terminal
46b5034f3d15e85cd0032b2c4ee96eadfa3c463e
[ "MIT" ]
null
null
null
assets/css/color/green.css
kandasamyc/hugo-theme-terminal
46b5034f3d15e85cd0032b2c4ee96eadfa3c463e
[ "MIT" ]
null
null
null
assets/css/color/green.css
kandasamyc/hugo-theme-terminal
46b5034f3d15e85cd0032b2c4ee96eadfa3c463e
[ "MIT" ]
null
null
null
@import '../main.css'; @import '../header.css'; @import '../logo.css'; @import '../pagination.css'; @import '../post.css'; @import '../prism-one-dark.css'; @import '../variables.css'; :root { --accent: #78E2A0; --background: color-mod(var(--accent) blend(#1D1E28 98%)); --color: white; --border-color: rgba(255, 255, 255, .1); }
22.533333
60
0.600592
bd4e00e775dc184288a057295df9bd58a9790185
2,109
css
CSS
assets/css/gutenblock.css
codescribblr/weforms
bac3c19227890fea68149ad07ef64e10645d7f40
[ "Unlicense" ]
5
2020-04-22T18:46:47.000Z
2021-04-16T18:08:01.000Z
assets/css/gutenblock.css
codescribblr/weforms
bac3c19227890fea68149ad07ef64e10645d7f40
[ "Unlicense" ]
103
2020-03-13T17:09:07.000Z
2022-02-25T16:50:52.000Z
assets/css/gutenblock.css
codescribblr/weforms
bac3c19227890fea68149ad07ef64e10645d7f40
[ "Unlicense" ]
10
2020-03-05T17:32:43.000Z
2021-07-10T22:01:37.000Z
.weforms-block-logo{ max-width: 50px !important; max-height: 50px; float: left; margin-right: 15px; margin-bottom: 10px; } #weforms-filter-input-main{ clear: both; } .weforms-iframe-container { position: relative; } .weforms-iframe-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .weforms-block-form-selector { background-color: lightgrey; border-bottom: 1px solid; margin-bottom: 5px; padding: 4px; } .weforms-filter-input { border: 1px solid #ddd; border-radius: 5px; box-shadow: inset 0 1px 2px rgba(0,0,0,.07); padding: 0; width: 100%; margin-top: 10px; margin-bottom: 10px; position: relative; } .weforms-filter-input .blocks-select-control__input { margin: 0 0 0 0; } .weforms-filter-input-el { border: none !important; box-shadow: none !important; width: 95%; position: relative; display: inline-block; } .weforms-filter-input-icon { display: inline-block; content: '▾'; color: #999; font-size: 14px; right: .77em; position: absolute; top: .2em; } #weforms-formFilter-main { border-top: none; border-left: none; border-bottom: none; } #weforms-formFilter-sidebar { border-top: none; border-left: none; border-bottom: none; width: 95%; } #weforms-filter-input-icon-sidebar { font-size: 1.4em; top: .35em; right: .45em; } .weforms-filter-input-el.blocks-select-control__input > .components-base-control__field { margin-bottom: 0; } .weforms-filter-option-container { display: none; position: absolute; background-color: #edeff0; z-index: 10000; padding: 4px; width: 100%; border-radius: 5px; max-height: 200px; overflow: scroll; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; } .weforms-filter-option { list-style: none; } .weforms-filter-option:hover { background-color: #0073aa; color: white; }
20.676471
90
0.607397
bd4e7d7b621165758d2407e74895210f0131ae57
10,413
css
CSS
Pacote para Download/Web_BrainBox/css/style_private_areas.css
ViviFerreira/Sistema_Lanchonete_Web_BrainBox
42e5a9bb6fe48434ea3fb184389b74a8c4878a94
[ "MIT" ]
null
null
null
Pacote para Download/Web_BrainBox/css/style_private_areas.css
ViviFerreira/Sistema_Lanchonete_Web_BrainBox
42e5a9bb6fe48434ea3fb184389b74a8c4878a94
[ "MIT" ]
null
null
null
Pacote para Download/Web_BrainBox/css/style_private_areas.css
ViviFerreira/Sistema_Lanchonete_Web_BrainBox
42e5a9bb6fe48434ea3fb184389b74a8c4878a94
[ "MIT" ]
null
null
null
*{ padding: 0; margin: 0; } body{ background-color:#f5f5f5; font-family: sans-serif; } header{ width: 100%; height: 50px; background-color: #343a40; position: fixed; font-family: sans-serif; z-index: 9; } .logotipo { color:rgba(255, 255, 255, 0.8); width:5.5em; margin-left: 4em; margin-top: 5px; background:transparent; border-left: 1px solid #707070; height: 40px; position:relative; font-family: 'Roboto Condensed', sans-serif; font-size:1.2em; text-transform: uppercase; color:#fff; font-weight: bold; padding-left: 1em; padding-top: 9px; } .conta{ width: 3.5em; margin-right: 2em; background:transparent; float: right; position:relative; } #user_top{ font-size: 40px; padding-top: 5px; float: right; margin-right: 1.7em; } #user_bottom{ font-size: 40px; color:#343a40; float: left; } #ops{ font-size: 20px; color: #343a40; padding-right: 10px; } #close{ font-size: 15px; color:#909090; } #lupa{ font-size:20px; color:#909090; padding-left: 4px; } .sair{ margin-top: -33px; width: 28px; height: 30px; padding-bottom: 5px; float: right; margin-right: 1em; cursor: pointer; } *, *::after, *::before{ box-sizing: border-box; } .modal1:target{ display:table; } .modal1__body li { padding: 6px 20px; width:30%; height: 10px; color:#222d32; display: inline; justify-content: center; text-decoration: none; color: #343a40; font-weight: 500; cursor:pointer; font-size: 16px; background-color:hsla(0, 0%, 93.3%, .8); } .modal1__body li:hover{ font-weight: 600; } .modal1__body ul{ width: 100%; margin-top: 30px; margin-left: 5px; } .modal1__body a{ text-decoration: none; } .modal1__body a:hover{ text-decoration: none; } .modal1__body { height: 15px; } @keyframes slideUp{ from{ opacity:0; bottom: -200px; } to{ opacity:1; bottom:0; } } .well{ width: 98%; height: 550px; background-color: #f5f5f5; margin-top: 6em; border-radius: 5px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); transform: translate(-50%,-50%); padding:30px 30px; top: 40%; left:50%; padding-bottom: 45px; position: absolute; } .well h3{ text-align: left; font-size:1.2em; padding: 20px; font-weight: 500; font-family: sans-serif; color:#3B3B3B; font-weight: bold; } a:hover{ text-decoration: none!important; } .well p{ text-align: left; font-size:1em; padding-left:20px; margin-top: -25px; font-family: sans-serif; color:#222; } .maincontainer{ position: absolute; width:90%; height:150px; background: none; margin-left: 15%; color: #f5f5f5; } .thecard{ position: relative; top: 1em; left: 0; width: 15%; height: 100%; display: inline-block; border-radius: none; transform-style: preserve-3d; transition: all 0.8s ease; } .thecard:hover{ transform: rotateY(180deg); } .thefront{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: none; backface-visibility: hidden; overflow: hidden; background: #343a40; color: #fff; } .theback{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; backface-visibility: hidden; overflow: hidden; background: #ef5350; text-align: center; transform: rotateY(180deg); } .thefront h1{ font-family: 'zilla slab', sans-serif; padding-top: 30px; font-weight: bold; font-size: 15px; text-align: center; color:#fff; } .theback h1{ padding-top: 45px; font-size: 16px; text-align: center; text-transform: none; font-weight: 500; color:#fff; } .thefront p{ margin-top:-15px; font-weight: normal; font-size: 19px; text-align: center; padding-right: 24px; color:#fff; } .theback p{ margin-top:-15px; font-weight: normal; font-size: 19px; text-align: center; padding-right: 24px; color:#fff; } #car{ font-size: 50px; } #olho{ padding-top: -25px; font-size: 20px; } #main { background:#f5f5f5; width: 100%; height: 700px; } .label-pesquisa{ font-size: 18px; padding-left: 2px; } .more_opcoe{ width: 100%; height: 100px; margin-top: 20em; } #icone_opco{ font-size: 15px; } .icon{ width: 2.8%; height: 40px; margin-top:1%; margin-left:1%; padding: 1px 1px; } .loginbox{ width: 60%; height: 500px; background: transparent; top: 48%; left: 35%; position: absolute; transform: translate(-50%,-50%); box-sizing: border-box; padding: 35px 30px; font-family: 'Rubik', sans-serif; } .box-card{ width: 25%; padding:30px 30px; padding-bottom: 45px; background-color: #f5f5f5; top: 55%; left:80%; text-align: center; position: absolute; transform: translate(-50%,-50%); } .categoria-box{ width: 30%; padding:30px 30px; padding-bottom: 45px; background-color: #f5f5f5; top: 35%; left:80%; position: absolute; transform: translate(-50%,-50%); } .categoria-box input[type=submit]{ padding:8px; width: 6em; background: #343a40; border: none; } .table-box{ top: 60%; left: 40%; width: 98%; height: 500px; margin-left: 10%; position: absolute!important; transform: translate(-50%,-50%); } .box{ width: 60%; height: 500px; background: transparent; top: 55%; left: 50%; position: absolute; transform: translate(-50%,-50%); box-sizing: border-box; padding: 35px 30px; font-family: 'Rubik', sans-serif; } .box input[type=submit]{ padding:8px; width: 5em; background: #343a40; border: none; margin-top: 1em; margin-left:90.5%; } .box-result{ width: 98%; height: 500px; background: transparent; top: 57%; left: 47%; position: absolute; transform: translate(-50%,-50%); box-sizing: border-box; padding: 35px 30px; font-family: 'Rubik', sans-serif; } .box-result table{ margin-left: 20px; } .box-result table{ width: 100%; } .box-result input{ width: 60%; } .msg-top{ width: 103%; top:10%; margin-bottom: 2px; left: 50%; position: absolute; transform: translate(-50%,-50%); padding: 35px 30px; } .search_but{ top:-1.2em; margin-bottom: 2px; left: 2.8%; position: absolute; transform: translate(-50%,-50%); } th{ text-transform: uppercase; font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 15px; } #olho{ color:#222d32; margin-left: 14.5em; font-size: 15px; } #relo{ color:#222d32; margin-left: 14.5em; font-size: 15px; } .box-card p{ font-size: 18px; } .loginbox input[type=email]:focus{ box-shadow: none!important; } .loginbox input[type=text]:focus{ box-shadow: none!important; } .loginbox input[type=password]:focus{ box-shadow: none!important; } .loginbox select:focus{ box-shadow: none!important; } h1{ margin: 0; padding-bottom:3em; text-align: center; font-size:1em; color:#000; font-weight: 600; text-transform: uppercase; font-family: 'Rubik', sans-serif; } .titulo h2{ margin-top: 1.5em; padding-bottom:3em; text-align: center; font-size:1em; color:#000; font-weight: 600; text-transform: uppercase; font-family: 'Rubik', sans-serif; width: 100%; top:10%; margin-bottom: 2px; left: 50%; position: absolute; transform: translate(-50%,-50%); padding: 35px 30px; } .loginbox p{ margin: 0; padding: 0; font-weight: bold; color:#32282D; text-transform: uppercase; } .loginbox input{ width: 100%; margin-bottom: 15px; } .categoria-box input{ width: 100%; padding:8px; margin-bottom: 15px; font-size: 0.9em; font-family: 'Rubik', sans-serif; transition:.3s; font-size: 16px; } .loginbox input[type="text"], input[type="password"], input[type="email"], input[type="number"] { width: 100%; margin-top:5px; outline:none; padding:8px; font-size: 0.9em; font-family: 'Rubik', sans-serif; transition:.3s; font-size: 16px; } .loginbox select { width:100%; margin-top:5px; outline:none; padding:8px; box-sizing:border-box; font-size: 0.9em; font-family: 'Rubik', sans-serif; transition:.3s; color: #000; font-size: 16px; } #botao{ border: none; outline: none; margin-left:25%; border-radius: 5px; width: 50%; height: 30px; background: #222d32; color: #fff; font-size: 1em; text-transform: uppercase; margin-top: -4px; font-family: 'Rubik', sans-serif; } #link{ color:#512D38; font-weight: bold; font-size: 13px; } #link:hover{ font-size: 13.5px; } .loginbox input[type="submit"] { background-color: #343a40; margin-top: 2.5em; border: none; } .loginbox input[type="submit"]:hover { cursor: pointer; } .loginbox a{ text-decoration: none; font-size: 13px; line-height: 20px; font-weight: 700; color: #32282D; font-family: 'Rubik', sans-serif; } .loginbox a:hover { color: #D32F2F; } ::-webkit-input-placeholder { color:#737273; font-weight: 500; text-transform: uppercase; } :-moz-placeholder { /* Firefox 18- */ color:#32282D; font-weight: 500; text-transform: uppercase; } ::-moz-placeholder { /* Firefox 19+ */ color:#32282D; font-weight: 500; text-transform: uppercase; } :-ms-input-placeholder { color: #32282D; font-weight: 500; text-transform: uppercase; } #copyright { overflow: hidden; width: 100%; position:absolute; bottom:0; padding:0px 0px; border-top: 1px solid rgba(255,255,255,0.08); } #copyright p { letter-spacing: 0.20em; text-align: center; text-transform: uppercase; font-size: 1.1em; font-family: 'Open Sans Condensed', sans-serif; letter-spacing: 0.3px; color: #222; font-weight: 800; } #copyright a { text-decoration: none; color: #222; font-weight: 800; }
17.471477
95
0.595602
bd56fad658aff38d9d57a9096026c553975544ad
1,766
css
CSS
HTML & CSS/M02_HtmlAndCss/L07_MediaQueries/Solutions/P10_TaskBoardWebSite/Create-Task-Page/styles.css
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
1
2022-01-18T13:45:46.000Z
2022-01-18T13:45:46.000Z
HTML & CSS/M02_HtmlAndCss/L07_MediaQueries/Solutions/P10_TaskBoardWebSite/Create-Task-Page/styles.css
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
null
null
null
HTML & CSS/M02_HtmlAndCss/L07_MediaQueries/Solutions/P10_TaskBoardWebSite/Create-Task-Page/styles.css
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
1
2022-02-23T13:03:14.000Z
2022-02-23T13:03:14.000Z
/* TODO create a valid CSS Grid */ /* TODO make the layout responsive by using media queries */ /* ----------- Styles ----------- */ body { font-family: Arial, Helvetica, sans-serif; } body header { background: rgb(181, 216, 255); padding: 0px 3px 4px 3px; border-radius: 3px; } body header a { align-self: center; text-align: center; font-size: 3.2em; filter: drop-shadow(0px 0px 3px #777); text-decoration: none; } body header h1 { margin: 0px; align-self: center; font-size: 1.5em; padding-top: 8px; } aside { background: rgb(181, 216, 255); border-radius: 3px; } aside ul { list-style-type: none; margin: 0px; padding: 10px; } aside ul a { display: block; padding: 5px; color: rgb(86, 40, 129); text-decoration: none; } main h1 { font-size: 1.5em; } footer { background: rgb(181, 216, 255); padding: 8px; border-radius: 3px; } table { border-collapse: collapse; width: 100%; } table td, table th { border: 1px solid #ddd; padding: 8px; } table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: rgb(84, 144, 212); color: white; } td { white-space: pre-wrap; } form table { max-width: 800px; margin: 0px auto 10px auto; } form table input, form table textarea, form table select { width: 100%; } form table th { width: 110px; } form button { padding: 15px 30px; border-radius: 10px; outline: none; background: #9bcef0; width: 100%; margin: 0 auto; display: block; max-width: 800px; font-size: 1.2em; }
15.628319
60
0.556059
bd57074f2dd38fbc7b20cf7179135481e7939001
3,357
css
CSS
css/rgbGame.css
randomraccoon/RGB-Game
4fc01fa24a0f174f9d24fc5138e8d615087571bd
[ "MIT" ]
null
null
null
css/rgbGame.css
randomraccoon/RGB-Game
4fc01fa24a0f174f9d24fc5138e8d615087571bd
[ "MIT" ]
null
null
null
css/rgbGame.css
randomraccoon/RGB-Game
4fc01fa24a0f174f9d24fc5138e8d615087571bd
[ "MIT" ]
null
null
null
html { background-color: #232323; color: white; font-family: 'Khula', sans-serif; user-select: none; cursor: default; height: 100%; } body { margin: 0; } .square { height: 75%; float: left; margin: 1%; border-radius: 15%; transition: background-color 0.3s, transform 0.3s; } .square:hover { transform: scale(1.05); position: relative; z-index: 1; } .noTransform:hover { transform: none; } .squareText { background-color: #000; background-color: rgba(0, 0, 0, 0.5); text-shadow: 1px 1px #000; text-align: center; position: relative; top: 50%; transform: translateY(-50%); line-height: 0.9em; padding-top: 3px; user-select: none; } #color-container { width: 550px; height: 550px; margin: 0 auto; padding: 15px; user-select: none; } #header { text-align: center; } h1 { font-family: 'Khand', sans-serif; font-size: 4em; font-weight: lighter; margin: 0; text-transform: uppercase; line-height: 1.3em; background-color: SteelBlue; user-select: text; text-shadow: 3px 3px 5px rgba(0,0,0,0.35); } #white-bar { background-color: white; color: SteelBlue; padding-top: 3px; position: relative; z-index: 1; } #levelInput { color: SteelBlue; background-color: white; border: none; font-size: 1em; direction: rtl; width: 2em; } #levelInput:focus { outline: none; } #winUp { color: ForestGreen; } #lossUp { color: #C00; } .hidden { display: none; } .redVal { color: #fee; } .greenVal { color: #efe; } .blueVal { color: #eef; } .eliminated { background-color: #232323 !important; box-shadow: none; } .winner { box-shadow: 0 0 20px #9f9; } .loser { box-shadow: 0 0 20px #d00; } .winner, .loser { position: relative; z-index: 1; } .winner:hover, .loser:hover, .eliminated:hover { transform: none; } .tab { display: inline-block; width: 2.5%; } .infoBarBtn { font-weight: bold; padding-left: 5px; padding-right: 5px; padding-top: 3px; height: 100%; } .infoBarBtn:hover { background-color: SteelBlue; color: white; } .clickable { cursor: pointer; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { opacity: 1; } .level-spinner { position: absolute; display: inline-block; height: 100%; } .level-spinner div { position: relative; top: -3px; left: -5px; height: 50%; padding: 0; line-height: 0; font-size: 0.9em; } sup { line-height: 0; } #info-screen { background-color: #f0f0f0; color: #232323; height: auto; width: 100%; margin: -5px auto; user-select: text; } #info-screen-text { width: 550px; padding: 5%; margin: 5px auto; } #info-screen-text a { font-weight: bold; color: SteelBlue; text-decoration: none; } #info-screen-text a:hover { color: #D00; } #info-screen-text a:active { color: ForestGreen; } .elementToFadeInAndOut { z-index: 10; position: fixed; width: 100%; height: 100%; left: 0; top: 0; animation: fadeinout 0.4s ease-out forwards; opacity: 0; pointer-events: none; } @keyframes fadeinout { 50% { opacity: 0.5; } }
14.532468
54
0.5916
bd594a153a78cb72415915ef32834c6297f365bd
114,039
css
CSS
magecity/magecity.css
wesjones/tilegameboard-maps
c1fd33c67399872fd2396d409203ae0a0c36edd3
[ "MIT" ]
null
null
null
magecity/magecity.css
wesjones/tilegameboard-maps
c1fd33c67399872fd2396d409203ae0a0c36edd3
[ "MIT" ]
null
null
null
magecity/magecity.css
wesjones/tilegameboard-maps
c1fd33c67399872fd2396d409203ae0a0c36edd3
[ "MIT" ]
null
null
null
.trans { position: relative; background: url(../checkersbg.png) !important; background-size: 32px 32px !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } .trans:after { position: absolute; top: 0; left: 0; font-size: 10px; color: #fff; background-color: rgba(0, 0, 0, 0.25); } .magecity { background-image: url(magecity_0.png); background-repeat: no-repeat; background-position: 0 0; -webkit-background-size: 256px 1452px; -moz-background-size: 256px 1452px; -ms-background-size: 256px 1452px; -o-background-size: 256px 1452px; background-size: 256px 1452px; } .magecity.double { background: url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat; } .magecity.tripple { background: url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat; } .magecity.grass { width: 32px; height: 32px; background-position: 0px 0px; } .magecity.grass.trans:after { content: '1x1'; } .magecity.blank { width: 32px; height: 32px; background-position: 0px -32px; } .magecity.blank.trans:after { content: '1x1'; } .magecity.stone { width: 32px; height: 32px; background-position: -32px 0px; } .magecity.stone.trans:after { content: '1x1'; } .magecity.stone-weed { width: 32px; height: 32px; background-position: -32px -32px; } .magecity.stone-weed.trans:after { content: '1x1'; } .magecity.herb-full { width: 32px; height: 32px; background-position: -64px 0px; } .magecity.herb-full.trans:after { content: '1x1'; } .magecity.herb-half { width: 32px; height: 32px; background-position: -96px 0px; } .magecity.herb-half.trans:after { content: '1x1'; } .magecity.plant-pot { width: 32px; height: 32px; background-position: -128px 0px; } .magecity.plant-pot.trans:after { content: '1x1'; } .magecity.fern { width: 32px; height: 32px; background-position: -64px -32px; } .magecity.fern.trans:after { content: '1x1'; } .magecity.herb-pot { width: 32px; height: 32px; background-position: -96px -32px; } .magecity.herb-pot.trans:after { content: '1x1'; } .magecity.barrel-sml { width: 32px; height: 32px; background-position: -128px -32px; } .magecity.barrel-sml.trans:after { content: '1x1'; } .magecity.table { width: 64px; height: 64px; background-position: -160px 0px; } .magecity.table.trans:after { content: '2x2'; } .magecity.stool-right { width: 32px; height: 32px; background-position: -224px 0px; } .magecity.stool-right.trans:after { content: '1x1'; } .magecity.stool-left { width: 32px; height: 32px; background-position: -224px -32px; } .magecity.stool-left.trans:after { content: '1x1'; } .magecity.fern-pillar { width: 32px; height: 64px; background-position: 0px -64px; } .magecity.fern-pillar.trans:after { content: '1x2'; } .magecity.tree-pot-dead { width: 64px; height: 64px; background-position: -32px -64px; } .magecity.tree-pot-dead.trans:after { content: '2x2'; } .magecity.tree-pot { width: 32px; height: 64px; background-position: -96px -64px; } .magecity.tree-pot.trans:after { content: '1x2'; } .magecity.barrel-lg { width: 32px; height: 64px; background-position: -128px -64px; } .magecity.barrel-lg.trans:after { content: '1x2'; } .magecity.sand-column { width: 32px; height: 64px; background-position: -160px -64px; } .magecity.sand-column.trans:after { content: '1x2'; } .magecity.sand-fountain { width: 64px; height: 64px; background-position: -192px -64px; } .magecity.sand-fountain.trans:after { content: '2x2'; } .magecity.sand-wall-edge-left { width: 32px; height: 32px; background-position: 0px -128px; } .magecity.sand-wall-edge-left.trans:after { content: '1x1'; } .magecity.sand-wall { width: 32px; height: 32px; background-position: -32px -128px; } .magecity.sand-wall.trans:after { content: '1x1'; } .magecity.sand-wall-edge-right { width: 32px; height: 32px; background-position: -64px -128px; } .magecity.sand-wall-edge-right.trans:after { content: '1x1'; } .magecity.sand-wall-edge-left-dark { width: 32px; height: 32px; background-position: 0px -160px; } .magecity.sand-wall-edge-left-dark.trans:after { content: '1x1'; } .magecity.sand-wall-dark { width: 32px; height: 32px; background-position: -32px -160px; } .magecity.sand-wall-dark.trans:after { content: '1x1'; } .magecity.sand-wall-edge-right-dark { width: 32px; height: 32px; background-position: -64px -160px; } .magecity.sand-wall-edge-right-dark.trans:after { content: '1x1'; } .magecity.sand-wall-top-edge-left { width: 32px; height: 32px; background-position: -96px -128px; } .magecity.sand-wall-top-edge-left.trans:after { content: '1x1'; } .magecity.sand-wall-top { width: 32px; height: 32px; background-position: -128px -128px; } .magecity.sand-wall-top.trans:after { content: '1x1'; } .magecity.sand-wall-top-edge-right { width: 32px; height: 32px; background-position: -160px -128px; } .magecity.sand-wall-top-edge-right.trans:after { content: '1x1'; } .magecity.sand-wall-top-vine { width: 32px; height: 32px; background-position: -160px -160px; } .magecity.sand-wall-top-vine.trans:after { content: '1x1'; } .magecity.sand-wall-top-vine-start { width: 32px; height: 32px; background-position: -192px -128px; } .magecity.sand-wall-top-vine-start.trans:after { content: '1x1'; } .magecity.sand-wall-top-vine-end { width: 32px; height: 32px; background-position: -192px -160px; } .magecity.sand-wall-top-vine-end.trans:after { content: '1x1'; } .magecity.sand-wall-edge-right-vine { width: 32px; height: 32px; background-position: -224px -128px; } .magecity.sand-wall-edge-right-vine.trans:after { content: '1x1'; } .magecity.sand-wall-edge-right-vine-end { width: 32px; height: 32px; background-position: -224px -160px; } .magecity.sand-wall-edge-right-vine-end.trans:after { content: '1x1'; } .magecity.sand-wall-missing-block-left { width: 32px; height: 32px; background-position: -96px -160px; } .magecity.sand-wall-missing-block-left.trans:after { content: '1x1'; } .magecity.sand-wall-missing-block-right { width: 32px; height: 32px; background-position: -128px -160px; } .magecity.sand-wall-missing-block-right.trans:after { content: '1x1'; } .magecity.sand-wall-edge-top-left-water { width: 32px; height: 32px; background-position: 0px -192px; } .magecity.sand-wall-edge-top-left-water.trans:after { content: '1x1'; } .magecity.sand-wall-edge-top-center-water { width: 32px; height: 32px; background-position: -32px -192px; } .magecity.sand-wall-edge-top-center-water.trans:after { content: '1x1'; } .magecity.sand-wall-edge-top-right-water { width: 32px; height: 32px; background-position: -64px -192px; } .magecity.sand-wall-edge-top-right-water.trans:after { content: '1x1'; } .magecity.sand-wall-edge-middle-left-water { width: 32px; height: 32px; background-position: 0px -224px; } .magecity.sand-wall-edge-middle-left-water.trans:after { content: '1x1'; } .magecity.sand-wall-edge-middle-center-water { width: 32px; height: 32px; background-position: -32px -224px; } .magecity.sand-wall-edge-middle-center-water.trans:after { content: '1x1'; } .magecity.sand-wall-edge-middle-right-water { width: 32px; height: 32px; background-position: -64px -224px; } .magecity.sand-wall-edge-middle-right-water.trans:after { content: '1x1'; } .magecity.sand-wall-narrow-top-water { width: 32px; height: 32px; background-position: -96px -192px; } .magecity.sand-wall-narrow-top-water.trans:after { content: '1x1'; } .magecity.sand-wall-narrow-center-water { width: 32px; height: 32px; background-position: -96px -224px; } .magecity.sand-wall-narrow-center-water.trans:after { content: '1x1'; } .magecity.sand-wall-ground { width: 32px; height: 32px; background-position: -128px -192px; } .magecity.sand-wall-ground.trans:after { content: '1x1'; } .magecity.wall-grass { width: 32px; height: 32px; background-position: -160px -192px; } .magecity.wall-grass.trans:after { content: '1x1'; } .magecity.oil-lamp { width: 32px; height: 32px; background-position: -192px -192px; } .magecity.oil-lamp.trans:after { content: '1x1'; } .magecity.spice { width: 16px; height: 32px; background-position: -224px -192px; } .magecity.spice.trans:after { content: '0.5x1'; } .magecity.stairs-left { width: 32px; height: 32px; background-position: -128px -224px; } .magecity.stairs-left.trans:after { content: '1x1'; } .magecity.stairs-center { width: 32px; height: 32px; background-position: -160px -224px; } .magecity.stairs-center.trans:after { content: '1x1'; } .magecity.stairs-right { width: 32px; height: 32px; background-position: -192px -224px; } .magecity.stairs-right.trans:after { content: '1x1'; } .magecity.stairs-bottom-left { width: 32px; height: 32px; background-position: -192px -256px; } .magecity.stairs-bottom-left.trans:after { content: '1x1'; } .magecity.stairs-bottom-center { width: 32px; height: 32px; background-position: -192px -256px; } .magecity.stairs-bottom-center.trans:after { content: '1x1'; } .magecity.stairs-bottom-right { width: 32px; height: 32px; background-position: -192px -256px; } .magecity.stairs-bottom-right.trans:after { content: '1x1'; } .magecity.stairs-narrow { width: 32px; height: 32px; background-position: -224px -224px; } .magecity.stairs-narrow.trans:after { content: '1x1'; } .magecity.stairs-narrow-bottom { width: 32px; height: 32px; background-position: -224px -256px; } .magecity.stairs-narrow-bottom.trans:after { content: '1x1'; } .magecity.cobble-stone-top-left { width: 32px; height: 32px; background-position: 0px -288px; } .magecity.cobble-stone-top-left.trans:after { content: '1x1'; } .magecity.cobble-stone-top-center { width: 32px; height: 32px; background-position: -32px -288px; } .magecity.cobble-stone-top-center.trans:after { content: '1x1'; } .magecity.cobble-stone-top-right { width: 32px; height: 32px; background-position: -64px -288px; } .magecity.cobble-stone-top-right.trans:after { content: '1x1'; } .magecity.cobble-stone-middle-left { width: 32px; height: 32px; background-position: 0px -320px; } .magecity.cobble-stone-middle-left.trans:after { content: '1x1'; } .magecity.cobble-stone-middle-center { width: 32px; height: 32px; background-position: -32px -320px; } .magecity.cobble-stone-middle-center.trans:after { content: '1x1'; } .magecity.cobble-stone-middle-right { width: 32px; height: 32px; background-position: -64px -320px; } .magecity.cobble-stone-middle-right.trans:after { content: '1x1'; } .magecity.cobble-stone-bottom-left { width: 32px; height: 32px; background-position: 0px -352px; } .magecity.cobble-stone-bottom-left.trans:after { content: '1x1'; } .magecity.cobble-stone-bottom-center { width: 32px; height: 32px; background-position: -32px -352px; } .magecity.cobble-stone-bottom-center.trans:after { content: '1x1'; } .magecity.cobble-stone-bottom-right { width: 32px; height: 32px; background-position: -64px -352px; } .magecity.cobble-stone-bottom-right.trans:after { content: '1x1'; } .magecity.cobble-stone-2-top-left { width: 32px; height: 32px; background-position: -96px -288px; } .magecity.cobble-stone-2-top-left.trans:after { content: '1x1'; } .magecity.cobble-stone-2-top-right { width: 32px; height: 32px; background-position: -128px -288px; } .magecity.cobble-stone-2-top-right.trans:after { content: '1x1'; } .magecity.cobble-stone-2-bottom-left { width: 32px; height: 32px; background-position: -96px -320px; } .magecity.cobble-stone-2-bottom-left.trans:after { content: '1x1'; } .magecity.cobble-stone-2-bottom-right { width: 32px; height: 32px; background-position: -128px -320px; } .magecity.cobble-stone-2-bottom-right.trans:after { content: '1x1'; } .magecity.meal { width: 32px; height: 32px; background-position: -160px -288px; } .magecity.meal.trans:after { content: '1x1'; } .magecity.meal-empty { width: 32px; height: 32px; background-position: -192px -288px; } .magecity.meal-empty.trans:after { content: '1x1'; } .magecity.flour { width: 32px; height: 32px; background-position: -224px -288px; } .magecity.flour.trans:after { content: '1x1'; } .magecity.potions { width: 32px; height: 32px; background-position: -160px -320px; } .magecity.potions.trans:after { content: '1x1'; } .magecity.tree-candles { width: 32px; height: 96px; background-position: 0px -384px; } .magecity.tree-candles.trans:after { content: '1x3'; } .magecity.mushrooms { width: 32px; height: 32px; background-position: -32px -384px; } .magecity.mushrooms.trans:after { content: '1x1'; } .magecity.bird-bath { width: 32px; height: 64px; background-position: -32px -416px; } .magecity.bird-bath.trans:after { content: '1x2'; } .magecity.woman-statue { width: 32px; height: 96px; background-position: -64px -384px; } .magecity.woman-statue.trans:after { content: '1x3'; } .magecity.bench { width: 64px; height: 64px; background-position: 0px -480px; } .magecity.bench.trans:after { content: '2x2'; } .magecity.tree-cursed { width: 64px; height: 128px; background-position: -64px -480px; } .magecity.tree-cursed.trans:after { content: '2x4'; } .magecity.tree-large { width: 128px; height: 160px; background-position: -128px -448px; } .magecity.tree-large.trans:after { content: '4x5'; } .magecity.sand-wall-hole { width: 32px; height: 32px; background-position: 0px -608px; } .magecity.sand-wall-hole.trans:after { content: '1x1'; } .magecity.glass-window-sign { width: 32px; height: 32px; background-position: 0px -640px; } .magecity.glass-window-sign.trans:after { content: '1x1'; } .magecity.glass-window { width: 32px; height: 64px; background-position: -32px -608px; } .magecity.glass-window.trans:after { content: '1x2'; } .magecity.glass-window-narrow { width: 32px; height: 64px; background-position: -64px -608px; } .magecity.glass-window-narrow.trans:after { content: '1x2'; } .magecity.glass-window-narrow-short { width: 32px; height: 64px; background-position: -96px -608px; } .magecity.glass-window-narrow-short.trans:after { content: '1x2'; } .magecity.cupid { width: 32px; height: 64px; background-position: -128px -608px; } .magecity.cupid.trans:after { content: '1x2'; } .magecity.lantern-left { width: 32px; height: 32px; background-position: -160px -640px; } .magecity.lantern-left.trans:after { content: '1x1'; } .magecity.lantern-right { width: 32px; height: 32px; background-position: -192px -640px; } .magecity.lantern-right.trans:after { content: '1x1'; } .magecity.chimney { width: 32px; height: 64px; background-position: -224px -608px; } .magecity.chimney.trans:after { content: '1x2'; } .magecity.glass-window-right { width: 32px; height: 64px; background-position: 0px -672px; } .magecity.glass-window-right.trans:after { content: '1x2'; } .magecity.glass-window-left { width: 32px; height: 64px; background-position: -32px -672px; } .magecity.glass-window-left.trans:after { content: '1x2'; } .magecity.glass-window-center { width: 32px; height: 64px; background-position: -64px -672px; } .magecity.glass-window-center.trans:after { content: '1x2'; } .magecity.glass-window-center-shutters { width: 32px; height: 64px; background-position: -96px -672px; } .magecity.glass-window-center-shutters.trans:after { content: '1x2'; } .magecity.glass-window-center-with-trim-right { width: 32px; height: 64px; background-position: -128px -672px; } .magecity.glass-window-center-with-trim-right.trans:after { content: '1x2'; } .magecity.glass-window-center-with-trim-left { width: 32px; height: 64px; background-position: -160px -672px; } .magecity.glass-window-center-with-trim-left.trans:after { content: '1x2'; } .magecity.glass-window-narrow-double { width: 32px; height: 64px; background-position: -192px -672px; } .magecity.glass-window-narrow-double.trans:after { content: '1x2'; } .magecity.glass-window-with-plants { width: 32px; height: 64px; background-position: -224px -672px; } .magecity.glass-window-with-plants.trans:after { content: '1x2'; } .magecity.roof-fill { width: 32px; height: 32px; background-position: -96px -736px; } .magecity.roof-fill.trans:after { content: '1x1'; } .magecity.roof-fill-broken { width: 32px; height: 32px; background-position: -128px -736px; } .magecity.roof-fill-broken.trans:after { content: '1x1'; } .magecity.roof-wood-top-left { width: 32px; height: 32px; background-position: 0px -736px; } .magecity.roof-wood-top-left.trans:after { content: '1x1'; } .magecity.roof-wood-top-center { width: 32px; height: 32px; background-position: -32px -736px; } .magecity.roof-wood-top-center.trans:after { content: '1x1'; } .magecity.roof-wood-top-right { width: 32px; height: 32px; background-position: -64px -736px; } .magecity.roof-wood-top-right.trans:after { content: '1x1'; } .magecity.roof-wood-middle-left { width: 32px; height: 32px; background-position: 0px -768px; } .magecity.roof-wood-middle-left.trans:after { content: '1x1'; } .magecity.roof-wood-middle-center { width: 32px; height: 32px; background-position: -32px -768px; } .magecity.roof-wood-middle-center.trans:after { content: '1x1'; } .magecity.roof-wood-middle-right { width: 32px; height: 32px; background-position: -64px -768px; } .magecity.roof-wood-middle-right.trans:after { content: '1x1'; } .magecity.roof-wood-bottom-left { width: 32px; height: 32px; background-position: 0px -800px; } .magecity.roof-wood-bottom-left.trans:after { content: '1x1'; } .magecity.roof-wood-bottom-center { width: 32px; height: 32px; background-position: -32px -800px; } .magecity.roof-wood-bottom-center.trans:after { content: '1x1'; } .magecity.roof-wood-bottom-right { width: 32px; height: 32px; background-position: -64px -800px; } .magecity.roof-wood-bottom-right.trans:after { content: '1x1'; } .magecity.roof-wood-front-arch-left { width: 32px; height: 32px; background-position: -96px -768px; } .magecity.roof-wood-front-arch-left.trans:after { content: '1x1'; } .magecity.roof-wood-front-arch-right { width: 32px; height: 32px; background-position: -128px -768px; } .magecity.roof-wood-front-arch-right.trans:after { content: '1x1'; } .magecity.double.roof-wood-top-left_grass { width: 32px; height: 32px; background-position: 0px -736px, 0px 0px; } .magecity.double.roof-wood-top-left_grass.trans:after { content: '1x1'; } .magecity.double.roof-wood-top-right_grass { width: 32px; height: 32px; background-position: -64px -736px, 0px 0px; } .magecity.double.roof-wood-top-right_grass.trans:after { content: '1x1'; } .magecity.double.roof-wood-top-left_sand-wall { width: 32px; height: 32px; background-position: 0px -736px, -32px -128px; } .magecity.double.roof-wood-top-left_sand-wall.trans:after { content: '1x1'; } .magecity.double.roof-wood-top-right_sand-wall { width: 32px; height: 32px; background-position: -64px -736px, -32px -128px; } .magecity.double.roof-wood-top-right_sand-wall.trans:after { content: '1x1'; } .magecity.roof-bamboo-top-left { width: 32px; height: 32px; background-position: -160px -736px; } .magecity.roof-bamboo-top-left.trans:after { content: '1x1'; } .magecity.roof-bamboo-top-center { width: 32px; height: 32px; background-position: -192px -736px; } .magecity.roof-bamboo-top-center.trans:after { content: '1x1'; } .magecity.roof-bamboo-top-right { width: 32px; height: 32px; background-position: -224px -736px; } .magecity.roof-bamboo-top-right.trans:after { content: '1x1'; } .magecity.roof-bamboo-middle-left { width: 32px; height: 32px; background-position: -160px -768px; } .magecity.roof-bamboo-middle-left.trans:after { content: '1x1'; } .magecity.roof-bamboo-middle-center { width: 32px; height: 32px; background-position: -192px -768px; } .magecity.roof-bamboo-middle-center.trans:after { content: '1x1'; } .magecity.roof-bamboo-middle-right { width: 32px; height: 32px; background-position: -224px -768px; } .magecity.roof-bamboo-middle-right.trans:after { content: '1x1'; } .magecity.roof-bamboo-bottom-left { width: 32px; height: 32px; background-position: -160px -800px; } .magecity.roof-bamboo-bottom-left.trans:after { content: '1x1'; } .magecity.roof-bamboo-bottom-center { width: 32px; height: 32px; background-position: -192px -800px; } .magecity.roof-bamboo-bottom-center.trans:after { content: '1x1'; } .magecity.roof-bamboo-bottom-right { width: 32px; height: 32px; background-position: -224px -800px; } .magecity.roof-bamboo-bottom-right.trans:after { content: '1x1'; } .magecity.roof-bamboo-front-arch-left { width: 32px; height: 32px; background-position: -96px -800px; } .magecity.roof-bamboo-front-arch-left.trans:after { content: '1x1'; } .magecity.roof-bamboo-front-arch-right { width: 32px; height: 32px; background-position: -128px -800px; } .magecity.roof-bamboo-front-arch-right.trans:after { content: '1x1'; } .magecity.double.roof-bamboo-top-left_grass { width: 32px; height: 32px; background-position: -160px -736px, 0px 0px; } .magecity.double.roof-bamboo-top-left_grass.trans:after { content: '1x1'; } .magecity.double.roof-bamboo-top-right_grass { width: 32px; height: 32px; background-position: -224px -736px, 0px 0px; } .magecity.double.roof-bamboo-top-right_grass.trans:after { content: '1x1'; } .magecity.double.roof-bamboo-top-left_sand-wall { width: 32px; height: 32px; background-position: -160px -736px, -32px -128px; } .magecity.double.roof-bamboo-top-left_sand-wall.trans:after { content: '1x1'; } .magecity.double.roof-bamboo-top-right_sand-wall { width: 32px; height: 32px; background-position: -224px -736px, -32px -128px; } .magecity.double.roof-bamboo-top-right_sand-wall.trans:after { content: '1x1'; } .magecity.grass-to-stone-left { width: 32px; height: 32px; background-position: -96px -832px; } .magecity.grass-to-stone-left.trans:after { content: '1x1'; } .magecity.grass-to-stone-right { width: 32px; height: 32px; background-position: -96px -864px; } .magecity.grass-to-stone-right.trans:after { content: '1x1'; } .magecity.grass-to-stone-bottom { width: 32px; height: 32px; background-position: -96px -896px; } .magecity.grass-to-stone-bottom.trans:after { content: '1x1'; } .magecity.grass-to-stone-top { width: 32px; height: 32px; background-position: -96px -928px; } .magecity.grass-to-stone-top.trans:after { content: '1x1'; } .magecity.grass-with-stone-bottom-left { width: 32px; height: 32px; background-position: -128px -928px; } .magecity.grass-with-stone-bottom-left.trans:after { content: '1x1'; } .magecity.grass-with-stone-bottom-right { width: 32px; height: 32px; background-position: -160px -928px; } .magecity.grass-with-stone-bottom-right.trans:after { content: '1x1'; } .magecity.grass-with-stone-top-left { width: 32px; height: 32px; background-position: -192px -928px; } .magecity.grass-with-stone-top-left.trans:after { content: '1x1'; } .magecity.grass-with-stone-top-right { width: 32px; height: 32px; background-position: -224px -928px; } .magecity.grass-with-stone-top-right.trans:after { content: '1x1'; } .magecity.grass-shadow-top-left { width: 32px; height: 32px; background-position: -224px -832px; } .magecity.grass-shadow-top-left.trans:after { content: '1x1'; } .magecity.grass-shadow-top-left-short { width: 32px; height: 32px; background-position: -224px -864px; } .magecity.grass-shadow-top-left-short.trans:after { content: '1x1'; } .magecity.grass-shadow-left { width: 32px; height: 32px; background-position: -224px -896px; } .magecity.grass-shadow-left.trans:after { content: '1x1'; } .magecity.brick-shadow-top-left { width: 32px; height: 32px; background-position: -128px -832px; } .magecity.brick-shadow-top-left.trans:after { content: '1x1'; } .magecity.brick-shadow-top-center { width: 32px; height: 32px; background-position: -160px -832px; } .magecity.brick-shadow-top-center.trans:after { content: '1x1'; } .magecity.brick-shadow-top-right { width: 32px; height: 32px; background-position: -192px -832px; } .magecity.brick-shadow-top-right.trans:after { content: '1x1'; } .magecity.brick-left { width: 32px; height: 32px; background-position: -128px -864px; } .magecity.brick-left.trans:after { content: '1x1'; } .magecity.brick-center { width: 32px; height: 32px; background-position: -160px -864px; } .magecity.brick-center.trans:after { content: '1x1'; } .magecity.brick-right { width: 32px; height: 32px; background-position: -192px -864px; } .magecity.brick-right.trans:after { content: '1x1'; } .magecity.brick-grass-bottom-left { width: 32px; height: 32px; background-position: -128px -896px; } .magecity.brick-grass-bottom-left.trans:after { content: '1x1'; } .magecity.brick-grass-bottom-center { width: 32px; height: 32px; background-position: -160px -896px; } .magecity.brick-grass-bottom-center.trans:after { content: '1x1'; } .magecity.brick-grass-bottom-right { width: 32px; height: 32px; background-position: -192px -896px; } .magecity.brick-grass-bottom-right.trans:after { content: '1x1'; } .magecity.tree-leaves-sml { z-index: 2; width: 96px; height: 96px; background-position: 0px -960px; -webkit-transform: translate(-32px, -32px); -moz-transform: translate(-32px, -32px); -ms-transform: translate(-32px, -32px); -o-transform: translate(-32px, -32px); transform: translate(-32px, -32px); } .magecity.tree-leaves-sml.trans:after { content: '3x3'; } .magecity.tree-leaves-big { z-index: 2; width: 96px; height: 96px; background-position: -96px -960px; -webkit-transform: translate(-32px, -32px); -moz-transform: translate(-32px, -32px); -ms-transform: translate(-32px, -32px); -o-transform: translate(-32px, -32px); transform: translate(-32px, -32px); } .magecity.tree-leaves-big.trans:after { content: '3x3'; } .magecity.desk-right { width: 64px; height: 32px; background-position: -192px -960px; } .magecity.desk-right.trans:after { content: '2x1'; } .magecity.desk-left { width: 64px; height: 32px; background-position: -192px -992px; } .magecity.desk-left.trans:after { content: '2x1'; } .magecity.pumpkin { width: 32px; height: 32px; background-position: -192px -1024px; } .magecity.pumpkin.trans:after { content: '1x1'; } .magecity.pumpkins { width: 32px; height: 32px; background-position: -192px -1056px; } .magecity.pumpkins.trans:after { content: '1x1'; } .magecity.leaves-2 { width: 32px; height: 32px; background-position: -160px -1056px; } .magecity.leaves-2.trans:after { content: '1x1'; } .magecity.leaves-3 { width: 32px; height: 32px; background-position: -224px -1056px; } .magecity.leaves-3.trans:after { content: '1x1'; } .magecity.leaves-4 { width: 32px; height: 32px; background-position: -192px -1088px; } .magecity.leaves-4.trans:after { content: '1x1'; } .magecity.leaves-5 { width: 32px; height: 32px; background-position: -224px -1024px; } .magecity.leaves-5.trans:after { content: '1x1'; } .magecity.leaves-5-1 { width: 32px; height: 32px; background-position: -224px -1088px; } .magecity.leaves-5-1.trans:after { content: '1x1'; } .magecity.double.pumpkin_grass { width: 32px; height: 32px; background-position: -192px -1024px, 0px 0px; } .magecity.double.pumpkin_grass.trans:after { content: '1x1'; } .magecity.double.pumpkins_grass { width: 32px; height: 32px; background-position: -192px -1056px, 0px 0px; } .magecity.double.pumpkins_grass.trans:after { content: '1x1'; } .magecity.double.leaves-2_grass { width: 32px; height: 32px; background-position: -160px -1056px, 0px 0px; } .magecity.double.leaves-2_grass.trans:after { content: '1x1'; } .magecity.double.leaves-3_grass { width: 32px; height: 32px; background-position: -224px -1056px, 0px 0px; } .magecity.double.leaves-3_grass.trans:after { content: '1x1'; } .magecity.double.leaves-4_grass { width: 32px; height: 32px; background-position: -192px -1088px, 0px 0px; } .magecity.double.leaves-4_grass.trans:after { content: '1x1'; } .magecity.double.leaves-5_grass { width: 32px; height: 32px; background-position: -224px -1024px, 0px 0px; } .magecity.double.leaves-5_grass.trans:after { content: '1x1'; } .magecity.double.leaves-5-1_grass { width: 32px; height: 32px; background-position: -224px -1088px, 0px 0px; } .magecity.double.leaves-5-1_grass.trans:after { content: '1x1'; } .magecity.double.leaves-2_grass-shadow-top-left { width: 32px; height: 32px; background-position: -160px -1056px, -224px -832px; } .magecity.double.leaves-2_grass-shadow-top-left.trans:after { content: '1x1'; } .magecity.double.leaves-2_grass-shadow-top-left-short { width: 32px; height: 32px; background-position: -160px -1056px, -224px -864px; } .magecity.double.leaves-2_grass-shadow-top-left-short.trans:after { content: '1x1'; } .magecity.double.leaves-2_grass-shadow-left { width: 32px; height: 32px; background-position: -160px -1056px, -224px -896px; } .magecity.double.leaves-2_grass-shadow-left.trans:after { content: '1x1'; } .magecity.double.leaves-2_grass-shadow-bottom-left { width: 32px; height: 32px; background-position: -160px -1056px, -192px -1120px; } .magecity.double.leaves-2_grass-shadow-bottom-left.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-1-0x0 { width: 32px; height: 32px; background-position: 0px -1056px; } .magecity.grass-dirt-patch-1-0x0.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-1-1x0 { width: 32px; height: 32px; background-position: -32px -1056px; } .magecity.grass-dirt-patch-1-1x0.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-1-0x1 { width: 32px; height: 32px; background-position: 0px -1088px; } .magecity.grass-dirt-patch-1-0x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-1-1x1 { width: 32px; height: 32px; background-position: -32px -1088px; } .magecity.grass-dirt-patch-1-1x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-0x0 { width: 32px; height: 32px; background-position: -64px -1056px; } .magecity.grass-dirt-patch-2-0x0.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-1x0 { width: 32px; height: 32px; background-position: -96px -1056px; } .magecity.grass-dirt-patch-2-1x0.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-2x0 { width: 32px; height: 32px; background-position: -128px -1056px; } .magecity.grass-dirt-patch-2-2x0.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-0x1 { width: 32px; height: 32px; background-position: -64px -1088px; } .magecity.grass-dirt-patch-2-0x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-1x1 { width: 32px; height: 32px; background-position: -96px -1088px; } .magecity.grass-dirt-patch-2-1x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-2x1 { width: 32px; height: 32px; background-position: -128px -1088px; } .magecity.grass-dirt-patch-2-2x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-3x1 { width: 32px; height: 32px; background-position: -160px -1088px; } .magecity.grass-dirt-patch-2-3x1.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-0x2 { width: 32px; height: 32px; background-position: -64px -1120px; } .magecity.grass-dirt-patch-2-0x2.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-1x2 { width: 32px; height: 32px; background-position: -96px -1120px; } .magecity.grass-dirt-patch-2-1x2.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-2x2 { width: 32px; height: 32px; background-position: -128px -1120px; } .magecity.grass-dirt-patch-2-2x2.trans:after { content: '1x1'; } .magecity.grass-dirt-patch-2-3x2 { width: 32px; height: 32px; background-position: -160px -1120px; } .magecity.grass-dirt-patch-2-3x2.trans:after { content: '1x1'; } .magecity.grass-smash-1 { width: 32px; height: 32px; background-position: -64px -1152px; } .magecity.grass-smash-1.trans:after { content: '1x1'; } .magecity.grass-smash-2 { width: 32px; height: 32px; background-position: -96px -1152px; } .magecity.grass-smash-2.trans:after { content: '1x1'; } .magecity.grass-cherries-1 { width: 32px; height: 32px; background-position: -128px -1152px; } .magecity.grass-cherries-1.trans:after { content: '1x1'; } .magecity.grass-cherries-2 { width: 32px; height: 32px; background-position: -160px -1152px; } .magecity.grass-cherries-2.trans:after { content: '1x1'; } .magecity.grass-shadow-bottom-left { width: 32px; height: 32px; background-position: -192px -1120px; } .magecity.grass-shadow-bottom-left.trans:after { content: '1x1'; } .magecity.grass-shadow-overlay-bottom-left { width: 32px; height: 32px; background-position: -192px -1152px; } .magecity.grass-shadow-overlay-bottom-left.trans:after { content: '1x1'; } .magecity.grass-shadow-overlay-top-left { width: 32px; height: 32px; background-position: -224px -1120px; } .magecity.grass-shadow-overlay-top-left.trans:after { content: '1x1'; } .magecity.grass-shadow-overlay-top-left-short { width: 32px; height: 32px; background-position: -224px -1152px; } .magecity.grass-shadow-overlay-top-left-short.trans:after { content: '1x1'; } .magecity.grass-shadow-overlay-left { width: 32px; height: 32px; background-position: -224px -1184px; } .magecity.grass-shadow-overlay-left.trans:after { content: '1x1'; } .magecity.brick-shadow-top-left-corner { width: 32px; height: 32px; background-position: 0px -1120px; } .magecity.brick-shadow-top-left-corner.trans:after { content: '1x1'; } .magecity.brick-shadow-top-left-corner-dark { width: 32px; height: 32px; background-position: -32px -1120px; } .magecity.brick-shadow-top-left-corner-dark.trans:after { content: '1x1'; } .magecity.brick-shadow-left-edge { width: 32px; height: 32px; background-position: 0px -1152px; } .magecity.brick-shadow-left-edge.trans:after { content: '1x1'; } .magecity.brick-shadow-left-edge-dark { width: 32px; height: 32px; background-position: -32px -1152px; } .magecity.brick-shadow-left-edge-dark.trans:after { content: '1x1'; } .magecity.brick-shadow-left-edge-grass { width: 32px; height: 32px; background-position: 0px -1184px; } .magecity.brick-shadow-left-edge-grass.trans:after { content: '1x1'; } .magecity.brick-shadow-left-edge-grass-dark { width: 32px; height: 32px; background-position: -32px -1184px; } .magecity.brick-shadow-left-edge-grass-dark.trans:after { content: '1x1'; } .magecity.doorway { z-index: 0; width: 32px; height: 64px; background-position: -192px -1280px; -webkit-transform: translate(0px, -32px); -moz-transform: translate(0px, -32px); -ms-transform: translate(0px, -32px); -o-transform: translate(0px, -32px); transform: translate(0px, -32px); } .magecity.doorway.trans:after { content: '1x2'; } .magecity.doorway-up { z-index: 0; width: 32px; height: 32px; background-position: -128px -1376px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.doorway-up.trans:after { content: '1x1'; } .magecity.doorway-down { z-index: 0; width: 32px; height: 32px; background-position: -96px -1376px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.doorway-down.trans:after { content: '1x1'; } .magecity.doorway-left { z-index: 0; width: 32px; height: 32px; background-position: -96px -1408px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.doorway-left.trans:after { content: '1x1'; } .magecity.doorway-right { z-index: 0; width: 32px; height: 32px; background-position: -128px -1408px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.doorway-right.trans:after { content: '1x1'; } .magecity.x64 { -webkit-background-size: 512px 2904px; -moz-background-size: 512px 2904px; -ms-background-size: 512px 2904px; -o-background-size: 512px 2904px; background-size: 512px 2904px; } .magecity.x64.grass { width: 64px; height: 64px; background-position: 0px 0px; } .magecity.x64.grass.trans:after { content: '1x1'; } .magecity.x64.blank { width: 64px; height: 64px; background-position: 0px -64px; } .magecity.x64.blank.trans:after { content: '1x1'; } .magecity.x64.stone { width: 64px; height: 64px; background-position: -64px 0px; } .magecity.x64.stone.trans:after { content: '1x1'; } .magecity.x64.stone-weed { width: 64px; height: 64px; background-position: -64px -64px; } .magecity.x64.stone-weed.trans:after { content: '1x1'; } .magecity.x64.herb-full { width: 64px; height: 64px; background-position: -128px 0px; } .magecity.x64.herb-full.trans:after { content: '1x1'; } .magecity.x64.herb-half { width: 64px; height: 64px; background-position: -192px 0px; } .magecity.x64.herb-half.trans:after { content: '1x1'; } .magecity.x64.plant-pot { width: 64px; height: 64px; background-position: -256px 0px; } .magecity.x64.plant-pot.trans:after { content: '1x1'; } .magecity.x64.fern { width: 64px; height: 64px; background-position: -128px -64px; } .magecity.x64.fern.trans:after { content: '1x1'; } .magecity.x64.herb-pot { width: 64px; height: 64px; background-position: -192px -64px; } .magecity.x64.herb-pot.trans:after { content: '1x1'; } .magecity.x64.barrel-sml { width: 64px; height: 64px; background-position: -256px -64px; } .magecity.x64.barrel-sml.trans:after { content: '1x1'; } .magecity.x64.table { width: 128px; height: 128px; background-position: -320px 0px; } .magecity.x64.table.trans:after { content: '2x2'; } .magecity.x64.stool-right { width: 64px; height: 64px; background-position: -448px 0px; } .magecity.x64.stool-right.trans:after { content: '1x1'; } .magecity.x64.stool-left { width: 64px; height: 64px; background-position: -448px -64px; } .magecity.x64.stool-left.trans:after { content: '1x1'; } .magecity.x64.fern-pillar { width: 64px; height: 128px; background-position: 0px -128px; } .magecity.x64.fern-pillar.trans:after { content: '1x2'; } .magecity.x64.tree-pot-dead { width: 128px; height: 128px; background-position: -64px -128px; } .magecity.x64.tree-pot-dead.trans:after { content: '2x2'; } .magecity.x64.tree-pot { width: 64px; height: 128px; background-position: -192px -128px; } .magecity.x64.tree-pot.trans:after { content: '1x2'; } .magecity.x64.barrel-lg { width: 64px; height: 128px; background-position: -256px -128px; } .magecity.x64.barrel-lg.trans:after { content: '1x2'; } .magecity.x64.sand-column { width: 64px; height: 128px; background-position: -320px -128px; } .magecity.x64.sand-column.trans:after { content: '1x2'; } .magecity.x64.sand-fountain { width: 128px; height: 128px; background-position: -384px -128px; } .magecity.x64.sand-fountain.trans:after { content: '2x2'; } .magecity.x64.sand-wall-edge-left { width: 64px; height: 64px; background-position: 0px -256px; } .magecity.x64.sand-wall-edge-left.trans:after { content: '1x1'; } .magecity.x64.sand-wall { width: 64px; height: 64px; background-position: -64px -256px; } .magecity.x64.sand-wall.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-right { width: 64px; height: 64px; background-position: -128px -256px; } .magecity.x64.sand-wall-edge-right.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-left-dark { width: 64px; height: 64px; background-position: 0px -320px; } .magecity.x64.sand-wall-edge-left-dark.trans:after { content: '1x1'; } .magecity.x64.sand-wall-dark { width: 64px; height: 64px; background-position: -64px -320px; } .magecity.x64.sand-wall-dark.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-right-dark { width: 64px; height: 64px; background-position: -128px -320px; } .magecity.x64.sand-wall-edge-right-dark.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top-edge-left { width: 64px; height: 64px; background-position: -192px -256px; } .magecity.x64.sand-wall-top-edge-left.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top { width: 64px; height: 64px; background-position: -256px -256px; } .magecity.x64.sand-wall-top.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top-edge-right { width: 64px; height: 64px; background-position: -320px -256px; } .magecity.x64.sand-wall-top-edge-right.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top-vine { width: 64px; height: 64px; background-position: -320px -320px; } .magecity.x64.sand-wall-top-vine.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top-vine-start { width: 64px; height: 64px; background-position: -384px -256px; } .magecity.x64.sand-wall-top-vine-start.trans:after { content: '1x1'; } .magecity.x64.sand-wall-top-vine-end { width: 64px; height: 64px; background-position: -384px -320px; } .magecity.x64.sand-wall-top-vine-end.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-right-vine { width: 64px; height: 64px; background-position: -448px -256px; } .magecity.x64.sand-wall-edge-right-vine.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-right-vine-end { width: 64px; height: 64px; background-position: -448px -320px; } .magecity.x64.sand-wall-edge-right-vine-end.trans:after { content: '1x1'; } .magecity.x64.sand-wall-missing-block-left { width: 64px; height: 64px; background-position: -192px -320px; } .magecity.x64.sand-wall-missing-block-left.trans:after { content: '1x1'; } .magecity.x64.sand-wall-missing-block-right { width: 64px; height: 64px; background-position: -256px -320px; } .magecity.x64.sand-wall-missing-block-right.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-top-left-water { width: 64px; height: 64px; background-position: 0px -384px; } .magecity.x64.sand-wall-edge-top-left-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-top-center-water { width: 64px; height: 64px; background-position: -64px -384px; } .magecity.x64.sand-wall-edge-top-center-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-top-right-water { width: 64px; height: 64px; background-position: -128px -384px; } .magecity.x64.sand-wall-edge-top-right-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-middle-left-water { width: 64px; height: 64px; background-position: 0px -448px; } .magecity.x64.sand-wall-edge-middle-left-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-middle-center-water { width: 64px; height: 64px; background-position: -64px -448px; } .magecity.x64.sand-wall-edge-middle-center-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-edge-middle-right-water { width: 64px; height: 64px; background-position: -128px -448px; } .magecity.x64.sand-wall-edge-middle-right-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-narrow-top-water { width: 64px; height: 64px; background-position: -192px -384px; } .magecity.x64.sand-wall-narrow-top-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-narrow-center-water { width: 64px; height: 64px; background-position: -192px -448px; } .magecity.x64.sand-wall-narrow-center-water.trans:after { content: '1x1'; } .magecity.x64.sand-wall-ground { width: 64px; height: 64px; background-position: -256px -384px; } .magecity.x64.sand-wall-ground.trans:after { content: '1x1'; } .magecity.x64.wall-grass { width: 64px; height: 64px; background-position: -320px -384px; } .magecity.x64.wall-grass.trans:after { content: '1x1'; } .magecity.x64.oil-lamp { width: 64px; height: 64px; background-position: -384px -384px; } .magecity.x64.oil-lamp.trans:after { content: '1x1'; } .magecity.x64.spice { width: 32px; height: 64px; background-position: -448px -384px; } .magecity.x64.spice.trans:after { content: '0.5x1'; } .magecity.x64.stairs-left { width: 64px; height: 64px; background-position: -256px -448px; } .magecity.x64.stairs-left.trans:after { content: '1x1'; } .magecity.x64.stairs-center { width: 64px; height: 64px; background-position: -320px -448px; } .magecity.x64.stairs-center.trans:after { content: '1x1'; } .magecity.x64.stairs-right { width: 64px; height: 64px; background-position: -384px -448px; } .magecity.x64.stairs-right.trans:after { content: '1x1'; } .magecity.x64.stairs-bottom-left { width: 64px; height: 64px; background-position: -384px -512px; } .magecity.x64.stairs-bottom-left.trans:after { content: '1x1'; } .magecity.x64.stairs-bottom-center { width: 64px; height: 64px; background-position: -384px -512px; } .magecity.x64.stairs-bottom-center.trans:after { content: '1x1'; } .magecity.x64.stairs-bottom-right { width: 64px; height: 64px; background-position: -384px -512px; } .magecity.x64.stairs-bottom-right.trans:after { content: '1x1'; } .magecity.x64.stairs-narrow { width: 64px; height: 64px; background-position: -448px -448px; } .magecity.x64.stairs-narrow.trans:after { content: '1x1'; } .magecity.x64.stairs-narrow-bottom { width: 64px; height: 64px; background-position: -448px -512px; } .magecity.x64.stairs-narrow-bottom.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-top-left { width: 64px; height: 64px; background-position: 0px -576px; } .magecity.x64.cobble-stone-top-left.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-top-center { width: 64px; height: 64px; background-position: -64px -576px; } .magecity.x64.cobble-stone-top-center.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-top-right { width: 64px; height: 64px; background-position: -128px -576px; } .magecity.x64.cobble-stone-top-right.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-middle-left { width: 64px; height: 64px; background-position: 0px -640px; } .magecity.x64.cobble-stone-middle-left.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-middle-center { width: 64px; height: 64px; background-position: -64px -640px; } .magecity.x64.cobble-stone-middle-center.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-middle-right { width: 64px; height: 64px; background-position: -128px -640px; } .magecity.x64.cobble-stone-middle-right.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-bottom-left { width: 64px; height: 64px; background-position: 0px -704px; } .magecity.x64.cobble-stone-bottom-left.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-bottom-center { width: 64px; height: 64px; background-position: -64px -704px; } .magecity.x64.cobble-stone-bottom-center.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-bottom-right { width: 64px; height: 64px; background-position: -128px -704px; } .magecity.x64.cobble-stone-bottom-right.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-2-top-left { width: 64px; height: 64px; background-position: -192px -576px; } .magecity.x64.cobble-stone-2-top-left.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-2-top-right { width: 64px; height: 64px; background-position: -256px -576px; } .magecity.x64.cobble-stone-2-top-right.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-2-bottom-left { width: 64px; height: 64px; background-position: -192px -640px; } .magecity.x64.cobble-stone-2-bottom-left.trans:after { content: '1x1'; } .magecity.x64.cobble-stone-2-bottom-right { width: 64px; height: 64px; background-position: -256px -640px; } .magecity.x64.cobble-stone-2-bottom-right.trans:after { content: '1x1'; } .magecity.x64.meal { width: 64px; height: 64px; background-position: -320px -576px; } .magecity.x64.meal.trans:after { content: '1x1'; } .magecity.x64.meal-empty { width: 64px; height: 64px; background-position: -384px -576px; } .magecity.x64.meal-empty.trans:after { content: '1x1'; } .magecity.x64.flour { width: 64px; height: 64px; background-position: -448px -576px; } .magecity.x64.flour.trans:after { content: '1x1'; } .magecity.x64.potions { width: 64px; height: 64px; background-position: -320px -640px; } .magecity.x64.potions.trans:after { content: '1x1'; } .magecity.x64.tree-candles { width: 64px; height: 192px; background-position: 0px -768px; } .magecity.x64.tree-candles.trans:after { content: '1x3'; } .magecity.x64.mushrooms { width: 64px; height: 64px; background-position: -64px -768px; } .magecity.x64.mushrooms.trans:after { content: '1x1'; } .magecity.x64.bird-bath { width: 64px; height: 128px; background-position: -64px -832px; } .magecity.x64.bird-bath.trans:after { content: '1x2'; } .magecity.x64.woman-statue { width: 64px; height: 192px; background-position: -128px -768px; } .magecity.x64.woman-statue.trans:after { content: '1x3'; } .magecity.x64.bench { width: 128px; height: 128px; background-position: 0px -960px; } .magecity.x64.bench.trans:after { content: '2x2'; } .magecity.x64.tree-cursed { width: 128px; height: 256px; background-position: -128px -960px; } .magecity.x64.tree-cursed.trans:after { content: '2x4'; } .magecity.x64.tree-large { width: 256px; height: 320px; background-position: -256px -896px; } .magecity.x64.tree-large.trans:after { content: '4x5'; } .magecity.x64.sand-wall-hole { width: 64px; height: 64px; background-position: 0px -1216px; } .magecity.x64.sand-wall-hole.trans:after { content: '1x1'; } .magecity.x64.glass-window-sign { width: 64px; height: 64px; background-position: 0px -1280px; } .magecity.x64.glass-window-sign.trans:after { content: '1x1'; } .magecity.x64.glass-window { width: 64px; height: 128px; background-position: -64px -1216px; } .magecity.x64.glass-window.trans:after { content: '1x2'; } .magecity.x64.glass-window-narrow { width: 64px; height: 128px; background-position: -128px -1216px; } .magecity.x64.glass-window-narrow.trans:after { content: '1x2'; } .magecity.x64.glass-window-narrow-short { width: 64px; height: 128px; background-position: -192px -1216px; } .magecity.x64.glass-window-narrow-short.trans:after { content: '1x2'; } .magecity.x64.cupid { width: 64px; height: 128px; background-position: -256px -1216px; } .magecity.x64.cupid.trans:after { content: '1x2'; } .magecity.x64.lantern-left { width: 64px; height: 64px; background-position: -320px -1280px; } .magecity.x64.lantern-left.trans:after { content: '1x1'; } .magecity.x64.lantern-right { width: 64px; height: 64px; background-position: -384px -1280px; } .magecity.x64.lantern-right.trans:after { content: '1x1'; } .magecity.x64.chimney { width: 64px; height: 128px; background-position: -448px -1216px; } .magecity.x64.chimney.trans:after { content: '1x2'; } .magecity.x64.glass-window-right { width: 64px; height: 128px; background-position: 0px -1344px; } .magecity.x64.glass-window-right.trans:after { content: '1x2'; } .magecity.x64.glass-window-left { width: 64px; height: 128px; background-position: -64px -1344px; } .magecity.x64.glass-window-left.trans:after { content: '1x2'; } .magecity.x64.glass-window-center { width: 64px; height: 128px; background-position: -128px -1344px; } .magecity.x64.glass-window-center.trans:after { content: '1x2'; } .magecity.x64.glass-window-center-shutters { width: 64px; height: 128px; background-position: -192px -1344px; } .magecity.x64.glass-window-center-shutters.trans:after { content: '1x2'; } .magecity.x64.glass-window-center-with-trim-right { width: 64px; height: 128px; background-position: -256px -1344px; } .magecity.x64.glass-window-center-with-trim-right.trans:after { content: '1x2'; } .magecity.x64.glass-window-center-with-trim-left { width: 64px; height: 128px; background-position: -320px -1344px; } .magecity.x64.glass-window-center-with-trim-left.trans:after { content: '1x2'; } .magecity.x64.glass-window-narrow-double { width: 64px; height: 128px; background-position: -384px -1344px; } .magecity.x64.glass-window-narrow-double.trans:after { content: '1x2'; } .magecity.x64.glass-window-with-plants { width: 64px; height: 128px; background-position: -448px -1344px; } .magecity.x64.glass-window-with-plants.trans:after { content: '1x2'; } .magecity.x64.roof-fill { width: 64px; height: 64px; background-position: -192px -1472px; } .magecity.x64.roof-fill.trans:after { content: '1x1'; } .magecity.x64.roof-fill-broken { width: 64px; height: 64px; background-position: -256px -1472px; } .magecity.x64.roof-fill-broken.trans:after { content: '1x1'; } .magecity.x64.roof-wood-top-left { width: 64px; height: 64px; background-position: 0px -1472px; } .magecity.x64.roof-wood-top-left.trans:after { content: '1x1'; } .magecity.x64.roof-wood-top-center { width: 64px; height: 64px; background-position: -64px -1472px; } .magecity.x64.roof-wood-top-center.trans:after { content: '1x1'; } .magecity.x64.roof-wood-top-right { width: 64px; height: 64px; background-position: -128px -1472px; } .magecity.x64.roof-wood-top-right.trans:after { content: '1x1'; } .magecity.x64.roof-wood-middle-left { width: 64px; height: 64px; background-position: 0px -1536px; } .magecity.x64.roof-wood-middle-left.trans:after { content: '1x1'; } .magecity.x64.roof-wood-middle-center { width: 64px; height: 64px; background-position: -64px -1536px; } .magecity.x64.roof-wood-middle-center.trans:after { content: '1x1'; } .magecity.x64.roof-wood-middle-right { width: 64px; height: 64px; background-position: -128px -1536px; } .magecity.x64.roof-wood-middle-right.trans:after { content: '1x1'; } .magecity.x64.roof-wood-bottom-left { width: 64px; height: 64px; background-position: 0px -1600px; } .magecity.x64.roof-wood-bottom-left.trans:after { content: '1x1'; } .magecity.x64.roof-wood-bottom-center { width: 64px; height: 64px; background-position: -64px -1600px; } .magecity.x64.roof-wood-bottom-center.trans:after { content: '1x1'; } .magecity.x64.roof-wood-bottom-right { width: 64px; height: 64px; background-position: -128px -1600px; } .magecity.x64.roof-wood-bottom-right.trans:after { content: '1x1'; } .magecity.x64.roof-wood-front-arch-left { width: 64px; height: 64px; background-position: -192px -1536px; } .magecity.x64.roof-wood-front-arch-left.trans:after { content: '1x1'; } .magecity.x64.roof-wood-front-arch-right { width: 64px; height: 64px; background-position: -256px -1536px; } .magecity.x64.roof-wood-front-arch-right.trans:after { content: '1x1'; } .magecity.x64.double.roof-wood-top-left_grass { width: 64px; height: 64px; background-position: 0px -1472px, 0px 0px; } .magecity.x64.double.roof-wood-top-left_grass.trans:after { content: '1x1'; } .magecity.x64.double.roof-wood-top-right_grass { width: 64px; height: 64px; background-position: -128px -1472px, 0px 0px; } .magecity.x64.double.roof-wood-top-right_grass.trans:after { content: '1x1'; } .magecity.x64.double.roof-wood-top-left_sand-wall { width: 64px; height: 64px; background-position: 0px -1472px, -64px -256px; } .magecity.x64.double.roof-wood-top-left_sand-wall.trans:after { content: '1x1'; } .magecity.x64.double.roof-wood-top-right_sand-wall { width: 64px; height: 64px; background-position: -128px -1472px, -64px -256px; } .magecity.x64.double.roof-wood-top-right_sand-wall.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-top-left { width: 64px; height: 64px; background-position: -320px -1472px; } .magecity.x64.roof-bamboo-top-left.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-top-center { width: 64px; height: 64px; background-position: -384px -1472px; } .magecity.x64.roof-bamboo-top-center.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-top-right { width: 64px; height: 64px; background-position: -448px -1472px; } .magecity.x64.roof-bamboo-top-right.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-middle-left { width: 64px; height: 64px; background-position: -320px -1536px; } .magecity.x64.roof-bamboo-middle-left.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-middle-center { width: 64px; height: 64px; background-position: -384px -1536px; } .magecity.x64.roof-bamboo-middle-center.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-middle-right { width: 64px; height: 64px; background-position: -448px -1536px; } .magecity.x64.roof-bamboo-middle-right.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-bottom-left { width: 64px; height: 64px; background-position: -320px -1600px; } .magecity.x64.roof-bamboo-bottom-left.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-bottom-center { width: 64px; height: 64px; background-position: -384px -1600px; } .magecity.x64.roof-bamboo-bottom-center.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-bottom-right { width: 64px; height: 64px; background-position: -448px -1600px; } .magecity.x64.roof-bamboo-bottom-right.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-front-arch-left { width: 64px; height: 64px; background-position: -192px -1600px; } .magecity.x64.roof-bamboo-front-arch-left.trans:after { content: '1x1'; } .magecity.x64.roof-bamboo-front-arch-right { width: 64px; height: 64px; background-position: -256px -1600px; } .magecity.x64.roof-bamboo-front-arch-right.trans:after { content: '1x1'; } .magecity.x64.double.roof-bamboo-top-left_grass { width: 64px; height: 64px; background-position: -320px -1472px, 0px 0px; } .magecity.x64.double.roof-bamboo-top-left_grass.trans:after { content: '1x1'; } .magecity.x64.double.roof-bamboo-top-right_grass { width: 64px; height: 64px; background-position: -448px -1472px, 0px 0px; } .magecity.x64.double.roof-bamboo-top-right_grass.trans:after { content: '1x1'; } .magecity.x64.double.roof-bamboo-top-left_sand-wall { width: 64px; height: 64px; background-position: -320px -1472px, -64px -256px; } .magecity.x64.double.roof-bamboo-top-left_sand-wall.trans:after { content: '1x1'; } .magecity.x64.double.roof-bamboo-top-right_sand-wall { width: 64px; height: 64px; background-position: -448px -1472px, -64px -256px; } .magecity.x64.double.roof-bamboo-top-right_sand-wall.trans:after { content: '1x1'; } .magecity.x64.grass-to-stone-left { width: 64px; height: 64px; background-position: -192px -1664px; } .magecity.x64.grass-to-stone-left.trans:after { content: '1x1'; } .magecity.x64.grass-to-stone-right { width: 64px; height: 64px; background-position: -192px -1728px; } .magecity.x64.grass-to-stone-right.trans:after { content: '1x1'; } .magecity.x64.grass-to-stone-bottom { width: 64px; height: 64px; background-position: -192px -1792px; } .magecity.x64.grass-to-stone-bottom.trans:after { content: '1x1'; } .magecity.x64.grass-to-stone-top { width: 64px; height: 64px; background-position: -192px -1856px; } .magecity.x64.grass-to-stone-top.trans:after { content: '1x1'; } .magecity.x64.grass-with-stone-bottom-left { width: 64px; height: 64px; background-position: -256px -1856px; } .magecity.x64.grass-with-stone-bottom-left.trans:after { content: '1x1'; } .magecity.x64.grass-with-stone-bottom-right { width: 64px; height: 64px; background-position: -320px -1856px; } .magecity.x64.grass-with-stone-bottom-right.trans:after { content: '1x1'; } .magecity.x64.grass-with-stone-top-left { width: 64px; height: 64px; background-position: -384px -1856px; } .magecity.x64.grass-with-stone-top-left.trans:after { content: '1x1'; } .magecity.x64.grass-with-stone-top-right { width: 64px; height: 64px; background-position: -448px -1856px; } .magecity.x64.grass-with-stone-top-right.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-top-left { width: 64px; height: 64px; background-position: -448px -1664px; } .magecity.x64.grass-shadow-top-left.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-top-left-short { width: 64px; height: 64px; background-position: -448px -1728px; } .magecity.x64.grass-shadow-top-left-short.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-left { width: 64px; height: 64px; background-position: -448px -1792px; } .magecity.x64.grass-shadow-left.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-top-left { width: 64px; height: 64px; background-position: -256px -1664px; } .magecity.x64.brick-shadow-top-left.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-top-center { width: 64px; height: 64px; background-position: -320px -1664px; } .magecity.x64.brick-shadow-top-center.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-top-right { width: 64px; height: 64px; background-position: -384px -1664px; } .magecity.x64.brick-shadow-top-right.trans:after { content: '1x1'; } .magecity.x64.brick-left { width: 64px; height: 64px; background-position: -256px -1728px; } .magecity.x64.brick-left.trans:after { content: '1x1'; } .magecity.x64.brick-center { width: 64px; height: 64px; background-position: -320px -1728px; } .magecity.x64.brick-center.trans:after { content: '1x1'; } .magecity.x64.brick-right { width: 64px; height: 64px; background-position: -384px -1728px; } .magecity.x64.brick-right.trans:after { content: '1x1'; } .magecity.x64.brick-grass-bottom-left { width: 64px; height: 64px; background-position: -256px -1792px; } .magecity.x64.brick-grass-bottom-left.trans:after { content: '1x1'; } .magecity.x64.brick-grass-bottom-center { width: 64px; height: 64px; background-position: -320px -1792px; } .magecity.x64.brick-grass-bottom-center.trans:after { content: '1x1'; } .magecity.x64.brick-grass-bottom-right { width: 64px; height: 64px; background-position: -384px -1792px; } .magecity.x64.brick-grass-bottom-right.trans:after { content: '1x1'; } .magecity.x64.tree-leaves-sml { z-index: 2; width: 192px; height: 192px; background-position: 0px -1920px; -webkit-transform: translate(-64px, -64px); -moz-transform: translate(-64px, -64px); -ms-transform: translate(-64px, -64px); -o-transform: translate(-64px, -64px); transform: translate(-64px, -64px); } .magecity.x64.tree-leaves-sml.trans:after { content: '3x3'; } .magecity.x64.tree-leaves-big { z-index: 2; width: 192px; height: 192px; background-position: -192px -1920px; -webkit-transform: translate(-64px, -64px); -moz-transform: translate(-64px, -64px); -ms-transform: translate(-64px, -64px); -o-transform: translate(-64px, -64px); transform: translate(-64px, -64px); } .magecity.x64.tree-leaves-big.trans:after { content: '3x3'; } .magecity.x64.desk-right { width: 128px; height: 64px; background-position: -384px -1920px; } .magecity.x64.desk-right.trans:after { content: '2x1'; } .magecity.x64.desk-left { width: 128px; height: 64px; background-position: -384px -1984px; } .magecity.x64.desk-left.trans:after { content: '2x1'; } .magecity.x64.pumpkin { width: 64px; height: 64px; background-position: -384px -2048px; } .magecity.x64.pumpkin.trans:after { content: '1x1'; } .magecity.x64.pumpkins { width: 64px; height: 64px; background-position: -384px -2112px; } .magecity.x64.pumpkins.trans:after { content: '1x1'; } .magecity.x64.leaves-2 { width: 64px; height: 64px; background-position: -320px -2112px; } .magecity.x64.leaves-2.trans:after { content: '1x1'; } .magecity.x64.leaves-3 { width: 64px; height: 64px; background-position: -448px -2112px; } .magecity.x64.leaves-3.trans:after { content: '1x1'; } .magecity.x64.leaves-4 { width: 64px; height: 64px; background-position: -384px -2176px; } .magecity.x64.leaves-4.trans:after { content: '1x1'; } .magecity.x64.leaves-5 { width: 64px; height: 64px; background-position: -448px -2048px; } .magecity.x64.leaves-5.trans:after { content: '1x1'; } .magecity.x64.leaves-5-1 { width: 64px; height: 64px; background-position: -448px -2176px; } .magecity.x64.leaves-5-1.trans:after { content: '1x1'; } .magecity.x64.double.pumpkin_grass { width: 64px; height: 64px; background-position: -384px -2048px, 0px 0px; } .magecity.x64.double.pumpkin_grass.trans:after { content: '1x1'; } .magecity.x64.double.pumpkins_grass { width: 64px; height: 64px; background-position: -384px -2112px, 0px 0px; } .magecity.x64.double.pumpkins_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-2_grass { width: 64px; height: 64px; background-position: -320px -2112px, 0px 0px; } .magecity.x64.double.leaves-2_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-3_grass { width: 64px; height: 64px; background-position: -448px -2112px, 0px 0px; } .magecity.x64.double.leaves-3_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-4_grass { width: 64px; height: 64px; background-position: -384px -2176px, 0px 0px; } .magecity.x64.double.leaves-4_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-5_grass { width: 64px; height: 64px; background-position: -448px -2048px, 0px 0px; } .magecity.x64.double.leaves-5_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-5-1_grass { width: 64px; height: 64px; background-position: -448px -2176px, 0px 0px; } .magecity.x64.double.leaves-5-1_grass.trans:after { content: '1x1'; } .magecity.x64.double.leaves-2_grass-shadow-top-left { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1664px; } .magecity.x64.double.leaves-2_grass-shadow-top-left.trans:after { content: '1x1'; } .magecity.x64.double.leaves-2_grass-shadow-top-left-short { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1728px; } .magecity.x64.double.leaves-2_grass-shadow-top-left-short.trans:after { content: '1x1'; } .magecity.x64.double.leaves-2_grass-shadow-left { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1792px; } .magecity.x64.double.leaves-2_grass-shadow-left.trans:after { content: '1x1'; } .magecity.x64.double.leaves-2_grass-shadow-bottom-left { width: 64px; height: 64px; background-position: -320px -2112px, -384px -2240px; } .magecity.x64.double.leaves-2_grass-shadow-bottom-left.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-1-0x0 { width: 64px; height: 64px; background-position: 0px -2112px; } .magecity.x64.grass-dirt-patch-1-0x0.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-1-1x0 { width: 64px; height: 64px; background-position: -64px -2112px; } .magecity.x64.grass-dirt-patch-1-1x0.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-1-0x1 { width: 64px; height: 64px; background-position: 0px -2176px; } .magecity.x64.grass-dirt-patch-1-0x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-1-1x1 { width: 64px; height: 64px; background-position: -64px -2176px; } .magecity.x64.grass-dirt-patch-1-1x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-0x0 { width: 64px; height: 64px; background-position: -128px -2112px; } .magecity.x64.grass-dirt-patch-2-0x0.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-1x0 { width: 64px; height: 64px; background-position: -192px -2112px; } .magecity.x64.grass-dirt-patch-2-1x0.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-2x0 { width: 64px; height: 64px; background-position: -256px -2112px; } .magecity.x64.grass-dirt-patch-2-2x0.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-0x1 { width: 64px; height: 64px; background-position: -128px -2176px; } .magecity.x64.grass-dirt-patch-2-0x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-1x1 { width: 64px; height: 64px; background-position: -192px -2176px; } .magecity.x64.grass-dirt-patch-2-1x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-2x1 { width: 64px; height: 64px; background-position: -256px -2176px; } .magecity.x64.grass-dirt-patch-2-2x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-3x1 { width: 64px; height: 64px; background-position: -320px -2176px; } .magecity.x64.grass-dirt-patch-2-3x1.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-0x2 { width: 64px; height: 64px; background-position: -128px -2240px; } .magecity.x64.grass-dirt-patch-2-0x2.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-1x2 { width: 64px; height: 64px; background-position: -192px -2240px; } .magecity.x64.grass-dirt-patch-2-1x2.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-2x2 { width: 64px; height: 64px; background-position: -256px -2240px; } .magecity.x64.grass-dirt-patch-2-2x2.trans:after { content: '1x1'; } .magecity.x64.grass-dirt-patch-2-3x2 { width: 64px; height: 64px; background-position: -320px -2240px; } .magecity.x64.grass-dirt-patch-2-3x2.trans:after { content: '1x1'; } .magecity.x64.grass-smash-1 { width: 64px; height: 64px; background-position: -128px -2304px; } .magecity.x64.grass-smash-1.trans:after { content: '1x1'; } .magecity.x64.grass-smash-2 { width: 64px; height: 64px; background-position: -192px -2304px; } .magecity.x64.grass-smash-2.trans:after { content: '1x1'; } .magecity.x64.grass-cherries-1 { width: 64px; height: 64px; background-position: -256px -2304px; } .magecity.x64.grass-cherries-1.trans:after { content: '1x1'; } .magecity.x64.grass-cherries-2 { width: 64px; height: 64px; background-position: -320px -2304px; } .magecity.x64.grass-cherries-2.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-bottom-left { width: 64px; height: 64px; background-position: -384px -2240px; } .magecity.x64.grass-shadow-bottom-left.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-overlay-bottom-left { width: 64px; height: 64px; background-position: -384px -2304px; } .magecity.x64.grass-shadow-overlay-bottom-left.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-overlay-top-left { width: 64px; height: 64px; background-position: -448px -2240px; } .magecity.x64.grass-shadow-overlay-top-left.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-overlay-top-left-short { width: 64px; height: 64px; background-position: -448px -2304px; } .magecity.x64.grass-shadow-overlay-top-left-short.trans:after { content: '1x1'; } .magecity.x64.grass-shadow-overlay-left { width: 64px; height: 64px; background-position: -448px -2368px; } .magecity.x64.grass-shadow-overlay-left.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-top-left-corner { width: 64px; height: 64px; background-position: 0px -2240px; } .magecity.x64.brick-shadow-top-left-corner.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-top-left-corner-dark { width: 64px; height: 64px; background-position: -64px -2240px; } .magecity.x64.brick-shadow-top-left-corner-dark.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-left-edge { width: 64px; height: 64px; background-position: 0px -2304px; } .magecity.x64.brick-shadow-left-edge.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-left-edge-dark { width: 64px; height: 64px; background-position: -64px -2304px; } .magecity.x64.brick-shadow-left-edge-dark.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-left-edge-grass { width: 64px; height: 64px; background-position: 0px -2368px; } .magecity.x64.brick-shadow-left-edge-grass.trans:after { content: '1x1'; } .magecity.x64.brick-shadow-left-edge-grass-dark { width: 64px; height: 64px; background-position: -64px -2368px; } .magecity.x64.brick-shadow-left-edge-grass-dark.trans:after { content: '1x1'; } .magecity.x64.doorway { z-index: 0; width: 64px; height: 128px; background-position: -384px -2560px; -webkit-transform: translate(0px, -64px); -moz-transform: translate(0px, -64px); -ms-transform: translate(0px, -64px); -o-transform: translate(0px, -64px); transform: translate(0px, -64px); } .magecity.x64.doorway.trans:after { content: '1x2'; } .magecity.x64.doorway-up { z-index: 0; width: 64px; height: 64px; background-position: -256px -2752px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.x64.doorway-up.trans:after { content: '1x1'; } .magecity.x64.doorway-down { z-index: 0; width: 64px; height: 64px; background-position: -192px -2752px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.x64.doorway-down.trans:after { content: '1x1'; } .magecity.x64.doorway-left { z-index: 0; width: 64px; height: 64px; background-position: -192px -2816px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.x64.doorway-left.trans:after { content: '1x1'; } .magecity.x64.doorway-right { z-index: 0; width: 64px; height: 64px; background-position: -256px -2816px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .magecity.x64.doorway-right.trans:after { content: '1x1'; } .x64 .magecity { background-image: url(magecity_0.png); background-repeat: no-repeat; background-position: 0 0; -webkit-background-size: 512px 2904px; -moz-background-size: 512px 2904px; -ms-background-size: 512px 2904px; -o-background-size: 512px 2904px; background-size: 512px 2904px; } .x64 .magecity.double { background: url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat; } .x64 .magecity.tripple { background: url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat, url(magecity_0.png) no-repeat; } .x64 .magecity.grass { width: 64px; height: 64px; background-position: 0px 0px; } .x64 .magecity.grass.trans:after { content: '1x1'; } .x64 .magecity.blank { width: 64px; height: 64px; background-position: 0px -64px; } .x64 .magecity.blank.trans:after { content: '1x1'; } .x64 .magecity.stone { width: 64px; height: 64px; background-position: -64px 0px; } .x64 .magecity.stone.trans:after { content: '1x1'; } .x64 .magecity.stone-weed { width: 64px; height: 64px; background-position: -64px -64px; } .x64 .magecity.stone-weed.trans:after { content: '1x1'; } .x64 .magecity.herb-full { width: 64px; height: 64px; background-position: -128px 0px; } .x64 .magecity.herb-full.trans:after { content: '1x1'; } .x64 .magecity.herb-half { width: 64px; height: 64px; background-position: -192px 0px; } .x64 .magecity.herb-half.trans:after { content: '1x1'; } .x64 .magecity.plant-pot { width: 64px; height: 64px; background-position: -256px 0px; } .x64 .magecity.plant-pot.trans:after { content: '1x1'; } .x64 .magecity.fern { width: 64px; height: 64px; background-position: -128px -64px; } .x64 .magecity.fern.trans:after { content: '1x1'; } .x64 .magecity.herb-pot { width: 64px; height: 64px; background-position: -192px -64px; } .x64 .magecity.herb-pot.trans:after { content: '1x1'; } .x64 .magecity.barrel-sml { width: 64px; height: 64px; background-position: -256px -64px; } .x64 .magecity.barrel-sml.trans:after { content: '1x1'; } .x64 .magecity.table { width: 128px; height: 128px; background-position: -320px 0px; } .x64 .magecity.table.trans:after { content: '2x2'; } .x64 .magecity.stool-right { width: 64px; height: 64px; background-position: -448px 0px; } .x64 .magecity.stool-right.trans:after { content: '1x1'; } .x64 .magecity.stool-left { width: 64px; height: 64px; background-position: -448px -64px; } .x64 .magecity.stool-left.trans:after { content: '1x1'; } .x64 .magecity.fern-pillar { width: 64px; height: 128px; background-position: 0px -128px; } .x64 .magecity.fern-pillar.trans:after { content: '1x2'; } .x64 .magecity.tree-pot-dead { width: 128px; height: 128px; background-position: -64px -128px; } .x64 .magecity.tree-pot-dead.trans:after { content: '2x2'; } .x64 .magecity.tree-pot { width: 64px; height: 128px; background-position: -192px -128px; } .x64 .magecity.tree-pot.trans:after { content: '1x2'; } .x64 .magecity.barrel-lg { width: 64px; height: 128px; background-position: -256px -128px; } .x64 .magecity.barrel-lg.trans:after { content: '1x2'; } .x64 .magecity.sand-column { width: 64px; height: 128px; background-position: -320px -128px; } .x64 .magecity.sand-column.trans:after { content: '1x2'; } .x64 .magecity.sand-fountain { width: 128px; height: 128px; background-position: -384px -128px; } .x64 .magecity.sand-fountain.trans:after { content: '2x2'; } .x64 .magecity.sand-wall-edge-left { width: 64px; height: 64px; background-position: 0px -256px; } .x64 .magecity.sand-wall-edge-left.trans:after { content: '1x1'; } .x64 .magecity.sand-wall { width: 64px; height: 64px; background-position: -64px -256px; } .x64 .magecity.sand-wall.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-right { width: 64px; height: 64px; background-position: -128px -256px; } .x64 .magecity.sand-wall-edge-right.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-left-dark { width: 64px; height: 64px; background-position: 0px -320px; } .x64 .magecity.sand-wall-edge-left-dark.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-dark { width: 64px; height: 64px; background-position: -64px -320px; } .x64 .magecity.sand-wall-dark.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-right-dark { width: 64px; height: 64px; background-position: -128px -320px; } .x64 .magecity.sand-wall-edge-right-dark.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top-edge-left { width: 64px; height: 64px; background-position: -192px -256px; } .x64 .magecity.sand-wall-top-edge-left.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top { width: 64px; height: 64px; background-position: -256px -256px; } .x64 .magecity.sand-wall-top.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top-edge-right { width: 64px; height: 64px; background-position: -320px -256px; } .x64 .magecity.sand-wall-top-edge-right.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top-vine { width: 64px; height: 64px; background-position: -320px -320px; } .x64 .magecity.sand-wall-top-vine.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top-vine-start { width: 64px; height: 64px; background-position: -384px -256px; } .x64 .magecity.sand-wall-top-vine-start.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-top-vine-end { width: 64px; height: 64px; background-position: -384px -320px; } .x64 .magecity.sand-wall-top-vine-end.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-right-vine { width: 64px; height: 64px; background-position: -448px -256px; } .x64 .magecity.sand-wall-edge-right-vine.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-right-vine-end { width: 64px; height: 64px; background-position: -448px -320px; } .x64 .magecity.sand-wall-edge-right-vine-end.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-missing-block-left { width: 64px; height: 64px; background-position: -192px -320px; } .x64 .magecity.sand-wall-missing-block-left.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-missing-block-right { width: 64px; height: 64px; background-position: -256px -320px; } .x64 .magecity.sand-wall-missing-block-right.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-top-left-water { width: 64px; height: 64px; background-position: 0px -384px; } .x64 .magecity.sand-wall-edge-top-left-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-top-center-water { width: 64px; height: 64px; background-position: -64px -384px; } .x64 .magecity.sand-wall-edge-top-center-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-top-right-water { width: 64px; height: 64px; background-position: -128px -384px; } .x64 .magecity.sand-wall-edge-top-right-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-middle-left-water { width: 64px; height: 64px; background-position: 0px -448px; } .x64 .magecity.sand-wall-edge-middle-left-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-middle-center-water { width: 64px; height: 64px; background-position: -64px -448px; } .x64 .magecity.sand-wall-edge-middle-center-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-edge-middle-right-water { width: 64px; height: 64px; background-position: -128px -448px; } .x64 .magecity.sand-wall-edge-middle-right-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-narrow-top-water { width: 64px; height: 64px; background-position: -192px -384px; } .x64 .magecity.sand-wall-narrow-top-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-narrow-center-water { width: 64px; height: 64px; background-position: -192px -448px; } .x64 .magecity.sand-wall-narrow-center-water.trans:after { content: '1x1'; } .x64 .magecity.sand-wall-ground { width: 64px; height: 64px; background-position: -256px -384px; } .x64 .magecity.sand-wall-ground.trans:after { content: '1x1'; } .x64 .magecity.wall-grass { width: 64px; height: 64px; background-position: -320px -384px; } .x64 .magecity.wall-grass.trans:after { content: '1x1'; } .x64 .magecity.oil-lamp { width: 64px; height: 64px; background-position: -384px -384px; } .x64 .magecity.oil-lamp.trans:after { content: '1x1'; } .x64 .magecity.spice { width: 32px; height: 64px; background-position: -448px -384px; } .x64 .magecity.spice.trans:after { content: '0.5x1'; } .x64 .magecity.stairs-left { width: 64px; height: 64px; background-position: -256px -448px; } .x64 .magecity.stairs-left.trans:after { content: '1x1'; } .x64 .magecity.stairs-center { width: 64px; height: 64px; background-position: -320px -448px; } .x64 .magecity.stairs-center.trans:after { content: '1x1'; } .x64 .magecity.stairs-right { width: 64px; height: 64px; background-position: -384px -448px; } .x64 .magecity.stairs-right.trans:after { content: '1x1'; } .x64 .magecity.stairs-bottom-left { width: 64px; height: 64px; background-position: -384px -512px; } .x64 .magecity.stairs-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.stairs-bottom-center { width: 64px; height: 64px; background-position: -384px -512px; } .x64 .magecity.stairs-bottom-center.trans:after { content: '1x1'; } .x64 .magecity.stairs-bottom-right { width: 64px; height: 64px; background-position: -384px -512px; } .x64 .magecity.stairs-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.stairs-narrow { width: 64px; height: 64px; background-position: -448px -448px; } .x64 .magecity.stairs-narrow.trans:after { content: '1x1'; } .x64 .magecity.stairs-narrow-bottom { width: 64px; height: 64px; background-position: -448px -512px; } .x64 .magecity.stairs-narrow-bottom.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-top-left { width: 64px; height: 64px; background-position: 0px -576px; } .x64 .magecity.cobble-stone-top-left.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-top-center { width: 64px; height: 64px; background-position: -64px -576px; } .x64 .magecity.cobble-stone-top-center.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-top-right { width: 64px; height: 64px; background-position: -128px -576px; } .x64 .magecity.cobble-stone-top-right.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-middle-left { width: 64px; height: 64px; background-position: 0px -640px; } .x64 .magecity.cobble-stone-middle-left.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-middle-center { width: 64px; height: 64px; background-position: -64px -640px; } .x64 .magecity.cobble-stone-middle-center.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-middle-right { width: 64px; height: 64px; background-position: -128px -640px; } .x64 .magecity.cobble-stone-middle-right.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-bottom-left { width: 64px; height: 64px; background-position: 0px -704px; } .x64 .magecity.cobble-stone-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-bottom-center { width: 64px; height: 64px; background-position: -64px -704px; } .x64 .magecity.cobble-stone-bottom-center.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-bottom-right { width: 64px; height: 64px; background-position: -128px -704px; } .x64 .magecity.cobble-stone-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-2-top-left { width: 64px; height: 64px; background-position: -192px -576px; } .x64 .magecity.cobble-stone-2-top-left.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-2-top-right { width: 64px; height: 64px; background-position: -256px -576px; } .x64 .magecity.cobble-stone-2-top-right.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-2-bottom-left { width: 64px; height: 64px; background-position: -192px -640px; } .x64 .magecity.cobble-stone-2-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.cobble-stone-2-bottom-right { width: 64px; height: 64px; background-position: -256px -640px; } .x64 .magecity.cobble-stone-2-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.meal { width: 64px; height: 64px; background-position: -320px -576px; } .x64 .magecity.meal.trans:after { content: '1x1'; } .x64 .magecity.meal-empty { width: 64px; height: 64px; background-position: -384px -576px; } .x64 .magecity.meal-empty.trans:after { content: '1x1'; } .x64 .magecity.flour { width: 64px; height: 64px; background-position: -448px -576px; } .x64 .magecity.flour.trans:after { content: '1x1'; } .x64 .magecity.potions { width: 64px; height: 64px; background-position: -320px -640px; } .x64 .magecity.potions.trans:after { content: '1x1'; } .x64 .magecity.tree-candles { width: 64px; height: 192px; background-position: 0px -768px; } .x64 .magecity.tree-candles.trans:after { content: '1x3'; } .x64 .magecity.mushrooms { width: 64px; height: 64px; background-position: -64px -768px; } .x64 .magecity.mushrooms.trans:after { content: '1x1'; } .x64 .magecity.bird-bath { width: 64px; height: 128px; background-position: -64px -832px; } .x64 .magecity.bird-bath.trans:after { content: '1x2'; } .x64 .magecity.woman-statue { width: 64px; height: 192px; background-position: -128px -768px; } .x64 .magecity.woman-statue.trans:after { content: '1x3'; } .x64 .magecity.bench { width: 128px; height: 128px; background-position: 0px -960px; } .x64 .magecity.bench.trans:after { content: '2x2'; } .x64 .magecity.tree-cursed { width: 128px; height: 256px; background-position: -128px -960px; } .x64 .magecity.tree-cursed.trans:after { content: '2x4'; } .x64 .magecity.tree-large { width: 256px; height: 320px; background-position: -256px -896px; } .x64 .magecity.tree-large.trans:after { content: '4x5'; } .x64 .magecity.sand-wall-hole { width: 64px; height: 64px; background-position: 0px -1216px; } .x64 .magecity.sand-wall-hole.trans:after { content: '1x1'; } .x64 .magecity.glass-window-sign { width: 64px; height: 64px; background-position: 0px -1280px; } .x64 .magecity.glass-window-sign.trans:after { content: '1x1'; } .x64 .magecity.glass-window { width: 64px; height: 128px; background-position: -64px -1216px; } .x64 .magecity.glass-window.trans:after { content: '1x2'; } .x64 .magecity.glass-window-narrow { width: 64px; height: 128px; background-position: -128px -1216px; } .x64 .magecity.glass-window-narrow.trans:after { content: '1x2'; } .x64 .magecity.glass-window-narrow-short { width: 64px; height: 128px; background-position: -192px -1216px; } .x64 .magecity.glass-window-narrow-short.trans:after { content: '1x2'; } .x64 .magecity.cupid { width: 64px; height: 128px; background-position: -256px -1216px; } .x64 .magecity.cupid.trans:after { content: '1x2'; } .x64 .magecity.lantern-left { width: 64px; height: 64px; background-position: -320px -1280px; } .x64 .magecity.lantern-left.trans:after { content: '1x1'; } .x64 .magecity.lantern-right { width: 64px; height: 64px; background-position: -384px -1280px; } .x64 .magecity.lantern-right.trans:after { content: '1x1'; } .x64 .magecity.chimney { width: 64px; height: 128px; background-position: -448px -1216px; } .x64 .magecity.chimney.trans:after { content: '1x2'; } .x64 .magecity.glass-window-right { width: 64px; height: 128px; background-position: 0px -1344px; } .x64 .magecity.glass-window-right.trans:after { content: '1x2'; } .x64 .magecity.glass-window-left { width: 64px; height: 128px; background-position: -64px -1344px; } .x64 .magecity.glass-window-left.trans:after { content: '1x2'; } .x64 .magecity.glass-window-center { width: 64px; height: 128px; background-position: -128px -1344px; } .x64 .magecity.glass-window-center.trans:after { content: '1x2'; } .x64 .magecity.glass-window-center-shutters { width: 64px; height: 128px; background-position: -192px -1344px; } .x64 .magecity.glass-window-center-shutters.trans:after { content: '1x2'; } .x64 .magecity.glass-window-center-with-trim-right { width: 64px; height: 128px; background-position: -256px -1344px; } .x64 .magecity.glass-window-center-with-trim-right.trans:after { content: '1x2'; } .x64 .magecity.glass-window-center-with-trim-left { width: 64px; height: 128px; background-position: -320px -1344px; } .x64 .magecity.glass-window-center-with-trim-left.trans:after { content: '1x2'; } .x64 .magecity.glass-window-narrow-double { width: 64px; height: 128px; background-position: -384px -1344px; } .x64 .magecity.glass-window-narrow-double.trans:after { content: '1x2'; } .x64 .magecity.glass-window-with-plants { width: 64px; height: 128px; background-position: -448px -1344px; } .x64 .magecity.glass-window-with-plants.trans:after { content: '1x2'; } .x64 .magecity.roof-fill { width: 64px; height: 64px; background-position: -192px -1472px; } .x64 .magecity.roof-fill.trans:after { content: '1x1'; } .x64 .magecity.roof-fill-broken { width: 64px; height: 64px; background-position: -256px -1472px; } .x64 .magecity.roof-fill-broken.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-top-left { width: 64px; height: 64px; background-position: 0px -1472px; } .x64 .magecity.roof-wood-top-left.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-top-center { width: 64px; height: 64px; background-position: -64px -1472px; } .x64 .magecity.roof-wood-top-center.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-top-right { width: 64px; height: 64px; background-position: -128px -1472px; } .x64 .magecity.roof-wood-top-right.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-middle-left { width: 64px; height: 64px; background-position: 0px -1536px; } .x64 .magecity.roof-wood-middle-left.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-middle-center { width: 64px; height: 64px; background-position: -64px -1536px; } .x64 .magecity.roof-wood-middle-center.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-middle-right { width: 64px; height: 64px; background-position: -128px -1536px; } .x64 .magecity.roof-wood-middle-right.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-bottom-left { width: 64px; height: 64px; background-position: 0px -1600px; } .x64 .magecity.roof-wood-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-bottom-center { width: 64px; height: 64px; background-position: -64px -1600px; } .x64 .magecity.roof-wood-bottom-center.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-bottom-right { width: 64px; height: 64px; background-position: -128px -1600px; } .x64 .magecity.roof-wood-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-front-arch-left { width: 64px; height: 64px; background-position: -192px -1536px; } .x64 .magecity.roof-wood-front-arch-left.trans:after { content: '1x1'; } .x64 .magecity.roof-wood-front-arch-right { width: 64px; height: 64px; background-position: -256px -1536px; } .x64 .magecity.roof-wood-front-arch-right.trans:after { content: '1x1'; } .x64 .magecity.double.roof-wood-top-left_grass { width: 64px; height: 64px; background-position: 0px -1472px, 0px 0px; } .x64 .magecity.double.roof-wood-top-left_grass.trans:after { content: '1x1'; } .x64 .magecity.double.roof-wood-top-right_grass { width: 64px; height: 64px; background-position: -128px -1472px, 0px 0px; } .x64 .magecity.double.roof-wood-top-right_grass.trans:after { content: '1x1'; } .x64 .magecity.double.roof-wood-top-left_sand-wall { width: 64px; height: 64px; background-position: 0px -1472px, -64px -256px; } .x64 .magecity.double.roof-wood-top-left_sand-wall.trans:after { content: '1x1'; } .x64 .magecity.double.roof-wood-top-right_sand-wall { width: 64px; height: 64px; background-position: -128px -1472px, -64px -256px; } .x64 .magecity.double.roof-wood-top-right_sand-wall.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-top-left { width: 64px; height: 64px; background-position: -320px -1472px; } .x64 .magecity.roof-bamboo-top-left.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-top-center { width: 64px; height: 64px; background-position: -384px -1472px; } .x64 .magecity.roof-bamboo-top-center.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-top-right { width: 64px; height: 64px; background-position: -448px -1472px; } .x64 .magecity.roof-bamboo-top-right.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-middle-left { width: 64px; height: 64px; background-position: -320px -1536px; } .x64 .magecity.roof-bamboo-middle-left.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-middle-center { width: 64px; height: 64px; background-position: -384px -1536px; } .x64 .magecity.roof-bamboo-middle-center.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-middle-right { width: 64px; height: 64px; background-position: -448px -1536px; } .x64 .magecity.roof-bamboo-middle-right.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-bottom-left { width: 64px; height: 64px; background-position: -320px -1600px; } .x64 .magecity.roof-bamboo-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-bottom-center { width: 64px; height: 64px; background-position: -384px -1600px; } .x64 .magecity.roof-bamboo-bottom-center.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-bottom-right { width: 64px; height: 64px; background-position: -448px -1600px; } .x64 .magecity.roof-bamboo-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-front-arch-left { width: 64px; height: 64px; background-position: -192px -1600px; } .x64 .magecity.roof-bamboo-front-arch-left.trans:after { content: '1x1'; } .x64 .magecity.roof-bamboo-front-arch-right { width: 64px; height: 64px; background-position: -256px -1600px; } .x64 .magecity.roof-bamboo-front-arch-right.trans:after { content: '1x1'; } .x64 .magecity.double.roof-bamboo-top-left_grass { width: 64px; height: 64px; background-position: -320px -1472px, 0px 0px; } .x64 .magecity.double.roof-bamboo-top-left_grass.trans:after { content: '1x1'; } .x64 .magecity.double.roof-bamboo-top-right_grass { width: 64px; height: 64px; background-position: -448px -1472px, 0px 0px; } .x64 .magecity.double.roof-bamboo-top-right_grass.trans:after { content: '1x1'; } .x64 .magecity.double.roof-bamboo-top-left_sand-wall { width: 64px; height: 64px; background-position: -320px -1472px, -64px -256px; } .x64 .magecity.double.roof-bamboo-top-left_sand-wall.trans:after { content: '1x1'; } .x64 .magecity.double.roof-bamboo-top-right_sand-wall { width: 64px; height: 64px; background-position: -448px -1472px, -64px -256px; } .x64 .magecity.double.roof-bamboo-top-right_sand-wall.trans:after { content: '1x1'; } .x64 .magecity.grass-to-stone-left { width: 64px; height: 64px; background-position: -192px -1664px; } .x64 .magecity.grass-to-stone-left.trans:after { content: '1x1'; } .x64 .magecity.grass-to-stone-right { width: 64px; height: 64px; background-position: -192px -1728px; } .x64 .magecity.grass-to-stone-right.trans:after { content: '1x1'; } .x64 .magecity.grass-to-stone-bottom { width: 64px; height: 64px; background-position: -192px -1792px; } .x64 .magecity.grass-to-stone-bottom.trans:after { content: '1x1'; } .x64 .magecity.grass-to-stone-top { width: 64px; height: 64px; background-position: -192px -1856px; } .x64 .magecity.grass-to-stone-top.trans:after { content: '1x1'; } .x64 .magecity.grass-with-stone-bottom-left { width: 64px; height: 64px; background-position: -256px -1856px; } .x64 .magecity.grass-with-stone-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.grass-with-stone-bottom-right { width: 64px; height: 64px; background-position: -320px -1856px; } .x64 .magecity.grass-with-stone-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.grass-with-stone-top-left { width: 64px; height: 64px; background-position: -384px -1856px; } .x64 .magecity.grass-with-stone-top-left.trans:after { content: '1x1'; } .x64 .magecity.grass-with-stone-top-right { width: 64px; height: 64px; background-position: -448px -1856px; } .x64 .magecity.grass-with-stone-top-right.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-top-left { width: 64px; height: 64px; background-position: -448px -1664px; } .x64 .magecity.grass-shadow-top-left.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-top-left-short { width: 64px; height: 64px; background-position: -448px -1728px; } .x64 .magecity.grass-shadow-top-left-short.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-left { width: 64px; height: 64px; background-position: -448px -1792px; } .x64 .magecity.grass-shadow-left.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-top-left { width: 64px; height: 64px; background-position: -256px -1664px; } .x64 .magecity.brick-shadow-top-left.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-top-center { width: 64px; height: 64px; background-position: -320px -1664px; } .x64 .magecity.brick-shadow-top-center.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-top-right { width: 64px; height: 64px; background-position: -384px -1664px; } .x64 .magecity.brick-shadow-top-right.trans:after { content: '1x1'; } .x64 .magecity.brick-left { width: 64px; height: 64px; background-position: -256px -1728px; } .x64 .magecity.brick-left.trans:after { content: '1x1'; } .x64 .magecity.brick-center { width: 64px; height: 64px; background-position: -320px -1728px; } .x64 .magecity.brick-center.trans:after { content: '1x1'; } .x64 .magecity.brick-right { width: 64px; height: 64px; background-position: -384px -1728px; } .x64 .magecity.brick-right.trans:after { content: '1x1'; } .x64 .magecity.brick-grass-bottom-left { width: 64px; height: 64px; background-position: -256px -1792px; } .x64 .magecity.brick-grass-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.brick-grass-bottom-center { width: 64px; height: 64px; background-position: -320px -1792px; } .x64 .magecity.brick-grass-bottom-center.trans:after { content: '1x1'; } .x64 .magecity.brick-grass-bottom-right { width: 64px; height: 64px; background-position: -384px -1792px; } .x64 .magecity.brick-grass-bottom-right.trans:after { content: '1x1'; } .x64 .magecity.tree-leaves-sml { z-index: 2; width: 192px; height: 192px; background-position: 0px -1920px; -webkit-transform: translate(-64px, -64px); -moz-transform: translate(-64px, -64px); -ms-transform: translate(-64px, -64px); -o-transform: translate(-64px, -64px); transform: translate(-64px, -64px); } .x64 .magecity.tree-leaves-sml.trans:after { content: '3x3'; } .x64 .magecity.tree-leaves-big { z-index: 2; width: 192px; height: 192px; background-position: -192px -1920px; -webkit-transform: translate(-64px, -64px); -moz-transform: translate(-64px, -64px); -ms-transform: translate(-64px, -64px); -o-transform: translate(-64px, -64px); transform: translate(-64px, -64px); } .x64 .magecity.tree-leaves-big.trans:after { content: '3x3'; } .x64 .magecity.desk-right { width: 128px; height: 64px; background-position: -384px -1920px; } .x64 .magecity.desk-right.trans:after { content: '2x1'; } .x64 .magecity.desk-left { width: 128px; height: 64px; background-position: -384px -1984px; } .x64 .magecity.desk-left.trans:after { content: '2x1'; } .x64 .magecity.pumpkin { width: 64px; height: 64px; background-position: -384px -2048px; } .x64 .magecity.pumpkin.trans:after { content: '1x1'; } .x64 .magecity.pumpkins { width: 64px; height: 64px; background-position: -384px -2112px; } .x64 .magecity.pumpkins.trans:after { content: '1x1'; } .x64 .magecity.leaves-2 { width: 64px; height: 64px; background-position: -320px -2112px; } .x64 .magecity.leaves-2.trans:after { content: '1x1'; } .x64 .magecity.leaves-3 { width: 64px; height: 64px; background-position: -448px -2112px; } .x64 .magecity.leaves-3.trans:after { content: '1x1'; } .x64 .magecity.leaves-4 { width: 64px; height: 64px; background-position: -384px -2176px; } .x64 .magecity.leaves-4.trans:after { content: '1x1'; } .x64 .magecity.leaves-5 { width: 64px; height: 64px; background-position: -448px -2048px; } .x64 .magecity.leaves-5.trans:after { content: '1x1'; } .x64 .magecity.leaves-5-1 { width: 64px; height: 64px; background-position: -448px -2176px; } .x64 .magecity.leaves-5-1.trans:after { content: '1x1'; } .x64 .magecity.double.pumpkin_grass { width: 64px; height: 64px; background-position: -384px -2048px, 0px 0px; } .x64 .magecity.double.pumpkin_grass.trans:after { content: '1x1'; } .x64 .magecity.double.pumpkins_grass { width: 64px; height: 64px; background-position: -384px -2112px, 0px 0px; } .x64 .magecity.double.pumpkins_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-2_grass { width: 64px; height: 64px; background-position: -320px -2112px, 0px 0px; } .x64 .magecity.double.leaves-2_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-3_grass { width: 64px; height: 64px; background-position: -448px -2112px, 0px 0px; } .x64 .magecity.double.leaves-3_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-4_grass { width: 64px; height: 64px; background-position: -384px -2176px, 0px 0px; } .x64 .magecity.double.leaves-4_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-5_grass { width: 64px; height: 64px; background-position: -448px -2048px, 0px 0px; } .x64 .magecity.double.leaves-5_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-5-1_grass { width: 64px; height: 64px; background-position: -448px -2176px, 0px 0px; } .x64 .magecity.double.leaves-5-1_grass.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-2_grass-shadow-top-left { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1664px; } .x64 .magecity.double.leaves-2_grass-shadow-top-left.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-2_grass-shadow-top-left-short { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1728px; } .x64 .magecity.double.leaves-2_grass-shadow-top-left-short.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-2_grass-shadow-left { width: 64px; height: 64px; background-position: -320px -2112px, -448px -1792px; } .x64 .magecity.double.leaves-2_grass-shadow-left.trans:after { content: '1x1'; } .x64 .magecity.double.leaves-2_grass-shadow-bottom-left { width: 64px; height: 64px; background-position: -320px -2112px, -384px -2240px; } .x64 .magecity.double.leaves-2_grass-shadow-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-1-0x0 { width: 64px; height: 64px; background-position: 0px -2112px; } .x64 .magecity.grass-dirt-patch-1-0x0.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-1-1x0 { width: 64px; height: 64px; background-position: -64px -2112px; } .x64 .magecity.grass-dirt-patch-1-1x0.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-1-0x1 { width: 64px; height: 64px; background-position: 0px -2176px; } .x64 .magecity.grass-dirt-patch-1-0x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-1-1x1 { width: 64px; height: 64px; background-position: -64px -2176px; } .x64 .magecity.grass-dirt-patch-1-1x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-0x0 { width: 64px; height: 64px; background-position: -128px -2112px; } .x64 .magecity.grass-dirt-patch-2-0x0.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-1x0 { width: 64px; height: 64px; background-position: -192px -2112px; } .x64 .magecity.grass-dirt-patch-2-1x0.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-2x0 { width: 64px; height: 64px; background-position: -256px -2112px; } .x64 .magecity.grass-dirt-patch-2-2x0.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-0x1 { width: 64px; height: 64px; background-position: -128px -2176px; } .x64 .magecity.grass-dirt-patch-2-0x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-1x1 { width: 64px; height: 64px; background-position: -192px -2176px; } .x64 .magecity.grass-dirt-patch-2-1x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-2x1 { width: 64px; height: 64px; background-position: -256px -2176px; } .x64 .magecity.grass-dirt-patch-2-2x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-3x1 { width: 64px; height: 64px; background-position: -320px -2176px; } .x64 .magecity.grass-dirt-patch-2-3x1.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-0x2 { width: 64px; height: 64px; background-position: -128px -2240px; } .x64 .magecity.grass-dirt-patch-2-0x2.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-1x2 { width: 64px; height: 64px; background-position: -192px -2240px; } .x64 .magecity.grass-dirt-patch-2-1x2.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-2x2 { width: 64px; height: 64px; background-position: -256px -2240px; } .x64 .magecity.grass-dirt-patch-2-2x2.trans:after { content: '1x1'; } .x64 .magecity.grass-dirt-patch-2-3x2 { width: 64px; height: 64px; background-position: -320px -2240px; } .x64 .magecity.grass-dirt-patch-2-3x2.trans:after { content: '1x1'; } .x64 .magecity.grass-smash-1 { width: 64px; height: 64px; background-position: -128px -2304px; } .x64 .magecity.grass-smash-1.trans:after { content: '1x1'; } .x64 .magecity.grass-smash-2 { width: 64px; height: 64px; background-position: -192px -2304px; } .x64 .magecity.grass-smash-2.trans:after { content: '1x1'; } .x64 .magecity.grass-cherries-1 { width: 64px; height: 64px; background-position: -256px -2304px; } .x64 .magecity.grass-cherries-1.trans:after { content: '1x1'; } .x64 .magecity.grass-cherries-2 { width: 64px; height: 64px; background-position: -320px -2304px; } .x64 .magecity.grass-cherries-2.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-bottom-left { width: 64px; height: 64px; background-position: -384px -2240px; } .x64 .magecity.grass-shadow-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-overlay-bottom-left { width: 64px; height: 64px; background-position: -384px -2304px; } .x64 .magecity.grass-shadow-overlay-bottom-left.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-overlay-top-left { width: 64px; height: 64px; background-position: -448px -2240px; } .x64 .magecity.grass-shadow-overlay-top-left.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-overlay-top-left-short { width: 64px; height: 64px; background-position: -448px -2304px; } .x64 .magecity.grass-shadow-overlay-top-left-short.trans:after { content: '1x1'; } .x64 .magecity.grass-shadow-overlay-left { width: 64px; height: 64px; background-position: -448px -2368px; } .x64 .magecity.grass-shadow-overlay-left.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-top-left-corner { width: 64px; height: 64px; background-position: 0px -2240px; } .x64 .magecity.brick-shadow-top-left-corner.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-top-left-corner-dark { width: 64px; height: 64px; background-position: -64px -2240px; } .x64 .magecity.brick-shadow-top-left-corner-dark.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-left-edge { width: 64px; height: 64px; background-position: 0px -2304px; } .x64 .magecity.brick-shadow-left-edge.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-left-edge-dark { width: 64px; height: 64px; background-position: -64px -2304px; } .x64 .magecity.brick-shadow-left-edge-dark.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-left-edge-grass { width: 64px; height: 64px; background-position: 0px -2368px; } .x64 .magecity.brick-shadow-left-edge-grass.trans:after { content: '1x1'; } .x64 .magecity.brick-shadow-left-edge-grass-dark { width: 64px; height: 64px; background-position: -64px -2368px; } .x64 .magecity.brick-shadow-left-edge-grass-dark.trans:after { content: '1x1'; } .x64 .magecity.doorway { z-index: 0; width: 64px; height: 128px; background-position: -384px -2560px; -webkit-transform: translate(0px, -64px); -moz-transform: translate(0px, -64px); -ms-transform: translate(0px, -64px); -o-transform: translate(0px, -64px); transform: translate(0px, -64px); } .x64 .magecity.doorway.trans:after { content: '1x2'; } .x64 .magecity.doorway-up { z-index: 0; width: 64px; height: 64px; background-position: -256px -2752px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .x64 .magecity.doorway-up.trans:after { content: '1x1'; } .x64 .magecity.doorway-down { z-index: 0; width: 64px; height: 64px; background-position: -192px -2752px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .x64 .magecity.doorway-down.trans:after { content: '1x1'; } .x64 .magecity.doorway-left { z-index: 0; width: 64px; height: 64px; background-position: -192px -2816px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .x64 .magecity.doorway-left.trans:after { content: '1x1'; } .x64 .magecity.doorway-right { z-index: 0; width: 64px; height: 64px; background-position: -256px -2816px; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .x64 .magecity.doorway-right.trans:after { content: '1x1'; }
22.343064
106
0.694973
bd59b78d35f829dc9681b8df1731b6bee5cd18c2
15,760
css
CSS
public/assets/frontend/css/style.css
Toe-Tet/dmm-cdd
9d396114b4c3f1ce1a7240a7a8a79d818745f429
[ "MIT" ]
null
null
null
public/assets/frontend/css/style.css
Toe-Tet/dmm-cdd
9d396114b4c3f1ce1a7240a7a8a79d818745f429
[ "MIT" ]
1
2021-02-02T17:41:35.000Z
2021-02-02T17:41:35.000Z
public/assets/frontend/css/style.css
Toe-Tet/dmm-cdd
9d396114b4c3f1ce1a7240a7a8a79d818745f429
[ "MIT" ]
null
null
null
@charset "UTF-8"; /* Style : MobApp CSS Version : 1.0 Author : Surjith S M URI : https://surjithctly.in/ Copyright © All rights Reserved */ /*------------------------ [TABLE OF CONTENTS] 1. GLOBAL STYLES 2. NAVBAR 3. HERO 4. TABS 5. TESTIMONIALS 6. IMAGE GALLERY 7. PRICING 8. CALL TO ACTION 9. FOOTER ------------------------*/ /* GLOBAL ----------------------*/ body { font-family: 'Rubik', sans-serif; position: relative; } /*body { font-family: 'Quicksand', sans-serif; font-weight: 300; } h1, h2, h3, h4, h5, h6 { font-weight: 500; } .heading-text { font-weight: 500; }*/ a { color: #e38cb7; } a:hover, a:focus { color: #d6619c; } h1 { font-size: 60px; font-weight: 300; letter-spacing: -1px; margin-bottom: 1.5rem; } h2 { font-size: 45px; font-weight: 300; color: #633991; letter-spacing: -1px; margin-bottom: 1rem; } h3 { color: #633991; font-size: 33px; font-weight: 500; } h4 { font-size: 20px; font-weight: 500; color: #633991; } h5 { font-size: 28px; font-weight: 300; color: #633991; margin-bottom: 0.7rem; } p { color: #959094; } p.lead { color: #e38cb7; margin-bottom: 2rem; } .text-primary { color: #e38cb7 !important; } .light-font { font-weight: 300; } .btn { font-size: 12px; font-weight: 400; text-transform: uppercase; padding: 0.375rem 1.35rem; transition: all 0.3s ease; } .btn-outline-light:hover { color: #d6619c; } .btn-primary { border-radius: 3px; background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%); background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%); background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%); background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%); box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2); font-weight: 500; padding: 0.6rem 2rem; border: 0; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle { background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%); box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3); color: #FFF; } .btn-light { border-radius: 3px; background: #FFF; box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26); font-size: 14px; font-weight: 500; color: #633991; margin: 0.5rem; padding: 0.7rem 1.6rem; line-height: 1.8; } .btn-group-lg>.btn, .btn-lg { padding: 0.8rem 1rem; font-size: 15px; } .light-bg { background-color: #fbf6fb; } .section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 3rem; } .section-title small { color: #998a9b; } .search-container { padding: 20px; } .search-input { border: lightgray 1px solid; width: 500px; max-width: 500px; height: 40px; } .search-select { border: lightgray 1px solid; width: 500px; max-width: 500px; background: white; height: 40px; } .search-button { background: brown; color: white; border: 0px; padding: 8px 20px; } .result { width: 560px; } @media (max-width:767px) { h1 { font-size: 40px; } h2 { font-size: 30px; } .nav-menu { padding-top: 0px !important; padding-bottom: 0px !important; } .search-input { width: 100%; } .result { width: 83%; } } .form { position: relative; z-index: 1; background: #FFFFFF; max-width: 360px; margin: 0 auto 100px; padding: 45px; text-align: center; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); } .form .input { font-family: "Roboto", sans-serif; outline: 0; background: #f2f2f2; width: 100%; border: 0; margin: 0 0 15px; padding: 15px; box-sizing: border-box; font-size: 14px; } .form button { font-family: "Roboto", sans-serif; text-transform: uppercase; outline: 0; background: #D2370F; width: 100%; border: 0; padding: 15px; color: #FFFFFF; font-size: 14px; -webkit-transition: all 0.3 ease; transition: all 0.3 ease; cursor: pointer; } .form button:hover,.form button:active,.form button:focus { background: #C1220F; } .form .message { margin: 15px 0 0; color: #b3b3b3; font-size: 12px; } .form .message a { color: #4CAF50; text-decoration: none; } .container:before, .container:after { content: ""; display: block; clear: both; } .container .info { margin: 50px auto; text-align: center; } .container .info h1 { margin: 0 0 15px; padding: 0; font-size: 36px; font-weight: 300; color: #1a1a1a; } .container .info span { color: #4d4d4d; font-size: 12px; } .container .info span a { color: #000000; text-decoration: none; } .container .info span .fa { color: #EF3B3A; } .center { display: block; margin-left: auto; margin-right: auto; width: 50%; } /* NAVBAR ----------------------*/ .nav-menu { padding: 5px 0; transition: all 0.3s ease; background-color: #E7DDC5; background: -moz-linear-gradient(135deg, #E7DDC5 0%, #894200 100%); background: -webkit-linear-gradient(135deg, #E7DDC5 0%, #894200 100%); background: linear-gradient(135deg, #E7DDC5 0%, #894200 100%); /*-webkit-box-shadow: 0px 10px 41px 0px rgba(92,48,11,1);*/ /*-moz-box-shadow: 0px 10px 41px 0px rgba(92,48,11,1);*/ box-shadow: 0px 3px 31px 0px #894200; } .nav-menu.is-scrolling, .nav-menu.menu-is-open { background-color: #E7DDC5; background: -moz-linear-gradient(135deg, #E7DDC5 0%, #894200 100%); background: -webkit-linear-gradient(135deg, #E7DDC5 0%, #894200 100%); background: linear-gradient(135deg, #E7DDC5 0%, #894200 100%); -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); } .nav-menu.is-scrolling { padding: 0; } .navbar { padding: 0px; } .navbar-nav .nav-link { position: relative; } @media (min-width: 992px) { .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; font-size: 14px; } .navbar-nav>.nav-item>.nav-link.active:click { content: ""; border-bottom: 2px solid #B40029; left: 1rem; right: 1rem; bottom: 5px; height: 1px; position: absolute; } } @media (max-width:991px) { .navbar-nav.is-scrolling { padding-bottom: 1rem; } .navbar-nav .nav-item { text-align: center; } } /* HERO ----------------------*/ .cover { /*background-repeat: no-repeat !important;*/ padding-top: 80px; width: 100% !important; object-fit: contain; } .client-image { width: 100px; } /*.bg-gradient {*/ /* background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/ /* background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/ /* background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/ /* background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);*/ /*}*/ .tagline { font-size: 23px; font-weight: 300; color: #ffb8f6; max-width: 800px; margin: 0 auto; } .img-holder { height: 0; padding-bottom: 33%; overflow: hidden; } .tmall { width: 85px; padding: 0px 10px; } .aliexpress { width: 65px; } .alipay { width: 85px; } .onesix88 { width: 65px; } a { color: #B40029; } .facebook { color: #F77A82; } .facebook:hover { color: #B40029; } .title { font-size: 13px; color: #FBEDE0; } @media (max-width:1200px) { .img-holder { padding-bottom: 50%; } } @media (max-width:767px) { .tagline { font-size: 17px; } .img-holder { padding-bottom: 100%; } .client-responsive { width: 60px; } .tmall { width: 65px; padding: 0px 10px; } .aliexpress { width: 40px; } .alipay { width: 55px; } .onesix88 { width: 36px; } .title { display: none; } } @font-face { font-family: 'Ours-Unicode'; src: local("Ours-Unicode"), url("../../fonts/oursunicode.woff") format("woff"), url("../../fonts/oursunicode.ttf") format("ttf"); } .mm_font { font-family: 'Ours-Unicode', Myanmar3, Yunghkio, serif !important; line-height: 30px; font-size: 14px; } /* FEATURES ----------------------*/ .gradient-fill:before { color: #fc73b4; background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%); background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%); background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .card.features { border: 0; border-radius: 3px; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04); transition: all 0.3s ease; } @media (max-width:991px) { .card.features { margin-bottom: 2rem; } [class^="col-"]:last-child .card.features { margin-bottom: 0; } } .card.features:before { content: ""; position: absolute; width: 3px; color: #fc73b4; background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%); background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%); background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); top: 0; bottom: 0; left: 0; } .card-text { font-size: 14px; } .card.features:hover { transform: translateY(-3px); -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); } .box-icon { box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14); padding: 10px; width: 70px; border-radius: 3px; margin-bottom: 1.5rem; background-color: #FFF; } .circle-icon { box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); padding: 10px; width: 100px; height: 100px; border-radius: 50%; margin-bottom: 1.5rem; background-color: #FFF; color: #B40029; font-size: 40px; text-align: center; line-height: 80px; font-weight: 300; transition: all 0.3s ease; } @media (max-width:992px) { .circle-icon { width: 70px; height: 70px; font-size: 28px; line-height: 50px; } } .ui-steps li:hover .circle-icon { background: #B40029; /*background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/ /*background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/ /*background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);*/ box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09); color: #FFF; } .ui-steps li { padding: 15px 0; } .ui-steps li:not(:last-child) { border-bottom: 1px solid #f8e3f0; } .perspective-phone { position: relative; z-index: -1; } @media (min-width:992px) { .perspective-phone { margin-top: -150px; } } /* TABS ----------------------*/ .tab-content { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: #FFF; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04); padding: 3rem; } @media (max-width:992px) { .tab-content { padding: 1.5rem; } } .tab-content p { line-height: 1.8; } .tab-content h2 { margin-bottom: 0.5rem; } .nav-tabs { border-bottom: 0; } .nav-tabs .nav-item .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { padding: 1rem 1rem; border-color: #faf6fb #faf6fb #FFF; font-size: 19px; color: #b5a4c8; background: #f5eff7; } .nav-tabs .nav-link.active { background: #FFF; border-top-width: 3px; border-color: #ce75b4 #faf6fb #FFF; color: #633991; } /* TESTIMONIALS ----------------------*/ .owl-carousel .owl-item img.client-img { width: 110px; margin: 30px auto; border-radius: 50%; box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); } .testimonials-single { text-align: center; max-width: 80%; margin: 0 auto; } .blockquote { color: #7a767a; font-weight: 300; } .mb-5 { margin-bottom: 0px !important; } h3,h2,h4,h5 { color: #B40029; } /*h4 {*/ /* color: #B40029;*/ /*}*/ .owl-next.disabled, .owl-prev.disabled { opacity: 0.5; } .owl-prev, .owl-next { position: absolute; top: 50%; transform: translateY(-50%); } .owl-prev { left: 0; } .owl-next { right: 0; } .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 60px; } .owl-theme .owl-dots .owl-dot span { background: #e7d9eb; width: 35px; height: 8px; border-radius: 10px; transition: all 0.3s ease-in; } .owl-theme .owl-dots .owl-dot:hover span { background: #ff487e; } .owl-theme .owl-dots .owl-dot.active span { background: #ff487e; box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); } /* IMAGE GALLERY ----------------------*/ .img-gallery .owl-item { box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); transform: scale(0.8); transition: all 0.3s ease-in; } .img-gallery .owl-item.center { transform: scale(1); } /* PRICING ----------------------*/ @media (max-width:992px) { .card-deck { -ms-flex-direction: column; flex-direction: column; } .card-deck .card { margin-bottom: 15px; } } .card.pricing { border: 1px solid #f1eef1; } .card.pricing.popular { border-top-width: 3px; border-color: #ce75b4 #faf6fb #FFF; box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11); color: #633991; } .card.pricing .card-head { text-align: center; padding: 40px 0 20px; } .card.pricing .card-head .price { display: block; font-size: 45px; font-weight: 300; color: #633991; } .card.pricing .card-head .price sub { bottom: 0; font-size: 55%; } .card.pricing .list-group-item { border: 0; text-align: center; color: #959094; padding: 1.05rem 1.25rem; } .card.pricing .list-group-item del { color: #d9d3d8; } .card.pricing .card-body { padding: 1.75rem; } /* CALL TO ACTION ----------------------*/ .call-to-action { text-align: center; color: #FFF; margin: 3rem 0; } .call-to-action .box-icon { margin-left: auto; margin-right: auto; border-radius: 5px; transform: scale(0.85); margin-bottom: 2.5rem; } .call-to-action h2 { color: #FFF; } .call-to-action .tagline { font-size: 16px; font-weight: 300; color: #ffb8f6; max-width: 650px; margin: 0 auto; } .btn-light img { margin-right: 0.4rem; vertical-align: text-bottom; } /* FOOTER ----------------------*/ .social-icons { text-align: right; } /*.social-icons a {*/ /* background-color: #FFF;*/ /* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);*/ /* width: 50px;*/ /* height: 50px;*/ /* display: inline-block;*/ /* text-align: center;*/ /* line-height: 50px;*/ /* margin: 0 0.3rem;*/ /* border-radius: 5px;*/ /* color: #f4c9e2;*/ /* transition: all 0.3s ease;*/ /*}*/ .social-icons a:hover { text-decoration: none; color: #e38cb7; } @media (max-width:991px) { .social-icons { text-align: center; margin-top: 1rem; } }
18.304297
133
0.578871
bd5b0997052cac7084857acfe7a11bf10517000e
120,257
css
CSS
prod-static/serve/min/app.css
yicongwu/zulip-1.4.2
8caf46ffa6a5f2aa1032f65f8e9b442fcf1e498f
[ "Apache-2.0" ]
null
null
null
prod-static/serve/min/app.css
yicongwu/zulip-1.4.2
8caf46ffa6a5f2aa1032f65f8e9b442fcf1e498f
[ "Apache-2.0" ]
9
2021-02-08T20:22:36.000Z
2022-03-11T23:22:45.000Z
prod-static/serve/min/app.css
yicongwu/zulip-1.4.1
8f510e8d82d58fd2f9ef2fd673b8b704bed51d6b
[ "Apache-2.0" ]
null
null
null
/** @preserve The software provided in this file is offered under a variety of free and open source licenses. Unless otherwise specified, software is provided under the Apache License, Version 2.0, for which the following text applies: Copyright 2011-2016 Dropbox Inc. and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. If some of the software in this file is offered under a different license, information about that license will appear in this file. */ /*! The "bootstrap-notify" Software from "Goodybag, Inc." is: Copyright 2013 Nijiko Yonskai @nijikokun Copyright 2012 Goodybag, Inc. and is provided under the following license (the bootstrap-notify software has been modified): Software from "Bootstrap" is Copyright (c) 2012 Twitter, Inc. and is provided under the following license (the Bootstrap software has been modified): -- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: You must give any other recipients of the Work or Derivative Works a copy of this License; and You must cause any modified files to carry prominent notices stating that You changed the files; and You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS -- */.notifications{position:fixed}.notifications.top-right{right:25px;top:60px;z-index:9980;width:300px}.notifications.above-composebox{max-width:800px;margin:auto;bottom:10px;position:relative}.notifications.top-left{left:10px;top:25px}.notifications.bottom-left{left:10px;bottom:25px}.notifications.bottom-right{right:10px;bottom:25px}.notifications>div{position:relative;z-index:9999;margin:5px 0}.notifications.center{top:48%;left:0;width:100%}.notifications.center>div{margin:5px auto;width:20%;text-align:center}.notifications-gravatar{display:inline-block;position:absolute;top:10px;left:10px}.notifications-content{margin-left:40px}.notifications-content,.compose-notifications-content .title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fade.alert-success{color:#000;background-color:#FFF;border-color:green}.above-composebox .alert{width:200px;margin-left:auto;margin-right:0}.compose-notifications-content{margin-left:0}/*! Software from "Spectrum Colorpicker v1.0.0" is Copyright (c) Brian Grinstead and is provided under the following license: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- */.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:2147483647;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid black;background:white;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:solid 1px #333}.sp-container,.sp-replacer,.sp-preview,.sp-dragger,.sp-slider,.sp-alpha,.sp-alpha-handle,.sp-container.sp-dragging .sp-input,.sp-container button{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#FFF),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#FFF,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr='#FFFFFFFF',endColorstr='#00CC9A81')}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81',endColorstr='#FF000000')}.sp-hue{background:-moz-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-ms-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-o-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);background:-webkit-gradient(linear,left top,left bottom,from(#f00),color-stop(0.17,#ff0),color-stop(0.33,#0f0),color-stop(0.5,#0ff),color-stop(0.67,#00f),color-stop(0.83,#f0f),to(#f00));background:-webkit-linear-gradient(top,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ffff00')}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00',endColorstr='#00ff00')}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00',endColorstr='#00ffff')}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff',endColorstr='#0000ff')}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ff00ff')}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff',endColorstr='#ff0000')}.sp-cf:before,.sp-cf:after{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media(max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;cursor:pointer;position:absolute;top:0;left:0}.sp-slider{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:white;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:solid 1px #f0c49b;padding:0}.sp-container,.sp-container button,.sp-container input,.sp-color,.sp-hue{font:normal 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-color,.sp-hue{border:solid 1px #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;width:100%;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-picker-container,.sp-palette-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el:hover,.sp-palette .sp-thumb-el.sp-thumb-active{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:solid 1px #333}.sp-initial span{width:30px;height:25px;border:0;display:block;float:left;margin:0}.sp-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:solid 1px #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer:hover,.sp-replacer.sp-active{border-color:#f0c49b;color:#111}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:solid 1px #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:solid 1px #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(to bottom,#eee,#ccc);border:1px solid #ccc;border-bottom:1px solid #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(to bottom,#ddd,#bbb);border:1px solid #bbb;border-bottom:1px solid #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid #aaa;border-bottom:1px solid #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;margin:0;padding:2px;margin-right:5px;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span:hover,.sp-palette span.sp-thumb-active{border-color:#000}.sp-preview,.sp-alpha,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-preview-inner,.sp-alpha-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.ps-container .ps-scrollbar-x-rail{position:absolute;bottom:3px;height:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;filter:alpha(opacity = 0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-x-rail,.ps-container.hover .ps-scrollbar-x-rail{opacity:.6;filter:alpha(opacity = 60)}.ps-container .ps-scrollbar-x-rail:hover,.ps-container .ps-scrollbar-x-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity = 90)}.ps-container .ps-scrollbar-x-rail.in-scrolling{opacity:.9;filter:alpha(opacity = 90)}.ps-container .ps-scrollbar-y-rail{position:absolute;right:3px;width:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;filter:alpha(opacity = 0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-y-rail,.ps-container.hover .ps-scrollbar-y-rail{opacity:.6;filter:alpha(opacity = 60)}.ps-container .ps-scrollbar-y-rail:hover,.ps-container .ps-scrollbar-y-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity = 90)}.ps-container .ps-scrollbar-y-rail.in-scrolling{opacity:.9;filter:alpha(opacity = 90)}.ps-container .ps-scrollbar-x{position:absolute;bottom:0;height:8px;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color.2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-x{font-size:0}.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x{background-color:#999}.ps-container .ps-scrollbar-y{position:absolute;right:0;width:8px;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color.2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-y{font-size:0}.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y{background-color:#999}.ps-container.ie .ps-scrollbar-x,.ps-container.ie .ps-scrollbar-y{visibility:hidden}.ps-container.ie:hover .ps-scrollbar-x,.ps-container.ie:hover .ps-scrollbar-y,.ps-container.ie.hover .ps-scrollbar-x,.ps-container.ie.hover .ps-scrollbar-y{visibility:visible}body,html{width:100%;height:100%;overflow-x:hidden;overflow-y:hidden}#css-loading{display:none!important}body{font-family:'Humbug','Helvetica Neue',Helvetica,Arial,sans-serif}body,#tab_bar_underpadding,.compose-content{background-color:#fff;-webkit-transition:background-color 200ms linear;-moz-transition:background-color 200ms linear;-o-transition:background-color 200ms linear;-ms-transition:background-color 200ms linear;transition:background-color 200ms linear}input,button,select,textarea{font-family:'Humbug','Helvetica Neue',Helvetica,Arial,sans-serif;line-height:normal}blockquote p{font-weight:normal}a{cursor:pointer}.ztable_comp_col1{width:10px}.header{position:fixed;z-index:101;width:100%;background:#fff;border-bottom:1px solid #dadada;height:40px}.app{width:100%;height:100%;overflow-y:scroll;z-index:99}.app-main,.header-main{width:100%;max-width:1400px;min-width:950px;margin:0 auto;padding:0;position:relative}.app-main{height:100%;min-height:100%}.fixed-app{width:100%;position:fixed;z-index:98;left:0}.column-left,.column-right{width:250px;max-width:250px}.column-left{position:absolute;left:0;top:0}.column-right{position:absolute;right:0;top:0}.app-main .column-left .left-sidebar,.app-main .column-right .right-sidebar{position:fixed;margin-top:50px;z-index:100}.app-main .column-left .left-sidebar{width:242px;padding-left:0}.app-main .column-right .right-sidebar{padding-left:15px;width:235px}.app-main .column-middle{min-height:100%;background-color:#fff}.column-middle{margin-right:250px;margin-left:250px;position:relative}textarea,input{font-family:'Humbug',Helvetica,Arial,sans-serif}textarea,label{font-size:inherit;line-height:inherit}input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{font-size:inherit;height:1.4em}li,.table th,.table td{line-height:inherit}.btn{font-size:inherit;height:auto;line-height:100%}.btn-large{font-size:115%}.header-main .logo{display:inline-block;font-size:120%;font-weight:900;text-shadow:none;color:#fff;font-variant:small-caps;letter-spacing:2px;line-height:18px;text-decoration:none;position:relative}.header-main .logoimage{height:40px;width:auto}#user-settings-avatar{width:100px;height:100px;margin-top:10px}.notdisplayed{display:none!important}.notvisible{visibility:hidden!important;width:0!important;min-width:0!important;min-height:0!important;height:0!important;overflow:hidden!important;position:absolute!important}.position-relative{position:relative}strong{font-weight:600}code{font-size:.857em}.codehilite{display:block!important;border:none!important;background:none!important}pre{font-size:.857em;line-height:inherit;white-space:pre;overflow-x:auto;word-wrap:normal;margin-top:5px;margin-bottom:5px}pre code{white-space:pre}a code{color:#08C;border-color:#08C}a:hover code{color:#005580;border-color:#005580}.preserve_spaces{white-space:pre-wrap}.sidebar-nav{padding:0 10px 20px 0;margin-top:1em;overflow:hidden;text-overflow:ellipsis;max-width:250px}#left-sidebar .brand{display:table-row}#left-sidebar #user-list,#left-sidebar #group-pm-list{padding-left:10px}.edit-profile{font-weight:300;font-size:12px}.logout{white-space:nowrap}.new_message_button{padding-top:1.1em}.sidebar-title,.share-the-love-title{font-size:11px;font-weight:normal;display:inline}#message_edit_tooltip,#streams_inline_cog,#streams_filter_icon{float:right;color:#000;font-size:13px;margin-top:3px;margin-left:6px;opacity:.5}#message_edit_tooltip:hover,#streams_inline_cog:hover,#streams_filter_icon:hover{opacity:1.0}.message-edit-tooltip-inner{width:200px;position:absolute;right:7px;top:-18px}#streams_header a{color:inherit;text-decoration:none}.tooltip{max-width:10em}#stream_filters{overflow:visible;margin:2px 0 2px 0;padding:0;font-weight:normal}#stream-filters-container{overflow-y:hidden;position:relative}#stream-filters-container .ps-scrollbar-y-rail{right:0!important;width:4px!important}#stream-filters-container .ps-scrollbar-y{width:4px!important}.stream-list-filter{margin-left:1ex}.narrow-filter{display:block;position:relative}#global_filters li:hover,#group-pms li:hover,#stream_filters li:hover,#user_presences li:hover{background-color:#e2e8dd}#stream_filters li.active-sub-filter:hover{background-color:#ccd6cc}#user_presences,#group-pms{list-style-position:inside;margin-left:0;overflow:hidden}#user_presences:hover,#group-pms:hover{overflow-y:auto}#user_presences .user_sidebar_entry:hover,#group-pms .group-pms-sidebar-entry:hover{cursor:pointer}#user_presences li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user_sidebar_entry .count,.group-pms-sidebar-entry .count{display:none}#user_presences li,#group-pms li{list-style-type:none}.user-status-indicator,.group-pm-status-indicator{display:block;width:8px;height:8px;border-radius:50%;border:1px solid;float:left;position:relative;top:5px;margin-right:.5em}.user_active .user-status-indicator,.group-pm-status-indicator{background-color:#44c21d;border-color:#44c21d}.user_idle .user-status-indicator{border-color:#ec7e18;background-color:#ec7e18;background:-moz-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(236,126,24,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);background:-o-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ec7e18',GradientType=0)}.user_offline .user-status-indicator{background-color:none;border-color:gray}.user-device-indicator{display:inline-block;font-size:20px;line-height:0;position:absolute;right:12px;top:0;color:#777}.user-with-count .user-device-indicator{right:35px}#user_presences a,#group-pms a{color:#333}#invite-user-link i{text-decoration:none;margin-right:5px}ul.filters{list-style-type:none}.message_header_stream a.message_label_clickable,ul.filters a{color:#333}ul.filters hr{margin-top:10px;margin-bottom:10px}li.active-filter,li.active-sub-filter{font-weight:600!important;background:#ddedf6;position:relative}li.hidden-filter{visibility:hidden;display:none}ul.filters{margin-left:0}.filter-icon{display:inline-block;width:18px;text-align:center;margin-right:5px}.stream-pin-icon{margin-right:4px!important;margin-left:3px}#global_filters .global-filter{position:relative;padding:1px 10px;font-size:16px;font-weight:300}#global_filters .global-filter i{font-size:14px}.group-pms-sidebar-entry .selectable_sidebar_block{width:235px;display:block}.user_sidebar_entry .selectable_sidebar_block{width:218px;display:block}.user_sidebar_entry .selectable_sidebar_block.user-with-mobile{width:204px}.group-pm-link{margin-left:17px;display:block}.user_sidebar_entry .selectable_sidebar_block{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user_sidebar_entry.user-with-count .selectable_sidebar_block{width:200px}.user_sidebar_entry.user-with-count .selectable_sidebar_block.user-with-mobile{width:180px}.user_sidebar_entry.user-with-count .count{display:inherit}.group-pms-sidebar-entry.group-with-count .selectable_sidebar_block{width:170px}.user_sidebar_entry .count,.group-pms-sidebar-entry .count,#global_filters .count,#stream_filters .count{position:absolute;right:20px;top:4px;padding:2px 3px 1px 3px;background:#80837f;border-radius:0;color:#fff;font-size:12px;font-weight:normal;letter-spacing:.6px}.group-pms-sidebar-entry .count{right:2px}#stream_filters .count,#global_filters .count{margin-left:.5em;display:none}.user_sidebar_entry .count,.group-pms-sidebar-entry .count,#global_filters .count{line-height:13px;top:2px}.subject_count{display:block;position:absolute;line-height:1em;right:20px;top:2px;padding:2px 3px 0 3px;background:#a6ada4;color:#fff;border-radius:1px;font-size:12px;font-weight:normal;letter-spacing:.6px}.private_message_count{display:block;position:absolute;line-height:1em;right:10px;top:2px;padding:2px 3px 0 3px;background:#a6ada4;color:#fff;border-radius:1px;font-size:12px;font-weight:normal;letter-spacing:.6px}ul.filters i{padding-right:.25em;display:inline-block;width:13px}li.actual-dropdown-menu i{display:inline-block;width:14px}ul.filters .arrow{position:absolute;right:0;top:2px;font-size:.8em;display:none}ul.filters li:hover .arrow{display:inline;cursor:pointer;color:#888}ul.filters li .arrow:hover{display:inline;cursor:pointer;color:#000}ul.filters .topic-sidebar-arrow{font-size:.7em;top:1px;display:none!important}ul.filters li.expanded_subject:hover .topic-sidebar-arrow{display:inline!important;cursor:pointer;color:#888}ul.filters li.expanded_subject .topic-sidebar-arrow:hover{display:inline;cursor:pointer;color:#000}ul.filters li.muted_topic,ul.filters li.out_of_home_view{opacity:.25}ul.filters li.out_of_home_view li.muted_topic{opacity:1}.message_area_padder{margin-top:68px;overflow:visible}.message_comp{display:none;padding:10px 10px 8px 5px}#compose_buttons{text-align:center}td.pointer{vertical-align:top;padding-top:10px;background-color:#fff}.new_messages{background-color:lightblue}.new_messages,.new_messages_fadeout{-webkit-transition:all 3s ease-in-out;-moz-transition:all 3s ease-in-out;-o-transition:all 3s ease-in-out;transition:all 3s ease-in-out}.include-sender .message_edit_notice{display:inline-block;vertical-align:top;line-height:14px;margin-left:0;position:static;padding:0;width:auto}.sender-status .message_edit_notice{line-height:18px}.message_edit_notice{font-size:10px;color:#a1a1a1;font-weight:300;line-height:0;text-align:right;width:45px;position:absolute;left:0;top:16px}.include-sender .message_edit_notice:before{content:"("}.include-sender .message_edit_notice:after{content:")"}.include-sender .message_time{top:-4px}.message_time{display:block;font-size:11px;color:#a1a1a1;vertical-align:middle;padding:1px;font-weight:300;position:absolute;right:-80px;line-height:20px;text-align:right;-webkit-transition:background-color 2.7s ease-in,color 2.7s ease-in;-moz-transition:background-color 2.7s ease-in,color 2.7s ease-in;-o-transition:background-color 2.7s ease-in,color 2.7s ease-in;transition:background-color 2.7s ease-in,color 2.7s ease-in}.status-time{top:8px!important}.message_controls{display:inline-block;position:absolute;top:2px;right:-38px}.include-sender .message_controls{top:-3px}.message_data{vertical-align:top;text-align:left;padding:0;background-color:#fff;position:relative}.message_header{vertical-align:middle;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;line-height:14px;position:relative;z-index:0}.message_list .recipient_row{background:#f1f1f1;border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;margin-bottom:10px}.stream_label{display:inline-block;padding:3px 4px 2px 4px;font-weight:normal;height:17px;line-height:17px;border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);background-color:#e2e2e2;border-left-color:#e2e2e2;border-width:0;position:relative;text-decoration:none}.stream_label .invite-stream-icon{font-size:12px;line-height:17px}.message_list .stream_label{margin-left:0}.stream_label:hover{color:inherit!important;text-decoration:none}.stream_label:after{left:100%;top:50%;content:" ";height:0;width:0;position:absolute;pointer-events:none;margin-top:-11px;border-style:solid;border-width:11px 0 11px 5px;border-color:inherit;z-index:2;-moz-transform:scale(.9999)}.stream_label:before{left:100%;top:50%;content:" ";height:0;width:0;position:absolute;pointer-events:none;margin-top:-14px;border-style:solid;border-width:14px 0 14px 6px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;z-index:1;-moz-transform:scale(.9999)}.stream_topic{display:inline-block;padding:3px 6px 2px 12px;margin-left:-5px;height:17px;line-height:17px}.summary_row .message_header{padding:5px 0 4px 5px}.summary_row .message_header{border-radius:0}.bookend_tr+.summary_row .message_header{border-top-right-radius:3px}.bookend_tr+.summary_row .summary_colorblock{border-top-left-radius:3px}.summary_row.last_message .message_header{border-bottom-right-radius:3px;box-shadow:inset 0 2px 1px -2px #333,inset -2px 0 1px -2px #333,inset 0 -2px 1px -2px #333}.summary_row.last_message .summary_colorblock{border-bottom-left-radius:3px}.message_header .icon-vector-narrow{font-size:.6em;position:relative;top:-1px}.copy-paste-text{position:absolute;text-indent:-99999px;float:left;width:0}.message_header_colorblock{border-radius:3px 0 0 0;box-shadow:inset 0 2px 1px -2px #333,inset 2px 0 1px -2px #333!important}.summary_row_private_message .summary_colorblock{background:#000}.messages-expand,.messages-collapse{cursor:pointer}.floating_recipient .messages-collapse{display:none}.message_failed .rotating{display:inline-block;-webkit-animation:rotate 1s infinite linear;-moz-animation:rotate 1s infinite linear;-ms-animation:rotate 1s infinite linear;-o-animation:rotate 1s infinite linear;animation:rotate 1s infinite linear}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(359deg)}}@-moz-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.compose_table .message_header_colorblock,.compose_table .message_header{box-shadow:none;background:0}.compose_table .message_header_colorblock,.compose_table .message_header_colorblock.message_header_private_message{border-radius:3px 0 0 3px;border-bottom:0}.compose_table .message_header_colorblock.message_header_private_message{background:#444}.compose_table .right_part{padding:0}.compose_table .right_part .icon-vector-narrow{font-size:.6em;position:relative}.compose_table .compose_checkbox_label{display:inline-block}.compose_table .pm_recipient{position:relative;margin-right:30px;height:25px}.compose_table #private-message .you_text{position:absolute;height:25px;line-height:25px;padding-top:0;padding-bottom:0;width:4em;background:#444;color:#fff}.compose_table .pm_recipient #private_message_recipient{margin-left:4em;border-left:none;border-radius:0 3px 3px 0;padding-top:0;padding-bottom:0;height:23px;line-height:23px}.compose_table #private-message .right_part{padding-right:4em}.compose_table #compose-lock-icon{position:relative;width:0}.compose_table #compose-lock-icon i{position:absolute;left:5px;top:3px}.messagebox-bottom{height:3px;background-color:#fff;border-radius:0 0 3px 0;border:1px solid #c1dbd5;border-top:0;border-left:none}.messagebox-bottom-colorblock{border-radius:0 0 0 3px;border:1px solid #c1dbd5;border-top:0;border-right:0}.floating_recipient .message_header_private_message{border-bottom:0;border-left:0}.message_header_private_message .message_label_clickable{background-color:#444;display:inline-block;padding:3px 4px 2px 4px;font-weight:normal;font-size:14px;height:17px;line-height:17px}.compose_table .message_header{background:0;background-color:#ececec;border:0;border-radius:0;box-shadow:none!important}.compose_table .messagebox{box-shadow:none!important}.messagebox{background-color:#fff;position:relative}.private-message .messagebox,.message_header_private_message .message-header-contents{background-color:#feffe0}.message_header_private_message .message-header-contents{border-right:1px solid #e2e2e2}.mention .messagebox-content{background-color:#ffe4e0}.messagebox .message_top_line{position:relative}.recipient_row .message_row:first-child .unread_marker{top:0}.unread_marker{display:block;position:absolute;left:2px;top:0;padding-bottom:2px;opacity:0;z-index:1;height:100%;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.unread-marker-fill{background:#2b8213;width:3px;height:100%;box-shadow:inset 0 -1px 0 0 #fff}.last_message .unread-marker-fill{box-shadow:none}.unread .unread_marker{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;opacity:1}.unread_marker.slow_fade{-webkit-transition:all 2s ease-out;-moz-transition:all 2s ease-out;-o-transition:all 2s ease-out;transition:all 2s ease-out}.unread_marker.fast_fade{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.selected_message .messagebox{z-index:1}.selected_message .messagebox-content{box-shadow:inset 0 0 0 2px #4577bc,-1px -1px 0 0 #4577bc,1px 1px 0 0 #4577bc,-1px 1px 0 0 #4577bc,1px -1px 0 0 #4577bc}.message_sender{height:0;vertical-align:top;position:relative}.sender_name{color:#333;display:inline-block;font-weight:700;vertical-align:top;line-height:12px;font-size:14px}.sender-status{display:block;left:45px;top:-26px;padding-bottom:6px;padding-right:35px;vertical-align:middle;line-height:18px;font-size:14px;position:relative}.message_controls.sender-status-controls{top:10px}.sender_name-in-status{margin-right:3px;font-weight:700}.sender_name_hovered .sender_name,.sender_name_hovered .sender_name-in-status{color:#08c}.sender_name_hovered .inline_profile_picture{border-color:#08c}.actions_hover:hover{color:#08c}.message_failed,.message_local{display:inline-block;cursor:pointer;font-size:13px}.message_failed{font-weight:bold;color:red;padding:0 1px 0 1px}.message_failed i{margin-left:2px;margin-right:2px}a.message_label_clickable:hover{cursor:pointer;color:#08C}.on_hover_topic_edit{opacity:.1}.always_visible_topic_edit{opacity:.7}.on_hover_topic_edit:hover,.always_visible_topic_edit:hover{cursor:pointer;opacity:1.0}.edit_content{opacity:.4;width:0;height:0;display:inline-block;position:relative}.edit_content i{position:absolute;display:block;background:#fff;top:-0.9em;left:.4em;border-radius:1px;padding:1px 2px;border:1px dotted #ccc}.edit_content:hover{cursor:pointer;opacity:1.0}.dark_background a,.dark_background a:hover,a.dark_background:hover,.dark_background{color:#fff!important}.dark_background a.message_label_clickable:hover{color:#3BF}.message_top_line{position:relative}.include-sender .message_top_line{margin-top:6px}.message-right{float:right}.small{font-size:80%}.tiny{font-size:60%}.actions_hovered .message_time,.actions_hovered .info{color:#08c;cursor:pointer}.message_hovered .info,.message_hovered .empty-star{visibility:visible}.actions_hovered .actions_link{text-decoration:underline}div.message_table{border-collapse:separate;margin-left:auto;display:none;width:100%}.message_row{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2}.message_row.selected_message{z-index:2}table.compose_table{table-layout:fixed;margin-left:auto;width:100%}div.focused_table{display:block}.include-sender .message_content{margin-top:-16px}.message_content{line-height:17px;font-size:14px;padding-left:46px;display:block;position:relative}.message_edit_content{line-height:18px}.message_edit_countdown_timer{text-align:right;display:inline;color:#a1a1a1}.message_edit_tooltip{display:inline;color:#a1a1a1}.message-edit-timer-control-group{float:right;display:none}.topic_edit{display:none;line-height:22px}#message_edit_topic{height:20px;margin-top:-1px;line-height:0;font-size:14px;display:inline-block;padding:0;border-radius:0;border:1px solid #afbfca;padding-left:3px;padding-right:3px}#message_edit_topic:focus{box-shadow:none;outline:0;border-color:#727d84}.message_edit_topic_propagate{display:inline-block;width:400px}.message_content.condensed{max-height:8.5em;overflow:hidden}.message_content.collapsed{max-height:0;overflow:hidden}.message_length_controller{display:none;text-align:center;color:#08c;margin-left:5px;margin-right:35px}.message_length_controller:hover{text-decoration:underline}div.message_content table{padding-right:10px;margin:5px 5px 5px 5px;width:99%}div.message_content thead{background-color:#efefef}div.message_content div{display:table-row;vertical-align:inherit}div.message_content div{border:1px solid #ccc;padding:4px;text-align:left}div.message_content div{border:1px solid #ccc;padding:4px}blockquote{margin-bottom:6px}blockquote p{line-height:inherit;font-size:inherit}.messagebox{word-wrap:break-word;cursor:pointer;vertical-align:top;border:0}.messagebox-content{padding:4px 90px 1px 10px}.last_message .messagebox-content{padding-bottom:1px}.messagebox p{margin:3px 0 3px 0}.messagebox blockquote{padding-left:5px;margin-left:10px;border-left-color:#ddd}#send_message_form{margin:0}#send_message_form .messagebox{cursor:default;padding:0;background:0;box-shadow:none;border:0}#enter-sends-label{margin-bottom:0;margin-top:2px}#send_message_form .message_content{margin-right:0}#compose-send-button{height:31px}#below-compose-content{width:100%;margin-top:6px}.bookend{padding-top:10px;background-color:transparent}.prev_is_same_sender.messagebox{padding-top:0}.prev_is_same_sender.message_data{padding-top:0}.next_is_same_sender{border-bottom:0;padding-bottom:0}.inline_profile_picture{display:inline-block;width:35px;height:35px;margin-right:11px;background-size:35px 35px;vertical-align:top}#compose{position:fixed;bottom:0;left:0;z-index:2;width:100%}#compose-container{width:100%;max-width:1400px;margin:auto}.compose-content{border-top:1px solid #dadada;border-left:1px solid #dadada;border-right:1px solid #dadada;padding:8px 15px 8px 10px;margin-left:250px;margin-right:250px;position:relative}#compose_close{display:none;position:absolute;right:-4px;top:5px}#compose_invite_users{margin-right:10px}.compose_invite_user{padding:4px 0 4px 0}.compose_invite_close{display:inline;margin-top:4px;width:10px}.compose-all-everyone-controls,.compose_invite_user_controls{float:right}.compose_invite_link{height:20px;margin-bottom:3px}.compose_invite_user_error{margin-right:10px;padding:3px 8px 3px 8px}#send-status{width:90%;padding:8px 14px 8px 14px;line-height:20px;display:none}.send-status-close{font-size:17px;font-weight:bold;color:black;text-shadow:0 1px 0 white;opacity:.2;filter:alpha(opacity=20);float:right}.send-status-close:hover{cursor:pointer;opacity:.4;filter:alpha(opacity=40)}#out-of-view-notification{background:#9bff8b;background:rgba(163,211,147,0.95);border-bottom:1px solid #fff;border-right:1px solid #fff;border-left:1px solid #fff;border-radius:0 0 2px 2px;font-weight:400;font-size:12px;display:inline-block;box-shadow:0 0 1px 0 rgba(0,0,0,0.5);position:relative;top:-8px;width:100%;padding-right:5px}.compose-notifications-content{padding:4px 10px 4px 10px;text-align:center}.composition-area{position:relative}#out-of-view-notification .close{position:absolute;right:5px;top:5px;font-size:17px;font-weight:bold;color:black;text-shadow:0 1px 0 white;opacity:.2;filter:alpha(opacity=20)}.home-error-bar{margin-top:5px;display:none}#connection-error{font-size:13px}.streamname{font-weight:bold}.home-error-bar .alert{margin-bottom:auto}textarea.new_message_textarea{display:table-cell;width:99%;height:1.5em;max-height:22em;margin-bottom:0;resize:none;margin-top:6px}input.recipient_box{margin:0;height:1.1em;border-radius:3px}#stream.recipient_box{width:20%;border-radius:0 3px 3px 0;border-left:0;min-width:120px}#subject.recipient_box{width:25%;min-width:140px}#stream.recipient_box.lock-padding{padding-left:18px}#private_message_recipient.recipient_box{width:100%}#send_controls{float:right;position:relative;right:-7px;font-size:.8em;height:2.2em}#send_controls .compose_checkbox_label{margin-right:2px}#send_controls .compose_checkbox_label input{position:relative;top:-3px}#send_controls #compose-send-button{font-weight:600;height:2.2em;background-image:-moz-linear-gradient(top,rgba(14,70,67,1) 0,rgba(14,83,68,1) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(14,70,67,1)),color-stop(100%,rgba(14,83,68,1)));background-image:-webkit-linear-gradient(top,rgba(14,70,67,1) 0,rgba(14,83,68,1) 100%);background-image:-o-linear-gradient(top,rgba(14,70,67,1) 0,rgba(14,83,68,1) 100%);background-image:-ms-linear-gradient(top,rgba(14,70,67,1) 0,rgba(14,83,68,1) 100%);background-image:linear-gradient(to bottom,rgba(14,70,67,1) 0,rgba(14,83,68,1) 100%)}#send_controls #compose-send-button:hover{font-weight:600;height:2.2em;background:#fff;background-image:-moz-linear-gradient(top,rgba(14,70,67,0.6) 0,rgba(14,83,68,0.6) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(14,70,67,0.6)),color-stop(100%,rgba(14,83,68,1)));background-image:-webkit-linear-gradient(top,rgba(14,70,67,0.6) 0,rgba(14,83,68,0.6) 100%);background-image:-o-linear-gradient(top,rgba(14,70,67,0.6) 0,rgba(14,83,68,0.6) 100%);background-image:-ms-linear-gradient(top,rgba(14,70,67,0.6) 0,rgba(14,83,68,0.6) 100%);background-image:linear-gradient(to bottom,rgba(14,70,67,0.6) 0,rgba(14,83,68,0.6) 100%)}.brand.skinny-user-gravatar{display:table-cell;padding-top:0;padding-bottom:0;margin-bottom:0;white-space:nowrap}#searchbox{width:100%;height:40px}#tab_bar{z-index:2;padding-top:0;overflow:hidden;text-overflow:ellipsis;float:left;letter-spacing:normal;height:40px}#tab_list{list-style:none;margin:0;height:40px;line-height:40px;font-size:16px;border:0;white-space:nowrap}#tab_list li{white-space:nowrap;list-style-type:none;display:inline-block;position:relative;font-weight:300;background-color:#f9f9f9;margin:0;padding:0;text-overflow:ellipsis;height:40px}#tab_list li.inactive{border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);background-color:#e2e2e2;border-left-color:#e2e2e2;border-width:0}#tab_list li.private_message a{color:#fff}#tab_list li.inactive:after{left:100%;top:50%;content:" ";height:0;width:0;position:absolute;pointer-events:none;margin-top:-25px;border-style:solid;border-width:25px 0 25px 12px;border-color:inherit;z-index:2;-moz-transform:scale(.9999)}#tab_list li.inactive:before{left:100%;top:50%;content:" ";height:0;width:0;position:absolute;pointer-events:none;margin-top:-28px;border-style:solid;border-width:28px 0 28px 14px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;z-index:1;-moz-transform:scale(.9999)}#tab_list a{text-decoration:none;color:inherit;border-color:inherit;width:100%;display:inline-block;padding:0 8px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tab_list li.active{padding-left:17px;padding-right:10px;background-color:#e2e2e2;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tab_list li.active.root{padding-left:10px}#tab_list li.private_message{border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);background-color:#111;border-left-color:#111;color:#fff;border-width:0}#tab_list .root{border-color:#e2e2e2;background-color:#e2e2e2;margin:0}#tab_list li.stream a,#tab_list li.private_message a{padding-left:17px;padding-right:4px}#tab_list li.root a{color:#858585;padding-right:2px}#tab_list .root a:hover{color:#000}#tab_bar_underpadding{position:absolute;width:100%;top:40px;height:20px;z-index:99}#navbar-buttons{white-space:nowrap;margin-left:15px;margin-top:7px;display:inline-block;float:right}#navbar-buttons ul.nav{margin:0}#streamlist-toggle{display:none;position:absolute;top:0;left:0;text-align:center;vertical-align:middle;border-right:2px solid #afbfca}#streamlist-toggle-button{text-decoration:none;color:#858585;display:block;position:relative;background-color:#e4e4e4;width:40px;height:19px;padding-top:12px;padding-bottom:9px}#streamlist-toggle-unreadcount,#userlist-toggle-unreadcount{position:absolute;display:none;height:12px;min-width:12px;line-height:12px;background:#670000;top:4px;right:4px;border:1px solid #eee;box-shadow:0 0 1px rgba(0,0,0,0.2);border-radius:12px;padding:1px 1px 1px 1px;font-size:9px;z-index:15;font-weight:normal;color:#fff}#userlist-toggle{display:none;position:absolute;top:0;right:0;text-align:center;vertical-align:middle;border-left:2px solid #afbfca}#userlist-toggle-button{text-decoration:none;background-color:#e4e4e4;color:#858585;display:block;width:40px;height:19px;padding-top:12px;padding-bottom:9px}.nav .dropdown-menu{left:auto;right:0;top:30px;min-width:180px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.2)}.nav .dropdown-menu:after{position:absolute;width:0;height:0;top:-7px;right:10px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #aaa;border-left:7px solid transparent;content:'';z-index:10}#navbar-buttons ul.nav .dropdown-toggle,#navbar-buttons ul.nav li.active .dropdown-toggle{font-size:20px;color:#858585;text-shadow:none;padding-left:0!important;background-color:inherit;box-shadow:inherit;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;display:block;position:absolute;right:0;top:3px}#navbar-buttons ul.nav .dropdown-toggle,#navbar-buttons ul.nav li.active .dropdown-toggle:hover{color:#111}#navbar-buttons ul.nav li.dropdown.open .dropdown-toggle{background:0;color:#111;text-shadow:none}#searchbox .input-append{position:relative;width:100%}#searchbox .input-append .icon-vector-search{padding:0;font-size:20px;position:absolute;left:10px;top:10px;z-index:5}.navbar-search{margin-top:0;width:auto;float:none;overflow:hidden;border-right:1px solid #dadada;height:40px}#search_query{width:100%;font-size:18px;height:40px;padding:0;color:#222;box-shadow:inset 2px 0 0 0 #afbfca;padding-left:35px;padding-right:20px;background:#fff;border:0;border-radius:0;font-family:'Humbug';font-weight:300;line-height:27px}#search_query:focus{box-shadow:inset 0 0 0 2px #afbfca}#searchbox .search_button,#searchbox .search_button[disabled]:hover{position:absolute;right:2px;top:6px;background:0;border-radius:0;border:0;height:30px;text-align:center;padding:4px;color:#ccc;font-size:18px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;text-shadow:none;z-index:5}#searchbox .search_button:hover{color:#000}#searchbox .search_button[disabled]{visibility:hidden}.highlight{background-color:#fcea81}.highlight_text_inserted{background-color:#e6edff}.highlight_text_deleted{background-color:#ffe6e6}.highlight_text_replaced{background-color:#f5e6ff}#search_arrows{margin-bottom:5px;font-size:90%;letter-spacing:-.3em}#search_arrows input{letter-spacing:normal}div.floating_recipient{border-collapse:separate;width:100%;position:relative}#floating_recipient_bar{top:50px}.message-header-contents{background:#e2e2e2}.recipient_row.sticky{margin-top:22px}.sticky .message_header{position:fixed;z-index:99;top:50px;width:100%;left:0}.sticky .message-header-wrapper{max-width:1400px;margin:auto}.sticky .message-header-contents{margin-left:250px;margin-right:251px}#bottom_whitespace{display:block;height:300px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#home-error{display:none}.loading_indicator_spinner{height:38px;width:38px;float:left}.loading_indicator_text{margin-left:20px;font-size:33px;font-weight:bold;line-height:38px}.settings-section .loading_indicator_text{font-size:12px;font-weight:400;vertical-align:middle;line-height:20px;display:inline-block;float:none}.settings-section .loading_indicator_spinner{width:12px;height:12px;vertical-align:middle;display:inline-block}.settings-section #default_language{text-decoration:none;vertical-align:bottom}.settings-section #default_language_modal table{width:90%;margin-top:20px}.settings-section #default_language_modal td{padding-left:80px}.settings-section .inline{display:inline!important}.twitter-image,.message_inline_image{margin-bottom:5px;margin-left:5px;height:100px;display:block!important;border:none!important}.message_inline_ref{margin-bottom:5px;margin-left:5px;height:50px;display:block!important;border:none!important}.twitter-image img,.message_inline_image img,.message_inline_ref img{height:auto;max-height:100%;float:left;margin-right:10px}.message_inline_image_title{font-weight:bold}.popover{width:auto}.popover-title{overflow-x:hidden;text-overflow:ellipsis;text-align:center;font-size:inherit;line-height:inherit}.popover-title:empty{display:none}.popover_info{text-align:center}.popover hr{margin-top:5px;margin-bottom:5px}.popover-left,.popover-right{max-width:200px}.hotkeys_table{width:245px;margin-right:10px;font-size:90%;display:inline-block;vertical-align:top}.hotkeys_table th{width:245px}.hotkeys_table .hotkey{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;text-align:right;font-weight:bold;font-size:90%;white-space:nowrap}.operator_value{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;color:maroon}.operator{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}#loading_more_messages_indicator{margin:10px}#loading_more_messages_indicator_box_container{position:absolute;left:50%}#loading_more_messages_indicator_box{position:relative;left:-50%;top:25px;border:1px #646464 solid;background-color:rgba(230,230,230,0.8);z-index:1;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}#page_loading_indicator{margin:10px auto}#subs_page_loading_indicator{margin:10px auto}.subscriber_list_loading_indicator{margin:10px auto}.table-striped thead th{background-color:#444;color:white}#fmt_help_table{table-layout:fixed}.subscription-email-hint-image{float:right;width:80px;padding-right:60px}.subscription_header.collapsed{background-color:inherit}.subscription_settings,.subscription_header,.subscription_header.active{background-color:#fefefe}.color_swatch{display:inline-block;height:18px;width:18px;padding:0;margin:0 0 0 10px;vertical-align:middle}.administration,.subscriptions{margin-top:55px;padding-left:15px}#subscriptions_table .subscription_block{padding-left:.5em;vertical-align:middle;display:inline-block}#stream_filters .subscription_block{padding-bottom:3px;line-height:12px;padding-top:4px;margin-right:15px;padding-left:33px}#stream_filters .subscription_block.stream-with-count{margin-right:38px}.subscription_name,.subscription_description{line-height:1em;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#stream_filters .subscription_name{display:inline-block}.subscription-name-row,.subscription-description-row{line-height:47px}.subscription-description-row{font-weight:300}#add_new_subscription{text-align:center}#subscriptions-status{position:fixed;z-index:999;display:block;left:300px;right:300px;margin:0 auto;opacity:.9!important;top:55px;max-width:800px}#close-subscriptions-status{position:absolute;top:8px;cursor:pointer;font-size:17px;right:8px}.subject-name{display:block;line-height:1.3em;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-partners{display:block;line-height:1.2em;width:90%;overflow:hidden}.subscription_header{min-height:47px}.subscription_header .subscription_name{width:auto}.subscription_header .subscription_lock{font-size:23px;display:inline-block;vertical-align:middle;margin-left:12px;margin-right:1px}.subscription_settings{width:100%;position:relative;top:-1px}.subscription_settings form{text-align:center}.subscription_settings ul{list-style-type:none}.subscription-type{text-align:center;padding:5px;width:80%;margin:auto;font-weight:300}.stream-email{width:80%;margin:auto;margin-top:5px;text-align:center;padding:5px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace}.subscription-control-label{display:inline-block;vertical-align:middle;line-height:18px;padding:5px}.sp-preview{width:20px;border:0;box-shadow:0 0 1px rgba(0,0,0,1)}.sp-replacer{margin-right:12px;border:0;box-shadow:0 0 2px rgba(0,0,0,0.8)}.subscription-config{width:270px;margin:auto;margin-top:25px}.stream-email-box,.subscriber_list_settings,.rename-stream{margin:20px 15px 20px 15px}.subscription_row{border-top:1px solid #ddd}.stream-email .email-address{width:90%;display:block;margin:auto;white-space:-moz-pre-wrap!important;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;white-space:normal}.sub_setting_control[type="checkbox"]{margin:0 30px 5px 20px}#user-checkboxes .checkbox{display:block}.muted-sub{color:#a3a3a3}.mute-note{font-size:90%;font-color:#525252}.hide-mute-note{display:none}.streams_popover .sp-container{background:white;cursor:pointer;border:0}.sp-container{z-index:100}.streams_popover .sp-palette-container{border-right:0}.streams_popover .colorpicker-container{display:inline-block;margin-right:10px}.sub_setting_control{display:inline-block;margin-right:10px}.sub_unsub_button{min-width:140px;float:right;margin-top:9px;margin-right:10px}.stream_sub_unsub_button{min-width:140px;margin-top:9px;margin-right:10px}.sub_button_row{text-align:center}button.primary{background-color:#89a0b3;padding:2px;color:#fff;border:0;border-radius:0}button.primary:hover{background-color:#91aabe}button.primary:focus{outline:0}button.topic_edit_save,button.topic_edit_cancel{font-size:12px;width:18px;height:18px;margin-top:-1px}.sub_arrow{float:right;line-height:47px;padding:0 15px 0 0}#create_stream_row td{background-color:#f3f3f3;border-color:#BBB;border-bottom:1px solid #BBB}#create_stream_name{width:220px;margin-top:10px}#create_stream_button{min-width:140px;margin-left:15px;margin-top:10px}.sub_settings_title{line-height:30px;margin:10px 0;font-weight:300;font-size:16px}.new-stream-name,.stream-rename-button{margin-top:10px}.settings_committed{margin:10px}.subscriber-list-box{text-align:center}.subscriber_list_container{margin-top:10px;display:inline-block;margin:auto;max-height:300px;overflow:auto;text-align:left}.subscriber-list{width:auto;margin:auto;margin-bottom:20px;background:#efefef;border-radius:6px}.subscriber-list tr:nth-child(even){background:#fafafa}.subscriber-name,.subscriber-email{padding:5px}.subscriber-name{padding-left:8px}.subscriber-email{margin-left:20px;padding-right:8px}.subscriber_list_add{margin:auto;text-align:center}.add-subscriber-button,.stream-rename-button{margin-left:5px}.remove-subscriber-form{margin:0}.modal{overflow:hidden;margin-top:0;top:5%;outline:0}.modal-body{max-height:60vh}.modal form{margin-bottom:0}#invitee_emails{min-height:40px;max-height:300px}#invite_status{display:none}.settings-dropdown-caret{margin-left:8px;margin-right:8px;font-size:14px}#notifications-area{position:fixed;z-index:10;bottom:0;right:20px;width:200px;height:auto}.notifications-gravatar img{max-width:25px;max-height:25px;padding-left:4px;padding-top:4px}.empty_feed_notice{padding:3em 4em;display:none}.empty_feed_notice h4{text-align:center}#subscription-status{width:200px;position:absolute;left:50%;margin-left:-100px;bottom:30px;text-align:center;border-radius:2px}#empty_narrow_private_message p,#empty_narrow_message p{text-align:center}.faded{opacity:.4}#stream-message,#private-message{display:none}.emoji{height:25px;width:25px;position:relative;top:3px;margin-top:-7px}#sending-indicator{float:left;font-weight:bold;display:none}.streamlist_swatch{display:block;width:11px;height:11px;vertical-align:middle;float:left;position:absolute;left:10px;top:5px;box-shadow:inset 0 0 3px -2px #000}.streamlist_swatch.private-stream-swatch{visibility:hidden}.stream-privacy{position:absolute;left:11px;top:3px;font-size:15px}ul.expanded_subjects{list-style-type:none;font-weight:normal;margin-left:0;padding-bottom:2px}ul.expanded_private_messages{list-style-type:none;font-weight:300;font-size:84%;margin-left:0;padding-bottom:2px}li.show-more-topics,li.expanded_subject{position:relative;padding-left:33px}li.show-more-private-messages,li.expanded_private_message{position:relative;padding-left:24px;padding-bottom:1px;padding-top:2px}.show-all-streams a{color:#333}.all-streams-padding{padding-top:5px;margin-bottom:-5px}.expanded_subject .subject_box,#private .expanded_private_message .subject_box{display:block;margin-right:38px}.expanded_subject.zero-subject-unreads .subject_box,#private .expanded_private_messages.zero-subject-unreads .subject_box{display:block;margin-right:15px}.twitter-tweet{border:1px solid #ddd;padding:.5em .75em;margin-bottom:.25em}.twitter-avatar{float:left;width:48px;height:48px;margin-right:.75em}.star{display:inline-block;opacity:1;font-size:14px;color:#2c8211}.empty-star{color:#bbb;visibility:hidden}.empty-star:hover{cursor:pointer;color:#565656}.info{display:inline-block;font-size:15px;color:#bbb;visibility:hidden}.star:hover{cursor:pointer;color:#0d7245}.settings_separator{margin-top:2em;margin-bottom:2em}#pw_strength{width:220px;height:25px;margin-bottom:0}.form-horizontal .label_for_text{padding-top:0}#pw_change_controls{display:none}.sub-unsub-message,.date_row{text-align:center;padding-bottom:10px}.date_row .date-direction{display:inline-block;padding-right:5px}.date_row .date-line{display:inline-block;vertical-align:middle;width:33%;border-top:1px solid #e2e2e2;border-bottom:1px solid #fff;margin:0 5px 0 5px}.date_row span{display:block;background:inherit;padding:4px;overflow:hidden;text-transform:uppercase;font-size:.8em;color:#bbb;text-shadow:1px 1px 0 #fff}.date_row span:before,.date_row span:after{display:inline-block;position:relative;content:" ";vertical-align:middle;width:50%;height:0;border-top:1px solid #e2e2e2;border-bottom:1px solid #fff}.date_row span:before{right:.5em;margin-left:-50%}.date_row span:after{left:.5em;margin-right:-50%}#restore-draft{float:left;display:none;margin-right:1em;padding-top:2px}#sending-indicator{padding-top:2px}#restore-draft:hover{cursor:pointer}#compose a.message-control-button{display:block;color:#777;text-decoration:none;font-size:14px;width:14px;height:14px;margin-right:8px;padding-top:5px;text-align:center;float:left}#compose a.message-control-button:hover{color:#000}#enter_sends{margin-top:0;margin-right:5px}#group-pm-list{display:none}.zoom-out #topics_header{display:none}#global_filters{margin-bottom:20px}#topics_header,#userlist-header,#sharethelove-header,#group-pm-header{border-top:1px solid #e2e2e2;margin-top:5px;margin-right:10px}.sidebar-items:first-of-type #userlist-header{border-top:0}#streams_header{margin-right:0;padding-left:10px}#stream_filters .inactive_stream{opacity:.5}#feedback_section{text-align:left;padding-bottom:10px}.message_edit{display:none;margin-top:5px;margin-left:47px}#message_edit_form .edit-control-label{width:auto;float:left;font-size:80%;vertical-align:top;padding-top:0;margin-right:10px}#message_edit_form .edit-controls{margin-left:35px;margin-right:-7px}#message_edit_form textarea{width:100%;min-width:206px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#message_edit_form .control-group{margin-bottom:5px}#topic_edit_form{display:inline-block;margin:0 0 10px 0;height:22px;background:#e2e2e2;padding-left:20px;padding-right:3px;line-height:22px;margin-left:-15px}.message_body_gravatar{width:20px;height:20px;margin:2px 2px 2px 0;vertical-align:text-bottom}.user-mention{background-color:#eee;border-radius:3px;padding:0 .2em;box-shadow:0 0 0 1px #ccc;margin-right:2px;white-space:nowrap;background-image:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 100%);background-image:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0.1) 0,rgba(0,0,0,0) 100%);display:inline-block;margin-bottom:1px}.user-mention-me{background-color:#c9fcc1}.alert-word{background-color:#c9fcc1}#administration h1,#settings h1,#subscriptions h1{font-size:25px;font-weight:300}#subscriptions h1{padding-top:40px}#administration .administration-icon,#settings .settings-icon,#subscriptions .streams-icon{margin-right:10px;font-size:20px}#home{margin-top:41px}#home .alert-bar-container{position:fixed;width:100%;top:41px;left:0;z-index:99}#home .alert-bar{width:100%;max-width:1210px;margin:auto;text-align:center}#home .alert-bar-contents{background:rgba(163,211,147,0.95);font-weight:400;padding:10px 35px 10px 10px;display:inline-block;position:relative;z-index:99}#home .alert-bar .alert-icon{font-size:20px;margin-right:10px;line-height:5px}#home .alert-bar .close-alert-icon{display:block;height:100%;width:28px;line-height:38px;font-size:15px;opacity:.5;position:absolute;top:0;right:0}#home .alert-bar .close-alert-icon:hover{opacity:.7;cursor:pointer}.zero_count{display:none}.message-pane{padding-left:.3em}.screen{position:absolute;left:0;top:0;background:#000;z-index:20000}#tutorial-stream{width:250px}#tutorial-subject{width:250px}.tutorial-done-button{text-align:right;margin-top:9px;margin-bottom:8px}.btn-skip{position:relative;left:-10px;margin-right:25px}#share-the-love{margin-left:0;margin-right:0;margin-bottom:5px;line-height:18px;display:none}#share-the-love-contents{display:none}#share-the-love-expand-collapse{position:relative;cursor:pointer}#share-the-love-expand-collapse h4{padding-left:1em}#share-the-love-expand-collapse .toggle{position:absolute;left:0;top:50%;margin-top:-8px}#share-the-love input,#share-the-love p{margin-top:5px;margin-bottom:5px}#referral-form label{margin:0}#share-the-love .icon-vector-heart{color:red}#share-the-love .still-have-invites{clear:both;margin-right:10px}#share-the-love .no-more-invites{clear:both;display:none;margin-right:10px}#share-the-love .invite-count-area{margin-right:10px}#share-the-love .alert{margin-top:.5em;margin-bottom:.5em}#referral-form{margin-bottom:0}#tell-a-friend-success{display:none}.deactivated_user{text-decoration:line-through}.admin-menu-item{display:none}li.show-more-topics a{font-size:75%}li.show-more-private-messages a{font-size:90%}.zoom-in .show-more-topics{display:none}.zoom-in .show-more-private-messages{display:none}.zoom-out .zoom-out-hide{display:none}.zoom-in .zoom-in-hide{display:none}.change-stream-privacy{width:100%;text-align:center}.change-stream-privacy-feedback{display:none}.user-list-filter,.add-user-list-filter{width:80%}.inline-subscribe-error{margin-left:5px}.screen-medium-show,.screen-narrow-show{display:none!important}@media(max-width:975px){.screen-full-show{display:none!important}.screen-medium-show{display:block!important}.app-main,.header-main{min-width:750px}.column-right{display:none}.column-right.expanded{display:block;position:absolute;float:none;right:15px;top:0}.column-right.expanded .right-sidebar{background:rgba(255,255,255,0.9);box-shadow:0 -2px 3px 0 rgba(0,0,0,0.1);border-left:1px solid #ddd;margin-top:40px;padding-top:10px;height:100%}.header-main .column-right{display:inline-block;width:30px}#top_navbar.rightside-userlist .navbar-search{margin-right:100px}#top_navbar.rightside-userlist #navbar-buttons{margin-right:41px}.navbar-search{margin-right:60px}#userlist-toggle{display:block}.compose-content{margin-right:7px}.nav .dropdown-menu{min-width:180px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.2)}.nav .dropdown-menu:after{right:10px}.column-middle{margin-right:7px}#subscriptions-status{left:300px;right:50px}}@media(max-width:775px){body{padding:0}.screen-narrow-show{display:inline-block!important}.column-left{display:none}.column-left.expanded{display:block;position:absolute;float:none;left:0;top:0}.column-left.expanded .left-sidebar{background:rgba(255,255,255,0.9);box-shadow:0 2px 3px 0 rgba(0,0,0,0.1);border-right:1px solid #ddd;margin-top:40px;padding-top:10px;height:100%;padding-left:10px;width:250px}body,html,.app-main,.header-main{min-width:350px}.column-middle,.app-main .column-middle{margin-left:7px;margin-right:7px}.header-main .column-middle{margin-left:0}.column-middle-inner{margin-left:0;margin-right:15px}.app-main .column-middle .column-middle-inner{margin-right:0}.skinny-user-gravatar{position:absolute;top:0}#streamlist-toggle{display:block}.compose-content{margin-right:7px;margin-left:7px}#searchbox{margin-left:42px}#top_navbar.rightside-userlist .navbar-search{margin-right:127px}.navbar-search{margin-right:81px}#subscriptions-status{left:35px}}@media(max-width:500px){.compose_stream_button_label,.compose_private_button_label{display:none}.subscription_name{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:350px){html{overflow-x:hidden}.subscription_description{display:none}}@media(max-width:500px){.compose_stream_button,.compose_private_button{padding:5px 10px 5px 10px}#streamlist-toggle,#userlist-toggle,#navbar-buttons,.navbar-search,#tab_bar,#searchbox,#search_query,#tab_list li,#tab_list,.header{height:30px;line-height:30px}#streamlist-toggle-button,#userlist-toggle-button{height:30px;padding-top:0;padding-bottom:0}#navbar-buttons ul.nav .dropdown-toggle,#navbar-buttons ul.nav li.active .dropdown-toggle{top:-5px}#top_navbar.rightside-userlist .navbar-search{margin-right:115px}#searchbox .input-append .icon-vector-search{top:5px}#searchbox .search_button,#searchbox .search_button[disabled]:hover{top:2px}#tab_bar_underpadding{top:30px}.messagebox-content{padding-right:15px}.message_time{right:auto;left:-3px}.message_controls{right:-16px;top:-2px}.message_hovered .message_controls{width:35px;height:20px;background:rgba(255,255,255,0.8);z-index:10;border:1px solid #e2e2e2;right:-16px;top:-2px}.selected_message .message_controls{right:-13px}.include-sender .message_controls{background:none!important;padding:none!important;border:none!important;top:-3px}.include-sender .message_time{left:auto;right:-5px}.include-sender .message_controls{right:36px}.star{position:absolute;right:2px}.info{position:absolute;right:18px}.sender_name{max-width:250px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}textarea.new_message_textarea{height:30px!important;min-height:30px!important}#tab_bar_underpadding{height:10px}#floating_recipient_bar{top:40px}}#settings{margin-top:55px;margin-left:15px}#administration .settings-section,#settings .settings-section{background-color:#f1f1f1;border:1px solid #e3e3e3;border-top:6px solid #e3e3e3;padding:45px 0 15px 0;margin-right:5px;position:relative;margin-top:15px;margin-bottom:15px}#settings #notify-settings-status,#ui-settings-status,#display-settings-status{width:80%;text-align:center;margin:auto;margin-top:10px;margin-bottom:10px}#administration .settings-section .admin-realm-form,#settings .settings-section .account-settings-form,#settings .settings-section .new-bot-form,#settings .settings-section .edit-bot-form-box{width:400px;margin:auto}#administration .settings-section .admin-realm-form,#settings .settings-section .new-bot-form,#settings .settings-section .new-alert-word-form,#emoji-settings .new-emoji-form,#settings .settings-section .edit-bot-form-box{margin-top:35px}#settings .settings-section .new-bot-section-title,#settings .settings-section .new-alert-word-section-title,#emoji-settings .new-emoji-section-title{top:20px;left:20px}#settings .settings-section .notification-settings-form,.ui-settings-form,.display-settings-form{width:400px;margin:auto}#settings .settings-section .account-settings-form .control-label,#settings .settings-section .new-bot-form .control-label,#settings .settings-section .new-alert-word-form .control-label,#emoji-settings .new-emoji-form .control-label,#settings .settings-section .edit-bot-form-box .control-label{width:120px}#settings .settings-section .account-settings-form .controls,#settings .settings-section .new-bot-form .controls,#settings .settings-section .new-alert-word-form button,#emoji-settings .new-emoji-form .controls,#settings .settings-section .edit-bot-form-box .controls{margin-left:140px}#settings .settings-section .notification-settings-form .controls,#settings .settings-section .display-settings-form .controls,#settings .settings-section .ui-settings-form .controls{display:inline-block;vertical-align:middle;margin:0;margin-left:110px;padding-top:0;padding-bottom:0;line-height:30px;margin-right:12px}#settings .settings-section .display-settings-form .controls{margin-left:0}#settings .settings-section .notification-settings-form .controls input[type='checkbox'],#settings .settings-section .display-settings-form .controls input[type='checkbox'],#settings .settings-section .ui-settings-form .controls input[type='checkbox']{margin:0;padding:0;vertical-align:middle;position:relative;top:-1px}#settings .settings-section .notification-settings-form .control-label,#settings .settings-section .ui-settings-form .control-label,#settings .settings-section .display-settings-form .control-label{float:none;display:inline-block;vertical-align:middle;margin:0;padding:0;width:240px}#settings .settings-section .display-settings-form .control-label{width:360px}#settings .settings-section .notification-settings-form .notification-submission,#administration .settings-section .organization-submission,#settings .settings-section .ui-settings-form .ui-submission{margin-left:140px}#settings .notification-settings-form .notification-settings-note,#settings .ui-settings-form .ui-settings-note{margin-left:110px;width:250px;font-size:13px;line-height:14px}#administration .admin-streams-note,#settings .bot-settings-note,#settings .alert-word-settings-note{margin-left:38px;font-size:13px}#settings .bot-information-box,#settings .add-new-bot-box,#alert_words_list .add-new-alert-word-box,#alert_words_list .alert-word-information-box,#emoji-settings .add-new-emoji-box,#admin-default-streams-list .add-new-default-stream-box{background:#e3e3e3;padding:10px;margin-left:38px;margin-right:38px;margin-bottom:15px;box-shadow:0 0 2px rgba(0,0,0,0.5);position:relative;font-size:14px}#settings .add-new-bot-box,#settings .add-new-alert-word-box,#emoji-settings .add-new-emoji-box,#admin-default-streams-list .add-new-default-stream-box{background:#cbe3cb}.new-default-stream-section-title{font-size:18px;font-weight:300;padding-bottom:10px}#settings #get_api_key_box,#settings #show_api_key_box,#settings #api_key_button_box .control-group{text-align:center}#settings #get_api_key_box .control-group{margin:0;width:100%}#settings #get_api_key_box .control-group .control-label{float:none;width:auto;margin:0;display:inline-block;margin-right:15px}#settings #get_api_key_box .control-group input{width:auto;margin:0;display:inline-block}#settings #get_api_key_box .control-group .btn{margin-top:20px}#settings .bot-information-box .email,#alert_words_list .alert-word-information-box .alert_word_listing,#settings .bot-information-box .api_key{position:relative}#settings .bot-information-box .image{overflow:hidden}#settings .settings-section .api-key-note,#settings .settings-section .alert-word-note{padding:0 20px 20px 20px}@media(max-width:580px){#settings .settings-section .new-bot-form .control-label,#settings .settings-section .new-alert-word-form .control-label,#emoji-settings .new-emoji-form .control-label,#settings .settings-section .edit-bot-form-box .control-label{float:left;width:120px;padding-top:0;text-align:right}#settings .settings-section .new-bot-form .controls,#settings .settings-section .new-alert-word-form button,#emoji-settings .new-emoji-form .controls{margin-left:110px}}@media(max-width:480px){#pw_strength{margin:auto}#administration .settings-section .organization-settings .admin-realm-form,#settings .settings-section .account-settings-form,#settings .settings-section .new-bot-form,#settings .settings-section .new-alert-word-form,#emoji-settings .new-emoji-form,#settings .settings-section .notification-settings-form,#settings .settings-section .display-settings-form,#settings .settings-section .edit-bot-form-box{width:100%}#administration .settings-section .admin-realm-form .control-label,#settings .settings-section .account-settings-form .control-label,#settings .settings-section .new-bot-form .control-label,#settings .settings-section .new-alert-word-form .control-label,#emoji-settings .new-emoji-form .control-label,#settings .settings-section .edit-bot-form-box .control-label{display:block;width:120px;padding:0;padding-top:0;text-align:center;margin:auto;float:none}#administration .settings-section .admin-realm-form .controls,#settings .settings-section .account-settings-form .controls,#settings .settings-section .new-bot-form .controls,#settings .settings-section .new-alert-word-form button,#emoji-settings .new-emoji-form .controls,#settings .settings-section .edit-bot-form-box .controls{margin:auto;text-align:center}#administration .settings-section .admin-realm-form .controls button,#administration .settings-section .admin-realm-form .controls input,#settings .settings-section .account-settings-form .controls button,#settings .settings-section .account-settings-form .controls input,#settings .settings-section .new-bot-form .controls button,#settings .settings-section .new-alert-word-form button,#emoji-settings .new-emoji-form .controls button,#settings .settings-section .edit-bot-form-box .controls button,#settings .settings-section .new-bot-form .controls input,#settings .settings-section .new-alert-word-form input,#emoji-settings .new-emoji-form .controls input,#settings .settings-section .edit-bot-form-box .controls input{margin:auto}#settings .settings-section .new-bot-form,#settings .settings-section .new-alert-word-form,#emoji-settings .new-emoji-form{padding:0;width:100%;text-align:center}#settings .settings-section .notification-settings-form .controls,#settings .notification-settings-form .notification-settings-note{margin-left:80px}#administration .settings-section .organization-submission,#settings .settings-section .notification-settings-form .notification-submission{margin:0;width:100%;text-align:center}}#administration .settings-section .settings-section-title,#settings .settings-section .settings-section-title{font-size:18px;font-weight:300;position:absolute;left:12px;top:15px}#administration .settings-section .settings-section-icon,#settings .settings-section .settings-section-icon{margin-right:8px}#notification-settings .control-group,#ui-settings .control-group{margin-bottom:5px}#notification-settings .control-label,#ui-settings .control-label{width:280px;text-align:left}#notification-settings .notification-reminder{text-align:center}form.admin-realm .control-label{width:200px;padding-top:3px;padding-right:20px;margin-bottom:-20px}.control-label-disabled{color:#d3d3d3}.admin-realm-message-content-edit-limit-minutes{width:5ch;text-align:right}#settings-status{text-align:center;width:50%;margin:auto;margin-bottom:20px}.admin_emoji_table{margin:20px auto}.emoji_image{width:50px;display:block}.emoji_image img{max-width:100%}#admin-emoji-name-status,#admin-emoji-url-status{margin:20px 0 0 0}.admin-table-wrapper{margin:0 38px}#emoji-settings .new-emoji-form #emoji_url{width:60%}#bots_list{display:none;list-style-type:none;margin-left:0}#bots_list .image,#bots_list .bot_info{display:inline-block;margin:10px}#bots_list .image{vertical-align:top}#bots_list .name{font-weight:300;font-size:18px;margin-bottom:20px}#bots_list .regenerate_bot_api_key{padding:2px;width:20px;height:20px;background:#e3e3e3;color:#666;position:relative;top:-2px}#bots_list .regenerate_bot_api_key:hover{color:#000}#bots_list .edit-bot-buttons{position:absolute;right:20px;top:20px}#bots_list img.avatar{height:35px;width:35px}#bots_list .email .value,#bots_list .api_key .api-key-value-and-button{display:block;margin-left:6em;white-space:-moz-pre-wrap!important;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;white-space:normal}.bot_info .field{width:6em;font-weight:300;position:absolute}.edit_bot_form{font-size:100%}.edit_bot_email{font-weight:300;font-size:18px;text-align:center;margin-top:10px;margin-bottom:10px}div.edit_bot{display:none}.edit_bot_form .control-label,#create_bot_form .control-label,#create_alert_word_form .control-label,.admin-emoji-form .control-label,.default-stream-form .control-label{width:10em;text-align:right;margin-right:20px}#upload_avatar_spinner{font-size:14px;margin:auto}.user-avatar-section{text-align:center}.edit_bot_avatar_clear_button,#user_avatar_clear_button,#bot_avatar_clear_button{display:none}#create_bot_short_name{width:7em}.bot_name_header{width:8em}#empty_alert_word_error{display:none;margin-left:38px;margin-right:38px;padding:10px}#empty_alert_word_error .close{position:inherit}#alert_words_list{list-style-type:none;margin:auto}#alert_words_list li.alert-word-item:last-child{background:0;margin-top:8px}#alert_words_list .edit-alert-word-buttons{position:absolute;right:20px;top:5px}#alert_words_list .alert_word_listing .value{display:block;white-space:-moz-pre-wrap!important;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;white-space:normal}.codehilite .hll{background-color:#ffc}.codehilite{background:#f8f8f8}.codehilite .c{color:#408080;font-style:italic}.codehilite .err{border:1px solid #f00}.codehilite .k{color:#008000;font-weight:bold}.codehilite .o{color:#666}.codehilite .cm{color:#408080;font-style:italic}.codehilite .cp{color:#bc7a00}.codehilite .c1{color:#408080;font-style:italic}.codehilite .cs{color:#408080;font-style:italic}.codehilite .gd{color:#a00000}.codehilite .ge{font-style:italic}.codehilite .gr{color:#f00}.codehilite .gh{color:#000080;font-weight:bold}.codehilite .gi{color:#00a000}.codehilite .go{color:#808080}.codehilite .gp{color:#000080;font-weight:bold}.codehilite .gs{font-weight:bold}.codehilite .gu{color:#800080;font-weight:bold}.codehilite .gt{color:#0040d0}.codehilite .kc{color:#008000;font-weight:bold}.codehilite .kd{color:#008000;font-weight:bold}.codehilite .kn{color:#008000;font-weight:bold}.codehilite .kp{color:#008000}.codehilite .kr{color:#008000;font-weight:bold}.codehilite .kt{color:#b00040}.codehilite .m{color:#666}.codehilite .s{color:#ba2121}.codehilite .na{color:#7d9029}.codehilite .nb{color:#008000}.codehilite .nc{color:#00f;font-weight:bold}.codehilite .no{color:#800}.codehilite .nd{color:#a2f}.codehilite .ni{color:#999;font-weight:bold}.codehilite .ne{color:#d2413a;font-weight:bold}.codehilite .nf{color:#00f}.codehilite .nl{color:#a0a000}.codehilite .nn{color:#00f;font-weight:bold}.codehilite .nt{color:#008000;font-weight:bold}.codehilite .nv{color:#19177c}.codehilite .ow{color:#a2f;font-weight:bold}.codehilite .w{color:#bbb}.codehilite .mf{color:#666}.codehilite .mh{color:#666}.codehilite .mi{color:#666}.codehilite .mo{color:#666}.codehilite .sb{color:#ba2121}.codehilite .sc{color:#ba2121}.codehilite .sd{color:#ba2121;font-style:italic}.codehilite .s2{color:#ba2121}.codehilite .se{color:#b62;font-weight:bold}.codehilite .sh{color:#ba2121}.codehilite .si{color:#b68;font-weight:bold}.codehilite .sx{color:#008000}.codehilite .sr{color:#b68}.codehilite .s1{color:#ba2121}.codehilite .ss{color:#19177c}.codehilite .bp{color:#008000}.codehilite .vc{color:#19177c}.codehilite .vg{color:#19177c}.codehilite .vi{color:#19177c}.codehilite .il{color:#666}/*! Software from "Font Awesome 3.0.2" CSS is Copyright (c) 2012-2013 Dave Gandy and is provided under the following license: -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- */.icon-vector-narrow:before{content:"\f054"}@font-face{font-family:'FontAwesome';src:url(../third/fontawesome/fontawesome-webfont.eot?v=3.2.1);src:url(../third/fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(../third/fontawesome/fontawesome-webfont.woff?v=3.2.1) format('woff'),url(../third/fontawesome/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(../third/fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:normal;font-style:normal}[class^="icon-vector-"],[class*=" icon-vector-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-vector-"]:before,[class*=" icon-vector-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-vector-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-vector-"],a [class*=" icon-vector-"]{display:inline}[class^="icon-vector-"].icon-vector-fixed-width,[class*=" icon-vector-"].icon-vector-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:.2857142857142857em}[class^="icon-vector-"].icon-vector-fixed-width.icon-vector-large,[class*=" icon-vector-"].icon-vector-fixed-width.icon-vector-large{width:1.4285714285714286em}.icons-ul{margin-left:2.142857142857143em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-vector-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit}[class^="icon-vector-"].hide,[class*=" icon-vector-"].hide{display:none}.icon-vector-muted{color:#eee}.icon-vector-light{color:#fff}.icon-vector-dark{color:#333}.icon-vector-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-vector-2x{font-size:2em}.icon-vector-2x.icon-vector-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-vector-3x{font-size:3em}.icon-vector-3x.icon-vector-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-vector-4x{font-size:4em}.icon-vector-4x.icon-vector-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-vector-5x{font-size:5em}.icon-vector-5x.icon-vector-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-vector-"].pull-left,[class*=" icon-vector-"].pull-left{margin-right:.3em}[class^="icon-vector-"].pull-right,[class*=" icon-vector-"].pull-right{margin-left:.3em}[class^="icon-vector-"],[class*=" icon-vector-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-vector-white,.nav-pills>.active>a>[class^="icon-vector-"],.nav-pills>.active>a>[class*=" icon-vector-"],.nav-list>.active>a>[class^="icon-vector-"],.nav-list>.active>a>[class*=" icon-vector-"],.navbar-inverse .nav>.active>a>[class^="icon-vector-"],.navbar-inverse .nav>.active>a>[class*=" icon-vector-"],.dropdown-menu>li>a:hover>[class^="icon-vector-"],.dropdown-menu>li>a:hover>[class*=" icon-vector-"],.dropdown-menu>.active>a>[class^="icon-vector-"],.dropdown-menu>.active>a>[class*=" icon-vector-"],.dropdown-submenu:hover>a>[class^="icon-vector-"],.dropdown-submenu:hover>a>[class*=" icon-vector-"]{background-image:none}.btn [class^="icon-vector-"].icon-vector-large,.nav [class^="icon-vector-"].icon-vector-large,.btn [class*=" icon-vector-"].icon-vector-large,.nav [class*=" icon-vector-"].icon-vector-large{line-height:.9em}.btn [class^="icon-vector-"].icon-vector-spin,.nav [class^="icon-vector-"].icon-vector-spin,.btn [class*=" icon-vector-"].icon-vector-spin,.nav [class*=" icon-vector-"].icon-vector-spin{display:inline-block}.nav-tabs [class^="icon-vector-"],.nav-pills [class^="icon-vector-"],.nav-tabs [class*=" icon-vector-"],.nav-pills [class*=" icon-vector-"],.nav-tabs [class^="icon-vector-"].icon-vector-large,.nav-pills [class^="icon-vector-"].icon-vector-large,.nav-tabs [class*=" icon-vector-"].icon-vector-large,.nav-pills [class*=" icon-vector-"].icon-vector-large{line-height:.9em}.btn [class^="icon-vector-"].pull-left.icon-vector-2x,.btn [class*=" icon-vector-"].pull-left.icon-vector-2x,.btn [class^="icon-vector-"].pull-right.icon-vector-2x,.btn [class*=" icon-vector-"].pull-right.icon-vector-2x{margin-top:.18em}.btn [class^="icon-vector-"].icon-vector-spin.icon-vector-large,.btn [class*=" icon-vector-"].icon-vector-spin.icon-vector-large{line-height:.8em}.btn.btn-small [class^="icon-vector-"].pull-left.icon-vector-2x,.btn.btn-small [class*=" icon-vector-"].pull-left.icon-vector-2x,.btn.btn-small [class^="icon-vector-"].pull-right.icon-vector-2x,.btn.btn-small [class*=" icon-vector-"].pull-right.icon-vector-2x{margin-top:.25em}.btn.btn-large [class^="icon-vector-"],.btn.btn-large [class*=" icon-vector-"]{margin-top:0}.btn.btn-large [class^="icon-vector-"].pull-left.icon-vector-2x,.btn.btn-large [class*=" icon-vector-"].pull-left.icon-vector-2x,.btn.btn-large [class^="icon-vector-"].pull-right.icon-vector-2x,.btn.btn-large [class*=" icon-vector-"].pull-right.icon-vector-2x{margin-top:.05em}.btn.btn-large [class^="icon-vector-"].pull-left.icon-vector-2x,.btn.btn-large [class*=" icon-vector-"].pull-left.icon-vector-2x{margin-right:.2em}.btn.btn-large [class^="icon-vector-"].pull-right.icon-vector-2x,.btn.btn-large [class*=" icon-vector-"].pull-right.icon-vector-2x{margin-left:.2em}.nav-list [class^="icon-vector-"],.nav-list [class*=" icon-vector-"]{line-height:inherit}.icon-vector-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-vector-stack [class^="icon-vector-"],.icon-vector-stack [class*=" icon-vector-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-vector-stack .icon-vector-stack-base{font-size:2em;*line-height:1em}.icon-vector-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}a .icon-vector-stack,a .icon-vector-spin{display:inline-block;text-decoration:none}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-vector-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-vector-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-vector-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-vector-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-vector-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}a .icon-vector-rotate-90:before,a .icon-vector-rotate-180:before,a .icon-vector-rotate-270:before,a .icon-vector-flip-horizontal:before,a .icon-vector-flip-vertical:before{display:inline-block}.icon-vector-glass:before{content:"\f000"}.icon-vector-music:before{content:"\f001"}.icon-vector-search:before{content:"\f002"}.icon-vector-envelope-alt:before{content:"\f003"}.icon-vector-heart:before{content:"\f004"}.icon-vector-star:before{content:"\f005"}.icon-vector-star-empty:before{content:"\f006"}.icon-vector-user:before{content:"\f007"}.icon-vector-film:before{content:"\f008"}.icon-vector-th-large:before{content:"\f009"}.icon-vector-th:before{content:"\f00a"}.icon-vector-th-list:before{content:"\f00b"}.icon-vector-ok:before{content:"\f00c"}.icon-vector-remove:before{content:"\f00d"}.icon-vector-zoom-in:before{content:"\f00e"}.icon-vector-zoom-out:before{content:"\f010"}.icon-vector-power-off:before,.icon-vector-off:before{content:"\f011"}.icon-vector-signal:before{content:"\f012"}.icon-vector-gear:before,.icon-vector-cog:before{content:"\f013"}.icon-vector-trash:before{content:"\f014"}.icon-vector-home:before{content:"\f015"}.icon-vector-file-alt:before{content:"\f016"}.icon-vector-time:before{content:"\f017"}.icon-vector-road:before{content:"\f018"}.icon-vector-download-alt:before{content:"\f019"}.icon-vector-download:before{content:"\f01a"}.icon-vector-upload:before{content:"\f01b"}.icon-vector-inbox:before{content:"\f01c"}.icon-vector-play-circle:before{content:"\f01d"}.icon-vector-rotate-right:before,.icon-vector-repeat:before{content:"\f01e"}.icon-vector-refresh:before{content:"\f021"}.icon-vector-list-alt:before{content:"\f022"}.icon-vector-lock:before{content:"\f023"}.icon-vector-flag:before{content:"\f024"}.icon-vector-headphones:before{content:"\f025"}.icon-vector-volume-off:before{content:"\f026"}.icon-vector-volume-down:before{content:"\f027"}.icon-vector-volume-up:before{content:"\f028"}.icon-vector-qrcode:before{content:"\f029"}.icon-vector-barcode:before{content:"\f02a"}.icon-vector-tag:before{content:"\f02b"}.icon-vector-tags:before{content:"\f02c"}.icon-vector-book:before{content:"\f02d"}.icon-vector-bookmark:before{content:"\f02e"}.icon-vector-print:before{content:"\f02f"}.icon-vector-camera:before{content:"\f030"}.icon-vector-font:before{content:"\f031"}.icon-vector-bold:before{content:"\f032"}.icon-vector-italic:before{content:"\f033"}.icon-vector-text-height:before{content:"\f034"}.icon-vector-text-width:before{content:"\f035"}.icon-vector-align-left:before{content:"\f036"}.icon-vector-align-center:before{content:"\f037"}.icon-vector-align-right:before{content:"\f038"}.icon-vector-align-justify:before{content:"\f039"}.icon-vector-list:before{content:"\f03a"}.icon-vector-indent-left:before{content:"\f03b"}.icon-vector-indent-right:before{content:"\f03c"}.icon-vector-facetime-video:before{content:"\f03d"}.icon-vector-picture:before{content:"\f03e"}.icon-vector-pencil:before{content:"\f040"}.icon-vector-map-marker:before{content:"\f041"}.icon-vector-adjust:before{content:"\f042"}.icon-vector-tint:before{content:"\f043"}.icon-vector-edit:before{content:"\f044"}.icon-vector-share:before{content:"\f045"}.icon-vector-check:before{content:"\f046"}.icon-vector-move:before{content:"\f047"}.icon-vector-step-backward:before{content:"\f048"}.icon-vector-fast-backward:before{content:"\f049"}.icon-vector-backward:before{content:"\f04a"}.icon-vector-play:before{content:"\f04b"}.icon-vector-pause:before{content:"\f04c"}.icon-vector-stop:before{content:"\f04d"}.icon-vector-forward:before{content:"\f04e"}.icon-vector-fast-forward:before{content:"\f050"}.icon-vector-step-forward:before{content:"\f051"}.icon-vector-eject:before{content:"\f052"}.icon-vector-chevron-left:before{content:"\f053"}.icon-vector-chevron-right:before{content:"\f054"}.icon-vector-plus-sign:before{content:"\f055"}.icon-vector-minus-sign:before{content:"\f056"}.icon-vector-remove-sign:before{content:"\f057"}.icon-vector-ok-sign:before{content:"\f058"}.icon-vector-question-sign:before{content:"\f059"}.icon-vector-info-sign:before{content:"\f05a"}.icon-vector-screenshot:before{content:"\f05b"}.icon-vector-remove-circle:before{content:"\f05c"}.icon-vector-ok-circle:before{content:"\f05d"}.icon-vector-ban-circle:before{content:"\f05e"}.icon-vector-arrow-left:before{content:"\f060"}.icon-vector-arrow-right:before{content:"\f061"}.icon-vector-arrow-up:before{content:"\f062"}.icon-vector-arrow-down:before{content:"\f063"}.icon-vector-mail-forward:before,.icon-vector-share-alt:before{content:"\f064"}.icon-vector-resize-full:before{content:"\f065"}.icon-vector-resize-small:before{content:"\f066"}.icon-vector-plus:before{content:"\f067"}.icon-vector-minus:before{content:"\f068"}.icon-vector-asterisk:before{content:"\f069"}.icon-vector-exclamation-sign:before{content:"\f06a"}.icon-vector-gift:before{content:"\f06b"}.icon-vector-leaf:before{content:"\f06c"}.icon-vector-fire:before{content:"\f06d"}.icon-vector-eye-open:before{content:"\f06e"}.icon-vector-eye-close:before{content:"\f070"}.icon-vector-warning-sign:before{content:"\f071"}.icon-vector-plane:before{content:"\f072"}.icon-vector-calendar:before{content:"\f073"}.icon-vector-random:before{content:"\f074"}.icon-vector-comment:before{content:"\f075"}.icon-vector-magnet:before{content:"\f076"}.icon-vector-chevron-up:before{content:"\f077"}.icon-vector-chevron-down:before{content:"\f078"}.icon-vector-retweet:before{content:"\f079"}.icon-vector-shopping-cart:before{content:"\f07a"}.icon-vector-folder-close:before{content:"\f07b"}.icon-vector-folder-open:before{content:"\f07c"}.icon-vector-resize-vertical:before{content:"\f07d"}.icon-vector-resize-horizontal:before{content:"\f07e"}.icon-vector-bar-chart:before{content:"\f080"}.icon-vector-twitter-sign:before{content:"\f081"}.icon-vector-facebook-sign:before{content:"\f082"}.icon-vector-camera-retro:before{content:"\f083"}.icon-vector-key:before{content:"\f084"}.icon-vector-gears:before,.icon-vector-cogs:before{content:"\f085"}.icon-vector-comments:before{content:"\f086"}.icon-vector-thumbs-up-alt:before{content:"\f087"}.icon-vector-thumbs-down-alt:before{content:"\f088"}.icon-vector-star-half:before{content:"\f089"}.icon-vector-heart-empty:before{content:"\f08a"}.icon-vector-signout:before{content:"\f08b"}.icon-vector-linkedin-sign:before{content:"\f08c"}.icon-vector-pushpin:before{content:"\f08d"}.icon-vector-external-link:before{content:"\f08e"}.icon-vector-signin:before{content:"\f090"}.icon-vector-trophy:before{content:"\f091"}.icon-vector-github-sign:before{content:"\f092"}.icon-vector-upload-alt:before{content:"\f093"}.icon-vector-lemon:before{content:"\f094"}.icon-vector-mobile:before{content:"\f10b"}.icon-vector-phone:before{content:"\f095"}.icon-vector-unchecked:before,.icon-vector-check-empty:before{content:"\f096"}.icon-vector-bookmark-empty:before{content:"\f097"}.icon-vector-phone-sign:before{content:"\f098"}.icon-vector-twitter:before{content:"\f099"}.icon-vector-facebook:before{content:"\f09a"}.icon-vector-github:before{content:"\f09b"}.icon-vector-unlock:before{content:"\f09c"}.icon-vector-credit-card:before{content:"\f09d"}.icon-vector-rss:before{content:"\f09e"}.icon-vector-hdd:before{content:"\f0a0"}.icon-vector-bullhorn:before{content:"\f0a1"}.icon-vector-bell:before{content:"\f0a2"}.icon-vector-certificate:before{content:"\f0a3"}.icon-vector-hand-right:before{content:"\f0a4"}.icon-vector-hand-left:before{content:"\f0a5"}.icon-vector-hand-up:before{content:"\f0a6"}.icon-vector-hand-down:before{content:"\f0a7"}.icon-vector-circle-arrow-left:before{content:"\f0a8"}.icon-vector-circle-arrow-right:before{content:"\f0a9"}.icon-vector-circle-arrow-up:before{content:"\f0aa"}.icon-vector-circle-arrow-down:before{content:"\f0ab"}.icon-vector-globe:before{content:"\f0ac"}.icon-vector-wrench:before{content:"\f0ad"}.icon-vector-tasks:before{content:"\f0ae"}.icon-vector-filter:before{content:"\f0b0"}.icon-vector-briefcase:before{content:"\f0b1"}.icon-vector-fullscreen:before{content:"\f0b2"}.icon-vector-group:before{content:"\f0c0"}.icon-vector-link:before{content:"\f0c1"}.icon-vector-cloud:before{content:"\f0c2"}.icon-vector-beaker:before{content:"\f0c3"}.icon-vector-cut:before{content:"\f0c4"}.icon-vector-copy:before{content:"\f0c5"}.icon-vector-paperclip:before,.icon-vector-paper-clip:before{content:"\f0c6"}.icon-vector-save:before{content:"\f0c7"}.icon-vector-sign-blank:before{content:"\f0c8"}.icon-vector-reorder:before{content:"\f0c9"}.icon-vector-list-ul:before{content:"\f0ca"}.icon-vector-list-ol:before{content:"\f0cb"}.icon-vector-strikethrough:before{content:"\f0cc"}.icon-vector-underline:before{content:"\f0cd"}.icon-vector-table:before{content:"\f0ce"}.icon-vector-magic:before{content:"\f0d0"}.icon-vector-truck:before{content:"\f0d1"}.icon-vector-pinterest:before{content:"\f0d2"}.icon-vector-pinterest-sign:before{content:"\f0d3"}.icon-vector-google-plus-sign:before{content:"\f0d4"}.icon-vector-google-plus:before{content:"\f0d5"}.icon-vector-money:before{content:"\f0d6"}.icon-vector-caret-down:before{content:"\f0d7"}.icon-vector-caret-up:before{content:"\f0d8"}.icon-vector-caret-left:before{content:"\f0d9"}.icon-vector-caret-right:before{content:"\f0da"}.icon-vector-columns:before{content:"\f0db"}.icon-vector-sort:before{content:"\f0dc"}.icon-vector-sort-down:before{content:"\f0dd"}.icon-vector-sort-up:before{content:"\f0de"}.icon-vector-envelope:before{content:"\f0e0"}.icon-vector-linkedin:before{content:"\f0e1"}.icon-vector-rotate-left:before,.icon-vector-undo:before{content:"\f0e2"}.icon-vector-legal:before{content:"\f0e3"}.icon-vector-dashboard:before{content:"\f0e4"}.icon-vector-comment-alt:before{content:"\f0e5"}.icon-vector-comments-alt:before{content:"\f0e6"}.icon-vector-bolt:before{content:"\f0e7"}.icon-vector-sitemap:before{content:"\f0e8"}.icon-vector-umbrella:before{content:"\f0e9"}.icon-vector-paste:before{content:"\f0ea"}.icon-vector-lightbulb:before{content:"\f0eb"}.icon-vector-exchange:before{content:"\f0ec"}.icon-vector-cloud-download:before{content:"\f0ed"}.icon-vector-cloud-upload:before{content:"\f0ee"}.icon-vector-user-md:before{content:"\f0f0"}.icon-vector-stethoscope:before{content:"\f0f1"}.icon-vector-suitcase:before{content:"\f0f2"}.icon-vector-bell-alt:before{content:"\f0f3"}.icon-vector-coffee:before{content:"\f0f4"}.icon-vector-food:before{content:"\f0f5"}.icon-vector-file-text-alt:before{content:"\f0f6"}.icon-vector-building:before{content:"\f0f7"}.icon-vector-hospital:before{content:"\f0f8"}.icon-vector-ambulance:before{content:"\f0f9"}.icon-vector-medkit:before{content:"\f0fa"}.icon-vector-fighter-jet:before{content:"\f0fb"}.icon-vector-beer:before{content:"\f0fc"}.icon-vector-h-sign:before{content:"\f0fd"}.icon-vector-plus-sign-alt:before{content:"\f0fe"}.icon-vector-double-angle-left:before{content:"\f100"}.icon-vector-double-angle-right:before{content:"\f101"}.icon-vector-double-angle-up:before{content:"\f102"}.icon-vector-double-angle-down:before{content:"\f103"}.icon-vector-angle-left:before{content:"\f104"}.icon-vector-angle-right:before{content:"\f105"}.icon-vector-angle-up:before{content:"\f106"}.icon-vector-angle-down:before{content:"\f107"}.icon-vector-desktop:before{content:"\f108"}.icon-vector-laptop:before{content:"\f109"}.icon-vector-tablet:before{content:"\f10a"}.icon-vector-mobile-phone:before{content:"\f10b"}.icon-vector-circle-blank:before{content:"\f10c"}.icon-vector-quote-left:before{content:"\f10d"}.icon-vector-quote-right:before{content:"\f10e"}.icon-vector-spinner:before{content:"\f110"}.icon-vector-circle:before{content:"\f111"}.icon-vector-mail-reply:before,.icon-vector-reply:before{content:"\f112"}.icon-vector-github-alt:before{content:"\f113"}.icon-vector-folder-close-alt:before{content:"\f114"}.icon-vector-folder-open-alt:before{content:"\f115"}.icon-vector-expand-alt:before{content:"\f116"}.icon-vector-collapse-alt:before{content:"\f117"}.icon-vector-smile:before{content:"\f118"}.icon-vector-frown:before{content:"\f119"}.icon-vector-meh:before{content:"\f11a"}.icon-vector-gamepad:before{content:"\f11b"}.icon-vector-keyboard:before{content:"\f11c"}.icon-vector-flag-alt:before{content:"\f11d"}.icon-vector-flag-checkered:before{content:"\f11e"}.icon-vector-terminal:before{content:"\f120"}.icon-vector-code:before{content:"\f121"}.icon-vector-reply-all:before{content:"\f122"}.icon-vector-mail-reply-all:before{content:"\f122"}.icon-vector-star-half-full:before,.icon-vector-star-half-empty:before{content:"\f123"}.icon-vector-location-arrow:before{content:"\f124"}.icon-vector-crop:before{content:"\f125"}.icon-vector-code-fork:before{content:"\f126"}.icon-vector-unlink:before{content:"\f127"}.icon-vector-question:before{content:"\f128"}.icon-vector-info:before{content:"\f129"}.icon-vector-exclamation:before{content:"\f12a"}.icon-vector-superscript:before{content:"\f12b"}.icon-vector-subscript:before{content:"\f12c"}.icon-vector-eraser:before{content:"\f12d"}.icon-vector-puzzle-piece:before{content:"\f12e"}.icon-vector-microphone:before{content:"\f130"}.icon-vector-microphone-off:before{content:"\f131"}.icon-vector-shield:before{content:"\f132"}.icon-vector-calendar-empty:before{content:"\f133"}.icon-vector-fire-extinguisher:before{content:"\f134"}.icon-vector-rocket:before{content:"\f135"}.icon-vector-maxcdn:before{content:"\f136"}.icon-vector-chevron-sign-left:before{content:"\f137"}.icon-vector-chevron-sign-right:before{content:"\f138"}.icon-vector-chevron-sign-up:before{content:"\f139"}.icon-vector-chevron-sign-down:before{content:"\f13a"}.icon-vector-html5:before{content:"\f13b"}.icon-vector-css3:before{content:"\f13c"}.icon-vector-anchor:before{content:"\f13d"}.icon-vector-unlock-alt:before{content:"\f13e"}.icon-vector-bullseye:before{content:"\f140"}.icon-vector-ellipsis-horizontal:before{content:"\f141"}.icon-vector-ellipsis-vertical:before{content:"\f142"}.icon-vector-rss-sign:before{content:"\f143"}.icon-vector-play-sign:before{content:"\f144"}.icon-vector-ticket:before{content:"\f145"}.icon-vector-minus-sign-alt:before{content:"\f146"}.icon-vector-check-minus:before{content:"\f147"}.icon-vector-level-up:before{content:"\f148"}.icon-vector-level-down:before{content:"\f149"}.icon-vector-check-sign:before{content:"\f14a"}.icon-vector-edit-sign:before{content:"\f14b"}.icon-vector-external-link-sign:before{content:"\f14c"}.icon-vector-share-sign:before{content:"\f14d"}.icon-vector-compass:before{content:"\f14e"}.icon-vector-collapse:before{content:"\f150"}.icon-vector-collapse-top:before{content:"\f151"}.icon-vector-expand:before{content:"\f152"}.icon-vector-euro:before,.icon-vector-eur:before{content:"\f153"}.icon-vector-gbp:before{content:"\f154"}.icon-vector-dollar:before,.icon-vector-usd:before{content:"\f155"}.icon-vector-rupee:before,.icon-vector-inr:before{content:"\f156"}.icon-vector-yen:before,.icon-vector-jpy:before{content:"\f157"}.icon-vector-renminbi:before,.icon-vector-cny:before{content:"\f158"}.icon-vector-won:before,.icon-vector-krw:before{content:"\f159"}.icon-vector-bitcoin:before,.icon-vector-btc:before{content:"\f15a"}.icon-vector-file:before{content:"\f15b"}.icon-vector-file-text:before{content:"\f15c"}.icon-vector-sort-by-alphabet:before{content:"\f15d"}.icon-vector-sort-by-alphabet-alt:before{content:"\f15e"}.icon-vector-sort-by-attributes:before{content:"\f160"}.icon-vector-sort-by-attributes-alt:before{content:"\f161"}.icon-vector-sort-by-order:before{content:"\f162"}.icon-vector-sort-by-order-alt:before{content:"\f163"}.icon-vector-thumbs-up:before{content:"\f164"}.icon-vector-thumbs-down:before{content:"\f165"}.icon-vector-youtube-sign:before{content:"\f166"}.icon-vector-youtube:before{content:"\f167"}.icon-vector-xing:before{content:"\f168"}.icon-vector-xing-sign:before{content:"\f169"}.icon-vector-youtube-play:before{content:"\f16a"}.icon-vector-dropbox:before{content:"\f16b"}.icon-vector-stackexchange:before{content:"\f16c"}.icon-vector-instagram:before{content:"\f16d"}.icon-vector-flickr:before{content:"\f16e"}.icon-vector-adn:before{content:"\f170"}.icon-vector-bitbucket:before{content:"\f171"}.icon-vector-bitbucket-sign:before{content:"\f172"}.icon-vector-tumblr:before{content:"\f173"}.icon-vector-tumblr-sign:before{content:"\f174"}.icon-vector-long-arrow-down:before{content:"\f175"}.icon-vector-long-arrow-up:before{content:"\f176"}.icon-vector-long-arrow-left:before{content:"\f177"}.icon-vector-long-arrow-right:before{content:"\f178"}.icon-vector-apple:before{content:"\f179"}.icon-vector-windows:before{content:"\f17a"}.icon-vector-android:before{content:"\f17b"}.icon-vector-linux:before{content:"\f17c"}.icon-vector-dribbble:before{content:"\f17d"}.icon-vector-skype:before{content:"\f17e"}.icon-vector-foursquare:before{content:"\f180"}.icon-vector-trello:before{content:"\f181"}.icon-vector-female:before{content:"\f182"}.icon-vector-male:before{content:"\f183"}.icon-vector-gittip:before{content:"\f184"}.icon-vector-sun:before{content:"\f185"}.icon-vector-moon:before{content:"\f186"}.icon-vector-archive:before{content:"\f187"}.icon-vector-bug:before{content:"\f188"}.icon-vector-vk:before{content:"\f189"}.icon-vector-weibo:before{content:"\f18a"}.icon-vector-renren:before{content:"\f18b"}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-ExtraLight-webfont.eot);src:url(../third/sourcesans/SourceSansPro-ExtraLight-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-ExtraLight-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-ExtraLight-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight) format('svg');font-weight:100;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-ExtraLightIt-webfont.eot);src:url(../third/sourcesans/SourceSansPro-ExtraLightIt-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-ExtraLightIt-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-ExtraLightIt-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-ExtraLightIt-webfont.svg#SourceSansProExtraLightItalic) format('svg');font-weight:100;font-style:italic}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-Light-webfont.eot);src:url(../third/sourcesans/SourceSansPro-Light-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-Light-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-Light-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-Light-webfont.svg#SourceSansProLight) format('svg');font-weight:300;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-LightIt-webfont.eot);src:url(../third/sourcesans/SourceSansPro-LightIt-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-LightIt-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-LightIt-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-LightIt-webfont.svg#SourceSansProLightItalic) format('svg');font-weight:300;font-style:italic}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-Regular-webfont.eot);src:url(../third/sourcesans/SourceSansPro-Regular-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-Regular-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-Regular-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-Regular-webfont.svg#SourceSansProRegular) format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-It-webfont.eot);src:url(../third/sourcesans/SourceSansPro-It-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-It-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-It-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-It-webfont.svg#SourceSansProItalic) format('svg');font-weight:normal;font-style:italic}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-Semibold-webfont.eot);src:url(../third/sourcesans/SourceSansPro-Semibold-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-Semibold-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-Semibold-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold) format('svg');font-weight:600;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-SemiboldIt-webfont.eot);src:url(../third/sourcesans/SourceSansPro-SemiboldIt-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-SemiboldIt-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-SemiboldIt-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic) format('svg');font-weight:600;font-style:italic}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-Bold-webfont.eot);src:url(../third/sourcesans/SourceSansPro-Bold-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-Bold-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-Bold-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-Bold-webfont.svg#SourceSansProBold) format('svg');font-weight:bold;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-BoldIt-webfont.eot);src:url(../third/sourcesans/SourceSansPro-BoldIt-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-BoldIt-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-BoldIt-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-BoldIt-webfont.svg#SourceSansProBoldItalic) format('svg');font-weight:bold;font-style:italic}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-Black-webfont.eot);src:url(../third/sourcesans/SourceSansPro-Black-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-Black-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-Black-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-Black-webfont.svg#SourceSansProBlack) format('svg');font-weight:900;font-style:normal}@font-face{font-family:'Humbug';src:url(../third/sourcesans/SourceSansPro-BlackIt-webfont.eot);src:url(../third/sourcesans/SourceSansPro-BlackIt-webfont.eot?#iefix) format('embedded-opentype'),url(../third/sourcesans/SourceSansPro-BlackIt-webfont.woff) format('woff'),url(../third/sourcesans/SourceSansPro-BlackIt-webfont.ttf) format('truetype'),url(../third/sourcesans/SourceSansPro-BlackIt-webfont.svg#SourceSansProBlackItalic) format('svg');font-weight:900;font-style:italic}
529.76652
75,624
0.800353
bd5fa6dc5e3efabfbfc570469d1176a3180a2c47
8,904
css
CSS
css/style.css
pranavthakur404/megacorp
c88063fdc68b472272cfa4b57c11df85017340c1
[ "MIT" ]
null
null
null
css/style.css
pranavthakur404/megacorp
c88063fdc68b472272cfa4b57c11df85017340c1
[ "MIT" ]
null
null
null
css/style.css
pranavthakur404/megacorp
c88063fdc68b472272cfa4b57c11df85017340c1
[ "MIT" ]
null
null
null
body { width: 100%; font-family: 'Roboto', sans-serif; margin: 0px; padding: 0px; } .clearfix::after { content: ""; display: block; clear: both; } /* banner start here */ .banner { width: 100%; background-image: url("../images/banner1.jpg"); background-size: cover; background-position: center top; padding-top: 50px; padding-bottom: 237px; } .banner-navigation { max-width: 1200px; margin: 0 auto; color: rgba(255, 255, 255, 0.842); } .banner-navigation h1 { float: left; margin-top: 0px; font-size: 40px; color: white; } .banner-navigation ul { float: right; margin-top: 0px; } .banner-navigation li { float: left; list-style-type: none; margin-left: 30px; font-size: 15px; font-weight: 700; padding: 10px; } .banner-navigation .fixed-background { background-color: #2b8ec2; font-size: 15px; font-weight: 700; padding: 10px; border-radius: 5px; } .banner-navigation li:hover { background-color: #2b8ec2; border-radius: 5px; } .banner-text { max-width: 1200px; margin: 0 auto; text-align: center; clear: both; color: #ffffffe4; margin-top: 150px; } .banner-text h2 { font-size: 40px; font-weight: 100; color: white; } .banner-text p { font-size: 20px; line-height: 30px; color: silver; } .banner-text button { background-color: #2b8ec2; color: whitesmoke; font-family: 'Roboto', sans-serif; font-weight: 500; border: none; padding: 10px 30px; border-radius: 5px; margin-top: 30px; } /* banner ends here */ /* three section start here */ .three-section { width: 100%; background-color: #000000; padding-top: 50px; padding-bottom: 50px; } .three-section .center { max-width: 1200px; margin: 0 auto; } .three-section .center .box { width: 30%; text-align: center; float: left; padding:20px 0px; } .three-section .center .box:hover{ background-color:red; transform:scale(1.2); transition:3s } .three-section .center .margin-left { margin-left: 4.5%; } .three-section .center h3 { color: whitesmoke; margin-top: 0px; font-size: 25px; font-weight: 100; margin-bottom: 0px; } .three-section .center i { font-size: 40px; color: whitesmoke; margin-top: 30px; } .three-section .center p { color: grey; margin-top: 30px; line-height: 30px; } .three-section .center .box button { background-color: #2b8ec2; border: none; border-radius: 5%; color: whitesmoke; font-family: 'Roboto', sans-serif; padding: 10px 30px; margin-top: 30px; } /* three section ends here */ /* big section start here */ .big-section { width: 100%; background-color: #101113; padding: 50px 0px; } .big-section .center { max-width: 1200px; margin: 0 auto; } .big-section .center .block1 { width: 65%; float: left; } .big-section .center .block2 { width: 32%; float: right; } .big-section .center .block1 h3 { font-size: 25px; color: rgba(245, 245, 245, 0.705); font-weight: 100; margin-top: 0px; } .big-section .center .block1 img { width: 100%; } .big-section .center .block1 p { color: grey; } .big-section .center .block1 .white { color: white; } .big-section .center .block1 button { font-family: 'Roboto', sans-serif; color: whitesmoke; background-color: #2b8ec2; border: none; border-radius: 5px; padding: 10px 30px; margin-top: 25px; } .big-section .center .block1 hr { margin-top: 50px; border-top: 1px; } /* small block1 start here */ .block1 .small-block1 { width: 100%; } .block1 .small-block1 .box1 { width: 48%; float: left; } .block1 .small-block1 .box2 { width: 48%; float: right; } .block1 .small-block1 .box1 button { float: left; } .block1 .small-block1 .box1 h3 { color: white; margin-top: 50px; } .block1 .small-block1 .box1 h4 { color: whitesmoke; font-weight: 800; float: left; margin-top: 33px; margin-left: 16px; font-size: 13px; } .block1 .small-block1 .box1 p { font-size: 12px; clear: both; line-height: 30px; } .block1 .small-block1 .box1 hr { margin-top: 25px; margin-bottom: 0px; } .block1 .small-block1 .box1 .margin-top2 { margin-top: 90px; } .block1 .small-block1 .box1 .margin-top1 { margin-top: 105px; } .block1 .small-block1 .box2 h3 { color: white; margin-top: 50px; margin-bottom: 0px; } .block1 .small-block1 .box2 h4 { color: rgba(245, 245, 245, 0.657); font-size: 14px; margin-top: 0px; font-weight: 500; } .block1 .small-block1 .box2 li { color: grey; font-size: 10px; line-height: 20px; margin-bottom: 0px; } .block1 .small-block1 .box2 hr { margin-top: 5px; } /* big section block 2 start here */ .big-section .center .block2 .small-block2 .box1 { width: 45.5%; float: left; } .big-section .center .block2 .small-block2 .box2 { width: 45.5%; float: right; } .big-section .center .block2 .small-block2 .box1 h3 { color: white; font-weight: 100; font-size: 25px; margin-left: 22px; } .big-section .center .block2 .small-block2 .box2 h3 { color: white; font-weight: 100; font-size: 25px; } .big-section .center .block2 .small-block2 li { color: grey; font-size: 12px; } .big-section .center .small-block2 hr { border-top: 1px; } .big-section .center h2 { color: white; font-weight: 100; font-size: 30px; } .big-section .center .box { margin-top: 20px; } .big-section .center .box img { width: 20%; border-radius: 5px; float: left; margin-top: 10px; } .big-section .center .box p { font-size: 12px; margin-left: 10px; line-height: 25px; float: left; color: grey; margin-bottom: 30px; } .big-section .center .box hr { clear: both; border-top: 1px; } .big-section .center button { font-family: 'Roboto', sans-serif; background-color: #2b8ec2; border: none; padding: 15px 30px; border-radius: 5px; margin-top: 30px; } /* big section end here */ /* footer start here */ .footer{ width:100%; background-color:#101113; padding:50px 0px; } .footer-center{ max-width:1200px; margin:0 auto; text-align: center; color:grey; } .footer-center hr{ margin-top:0px; border-top:1px; margin-bottom:30px; } .footer-center .white{ color:white; } /* footer ends here */ /* media query start here */ @media only screen and (max-width:700px) { .banner-navigation li { float: none; margin-left: 0px; } .banner-navigation ul{ float: none; text-align: left; margin-top:80px; } .banner-navigation h1{ float: none; text-align: center; } .banner-text h2 { font-size: 30px; } .banner-text p { font-size: 15px; line-height: 20px; } /* three section start here */ .three-section .center .box { width: 80%; float: none; clear: both; text-align: center; margin: 0 auto; } .three-section .center .margin-left { margin: 0 auto; margin-top: 30px; border-top: 1px solid silver; padding-top: 10px; } /* big section start here */ .big-section .center .block1-big { width: 90%; text-align: center; margin: 0 auto; } .big-section .center .block1 { width: 100%; clear: both; float: none; } .big-section .center .block2 { width: 100%; clear: both; } .block1 .small-block1 .box1 { width: 100%; clear: both; text-align: center; } .block1 .small-block1 .box2 { width: 100%; clear: both; text-align: center; } .big-section .center .block2 .small-block2 .box1 { width: 90%; clear: both; margin-left: 20px; } .big-section .center .block2 .small-block2 .box2 { width: 90%; clear: both; float: none; margin-left: 20px; } /* block2 four-box start here */ .block2 .block2-fourbox{ width:50%; text-align: center; margin:0 auto; } }
18.320988
55
0.554582
bd6488f804e80172bd6372e907677c546b754152
3,326
css
CSS
src/chrome/global/listbox.css
RealityRipple/InTheDark
e50a0ce2e903e2960ca812dedfa5999b25880ade
[ "Unlicense" ]
4
2017-10-04T09:55:35.000Z
2019-09-24T10:20:32.000Z
src/chrome/global/listbox.css
RealityRipple/InTheDark
e50a0ce2e903e2960ca812dedfa5999b25880ade
[ "Unlicense" ]
null
null
null
src/chrome/global/listbox.css
RealityRipple/InTheDark
e50a0ce2e903e2960ca812dedfa5999b25880ade
[ "Unlicense" ]
null
null
null
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); listbox { -moz-appearance: none; margin: 2px 4px; border: 1px solid; -moz-border-top-colors: #606060; -moz-border-right-colors: #A0A0A0; -moz-border-bottom-colors: #A0A0A0; -moz-border-left-colors: #606060; background-color: #000000; color: #FFFFFF; } listbox[disabled="true"] { color: #909090; } listitem { border: 1px solid transparent; background-color: #000000; color: #FFFFFF; } listbox:focus > listitem[selected="true"][current="true"] { border-top-color: #606060; border-right-color: #D0D0D0; border-bottom-color: #D0D0D0; border-left-color: #606060; background-color: #505050; } listbox:focus > listitem[current="true"] { border-top-color: #606060; border-right-color: #D0D0D0; border-bottom-color: #D0D0D0; border-left-color: #606060; background-color: #404040; } listitem[selected="true"] { border-top-color: #606060; border-right-color: #D0D0D0; border-bottom-color: #D0D0D0; border-left-color: #606060; background-color: #404040; } listbox:focus > listitem[selected="true"] { border-top-color: #606060; border-right-color: #D0D0D0; border-bottom-color: #D0D0D0; border-left-color: #606060; background-color: #505050; } listheader { -moz-appearance: none; -moz-box-align: center; border: 1px solid; -moz-border-top-colors: #A0A0A0; -moz-border-right-colors: #606060; -moz-border-bottom-colors: #606060; -moz-border-left-colors: #A0A0A0; background-color: #000000; color: #FFFFFF; padding: 0 4px; } listheader[sortable="true"]:hover:active { -moz-border-top-colors: #C0C0C0; -moz-border-right-colors: #808080; -moz-border-bottom-colors: #808080; -moz-border-left-colors: #C0C0C0; } .listheader-icon { -moz-margin-end: 2px; } .listheader-label { margin: 0px !important; } .listheader-sortdirection { list-style-image: none; } .listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .listheader-sortdirection[sortDirection="ascending"]:-moz-system-metric(windows-classic) { list-style-image: url("chrome://global/skin/tree/sort-asc-classic.png"); } .listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.png"); } .listheader-sortdirection[sortDirection="descending"]:-moz-system-metric(windows-classic) { list-style-image: url("chrome://global/skin/tree/sort-dsc-classic.png"); } .listcell-label { margin: 0px !important; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { -moz-margin-end: 2px; } .listcell-label[disabled="true"] { color: #909090; } .listcell-check { -moz-appearance: none; -moz-box-align: center; margin: 0px 2px; border: 0px; min-width: 13px; min-height: 13px; background: #000000 no-repeat 50% 50%; background-image: url("chrome://global/skin/checkbox/unchecked.png"); } .listcell-check[checked="true"] { background-image: url("chrome://global/skin/checkbox/checked.png"); } .listcell-check[disabled="true"] { border-color: #909090; background-image: url("chrome://global/skin/checkbox/disabledunchecked.png"); } .listcell-check[disabled="true"][checked="true"] { background-image: url("chrome://global/skin/checkbox/disabledchecked.png"); }
22.937931
89
0.722189
bd68a8b6c7859380f6e7cb2e7a480084c301df0d
16,087
css
CSS
Assets/style.css
itineraries/front-end
c592303aa75fc108280c859faed709646d2a0aa2
[ "MIT" ]
null
null
null
Assets/style.css
itineraries/front-end
c592303aa75fc108280c859faed709646d2a0aa2
[ "MIT" ]
null
null
null
Assets/style.css
itineraries/front-end
c592303aa75fc108280c859faed709646d2a0aa2
[ "MIT" ]
null
null
null
h1, h2, p, ul, ol, button, input, label, .custom-select, .footer-one, .footer-two, .link-button { font-family: "Avenir", "Segoe UI", Arial, sans-serif; } h1 { font-size: 10vw; } h2 { font-size: 3vw; } p { font-size: 2vw; } .navbar, .footer-one ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #583285; font-size: 2vw; } .navbar li, .footer-one li { float: left; } .navbar li a, .footer-one li a, .dropbtn { display: inline-block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .navbar li a:hover:not(.active), .footer-one li a:hover:not(.active), .dropdown:hover .dropbtn { background-color: #280038; } .navbar li.dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #583285; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .active { background-color: #9d00e4; } html, body { margin: 0; padding: 0; height: 100%; } .first-home-image { background: #000 url("NYU_Brooklyn_Bus.png") no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; position: relative; } .first-home-image-text { line-height: 0.8; text-align: center; position: absolute; top: 42%; left: 3.6%; color: white; } .first-home-image-text h1 { font-size: 3.2vw; } .first-home-image-text h2 { font-size: 1.6vw; } .first-home-image-text a { color: #000000; text-decoration: none; } .first-home-image-text button { display: inline-block; border-radius: 4px; background-color: #FFFFFF; border: none; color: #000000; text-align: center; font-size: 28px; padding: 20px; width: 200px; transition: all 0.5s; cursor: pointer; margin: 5px; } .first-home-image-text button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .first-home-image-text button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .first-home-image-text button:hover span { padding-right: 25px; } .first-home-image-text button:hover span:after { opacity: 1; right: 0; } .second-home-image, .first-departures-image { background-image: url("Data_ABCEFG_on_Map.png"); background-repeat: no-repeat; } .form-section { display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; min-height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; transition: 0.5s; } .form-container { background: rgba(255, 255, 255, 0.9); padding: 35px; margin: 0 0 10px; width: auto; transition: 0.5s; display: inline-block; vertical-align: top; } @media screen and (min-width: 780px) { .form-container { margin: 10px; padding: 25px; border-radius: 25px; width: 700px; } } @media screen and (min-width: 790px) { .form-container { margin-right: 10px; } } .form-container * { font-size: 14pt; } .form-container h1 { padding-top: 12px; font-size: 16pt; margin-top: 6px; margin-bottom: 6px; text-align: center; font-style: italic; border-top: 1px inset; } .form-table { display: table; } .form-table > * { display: table-row; } .form-table > * > * { display: table-cell; padding: 0 4px; } .form-table > * > :first-child { padding-left: 0; } .form-table > * > :last-child, .form-table > * > :last-child > * { width: 100%; padding-right: 0; } .form-actions { text-align: right; margin-right: -4px; } .form-sentence { display: block; } .form-sentence > *, .form-sentence-word { display: inline-block; margin-right: 8px; } .form-sentence-word > * { display: inline-block; } /*the container must be positioned relative:*/ .custom-select { position: relative; } .custom-select select { display: none; /*hide original SELECT element:*/ } .select-selected { background-color: #FFFFFF; opacity: 0.8; } /*style the arrow inside the select element:*/ .select-selected:after { position: absolute; content: ""; top: 50%; right: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: #000000 transparent transparent transparent; } /*point the arrow upwards when the select box is open (active):*/ .select-selected.select-arrow-active:after { border-color: transparent transparent #000000 transparent; margin-top: -8px; } /*style the items (options), including the selected item:*/ .select-items div { padding: 8px 16px; border: 1px solid transparent; border-color: #333; cursor: pointer; user-select: none; color: #FFFFFF; } /*style the items (options), including the selected item:*/ .select-selected { cursor: pointer; user-select: none; color: black; } /*style items (options):*/ .select-items { position: absolute; background-color: #333; top: 100%; left: 0; right: 0; z-index: 99; } /*hide the items when the select box is closed:*/ .select-hide { display: none; } .select-items div:hover, .same-as-selected { background-color: rgba(0, 0, 0, 0.1); } .form-container button, .form-container input[type=submit], .form-container .link-button { background-color: #333; border: none; color: white; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; margin: 6px 4px; cursor: pointer; } /* The container */ .container { position: relative; margin-bottom: 12px; min-width: 25px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .container > input { display: none; } .container, .container + label, .container > .checkmark + *, .container + span > label { cursor: pointer; } .container > .checkmark + * { margin-left: 32px; } /* Create a custom radio button */ .checkmark { position: absolute; top: 50%; left: 0; height: 25px; width: 25px; margin-top: -13px; background-color: #333; border-radius: 50%; } /* On mouse-over, add a grey background color */ .container:hover input ~ .checkmark { background-color: #ccc; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .container input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .container .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; } .first-departures-image-form-two { width: auto; max-width: 300px; vertical-align: bottom; } .first-departures-image-form-two label { font-size: 1.7vw; padding: 12px 12px 12px 0; display: inline-block; } .first-login-image { background-image: url("NYU_White_Bus-Passenger.jpg"); background-repeat: no-repeat; text-align: center; } .first-login-image-form { width: 100%; max-width: 400px; text-align: left; } .form-container-single-column h1 { font-size: 28pt; margin: 6px 0; padding-bottom: 10px; border-top: none; border-bottom: 1px solid #888; text-align: center; } .form-container-single-column p { text-align: center; } .form-container-single-column .form-table { width: 100%; } .form-container-single-column .form-actions { text-align: center; } .first-login-image-form-two a { color: black; text-decoration: none; } .first-login-image-form-two a:hover { text-decoration: underline; } .first-reset-image { background-image: url("NYU_White_Bus-Passenger.jpg"); background-repeat: no-repeat; text-align: center; } .first-reset-image-form { text-align: left; max-width: 600px; } .first-request-image { background-image: url("NYU_White_Bus-Passenger.jpg"); background-repeat: no-repeat; text-align: center; } .first-request-image-form { text-align: left; max-width: 600px; } input[type=text], input[type=time], input[type=number], input[type=password], select, .custom-select > .select-selected { padding: 12px 20px; margin: 8px 0; box-sizing: border-box; border: 3px solid #ccc; transition: 0.5s; outline: none; } input { font-size: 1.5vw; } .custom-select > .select-selected { padding-right: 30px; } input[type=text]:focus { border: 3px solid #555; } .first-account-image { background-image: url("NYU_White_Bus-Passenger.jpg"); background-repeat: no-repeat; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; } .first-account-image-form { position: absolute; top: 1%; left: 27%; border-radius: 25px; padding: 25px; width: 40vw; height: 91vh; background: #FFFFFF; opacity: 0.9; } .first-account-image-form p { font-size: 1.5vw; } .first-account-image-form h1 { font-size: 3vw; margin-top: 6px; margin-bottom: 6px; } .first-account-image-form h2 { font-size: 2vw; margin-top: 6px; margin-bottom: 6px; } .first-account-image-form button { font-size: 1.5vw; float: right; background-color: #333; border: none; color: white; padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; margin: 6px 4px; cursor: pointer; } .first-logout-image { background-image: url("NYU_White_Bus-Driver.jpg"); background-repeat: no-repeat; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; } .first-logout-image-text { line-height: 1.8; text-align: center; position: absolute; top: 34%; left: 3.6%; color: white; } .first-logout-image-text h1 { font-size: 3.2vw; } .first-logout-image-text h2 { font-size: 2.2vw; } .embed { position: relative; } .embed__item { position: absolute; left: 0; width: 100%; height: 100%; top: 0; } .embed--16by9 { padding-top: 56.25%; } .text { padding: 50px; } .text a { color: black; text-decoration: none; } .text a:hover { text-decoration: underline; } .text li { font-size: 2vw; } .responsive { width: 100%; max-width: 400px; height: auto; } .first-terms-image { background-image: url("NYU_White_Bus-Sunny.jpg"); background-repeat: no-repeat; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; } .first-terms-image-text { line-height: 1; text-align: center; position: absolute; top: 36%; left: 3.6%; color: white; } .first-terms-image-text h1 { font-size: 3.2vw; } .first-terms-image-text h2 { font-size: 2.2vw; } .first-privacy-image { background-image: url("NYU_White_Bus-Fire_Hydrant.jpg"); background-repeat: no-repeat; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; } .first-privacy-image-text { line-height: 1; text-align: center; position: absolute; top: 36%; left: 3.6%; color: white; } .first-privacy-image-text h1 { font-size: 3.2vw; } .first-privacy-image-text h2 { font-size: 2.2vw; } .first-error-404-image { background-image: url("NYU_White_Bus-Not_in_Service.jpg"); background-repeat: no-repeat; display: block; border: 0; margin: 0; padding: 0; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; height: 100%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: cover; background-position: contain; position: relative; } .first-error-404-image-text { line-height: 1; text-align: center; position: absolute; top: 36%; left: 3.6%; color: white; } .first-error-404-image-text h1 { font-size: 3.2vw; } .first-error-404-image-text h2 { font-size: 2.2vw; } .footer-one { left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; overflow: hidden; background-color: #583285; font-size: 2vw; float: left; display: block; color: white; text-align: center; text-decoration: none; } .main-container { float: left; position: relative; left: 50%; } .fixer-container { float: left; position: relative; left: -50%; } .footer-two { left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; overflow: hidden; background-color: #583285; font-size: 2vw; float: left; display: block; color: white; text-align: center; text-decoration: none; } #select_day + .select-selected { width: 8em; } #select-orig + .select-selected { width: 150px; } #output { background: #fff5ee; padding: 0 0 1px; margin: 0 0 -1px; } #output * { font-size: 11pt; } #output > h1, #output > p { background: #57068c; color: #fff; margin: 0 0 15px; padding: 10px; } #output > h1 { font-size: 32pt; font-weight: normal; } #output > ol, #output > ul { margin: 0; padding: 0; } #output > * > li { list-style-type: none; background: #fdd9b5; border-radius: 25px; margin: 0 10px 25px; padding: 10px 25px 25px; font-size: 28pt; } #output > * > li > ol, #output > * > li > ul { background: #fff; padding: 15px 50px; margin: 10px -25px -25px; border-radius: 25px; } #output > * > li > * > li, #output > * > li > * > li > * { font-size: 16pt; margin: 10px 0; } #output .itinerary-time { font-weight: bold; background: #eef; color: #000; } #output .itinerary-node { background: #efe; color: #000; }
17.297849
121
0.599988
bd7b21bc732aff788633cd95338e84df38af47ae
81
css
CSS
public/style/style.css
martin-ryan/sinatra_shopping_list
5ac291af01a805e06991e49f7ceab738329fe88b
[ "MIT" ]
null
null
null
public/style/style.css
martin-ryan/sinatra_shopping_list
5ac291af01a805e06991e49f7ceab738329fe88b
[ "MIT" ]
null
null
null
public/style/style.css
martin-ryan/sinatra_shopping_list
5ac291af01a805e06991e49f7ceab738329fe88b
[ "MIT" ]
null
null
null
#main_nav li { display: inline-block; } /*# sourceMappingURL=style.css.map */
16.2
37
0.679012
bd7bb0d45ac3d322d627d3d77bce9e1c51369cff
4,921
css
CSS
cyclesOfFriends.css
gaoguanghui/CyclesOfFriends
f631f1bba20b6582adaa68bd33b01bdc2a5070ac
[ "MIT" ]
null
null
null
cyclesOfFriends.css
gaoguanghui/CyclesOfFriends
f631f1bba20b6582adaa68bd33b01bdc2a5070ac
[ "MIT" ]
null
null
null
cyclesOfFriends.css
gaoguanghui/CyclesOfFriends
f631f1bba20b6582adaa68bd33b01bdc2a5070ac
[ "MIT" ]
null
null
null
* { margin: 0; padding: 0; } a { text-decoration: none; } body { background-color: white; } .header { background: url("./images/cover.jpeg") no-repeat center; background-size: cover; width: 100%; height: 319px; position: relative; } .header>h1 { font: 44px/62px "PingFangSC-Semibold"; color: white; text-align: center; padding-top: 111px; } .header-user { position: absolute; bottom: -20px; right: 12px; display: flex; justify-content: right; } .header-user>p { color: white; font: 17px/24px "PingFangSC-Semibold"; margin-bottom: 32px; margin-top: 15px; margin-right: 24px; } .header-user>img { width: 71px; height: 71px; border-radius: 6px; } .main>ol { padding-top: 60px; padding-bottom: 60px; } .main .item { padding: 10px; border-bottom: 1px solid #EBEBEC; display: flex; } .item .avatar { width: 44px; height: 44px; } .item .avatar>img { display: block; width: 44px; height: 44px; border-radius: 4px; background-color: red; } .item .content { margin-left: 10px; } .item .content>p:nth-of-type(1) { font: 17px/24px "PingFangSC-Regular"; color: #4D638F; margin-bottom: 10px; } .item .content>p:nth-of-type(2) { font: 17px/24px "PingFangSC-Regular"; color: #121212; margin-bottom: 10px; } .item:nth-of-type(1) .content>div:nth-child(3) { width: 250px; height: 250px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px 5px; } .item:nth-of-type(1) .content>div:nth-child(3)>a { width: 80px; height: 80px; background-color: rosybrown; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(1) { background: url("./images/humen1.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(2) { background: url("./images/humen2.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(3) { background: url("./images/humen3.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(4) { background: url("./images/humen4.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(5) { background: url("./images/humen5.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(6) { background: url("./images/humen6.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(7) { background: url("./images/humen7.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(8) { background: url("./images/humen8.png") no-repeat center; background-size: contain; } .item:nth-of-type(1) .content>div:nth-child(3)>a:nth-child(9) { background: url("./images/humen9.png") no-repeat center; background-size: contain; } .item .content .timestamp { display: flex; justify-content: space-between; } .content .timestamp>p { font-size: 14px; color: #B7B7B7; padding: 5px 0px; } .content .timestamp>a>img { width: 29px; vertical-align: middle; } .content .comments { background: #F3F3F5; border-radius: 2px; } .comments p { font: 15px/21px; font-family: "PingFangSC-Regular"; color: #000; padding: 5px; } .content .comments>p:nth-of-type(1) { color: #536892; } .content .comments>p:nth-of-type(1)::before { content: ""; display: inline-block; width: 11px; height: 10px; background: url("./images/star_small.png"); background-size: cover; vertical-align: middle; margin-right: 5px; } .item:nth-of-type(2) .content .detail { background-color: #f3f3f5; width: 100%; height: 48px; display: flex; align-items: center; } .item:nth-of-type(2) .content .detail>img { background-color: green; width: 42px; height: 42px; margin: 3px 3px; content: url("./images/line.png"); } .item:nth-of-type(2) .content .detail>p { margin-left: 6px; font: 15px/21px "PingFangSC-Regular"; } .item:nth-of-type(3) .content>p:nth-child(3) { width: 260px; height: 162px; background: url("./images/girl.png") no-repeat center; background-size: cover; } .item:nth-of-type(4) .content>p:nth-child(3) { width: 147px; height: 147px; background: url("./images/qrcode.png") no-repeat center; background-size: cover; } .item:nth-of-type(1) .avatar>img { content: url("./images/town.png"); } .item:nth-of-type(2) .avatar>img { content: url("./images/tonu.png"); } .item:nth-of-type(3) .avatar>img { content: url("./images/fans.png"); } .item:nth-of-type(4) .avatar>img { content: url("./images/lefex.png"); }
22.166667
63
0.632189
bd7bdecf094c4005e1c539c1c078c47cdad55d2f
1,262
css
CSS
src/container/Chat/Chat.css
MykolajKrusser/Production-volumes-app
9cdd3e0a0544b0d37793d27db0b8a542f2249eaf
[ "MIT" ]
null
null
null
src/container/Chat/Chat.css
MykolajKrusser/Production-volumes-app
9cdd3e0a0544b0d37793d27db0b8a542f2249eaf
[ "MIT" ]
null
null
null
src/container/Chat/Chat.css
MykolajKrusser/Production-volumes-app
9cdd3e0a0544b0d37793d27db0b8a542f2249eaf
[ "MIT" ]
null
null
null
.Chat{ display: flex; flex-direction: row; justify-content: left; } .IncomeList{ display: flex; flex-direction: column; justify-content: space-between; min-width: 20%; } .IncomeList img:hover{ transition: all 0.3s ease-in-out; transform: scale(1.3) } .IncomeList li{ list-style: none; border-bottom: 1px solid white; transition: all 0.3s ease-in-out; } .IncomeList li:hover{ background: #2F3241; transition: all 0.3s ease-in-out; } .ChatRoom{ display: flex; flex-direction: column; width: 70%; margin: 30px; background: #2F3241; transition: all 0.3s ease-in-out; } .ChatRoom img:hover{ transition: all 0.3s ease-in-out; transform: scale(1.3) } .Right{ display: flex; flex-direction: row; justify-content: center; background: #aab2d4; margin: 7px auto 7px 7px; border: 1px solid #1e70bf; border-radius: 20px; transition: all 0.3s ease-in-out; } .ChatMessage{ padding: 10px; } .Left{ padding: 5px; margin: 7px 7px 7px auto; border: 1px solid #aab2d4; background: #1e70bf; border-radius: 20px; transition: all 0.3s ease-in-out; } .Inputs{ display: flex; flex-direction: row; flex-wrap: nowrap; }
18.028571
37
0.631537
bd7cdb59962f3051f4f431bbaa7e19b38647a70a
3,079
css
CSS
css/style.css
elenrosee/goit-markup-hw-02
b94720b9fecd8f10b6731b2dac3a11aa49624930
[ "MIT" ]
null
null
null
css/style.css
elenrosee/goit-markup-hw-02
b94720b9fecd8f10b6731b2dac3a11aa49624930
[ "MIT" ]
null
null
null
css/style.css
elenrosee/goit-markup-hw-02
b94720b9fecd8f10b6731b2dac3a11aa49624930
[ "MIT" ]
null
null
null
ul { list-style: none; } a { text-decoration: none; color: var(--text-color-black); } * { margin: 0; padding: 0; } /*убрали дефолтные стили*/ :root { --text-color-white: #ffffff; --text-color-black: #212121; --text-color-grey: #757575; --accent-color: #2196f3; --text-color-auth-nav: rgba(255, 255, 255, 0.6); --text-color-black-logo: #000000; --background-color-gray: #2f303a; --background-color-bottom: #f5f4fa; --border-color: #ececec; } /*общие стили для index.html*/ body { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.17; letter-spacing: 0.03em; color: var(--text-color-black); background-color: var(--text-color-white); } /*шапка сайта*/ .logo { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 26px; color: var(--accent-color); } .studio-logo { color: var(--text-color-black-logo); } footer .studio-logo { color: var(--text-color-white); } .nav-link { font-weight: 500; letter-spacing: 0.02em; } .current.nav-link { color: var(--accent-color); } .contact-link { color: var(--text-color-grey); } .nav-link:hover, .nav-link:focus, .contact-link:hover, .contact-link:focus { color: var(--accent-color); } /* секция герой */ .hero { background-color: var(--background-color-gray); } .hero-title { font-weight: 900; font-size: 44px; line-height: 1.36; letter-spacing: 0.06em; color: var(--text-color-white); text-align: center; text-transform: uppercase; } .hero-btn { font-weight: 700; font-size: 16px; line-height: 1.87; letter-spacing: 0.06em; background-color: var(--accent-color); color: var(--text-color-white); } /* секция особенности и чем мы занимаемся */ .about-us .title { display: none; } .about-us-title { font-weight: 700; text-transform: uppercase; } .about-us-text { line-height: 1.71; color: var(--text-color-grey); } .what-we-do-title, .team-title { font-weight: 700; font-size: 36px; text-align: center; } /* секция наша команда */ .team { background-color: #f5f4fa; } .team-list { background-color: var(--text-color-white); } .team-worker { font-weight: 500; font-size: 16px; text-align: center; } .profession { font-size: 16px; color: var(--text-color-grey); text-align: center; } /* футер */ .footer { background-color: var(--background-color-gray); } .footer-auth-nav .link { line-height: 1.71; color: var(--text-color-auth-nav); font-style: normal; } .footer-auth-nav .address { color: var(--text-color-white); } /* оформление для сайта портфолио */ /* мейн */ .menu-button { font-weight: 500; font-size: 16px; line-height: 1.62; text-align: center; background-color: var(--background-color-bottom); } .current.menu-button, .menu-button:hover, .menu-button:focus { background-color: var(--accent-color); color: var(--text-color-white); } .project-name { font-weight: 700; font-size: 18px; line-height: 2; letter-spacing: 0.06em; } .project-type { font-size: 16px; line-height: 1.87; color: var(--text-color-grey); }
17.695402
51
0.647613
bd83c93d4558033a87ed885874b65d1f01c376e1
891
css
CSS
ZimbraWebClient/WebRoot/yui/2.7.0/imagecropper/assets/skins/sam/imagecropper-skin.css
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
5
2019-03-26T07:51:56.000Z
2021-08-30T07:26:05.000Z
ZimbraWebClient/WebRoot/yui/2.7.0/imagecropper/assets/skins/sam/imagecropper-skin.css
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
1
2015-08-18T19:03:32.000Z
2015-08-18T19:03:32.000Z
ZimbraWebClient/WebRoot/yui/2.7.0/imagecropper/assets/skins/sam/imagecropper-skin.css
fciubotaru/z-pec
82335600341c6fb1bb8a471fd751243a90bc4d57
[ "MIT" ]
13
2015-03-11T00:26:35.000Z
2020-07-26T16:25:18.000Z
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Web Client * Copyright (C) 2009, 2010 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.zimbra.com/license. * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. * ***** END LICENSE BLOCK ***** */ /* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */ .yui-skin-sam .yui-crop .yui-crop-mask { background-color: #000; opacity: .5; filter: alpha(opacity=50); } .yui-skin-sam .yui-crop .yui-resize { border: 1px dashed #fff; }
28.741935
72
0.680135
bd902e4b94d26a6798cabee8a8fd6d5d5b1a7012
28,561
css
CSS
trac/htdocs/css/trac.css
NetSpida/trac
6ad75b926591e114ba504f6a72a38fd305d77fb1
[ "BSD-3-Clause" ]
null
null
null
trac/htdocs/css/trac.css
NetSpida/trac
6ad75b926591e114ba504f6a72a38fd305d77fb1
[ "BSD-3-Clause" ]
null
null
null
trac/htdocs/css/trac.css
NetSpida/trac
6ad75b926591e114ba504f6a72a38fd305d77fb1
[ "BSD-3-Clause" ]
null
null
null
@charset "UTF-8"; /* -*- coding: utf-8 -*- */ html { overflow-y: scroll } body { font-size: .9em; background: #fff; /* body_bg */ color: #000; margin: .5em; padding: 0; } body, th, tr { font-style: normal; font-family: Roboto,Segoe UI,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; /* trac_sans_serif */ } h1, h2, h3, h4 { font-weight: bold; letter-spacing: -0.018em; page-break-after: avoid; } h1 { font-size: 1.8em; margin: .15em 1em 0.5em 0 } h2 { font-size: 1.6em; } h3 { font-size: 1.2em; } hr { border: none; border-top: 1px solid #ccb; margin: 2em 0 } address { font-style: normal } img { border: none } .underline { text-decoration: underline } ol.loweralpha { list-style-type: lower-alpha } ol.upperalpha { list-style-type: upper-alpha } ol.lowerroman { list-style-type: lower-roman } ol.upperroman { list-style-type: upper-roman } ol.arabic { list-style-type: decimal } /* Link styles */ :link, :visited { text-decoration: none; color: #b00; border-bottom: 1px dotted #bbb; } :link:hover, :visited:hover { background-color: rgba(238, 238, 238, .5); color: #500; border-radius: .1em; box-shadow: 0 0 0 .15em rgba(238, 238, 238, .5); } h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited, h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited { color: inherit; } /* Heading anchors */ .anchor:link, .anchor:visited { border: none; color: #d7d7d7; font-size: .8em; vertical-align: text-top; } * > .anchor:link, * > .anchor:visited { visibility: hidden; } h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor, span:hover .anchor { visibility: visible; } h1:target, h2:target, h3:target, h4:target, h5:target, h6:target, span:target { background: #fbffb6; /* trac_hl_color */ box-shadow: 0 0 .4em 0.1em rgba(172, 172, 172, .25); } /* option anchors in TracIni macro */ .tracini table.wiki tbody tr:target { background: #ffb } .tracini .tracini-option { border: none; position: relative } .tracini .tracini-option:link:hover, .tracini .tracini-option:visited:hover { background-color: transparent; } .tracini tr[id]:hover .tracini-option:before { content: "\00b6"; position: absolute; display: block; left: -1em; width: 1em; color: #d7d7d7; z-index: 1; } @media screen { a.ext-link .icon { background: url(../extlink.gif) left center no-repeat; padding-left: 15px; } a.mail-link .icon { background: url(../envelope.png) left center no-repeat; padding-left: 16px; } a.trac-rawlink, a.trac-ziplink { background: url('../download.png') right center no-repeat; padding-right: 16px; border-bottom: none; } } /* Forms */ input, textarea, select, .trac-button { margin: 2px } /* Avoid respect to system font settings for controls on Firefox, #11607 */ input, select, button { font-style: normal; font-size: .9em; font-family: Roboto,Segoe UI,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; /* trac_sans_serif */ } textarea { white-space: pre-wrap; /* Avoid to inherit white-space of its parent element for IE 11, #11376 */ font-size: 1em; } input, select, .trac-button { vertical-align: middle } select { background: linear-gradient(to top, #dbdbdb 0%, #eee 30%, #fbfbfb 100%); /* select_gradient_darker */ border-radius: .2em; padding-bottom: .15em; } select[disabled] { background: #fdfdfd } input[type=button], input[type=submit], input[type=reset], .trac-button { background: #eee; color: #222; border: 1px solid #bbb; border-radius: .3em; box-shadow: .1em .1em .1em 0 #ccc; padding: .25em .5em .35em; /* Chrome (.3em .5em) vs. FF (.2em .5em .4em) */ font-size: .9em; text-shadow: .04em .04em #ddd; cursor: pointer; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .trac-button:hover { background: #f6f6f6; box-shadow: .1em .1em .2em 0 #999; text-shadow: .04em .04em #fcfcfc; } input[type=button]:active, input[type=submit]:active, input[type=reset]:active, .trac-button:active, .inlinebuttons a:active { position: relative; top: .1em; left: .1em; } input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled], .trac-button[disabled] { background: #f6f6f6; border-style: solid; color: #999; } input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7; border-radius: .3em; box-shadow: .1em .1em .4em 0 #f6f6f6 inset; } input[type=text], input.textwidget { padding: .25em .5em } input[type=text]:focus, input.textwidget:focus, textarea:focus { border: 1px solid #886; } option { border-bottom: 1px dotted #d7d7d7 } fieldset { border: 1px solid #d7d7d7; border-radius: .4em; margin: 1em 0; background: #F7F7F0; box-shadow: .1em .1em 1em 0 #E7E7E7 inset; padding: 1em; } p.hint, span.hint, span.trac-datetimehint { color: #666; font-size: .9em; font-style: italic; margin: .5em 0; padding-left: 1em; } label.trac-textarea-hint { color: #666; display: block; font-size: .9em; font-style: italic; margin: .25em 0; text-align: right; } span.hint { vertical-align: middle; } p.help { color: #666; font-size: 90%; margin: 1em .5em .5em; } legend { color: #999; margin-left: .6em; padding: 0 .25em; font-size: 90%; font-weight: bold; } label.disabled, .disabled span.hint, .disabled p.help, .disabled legend, .disabled input, .disabled select, .readonly span.hint, .readonly p.help { color: #d7d7d7 } .buttons { margin: .5em .5em .5em 0 } .buttons form, .buttons form div { display: inline } .buttons input { margin: 1em .5em .1em 0; } .inlinebuttons input, .inlinebuttons .trac-button, .inlinebuttons a { border: 1px solid #ddd; border-radius: 1em; height: 1.6em; padding: 0 .4em .1em; font-size: 70%; box-shadow: none; margin: 0 .1em .1em; background: none; color: #808080; cursor: pointer; } .uisymbols .inlinebuttons input[type=button], .uisymbols .inlinebuttons input[type=submit], .uisymbols .inlinebuttons .trac-button, .uisymbols .inlinebuttons a { font-size: 100%; } .inlinebuttons input[type=button]:hover, .inlinebuttons input[type=submit]:hover, .inlinebuttons .trac-button:hover, .inlinebuttons a:hover { background: #f6f6f6; color: #333; box-shadow: .1em .1em .4em 0 #dfdfdf; } input[type=button].trac-delete, input[type=submit].trac-delete, .trac-button.trac-delete { color: #d31313; } input[type=button].trac-delete:hover, input[type=submit].trac-delete:hover, .trac-button.trac-delete:hover { color: #e31313; } textarea { font-family: Open Sans Mono,Consolas,Lucida Console,monospace; /* code_monospace */ } textarea.trac-fullwidth, input.trac-fullwidth, button.trac-fullwidth { -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 0; margin-right: 0; width: 100%; } textarea.trac-fullwidth { padding: 2px; } /* Resource edit forms (detailed view) */ form.mod { margin: 1em 0 } form.mod .field { margin: .5em 0; } form.mod .field.description { margin-top: 1em; } form.mod .field label { padding-left: .2em } form.mod #changeinfo .field { margin: 0.25em 0 0.75em 0 } form.mod #changeinfo .options { padding: 0 0 0.5em 1em } /* Header */ #header hr { display: none } #header h1 { margin: 1.5em 0 -1.5em; padding: 0 } #header img { border: none; margin: 0 0 -3em } #header :link, #header :visited, #header :link:hover, #header :visited:hover { background: transparent; color: #555; margin-bottom: 2px; border: none; padding: 0; } #header h1 :link:hover, #header h1 :visited:hover { color: #000 } /* Quick search */ #search { clear: both; font-size: .8em; height: 2.2em; margin: 0 0 1em; text-align: right; } #search input { font-size: 1em } #search label { display: none } /* Navigation */ .nav h2, .nav hr { display: none } .nav ul { font-size: .9em; /* ctxtnav_font_size */ list-style: none; margin: 0; padding: 0; text-align: right; } .nav li { border-right: 1px solid #d7d7d7; display: inline-block; padding: 0 .75em; white-space: nowrap; } .nav li.last { border-right: none } /* Meta navigation bar */ #metanav { padding-top: .3em; } #metanav form.trac-logout { display: inline; margin: 0; padding: 0; } #metanav form.trac-logout button { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; font-family: inherit; font-size: 100%; color: #b00; border-bottom: 1px dotted #bbb; cursor: pointer; } #metanav form.trac-logout button::-moz-focus-inner { border: 0; padding: 0 } #metanav form.trac-logout button:hover { /* cf. :link:hover */ background-color: rgba(238, 238, 238, .5); color: #500; border-radius: .1em; box-shadow: 0 0 0 .15em rgba(238, 238, 238, .5); } #metanav form.trac-logout button:active { position: static } /* Main navigation bar */ #mainnav { font-size: .9em; font-weight: 600; letter-spacing: 0.03em; box-shadow: 0 .3em 1em #f2f2f2; border: 1px solid #e4e4e4; border-radius: .4em; margin: .66em 0 .33em; } #mainnav ul { margin: -1px } #mainnav li { background: white url(../topbar_gradient.png) 0 0; /* fallback */ background: linear-gradient(to bottom,#f2f2f2 0%,#fafafa 25%,#fefefe 49%,#fff 51%,#fafafa 85%,#f2f2f2 100%); border: 1px solid #e4e4e4; margin: 0px .3em 0 -.4em; padding: .4em 0; /* mainnav_padding = (mainnav_v_padding = .4em) 0 */ font-weight: 600; text-transform: uppercase; } #mainnav .first, #mainnav .first :link { border-top-left-radius: .5em; border-bottom-left-radius: .5em; } #mainnav .last, #mainnav .last :link { border-top-right-radius: .5em; border-bottom-right-radius: .5em; margin-right: 0; } #mainnav :link, #mainnav :visited { border-bottom: none; color: #666; padding: .4em 20px; /* mainnav_v_padding */ } #mainnav :link:hover, #mainnav :visited:hover { background: #000 url(../topbar_gradient2.png) 0 0 repeat-x; /* fallback */ background: linear-gradient(to bottom,#888 0%,#555 25%,#333 49%,#333 51%,#444 85%,#888 100%); color: #eee; padding: .5em 20px; /* mainnav_v_padding */ } #mainnav .active { border: 1px solid #666; } #mainnav .active :link, #mainnav .active :visited { background: #000 url(../topbar_gradient2.png) 0 0 repeat-x; /* fallback */ background: linear-gradient(to bottom,#555 0%,#333 25%,#111 49%,#000 51%,#333 75%,#555 100%); color: #eee; } /* Context-dependent navigation links */ #ctxtnav { min-height: 1em; padding: .4em 0; /* mainnav_padding */ } #ctxtnav li ul { background: #f7f7f7; color: #ccc; border: 1px solid; padding: 0; display: inline; margin: 0; } #ctxtnav li li { padding: 0; } #ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em } #ctxtnav li li :link:hover, #ctxtnav li li :visited:hover { background: #bba; color: #fff; } .trac-nav, .trac-topnav { float: right; font-size: 80%; } .trac-topnav { margin-top: 14px; } /* Alternate links */ #altlinks { clear: both; margin-top: .4em; text-align: center; } #altlinks h3 { font-size: 1.1em; letter-spacing: normal; margin: 0 } #altlinks ul { list-style: none; margin: 0; padding: 0 } #altlinks li { border-right: 1px solid #d7d7d7; display: inline; font-size: 1.1em; line-height: 1.5; padding: 0 1em; white-space: nowrap; } #altlinks li.last { border-right: none } #altlinks li :link, #altlinks li :visited { background-repeat: no-repeat; color: #666; border: none; padding: 0 0 2px; } #altlinks li a.ics { background: url(../ics.png) left center no-repeat; padding-left: 22px; } #altlinks li a.rss { background: url(../feed.png) left center no-repeat; padding-left: 20px; } /* Footer */ #footer { clear: both; color: #bbb; font-size: .9em; height: 31px; padding: .25em 0; } #footer :link, #footer :visited { color: #bbb; } #footer hr { display: none } #footer #tracpowered { border: 0; float: left } #footer #tracpowered:hover { background: transparent } #footer p { margin: 0 } #footer p.left { float: left; margin-left: 1em; padding: 0 1em; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; } #footer p.right { float: right; text-align: right; } /* Container for all the elements in the page, usually single child of the body element */ #content { position: relative; /* reference for absolute positioning of children */ } /* Information content */ div.trac-content { padding: .5rem 1rem; /* trac_content_padding_left trac_content_padding_right */ margin: .3em auto; border: 1px solid #e4e4e4; border-radius: .4em; /* main_border_radius */ box-shadow: .3em .3em .4em #f2f2f2; /* main_box_shadow */ } /* Draft content */ div.trac-draft { background: #fbfbfb url(../draft.png); } /* Author info */ .trac-author-anonymous, .trac-author-none { font-style: italic; } .trac-author-user { font-weight: bold; color: #666; } /* Help links */ .uinohelp #help { display: none } #help { clear: both; color: #999; font-size: 90%; margin: 1em; text-align: right; } #help :link, #help :visited { cursor: help } #help hr { display: none } /* Datepicker hints */ .trac-nodatetimehint .trac-datetimehint { display: none } /* Section folding */ .foldable :link, .foldable :visited { background: url(../expanded.png) 4px 50% no-repeat; border: #e4e4e4 solid 1px; border-radius: .3em; box-shadow: .1em .15em .3em 0 #d7d7d7; color: #222; text-shadow: .04em .04em #fcfcfc; padding: .2em .5em .3em 20px; } .foldable :link:hover, .foldable :visited:hover { background-color: transparent } .collapsed > .foldable :link, .collapsed > .foldable :visited { background-image: url(../collapsed.png); } .collapsed > div, .collapsed > table, .collapsed > ul, .collapsed > dl { display: none } fieldset > legend.foldable :link, fieldset > legend.foldable :visited { color: #666; font-size: 110%; text-shadow: .04em .04em #ddd; } .collapsed legend.foldable { background: white } .expander { background: url(../expander_normal.png) 0 50% no-repeat; cursor: pointer; padding-left: 8px; margin-left: 4px; } .expander:hover { background: url(../expander_normal_hover.png) 0 50% no-repeat; } .expander.expanded { background: url(../expander_open.png) 0 50% no-repeat; padding-left: 12px; margin-left: 0; } .expander.expanded:hover { background: url(../expander_open_hover.png) 0 50% no-repeat; } /* Section with count */ h2 .trac-count, h3 .trac-count { margin-left: .2em; vertical-align: baseline; color: #999; font-size: 90%; font-weight: normal; } /* Page preferences form */ #prefs { background: #f7f7f0; border: 1px solid #d4d4d4; border-radius: 11px; /* main_border_radius_px */ box-shadow: .1em .3em .5em 0 #d4d4d4; /* aside_box_shadow */ float: right; font-size: .9em; padding: .8em; position: relative; margin: 0 1em 1em; } #prefs input, #prefs select { font-size: .9em; vertical-align: middle } #prefs fieldset { background: transparent; border: none; box-shadow: none; margin: .5em; padding: 0; } #prefs fieldset legend { background: transparent; color: #000; font-size: .9em; font-weight: normal; margin: 0 0 0 -1.5em; padding: 0; } #prefs .buttons { text-align: right } /* Version information (browser, wiki, attachments) */ #info { margin: 1em 0 0 0; background: #f7f7f0; border: 1px solid #d7d7d7; border-collapse: collapse; border-spacing: 0; clear: both; width: 100%; } #info th, #info td { font-size: .9em; padding: 2px .5em; vertical-align: top } #info th { font-weight: bold; text-align: left } #info td.message { width: 100% } #info .message ul { padding: 0; margin: 0 2em } #info .message p { margin: .5em 0; padding: 0 } #info .message hr { margin: .5em 0; padding: 0 } a.trac-diff:after { content: "∆" } /* Wiki */ /* -- .wikipage { padding-left: 18px } -- not needed for the wiki view; CHECK elsewhere*/ .wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4, .wikipage h5, .wikipage h6 { margin-left: -1.5rem; /* wiki_h_margin_left = -(wiki_h_left_padding + wikipage_content_padding_left) */ margin-right: -1rem; /* wiki_h_margin_right (= -trac_content_padding_right) */ } .wikipage table h1, .wikipage table h2, .wikipage table h3 { margin-left: -2rem; margin-right: -.25rem; } div.compact > p:first-child { margin-top: 0 } div.compact > p:last-child { margin-bottom: 0 } /* Delete */ #delete-confirm li { list-style-type: square; } /* Styles related to RTL support */ .rtl { direction: rtl; } .rtl div.wiki-toc { float: left; } .rtl .wiki-toc ul ul, .wiki-toc ol ol { padding-right: 1.2em } a.missing:link, a.missing:visited, a.missing, span.missing, a.forbidden, span.forbidden { color: #666 } a.missing::after { content: "?" } a.missing:hover { color: #000 } a.closed:link, a.closed:visited, span.closed { text-decoration: line-through } /* User-selectable styles for blocks */ .important { background: #fcb; border: 1px dotted #d00; color: #500; padding: 0 .5em 0 .5em; margin: .5em; } dl.wiki dt { font-weight: bold } dl.compact dt { float: left; padding-right: .5em } dl.compact dd { margin: 0; padding: 0 } pre.wiki, pre.literal-block { background: #f7f7f7; border: 1px solid #d7d7d7; box-shadow: 0.3em 0.3em 0.75em 0.1em rgba(210, 215, 220, 0.3); /* content_box_shadow */ border-radius: .3em; /* content_border_radius */ margin: 1em 1.75em; padding: .25em; overflow: auto; } div.wiki-code { margin: 1em 1.75em; } code, tt { color: #600; font-family: Open Sans Mono,Consolas,Lucida Console,monospace; /* code_monospace */ border: 1px solid #edc; border-radius: .25em; padding: 0 0.15em; background: #fcfcfc; margin: 0 .1em; white-space: pre-wrap; } h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { color: #500; font-weight: 500; } pre { font-family: Open Sans Mono,Consolas,Lucida Console,monospace; /* code_monospace */ font-size: .9em; } blockquote.citation { margin: -0.6em 0 0 0; border-style: solid; border-width: 0 0 0 2px; padding-left: .5em; border-color: #b44; } .citation blockquote.citation { border-color: #4b4; } .citation .citation blockquote.citation { border-color: #44b; } .citation .citation .citation blockquote.citation { border-color: #c55; } table.wiki { border: 1px solid #ccc; border-collapse: collapse; border-spacing: 0; box-shadow: 0.3em 0.3em 0.75em 0.1em rgba(210, 215, 220, 0.3); /* content_box_shadow */ } table.wiki td { border: 1px solid #ccc; padding: .1em .25em; } table.wiki th { border: 1px solid #bbb; padding: .1em .25em; background-color: #f7f7f7; } table.wiki tbody tr.even { background-color: #fcfcfc } table.wiki tbody tr.odd { background-color: #f7f7f7 } .wikitoolbar { margin-top: 0.3em; border: solid #d7d7d7; border-width: 1px 1px 1px 0; height: 18px; width: 234px; } .wikitoolbar :link, .wikitoolbar :visited { background: transparent url(../edit_toolbar.png) no-repeat; border: 1px solid #fff; border-left-color: #d7d7d7; cursor: default; display: block; float: left; width: 24px; height: 16px; } .wikitoolbar :link:hover, .wikitoolbar :visited:hover { background-color: transparent; border: 1px solid #fb2; } .wikitoolbar a.trac-wikitoolbar-em { background-position: 0 0 } .wikitoolbar a.trac-wikitoolbar-strong { background-position: 0 -16px } .wikitoolbar a.trac-wikitoolbar-heading { background-position: 0 -32px } .wikitoolbar a.trac-wikitoolbar-link { background-position: 0 -48px } .wikitoolbar a.trac-wikitoolbar-code { background-position: 0 -64px } .wikitoolbar a.trac-wikitoolbar-hr { background-position: 0 -80px } .wikitoolbar a.trac-wikitoolbar-np { background-position: 0 -96px } .wikitoolbar a.trac-wikitoolbar-br { background-position: 0 -112px } .wikitoolbar a.trac-wikitoolbar-img { background-position: 0 -128px } /* Textarea resizer */ div.trac-resizable { display: inline-table; width: 100% } div.trac-resizable > div { display: table-cell } div.trac-resizable textarea { display: block; margin-bottom: 0 } div.trac-grip { height: 5px; overflow: hidden; background: #eee url(../grip.png) no-repeat center 1px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize; } /* Styles for the list of attachments. */ #attachments > div.attachments { padding: 0 0 1em 1em; } #attachments dl.attachments { margin-left: 2em; padding: 0 } #attachments dt { display: list-item; list-style: square; } #attachments dd { font-style: italic; margin-left: 0; padding-left: 0; } #attachments p { margin-left: 2em; font-size: 90%; color: #666; } #attachments > div.attachments > p { float: right; margin: .4em 0; } #attachments span.trac-author { font-style: italic; } .attachment #preview { margin-top: 1em } /* Styles for tabular listings such as those used for displaying directory contents and report results. */ table.listing { clear: both; border-bottom: 1px solid #d7d7d7; border-collapse: collapse; border-spacing: 0; box-shadow: .3em .3em .4em 0 #f2f2f2; /* main_box_shadow */ margin: 1em 0; width: 100%; } table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 1em } table.listing th.sel, table.listing td.sel { text-align: center; width: 1% } table.listing thead tr { background: #f7f7f0 } table.listing thead th { border: 1px solid #d7d7d7; border-bottom-color: #999; font-size: 1em; font-weight: bold; padding: 2px .5em; vertical-align: bottom; white-space: nowrap; } table.listing thead th :link:hover, table.listing thead th :visited:hover { background-color: transparent; } table.listing thead th a { border: none; padding-right: 12px } table.listing th.asc a, table.listing th.desc a { font-weight: bold; background-position: 100% 50%; background-repeat: no-repeat; } table.listing th.asc a { background-image: url(../asc.png) } table.listing th.desc a { background-image: url(../desc.png) } table.listing tbody td, table.listing tbody th { border: 1px dotted #ddd; padding: .3em .5em; vertical-align: top; } table.listing tbody td a:hover, table.listing tbody th a:hover { background-color: transparent; } table.listing tbody tr { border-top: 1px solid #ddd } table.listing tbody tr.even { background-color: #fcfcfc } table.listing tbody tr.odd { background-color: #f7f7f7 } table.listing tbody tr:hover td { background: #eed !important } table.listing tbody tr.focus { background: #ddf !important } table.listing pre { white-space: pre-wrap } /* Styles for the page history table (extends the styles for "table.listing") */ #fieldhist td { padding: 0 .5em } #fieldhist td.date, #fieldhist td.diff, #fieldhist td.version, #fieldhist td.author { white-space: nowrap; } #fieldhist td.version { text-align: center } #fieldhist td.comment { width: 100% } #fieldhist .inlinebuttons { display: none; float: right; } .uisymbols #fieldhist .inlinebuttons a { font-size: 85% } /* Auto-completion interface */ .suggestions { background: #fff; border: 1px solid #886; color: #222; } .suggestions ul { font-family: sans-serif; max-height: 20em; min-height: 3em; list-style: none; margin: 0; overflow: auto; padding: 0; width: 440px; } * html .suggestions ul { height: 10em; } .suggestions li { background: #fff; cursor: pointer; padding: 2px 5px } .suggestions li.selected { background: #b9b9b9 } /* Styles for the error page */ #content.error .message, div.system-message { background: #fdc; border: 2px solid #d00; color: #500; padding: .5em; margin: 1em 0; } #content.error div.message pre, div.system-message pre { margin-left: 1em; overflow: hidden; white-space: pre-wrap; } div.system-message p { margin: 0 } div.system-message p.system-message-title { font-weight: bold; } /* rst errors are less emphasized */ span.system-message { float: left; background: #fdc; padding: 0.2em; margin: 1px; border-radius: 0.25em; } /* whole-page admonitions in theme.html */ div.system-message { border-radius: .4em; /* main_border_radius */ box-shadow: .3em .3em .4em 0 #f2f2f2; /* main_box_shadow */ } #warning.system-message, .warning.system-message { background: #ffb; border: 1px solid #bb8; } #warning.system-message li { list-style-type: square; } #notice.system-message, .notice.system-message { background: #dfd; border: 1px solid #8b8; } #notice.system-message li { list-style-type: square; } div.system-message .trac-close-msg { display: none; /* hidden when no Javascript available */ float: right; font-size: 80%; /* taken from .inlinebuttons */ border: 1px solid #ddd; border-radius: 1em; height: 1.6em; padding: 0 .4em .1em; box-shadow: none; margin: 0 .1em .1em 0; background: none; color: #999; /* taken from trac-delete */ color: #d31313; /* override */ height: 1.4em; } div.system-message .trac-close-msg:hover { /* taken from .inlinebuttons */ background: #f6f6f6; color: #333; text-shadow: .04em .04em #fcfcfc; box-shadow: .1em .1em .6em 0 #999; } .uisymbols div.system-message .trac-close-msg > span { display: none; } .uisymbols div.system-message .trac-close-msg:after { content: "x"; /* or – "–"; */ } /* error.html page */ #content.error form.newticket { display: inline; } #content.error form.newticket textarea { display: none; } #content.error #traceback { margin-left: 1em; } #content.error #traceback :link, #content.error #traceback :visited { border: none; } #content.error #tbtoggle { font-size: 80%; } #content.error #traceback div { margin-left: 1em; } #content.error #traceback h3 { font-size: 95%; margin: .5em 0 0; } #content.error #traceback :link var, #content.error #traceback :visited var { font-family: Open Sans Mono,Consolas,Lucida Console,monospace; /* code_monospace */ font-style: normal; font-weight: bold; } #content.error #traceback span.file { color: #666; font-size: 85%; } #content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; } #content.error #traceback table.code td { white-space: pre; font-size: 90%; } #content.error #traceback table.code tr.current td { background: #e6e6e6; } #content.error #traceback table { margin: .5em 0 1em; } #content.error #traceback th, #content.error #traceback td { font-size: 85%; padding: 1px; } #content.error #traceback th var { font-family: Open Sans Mono,Consolas,Lucida Console,monospace; /* code_monospace */ font-style: normal; } #content.error #traceback td code { white-space: pre; } #content.error #traceback pre { font-size: 95%; } #content .paging { margin: 0 0 2em; padding: .5em 0 0; font-size: 85%; line-height: 2em; text-align: center; } #content .paging .current { padding: .1em .3em; border: 1px solid #333; background: #999; color: #fff; } #content .paging :link, #content .paging :visited { padding: .1em .3em; border: 1px solid #666; background: transparent; color: #666; } #content .paging :link:hover, #content .paging :visited:hover { background: #999; color: #fff; border-color: #333; } #content .paging .previous a, #content .paging .next a { font-size: 150%; font-weight: bold; border: none; } #content .paging .previous a:hover, #content .paging .next a:hover { background: transparent; color: #666; } #content h2 .numresults { color: #666; font-size: 90%; } /* Styles for the About page */ #content.about a.logo { border: none; float: right; margin-left: 2em; } #content.about a.logo img { display: block; } #content.about #python-logo img { width: 140px; height: 56px; } #content.about p.copyright { color: #999; font-size: 90%; } /* Styles for environment info (error and about pages) */ #environmentinfo h2 { margin-top: 2em; } #environmentinfo table { margin: 1em; width: auto; } #environmentinfo table th, #environmentinfo table td { border: 1px solid #ddd; font-size: 90%; } #environmentinfo table th { background: #f7f7f7; font-weight: bold; white-space: nowrap; } #environmentinfo table td.file { color: #666; } #environmentinfo table tr.disabled th, #environmentinfo table tr.disabled td { color: #999; } #environmentinfo #config th, #content.about #config td { padding: 3px; } #environmentinfo #config tr.modified { background: #ffd; } #environmentinfo #config tr.modified td.value { font-style: italic; } #environmentinfo #config td.doc { padding: 3px 1em; } /* Styles for jquery-ui */ .trac-placeholder { background: #eed } /* Styles for search word highlighting */ @media screen { .searchword0 { background: #ff9 } .searchword1 { background: #cfc } .searchword2 { background: #cff } .searchword3 { background: #ccf } .searchword4 { background: #fcf } } @media print { #header, #altlinks, #footer, #help, #warning, #notice { display: none } .nav, form, .buttons form, form .buttons, form .inlinebuttons, .noprint, .trac-nav, .trac-topnav, #attachments > div.attachments > p { display: none; } form.printableform { display: block } pre.wiki, pre.literal-block { box-shadow: none } :link, :visited { border-bottom: none } div.trac-content { box-shadow: none; border: none; } .foldable :link, .foldable :visited { text-shadow: none; box-shadow: none; } }
27.409789
109
0.690662
bd92bfac74fe368a9ba51a97f2d7fbf1cf07ca46
6,026
css
CSS
release/master/Deku.theme.css
motoenduroboy/BetterDiscord-Themes
bb15b94ee305a81298f9f9c6a7a074449dcb32b9
[ "MIT" ]
5
2017-11-02T08:33:41.000Z
2021-05-05T16:26:22.000Z
release/master/Deku.theme.css
motoenduroboy/BetterDiscord-Themes
bb15b94ee305a81298f9f9c6a7a074449dcb32b9
[ "MIT" ]
null
null
null
release/master/Deku.theme.css
motoenduroboy/BetterDiscord-Themes
bb15b94ee305a81298f9f9c6a7a074449dcb32b9
[ "MIT" ]
28
2017-11-20T07:18:58.000Z
2022-01-02T10:39:08.000Z
//META{"name":"Deku_Theme","description":"A Theme Made For A Friend","author":"Moto","version":"0.0.1"}*// .app { background-image: url(https://i.ytimg.com/vi/7ImNN9lenx8/maxresdefault.jpg) !important; background-size: cover !important; } #app-mount, .app .layers .layer, .app .layers, .typing, .content, .flex-spacer, .container-PNkimc, .messages-wrapper, .popout-menu, /* Server Menu (Popout) */ .popout-menu-item, /* Server Menu (Popout item) */ #friends, /* Friends Section */ .container-2lgZY8, #rtc-connection, .ui-standard-sidebar-view, .content-region .cm-s-material .CodeMirror-gutters, .guilds-wrapper .guilds .guild .guild-inner { background-color: transparent !important; } .titleBar-AC4pGV { margin-top: 0px; padding-top: 4px; } .messages-wrapper, .friends-table, .messages-wrapper, #friends .friends-header, .titleBar-AC4pGV, .content-region /* Settings - Right Side */ { background-color: rgba(0,0,0,0.80) !important; } .channel-members, .channels-Ie2l6A /* Direct Messages Side Bar */ { background-color: rgba(0,0,0,0.70) !important; } .guilds-wrapper /* Guilds (Left SideBar) */, .title-3qD0b-, .headerBar-UHpsPw, /* Friends Section Header */ .sidebar-region, /* Settings - Left Side */ .chat form { background-color: rgba(0,0,0,0.60) !important; } .chat form { /* Chat Box */ margin: 0px !important; padding-left: 20px; padding-right: 20px; /* height: 106px; */ padding: 6.5px 20px; display: flex !important; flex-shrink: 0 !important; margin: 0 20px; position: relative; } .channel-members h2 { width: 50%; color: #FFF !important; background-color: #17886B; text-align: center; border-radius: 4px; border-bottom:0px solid #000; border-top:0px solid #000; border-left: 15px; border-right: 15px; padding-top: 2.5px; padding-bottom: 2.5px; margin: 29px auto 9px; } .channel-members .member:hover{ background: rgba(112, 230, 204, 0.30) !important; } .popout-menu .popout-menu-item.leave { background: rgba(220,0,0,0.75) !important; color: #fff !important; } .popout-menu .popout-menu-item { background-color: rgba(0,0,0,0.75) !important; color: #b9bbbe !important; } .popout-menu .popout-menu-separator { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #17886B; } #friends .friends-table { margin-top: 0px; padding-top: 8px; } *::-webkit-scrollbar-track-piece { background-color: transparent !important; border-color: transparent !important; } *::-webkit-scrollbar-thumb { background-color: #17886B !important; border-color: transparent !important; } .itemDefaultSelected-1UAWLe, .itemBrandSelected-3LxxzT, #bd-settings-sidebar .ui-tab-bar-item.selected, .buttonBrandFilled-3Mv0Ra, .themeDefault-24hCdX.valueChecked-m-4IJZ, .barFill-18ABna, #bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked, .bd-pfbtn, .ui-standard-sidebar-view .bda-slist .bda-right button { background-color: #17886B; color: #FFF; } .buttonBrandFilled-3Mv0Ra:hover { background: rgba(112, 230, 204, 0.30) !important; } .itemBrand-mC9YR4 { color: #17886B; } .itemDanger-3m3dwx { color: #FFF; background-color: rgb(240, 71, 71); } .checkbox .checkbox-inner input[type=checkbox]:checked+span, .themeClear-1EjkE4.valueChecked-m-4IJZ, .tab-bar .tab-bar-item.tab-bar-item-primary, .tab-bar .tab-bar-item.selected, .chat .new-messages-bar { background-color: #17886B !important; border-color: #17886B; color: #FFF !important; } .mention { color: #17886B } .mention:hover { color: #FFF; background: rgba(112, 230, 204, 0.30) !important; } .sidebar-region .sidebar { padding-bottom: 0px !important; } .popout-menu .popout-menu-separator { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #17886B; } .popout-menu .popout-menu-item:hover { background: rgba(112, 230, 204, 0.30) !important; color: #fff !important; } body { -webkit-font-smoothing: antialiased !important; text-rendering: geometricPrecision !important; text-size-adjust: 100%; } .message-group .comment .markup pre code, /* Multi Line Code Block */ .message-group .comment .markup code.inline /* Inline Code Block */ { background-color: rgba(50,50,50,0.30) !important; } .message-group .comment .markup pre code /* Multi Line Code Block */ { border-style: solid !important; border-width: 1px !important; border-color: #ce422b !important; padding: 0 !important; } .item-26Dhrx[style*="background-color: rgb(114, 137, 218);"] { /* Radio Buttons */ background-color: #17886B !important; border-color: #17886B !important; } .checkbox-1ix_J3[style*="border-color: rgb(114, 137, 218);"] { /* Check Box in The Radio Buttons */ border-color: #17886B !important; } .checkbox-1ix_J3[style*="border-color: rgb(114, 137, 218);"] polyline { /* Tick in the Check Box */ stroke: #17886B !important; } .itemDefault-3Jdr52:hover, /* Settings Normal Button */ .itemBrand-mC9YR4:hover, /* Discord Nitro Button*/ .ui-tab-bar-item:hover /* Better Discord Settings Button */{ color: #FFF; background: rgba(112, 230, 204, 0.30) !important; } @keyframes flash { 0% { box-shadow: 0px 0px 10px 5px rgba(23,136,107, 0.90); } 50% { box-shadow: 0px 0px 10px 0px rgba(23,136,107, 0); } 100% { box-shadow: 0px 0px 10px 5px rgba(23,136,107, 0.90); } } .guilds-wrapper .guilds .guild.unread:before, .guilds-wrapper .guilds .guild.unread:before { position: absolute !important; background-color: transparent; animation: flash 2s linear infinite; border-radius: 50%; border-width: 1px; width: 50px; height: 50px; left: 0px !important; top: 5px; margin-top: -6px; } .ui-standard-sidebar-view #bd-customcss-attach-controls button { background-color: #17886B !important; border-color: #17886B !important; } .ui-standard-sidebar-view .bda-slist li, .content-region .CodeMirror, .content-region #bd-customcss-attach-controls { background-color: rgba(23,136,107, 0.30) !important; } .ui-standard-sidebar-view .bda-slist li:nth-child(odd) { background-color: rgba(23,136,107, 0.25); }
25.213389
131
0.706439
bd94ed87e48fc907d736e41674544880b54c366c
13,804
css
CSS
wp-content/uploads/elementor/css/post-43884041.css
nurhayati1997/syam_profile
86babbd5be4be1777059b3449378b36c25d23c40
[ "MIT" ]
null
null
null
wp-content/uploads/elementor/css/post-43884041.css
nurhayati1997/syam_profile
86babbd5be4be1777059b3449378b36c25d23c40
[ "MIT" ]
null
null
null
wp-content/uploads/elementor/css/post-43884041.css
nurhayati1997/syam_profile
86babbd5be4be1777059b3449378b36c25d23c40
[ "MIT" ]
null
null
null
.elementor-4388 .elementor-element.elementor-element-e0b64c7{padding:88px 0px 90px 0px;}.elementor-bc-flex-widget .elementor-4388 .elementor-element.elementor-element-437eb6c.elementor-column .elementor-column-wrap{align-items:center;}.elementor-4388 .elementor-element.elementor-element-437eb6c.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4388 .elementor-element.elementor-element-437eb6c > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-0cc0b15 img{width:100%;}.elementor-4388 .elementor-element.elementor-element-0cc0b15{z-index:0;width:100%;max-width:100%;top:-52%;}body:not(.rtl) .elementor-4388 .elementor-element.elementor-element-0cc0b15{left:0px;}body.rtl .elementor-4388 .elementor-element.elementor-element-0cc0b15{right:0px;}.elementor-bc-flex-widget .elementor-4388 .elementor-element.elementor-element-a65432f.elementor-column .elementor-column-wrap{align-items:center;}.elementor-4388 .elementor-element.elementor-element-a65432f.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4388 .elementor-element.elementor-element-a65432f > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-27e94aa .elementor-heading-title{color:#222222;font-family:"Exo", sans-serif;font-size:24px;font-weight:700;}.elementor-4388 .elementor-element.elementor-element-27e94aa > .elementor-widget-container{padding:0px 0px 12px 0px;}.elementor-4388 .elementor-element.elementor-element-1ffc5f3 .elementor-heading-title{color:#1cba9f;font-family:"Exo", sans-serif;font-size:64px;font-weight:700;text-transform:uppercase;line-height:70px;}.elementor-4388 .elementor-element.elementor-element-b96a590 .elementor-heading-title{color:#222222;font-family:"Exo", sans-serif;font-size:64px;font-weight:700;text-transform:uppercase;line-height:70px;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-section-title{color:#222222;margin:7px 0px 0px 0px;font-family:"Exo", sans-serif;font-size:36px;font-weight:700;line-height:48px;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper p{color:#222222;font-family:"Roboto", sans-serif;font-size:18px;line-height:28px;margin:0px 0px 0px 0px;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-divider{width:50px;background:linear-gradient(90deg, #1cba9f 0%, #1cba9f 100%);}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{width:50px;height:3px;color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-star{width:50px;height:3px;background:linear-gradient(90deg, #1cba9f 0%, #1cba9f 38%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 62%, #1cba9f 62%, #1cba9f 100%);}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-divider, .elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-border-divider::before{height:3px;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .ekit_heading_separetor_wraper{margin:18px 0px 24px 0px;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-divider:before{background-color:#1cba9f;box-shadow:9px 0px 0px 0px #1cba9f, 18px 0px 0px 0px #1cba9f;}.elementor-4388 .elementor-element.elementor-element-6b5fbf9 .elementskit-section-title-wraper .elementskit-border-star:after{background-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-7704a34:not(.elementor-motion-effects-element-type-background), .elementor-4388 .elementor-element.elementor-element-7704a34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../../2019/09/contact-form-bg.jpg");background-position:center center;background-repeat:no-repeat;}.elementor-4388 .elementor-element.elementor-element-7704a34{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:90px 0px 40px 0px;}.elementor-4388 .elementor-element.elementor-element-7704a34 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-4388 .elementor-element.elementor-element-0467c6f.elementor-column .elementor-column-wrap{align-items:center;}.elementor-4388 .elementor-element.elementor-element-0467c6f.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4388 .elementor-element.elementor-element-0467c6f > .elementor-element-populated{margin:0px 0px 50px 0px;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 .elementskit-section-title-wraper .elementskit-section-title{color:#222222;margin:0px 0px 0px 0px;font-size:46px;font-weight:700;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 .elementskit-section-title-wraper p{color:#313131;font-size:18px;font-weight:500;margin:21px 0px 0px 0px;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 > .elementor-widget-container{padding:0px 30px 0px 0px;}.elementor-4388 .elementor-element.elementor-element-3e2d15b{padding:23px 0px 0px 0px;}.elementor-4388 .elementor-element.elementor-element-7604795 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-4a73de0.elementor-view-stacked .elementor-icon{background-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-4a73de0.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-4a73de0.elementor-view-default .elementor-icon{color:#1cba9f;border-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-4a73de0.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-4a73de0.elementor-view-default .elementor-icon svg{fill:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-4a73de0 .elementor-icon{font-size:40px;}.elementor-4388 .elementor-element.elementor-element-4a73de0 > .elementor-widget-container{padding:0px 0px 14px 3px;}.elementor-4388 .elementor-element.elementor-element-cf33d5e .elementor-heading-title{color:#222222;font-size:22px;}.elementor-4388 .elementor-element.elementor-element-cf33d5e > .elementor-widget-container{padding:0px 0px 16px 0px;}.elementor-4388 .elementor-element.elementor-element-6556d5c{color:rgba(34,34,34,0.7);font-size:16px;}.elementor-4388 .elementor-element.elementor-element-cbe4bcc > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-f02886b.elementor-view-stacked .elementor-icon{background-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f02886b.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-f02886b.elementor-view-default .elementor-icon{color:#1cba9f;border-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f02886b.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-f02886b.elementor-view-default .elementor-icon svg{fill:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f02886b .elementor-icon{font-size:40px;}.elementor-4388 .elementor-element.elementor-element-f02886b > .elementor-widget-container{padding:0px 0px 14px 3px;}.elementor-4388 .elementor-element.elementor-element-8a308f6 .elementor-heading-title{color:#222222;font-size:22px;}.elementor-4388 .elementor-element.elementor-element-8a308f6 > .elementor-widget-container{padding:0px 0px 16px 0px;}.elementor-4388 .elementor-element.elementor-element-f650091{color:rgba(34,34,34,0.7);font-size:16px;}.elementor-4388 .elementor-element.elementor-element-951571d{padding:23px 0px 0px 0px;}.elementor-4388 .elementor-element.elementor-element-4da4c05 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-f0d9f45.elementor-view-stacked .elementor-icon{background-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f0d9f45.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-f0d9f45.elementor-view-default .elementor-icon{color:#1cba9f;border-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f0d9f45.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-f0d9f45.elementor-view-default .elementor-icon svg{fill:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-f0d9f45 .elementor-icon{font-size:40px;}.elementor-4388 .elementor-element.elementor-element-f0d9f45 > .elementor-widget-container{padding:0px 0px 14px 3px;}.elementor-4388 .elementor-element.elementor-element-0fa4176 .elementor-heading-title{color:#222222;font-size:22px;}.elementor-4388 .elementor-element.elementor-element-0fa4176 > .elementor-widget-container{padding:0px 0px 16px 0px;}.elementor-4388 .elementor-element.elementor-element-fa97a80{color:rgba(34,34,34,0.7);font-size:16px;}.elementor-4388 .elementor-element.elementor-element-01f44be > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-40b9b97.elementor-view-stacked .elementor-icon{background-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-40b9b97.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-40b9b97.elementor-view-default .elementor-icon{color:#1cba9f;border-color:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-40b9b97.elementor-view-framed .elementor-icon, .elementor-4388 .elementor-element.elementor-element-40b9b97.elementor-view-default .elementor-icon svg{fill:#1cba9f;}.elementor-4388 .elementor-element.elementor-element-40b9b97 .elementor-icon{font-size:40px;}.elementor-4388 .elementor-element.elementor-element-40b9b97 > .elementor-widget-container{padding:0px 0px 14px 3px;}.elementor-4388 .elementor-element.elementor-element-5fb4463 .elementor-heading-title{color:#222222;font-size:22px;}.elementor-4388 .elementor-element.elementor-element-5fb4463 > .elementor-widget-container{padding:0px 0px 16px 0px;}.elementor-4388 .elementor-element.elementor-element-e391bdf{color:rgba(34,34,34,0.7);font-size:16px;}.elementor-4388 .elementor-element.elementor-element-d0df30d > .elementor-element-populated{color:#ffffff;margin:0px 0px 50px 0px;}@media(max-width:1024px){body:not(.rtl) .elementor-4388 .elementor-element.elementor-element-0cc0b15{left:0px;}body.rtl .elementor-4388 .elementor-element.elementor-element-0cc0b15{right:0px;}.elementor-4388 .elementor-element.elementor-element-0cc0b15{top:5%;}.elementor-4388 .elementor-element.elementor-element-1ffc5f3 .elementor-heading-title{font-size:46px;}.elementor-4388 .elementor-element.elementor-element-b96a590 .elementor-heading-title{font-size:46px;line-height:50px;}.elementor-4388 .elementor-element.elementor-element-e7e6646 > .elementor-element-populated{padding:70px 10px 10px 10px;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 .elementskit-section-title-wraper .elementskit-section-title{font-size:36px;}.elementor-4388 .elementor-element.elementor-element-e51f9d2 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-4388 .elementor-element.elementor-element-e51f9d2 .elementskit-section-title-wraper .elementskit-section-title{font-size:28px;}.elementor-4388 .elementor-element.elementor-element-951571d{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-4388 .elementor-element.elementor-element-a65432f{width:40%;}.elementor-4388 .elementor-element.elementor-element-e7e6646{width:60%;}.elementor-4388 .elementor-element.elementor-element-0467c6f{width:60%;}.elementor-4388 .elementor-element.elementor-element-d0df30d{width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4388 .elementor-element.elementor-element-437eb6c{width:100%;}.elementor-4388 .elementor-element.elementor-element-a65432f{width:100%;}.elementor-4388 .elementor-element.elementor-element-e7e6646{width:100%;}}
13,804
13,804
0.820269
bd95ec22ea8e628bf8c28bab790993968a59e568
537
css
CSS
src/assets/css/ch04/04.css
armdong/core-html5-canvas
d040547d8158707fdb2a85cfbdc2b7d1ca026101
[ "MIT" ]
null
null
null
src/assets/css/ch04/04.css
armdong/core-html5-canvas
d040547d8158707fdb2a85cfbdc2b7d1ca026101
[ "MIT" ]
null
null
null
src/assets/css/ch04/04.css
armdong/core-html5-canvas
d040547d8158707fdb2a85cfbdc2b7d1ca026101
[ "MIT" ]
null
null
null
body { background-color: rgba(100, 145, 250, 0.3); } #controls { padding: 0; margin-left: 15px; } #scaleOutput { position: absolute; width: 60px; height: 30px; margin-left: 10px; vertical-align: center; text-align: center; color: blue; font: 18px Arial; text-shadow: 2px 2px 4px rgba(100, 140, 250, 0.8); } #scaleSlider { width: 100px; margin-left: 90px; vertical-align: 10px; } #canvas { margin: 10px 20px 0 20px; border: thin solid #aaa; cursor: crosshair; } /*# sourceMappingURL=04.css.map */
17.9
54
0.648045
bd9611cf92fdeb4f091266faa4e4a51b730bf396
38,479
css
CSS
public/css/style.css
faganesha/hospital
b18e5e9e3675fcd5a01e9146e766fd7ce0b52727
[ "MIT" ]
null
null
null
public/css/style.css
faganesha/hospital
b18e5e9e3675fcd5a01e9146e766fd7ce0b52727
[ "MIT" ]
null
null
null
public/css/style.css
faganesha/hospital
b18e5e9e3675fcd5a01e9146e766fd7ce0b52727
[ "MIT" ]
null
null
null
/*----------------------------------------------------------------------------------- Theme Name: Nunito Theme URI: http:// Description: The Multi-Purpose Onepage Template Author: ui-themez Author URI: http://themeforest.net/user/ui-themez Version: 1.0 Main Color : #7146f3 Title Font : Poppins p Font : Muli -----------------------------------------------------------------------------------*/ /* ---------------------------------------------------------------- == Table Of Content 01 Basics 02 Buttons 03 Navbar 04 Header 05 Hero 06 Video 07 Services 08 Featrues 09 Works 10 Numbers 11 Price 12 Team 13 Testimonials 14 Blog 15 Contact 16 Footer 17 Responsive ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- [ 01 Start Basics ] -----------------------------------------------------------------*/ * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; list-style: none; word-wrap: break-word; } body { color: #23003b; line-height: 1.3; font-weight: 400; font-size: 14px; font-family: 'Poppins', sans-serif; overflow-x: hidden !important; } h4, h5 { font-family: 'Poiret One', cursive; letter-spacing: 1px; } p { font-family: 'Muli', sans-serif; font-size: 15px; font-weight: 400; color: #999; line-height: 1.8; margin: 0; } .pstrong { font-family: 'Muli', sans-serif; font-size: 15px; font-weight: 400; color: #212121; line-height: 1.8; margin: 0; } .h5weak { font-family: 'Poiret One', cursive; letter-spacing: 1px; color: #212121; } img { width: 100%; height: auto; } span, a, a:hover { display: inline-block; text-decoration: none; color: inherit; } .section-padding { padding: 120px 0; } .section-head { margin-bottom: 80px; padding-bottom: 20px; position: relative; } .section-head:after { content: ''; width: 120px; height: 1px; position: absolute; bottom: 0; left: calc(50% - 60px); background: #e9967a; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#7146f3), to(transparent)); background: linear-gradient(to right, transparent, #e9967a, transparent); } .section-head h4 { font-size: 30px; } .bg-gray { background: #fafafa; background-image: url(../img/pattern.png); background-repeat: repeat; } .o-hidden { overflow: hidden; } .position-re { position: relative; } .full-width { width: 100% !important; } .lg-line-height { line-height: 1.5; } .custom-text { font-size: 16px; font-weight: 500; word-spacing: 2px; line-height: 1.7; color: #8e8e8e; } .bg-img { background-size: cover; background-repeat: no-repeat; } .bg-fixed { background-attachment: fixed; } .valign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .v-middle { position: absolute; width: 100%; top: 50%; left: 0; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); } .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 15px; line-height: .7; } .owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 7px; border-radius: 50%; background: #ddd; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #7146f3; } .owl-theme .owl-nav [class*=owl-] { position: absolute; top: 40%; background: transparent; color: #222; width: 35px; height: 35px; line-height: 30px; border-radius: 50%; border: 1px solid rgba(100, 100, 100, 0.1); opacity: 0; -webkit-transition: all .5s; transition: all .5s; } .owl-theme .owl-nav [class*=owl-]:hover { background: #7146f3; color: #fff; } .bg-img .owl-theme .owl-nav [class*=owl-] { color: #fff; } .owl-carousel .owl-nav .owl-next { right: 0; } .owl-carousel .owl-nav .owl-prev { left: 0; } .owl-theme:hover .owl-nav [class*=owl-] { opacity: 1; } /* ---------------------------------------------------------------- [ End Basics ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 02 Start Buttons ] -----------------------------------------------------------------*/ .butn { padding: 12px 30px; background: #fff; border: 1px solid transparent; position: relative; z-index: 3; margin-left: 10px; margin-right: 10px; -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); border-radius: 40px; -webkit-transition: all .4s; transition: all .4s; cursor: pointer; outline: none !important; overflow: hidden; } .butn span { position: relative; z-index: 2; -webkit-transition-delay: 0s; transition-delay: 0s; } .butn:before, .butn:after { content: ''; width: 0; height: 100%; background: #fff; position: absolute; left: 0; top: 0; -webkit-transition: width 0.4s; transition: width 0.4s; z-index: 1; opacity: .4; } .butn:after { -webkit-transition-delay: 0s; transition-delay: 0s; background: #fff; opacity: 1; } .butn:hover:before, .butn:hover:after { width: 100%; } .butn:hover:after { -webkit-transition-delay: .2s; transition-delay: .2s; } .butn:hover span { -webkit-transition-delay: .2s; transition-delay: .2s; } .butn-bg { background: #e9967a; border-color: transparent; color: #e9967a; -webkit-box-shadow: 0px 10px 30px rgba(113, 70, 243, 0.4); box-shadow: 0px 10px 30px rgba(113, 70, 243, 0.4); } .butn-bg:hover span { color: #e9967a; } .butn-light { background: #fff; } .butn-light:before, .butn-light:after { background: #e9967a; } .butn-light:hover span { color: #fff; } .butn-light span { color: #e9967a; } /* ---------------------------------------------------------------- [ End Buttons ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 03 Start Navbar ] -----------------------------------------------------------------*/ .navbar { /*position: absolute;*/ left: 0; top: 0; width: 100%; background: transparent; z-index: 9; min-height: 80px; } .navbar .icon-bar { color: #fff; } .navbar .navbar-nav .nav-link { font-size: 13px; font-weight: 500; /*color: #eee;*/ letter-spacing: .5px; margin: 15px 5px; position: relative; -webkit-transition: all .5s; transition: all .5s; } .navbar .navbar-nav .nav-link:after { content: ''; width: 15px; height: 2px; background: #e9967a; position: absolute; bottom: 0px; left: 10px; opacity: 0; } .navbar .navbar-nav .active { color: #e9967a !important; } .navbar .navbar-nav .active:after { opacity: 1; } .nav-scroll { background: #fff; -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05); padding: 0; position: fixed; top: -100px; left: 0; width: 100%; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s; -webkit-transform: translateY(100px); transform: translateY(100px); } .nav-scroll .icon-bar { color: #222; } .nav-scroll .navbar-nav .nav-link { color: #222; } .nav-scroll .navbar-nav .logo { padding: 15px 0; color: #111; } .logo { width: 140px; } /* ---------------------------------------------------------------- [ End Navbar ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 04 Start Header ] -----------------------------------------------------------------*/ .header { min-height: 100vh; overflow: hidden; } .header .caption .o-hidden { display: inline-block; } .header .caption h4 { font-weight: 200; letter-spacing: 4px; -webkit-animation-delay: .2s; animation-delay: .2s; } .header .caption h1 { margin: 10px 0; font-size: 60px; font-weight: 500; font-family: inherit; word-spacing: 2px; letter-spacing: 2px; -webkit-animation-delay: .6s; animation-delay: .6s; } .header .caption p { font-size: 15px; font-weight: 300; color: #eee; letter-spacing: 1px; word-spacing: 2px; -webkit-animation-delay: 1s; animation-delay: 1s; } .header .caption p span { letter-spacing: 5px; text-transform: uppercase; margin: 0 5px; padding-right: 14px; position: relative; } .header .caption p span:last-child { padding: 0; } .header .caption p span:last-child:after { display: none; } .header .caption p span:after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #7146f3; position: absolute; top: 10px; right: 0; opacity: .5; } .header .caption .butn { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; } /* ---------------------------------------------------------------- [ End Header ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 05 Start Hero ] -----------------------------------------------------------------*/ .hero.smp .item { padding: 0; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; } .hero.smp .item:hover .icon { background: rgba(113, 70, 243, 0.02); } .hero.smp .item:hover h6 { color: inherit; } .hero.smp .item:hover p { color: #999; } .hero .intro h5 { color: #e9967a; margin-bottom: 10px; } .hero .intro p { margin-top: 15px; position: relative; padding-bottom 30px; } .hero .intro p:after { content: ''; width: 120px; height: 1px; position: absolute; bottom: 0; left: calc(50% - 60px); background: #e9967a; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#7146f3), to(transparent)); background: linear-gradient(to right, transparent, #e9967a, transparent); } .hero .item { padding: 60px 10px; background: #fff; -webkit-box-shadow: 0px 10px 44px -5px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 44px -5px rgba(0, 0, 0, 0.1); border-radius: 5px; position: relative; } .hero .item:hover .img-overlay { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; } .hero .item:hover .icon { background: rgba(255, 255, 255, 0.05); } .hero .item:hover h6 { color: #fff; } .hero .item:hover p { color: #aaa; } .hero .item .img-overlay { position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; -webkit-transform: translateY(10px); transform: translateY(10px); border-radius: 5px; overflow: hidden; opacity: 0; -webkit-transition: all .5s; transition: all .5s; } .hero .item .icon { color: #e9967a; font-size: 35px; width: 80px; height: 80px; line-height: 80px; border-radius: 50%; background: rgba(113, 70, 243, 0.02); margin-bottom: 30px; position: relative; z-index: 2; } .hero .item h6 { margin-bottom: 15px; font-size: 16px; position: relative; z-index: 2; } .hero .item p { font-size: 14px; position: relative; z-index: 2; } /* ---------------------------------------------------------------- [ End Hero ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 06 Video ] -----------------------------------------------------------------*/ .video .content h5 { color: #7146f3; font-size: 18px; margin-bottom: 10px; } .video .content h3 { font-size: 28px; margin-bottom: 15px; } .video .content li { display: inline-block; width: 48%; margin-top: 15px; font-weight: 500; } .video .content li .icon { color: #7146f3; padding-right: 10px; } .video .content .butn { margin: 30px 0 0; } .video .image { position: relative; } .video .image:after { content: ''; width: 0; height: 0; border-top: 200px solid #7146f3; border-left: 200px solid transparent; position: absolute; right: -15px; top: -15px; z-index: -1; } .video .image img { -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1); border-radius: 5px; } .video .image .icon { width: 80px; height: 80px; line-height: 80px; border-radius: 50%; position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); text-align: center; background: #7146f3; font-size: 35px; color: #fff; } .video .image .icon span:before { text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); } .video .skills .skill-item { margin-top: 30px; } .video .skills .skill-item h5 { font-size: 16px; margin-bottom: 10px; } .video .skills .skill-progress { width: 100%; height: 7px; background: #f7f7f7; border-radius: 30px; position: relative; -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset; box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.08) inset; } .video .skills .skill-progress .progres { position: absolute; top: 0; left: 0; background: #7146f3; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 2rem 2rem; width: 0; height: 100%; border-radius: 30px; -webkit-transition: all 1s; transition: all 1s; position: relative; } .video .skills .skill-progress .progres:after { content: attr(data-value); position: absolute; top: -20px; right: 0; font-size: 11px; } .video-bg .icon { font-size: 30px; width: 80px; height: 80px; line-height: 80px; border-radius: 50%; border: 1px solid #eee; margin-bottom: 30px; } .video-bg h3 { font-size: 30px; margin-bottom: 15px; } /* ---------------------------------------------------------------- [ End Video ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 07 Start Services ] -----------------------------------------------------------------*/ .services .owl-carousel .owl-stage-outer { padding: 10px 0 0; } .services .tabs-icon .item { padding: 30px 5px; background: #fff; border-right: 1px solid #f7f7f7; cursor: pointer; } .services .tabs-icon .item .icon { font-size: 35px; margin-bottom: 15px; color: #7146f3; } .services .tabs-icon .item h6 { font-size: 16px; font-weight: 300; } .services .tabs-icon .owl-item.actived .item, .services .tabs-icon .item.active { color: #fff; position: relative; background: #7146f3; padding: 40px 5px; top: -10px; } .services .tabs-icon .owl-item.actived .item .icon, .services .tabs-icon .item.active .icon { color: #fff; } .services .services-content .cont { display: none; } .services .services-content .cont .services-info { text-align: right; } .services .services-content .cont h5 { font-size: 18px; color: #7146f3; margin-bottom: 10px; } .services .services-content .cont h3 { line-height: 1.4; } .services .services-content .active { display: block; } .services .owl-theme .owl-nav [class*=owl-] { top: 35%; font-size: 20px; } .services .owl-carousel .owl-nav .owl-next { right: -50px; } .services .owl-carousel .owl-nav .owl-prev { left: -50px; } /* ---------------------------------------------------------------- [ End Services ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 08 Start Featrues ] -----------------------------------------------------------------*/ .featrues.no-img .bord:before { background: #777; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#777), to(transparent)); background: linear-gradient(to top, transparent, #777, transparent); } .featrues.no-img .bord:after { background: #777; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#777), to(transparent)); background: linear-gradient(to top, transparent, #777, transparent); } .featrues.no-img hr { background: #777; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#777), color-stop(transparent), color-stop(transparent), color-stop(#777), color-stop(transparent), color-stop(transparent), color-stop(#777), to(transparent)); background: linear-gradient(to right, transparent, #777, transparent, transparent, #777, transparent, transparent, #777, transparent); } .featrues.feat2 .item { text-align: left; border: 1px solid rgba(200, 200, 200, 0.2); padding: 40px 30px; border-radius: 5px; } .featrues.feat2 .item .icon { margin-bottom: 0; float: left; } .featrues.feat2 .item h6, .featrues.feat2 .item p { margin-left: 70px; } .featrues .bord { position: relative; } .featrues .bord:before { content: ''; height: 100%; width: 1px; position: absolute; left: 0; top: 0; background: #fff; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(transparent)); background: linear-gradient(to top, transparent, #fff, transparent); opacity: .3; } .featrues .bord:after { content: ''; height: 100%; width: 1px; position: absolute; right: 0; top: 0; background: #fff; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(transparent)); background: linear-gradient(to top, transparent, #fff, transparent); opacity: .3; } .featrues hr { border: 0; height: 1px; width: 100%; background: #fff; background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), color-stop(transparent), color-stop(transparent), color-stop(#fff), color-stop(transparent), color-stop(transparent), color-stop(#fff), to(transparent)); background: linear-gradient(to right, transparent, #fff, transparent, transparent, #fff, transparent, transparent, #fff, transparent); opacity: .3; } .featrues .item { text-align: center; padding: 20px 10px; } .featrues .item .icon { font-weight: 100; font-size: 35px; margin-bottom: 30px; color: #7146f3; } .featrues .item h6 { margin-bottom: 15px; font-size: 17px; font-weight: 500; } /* ---------------------------------------------------------------- [ End Featrues ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 09 Start Works ] -----------------------------------------------------------------*/ .works .filtering span { font-weight: 500; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; padding: 8px 20px; border-radius: 30px; cursor: pointer; } .works .filtering .active { background: #7146f3; background: -webkit-gradient(linear, left top, right top, from(#7146f3), to(#6976c5)); background: linear-gradient(to right, #7146f3, #6976c5); -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2); color: #fff; } .works .item-img { position: relative; margin-top: 30px; overflow: hidden; } .works .item-img:hover .item-img-overlay { top: 0; opacity: 1; } .works .item-img-overlay { position: absolute; top: 110%; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); color: #fff; opacity: 0; -webkit-transition: all .5s; transition: all .5s; } .works .item-img-overlay .icon { font-size: 20px; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); margin: 15px 5px 0; -webkit-transition: all .5s; transition: all .5s; } .works .item-img-overlay .icon:hover { background: #7146f3; color: #fff; } .works .item-img-overlay .icon:before { line-height: 2; } .works .item-img-overlay p { color: #7146f3; font-weight: 400; } .buttonoverlay { color: #e9967a; font-weight: bold; } .works .item-img-overlay h6 { font-weight: 500; font-size: 17px; letter-spacing: 1px; margin-top: 5px; } .col-centered { float: none !important; margin-right: auto !important; margin-left: auto !important; } /* ---------------------------------------------------------------- [ End Works ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 10 Start Numbers ] -----------------------------------------------------------------*/ .numbers { padding: 80px 0; } .numbers div[class*='col-'] { position: relative; } .numbers div[class*='col-']:after { content: ''; height: 120px; width: 1px; position: absolute; right: 0; top: calc(50% - 60px); background: #fff; background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(transparent)); background: linear-gradient(to top, transparent, #fff, transparent); opacity: .3; } .numbers div[class*='col-']:last-child:after { display: none; } .numbers .item .icon { color: #7146f3; font-size: 25px; margin-bottom: 25px; } .numbers .item h4 { margin-bottom: 25px; } .numbers .item h6 { color: #999; font-size: 16px; font-weight: 400; letter-spacing: 1px; } /* ---------------------------------------------------------------- [ End Numbers ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 11 Start Price ] -----------------------------------------------------------------*/ .price { padding-bottom: 180px; } .price .item { position: relative; height: 100%; z-index: 3; padding-right: 15px; padding-left: 15px; text-align: center; } .price .item .cont { position: relative; background: #fff; padding: 60px 40px; border-radius: 5px; -webkit-box-shadow: 0px 10px 40px rgba(255, 255, 255, 0.4); box-shadow: 0px 10px 40px rgba(255, 255, 255, 0.4); top: -15px; margin-top: 15px; } .price .item .type h6 { color: #333; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; } .price .item .price { padding-bottom: 30px; border-bottom: 1px solid #eee; } .price .item .price h4 { font-size: 50px; margin-bottom: 15px; font-family: inherit; font-weight: 100; } .price .item .price span { font-size: 14px; } .price .item .price p { text-transform: uppercase; letter-spacing: 4px; font-size: 12px; } .price .item .feat { padding: 30px 0 0; } .price .item .feat ul { margin-bottom: 0; } .price .item .feat li { margin-bottom: 10px; color: #777; } .price .item .feat li:last-child { margin: 0; } .price .item .order { background: #010121; position: absolute; top: 0; left: 0; bottom: -60px; right: 0; border-radius: 5px; z-index: -1; } .price .item .order .butn { position: absolute; bottom: 15px; left: calc(50% - 80px); } .price .center .order { background: #7146f3; } .price .center .order .butn { background: #010121; } /* ---------------------------------------------------------------- [ End Price ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 12 Start Team ] -----------------------------------------------------------------*/ .team { padding-bottom: 90px; } .team .item:hover .info { top: 0; opacity: 1; } .team .item .team-img { width: 240px; height: 240px; border-radius: 50%; overflow: hidden; margin: 0 auto 30px; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); position: relative; } .team .item .info { position: absolute; top: 100%; left: 0; height: 100%; width: 100%; border-radius: 50%; background: rgba(113, 70, 243, 0.8); color: #fff; opacity: 0; -webkit-transition: all .3s; transition: all .3s; } .team .item h6 { margin-bottom: 5px; font-size: 16px; } .team .item span { font-size: 13px; color: #777; margin-bottom: 15px; } .team .item .icon { font-size: 12px; margin: 0 5px; width: 30px; height: 30px; line-height: 30px; border: 1px solid #eee; border-radius: 50%; } /* ---------------------------------------------------------------- [ End Team ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 13 Start Testimonials ] -----------------------------------------------------------------*/ .testimonials .item .icon { font-size: 50px; color: #7146f3; margin-bottom: 15px; } .testimonials .item p { font-size: 17px; font-weight: 300; font-style: italic; } .testimonials .item h6 { font-size: 15px; font-weight: 500; margin: 60px auto 5px; color: #7146f3; position: relative; } .testimonials .item h6:after { content: ''; width: 1px; height: 30px; background: #fff; position: absolute; top: -45px; left: 50%; opacity: .5; } .testimonials .item h5 { font-size: 14px; } /* ---------------------------------------------------------------- [ End Testimonials ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 14 Start Blog ] -----------------------------------------------------------------*/ .blog .item { text-align: center; margin-bottom: 10px; -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); } .blog .item .img img { border-radius: 5px 5px 0 0; } .blog .item .cont { background: #fff; padding: 30px 30px 50px; border-radius: 0px 0px 5px 5px; position: relative; } .blog .item .info { margin-bottom: 10px; } .blog .item .info a { font-size: 12px; color: #777; margin-right: 10px; } .blog .item .info a:last-child { margin-right: 0; } .blog .item h6 { margin-bottom: 15px; } .blog .item .more { width: 120px; height: 35px; line-height: 35px; border-radius: 30px; background: #7146f3; color: #fff; font-size: 12px; position: absolute; bottom: -10px; left: calc(50% - 60px); text-align: left; -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1); overflow: hidden; -webkit-transition: all .3s; transition: all .3s; } .blog .item .more:hover { background: #000010; } .blog .item .more:hover span { bottom: -50px; } .blog .item .more:hover i { top: 25%; } .blog .item .more span, .blog .item .more i { position: absolute; width: 100%; height: 100%; text-align: center; -webkit-transition: all .3s; transition: all .3s; bottom: 0; } .blog .item .more i { top: -50px; font-size: 20px; } /* ---------------------------------------------------------------- [ End Blog ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 15 Start Contact ] -----------------------------------------------------------------*/ .contact .info.wh-box .item { -webkit-box-shadow: 0px 10px 44px -4px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 44px -4px rgba(0, 0, 0, 0.1); } .contact .info.wh-box .item .icon { background: rgba(0, 0, 0, 0.02); } .contact .info.wh-box .item h6 { color: inherit; } .contact .info .item { padding: 40px 30px; background: #fff; -webkit-box-shadow: 0px 20px 44px -8px rgba(0, 0, 0, 0.1); box-shadow: 0px 20px 44px -8px rgba(0, 0, 0, 0.1); border-radius: 5px; position: relative; } .contact .info .item .img-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 5px; overflow: hidden; } .contact .info .item .icon { float: left; text-align: center; color: #e9967a; font-size: 30px; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; background: rgba(255, 255, 255, 0.05); margin-bottom: 30px; position: relative; z-index: 2; } .contact .info .item .cont { margin-left: 85px; } .contact .info .item h6 { color: #fff; margin-bottom: 15px; font-size: 16px; position: relative; z-index: 2; } .contact .info .item p { color: #aaa; font-size: 14px; /*text-transform: capitalize;*/ position: relative; z-index: 2; } .contact .form input, .contact .form textarea { width: 100%; padding: 10px; border: 0; background: #f7f8f9; border-radius: 5px; } .contact .form textarea { height: 145px; max-height: 145px; max-width: 100%; } .contact .form .butn { padding: 10px 30px; overflow: hidden; cursor: pointer; margin: 0; } .contact .form .butn:hover { border-color: #7146f3; } .contact .form .form-group { position: relative; } .contact .form .help-block li { color: #ce7373; font-size: 11px; font-weight: 500; position: absolute; top: 10px; right: 10px; } .map { height: 400px; } .map #ieatmaps { height: 100%; } /* ---------------------------------------------------------------- [ End Contact ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 16 Start Footer ] -----------------------------------------------------------------*/ footer { background: #000010; padding: 80px 0; } footer .social a { color: #fff; font-size: 13px; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; background: rgba(100, 100, 100, 0.1); margin: 15px 5px; } footer .social a:hover { background: #7146f3; } footer p { color: #999; font-weight: 400; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; } /* ---------------------------------------------------------------- [ End Footer ] -----------------------------------------------------------------*/ /* ---------------------------------------------------------------- [ 17 Responsive ] -----------------------------------------------------------------*/ @media screen and (max-width: 991px) { .mb-md50 { margin-bottom: 50px !important; } .mb-md30 { margin-bottom: 30px !important; } .mb-md0 { margin-bottom: 0 !important; } .cmb-120 { margin-bottom: 120px !important; } .bgimg-height { height: 400px; } .bg-fixed { background-attachment: scroll !important; } .navbar { padding-left: 15px; } .navbar .navbar-collapse { max-height: 340px; overflow: auto; background: #111; text-align: center; padding: 10px 0; } .navbar .nav-link { margin: 10px auto !important; } .nav-scroll .navbar-collapse .nav-link { color: #fff !important; } .nav-scroll .navbar-collapse .active { color: #7146f3 !important; } .navbar .navbar-nav .nav-link:after { left: calc(50% - 7px); } .header { background-attachment: scroll !important; background-position: 50% 0% !important; } .header .caption h4 { font-size: 30px; } .header .caption h1 { font-size: 45px; line-height: 1.4; } .services .services-content .cont h3 { font-size: 30px; } .featrues hr { display: none; } .featrues .bord:after, .featrues .bord:before { display: none; } .featrues .item { padding: 0; } .numbers div[class*='col-']:last-child:after, .numbers div[class*='col-']:nth-child(2):after { display: none; } } @media screen and (max-width: 767px) { .mb-sm50 { margin-bottom: 50px !important; } .mb-sm30 { margin-bottom: 30px !important; } .header .caption h4 { font-size: 16px; } .header .caption h1 { font-size: 25px; } .header .caption p { font-size: 14px; } .header .caption p span { font-size: 12px; letter-spacing: 1px; } .hero .intro h5 { font-size: 18px; } .hero .intro h3, .video .content h3 { font-size: 22px; } .services .owl-carousel .owl-nav .owl-prev { left: -15px; } .services .owl-carousel .owl-nav .owl-next { right: -15px; } .services .services-content .cont .services-info { text-align: center; margin-bottom: 15px; } .services .services-content .cont .services-info h3 { font-size: 22px; } .services .services-content .serv-cont { text-align: center; } .works .filtering span { margin-bottom: 10px; } .numbers div[class*='col-']:after { display: none; } } /*# sourceMappingURL=style.css.map */ .nav-pills .nav-link.active, .nav-pills .show > .nav-link{ background-color: #17A2B8; } .dropdown-menu{ top: 60px; right: 0px; left: unset; width: 460px; box-shadow: 0px 5px 7px -1px #c1c1c1; padding-bottom: 0px; padding: 0px; } .dropdown-menu:before{ content: ""; position: absolute; top: -20px; right: 12px; border:10px solid #343A40; border-color: transparent transparent #343A40 transparent; } .head{ padding:5px 15px; border-radius: 3px 3px 0px 0px; } .footer{ padding:5px 15px; border-radius: 0px 0px 3px 3px; } .notification-box{ padding: 10px 0px; } .bg-gray{ background-color: #eee; } @media (max-width: 640px) { .dropdown-menu{ top: 50px; left: -16px; width: 290px; } .nav{ display: block; } .nav .nav-item,.nav .nav-item a{ padding-left: 0px; } .message{ font-size: 8px; } } .whatsapp { color: #e9967a; }
24.857235
254
0.475688
bd989b5649679d3b03b8a78a7caf1eb76dca117a
4,013
css
CSS
web/app/euro/css/hong.css
raoxy5/huogou
8ccd386278cfdf6424f4dccc266d73bc850344e2
[ "BSD-3-Clause" ]
1
2018-12-03T06:55:21.000Z
2018-12-03T06:55:21.000Z
web/didi_app/euro/css/hong.css
raoxy5/huogou
8ccd386278cfdf6424f4dccc266d73bc850344e2
[ "BSD-3-Clause" ]
null
null
null
web/didi_app/euro/css/hong.css
raoxy5/huogou
8ccd386278cfdf6424f4dccc266d73bc850344e2
[ "BSD-3-Clause" ]
null
null
null
/*���а�*/ .clearfix:before,.clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } img{ border: 0; display: block; } .text-red{ color:#ef2828; } section.rank-banner{ position: relative; margin: 0; padding: 0; } /*section.rank-banner .black{ position: absolute; bottom: 0; height: 30px; width: 100%; background-color: rgba(0,0,0,0.5); }*/ section.rank-banner p{ background-color: rgba(0,0,0,0.5); position: absolute; bottom: 0; text-align: center; width: 100%; text-shadow: 0 0 5px #004a8f; color: #fff; font-size: 12px; padding: 5px 0; } .rank-list { padding: 0 3.5%; background: #fff; border-bottom: 1px solid #e2e2e2; margin-bottom: 10px; padding-bottom: 10px; } .rank-list li { padding: 15px 0; border-bottom: 1px solid #e2e2e2; overflow: hidden; position: relative; } .rank-list li i { height: 20px; width: 20px; line-height: 20px; position: absolute; left: 0; top: 50%; margin-top: -10px; font-size: 15px; color: #666; overflow: hidden; font-style: normal; text-align: center; } .rank-list li:nth-of-type(1) i { margin-top: -12px; position: absolute; left: 0; top: 50%; background: no-repeat center; background-size: cover; background-image: url(../images/one@2x.png); text-indent: 200px; } .rank-list li:nth-of-type(2) i { margin-top: -12px; position: absolute; left: 0; top: 50%; background: no-repeat center; background-size: cover; background-image: url(../images/two@2x.png); text-indent: 200px; } .rank-list li:nth-of-type(3) i { margin-top: -12px; position: absolute; left: 0; top: 50%; background: no-repeat center; background-size: cover; background-image: url(../images/three@2x.png); text-indent: 200px; } .rank-list li a { display: block; overflow: hidden; margin-left: 30px; } .rank-list li picture { width: 10%; /*height: 35px;*/ overflow: hidden; float: left; border-radius: 4px; } .rank-list li picture img { width: 100%; display: block; } .rank-list li h3 { font-weight: 100; float: left; color: #666; line-height: 35px; margin-left: 2%; width: 35%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rank-list li:nth-of-type(1) h3, .rank-list li:nth-of-type(1) span { color: #ff0b0b; } .rank-list li:nth-of-type(2) h3, .rank-list li:nth-of-type(2) span { color: #fe6b09; } .rank-list li:nth-of-type(3) h3, .rank-list li:nth-of-type(3) span { color: #ffb032; } .rank-list li span { float: right; color: #666; line-height: 35px; width: 110px; overflow: hidden; display: inline-block; height: 35px; text-overflow: ellipsis; white-space: nowrap; text-align: right; } .view-more { border: none; background-color: #fff; padding: 10px; display: block; margin: 0 -3.5%; } .view-more>span { width: 105px; display: block; background-image: url(../images/arrow-u-d.png); background-repeat: no-repeat; background-position: right 7px; background-size: 15px; margin: 0 auto; } /*���*/ .top-title{ border-bottom: solid 1px #e0e0e0; /*border-top: solid 1px #e0e0e0;*/ background-color: #fff; padding: 10px 3.5%; } .red-list{ background-color: #fff; margin: 3.5% 0; width: 100%; border-top: 1px solid #cccccc; } .red-list li{ width: 50%; background-color: #fff; float: left; box-sizing: border-box; overflow: hidden; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; } .red-list li .red-inside{ width: 75%; margin: 8% auto; position: relative; } .red-list li .red-inside img{ width: 100%; } .red-list li .red-inside .get-red{ position: absolute; bottom: 10%; display: block; height: 30%; width: 100%; }
20.370558
68
0.60005
bd99d4c5b99dd781a1b76f6a1c0fd20ecc949dd6
7,263
css
CSS
frozenui/1.2.0/css-debug/vip.css
547895019/gokit_demo
bffce0ba53951b5f4e574e3c51880a98f5a52243
[ "MIT" ]
1
2015-11-06T05:40:01.000Z
2015-11-06T05:40:01.000Z
download/1.2.0/css-debug/vip.css
baiyanghese/frozenui
e77e0b339de59b76cee6a285d09932376f45929c
[ "MIT" ]
null
null
null
download/1.2.0/css-debug/vip.css
baiyanghese/frozenui
e77e0b339de59b76cee6a285d09932376f45929c
[ "MIT" ]
null
null
null
@charset "UTF-8"; .ui-icon-qq, .ui-icon-vip, .ui-icon-svip, .ui-icon-yearsvip, .ui-icon-yearvip { display: inline-block; width: 24px; height: 1px; position: relative; vertical-align: middle; } .ui-icon-qq:after, .ui-icon-vip:after, .ui-icon-svip:after, .ui-icon-yearsvip:after, .ui-icon-yearvip:after { content: ""; display: block; width: 24px; height: 24px; background-image: url(../img/icon_vip.png?_bid=306); -webkit-background-size: 24px auto; position: absolute; line-height: 100px; top: -12px; } .ui-icon-vip:after { background-position: 0 -25px; } .ui-icon-svip:after { background-position: 0 -50px; } .ui-icon-yearsvip:after { background-position: 0 -75px; } .ui-icon-yearvip:after { background-position: 0 -100px; } /*QQ等级图标*/ .ui-icon-qqlevel { display: inline-block; width: 15px; height: 1px; position: relative; vertical-align: middle; } .ui-icon-qqlevel:after { content: ""; display: block; width: 16px; background: url(../img/icon_qqlevel_sprite.png?_bid=306) no-repeat; background-repeat: no-repeat; position: absolute; line-height: 100px; height: 16px; -webkit-background-size: 16px auto; top: -10px; } .ui-icon-qqlevel-king:after { background-position: 0 0; } .ui-icon-qqlevel-sun:after { background-position: 0 -48px; } .ui-icon-qqlevel-moon:after { background-position: 0 -16px; } .ui-icon-qqlevel-star:after { background-position: 0 -32px; } .ui-icon-qqlevel-none:after { background-position: 0 -64px; } /*图标基类*/ .ui-icon-viplevel, .ui-icon-viplevel-s, .ui-icon-sviplevel, .ui-icon-sviplevel-s, .ui-icon-yearviplevel, .ui-icon-yearviplevel-s, .ui-icon-yearsviplevel, .ui-icon-yearsviplevel-s, .ui-icon-mq { display: inline-block; height: 1px; position: relative; vertical-align: middle; } .ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span { overflow: hidden; display: block; width: 100%; background-repeat: no-repeat; position: absolute; line-height: 100px; } /*等级图标*/ /*宽度与背景size*/ .ui-icon-viplevel, .ui-icon-viplevel-s, .ui-icon-sviplevel, .ui-icon-sviplevel-s, .ui-icon-yearviplevel, .ui-icon-yearviplevel-s, .ui-icon-yearsviplevel, .ui-icon-yearsviplevel-s, .ui-icon-mq { width: 48px; } .ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span { -webkit-background-size: auto 20px; } .ui-icon-viplevel-s { width: 31px; } .ui-icon-viplevel-s span { -webkit-background-size: auto 12px; } .ui-icon-yearviplevel { width: 55px; } .ui-icon-yearviplevel span { -webkit-background-size: auto 19px; } .ui-icon-yearviplevel-s { width: 40px; } .ui-icon-yearviplevel-s span { -webkit-background-size: auto 12px; } .ui-icon-sviplevel { width: 52px; } .ui-icon-sviplevel span { -webkit-background-size: auto 22px; } .ui-icon-sviplevel-s { width: 36px; } .ui-icon-sviplevel-s span { -webkit-background-size: auto 12px; } .ui-icon-yearsviplevel { width: 58px; } .ui-icon-yearsviplevel span { -webkit-background-size: auto 20px; } .ui-icon-yearsviplevel-s { width: 45px; } .ui-icon-yearsviplevel-s span { -webkit-background-size: auto 12px; } .ui-icon-viplevel span, .ui-icon-viplevel-s span, .ui-icon-sviplevel span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel span, .ui-icon-yearsviplevel-s span, .ui-icon-mq span, .ui-icon-yearviplevel span { height: 22px; top: -12px; } .ui-icon-sviplevel span, .ui-icon-yearsviplevel span { height: 22px; top: -14px; } .ui-icon-viplevel-s span, .ui-icon-sviplevel-s span, .ui-icon-yearviplevel-s span, .ui-icon-yearsviplevel-s span { height: 20px; top: -7px; } /*超Q图标*/ .ui-icon-mq { width: 28px; } .ui-icon-mq span { height: 28px; top: -15px; -webkit-background-size: 28px auto; } .ui-tag, .ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-freelimit:before, .ui-tag-free:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-selected:after { display: block; background: url(../img/icon_tag.png?_bid=306); -webkit-background-size: 36px auto; position: absolute; z-index: 9; } .ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-freelimit:before, .ui-tag-free:before { width: 28px; height: 14px; bottom: 6px; right: 3px; content: ''; } .ui-tag-vip:before { background-position: 0 -14px; } .ui-tag-freelimit:before { background-position: 0 -28px; } .ui-tag-free:before { background-position: 0 -42px; } .ui-tag-hot:before, .ui-tag-new:before { content: ''; width: 36px; height: 20px; left: 0; top: 0; } .ui-tag-hot:before { background-position: 0 -60px; } .ui-tag-new:before { background-position: 0 -90px; } .ui-tag-selected:before { content: ''; display: block; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); position: absolute; z-index: 8; } .ui-tag-selected:after { content: ''; width: 25px; height: 25px; background-position: 0 -120px; right: 8px; top: 8px; } .ui-selector header { padding: 6px 10px; color: #ababab; } .ui-selector header:after { content: ""; clear: both; display: table; } .ui-selector header h3 { float: left; } .ui-selector-content { background: white; } .ui-selector .ui-selector-item p { margin-left: 10px; -webkit-box-flex: 1; box-flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; } .ui-selector .ui-selector-item .ui-txt-info { margin: 0 10px; color: #777777; } .ui-selector .ui-selector-item .ui-list-link li:after { display: none; } .ui-selector .ui-list-link li:last-child .ui-list-info { border: none; } .ui-selector .ui-selector-item h3:before { content: ''; display: block; width: 8px; height: 10px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOtJREFUeNpibGpq2sDAwJAHxI8YyABMQOwPxNeAuByI2cgxAAS4gbgDiM8DsT05BsCAFhDvB+JFQCxGjgEgwAjEsUB8E4gzcKjBawAMCADxdCA+AcTG5BgAA6ZAfAqIJ0MNJdkAmLocIL4OxDHkGAADEkC8GIj3ArEGSICFgTzgBMQXgbiXiYF8ANLLSa4LjgNxFhBfINUFb4E4DYhtQJpJCYP/QDwfml/eIEsQY8AlqHOPkpqQvgBxCTQVHsWlCJcL1gBxIRA/IeQ8dAPuAHEuEO8gNTv/AOJGINYjRTPMBbuhgXSHnAQBEGAAskkmlXEGsU0AAAAASUVORK5CYII=) no-repeat center left; -webkit-background-size: 8px auto; background-size: 8px auto; position: absolute; left: 15px; top: 15px; transition: all .2s; -webkit-transition: all 0.2s; } .ui-selector .ui-selector-item.active h3:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); } .ui-selector .ui-selector-item.active ul { display: block; } .ui-selector .ui-selector-item ul { color: #282828; display: none; } .ui-selector .ui-selector-item h3 { display: -webkit-box; font-size: 16px; color: #282828; padding-left: 44px; line-height: 44px; height: 44px; font-weight: 400; position: relative; }
27.511364
504
0.693102
bd9eb47336fd6eb01a69579fa3e845454ba52126
118
css
CSS
frontend/src/app/shop/shop-list.component.css
gomberg5264/tfg
1d1e00245c3186664c9d9be510c29b0e4727ea8e
[ "MIT" ]
3
2017-11-29T21:51:13.000Z
2020-03-13T00:08:38.000Z
frontend/src/app/shop/shop-list.component.css
gomberg5264/tfg
1d1e00245c3186664c9d9be510c29b0e4727ea8e
[ "MIT" ]
20
2017-10-18T22:35:28.000Z
2018-04-08T11:11:41.000Z
frontend/src/app/shop/shop-list.component.css
gomberg5264/tfg
1d1e00245c3186664c9d9be510c29b0e4727ea8e
[ "MIT" ]
2
2020-01-27T23:09:53.000Z
2020-03-13T00:08:53.000Z
.muted { color: rgba(0,0,0,.46); } .fill-remaining-space { flex: 1 1 auto; } .center { text-align: center; }
10.727273
27
0.576271
bda9f78dc3e8b9efa368a3c790723ff3507afcda
14,959
css
CSS
target/classes/static/layui/css/modules/layim/layim.css
zpdcqu/mysiteforme
81854a17bd35f9b85ef0be9ab738871fb5f5882c
[ "Apache-2.0" ]
null
null
null
target/classes/static/layui/css/modules/layim/layim.css
zpdcqu/mysiteforme
81854a17bd35f9b85ef0be9ab738871fb5f5882c
[ "Apache-2.0" ]
null
null
null
target/classes/static/layui/css/modules/layim/layim.css
zpdcqu/mysiteforme
81854a17bd35f9b85ef0be9ab738871fb5f5882c
[ "Apache-2.0" ]
null
null
null
/** layui-v1.0.7 MIT License By http://www.layui.com */ html #layuicss-skinlayimcss{display:none;position:absolute;width:1989px}body .layui-layim,body .layui-layim-chat{border:1px solid #D9D9D9;border-color:rgba(0,0,0,.05);background-repeat:no-repeat;background-color:#F6F6F6;color:#333;font-family:\5FAE\8F6F\96C5\9ED1}body .layui-layim-chat{background-size:cover}body .layui-layim .layui-layer-title{height:110px;border-bottom:none;background:0 0}.layui-layim-main{position:relative;top:-98px;left:0}body .layui-layim .layui-layer-content,body .layui-layim-chat .layui-layer-content{overflow:visible}.layui-layim cite,.layui-layim em,.layui-layim-chat cite,.layui-layim-chat em{font-style:normal}.layui-layim-info{height:50px;font-size:0;padding:0 15px}.layui-layim-info *{font-size:14px}.layim-tab-content li h5 *,.layui-layim-info div,.layui-layim-skin li,.layui-layim-tab li,.layui-layim-tool li{display:inline-block;vertical-align:top;*zoom:1;*display:inline}.layim-tab-content li h5 span,.layui-layim-info .layui-layim-user,.layui-layim-list li p,.layui-layim-list li span,.layui-layim-remark{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layui-layim-info .layui-layim-user{max-width:150px;margin-right:5px;font-size:16px}.layui-layim-status{position:relative;top:2px;line-height:19px;cursor:pointer}.layim-status-online{color:#3FDD86}.layim-status-hide{color:#DD691D}.layim-menu-box{display:none;position:absolute;z-index:100;top:24px;left:-31px;padding:5px 0;width:85px;border:1px solid #E2E2E2;border-radius:2px;background-color:#fff;box-shadow:1px 1px 20px rgba(0,0,0,.1)}.layim-menu-box li{position:relative;line-height:22px;padding-left:30px;font-size:12px}.layim-menu-box li cite{padding-right:5px;font-size:14px}.layim-menu-box li i{display:none;position:absolute;left:0;top:0}.layim-menu-box .layim-this i{display:block}.layim-menu-box li:hover{background-color:#eee}.layui-layim-remark{position:relative;left:-6px;display:block;width:100%;border:1px solid transparent;margin-top:8px;padding:0 5px;height:26px;line-height:26px;background:0 0;border-radius:2px}.layui-layim-remark:focus,.layui-layim-remark:hover{border:1px solid #d2d2d2;border-color:rgba(0,0,0,.15)}.layui-layim-remark:focus{background-color:#fff}.layui-layim-tab{margin-top:10px;padding:9px 0;font-size:0}.layui-layim-tab li{position:relative;width:33.33%;height:24px;line-height:24px;font-size:22px;text-align:center;color:#666;color:rgba(0,0,0,.6);cursor:pointer}.layim-tab-two li{width:50%}.layui-layim-tab li.layim-this:after{content:'';position:absolute;left:0;bottom:-9px;width:100%;height:3px;background-color:#3FDD86}.layui-layim-tab li.layim-hide{display:none}.layui-layim-tab li:hover{opacity:.8;filter:Alpha(opacity=80)}.layim-tab-content{display:none;padding:10px 0;height:349px;overflow:hidden;background-color:#fff;background-color:rgba(255,255,255,.9)}.layim-tab-content:hover{overflow-y:auto}.layim-tab-content li h5{position:relative;margin-right:15px;padding-left:30px;height:28px;line-height:28px;cursor:pointer;font-size:0;white-space:nowrap;overflow:hidden}.layim-tab-content li h5 *{font-size:14px}.layim-tab-content li h5 span{max-width:125px}.layim-tab-content li h5 i{position:absolute;left:12px;top:0;color:#C9BDBB}.layim-tab-content li h5 em{padding-left:5px;color:#999}.layim-tab-content li h5[lay-type=true] i{top:2px}.layim-tab-content li ul{display:none;margin-bottom:10px}.layui-layim-list li{position:relative;height:42px;padding:5px 15px 5px 60px;font-size:0;cursor:pointer}.layui-layim-list li:hover{background-color:#F2F2F2;background-color:rgba(0,0,0,.05)}.layui-layim-list li.layim-null{height:20px;line-height:20px;padding:0;font-size:14px;color:#999;text-align:center;cursor:default}.layui-layim-list li.layim-null:hover{background:0 0}.layui-layim-list li *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px}.layui-layim-list li span{margin-top:4px;max-width:155px}.layui-layim-list li img{position:absolute;left:15px;top:8px;width:36px;height:36px;border-radius:100%}.layui-layim-list li p{display:block;line-height:18px;font-size:12px;color:#999}.layim-list-gray{-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);filter:gray}.layui-layim-tool{padding:0 10px;font-size:0;background-color:#F6F6F6;border-radius:0 0 2px 2px}.layui-layim-tool li{position:relative;width:48px;height:37px;line-height:40px;text-align:center;font-size:22px;cursor:pointer}.layui-layim-tool li:active{background-color:#e2e2e2}.layui-layim-tool .layim-tool-msgbox{line-height:37px}.layui-layim-tool .layim-tool-find{line-height:38px}.layui-layim-tool .layim-tool-skin{font-size:26px}.layim-tool-msgbox span{display:none;position:absolute;left:12px;top:-12px;height:20px;line-height:20px;padding:0 10px;border-radius:2px;background-color:#33DF83;color:#fff;font-size:12px;-webkit-animation-duration:1s;animation-duration:1s}.layim-tool-msgbox .layer-anim-05{display:block}.layui-layim-search{display:none;position:absolute;bottom:5px;left:5px;height:28px;line-height:28px}.layui-layim-search input{width:210px;padding:0 30px 0 10px;height:30px;line-height:30px;border:none;border-radius:3px;background-color:#ddd}.layui-layim-search label{position:absolute;right:6px;top:4px;font-size:20px;cursor:pointer;color:#333;font-weight:400}.layui-layim-skin{margin:10px 0 0 10px;font-size:0}.layui-layim-skin li{margin:0 10px 10px 0;line-height:60px;text-align:center;background-color:#f6f6f6}.layui-layim-skin li,.layui-layim-skin li img{width:86px;height:60px;cursor:pointer}.layui-layim-skin li img:hover{opacity:.8;filter:Alpha(opacity=80)}.layui-layim-skin li cite{font-size:14px;font-style:normal}body .layui-layim-chat{background-color:#fff}body .layui-layim-chat-list{width:760px}body .layui-layim-chat .layui-layer-title{height:80px;border-bottom:none;background-color:#F8F8F8;background-color:rgba(245,245,245,.7)}body .layui-layim-chat .layui-layer-content{background:0 0}.layim-chat-list li *,.layui-layim-min .layui-layer-content *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px}.layim-chat-list{display:none;position:absolute;z-index:1000;top:-80px;width:200px;height:100%;background-color:#D9D9D9;overflow:hidden;font-size:0}.layim-chat-list:hover{overflow-y:auto}.layim-chat-list li,.layui-layim-min .layui-layer-content{position:relative;margin:5px;padding:5px 30px 5px 5px;line-height:40px;cursor:pointer;border-radius:3px}.layim-chat-list li img,.layui-layim-min .layui-layer-content img{width:40px;height:40px;border-radius:100%}.layui-layim-photos{cursor:crosshair}.layim-chat-list li{white-space:nowrap}.layim-chat-list li span,.layui-layim-min .layui-layer-content span{width:100px;padding-left:10px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layim-chat-list li span cite{color:#999;padding-left:10px}.layim-chat-list li:hover{background-color:#E2E2E2}.layim-chat-list li.layim-this{background-color:#F3F3F3}.layim-chat-list li .layui-icon{display:none;position:absolute;right:5px;top:7px;color:#555;font-size:22px}.layim-chat-list li .layui-icon:hover{color:#c00}.layim-chat-list li:hover .layui-icon{display:inline-block}.layim-chat-system{margin:10px 0;text-align:center}.layim-chat-system span{display:inline-block;line-height:30px;padding:0 15px;border-radius:3px;background-color:#e2e2e2;cursor:default;font-size:14px}.layim-chat{display:none;position:relative;background-color:#fff;background-color:rgba(255,255,255,.9)}.layim-chat-title{position:absolute;top:-80px;height:80px}.layim-chat-other{position:relative;top:15px;left:15px;padding-left:60px;cursor:default}.layim-chat-other img{position:absolute;left:0;top:0;width:50px;height:50px;border-radius:100%}.layim-chat-username{position:relative;top:5px;font-size:18px}.layim-chat-status{margin-top:6px;font-size:14px;color:#999}.layim-chat-group .layim-chat-other .layim-chat-username{cursor:pointer}.layim-chat-group .layim-chat-other .layim-chat-username em{padding:0 10px;color:#999}.layim-chat-main{height:262px;padding:15px 15px 5px;overflow-x:hidden;overflow-y:auto}.layim-chat-main ul li{position:relative;font-size:0;margin-bottom:10px;padding-left:60px;min-height:68px}.layim-chat-text,.layim-chat-user{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px}.layim-chat-user{position:absolute;left:3px}.layim-chat-user img{width:40px;height:40px;border-radius:100%}.layim-chat-user cite{position:absolute;left:60px;top:-2px;width:500px;line-height:24px;font-size:12px;white-space:nowrap;color:#999;text-align:left;font-style:normal}.layim-chat-user cite i{padding-left:15px;font-style:normal}.layim-chat-text{position:relative;line-height:22px;margin-top:25px;padding:8px 15px;background-color:#e2e2e2;border-radius:3px;color:#333;word-break:break-all;max-width:462px\9}.layim-chat-text:after{content:'';position:absolute;left:-10px;top:13px;width:0;height:0;border-style:solid dashed dashed;border-color:#e2e2e2 transparent transparent;overflow:hidden;border-width:10px}.layim-chat-text a{color:#33DF83}.layim-chat-text img{max-width:100%;vertical-align:middle}.layim-chat-text .layui-layim-file,.layui-layim-file{display:block;text-align:center}.layim-chat-text .layui-layim-file{color:#333}.layui-layim-file:hover{opacity:.9}.layui-layim-file i{font-size:80px;line-height:80px}.layui-layim-file cite{display:block;line-height:20px;font-size:14px}.layim-chat-main ul .layim-chat-system{min-height:0;padding:0}.layim-chat-main ul .layim-chat-mine{text-align:right;padding-left:0;padding-right:60px}.layim-chat-mine .layim-chat-user{left:auto;right:3px}.layim-chat-mine .layim-chat-user cite{left:auto;right:60px;text-align:right}.layim-chat-mine .layim-chat-user cite i{padding-left:0;padding-right:15px}.layim-chat-mine .layim-chat-text{margin-left:0;text-align:left;background-color:#5FB878;color:#fff}.layim-chat-mine .layim-chat-text:after{left:auto;right:-10px;border-top-color:#5FB878}.layim-chat-mine .layim-chat-text a{color:#fff}.layim-chat-footer{border-top:1px solid #F1F1F1}.layim-chat-tool{position:relative;padding:0 8px;height:38px;line-height:38px;font-size:0}.layim-chat-tool span{position:relative;margin:0 10px;display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:24px;cursor:pointer}.layim-chat-tool .layim-tool-log{position:absolute;right:5px;font-size:14px}.layim-tool-log i{position:relative;top:2px;margin-right:5px;font-size:20px;color:#999}.layim-tool-image input{position:absolute;font-size:0;left:0;top:0;width:100%;height:100%;opacity:.01;filter:Alpha(opacity=1);cursor:pointer}body .layui-layim-face{margin:10px 0 0 -18px;border:none;background:0 0}body .layui-layim-face .layui-layer-content{padding:0;background-color:#fff;color:#666;box-shadow:none}.layui-layim-face .layui-layer-TipsG{display:none}.layui-layim-face ul{position:relative;width:372px;padding:10px;border:1px solid #D9D9D9;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}.layui-layim-face ul li{cursor:pointer;float:left;border:1px solid #e8e8e8;height:22px;width:26px;overflow:hidden;margin:-1px 0 0 -1px;padding:4px 2px;text-align:center}.layui-layim-face ul li:hover{position:relative;z-index:2;border:1px solid #eb7350;background:#fff9ec}.layim-chat-textarea{margin-left:10px}.layim-chat-textarea textarea{display:block;width:100%;padding:5px 0 0;height:68px;line-height:20px;border:none;overflow:auto;resize:none;background:0 0}.layim-chat-textarea textarea:focus{outline:0}.layim-chat-bottom{position:relative;height:46px}.layim-chat-send{position:absolute;right:15px;top:3px;height:32px;line-height:32px;font-size:0;cursor:pointer}.layim-chat-send span{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px;line-height:32px;margin-left:5px;padding:0 20px;background-color:#5FB878;color:#fff;border-radius:3px}.layim-chat-send span:hover{background-color:#69BC80}.layim-chat-send span:active{background-color:#59B573}.layim-chat-send .layim-send-btn{border-radius:3px 0 0 3px}.layim-chat-send .layim-send-set{position:relative;width:30px;height:32px;margin-left:0;padding:0;border-left:1px solid #85C998;border-radius:0 3px 3px 0}.layim-send-set .layui-edge{top:14px;left:9px;border-width:6px;border-top-style:solid;border-top-color:#fff}.layim-chat-send .layim-menu-box{left:auto;right:0;top:33px;width:180px;padding:10px 0}.layim-chat-send .layim-menu-box li{padding-right:15px;line-height:28px}body .layui-layim-min{border:1px solid #D9D9D9}.layui-layim-min .layui-layer-content{margin:0 5px;padding:5px 10px;white-space:nowrap}.layui-layim-close .layui-layer-content span{width:auto;max-width:120px}body .layui-layim-members{margin:25px 0 0 -75px;border:none;background:0 0}body .layui-layim-members .layui-layer-content{padding:0;background:0 0;color:#666;box-shadow:none}.layui-layim-members .layui-layer-TipsG{display:none}.layui-layim-members ul{position:relative;width:578px;height:200px;padding:10px 10px 0;border:1px solid #D9D9D9;background-color:#fff;background-color:rgba(255,255,255,.9);box-shadow:none;overflow:hidden;font-size:0}.layui-layim-members ul:hover{overflow:auto}.layim-add-img,.layim-add-remark,.layui-layim-members li{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:14px}.layui-layim-members li{width:112px;margin:10px 0;text-align:center}.layui-layim-members li a{position:relative;display:inline-block;max-width:100%}.layui-layim-members li a:after{content:'';position:absolute;width:46px;height:46px;left:50%;margin-left:-23px;top:0;border:1px solid #eee;border-color:rgba(0,0,0,.1);border-radius:100%}.layui-layim-members li img{width:48px;height:48px;border-radius:100%}.layui-layim-members li:hover{opacity:.9}.layui-layim-members li a cite{display:block;padding:0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .layui-layim-contextmenu{margin:70px 0 0 30px;width:200px;padding:5px 0;border:1px solid #ccc;background:#fff;border-radius:0;box-shadow:0 0 5px rgba(0,0,0,.2)}body .layui-layim-contextmenu .layui-layer-content{padding:0;background-color:#fff;color:#333;font-size:14px;box-shadow:none}.layui-layim-contextmenu .layui-layer-TipsG{display:none}.layui-layim-contextmenu li{padding:0 15px 0 35px;cursor:pointer;line-height:30px}.layui-layim-contextmenu li:hover{background-color:#F2F2F2}.layim-add-box{margin:15px;font-size:0}.layim-add-img img,.layim-add-remark p{margin-bottom:10px}.layim-add-img{width:100px;margin-right:20px;text-align:center}.layim-add-img img{width:100px;height:100px}.layim-add-remark{width:280px}.layim-add-remark .layui-select{width:100%;margin-bottom:10px}.layim-add-remark .layui-textarea{height:80px;min-height:80px;resize:none}.layim-tab-content,.layui-layim-face ul,.layui-layim-tab{margin-bottom:0}.layim-tab-content li h5{margin-top:0;margin-bottom:0},.layui-layim-face img{vertical-align:bottom}.layim-chat-other span{color:#444}.layim-chat-other span cite{padding:0 15px;color:#999}.layim-chat-other:hover{text-decoration:none}
7,479.5
14,902
0.798115
bdac863ecc8dd585ab43846220a360c9adc63640
291
css
CSS
src/style/typography.css
knrk/cisteni-klimatizace-brno-web
5d661ec15043ca910c4a360516a1364bb382ad06
[ "MIT" ]
null
null
null
src/style/typography.css
knrk/cisteni-klimatizace-brno-web
5d661ec15043ca910c4a360516a1364bb382ad06
[ "MIT" ]
null
null
null
src/style/typography.css
knrk/cisteni-klimatizace-brno-web
5d661ec15043ca910c4a360516a1364bb382ad06
[ "MIT" ]
null
null
null
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700'); body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; } h1 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
29.1
77
0.704467
bdae1d8c693391de43a551a39441b13ec4acad3c
256
css
CSS
src/app/Modulo_Reportes/Reporte_Ganancia_Productos/reporte.ganancia.productos.component.css
marulinho/sistema-stock-front
2bdca5d0cc3d7b446084a940bca7a39397b91a61
[ "MIT" ]
null
null
null
src/app/Modulo_Reportes/Reporte_Ganancia_Productos/reporte.ganancia.productos.component.css
marulinho/sistema-stock-front
2bdca5d0cc3d7b446084a940bca7a39397b91a61
[ "MIT" ]
null
null
null
src/app/Modulo_Reportes/Reporte_Ganancia_Productos/reporte.ganancia.productos.component.css
marulinho/sistema-stock-front
2bdca5d0cc3d7b446084a940bca7a39397b91a61
[ "MIT" ]
null
null
null
#atributo{ font-weight: bold; } #botonVolver{ float : right; } #ejemplo{ font-style: italic; color:gray; } a{ cursor: pointer; } #positivo{ font-weight: bold; color:green; } #negativo{ font-weight: bold; color:red; }
12.190476
23
0.585938
bdaebbb1489c84195b46d4846e8cab26f50eae9e
3,017
css
CSS
src/Containers/Signup/Signup.css
JKirito/gproject_final
6d6dd0e897c1da4f09d2c20ec9fb5d6398f239aa
[ "MIT" ]
1
2021-07-16T08:11:56.000Z
2021-07-16T08:11:56.000Z
src/Containers/Signup/Signup.css
JKirito/gproject_final
6d6dd0e897c1da4f09d2c20ec9fb5d6398f239aa
[ "MIT" ]
null
null
null
src/Containers/Signup/Signup.css
JKirito/gproject_final
6d6dd0e897c1da4f09d2c20ec9fb5d6398f239aa
[ "MIT" ]
null
null
null
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); :root { --white: #ffffff; --limewhite: #e3eef3; --gray: #72848d; --darkBlue: #1a313e; --sepratorgray: #bbc8ce; } .container { width: 20.375rem; height: 31.25rem; /* height: 80vh; */ display: flex; flex-direction: column; justify-content: center; align-items: center; } .container h1 { font-family: Roboto; font-style: normal; font-weight: 900; font-size: 32px; line-height: 37px; color: var(--darkBlue); } /* .inputcontainer { display: flex; flex-direction: column; } */ .text { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 16px; color: #1a313e; padding-top: 0.78rem; padding-bottom: 0.78rem; } /* input[type="text"], input[type="password"], input[type="email"] { width: 20.375rem; outline: none; background: #f0f7fb; border: 1px solid #bbc8ce; height: 2.874rem; border-radius: 6px; font-family: Roboto; font-style: normal; font-weight: 400; font-size: 1.2rem; line-height: 19px; padding: 0 0.5rem; color: var(--darkBlue); } */ .buttonlogin { width: 17.0625rem; height: 2.874rem; background: #5fa8d3; border-radius: 5px; border: none; font-family: Roboto; font-style: normal; font-weight: 800; font-size: 16px; line-height: 19px; color: var(--white); /* margin: 2.25rem 0; */ /* margin-top: 2.25rem; */ /* margin-bottom: 1rem; */ } .buttonlogin:hover { background-color: #3291ca; } .buttonsignup { width: 17.0625rem; height: 2.874rem; background: var(--limewhite); border-radius: 5px; border: none; font-family: Roboto; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; color: var(--gray); /* margin-top: 1rem; */ /* color: #72848d70; */ } .buttonsignup:hover { background-color: #bf3232; } .inputcontainer > .errorBox { margin-top: 10px; } .inputcontainer > .errorBox > h3 { font-family: Roboto; font-style: normal; font-weight: 300; font-size: 13px; color: #f02849; /* color: var(--darkBlue); */ } .inputcontainer > .errorBox > h3 > a { text-decoration: none; color: #f02849; font-weight: bold; } .seperatorcontainer { width: 17.0625rem; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .seperatorcontainer span { font-size: 10px; font-family: Roboto; font-style: normal; color: var(--sepratorgray); } .seperator { width: 7.28rem; height: 1px; background-color: var(--sepratorgray); /* margin-bottom: 1rem; */ } #loading { display: inline-block; width: 30px; height: 30px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: #fff; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; } @keyframes spin { to { -webkit-transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } }
19.094937
89
0.648989
bdb21eb656b43960a788c532313e9d3fdd2402d5
1,266
css
CSS
front-end-Web/static/css/auth.a0bcd9d7.css
DeSireFire/crossFire
490647ae3faa259dbaa94ee2b4efe0cafa975da8
[ "MIT" ]
1
2020-04-08T11:19:37.000Z
2020-04-08T11:19:37.000Z
front-end-Web/static/css/auth.a0bcd9d7.css
DeSireFire/crossFire
490647ae3faa259dbaa94ee2b4efe0cafa975da8
[ "MIT" ]
null
null
null
front-end-Web/static/css/auth.a0bcd9d7.css
DeSireFire/crossFire
490647ae3faa259dbaa94ee2b4efe0cafa975da8
[ "MIT" ]
null
null
null
.login-option input[data-v-599d3cc8]{color:#fff}#login-content h1[data-v-599d3cc8]{font-size:3.5rem;text-align:center}.loginInput[data-v-599d3cc8]{border:none;border-bottom:2px solid #fff;background:none;outline:none;height:42px;font-size:16px;width:100%}#login-container[data-v-599d3cc8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;width:100%}#login-content[data-v-599d3cc8]{width:51%}#login[data-v-599d3cc8],.login-option[data-v-599d3cc8]{width:100%;margin-top:30px}.register-option input[data-v-086b6a6a]{color:#fff}#register-content h1[data-v-086b6a6a]{font-size:3.5rem;text-align:center}.loginInput[data-v-086b6a6a]{border:none;border-bottom:2px solid #fff;background:none;outline:none;height:42px;font-size:16px;width:100%}#register-container[data-v-086b6a6a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;width:100%}#register-content[data-v-086b6a6a]{width:50%}#register[data-v-086b6a6a],.register-option[data-v-086b6a6a]{width:100%;margin-top:30px}
1,266
1,266
0.796209
bdbb66e22e76964c14ce78a77242f13f7ea4afce
1,158
css
CSS
public/app.css
45muhek/adulis
4814b27682f820f66e878132d230c3576054481c
[ "MIT" ]
null
null
null
public/app.css
45muhek/adulis
4814b27682f820f66e878132d230c3576054481c
[ "MIT" ]
null
null
null
public/app.css
45muhek/adulis
4814b27682f820f66e878132d230c3576054481c
[ "MIT" ]
null
null
null
.texts{ text-align: center; } h4 { font-size: 19px; line-height: 1.375em; color: #303030; font-weight: 400; margin-bottom: 30px; } a .row .col-sm-3 .panel .panel-headingone .h2{ color:#303030; } .panel { border: 1px solid #00796B; border-radius:0 !important; transition: box-shadow 0.5s; } .panel:hover { box-shadow: 5px 0px 40px rgba(0,0,0, .2); } .panel-footer .btn:hover { border: 1px solid #00796B; background-color: #fff !important; color: #00796B; } .panel-heading { color: #fff !important; background-color: #00796B !important; padding: 25px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .panel-footer { background-color: white !important; } .panel-footer h3 { font-size: 32px; } .panel-footer h4 { color: #aaa; font-size: 14px; } .panel-footer .btn { margin: 15px 0; background-color: #00796B; color: #fff; }
21.849057
48
0.574266
bdbe9ffb87c3319148c667fffbf24aaaaae7b559
219
css
CSS
src/app/+assessment/assessment-play-wrapper/assessment-play-wrapper.component.css
skyvory/recomposition
36b0f4fcf60605ed6b7013fbe1aaa205855f94ae
[ "MIT" ]
null
null
null
src/app/+assessment/assessment-play-wrapper/assessment-play-wrapper.component.css
skyvory/recomposition
36b0f4fcf60605ed6b7013fbe1aaa205855f94ae
[ "MIT" ]
3
2015-12-13T05:38:20.000Z
2016-01-09T07:00:58.000Z
src/app/+assessment/assessment-play-wrapper/assessment-play-wrapper.component.css
skyvory/recomposition
36b0f4fcf60605ed6b7013fbe1aaa205855f94ae
[ "MIT" ]
null
null
null
.secondary-toolbar { height: 32px; } .app-content { margin-top: 110px; } .sub-assessment-button { line-height: 20px; } .sub-assessment-navigation-active > button { color: #fff; background-color: darkcyan; }
13.6875
44
0.680365
bdc13ee3c1932a88f9d1455eb7e007f45e617c10
194
css
CSS
src/styles.css
UnNoobPrograma/games_pong
b241760f02d555492affbd33a3b64ff8166e090f
[ "MIT" ]
null
null
null
src/styles.css
UnNoobPrograma/games_pong
b241760f02d555492affbd33a3b64ff8166e090f
[ "MIT" ]
null
null
null
src/styles.css
UnNoobPrograma/games_pong
b241760f02d555492affbd33a3b64ff8166e090f
[ "MIT" ]
null
null
null
body { background: #333; box-sizing: border-box; margin: 0; padding: 0; } .game-container { display: flex; justify-content: center; } .game-block { margin-top: 10%; max-width: 640px; }
12.125
25
0.654639
bdc52e29b4a5a51fc782aa9e9fda98a477b81612
16,399
css
CSS
Source/Chronozoom.UI/css/start-page.css
JayBeavers/ChronoZoom
49d3c730fcafd08a7fb28d7ce191019164806978
[ "Apache-2.0" ]
3
2015-01-08T15:22:04.000Z
2021-06-10T19:09:25.000Z
Source/Chronozoom.UI/css/start-page.css
JayBeavers/ChronoZoom
49d3c730fcafd08a7fb28d7ce191019164806978
[ "Apache-2.0" ]
1
2015-05-19T17:28:53.000Z
2015-05-19T17:28:53.000Z
Source/Chronozoom.UI/css/start-page.css
JayBeavers/ChronoZoom
49d3c730fcafd08a7fb28d7ce191019164806978
[ "Apache-2.0" ]
1
2016-04-09T16:51:16.000Z
2016-04-09T16:51:16.000Z
/* Height of input element */ /* Font-size of error message */ /* Error messages */ .error-message { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: none; width: auto; height: auto; color: #dd4b39; } .input-error-message { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: none; width: auto; height: auto; color: #dd4b39; margin-top: 10px; min-height: 29px; font-size: 1em; line-height: 2em; } input.error { border: 1px solid #ff4800; } .form-error-message { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: none; width: auto; height: auto; color: #dd4b39; margin-top: 10px; padding: 8px 10px; min-height: 29px; font-size: 1em; line-height: 1em; } /* Common */ .box-sizing { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*Start Page*/ .text-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } .start-page-screen { display: none; position: absolute; top: 35px; bottom: 25px; left: 0; right: 0; width: 100.1%; cursor: default; overflow: hidden; z-index: 1000; background: url(/images/background.jpg) no-repeat; background-size: cover; font-weight: lighter; min-width: 580px; } .start-page-screen h1, .start-page-screen h2, .start-page-screen h3 { margin: 0; font-weight: lighter; } .start-page-screen * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ContentContainer { position: relative; margin: 0 auto; height: 100%; } .FTList { display: none; color: white; } .cleardiv { clear: both; width: 100%; height: 5px; } .bigcleardiv { clear: both; width: 100%; height: 25px; } .li-title { float: left; text-align: left; width: 66.3333%; } .li-title a:hover { color: #00BADE; } .li-author { float: left; text-align: right; width: 33.3333%; } .li-author:hover { color: #00BADE; } .li-icon { float: left; width: 33.3333%; } .boxInner { background-color: #313131; border-top: 3px #666 solid; position: absolute; width: 100%; height: 100%; cursor: pointer; } .tile-photo { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; width: 100%; height: 100%; overflow: hidden; background-image: url('../images/default-tile.png'); } .tile-photo:hover { cursor: pointer; } .tile-gradient { background: -moz-linear-gradient(top, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0.8) 45%, rgba(53, 53, 53, 0) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(53, 53, 53, 0.9)), color-stop(45%, rgba(53, 53, 53, 0.8)), color-stop(100%, rgba(53, 53, 53, 0))); background: -webkit-linear-gradient(top, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0.8) 45%, rgba(53, 53, 53, 0) 100%); background: -o-linear-gradient(top, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0.8) 45%, rgba(53, 53, 53, 0) 100%); background: -ms-linear-gradient(top, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0.8) 45%, rgba(53, 53, 53, 0) 100%); background: linear-gradient(to bottom, rgba(53, 53, 53, 0.9) 0%, rgba(53, 53, 53, 0.8) 45%, rgba(53, 53, 53, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#35353500', GradientType=0); position: absolute; width: 100%; height: 100%; overflow: hidden; } .tile-gradient img { width: 100%; height: 100%; } .tile-meta { padding: 5%; position: absolute; top: 0; left: 0; } .tweet-meta { -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; height: 100%; overflow: visible; padding: 5%; position: absolute; top: 0; left: 0; right: 0; opacity: 0; visibility: hidden; } .tile-meta-title { font-weight: bold; color: #FFF; font-size: 14px; display: block; } .tweet-meta-title { float: left; font-weight: bold; color: #FFF; font-size: 13px; display: block; } .tile-meta-author { font-weight: normal; color: #999; font-size: 12px; } .tweet-avatar-icon { float: left; height: 35px; width: 35px; } .tweet-icon { float: right; margin: 3px; background-image: url('../images/icon_twitter.png'); height: 14px; width: 17px; } .tweet-meta-author { text-decoration: none; font-weight: normal; font-size: 12px; color: #10A5C6; display: block; } .tweet-meta-author:link, .tweet-meta-author:active, .tweet-meta-author:visited { color: #00bce0; } .tweet-meta-author:hover { color: #ffffff; } .tile-meta-time { display: inline-block; font-size: 12px; color: #B0B0B0; float: right; margin-top: 4px; } .twitter-time-container { position: absolute; bottom: 5px; left: 5px; right: 5px; border-top: 1px #666 solid; } .tile-meta-text { font-weight: normal; color: #B0B0B0; font-size: 12px; display: block; } .tweet-meta-text { text-decoration: none; font-weight: normal; color: #B0B0B0; font-size: 12px; display: block; overflow: hidden; height: 65px; } .tweet-meta-text:link, .tweet-meta-text:active, .tweet-meta-text:visited { color: #b0b0b0; } .tweet-meta-text:hover { color: #ffffff; } .welcome-block-toggle .toggle-block[data-toggle~="show"] { display: block; } .welcome-block-toggle .toggle-block[data-toggle~="hide"] { display: none; } .toggle-block[data-toggle~="show"] { display: block; } .toggle-block[data-toggle~="hide"] { display: none; } .WelcomeBlock { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: white; overflow: hidden; } .WelcomeBlock .welcome-box-1 { margin-top: 3px; text-align: bottom; } .WelcomeBlock .welcome-box-1 h1 { font-size: 34px; margin: 14px 0 16px; } .WelcomeBlock .welcome-box-2 { font-size: 18px; } .WelcomeBlock .welcome-box-2 .welcome-link { color: #00bce0; padding: 0 30px; margin: 10px 0; height: 65px; border: 1px solid transparent; line-height: 65px; font-size: 22px; } .WelcomeBlock .welcome-box-2 .welcome-link:hover { border: 1px solid #00bce0; background: url(/images/arrow-right-hover.png) no-repeat 95% center rgba(80, 80, 104, 0.7); cursor: pointer; } .welcome-link { color: #03A1BF; } .block-header { color: white; border-top: 3px #666 solid; text-align: left; } .block-header .header-text { font-size: 26px; line-height: 74px; } .list-view-icon { float: right; width: 36px; height: 36px; background-image: url(/images/arrow-right.png); background-position: center; background-repeat: no-repeat; margin: 19px 0; cursor: pointer; } .list-view-icon:hover { background-image: url(/images/arrow-right-hover.png); cursor: pointer; } .list-view-icon.active { background-image: url(/images/arrow-left.png); cursor: pointer; } .list-view-icon.active:hover { background-image: url(/images/arrow-left-hover.png); cursor: pointer; } .FavoriteTimelinesBlock { color: #fff; } .MyTimelinesBlock { color: #fff; } .template-invisible { display: none; } .header-text { display: inline-block; } .box { -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; position: relative; margin: 5px; display: inline-block; text-align: left; } .TwitterBlock { text-align: center; } .box { visibility: visible important!; } .tweet-message-link { text-decoration: none; } .tweet-message-link:link, .tweet-message-link:active, .tweet-message-link:visited { color: #00bce0; } .tweet-message-link:hover { color: #ffffff; } .tweet-list-item { text-align: left; margin: 20px 0; } .tweet-list-item:nth-of-type(1) { margin-top: 0; } .tweet-list-item .tweet-li-header { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; height: 48px; display: table; } .tweet-list-item .tweet-li-header .tweet-li-avatar { width: 48px; height: 48px; margin-right: 10px; } .tweet-list-item .tweet-li-header .tweet-li-fullname, .tweet-list-item .tweet-li-header .tweet-li-username { font-size: 20px; line-height: 48px; display: table-cell; vertical-align: middle; } .tweet-list-item .tweet-li-header .tweet-li-username { text-decoration: none; } .tweet-list-item .tweet-li-header .tweet-li-username:link, .tweet-list-item .tweet-li-header .tweet-li-username:active, .tweet-list-item .tweet-li-header .tweet-li-username:visited { color: #00bce0; } .tweet-list-item .tweet-li-header .tweet-li-username:hover { color: #ffffff; } .tweet-list-item .tweet-li-message { text-decoration: none; font-size: 16px; } .tweet-list-item .tweet-li-message:link, .tweet-list-item .tweet-li-message:active, .tweet-list-item .tweet-li-message:visited { color: #ffffff; } .tweet-list-item .tweet-li-message:hover { color: #ffffff; } .tweet-list-item .tweet-li-footer { height: 14px; margin-top: 10px; } .tweet-list-item .tweet-li-footer .tweet-icon { margin-left: 10px; } .tweet-list-item .tweet-li-footer .tweet-li-date { font-size: 14px; color: #b0b0b0; float: right; } .timeline-list-item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; border: 1px solid transparent; margin: 20px 0; padding: 10px; } .timeline-list-item:nth-of-type(1) { margin-top: 0; } .timeline-list-item:hover { border: 1px solid #00bce0; background-color: rgba(80, 80, 104, 0.7); cursor: pointer; } .timeline-list-item .timeline-li-image { width: 64px; height: 64px; display: block; overflow: hidden; background-color: #313131; } .timeline-list-item .timeline-li-image img { width: 64px; height: 64px; display: block; } .timeline-list-item:before { position: absolute; content: attr(data-title); left: 84px; top: 10px; text-align: center; font-weight: bold; } .timeline-list-item:after { position: absolute; content: attr(data-author); left: 84px; top: 50%; color: #b0b0b0; text-align: center; } @media only screen and (max-width: 880px), screen and (orientation: landscape) and (max-device-width: 480px) { /* Small Tablet view: 3 rows, 2 columns */ .start-page-screen { overflow: auto; } .FTTiles { overflow: hidden; text-align: center; } .tweet-meta-title { display: none; } .list-view-icon { display: none; } .tweet-meta-text { font-size: 10px; } .tweet-avatar-icon { display: none; } .ex6, .ex9 { display: none; } .box { height: 150px; width: 150px; overflow: hidden; } .welcome-block-toggle { width: 100%; height: 20%; min-height: 250px; } .welcome-box-1 { padding: 0px; overflow: visible; } .welcome-box-2 { float: left; font-size: 11px; overflow: auto; } .welcome-box-3 { float: left; display: none; } } @media only screen and (max-width: 1200px) and (min-width: 881px) { /* Tablet view: 1 row 4 columns and 2 x 2 columns below */ .FTTiles { overflow: hidden; text-align: center; } .tweet-avatar-icon { display: none; } .list-view-icon { display: block; } .tweet-meta-title { font-size: 10px; } .tweet-meta-author { font-size: 10px; } .box { height: 150px; width: 150px; } .ex3, .ex4 { display: inline-block; } .ex6, .ex9 { display: none; } .welcome-block-toggle { height: calc(30% - 10px); height: -webkit-calc(30% - 10px); height: -moz-calc(30% - 10px); float: left; margin: 5px; padding: 5px; width: 100%; background-color: transparent; vertical-align: top; overflow: visible; min-height: 250px; } .FeaturedTimelinesBlock { height: calc(60% - 10px); height: -webkit-calc(60% - 10px); height: -moz-calc(60% - 10px); float: left; margin: 5px; padding: 5px; width: 45%; min-width: 400px; background-color: transparent; vertical-align: top; overflow: auto; } .TwitterBlock { height: calc(60% - 10px); height: -webkit-calc(60% - 10px); height: -moz-calc(60% - 10px); float: right; margin: 5px; padding: 5px; width: 45%; min-width: 400px; background-color: transparent; vertical-align: top; box-sizing: border-box; overflow: auto; } .FavoriteTimelinesBlock { height: calc(60% - 10px); height: -webkit-calc(60% - 10px); height: -moz-calc(60% - 10px); float: right; margin: 5px; padding: 5px; width: 45%; min-width: 400px; background-color: transparent; vertical-align: top; box-sizing: border-box; overflow: auto; } .welcome-box-1 { font-size: 15px; white-space: nowrap; overflow: visible; } .welcome-box-2 { float: left; font-size: 14px; overflow: auto; } .welcome-box-2 .welcome-link { width: 40%; } .welcome-box-3 { float: left; overflow: auto; display: none; } } @media only screen and (max-width: 1700px) and (min-width: 1201px) { .box { height: 150px; width: 150px; float: left; } .ex9 { display: none; } .FTTiles { overflow: hidden; } .list-view-icon { display: block; } .welcome-block-toggle { float: left; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 500px; overflow: hidden; } .FeaturedTimelinesBlock { float: left; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; background-color: transparent; box-sizing: border-box; overflow: auto; } .TwitterBlock { float: right; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; box-sizing: border-box; overflow: auto; } .FavoriteTimelinesBlock { float: right; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; box-sizing: border-box; overflow: auto; } .welcome-box-1 { overflow: visible; vertical-align: top; font-size: 15px; } .welcome-box-2 { float: left; overflow: visible; height: calc(30%); height: -webkit-calc(30%); } .welcome-box-3 { float: left; overflow: visible; vertical-align: top; } /* Medium desktop: 6 columns, 3 rows */ } @media only screen and (min-width: 1701px) { /* Large desktop: 6 columns, 3 rows, extra margin tiles */ .FTTiles { overflow: hidden; } .twitter-time-container { bottom: 25px; } .box { height: 160px; width: 160px; float: left; } .welcome-block-toggle { float: left; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 600px; background-color: transparent; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .FeaturedTimelinesBlock { float: left; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; background-color: transparent; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .TwitterBlock { float: right; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; background-color: transparent; vertical-align: top; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .FavoriteTimelinesBlock { float: right; margin: 5px; padding: 5px; width: 32%; height: 100%; min-height: 300px; background-color: transparent; vertical-align: top; overflow: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }
20.863868
180
0.639856
bdc673406597827f8136772fb53972ff409a4948
2,013
css
CSS
ui/app/bower_components/vis/lib/timeline/component/css/item.css
Fundacio-i2CAT/ai4.0-tenor
cafb6127f0c9c4f0a8df1eb48cd4fa1a0ee1aed1
[ "curl", "Vim", "Ruby", "Apache-2.0" ]
null
null
null
ui/app/bower_components/vis/lib/timeline/component/css/item.css
Fundacio-i2CAT/ai4.0-tenor
cafb6127f0c9c4f0a8df1eb48cd4fa1a0ee1aed1
[ "curl", "Vim", "Ruby", "Apache-2.0" ]
null
null
null
ui/app/bower_components/vis/lib/timeline/component/css/item.css
Fundacio-i2CAT/ai4.0-tenor
cafb6127f0c9c4f0a8df1eb48cd4fa1a0ee1aed1
[ "curl", "Vim", "Ruby", "Apache-2.0" ]
null
null
null
.vis.timeline .item { position: absolute; color: #1A1A1A; border-color: #97B0F8; border-width: 1px; background-color: #D5DDF6; display: inline-block; padding: 5px; } .vis.timeline .item.selected { border-color: #FFC200; background-color: #FFF785; /* z-index must be higher than the z-index of custom time bar and current time bar */ z-index: 2; } .vis.timeline .editable .item.selected { cursor: move; } .vis.timeline .item.point.selected { background-color: #FFF785; } .vis.timeline .item.box { text-align: center; border-style: solid; border-radius: 2px; } .vis.timeline .item.point { background: none; } .vis.timeline .item.dot { position: absolute; padding: 0; border-width: 4px; border-style: solid; border-radius: 4px; } .vis.timeline .item.range { border-style: solid; border-radius: 2px; box-sizing: border-box; } .vis.timeline .item.background { overflow: hidden; border: none; background-color: rgba(213, 221, 246, 0.4); box-sizing: border-box; padding: 0; margin: 0; } .vis.timeline .item.range .content { position: relative; display: inline-block; max-width: 100%; overflow: hidden; } .vis.timeline .item.background .content { position: absolute; display: inline-block; overflow: hidden; max-width: 100%; margin: 5px; } .vis.timeline .item.line { padding: 0; position: absolute; width: 0; border-left-width: 1px; border-left-style: solid; } .vis.timeline .item .content { white-space: nowrap; overflow: hidden; } .vis.timeline .item .delete { background: url('img/timeline/delete.png') no-repeat top center; position: absolute; width: 24px; height: 24px; top: 0; right: -24px; cursor: pointer; } .vis.timeline .item.range .drag-left { position: absolute; width: 24px; height: 100%; top: 0; left: -4px; cursor: w-resize; } .vis.timeline .item.range .drag-right { position: absolute; width: 24px; height: 100%; top: 0; right: -4px; cursor: e-resize; }
17.059322
87
0.665673
bdc67d67c84a0d8bf9cbfa3276d234f3bc79ae07
547
css
CSS
theme/videoinsertformrowview.css
litaoren/cmsk-ckeditor
62bf7f42daded3828cd9997b4882ebcf1eee2eb3
[ "MIT" ]
1
2022-01-24T00:17:51.000Z
2022-01-24T00:17:51.000Z
theme/videoinsertformrowview.css
litaoren/cmsk-ckeditor
62bf7f42daded3828cd9997b4882ebcf1eee2eb3
[ "MIT" ]
4
2022-02-17T03:45:05.000Z
2022-02-21T03:31:24.000Z
theme/videoinsertformrowview.css
litaoren/cmsk-ckeditor
62bf7f42daded3828cd9997b4882ebcf1eee2eb3
[ "MIT" ]
1
2022-02-17T02:46:00.000Z
2022-02-17T02:46:00.000Z
.ck.ck-video-insert-form { &:focus { outline: none; } } .ck.ck-form__row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; & > *:not(.ck-label) { flex-grow: 1; } &.ck-video-insert-form__action-row { margin-top: var(--ck-spacing-standard); & .ck-button-save, & .ck-button-cancel { justify-content: center; } & .ck-button .ck-button__label { color: var(--ck-color-text); } } }
18.233333
47
0.510055
bdc8836089c7328f4b7343ec0db33c77c1abb2cb
1,640
css
CSS
src/css/Components/action-tile/action-tile-Media.css
Griffollion/storybook-static
c3407fd319f6ab793d0dce59882d35caf5f00974
[ "Apache-2.0", "MIT" ]
null
null
null
src/css/Components/action-tile/action-tile-Media.css
Griffollion/storybook-static
c3407fd319f6ab793d0dce59882d35caf5f00974
[ "Apache-2.0", "MIT" ]
null
null
null
src/css/Components/action-tile/action-tile-Media.css
Griffollion/storybook-static
c3407fd319f6ab793d0dce59882d35caf5f00974
[ "Apache-2.0", "MIT" ]
null
null
null
@media screen and (min-width: 1200px) { .xxx-action-tile { grid-template-rows: 1fr 1fr; grid-template-areas: "name logo" "price chart"; grid-gap: 20px; } .xxx-action-tile__btn { grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; opacity: 0; pointer-events: none; transform: scale(0); transition: transform .3s; } .xxx-action-tile:hover .xxx-action-tile__chart { opacity: 0; pointer-events: none; } .xxx-action-tile:hover .xxx-action-tile__btn { opacity: 1; pointer-events: auto; transform: scale(1); } /* xxx-action-tile-container */ /* xxx-action-tile-container--scroll */ .xxx-action-tile-container.xxx-action-tile-container--scroll { margin-left: 0; margin-right: 0; overflow: unset; } .xxx-action-tile-container.xxx-action-tile-container--scroll .xxx-action-tile-container__wrapper { display: grid; padding-left: 0; padding-right: 0; grid-template-columns: repeat(4, 1fr); grid-column-gap: 30px; } .xxx-action-tile-container.xxx-action-tile-container--scroll .xxx-action-tile-container__item { width: auto; min-width: auto; padding-right: 0; } .xxx-action-tile-container.xxx-action-tile-container--scroll .xxx-action-tile:hover { box-shadow: 0 5px 20px rgba(51, 62, 80, 0.15); border-color: transparent; } /* xxx-action-tile-container--scroll //end */ /* xxx-action-tile-container //end */ }
29.285714
102
0.590244
bdccde095a190bdad9eb1bf77320d703a90d76a7
1,042
css
CSS
src/MessageSender.css
manusaluja/fb-clone
c0e9d12b90d32a11242b4e07c5e0814a8019c7a7
[ "Apache-2.0" ]
null
null
null
src/MessageSender.css
manusaluja/fb-clone
c0e9d12b90d32a11242b4e07c5e0814a8019c7a7
[ "Apache-2.0" ]
null
null
null
src/MessageSender.css
manusaluja/fb-clone
c0e9d12b90d32a11242b4e07c5e0814a8019c7a7
[ "Apache-2.0" ]
null
null
null
.message__sender{ display: flex; margin-top: 30px; flex-direction: column; background-color: white; border-radius: 15px; box-shadow: 0px 5px 7px -7px rgba(0,0,0,0.75); width: 100%; } .messageSender__top{ display: flex; border-bottom: 1px solid #eff2f5; padding: 15px; } .messageSender__top > form { flex: 1; display: flex; } .messageSender__top > form > input{ outline-width: 0; border: none; padding: 5px 20px; margin: 0 10px; border-radius: 999px; background-color: #eff2f5; } .messageSender__top > form > button{ display: none; } .messageSender_input{ flex: 1; } .messageSender__bottom{ display: flex; justify-content: space-evenly; } .messageSender__option{ padding: 20px; display: flex; align-items: center; color: gray; margin: 5px; } .messageSender__option> h3{ font-size: medium; margin-left: 10px; cursor: pointer; } .messageSender__option:hover{ background-color: #eff2f5; border-radius: 20px; }
18.280702
50
0.646833
bdcd5373867dcad735cdd603cefef30340725ed4
1,007
css
CSS
src/components/PriceCard.css
NolWag/The-Ecom-Doc-NetlifyCMS
62e293d2c7720e41fe9446fd0385f751fd66dc24
[ "MIT" ]
null
null
null
src/components/PriceCard.css
NolWag/The-Ecom-Doc-NetlifyCMS
62e293d2c7720e41fe9446fd0385f751fd66dc24
[ "MIT" ]
null
null
null
src/components/PriceCard.css
NolWag/The-Ecom-Doc-NetlifyCMS
62e293d2c7720e41fe9446fd0385f751fd66dc24
[ "MIT" ]
null
null
null
body { font-family: 'Montserrat', sans-serif; } .PriceCard__container { display: flex; flex-direction: column; margin: 5rem; } .PriceCard__header { display: flex; justify-content: space-between; } .PriceCard__price { display: flex; align-items: center; } .PriceCard__price span { background-color: #ff0000; border-radius: 10px; padding: 0 15px; font-size: 3rem; color: #fff; font-weight: 300; } .PriceCard__title { margin-right: 4rem; } .PriceCard__title h2 { font-size: 3rem; line-height: 1; font-weight: 300; margin: 0; margin-left: -5px; } .PriceCard__title span { font-weight: 300; } .PriceCard__list { margin: 0; margin: 0; padding: 0; list-style-type: none; margin-top: 2rem; } .PriceCard__list li { margin: 2rem 0; } .PriceCard__list li::before { content: '✓'; margin-right: 25px; background-color: #000; color: #fff; border-radius: 3px; padding: 4px 6px; }
15.257576
42
0.619662
bdd02af57d71e098e8f317d207385124f00d4bfe
8,801
css
CSS
angular9/src/assets/styles/responsive.css
mansigupta163/AI-Agventure
ac9ecd1478ac93aed57d1842938721094aca6763
[ "MIT" ]
null
null
null
angular9/src/assets/styles/responsive.css
mansigupta163/AI-Agventure
ac9ecd1478ac93aed57d1842938721094aca6763
[ "MIT" ]
null
null
null
angular9/src/assets/styles/responsive.css
mansigupta163/AI-Agventure
ac9ecd1478ac93aed57d1842938721094aca6763
[ "MIT" ]
null
null
null
/* Vizion-Al/ML-Digital Marketing Responsive HTML5 Template Author: iqonicthemes.in Version: 1.0 Design and Developed by: iqonicthemes.in */ /* Media Queries: Tablet Landscape */ @media screen and (max-width: 1060px) { #primary { width:67%; } #secondary { width:30%; margin-left:3%;} } /* Media Queries: Tabled Portrait */ @media screen and (max-width: 768px) { #primary { width:100%; } #secondary { width:100%; margin:0; border:none; } } /***************** ================================================ ( Media Queries ) ================================================ *******************/ @media only screen and (min-width:1890px) and (max-width:2529px) { .conection-shap:before { width: 17%; } .iq-clients:before { width: 13%; } } @media(max-width:1399px) { .banner .banner-text h1 { font-size: 70px; line-height: 80px; } .banner:before { top: 36%; } .finding-shap:before { width: 42%; left: -125px; } .Get-tips-tricks .tips-img img { max-width: 100%; } .tricks-shap:before { height: 62%; } .Service-shap:before { left: -154px; width: 27%; } .iq-clients:before { right: -70px; } .error-box { height: 600px; } } @media(max-width:1365px) { .banner .banner-text h1 { font-size: 64px; line-height: 74px; } .banner:before { top: 33%; width: 25%; } .finding-shap:before { width: 45%; left: -208px; } } @media(max-width:1299px) { .banner .banner-text h1 { font-size: 48px; line-height: 58px; } .banner-type img { max-width: 119%; } .banner:before { top: 28%; width: 32%; left: -15px; height: 71%; } .finding-shap:before { width: 58%; left: -281px } .tricks-shap:before { top: 34%; } .Service-shap:before { left: -223px; width: 40%; } } @media(max-width:1199px) { header .main-header { padding: 10px 50px 10px 50px; } header.menu-sticky .main-header { padding: 10px 50px 10px 50px; } .pricing-box { margin-bottom: 30px; } footer .info-share a i.fab { line-height: 38px; } footer .info-share a { width: 39px; height: 39px; line-height: 38px; } .iq-team .share ul li a { width: 30px; height: 30px; line-height: 30px; font-size: 14px; } .blog-box .content { padding: 18px; } .title i { font-size: 20px; line-height: 30px; } } @media screen and (max-width:1024px) { } @media(max-width:992px) { .iq-contactbox .contact-box .button { margin-bottom: 40px; } .iq-breadcrumb { padding: 203px 0 70px 0; } .banner:before { display: none; } .iq-counter3 .iq-counter .timer { font-size: 50px; line-height: 60px; } .iq-counter .mt-3 { margin-top: 10px !important; } h4 { font-size: 20px; line-height: 30px; } h3 { font-size: 24px; line-height: 34px; } p { font-size: 14px; line-height: 24px; } .iq-team-img img { margin-top: 40px; } section { padding: 50px 0; } .iq-rmb-30 { margin-bottom: 30px; } .how-it-works { text-align: center; } .easy-pricing-plans .pricing-box .button { padding: 10px 14px; font-size: 14px; } .title-box { margin-bottom: 40px; } .banner { padding: 150px 0 124px 0; } .iq-team .share { top: 71px; } .iq-team .share ul li { margin: 12px 0; } .iq-clients .owl-carousel .owl-item img { margin: 0 auto; } .banner .banner-text { padding-top: 0; } .iq-tab.horizontal .nav-item { width: 26%; margin-bottom: 10px; } .iq-tab .nav-pills { background-color: transparent; } .iq-rmb-30 { margin-bottom: 30px } .iq-team .share ul li a { width: 40px; height: 40px; line-height: 42px; } .blogdetailbox .iq-sidebar-widget .iq-post li { width: 100% } .blogdetailbox .iq-sidebar-widget .post-img img { width: 60px; } header .navbar-light .navbar-collapse { position: absolute; top: 60px; width: 100%; background-color: #ffffff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); } header .navbar-light .navbar-toggler { border-color: #46c894; } header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, .9); } header .navbar-light .navbar-nav li.active .nav-link, header .navbar-light .navbar-nav li .nav-link:hover { color: #46c894; background: transparent; } header.menu-sticky .navbar-light .navbar-nav li.active .nav-link, header.menu-sticky .navbar-light .navbar-nav li .nav-link:hover { color: #46c894; background: transparent; } .banner .banner-text { text-align: center; margin-bottom: 40px; } header.menu-sticky .navbar-light .navbar-nav .nav-link, header.menu-sticky .navbar-light .navbar-nav .nav-link:focus { color: #222222; } .banner { padding: 150px 0 9px 0; } .iq-post-sidebar { margin-top: 40px; } } @media(max-width:979px) { .title-box .sub-title { margin: 0 49px; } .banner-type img { max-width: 100%; } .how-it-works { text-align: center; } .iq-team .share ul li { margin: 5px 0; } .iq-team .share { top: 47px; } .iq-team:hover .iq-team-info { padding: 0; } .iq-breadcrumb3 img.iq-breadcrumb3-after { display: none; } .iq-breadcrumb3 { padding: 141px 0 85px 0; } .banner img.banner-after { display: none; } .banner { padding: 150px 0 65px 0; } .iq-frequently { padding: 60px 50px 40px 50px; } .iq-video { left: 10px; } .banner { padding: 150px 0 24px 0; } .finding-shap:before { width: 76%; } .Service-shap:before { width: 52%; height: 55%; } .tricks-shap:before { top: 26%; height: 74%; } .service-provide .services { padding: 30px 15px 20px 15px; } } @media(max-width:767px) { .iq-coming .big-text { font-size: 50px; line-height: 60px; } .service-provide .rplr-30 { padding: 0 30px; } .sub-header .btn-group { display: none; } .iq-team-img img { margin-top: 30px; } .button-banner { margin-bottom: 40px; } .how-it-works { text-align: center; } .title-box .sub-title { margin: 0 5px; } .iq-tab.horizontal .nav-item { width: 43%; } .iq-rmt-20 { margin-top: 20px; } h2 { font-size: 34px; line-height: 44px; } .blogdetailbox .media { display: inline-block; } .blogdetailbox .iq-comment-list .media-body h5 { margin-top: 10px; } .iq-coming .button { bottom: 0; } .iq-video { right: -5px; top: -29px; } header.menu-sticky .main-header { padding: 10px 50px 10px 50px; } header .main-header { padding: 10px 50px 10px 50px; } .finding-shap:before { width: 121%; } footer .footer-logo { margin-bottom: 30px; } footer .footer-menu li:first-child a { padding: .5rem 1rem .5rem 0; } .get-tips-tricks h3 { margin-top: 20px; } .Service-shap:before { width: 82%; } .iq-detail-box img { margin-top: 30px; width: 100%; } .error-box { height: 500px; } .blogdetailbox .iq-blog-entry .media-box li { display: inline-block; } } @media(max-width:600px) { } @media(max-width:575px) { .iq-coming .iq-subscribe .form-control { width: 100%; } .iq-coming .big-text { font-size: 50px; color: #ffffff; line-height: 60px; } } @media(max-width:479px) { .iq-coming .big-text { font-size: 40px; line-height: 50px; margin-bottom: 30px !important; } .iq-tab .nav-pills { background: transparent; border: 1px solid transparent; padding: 0; } footer .footer-menu li:last-child a { padding: .5rem 0 .5rem 0.8rem; } header.menu-sticky .main-header { padding: 10px 15px 10px 15px; } header .main-header { padding: 10px 15px 10px 15px; } .banner .banner-text h1 { font-size: 35px; line-height: 45px; } header .sub-main { padding-right: 0; } header .sub-header { padding: 10px 15px; } footer .right-footer { padding-right: 0 } footer .footer-menu li:first-child a { padding: .5rem 0.8rem .5rem 0; } footer .footer-menu li a { padding: .5rem 0.8rem; font-size: 14px; } .Service-shap:before { width: 110%; } footer .justify-content-between h6 { margin-bottom: 30px; } .button-banner { margin-bottom: 40px; } .how-it-works { padding: 10px; } .title-box .sub-title { margin: 0 5px; } .easy-pricing-plans.gray-bg { padding: 30px 0; } .title-box .title { margin-bottom: 10px; font-size: 35px; line-height: 45px; } .iq-team-img img { margin-top: 30px; } .iq-frequently { padding: 45px 15px; } h3 { font-size: 25px; line-height: 35px; } .iq-tab.horizontal .nav-item { width: 50%; } .iq-tab.horizontal .nav-item a { font-size: 14px; font-weight: 700; } .blogdetailbox .info-block { padding: 0; } .iq-login-regi .iq-login .link { text-align: left; } h1 { font-size: 42px; line-height: 52px; } .time-of-year .tooltip { width: 280px; left: 63%; } .iq-coming #countdown li { margin: 0; } .iq-coming #countdown li span { font-size: 24px; line-height: 24px; } .iq-coming #countdown li p { font-size: 14px; line-height: 20px; font-weight: inherit; } .iq-coming #countdown li span:after { content: none; } .iq-coming form .form-control { width: 230px; } } @media(max-width:359px) { .iq-coming .big-text { font-size: 32px; line-height: 42px; } .iq-coming h5 { font-size: 14px; } .iq-coming #countdown { margin-top: 20px !important; } .iq-coming .form-row>.col, .iq-coming .form-row>[class*=col-] { width: 100%; } .iq-coming form .form-control, .iq-coming form .button { width: 100%; border-radius: 10px; text-align: center; } }
46.321053
175
0.657993
bdd0c0ee6ce985bc785926d5c70f68b7806a85f5
36,635
css
CSS
vendor/laravel-filemanager/css/mfb.css
LeylaAlp/blackonline
ca246ce2cea1b95a5e853b072a9b58e4b71203c1
[ "MIT" ]
null
null
null
vendor/laravel-filemanager/css/mfb.css
LeylaAlp/blackonline
ca246ce2cea1b95a5e853b072a9b58e4b71203c1
[ "MIT" ]
null
null
null
vendor/laravel-filemanager/css/mfb.css
LeylaAlp/blackonline
ca246ce2cea1b95a5e853b072a9b58e4b71203c1
[ "MIT" ]
null
null
null
/** * CONTENTS * * #Introduction........Naming conventions used throughout the code. * * #SETTINGS * Variables............Globally-available variables and config. * * #TOOLS * Mixins...............Useful mixins. * * #GENERIC * Demo styles..........Styles for demo only (consider removing these). * * #BASE * Raw styles...........The very basic component wrapper. * Modifiers............The basic styles dependant on component placement. * Debuggers............The basic styles dependant on component placement. * * #BUTTONS * Base..................Wrapping and constraining every button. * Modifiers.............Styles that depends on state and settings. * Animations............Main animations of the component. * Debuggers.............Styles for development. * * #LABELS * Base..................Wrapping and constraining every label. * Modifiers.............Styles that depends on state and settings. * Debuggers.............Styles for development. * * #DEVELOPMENT * In development........These styles are in development and not yet finalised * Debuggers.............Helper styles and flags for development. */ /*------------------------------------*\ #Introduction \*------------------------------------*/ /** * The code AND the comments use naming conventions to refer to each part of * the UI put in place by this component. If you see that somewhere they are * not followed please consider a Pull Request. The naming conventions are: * * "Component" : the widget itself as a whole. This is the last time it will be * called anything different than "component". So, stay away from * "widget", "button" or anything else when referring to the * Component in general. * * "Main Button" : the button that is always in view. Hovering or clicking on it * will reveal the child buttons. * * "Child buttons" : if you've read the previous point you know what they are. * Did you read the previous point? :) * * "Label(s)" : the tooltip that fades in when hovering over a button. /*------------------------------------*\ #SETTINGS | Variables \*------------------------------------*/ /** * These variables are the default styles that serve as fallback and can be * easily customised at compile time. * Consider overriding them in your own style sheets rather than editing them * here. Refer to the docs for more info. */ /* COLORS ----------------------------*/ /* EFFECTS ---------------------------*/ /* SPEEDS ----------------------------*/ /* SIZES -----------------------------*/ /* SPACING ---------------------------*/ /* OTHER VARIABLES -------------------*/ /*------------------------------------*\ #BASE | Raw styles \*------------------------------------*/ /** * The very core styling of the button. * These styles are shared by every instance of the button. * Styles placed here should NOT care about placement in the screen, * options chosen by the user or state of the button. */ .mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br { box-sizing: border-box; margin: 25px; position: fixed; white-space: nowrap; z-index: 30; padding-left: 0; list-style: none; } .mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after { box-sizing: inherit; } /*------------------------------------*\ #BASE | Modifiers \*------------------------------------*/ /** * These styles depends on the placement of the button. * Styles can be: * 1. Top-left: modified by the " --tl " suffix. * 2. Top-right: modified by the " --tr " suffix. * 3. Bottom-left: modified by the " --bl " suffix. * 4. Bottom-right: modified by the " --br " suffix. */ .mfb-component--tl { left: 0; top: 0; } .mfb-component--tr { right: 0; top: 0; } .mfb-component--bl { left: 0; bottom: 0; } .mfb-component--br { right: 0; bottom: 0; } /*------------------------------------*\ #BUTTONS | Base \*------------------------------------*/ .mfb-component__button--main, .mfb-component__button--child { background-color: #75C7C3; display: inline-block; position: relative; border: none; border-radius: 50%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); cursor: pointer; outline: none; padding: 0; position: relative; -webkit-user-drag: none; color: #f1f1f1; } /** * This is the unordered list for the list items that contain * the child buttons. * */ .mfb-component__list { list-style: none; margin: 0; padding: 0; } .mfb-component__list > li { display: block; position: absolute; top: 0; right: 1px; padding: 10px 0; margin: -10px 0; } /** * These are the basic styles for all the icons inside the main button */ .mfb-component__icon, .mfb-component__main-icon--active, .mfb-component__main-icon--resting, .mfb-component__child-icon { position: absolute; font-size: 18px; text-align: center; line-height: 56px; width: 100%; } .mfb-component__wrap { padding: 25px; margin: -25px; } [data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting, [data-mfb-toggle="hover"]:hover .mfb-component__child-icon, [data-mfb-state="open"] .mfb-component__icon, [data-mfb-state="open"] .mfb-component__main-icon--active, [data-mfb-state="open"] .mfb-component__main-icon--resting, [data-mfb-state="open"] .mfb-component__child-icon { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } /*------------------------------------*\ #BUTTONS | Modifiers \*------------------------------------*/ .mfb-component__button--main { height: 56px; width: 56px; z-index: 20; } .mfb-component__button--child { height: 56px; width: 56px; } .mfb-component__main-icon--active, .mfb-component__main-icon--resting { -webkit-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1); transition: transform 150ms cubic-bezier(0.4, 0, 1, 1); } .mfb-component__child-icon, .mfb-component__child-icon { line-height: 56px; font-size: 18px; } .mfb-component__main-icon--active { opacity: 0; } [data-mfb-toggle="hover"]:hover .mfb-component__main-icon, [data-mfb-state="open"] .mfb-component__main-icon { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting, [data-mfb-state="open"] .mfb-component__main-icon--resting { opacity: 0; position: absolute !important; } [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active, [data-mfb-state="open"] .mfb-component__main-icon--active { opacity: 1; } /*------------------------------------*\ #BUTTONS | Animations \*------------------------------------*/ /** * SLIDE IN + FADE * When hovering the main button, the child buttons slide out from beneath * the main button while transitioning from transparent to opaque. * */ .mfb-component--tl.mfb-slidein .mfb-component__list li, .mfb-component--tr.mfb-slidein .mfb-component__list li { opacity: 0; transition: all 0.5s; } .mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li, .mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li { opacity: 1; } .mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(70px); transform: translateY(70px); } .mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(140px); transform: translateY(140px); } .mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(210px); transform: translateY(210px); } .mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(280px); transform: translateY(280px); } .mfb-component--bl.mfb-slidein .mfb-component__list li, .mfb-component--br.mfb-slidein .mfb-component__list li { opacity: 0; transition: all 0.5s; } .mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li, .mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li { opacity: 1; } .mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(-70px); transform: translateY(-70px); } .mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(-140px); transform: translateY(-140px); } .mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(-210px); transform: translateY(-210px); } .mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(-280px); transform: translateY(-280px); } /** * SLIDE IN SPRING * Same as slide-in but with a springy animation. * */ .mfb-component--tl.mfb-slidein-spring .mfb-component__list li, .mfb-component--tr.mfb-slidein-spring .mfb-component__list li { opacity: 0; transition: all 0.5s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(1) { transition-delay: 0.05s; } .mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(2) { transition-delay: 0.1s; } .mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(3) { transition-delay: 0.15s; } .mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(4) { transition-delay: 0.2s; } .mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li, .mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li { opacity: 1; } .mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { transition-delay: 0.05s; -webkit-transform: translateY(70px); transform: translateY(70px); } .mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { transition-delay: 0.1s; -webkit-transform: translateY(140px); transform: translateY(140px); } .mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { transition-delay: 0.15s; -webkit-transform: translateY(210px); transform: translateY(210px); } .mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { transition-delay: 0.2s; -webkit-transform: translateY(280px); transform: translateY(280px); } .mfb-component--bl.mfb-slidein-spring .mfb-component__list li, .mfb-component--br.mfb-slidein-spring .mfb-component__list li { opacity: 0; transition: all 0.5s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(1) { transition-delay: 0.05s; } .mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(2) { transition-delay: 0.1s; } .mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(3) { transition-delay: 0.15s; } .mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(4) { transition-delay: 0.2s; } .mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li, .mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li { opacity: 1; } .mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { transition-delay: 0.05s; -webkit-transform: translateY(-70px); transform: translateY(-70px); } .mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { transition-delay: 0.1s; -webkit-transform: translateY(-140px); transform: translateY(-140px); } .mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { transition-delay: 0.15s; -webkit-transform: translateY(-210px); transform: translateY(-210px); } .mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { transition-delay: 0.2s; -webkit-transform: translateY(-280px); transform: translateY(-280px); } /** * ZOOM-IN * When hovering the main button, the child buttons grow * from zero to normal size. * */ .mfb-component--tl.mfb-zoomin .mfb-component__list li, .mfb-component--tr.mfb-zoomin .mfb-component__list li { -webkit-transform: scale(0); transform: scale(0); } .mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(70px) scale(0); transform: translateY(70px) scale(0); transition: all 0.5s; transition-delay: 0.15s; } .mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(140px) scale(0); transform: translateY(140px) scale(0); transition: all 0.5s; transition-delay: 0.1s; } .mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(210px) scale(0); transform: translateY(210px) scale(0); transition: all 0.5s; transition-delay: 0.05s; } .mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(280px) scale(0); transform: translateY(280px) scale(0); transition: all 0.5s; transition-delay: 0s; } .mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(70px) scale(1); transform: translateY(70px) scale(1); transition-delay: 0.05s; } .mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(140px) scale(1); transform: translateY(140px) scale(1); transition-delay: 0.1s; } .mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(210px) scale(1); transform: translateY(210px) scale(1); transition-delay: 0.15s; } .mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(280px) scale(1); transform: translateY(280px) scale(1); transition-delay: 0.2s; } .mfb-component--bl.mfb-zoomin .mfb-component__list li, .mfb-component--br.mfb-zoomin .mfb-component__list li { -webkit-transform: scale(0); transform: scale(0); } .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(-70px) scale(0); transform: translateY(-70px) scale(0); transition: all 0.5s; transition-delay: 0.15s; } .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(-140px) scale(0); transform: translateY(-140px) scale(0); transition: all 0.5s; transition-delay: 0.1s; } .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(-210px) scale(0); transform: translateY(-210px) scale(0); transition: all 0.5s; transition-delay: 0.05s; } .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(-280px) scale(0); transform: translateY(-280px) scale(0); transition: all 0.5s; transition-delay: 0s; } .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(-70px) scale(1); transform: translateY(-70px) scale(1); transition-delay: 0.05s; } .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(-140px) scale(1); transform: translateY(-140px) scale(1); transition-delay: 0.1s; } .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(-210px) scale(1); transform: translateY(-210px) scale(1); transition-delay: 0.15s; } .mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(-280px) scale(1); transform: translateY(-280px) scale(1); transition-delay: 0.2s; } /** * FOUNTAIN * When hovering the main button the child buttons * jump into view from outside the viewport */ .mfb-component--tl.mfb-fountain .mfb-component__list li, .mfb-component--tr.mfb-fountain .mfb-component__list li { -webkit-transform: scale(0); transform: scale(0); } .mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(-70px) scale(0); transform: translateY(-70px) scale(0); transition: all 0.5s; transition-delay: 0.15s; } .mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(-140px) scale(0); transform: translateY(-140px) scale(0); transition: all 0.5s; transition-delay: 0.1s; } .mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(-210px) scale(0); transform: translateY(-210px) scale(0); transition: all 0.5s; transition-delay: 0.05s; } .mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(-280px) scale(0); transform: translateY(-280px) scale(0); transition: all 0.5s; transition-delay: 0s; } .mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(70px) scale(1); transform: translateY(70px) scale(1); transition-delay: 0.05s; } .mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(140px) scale(1); transform: translateY(140px) scale(1); transition-delay: 0.1s; } .mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(210px) scale(1); transform: translateY(210px) scale(1); transition-delay: 0.15s; } .mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(280px) scale(1); transform: translateY(280px) scale(1); transition-delay: 0.2s; } .mfb-component--bl.mfb-fountain .mfb-component__list li, .mfb-component--br.mfb-fountain .mfb-component__list li { -webkit-transform: scale(0); transform: scale(0); } .mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(70px) scale(0); transform: translateY(70px) scale(0); transition: all 0.5s; transition-delay: 0.15s; } .mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(140px) scale(0); transform: translateY(140px) scale(0); transition: all 0.5s; transition-delay: 0.1s; } .mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(210px) scale(0); transform: translateY(210px) scale(0); transition: all 0.5s; transition-delay: 0.05s; } .mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(280px) scale(0); transform: translateY(280px) scale(0); transition: all 0.5s; transition-delay: 0s; } .mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) { -webkit-transform: translateY(-70px) scale(1); transform: translateY(-70px) scale(1); transition-delay: 0.05s; } .mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) { -webkit-transform: translateY(-140px) scale(1); transform: translateY(-140px) scale(1); transition-delay: 0.1s; } .mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) { -webkit-transform: translateY(-210px) scale(1); transform: translateY(-210px) scale(1); transition-delay: 0.15s; } .mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) { -webkit-transform: translateY(-280px) scale(1); transform: translateY(-280px) scale(1); transition-delay: 0.2s; } /*------------------------------------*\ #LABELS | base \*------------------------------------*/ /** * These are the labels associated to each button, * exposed only when hovering the related button. * They are called labels but are in fact data-attributes of * each button (an anchor tag). */ [data-mfb-label]:after { content: attr(data-mfb-label); opacity: 0; transition: all 0.5s; background: rgba(0, 0, 0, 0.4); padding: 4px 10px; border-radius: 3px; color: rgba(255, 255, 255, 0.8); font-size: 14px; font-weight: normal; pointer-events: none; line-height: normal; position: absolute; top: 50%; margin-top: -11px; transition: all 0.5s; } [data-mfb-toggle="hover"] [data-mfb-label]:hover:after, [data-mfb-state="open"] [data-mfb-label]:after { content: attr(data-mfb-label); opacity: 1; transition: all 0.3s; } /*------------------------------------*\ #LABELS | Modifiers \*------------------------------------*/ .mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after { content: attr(data-mfb-label); right: 70px; } .mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after { content: attr(data-mfb-label); right: 70px; } .mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after { content: attr(data-mfb-label); left: 70px; } .mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after { content: attr(data-mfb-label); left: 70px; } /*------------------------------------*\ #DEVELOPMENT | In development \*------------------------------------*/ /** * This part is where unfinished code should stay. * When a feature is ready(sh) move these styles to their proper place. */ /*------------------------------------*\ #DEVELOPMENT | Debuggers \*------------------------------------*/ /** * These are mainly helpers for development. They do not have to end up * in production but it's handy to keep them when developing. */ /** * Apply this class to the html tag when developing the slide-in button */ /*# sourceMappingURL=mfb.css.map */
54.516369
321
0.663409
bdd0ce0d6409b217a24b44e72efbf796b3ed91ec
5,861
css
CSS
css/styles.css
bruno-seiji/Projeto-HZC-Alura
743a4fa7ab7586a5b4c6b9dd6fb29d05bd1791b2
[ "MIT" ]
null
null
null
css/styles.css
bruno-seiji/Projeto-HZC-Alura
743a4fa7ab7586a5b4c6b9dd6fb29d05bd1791b2
[ "MIT" ]
null
null
null
css/styles.css
bruno-seiji/Projeto-HZC-Alura
743a4fa7ab7586a5b4c6b9dd6fb29d05bd1791b2
[ "MIT" ]
null
null
null
@font-face { font-family: 'icones'; src: url(../font/icones.ttf); } body { background-color: #1d232a; font-family: 'Open Sans', 'icones', sans-serif; color: white; } .cabecalho { display: flex; justify-content: space-between; align-items: center; background-color: #15191c; padding: 0.5rem 1rem; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16); } .perfil { display: none; } .cabecalho__menu i::before { content: '\e904'; font-size: 1.5rem; } .cabecalho_notificacao i::before { content: '\e906'; font-size: 1.5rem; } .cabecalho__logo { width: 2.5rem; } /*---------------------------------------------*/ .menu-lateral { display: flex; flex-direction: column; background-color: #15191c; width: 75vw; height: 100vh; transition: 0.5s; position: absolute; left: -100vw; } .menu-lateral--ativo { transition: 0.5s; left: 0; } .menu-lateral__logo { align-self: center; width: 7.4rem; padding: 1rem; } .menu-lateral__link { height: 4rem; color: #95999c; align-items: center; display: flex; padding-left: 4rem; } .menu-lateral__link--ativo { color: white; padding-left: 3.5rem; border-left: 0.5rem solid white; } .menu-lateral__link::before { width: 1.5rem; height: 1.5rem; font-size: 1.5rem; left: 1.5rem; position: absolute; } .menu-icone__inicio::before { content: '\e902'; } .menu-icone__videos::before { content: '\e90e'; } .menu-icone__picos::before { content: '\e909'; } .menu-icone__integrantes::before { content: '\e903'; } .menu-icone__camisas::before { content: '\e900'; } .menu-icone__pinturas::before { content: '\e90a'; } /*------------------------------------*/ .principal { padding: 1.5rem 1rem; } .titulo-pagina { font-size: 1.5rem; font-weight: 700; } .titulo-secao { font-size: 1.2rem; font-weight: 700; margin-top: 2rem; } .cartao { width: 100%; height: auto; border-radius: 1rem; overflow: hidden; background-color: #2c343a; margin: 1rem auto; } .destaque { display: none; } .cartao-menor { width: 100%; height: auto; border-radius: 1rem; overflow: hidden; background-color: #2c343a; margin: 1rem auto; } .cartao__conteudo { padding: 1rem; display: grid; grid-template-columns: auto 1fr; gap: 0.5rem; } .cartao__destaque { grid-column: span 2; } .cartao__titulo { font-size: 1.2rem; font-weight: 700; grid-column: span 2; } .cartao__perfil { color: #95999c; font-size: 0.9rem; grid-column: span 2; } .cartao__info { display: flex; align-items: center; color: #95999c; } .cartao__info--tempo::before { content: '\e90c'; margin-right: 0.5rem; } .cartao__info--visualizacao::before { content: '\e90f'; margin-right: 0.5rem; } .cartao__botao { display: flex; justify-content: center; align-items: center; background-color: #0480dc; width: 2.5rem; height: 2.5rem; border-radius: 0.7rem; font-size: 0.9rem; justify-self: flex-end; align-self: center; } .cartao__botao--play::before { content: '\e90b'; font-size: 1.5rem; } .cartao__botao--destaque { width: 100%; grid-column: span 2; } .cartao__botao--destaque::before { margin-right: 0.5rem; } .cartao__botao--buy::before { content: '\e901'; font-size: 1.5rem; } .destaque_videos, .destaque_arte { display: none; } /*-----------------Responsividade-------------------*/ @media screen and (min-width: 1000px) { body { display: grid; grid-template-columns: 13rem auto; grid-template-rows: 5rem auto; } .menu-lateral { position: static; grid-row: span 2; width: 13rem; grid-row-start: 1; grid-row-end: 2; } .cabecalho { grid-column-start: 2; justify-content: flex-end; } .menu-lateral__logo { align-self: center; width: 7.4rem; padding: 1rem; } .cabecalho__menu, .cabecalho__logo { display: none; } .principal { justify-self: center; padding: 0; margin: 2rem 3.7rem; display: grid; grid-template-columns: repeat(4, 16rem); grid-template-rows: repeat(7, auto); gap: 2rem; grid-row-start: 2; grid-column-start: 2; } .titulo-pagina, .titulo-secao { grid-column: span 4; } .cartao { grid-column: span 3; margin: 0; } .cartao__img { height: 21rem; } .cartao__conteudo { height: 13rem; } .cartao__botao--destaque { grid-column: span 1; width: 10rem; } .destaque_videos { display: grid; height: 25rem; background-color: #2c343a; border-radius: 1rem; grid-template-columns: repeat(2, auto); grid-template-rows: repeat(6, 3rem); gap: 1rem; align-items: center; padding: 1.25rem 1rem; } .destaque_arte { display: grid; height: 31rem; background-color: #2c343a; border-radius: 1rem; grid-template-columns: repeat(2, auto); grid-template-rows: repeat(8, 3rem); gap: 1rem; align-items: center; padding: 1.25rem 1rem; } .titulo_destaque_more { grid-column: span 2; display: flex; justify-content: space-between; } .destaque_titulo { font-size: 1rem; font-weight: 700; } .destaque_more { font-size: 0.87rem; color: #0480dc; font-weight: 700; } .destaque_img { width: 2rem; } .destaque_info { font-size: 0.87rem; display: grid; grid-template-rows: auto auto; height: 100%; } .destaque_info li { display: flex; align-items: center; font-size: 0.87rem; } .destaque_info_titulo { font-weight: 700; color: white; } .destaque_info_autor { font-weight: 400; color: #95999c; } .perfil { display: flex; align-items: center; gap: 1rem; width: 11rem; } .perfil_seta::before { content: '\e90d'; font-size: 1.5rem; } .perfil_img { background-color: white; width: 2rem; } }
15.883469
54
0.61423
bdd189d747c9503aa45fd798fb30067c34965501
224
css
CSS
dist/css/chunk-5cf1b46e.f02d61de.css
benben6/vue-mobile
12aa130c0957404cffc1c4463b71b6e6c33f2a9b
[ "MIT" ]
null
null
null
dist/css/chunk-5cf1b46e.f02d61de.css
benben6/vue-mobile
12aa130c0957404cffc1c4463b71b6e6c33f2a9b
[ "MIT" ]
null
null
null
dist/css/chunk-5cf1b46e.f02d61de.css
benben6/vue-mobile
12aa130c0957404cffc1c4463b71b6e6c33f2a9b
[ "MIT" ]
null
null
null
#couponList[data-v-32c45ac2]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:#f5f5f5;z-index:999}#couponList .van-nav-bar__title[data-v-32c45ac2]{color:#000}#couponList .van-icon[data-v-32c45ac2]{color:#dedede}
224
224
0.785714
bddc76b7bc8eebd8289c7741cc57974c432387c9
1,077
css
CSS
public/stylesheets/landing.css
Ashuto7h/Youtube-Dashboard
ade3bd2035dcec758292afdcbd135e5c56dc1aa0
[ "MIT" ]
22
2020-10-17T08:41:33.000Z
2021-03-11T09:48:07.000Z
public/stylesheets/landing.css
Ashuto7h/Youtube-Dashboard
ade3bd2035dcec758292afdcbd135e5c56dc1aa0
[ "MIT" ]
71
2020-10-09T14:16:14.000Z
2021-05-11T23:00:07.000Z
public/stylesheets/landing.css
Ashuto7h/Youtube-Dashboard
ade3bd2035dcec758292afdcbd135e5c56dc1aa0
[ "MIT" ]
45
2020-10-03T14:12:02.000Z
2021-02-24T09:08:51.000Z
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } .hero-title { font-size: xx-large; font-family: "Poppins", sans-serif; font-weight: 600; text-align: center; color: white; } .navbar { display: flex; justify-content: space-around; align-items: center; height: 10vh; background-color: #202020; width: 100%; } .nav-link { text-decoration: none; padding: 3px 7px; color: white; font-family: "Poppins", sans-serif; border: white solid 2px; } .nav-link:hover { text-decoration: underline; } .hero-image { width: 100%; height: 90vh; object-fit: cover; } .flex-body { margin: auto; margin-top: 5vh; margin-bottom: 5vh; width: 90%; height: 90%; padding: 10% 20%; font-family: "Poppins", sans-serif; font-size: large; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; border: #202020 10px solid; } footer { left: 0; bottom: 0; width: 100%; text-align: center; }
16.569231
77
0.649954
bddcfa62cf0f8084ffa710729173e52f6d02c2a4
2,059
css
CSS
dist/plugins/colors/ui/trumbowyg.colors.css
monsieurpeinture/Trumbowyg
f97fafc2bf85575c216e665060b95794118294b0
[ "MIT" ]
null
null
null
dist/plugins/colors/ui/trumbowyg.colors.css
monsieurpeinture/Trumbowyg
f97fafc2bf85575c216e665060b95794118294b0
[ "MIT" ]
null
null
null
dist/plugins/colors/ui/trumbowyg.colors.css
monsieurpeinture/Trumbowyg
f97fafc2bf85575c216e665060b95794118294b0
[ "MIT" ]
null
null
null
/** * Trumbowyg v2.24.0 - A lightweight WYSIWYG editor * Trumbowyg plugin stylesheet * ------------------------ * @link http://alex-d.github.io/Trumbowyg * @license MIT * @author Alexandre Demode (Alex-D) * Twitter : @AlexandreDemode * Website : alex-d.fr */ .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list), .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) { max-width: 276px; padding: 7px 5px; overflow: initial; } .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button, .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button { display: block; position: relative; float: left; text-indent: -9999px; height: 20px; width: 20px; border: 1px solid #333; padding: 0; margin: 2px; } .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:hover::after, .trumbowyg-dropdown-foreColor:not(.trumbowyg-dropdown--color-list) button:focus::after, .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:hover::after, .trumbowyg-dropdown-backColor:not(.trumbowyg-dropdown--color-list) button:focus::after { content: " "; display: block; position: absolute; top: -5px; left: -5px; width: 27px; height: 27px; background: inherit; border: 1px solid #fff; box-shadow: #000 0 0 2px; z-index: 10; } .trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button) { position: relative; color: #fff !important; } .trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):hover::after, .trumbowyg-dropdown-backColor.trumbowyg-dropdown--color-list button:not(.trumbowyg-backColorRemove-dropdown-button):focus::after { content: " "; display: block; position: absolute; top: 13px; left: 0; width: 0; height: 0; border: 5px solid transparent; border-left-color: #fff; }
36.767857
262
0.683827
bdde6b04baaa6ac5cf4ee8e42b30b4bf7fe09a8c
4,658
css
CSS
data/usercss/171556.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/171556.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/171556.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Fallen London - Menace Reductors values @namespace USO Archive @author Corran @description `This style adds the exact reduction change points and any other loss/gain on the reductor cards (such as A Moment's Peace) and storylets (such as Attend to Matters of Persuasion and Scandal).This style works with the June 2018 redesign.` @version 20190502.23.38 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz-document domain("fallenlondon.com") { /* Shows exact Menace decreases and other cost/profit */ div[data-branch-id="10135"] h2::after {content: " [ -2 Suspicion, 1 x Stolen Correspondence ]";} /* The Law's Long Arm - Official incompetence */ div[data-branch-id="10136"] h2::after {content: " [ -2 Suspicion, -10 x Inferal Contract, +5 CtD ]";} /* The Law's Long Arm - Unleash Baseborn & Fowlingpiece */ div[data-branch-id="10137"] h2::after {content: " [ -3 Suspicion, +5 CtD ]";} /* The Law's Long Arm - Lay a false trail */ div[data-branch-id="10138"] h2::after {content: " [ -5 Suspicion, +1 Wounds, +5 CtD ]";} /* The Law's Long Arm - Make sure nobody is telling tales */ div[data-branch-id="6144"] h2::after {content: " [ -2 Scandal, -1 Suspicion ]";} /* An Afternoon of Good Deeds? - Quite a moral afternoon. */ div[data-branch-id="6145"] h2::after {content: " [ -3 Scandal, -1 Suspicion, +5 CtD, +1 Confident Smile ]";} /* An Afternoon of Good Deeds? - Quite a moral afternoon. Let's make sure it's appreciated. */ div[data-branch-id="6146"] h2::after {content: " [ +2 Scandal, +1 Favours: Hell, +1 Confident Smile, +1 Ruthless, +10 Jade Fragment ]";} /* An Afternoon of Good Deeds? - An afternoon of mischief! */ div[data-branch-id="10133"] h2::after {content: " [ -3 Scandal, +5 CtD, -1 Hedonist, +1 Subtle ]";} /* An Afternoon of Good Deeds? - Hide from those who would hound you */ div[data-branch-id="10134"] h2::after {content: " [ -3 Scandal, +5 CtD ]";} /* An Afternoon of Good Deeds? - Blame someone else for your sins */ div[data-branch-id="4686"] h2::after {content: " [ -3 Nightmares, +1 Persuasive ]";} /* A Moment's Peace - Relax and enjoy */ div[data-branch-id="10129"] h2::after {content: " [ -3 Nightmares, +1 Scandal, +5 CtD, +5 AtGotG ]";} /* A Moment's Peace - Take some honey with a friend */ div[data-branch-id="10142"] h2::after {content: " [ -1 Nightmares, +5 CtD, +1 Watchful ]";} /* A Moment's Peace - Read a calming book */ div[data-branch-id="10130"] h2::after {content: " [ -4 Nightmares, +1 Scandal, +5 CtD, +5 TbF ]";} /* A Moment's Peace - Mysticism and mesmerism */ div[data-branch-id="10131"] h2::after {content: " [ -3 Nightmares, +5 CtD ]";} /* A Moment's Peace - Physical exercise and exertion */ div[data-branch-id="6714"] h2::after {content: " [ -2 Wounds, -1 Unaccountably Peckish ]";} /* A Restorative - Scraps from the table */ div[data-branch-id="10139"] h2::after {content: " [ -3 Wounds, +5 CtD ]";} /* A Restorative - An exclusive dinner party */ div[data-branch-id="10140"] h2::after {content: " [ -3 Wounds, +5 CtD, -75 Glim ]";} /* A Restorative - The Itinerant Physician */ div[data-branch-id="10141"] h2::after {content: " [ -4 Wounds, +5 CtD, +1 Nightmares ]";} /* A Restorative - Can you be so unwise? */ div[data-branch-id="204550"] h2::after {content: " [ You: -5/-4 Scandal ]";} /* Attend to Matters of Persuasion and Scandal - Ask someone for help in laying rumours to rest */ div[data-branch-id="204551"] h2::after {content: " [ You: -6/-5 Scandal ]";} /* Attend to Matters of Persuasion and Scandal - Use someone as your dupe */ div[data-branch-id="204597"] h2::after {content: " [ -2 Scandal OR +1 Scandal, +1 Persuasive ]";} /* Attend to Matters of Persuasion and Scandal - Attend a Church Service */ div[data-branch-id="204555"] h2::after {content: " [ You: -4/-6 Wounds ]";} /* Attend to Matters of Danger and Wounds - Nurse a friend back to health */ div[data-branch-id="204598"] h2::after {content: " [ Many results; based on The Airs of London ]";} /* Attend to Matters of Danger and Wounds - Time in Bed */ div[data-branch-id="204565"] h2::after {content: " [ You: -4/-6 Nightmares ]";} /* Attend to Matters of Watchfulness and Nightmares - Assist your friend with their Nightmares */ div[data-branch-id="204562"] h2::after {content: " [ -4 Suspicion ]";} /* Attend to Matters of Shadows and Suspicion - Ask a friend to cover for you */ div[data-branch-id="204563"] h2::after {content: " [ -5/-6 Suspicion ]";} /* Attend to Matters of Shadows and Suspicion - Dupe a friend into covering for you */ }
101.26087
254
0.657578
bde6c2f6a4b5e912017619d422255a15140e47f7
5,502
css
CSS
site/public/css/custom.css
Akram-Sakib/laravel-portfolio-website
c38dd031cfa7f6c2aff45cdbdafba93701bd2f19
[ "Apache-2.0" ]
null
null
null
site/public/css/custom.css
Akram-Sakib/laravel-portfolio-website
c38dd031cfa7f6c2aff45cdbdafba93701bd2f19
[ "Apache-2.0" ]
null
null
null
site/public/css/custom.css
Akram-Sakib/laravel-portfolio-website
c38dd031cfa7f6c2aff45cdbdafba93701bd2f19
[ "Apache-2.0" ]
null
null
null
html,body{ scroll-behavior: smooth; } .section-marginTop{ margin-top: 80px; } .nav-font{ font-family: 'Hind Siliguri', sans-serif; color: black !important; } .nav-font:hover{ color: #FF2D20!important; } .nav-logo{ width: 130px; height: auto; } .nav-before{ background-color: white !important; } .normal-btn{ border-radius: 2px !important; padding-left: 15px !important; padding-right: 15px!important; background-color: #FF2D20!important; color: white!important; font-family: 'Hind Siliguri', sans-serif!important; font-weight: 400!important; } .normal-btn:hover{ background-color: #c90900!important; } .normal-btn-outline{ border-radius: 2px !important; padding-left: 20px !important; padding-right: 20px!important; background-color: white!important; color: #FF2D20! important; font-family: 'Hind Siliguri', sans-serif!important; font-weight: 400!important; border: 0.5px solid #FF2D20! important; } .normal-btn-outline:hover{ color: white ! important; background-color: #FF2D20! important; } .top-banner-img{ width: 80%; height: auto; } .top-banner-title{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 32px; } .top-banner-subtitle{ font-family: 'Hind Siliguri', sans-serif; color: #6E6E6E !important; font-size: 18px; } .top-banner-subtitle2{ font-family: 'Hind Siliguri', sans-serif; color: #FF2D20!important; font-size: 18px; } .section-title{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 24px; font-weight: 400; } .section-subtitle{ margin-bottom: 30px; font-family: 'Hind Siliguri', sans-serif; color: #6E6E6E !important; font-size: 14px; font-weight: 300; } .service-card-logo{ width: 40%; height: auto; } .service-card-title{ font-family: 'Hind Siliguri', sans-serif; color: #FF2D20!important; font-size: 18px; font-weight: 400; } .service-card-subTitle{ font-family: 'Hind Siliguri', sans-serif; color: #6E6E6E !important; font-weight: 300; font-size: 14px; } .service-card{ border-radius: 2px !important; padding-top: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px; height: 100%; } .thumbnail-container { position: relative; width: 100% !important; height: auto; padding: 0px !important; margin: 0px !important; background-color: black; } .thumbnail-image { opacity: 1; display: block; width: 100% !important; padding: 0px !important; margin: 0px !important; height: auto; transition: .5s ease; backface-visibility: hidden; } .thumbnail-middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .thumbnail-container:hover .thumbnail-image { opacity: 0.1; } .thumbnail-container:hover .thumbnail-middle { opacity: 1; } .thumbnail-title{ font-family: 'Hind Siliguri', sans-serif; color: white !important; font-size: 22px; font-weight: 400; } .thumbnail-subtitle{ font-family: 'Hind Siliguri', sans-serif; color: white !important; font-size: 14px; font-weight: 300; } .parallax { background-image: url("../images/ContactImage.png"); min-height: 400px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .review-img { width: 100px !important; height: 100px !important; border-radius: 50%; margin: 0px auto!important; } .footer-text{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 14px; font-weight: 300; } .rights-text{ font-family: 'Hind Siliguri', sans-serif; color: white !important; font-size: 14px; font-weight: 300; } .footer-link{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 14px; font-weight: 300; text-decoration: none !important; } .footer-link:hover{ text-decoration: none !important; color: #FF2D20!important; } .form-control{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 14px; font-weight: 300; border-radius: 2px !important; } .form-control:focus{ border-color: #FF2D20!important; box-shadow: none !important; border-radius: 2px !important; } .contact-form{ margin-top: 70px !important; } .help-line-title{ margin-top: 90px; font-family: 'Hind Siliguri', sans-serif; color: white !important; font-size: 32px !important; font-weight: 800 ; } .icon-custom-color{ color: #FF2D20!important; } .page-top-img{ width: 50px; height: auto; } .page-top-title{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 18px !important; font-weight: 400 ; } .blog-card-title{ font-family: 'Hind Siliguri', sans-serif; color: #FF2D20!important; font-size: 16px !important; font-weight: 400 ; } .blog-card-subtitle{ font-family: 'Hind Siliguri', sans-serif; color: #6E6E6E !important; font-size: 13px !important; font-weight: 300 ; } .blog-card-date{ font-family: 'Hind Siliguri', sans-serif; color: black !important; font-size: 12px !important; font-weight: 300 ; }
20.684211
56
0.648128
bde792bc6bc1638b7c2bb53a966ccb49ea35921e
9,427
css
CSS
wordpress/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css
kieuoanh231/CMS
777c43d1e8d42ad0f012adbcc254b563979fee8c
[ "Apache-2.0" ]
1
2021-02-10T22:48:31.000Z
2021-02-10T22:48:31.000Z
wordpress/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css
kieuoanh231/CMS
777c43d1e8d42ad0f012adbcc254b563979fee8c
[ "Apache-2.0" ]
2
2020-12-15T20:22:27.000Z
2020-12-15T20:22:27.000Z
wordpress/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css
kieuoanh231/CMS
777c43d1e8d42ad0f012adbcc254b563979fee8c
[ "Apache-2.0" ]
2
2022-02-19T08:20:32.000Z
2022-02-19T08:47:50.000Z
.wp-block-jetpack-tiled-gallery{margin:0 auto 1.5em}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc((100% - 4px)/2)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc((100% - 8px)/3)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc((100% - 12px)/4)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc((100% - 16px)/5)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc((100% - 20px)/6)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc((100% - 24px)/7)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc((100% - 28px)/8)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc((100% - 32px)/9)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc((100% - 36px)/10)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc((100% - 40px)/11)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc((100% - 44px)/12)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc((100% - 48px)/13)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc((100% - 52px)/14)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc((100% - 56px)/15)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc((100% - 60px)/16)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc((100% - 64px)/17)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc((100% - 68px)/18)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc((100% - 72px)/19)}.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc((100% - 76px)/20)}.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery.has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery.has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{width:100%;display:flex;padding:0;flex-wrap:wrap}.tiled-gallery__row{width:100%;display:flex;flex-direction:row;justify-content:center;margin:0}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-right:4px}.tiled-gallery__item{justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;flex-grow:1}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{position:relative;filter:contrast(1.1) brightness(1.1) saturate(1.3)}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;width:100%;top:0;right:0;position:absolute;pointer-events:none}.tiled-gallery__item.filter__1977:after{z-index:3;background:rgba(243,106,188,.3);mix-blend-mode:screen}.tiled-gallery__item.filter__clarendon{position:relative;filter:contrast(1.2) saturate(1.35)}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;width:100%;top:0;right:0;position:absolute;pointer-events:none}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{position:relative;filter:brightness(1.05) hue-rotate(-10deg)}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;width:100%;top:0;right:0;position:absolute;pointer-events:none}.tiled-gallery__item.filter__gingham:after{z-index:3;background:#e6e6fa;mix-blend-mode:soft-light}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item>img{background-color:rgba(0,0,0,.1)}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}@media only email{.tiled-gallery__gallery{display:block}}
9,427
9,427
0.815424
bde7f8a07066c48f47f1987bdb310815e3fb6e6f
4,770
css
CSS
website/src/css/custom.css
becacabe2002/tech-interview-handbook
6420341030695696276f0b077958e5bef4867d97
[ "MIT" ]
null
null
null
website/src/css/custom.css
becacabe2002/tech-interview-handbook
6420341030695696276f0b077958e5bef4867d97
[ "MIT" ]
null
null
null
website/src/css/custom.css
becacabe2002/tech-interview-handbook
6420341030695696276f0b077958e5bef4867d97
[ "MIT" ]
null
null
null
@font-face { font-family: 'Inter var'; font-weight: 100 900; font-display: swap; font-style: normal; font-named-instance: 'Regular'; src: url('./fonts/Inter-roman-latin.var.woff2') format('woff2'); } @font-face { font-family: 'Inter var'; font-weight: 100 900; font-display: swap; font-style: italic; font-named-instance: 'Italic'; src: url('./fonts/Inter-italic-latin.var.woff2') format('woff2'); } :root { --ifm-color-primary: #6565d5; --ifm-color-primary-dark: #5959d2; --ifm-color-primary-darker: #4c4cce; --ifm-color-primary-darkest: #4040cb; --ifm-color-primary-light: #7e7edc; --ifm-color-primary-lighter: #8a8adf; --ifm-color-primary-lightest: #afafe9; --ifm-font-family-base: 'Inter var', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; --ifm-font-size-base: 16px; --ifm-footer-padding-vertical: 3rem; } html[data-theme='dark'] { --ifm-color-primary: #7f7ff0; --ifm-color-primary-dark: rgb(114, 114, 216); --ifm-color-primary-darker: rgb(108, 108, 204); --ifm-color-primary-darkest: rgb(89, 89, 168); --ifm-color-primary-light: rgb(146, 146, 242); --ifm-color-primary-lighter: rgb(165, 165, 245); --ifm-color-primary-lightest: rgb(191, 191, 248); } .navbar__items { font-size: 0.9rem; } .footer__links { margin-bottom: 3rem; } .footer__copyright { text-align: start; } .markdown h1:first-child { --ifm-h1-font-size: 1.5em; } @media screen and (min-width: 768px) { .markdown h1:first-child { --ifm-h1-font-size: 2.25em; } } .markdown h2 { --ifm-h2-font-size: 1.375em; margin-top: 2em; margin-bottom: 0.5em; } @media screen and (min-width: 768px) { .markdown h2 { --ifm-h2-font-size: 1.5em; } } .markdown h3 { --ifm-h3-font-size: 1.25em; font-weight: 600; margin-top: 1.8em; margin-bottom: 0.5em; } .markdown h4 { font-size: 1.15em; font-weight: 600; margin-top: 1.6em; margin-bottom: 0.4em; } .markdown h5 { font-size: 1em; font-weight: 600; margin-top: 1.4em; margin-bottom: 0.3em; } .markdown blockquote { border-left-color: var(--ifm-color-emphasis-200); border-left-width: 0.5rem; color: var(--ifm-color-emphasis-600); } .markdown ul blockquote { font-size: 0.9em; margin-top: 0.5em; } @media screen and (max-width: 767px) { :root { --ifm-font-size-base: 16px; } } div[class^='announcementBar_'] { background-color: var(--ifm-color-primary); color: #fff; font-weight: bold; } .menu { font-size: 0.875rem; } .table-of-contents { font-size: 0.75rem; } @media screen and (min-width: 768px) { .theme-doc-markdown { font-size: 18px; } } .theme-doc-markdown details { --ifm-alert-background-color: transparent; border: 1px solid var(--ifm-color-primary); } .theme-doc-markdown details h2, .theme-doc-markdown details h3, .theme-doc-markdown details h4, .theme-doc-markdown details h5, .theme-doc-markdown details h6 { margin-bottom: 0 !important; } .docs-doc-page .pagination-nav__item:first-child .pagination-nav__label::before, .docs-doc-page .pagination-nav__item--next .pagination-nav__label::after { content: ''; } .pagination-nav__item .pagination-nav__label { font-size: 1.5rem; } .docs-doc-page .pagination-nav__item { max-width: 100%; } .navbar-icon:before { background-repeat: no-repeat; content: ''; display: flex; height: 24px; width: 24px; transition: all 300ms ease-in-out; } .navbar-icon:hover { opacity: 0.8; } .navbar-icon-github:before { background-image: url('/img/icons8-github.svg'); } html[data-theme='dark'] .navbar-icon-github:before { background-image: url('/img/icons8-github-light.svg'); height: 28px; width: 28px; } .navbar-icon-twitter:before { background-image: url('/img/icons8-twitter.svg'); } html[data-theme='dark'] .navbar-icon-twitter:before { background-image: url('/img/icons8-twitter-light.svg'); } .navbar-icon-facebook:before { background-image: url('/img/icons8-facebook.svg'); width: 28px; } html[data-theme='dark'] .navbar-icon-facebook:before { background-image: url('/img/icons8-facebook-light.svg'); height: 28px; width: 28px; } .navbar-icon-telegram:before { background-image: url('/img/icons8-telegram.svg'); } html[data-theme='dark'] .navbar-icon-telegram:before { background-image: url('/img/icons8-telegram-light.svg'); height: 28px; width: 24px; } .navbar-icon-instagram:before { background-image: url('/img/instagram.svg'); width: 24px; } html[data-theme='dark'] .navbar-icon-instagram:before { background-image: url('/img/instagram-light.svg'); } .admonition-heading h5 { margin-top: 0; } .pagination-nav { grid-template-columns: repeat(1, 1fr); }
20.649351
80
0.67086
bde7fe56b1f50d1abe5f3c8e10539d2e1726750c
1,399
css
CSS
oer-bookr/src/components/Login.css
build-week-oer-bookr/build-week-oer-bookr-Pat-McNulty
073ba8a3a299e1a2a76bbd98e6af9742410b76d3
[ "MIT" ]
null
null
null
oer-bookr/src/components/Login.css
build-week-oer-bookr/build-week-oer-bookr-Pat-McNulty
073ba8a3a299e1a2a76bbd98e6af9742410b76d3
[ "MIT" ]
8
2020-09-04T17:07:40.000Z
2022-02-26T10:01:51.000Z
oer-bookr/src/components/Login.css
build-week-oer-bookr/build-week-oer-bookr-Pat-McNulty
073ba8a3a299e1a2a76bbd98e6af9742410b76d3
[ "MIT" ]
null
null
null
.loginFormCont { display: flex; justify-content: center; background-color: #F0FFFF; width: 100vw; height: 100vh; background-image: url('http://cohoctonlibrary.org/wp-content/uploads/2014/06/Bookshelves-Background.jpg'); } .loginFormCont .loginForm { display: flex; flex-direction: column; align-items: center; margin: 200px 0 0 0; border: 1px solid grey; border-radius: 6px; width: 500px; height: 375px; background-color: white; } .loginFormCont .loginForm .headerCont { background-color: slategray; padding: 25px 0; width: 500px; margin-bottom: 35px; } .loginFormCont .loginForm .headerCont h1 { margin: 0; color: white; } .loginFormCont .loginForm input { width: 400px; height: 40px; border-top: none; border-right: none; border-left: none; border-bottom: 1px solid slategray; margin-bottom: 25px; } .loginFormCont .loginForm button { height: 30px; width: 100px; border: none; border-radius: 6px; color: white; background-color: gray; font-weight: bold; margin: 0 0 10px 0; } .loginFormCont .loginForm button:hover { color: gray; background-color: white; border: 1px solid gray; } .loginFormCont .loginForm .noAccount { display: flex; align-items: center; } .loginFormCont .loginForm .noAccount p { margin-right: 10px; }
20.275362
110
0.658327
bdef5f00a164981b024a651666879cf0695be178
1,522
css
CSS
src/styles.css
gabrielkryss/frontend
c9c79aca306a4d73d89510a4dbaa9a64018eae0f
[ "MIT" ]
null
null
null
src/styles.css
gabrielkryss/frontend
c9c79aca306a4d73d89510a4dbaa9a64018eae0f
[ "MIT" ]
8
2019-07-12T18:31:01.000Z
2021-03-09T00:48:03.000Z
src/styles.css
gabrielkryss/frontend
c9c79aca306a4d73d89510a4dbaa9a64018eae0f
[ "MIT" ]
1
2019-11-25T07:36:05.000Z
2019-11-25T07:36:05.000Z
@import "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css"; @font-face { font-family: "Avenir Next"; src: url(assets/fonts/avenir-next-regular.ttf) format("truetype"); } @font-face { font-family: "Avenir Next"; src: url(assets/fonts/avenir-next-bold.ttf) format("truetype"); font-weight: bold; } * { font-family: "Avenir Next" !important; font-size: 1em; } html { scroll-behavior: smooth; } a { color: #19ADAD !important; } p { line-height: 1.7rem; } .container-fluid { background-color: #EFEFEF; } .card { background-color: #D8EDED; } .btn { background-color: #19ADAD !important; color: white !important; border-radius: 40px !important; border: none !important; padding: 8px 30px !important; font-weight: bold !important; } .btn-give { background-color: #19ADAD !important; } .btn-seek { background-color: #FDC010 !important; } /* Form input */ .form-control { border-radius: 40px !important; padding: 20px !important; } /* First line of input form */ .col-sm-4 { padding: 30px 0 0; } /* Input form checkbox */ .form-check { padding: 10px 10px 20px 35px !important; } .form-check-label { padding: 0px 0px 0px 8px; } .custom-notif-backdrop { background-color: rgba(0, 0, 0, 0.5); } .mat-dialog-container { border-radius: 20px !important; padding: 45px !important; } .custom-notif .mat-dialog-title { text-align: center; font-size: 1.6em; font-weight: bold; } .custom-notif .mat-dialog-content { text-align: center; }
16.191489
81
0.670171
bdf509c344442a577d542507dae00451eb56de48
1,625
css
CSS
WebGrimPan/static/ui/dhtmlx/slider/dhtmlxSlider_v403_std/skins/terrace/dhtmlxslider.css
ScriptonBasestar-io/sb-tools-js
48d57cff16874c20cf8ace76dbbcacb8916f6de2
[ "MIT" ]
null
null
null
WebGrimPan/static/ui/dhtmlx/slider/dhtmlxSlider_v403_std/skins/terrace/dhtmlxslider.css
ScriptonBasestar-io/sb-tools-js
48d57cff16874c20cf8ace76dbbcacb8916f6de2
[ "MIT" ]
null
null
null
WebGrimPan/static/ui/dhtmlx/slider/dhtmlxSlider_v403_std/skins/terrace/dhtmlxslider.css
ScriptonBasestar-io/sb-tools-js
48d57cff16874c20cf8ace76dbbcacb8916f6de2
[ "MIT" ]
null
null
null
/* Product Name: dhtmlxSlider Version: 4.0.3 Edition: Standard License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com Copyright UAB Dinamenta http://www.dhtmlx.com */ .dhxslider_skin_detect{position:absolute;left:0;top:-100px;margin:0;padding:0;border:0 solid white;width:30px;height:10px;overflow:hidden;}.dhtmlxslider_dhx_terrace .dhxsl_hidden{display:none;}.dhtmlxslider_dhx_terrace .dhxsl_container{position:relative;float:left;clear:left;margin:0;padding:1px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;}.dhtmlxslider_dhx_terrace .dhxsl_container.dhxsl_cont_hr{margin-top:4px;}.dhtmlxslider_dhx_terrace .dhxsl_container.dhxsl_cont_vr{margin-left:4px;}.dhtmlxslider_dhx_terrace .dhxsl_runner{position:absolute;border:1px solid #ccc;border-radius:3px;background-color:#e8e8e8;margin:0;padding:0;overflow:hidden;}.dhtmlxslider_dhx_terrace .dhxsl_cont_hr .dhxsl_runner{width:12px;height:22px;}.dhtmlxslider_dhx_terrace .dhxsl_cont_vr .dhxsl_runner{width:22px;height:12px;}.dhtmlxslider_dhx_terrace .dhxsl_runner_dis{border:1px solid #d1d1d1;background-color:#f0f0f0;}.dhtmlxslider_dhx_terrace .dhxsl_track{border:1px solid #ccc;border-radius:3px;background-color:#f5f5f5;overflow:hidden;margin:0;padding:0;}.dhtmlxslider_dhx_terrace .dhxsl_cont_vr .dhxsl_track{height:100%;width:8px;}.dhtmlxslider_dhx_terrace .dhxsl_cont_hr .dhxsl_track{width:100%;height:8px;}.dhtmlxslider_dhx_terrace .dhxsl_track_dis{border:1px solid #d1d1d1;background-color:#f0f0f0;}
180.555556
1,353
0.835077
bdf8f0f733a4cb99151a6d3e30107240433474e7
18
css
CSS
test/fixtures/scss-syntax.expected.css
wommy/postcss-import
62c856c3cc08efdea3471cf476fb0079c0a298d8
[ "MIT" ]
1,269
2015-01-26T09:24:22.000Z
2022-03-31T11:38:15.000Z
test/fixtures/scss-syntax.expected.css
wommy/postcss-import
62c856c3cc08efdea3471cf476fb0079c0a298d8
[ "MIT" ]
410
2015-01-08T22:30:26.000Z
2022-03-29T02:32:46.000Z
test/fixtures/scss-syntax.expected.css
wommy/postcss-import
62c856c3cc08efdea3471cf476fb0079c0a298d8
[ "MIT" ]
174
2015-01-17T23:06:32.000Z
2022-03-25T03:01:13.000Z
// inline comment
9
17
0.722222
bdf8fa5a800a3e49ac00607305908eb0292a50a6
1,119
css
CSS
frontend/static/css/admin.css
jakehemmerle/beiwe-backend
fd7765a348a0d497341cf084bb4da0c0805748bd
[ "BSD-3-Clause" ]
null
null
null
frontend/static/css/admin.css
jakehemmerle/beiwe-backend
fd7765a348a0d497341cf084bb4da0c0805748bd
[ "BSD-3-Clause" ]
67
2020-05-22T20:34:52.000Z
2021-07-28T14:26:57.000Z
frontend/static/css/admin.css
tx-covid19/beiwe-backend-serverless
b154110c8543e4317d3295c0e8225e9a97b1aad4
[ "BSD-3-Clause" ]
2
2020-04-03T23:24:56.000Z
2020-04-13T14:29:02.000Z
#logout { background: #333; color: #eaecee; } .well{ background: rgba(250, 250, 250, 1); } textarea { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; resize: none } .checkbox-custom { height: 34px; } .checkbox-custom input[type="checkbox"] { position: relative; } .dropdown_search_field { padding-left: 5px; padding-right: 5px; } #many-new-patients-loading-spinner p { text-align: left; } /* Custom fields in the Patients table on the View Study page */ table.dataTable tbody td.custom-field-value { padding: 0px; } td.custom-field-value a { width: 100%; display: block; padding: 13px; } td.custom-field-value a:link, td.custom-field-value a:visited, td.custom-field-value a:hover, td.custom-field-value a:active { color: #333; text-decoration: none; } td.custom-field-value span.custom-field-edit-link { visibility: hidden; color: #428bca; } td.custom-field-value:hover span.custom-field-edit-link { visibility: visible; } .no-padding { padding: 0px; border: 0px; } .oneline { display: inline-block; }
17.484375
64
0.66756
bdfb73e3a3dced0da64cfa3158e9e2caca681118
1,453
css
CSS
public/css/app.css
madebylu/tests
bd39acead4d28e25e823c6d14edf9e09fd34e22e
[ "MIT" ]
null
null
null
public/css/app.css
madebylu/tests
bd39acead4d28e25e823c6d14edf9e09fd34e22e
[ "MIT" ]
2
2016-09-12T10:11:53.000Z
2016-09-12T14:15:13.000Z
public/css/app.css
madebylu/tests
bd39acead4d28e25e823c6d14edf9e09fd34e22e
[ "MIT" ]
null
null
null
body { padding-top: 5em; } a { color: #112; } h1 { padding: 3em 1em 0 1em; text-align: center; } h3.mark_answers { background: #779D34; border: #a9cd6a; border-radius: 0.5em; cursor: pointer; padding: 1em; text-align: center; } form { margin: 0 auto; width: 50%; } form input, form select { height: 2em; width: 100%; } form input.with-suffix { width: calc(100% - 2em); } form textarea { height: 5em; width: 100%; } div.true-or-false{ float: right; } div.true-or-false>div{ float: left; } div.true-or-false input{ margin: 0 1em; } nav.navbar { background: #112; border-bottom: 2px solid #bbbbff; } nav.navbar a { color: #eef; padding: 0 0.5em; } nav.navbar form { float: right; padding: 10px; } nav.navbar form input { width: 30%; } nav.navbar form input[type=submit] { width: 10%; } nav.navbar h3 { float: left; } nav.navbar h3.logout { float: right; } .form-advisory { left: 75%; position: fixed; top: 40%; width: 20%; } .full-width{ width: 100%; } .question p { cursor: pointer; padding: 0.5em; border: 3px solid transparent; } .question .selected { background: #eef; border: 3px solid #112; border-radius: 5px; } .question .show_incorrect_answer { background: #FFACAA; border-color: #ff4844; } .question .show_correct_border { border: 3px solid #779D34; border-radius: 5px; } .question .show_correct_answer { background: #a9cd6a; }
12.008264
36
0.633861
da0251be6c2d567f593ab7fcb048a747d4605061
15,294
css
CSS
.c9/metadata/workspace/css/buttons.css
DonPage/Porter
ddd5b027588003843bfd460e6fce2dea3e3cae9c
[ "MIT" ]
null
null
null
.c9/metadata/workspace/css/buttons.css
DonPage/Porter
ddd5b027588003843bfd460e6fce2dea3e3cae9c
[ "MIT" ]
null
null
null
.c9/metadata/workspace/css/buttons.css
DonPage/Porter
ddd5b027588003843bfd460e6fce2dea3e3cae9c
[ "MIT" ]
null
null
null
{"filter":false,"title":"buttons.css","tooltip":"/css/buttons.css","undoManager":{"mark":1,"position":1,"stack":[[{"group":"doc","deltas":[{"start":{"row":0,"column":0},"end":{"row":2,"column":39},"action":"remove","lines":["","","/*# sourceMappingURL=buttons.css.map */"]},{"start":{"row":0,"column":0},"end":{"row":74,"column":372},"action":"insert","lines":["/*","Error: Undefined mixin 'perspective'."," on line 17 of buttons.scss, in `perspective'"," from line 17 of buttons.scss","","12: ","13: ","14: .flipper-container {","15: text-align: center;","16: margin-top: 40px;","17: @include perspective(1000);","18: }","19: ","20: .flipper {","21: display: inline-block;","22: position: relative;","","Backtrace:","buttons.scss:17:in `perspective'","buttons.scss:17","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:348:in `block in visit_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:98:in `block in with_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:98:in `with_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:346:in `visit_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `block in with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `map'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:179:in `with_environment'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:428:in `visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `block in with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `map'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:167:in `block in visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:179:in `with_environment'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:166:in `visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:186:in `visit_root'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:157:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:8:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/root_node.rb:36:in `css_tree'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/engine.rb:368:in `_render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/engine.rb:285:in `render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:490:in `update_stylesheet'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:209:in `each'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:470:in `on_file_changed'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:328:in `block in watch'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:252:in `call'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:252:in `on_change'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:254:in `call'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:254:in `report_changes'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:323:in `poll_changed_directories'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'","*/","body:before {"," white-space: pre;"," font-family: monospace;"," content: \"Error: Undefined mixin 'perspective'.\\A on line 17 of buttons.scss, in `perspective'\\A from line 17 of buttons.scss\\A \\A 12: \\A 13: \\A 14: .flipper-container {\\A 15: text-align: center;\\A 16: margin-top: 40px;\\A 17: @include perspective(1000);\\A 18: }\\A 19: \\A 20: .flipper {\\A 21: display: inline-block;\\A 22: position: relative;\"; }"]}]}],[{"group":"doc","deltas":[{"start":{"row":0,"column":0},"end":{"row":75,"column":0},"action":"remove","lines":["/*","Error: Undefined mixin 'perspective'."," on line 17 of buttons.scss, in `perspective'"," from line 17 of buttons.scss","","12: ","13: ","14: .flipper-container {","15: text-align: center;","16: margin-top: 40px;","17: @include perspective(1000);","18: }","19: ","20: .flipper {","21: display: inline-block;","22: position: relative;","","Backtrace:","buttons.scss:17:in `perspective'","buttons.scss:17","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:348:in `block in visit_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:98:in `block in with_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:98:in `with_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:346:in `visit_mixin'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `block in with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `map'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:179:in `with_environment'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:428:in `visit_rule'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `block in with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:115:in `with_frame'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/stack.rb:79:in `with_base'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:158:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `block in visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `map'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:52:in `visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:167:in `block in visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:179:in `with_environment'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:166:in `visit_children'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `block in visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:186:in `visit_root'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/base.rb:36:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:157:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/visitors/perform.rb:8:in `visit'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/root_node.rb:36:in `css_tree'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/tree/root_node.rb:29:in `render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/engine.rb:368:in `_render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/engine.rb:285:in `render_with_sourcemap'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:490:in `update_stylesheet'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:209:in `each'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:209:in `update_stylesheets'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:470:in `on_file_changed'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/lib/sass/plugin/compiler.rb:328:in `block in watch'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:252:in `call'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:252:in `on_change'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/listener.rb:290:in `block in initialize_adapter'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:254:in `call'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:254:in `report_changes'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:323:in `poll_changed_directories'","/usr/local/rvm/gems/ruby-2.1.5@rails4/gems/sass-3.4.10/vendor/listen/lib/listen/adapter.rb:299:in `block in start_poller'","*/","body:before {"," white-space: pre;"," font-family: monospace;"," content: \"Error: Undefined mixin 'perspective'.\\A on line 17 of buttons.scss, in `perspective'\\A from line 17 of buttons.scss\\A \\A 12: \\A 13: \\A 14: .flipper-container {\\A 15: text-align: center;\\A 16: margin-top: 40px;\\A 17: @include perspective(1000);\\A 18: }\\A 19: \\A 20: .flipper {\\A 21: display: inline-block;\\A 22: position: relative;\"; }",""]},{"start":{"row":0,"column":0},"end":{"row":52,"column":0},"action":"insert","lines":["",".ButonAiner{ width: 500px; text-align: center; margin: auto;}","",".Rbutton {"," display: inline-block;"," height: 50px;"," line-height: 50px;"," padding-right: 30px;"," padding-left: 70px;"," position: relative;"," background-color:rgb(41,127,184);"," color:rgb(255,255,255);"," text-decoration: none;"," text-transform: uppercase;"," letter-spacing: 1px;"," margin-bottom: 15px;"," border-radius: 5px;"," -moz-border-radius: 5px;"," -webkit-border-radius: 5px;"," text-shadow:0px 1px 0px rgba(0,0,0,0.5);","-ms-filter:\"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)\";zoom:1;","filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);",""," -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);"," -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);"," box-shadow:0px 2px 2px rgba(0,0,0,0.2);"," -ms-filter:\"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)\";","filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);","}","",".Rbutton span {"," position: absolute;"," left: 0;"," width: 50px;"," background-color:rgba(0,0,0,0.5);"," "," -webkit-border-top-left-radius: 5px;","-webkit-border-bottom-left-radius: 5px;","-moz-border-radius-topleft: 5px;","-moz-border-radius-bottomleft: 5px;","border-top-left-radius: 5px;","border-bottom-left-radius: 5px;","border-right: 1px solid rgba(0,0,0,0.15);","}","",".Rbutton:hover span, .Rbutton.active span {"," background-color:rgb(0,102,26);"," border-right: 1px solid rgba(0,0,0,0.3);","}","","","",""]}]}]]},"ace":{"folds":[],"scrolltop":1.5,"scrollleft":0,"selection":{"start":{"row":1,"column":1},"end":{"row":1,"column":11},"isBackwards":true},"options":{"guessTabSize":true,"useWrapMode":false,"wrapToView":true},"firstLineState":{"row":76,"mode":"ace/mode/css"}},"timestamp":1423999571433,"hash":"f5c36654df2cd6e142115a1f95cd713d03fe1ed3"}
15,294
15,294
0.712632
da0ab21637d9a3465121f305a6fb2fdd7c0899dc
825
css
CSS
js/lightbox/src/simple-lightbox.css
sneakybacon1/sneakybacon1.github.io
1c59f3b105f9b02b513e57ed854f6954c5b38f42
[ "MIT" ]
null
null
null
js/lightbox/src/simple-lightbox.css
sneakybacon1/sneakybacon1.github.io
1c59f3b105f9b02b513e57ed854f6954c5b38f42
[ "MIT" ]
null
null
null
js/lightbox/src/simple-lightbox.css
sneakybacon1/sneakybacon1.github.io
1c59f3b105f9b02b513e57ed854f6954c5b38f42
[ "MIT" ]
null
null
null
body { position: relative; } #close-lightbox { position: fixed; top: 20px; right: 20px; font-size: 40px; color: #FFF; cursor: pointer; } #lightbox-image { position: fixed; top: 50%; left: 50%; margin: 0; max-width: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #lightbox-image-wrapper { width: auto; max-width: 100%; max-height: 100%; margin: 0 auto; } #lightbox-wrapper { display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; z-index: 99999; } #lightbox-wrapper.active { display: block; } .smp-lightbox { cursor: pointer; cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
17.553191
43
0.61697
da10d974d0f6f93d28ef0dd941794150113540cc
3,232
css
CSS
Frontend/src/app/AdminModule/admin/admindashboard/user-management/user-management.component.css
rankr321n/ShareApp
133d8a60ca924f2271e29e4dd7c61537346f798f
[ "MIT" ]
null
null
null
Frontend/src/app/AdminModule/admin/admindashboard/user-management/user-management.component.css
rankr321n/ShareApp
133d8a60ca924f2271e29e4dd7c61537346f798f
[ "MIT" ]
10
2020-09-07T07:24:58.000Z
2022-03-02T05:32:30.000Z
Frontend/src/app/AdminModule/admin/admindashboard/user-management/user-management.component.css
rankr321n/ShareApp
133d8a60ca924f2271e29e4dd7c61537346f798f
[ "MIT" ]
null
null
null
.row.heading h2 { color: #fff; font-size: 52.52px; line-height: 95px; font-weight: 400; text-align: center; margin: 0 0 40px; padding-bottom: 20px; text-transform: uppercase; } ul { margin: 0; padding: 0; list-style: none; } .heading.heading-icon { display: block; } .padding-lg { display: block; padding-top: 60px; padding-bottom: 60px; } .practice-area.padding-lg { padding-bottom: 55px; padding-top: 55px; } .practice-area .inner { border: 1px solid #999999; text-align: center; margin-bottom: 28px; padding: 40px 25px; } /* .our-webcoderskull .cnt-block:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); border: 0; } */ .practice-area .inner h3 { color: #3c3c3c; font-size: 24px; font-weight: 500; font-family: 'Poppins', sans-serif; padding: 10px 0; } .practice-area .inner p { font-size: 14px; line-height: 22px; font-weight: 400; } .practice-area .inner img { display: inline-block; } /* .our-webcoderskull { } */ .our-webcoderskull .cnt-block { float: left; width: 100%; background: #fff; padding: 30px 20px; text-align: center; border: 2px solid #d5d5d5; margin: 0 0 28px; } .our-webcoderskull .cnt-block figure { width: 148px; height: 148px; border-radius: 100%; display: inline-block; margin-bottom: 15px; } .our-webcoderskull .cnt-block img { width: 148px; height: 148px; border-radius: 100%; } .our-webcoderskull .cnt-block h3 { color: #2a2a2a; font-size: 20px; font-weight: 500; padding: 6px 0; text-transform: uppercase; } .our-webcoderskull .cnt-block h3 a { text-decoration: none; color: #2a2a2a; } .our-webcoderskull .cnt-block h3 a:hover { color: #337ab7; } .our-webcoderskull .cnt-block p { color: #2a2a2a; font-size: 13px; line-height: 35px; font-weight: 400; } .our-webcoderskull .cnt-block .follow-us { margin: 20px 0 0; } .our-webcoderskull .cnt-block .follow-us li { display: inline-block; width: auto; margin: 0 5px; } .our-webcoderskull .cnt-block .follow-us li .fa { font-size: 24px; color: #767676; } .our-webcoderskull .cnt-block .follow-us li .fa:hover { color: #025a8e; } .button-container { display: flex; align-items: center; justify-content: center; height: 100vh; width: 100%; perspective: 1000px; } .button-flipper { transition: .8s cubic-bezier(.775, .07, .575, .995); transform-style: preserve-3d; position: absolute; /* &:hover { transform: rotateX(180deg); */ } .front-button { cursor: pointer; width: 260px; height: 60px; background-color: #D35400; border: none; font-size: 2em; color: #fff; backface-visibility: hidden; z-index: 2; transform: rotateX(0deg); position: absolute; box-shadow: 0px 8px 12px #ccc; } .back-button { cursor: pointer; width: 260px; height: 60px; background-color: #26C281; border: none; font-size: 2em; color: #fff; backface-visibility: hidden; transform: rotateX(-180deg); position: relative; box-shadow: 0px 8px 12px #ccc; } /* */
17.661202
56
0.615099
da12184665945d2e3e5784ca63201de763f48ee1
7,249
css
CSS
public/app/publico/css/separate/pages/messenger.min.css
V-WebM/MERCOSUR
a0d19255edd202380b5ea17cbd3b6e1e5636ef4d
[ "MIT" ]
2
2021-08-16T18:23:20.000Z
2021-08-16T18:23:22.000Z
public/app/publico/css/separate/pages/messenger.min.css
V-WebM/MERCOSUR
a0d19255edd202380b5ea17cbd3b6e1e5636ef4d
[ "MIT" ]
1
2021-12-30T08:14:14.000Z
2021-12-30T08:14:14.000Z
public/app/publico/css/separate/pages/messenger.min.css
V-WebM/MERCOSUR
a0d19255edd202380b5ea17cbd3b6e1e5636ef4d
[ "MIT" ]
1
2019-01-07T16:08:02.000Z
2019-01-07T16:08:02.000Z
.messenger .chat-list-settings-header .description{padding-top:8px}.messenger .chat-list-settings-header .action{font-size:1rem;padding-top:8px}.messenger .chat-list-settings-header .action a{font-size:1.1rem;color:#c3cbd2}.messenger .chat-list-settings-header .action a:hover{color:#00a8ff}.messenger .chat-list{float:left;width:300px;position:relative;z-index:2}.messenger .chat-area{float:right;width:100%;margin-left:-300px;margin-right:-300px}.messenger .chat-area-in{margin-left:300px;border-left:solid 1px #d8e2e7;margin-right:300px}.messenger .chat-list-info{float:right;width:300px;position:relative;z-index:2}.messenger .chat-area-header{padding:0}.messenger .chat-area-bottom{border-right:solid 1px #d8e2e7}.messenger .chat-area-bottom,.messenger .write-message{padding:0}.messenger .write-message textarea{border:none;height:60px;padding-right:45px;padding-top:13px}.messenger .write-message .form-group{position:relative}.messenger .dropdown-typical.attach{position:absolute!important;right:0!important;top:14px!important}.messenger .write-message .attach span.font-icon{font-size:1rem!important}.messenger .chat-area-header .chat-list-item.online{text-align:center}.messenger .chat-dialog-area{border-right:solid 1px #d8e2e7}.messenger .chat-user-info{border-bottom:solid 1px #d8e2e7}.messenger .chat-settings{padding:15px;border-bottom:solid 1px #d8e2e7}.messenger .checkbox-bird{display:inline-block!important}.messenger .checkbox-bird input+label:before{content:" ";-webkit-border-radius:12px;border-radius:12px;width:18px;height:18px}.messenger .checkbox-bird.green input+label:before,.messenger .checkbox-bird.green input:checked+label:before,.messenger .messenger-message-container.from.bg-green .messages .message div{background:#44bfc7;color:#44bfc7}.messenger .checkbox-bird.yellow input+label:before,.messenger .checkbox-bird.yellow input:checked+label:before,.messenger .messenger-message-container.from.bg-yellow .messages .message div{background:#ffc10a;color:#ffc10a}.messenger .checkbox-bird.blue input+label:before,.messenger .checkbox-bird.blue input:checked+label:before,.messenger .messenger-message-container.from.bg-blue .messages .message div{background:#00a8ff;color:#00a8ff}.messenger .checkbox-bird.red input+label:before,.messenger .checkbox-bird.red input:checked+label:before,.messenger .messenger-message-container.from.bg-red .messages .message div{background:#f33d4c;color:#f33d4c}.messenger .checkbox-bird.pink input+label:before,.messenger .checkbox-bird.pink input:checked+label:before,.messenger .messenger-message-container.from.bg-pink .messages .message div{background:#d797bc;color:#d797bc}.messenger .checkbox-bird.blue-light input+label:before,.messenger .checkbox-bird.blue-light input:checked+label:before,.messenger .messenger-message-container.from.bg-blue-light .messages .message div{background:#1fccf4;color:#1fccf4}.messenger .checkbox-bird.green-dark input+label:before,.messenger .checkbox-bird.green-dark input:checked+label:before,.messenger .messenger-message-container.from.bg-green-dark .messages .message div{background:#69b869;color:#69b869}.messenger .checkbox-bird.purple-light input+label:before,.messenger .checkbox-bird.purple-light input:checked+label:before,.messenger .messenger-message-container.from.bg-purple-light .messages .message div{background:#669acc;color:#669acc}.messenger .checkbox-bird.lime input+label:before,.messenger .checkbox-bird.lime input:checked+label:before,.messenger .messenger-message-container.from.bg-lime .messages .message div{background:#14c918;color:#14c918}.messenger .checkbox-bird.orange input+label:before,.messenger .checkbox-bird.orange input:checked+label:before,.messenger .messenger-message-container.from.bg-orange .messages .message div{background:#ff7e2a;color:#ff7e2a}.messenger .checkbox-bird.pink-dark input+label:before,.messenger .checkbox-bird.pink-dark input:checked+label:before,.messenger .messenger-message-container.from.bg-pink-dark .messages .message div{background:#e68485;color:#e68485}.messenger .checkbox-bird.purple input+label:before,.messenger .checkbox-bird.purple input:checked+label:before,.messenger .messenger-message-container.from.bg-purple .messages .message div{background:#7645ff;color:#7645ff}.messenger .checkbox-bird input:checked+label:before{content:"\55";background:0 0!important;line-height:18px}.messenger .checkbox-bird{margin:0}.messenger .checkbox-bird input+label{padding:0;margin:0}.chat-settings .item{margin-bottom:10px}.chat-settings .item a{color:#343434;display:inline-block}.chat-settings .item a .font-icon{font-size:.875rem;display:inline-block;margin-right:5px;color:#c3cbd2}.chat-settings .item a:hover,.chat-settings .item a:hover .font-icon{color:#00a8ff}.chat-settings .checkbox-toggle{margin-bottom:0}.chat-profiles header{color:#919fa9;margin-bottom:5px}.chat-profiles{padding:15px}.messenger-dialog-area{padding:15px}.messenger-message-container,.messenger-message-container .messages ul{display:table}.messenger-message-container .messages ul{width:70%}.messenger-message-container.from .messages ul{float:right}.messenger-message-container .avatar,.messenger-message-container .messages,.messenger-message-container .messages .message,.messenger-message-container .messages .time-ago{display:table-cell}.messenger-message-container .avatar{vertical-align:bottom;padding-right:10px}.messenger-message-container.from .avatar{padding-right:0;padding-left:10px}.messenger-message-container .messages .message{width:100%}.messenger-message-container .messages .message div{background:#edf2f6;display:inline-block;padding:10px;-webkit-border-radius:22px;border-radius:22px;font-size:.95rem}.messenger-message-container{margin-bottom:5px}.messenger-message-container .messages .time-ago{vertical-align:middle;font-size:.875rem;color:#adb7be;padding-left:10px}.messenger-message-container.from .messages .time-ago{padding-right:10px}.messenger-message-container .messages li{margin-bottom:5px}.messenger-message-container .messages li:last-child{margin-bottom:0}.messenger-message-container.from .messages .message div{color:#fff!important}.messenger-message-container .avatar img{width:32px;height:32px;-webkit-border-radius:50%;border-radius:50%}.messenger-message-container.from .messages li{float:right}.chat-list-info .chat-list-settings-header{text-align:right;padding-top:20px}.chat-list-info .chat-list-settings-header a{color:#c3cad0;font-size:1.1rem;display:inline-block;margin-left:10px}.chat-list-info .chat-list-settings-header a:hover{color:#00a8ff}@media (max-width:767px){.messenger .chat-list{float:none;width:auto}.messenger .chat-area{float:none;width:auto;margin-left:0}.messenger .chat-area-in{float:none;margin-left:0;width:auto;border-left:none}.messenger .chat-list-info{float:none;margin-left:0;width:auto;border-left:none}.messenger .chat-list-info .chat-list-settings-header{text-align:left}.messenger .chat-list-in{height:auto!important;border-bottom:solid 1px #d8e2e7}}@media (max-width:1056px){.messenger .messenger-message-container .messages ul{width:100%}}@media (max-width:1199px){.messenger .messenger-message-container .messages ul{width:100%}}@media (max-width:1499px){.messenger .messenger-message-container .messages ul{width:100%}}
7,249
7,249
0.814043
da153a802ad1f3dfaefc78e6c715745d9da38025
3,550
css
CSS
web/css/style.css
2ovob4ehko/game-x
4010003d1cd50732315b40ca703308007560eeb8
[ "MIT" ]
null
null
null
web/css/style.css
2ovob4ehko/game-x
4010003d1cd50732315b40ca703308007560eeb8
[ "MIT" ]
null
null
null
web/css/style.css
2ovob4ehko/game-x
4010003d1cd50732315b40ca703308007560eeb8
[ "MIT" ]
null
null
null
/*********************MAP-PAGE*************************/ body { overflow:hidden; margin:0; font-family:Arial; } .login { position:fixed; top:0px; right:0px; border:1px solid grey; border-radius:0 0 0 10px; text-shadow:0 0 10px white; font-size:17px; } .login a { text-decoration:none; color:#000000; } .login table td { border-right:2px solid grey; padding:5px; } #screen_panel { width:95%; height:90%; position:absolute; top:1%; left:2%; } #scr { border:1px solid black; width:85%; height:85%; overflow:hidden; position:absolute; top:8%; left:8%; } canvas { background:#000000; } .view_button { width:100px; height:100px; position:absolute; cursor:pointer; } #right_button { width:30px; top:45%; right:0px; background:url('/img/errow_right.png'); } #bottom_button { height:30px; bottom:0px; left:45%; background:url('/img/errow_bottom.png'); } #left_button { width:30px; top:45%; left:0px; background:url('/img/errow_left.png'); } #top_button { height:30px; top:0px; left:45%; background:url('/img/errow_top.png'); } #minimap { border:1px solid #dddd99; //padding:10px 35px; position:fixed; left:0px; bottom:0px; z-index:2; background:rgba(255, 254, 224, 0.8); border-radius:0 10px 0 0; overflow:hidden; width:31px; height:31px; } #butMinimap { border-radius:10px; border:1px solid #3c3c3c; background:#4e4e4e; color:#ffffff; width:25px; height:25px; padding:2px; text-align:center; font-family:"Comic Sans MS", cursive, sans-serif; cursor:pointer; position:absolute; top:0px; right:0px; } #cord { margin:auto; width:70px; text-align:center; border:1px solid #e2a925; border-bottom:none; border-radius:5px 5px 0 0; background:#dfb624; } #minican { display:block; border:2px solid #e2a925; margin:auto; } #control { border:1px solid #dddd99; background:#ffffdd; width:45%; height:60px; position:fixed; right:0px; bottom:0px; z-index:2; border-radius:10px 0 0 0; } .button { width:30px; height:30px; padding:10px; margin:5px; border:1px solid gray; border-radius:10px; cursor:pointer; background:#ddffdd; } #information { border:1px solid #dddd99; position:fixed; left:0px; bottom:0px; z-index:2; background:rgba(255, 254, 224, 0.8); border-radius:0 10px 0 0; overflow:hidden; width:45%; height:60px; } #text { font-size:15px; padding:5px; } #message { border:1px solid rgba(0, 81, 255, 0.78); border-radius:10px; top:30%; left:30%; width:300px; text-align:center; min-height:100px; padding:0 20px 20px 20px; background:rgba(0, 123, 255, 0.76); position:fixed; z-index:3; display:none; } #message p { color:#ffffff; } #message button { position:absolute; bottom:10px; left:45%; } /*********************AUTHORIZ-PAGE*************************/ .formPanel { border:1px solid rgba(0, 81, 255, 0.78); border-radius:10px; margin:auto; width:200px; padding:0 20px 20px 20px; background:rgba(0, 123, 255, 0.76); } .formPanel h1 { font-size:25px; text-align:center; color:#ffffff; } .formPanel table { margin:auto; text-align:center; } .input_text { width:170px; } #leftLink { color:#ffffff; text-decoration: none; font-size:15px; margin:auto; } .error { color:#ffffff; background:rgb(248, 124, 124); border:1px solid rgb(255, 66, 66); width:100%; text-align:center; border-radius:2px; padding:5px 0; }
14.791667
61
0.631549
da16abe4d5feb67b43f7c6fce39a5f9a31561b7d
17,360
css
CSS
media/common/trees.css
CoyoPartners/forestplanner
342814619f023aa9177cd2cbcc319e89333749a2
[ "BSD-3-Clause" ]
23
2015-10-08T15:15:19.000Z
2022-01-11T16:21:48.000Z
media/common/trees.css
CoyoPartners/forestplanner
342814619f023aa9177cd2cbcc319e89333749a2
[ "BSD-3-Clause" ]
245
2015-02-06T23:05:25.000Z
2021-09-10T23:41:54.000Z
media/common/trees.css
CoyoPartners/forestplanner
342814619f023aa9177cd2cbcc319e89333749a2
[ "BSD-3-Clause" ]
9
2016-01-09T21:47:54.000Z
2021-09-10T18:21:14.000Z
h2{ margin-top: -3px; margin-bottom: 15px; } .olLayerGooglePoweredBy, .olLayerGoogleCopyright { display: none; } .table tr.active { background: #E4AF87; } .stand-detail div, .stand-detail table { padding-bottom: 0px; } .stand-detail .thumbnail h5 { text-align: center; } .stand-detail .vegetation { padding-bottom: 20px; } #stand-html .well h3{ clear: none; margin-top: -0.3em; } .hidden { display: none; } .olControlAttribution { position: absolute; text-align: right; color: #eeeeee; bottom: 0; right: 0; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; padding: 2px 4px; bottom: 2px !important; font-size: 9px; line-height: 11px; background-color: gray; } .olControlAttribution a { color: #eeeeee; } .olControlScaleLineBottom { color: black; line-height: 11px; border: solid 2px black; border-top:none !important; font-size: 8pt; } .olControlScaleLine.olControlNoSelect{ left: auto !important; right: 3px !important; } .olControlScaleLineTop { display:none; } .olControlScaleLine { background: white; /* fallback for IE - IE6 requires background shorthand*/ background: rgba(255,255,255,0.2); filter: alpha(opacity=20); font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; padding: 6px; border-radius: 5px; } .olImageLoadError { /* when OL encounters a 404, don't display the pink image */ display: none !important; } #legend-list .well { overflow-y: auto; height: 400px; } #customZoom { z-index: 1001; position: relative; top: 10px; left: 10px; } #customZoom a { text-decoration: none; position: absolute; display: block; width: 50px; text-align: center; font-weight: bold; color: #fff; background: #369; border: 1px solid #ccc; border-radius: 3px; } #customZoom a:hover { background: #036; } #customZoomOut { top: 25px; } body { /* padding-top: 60px; 60px to make the container go all the way to the bottom of the topbar */ padding-top: 110px; /* 110px to make the container go all the way to the bottom of the topbar + tabs */ background-color: #E4E4E4; } body.no-auth, body.about-page{ padding-top: 60px; } .label { font-size: 13px; line-height: 18px; } #customZoom { z-index: 1001; position: relative; top: 100px; left: 190px; } #customZoom a { text-decoration: none; position: absolute; display: block; width: 50px; text-align: center; font-weight: bold; color: #fff; background: #369; border: 1px solid #ccc; border-radius: 3px; } #customZoom a:hover { background: #036; } #customZoomOut { top: 25px; } .olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint { visibility:hidden; } div.olLayerGoogleCopyright, div.olLayerGooglePoweredBy { display: none !important; } img.olTileImage { max-width: 257% !important; width: 257% !important; height: 257% !important; } label.olButton { display: inline; float: none; margin-top: 2px; padding-left: 10px; line-height: 19px; color: #555; text-decoration: none; /* text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); */ /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */ /*font-size: 13px;*/ } .watermarked-image { height: 168px; width: 260px; background-image: url(/media/img/svs.gif); background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: cover; /*for webKit*/ -moz-background-size: cover; /*Mozilla*/ -o-background-size: cover; /*opera*/ background-size: contain; /*generic*/ position: relative; margin: 0px auto; } .watermarked-image p { position: absolute; font-size: 36pt; color: white; top: 100px; left: 50px; text-shadow: 5px 1px 1px black; opacity: 0.5; filter:alpha(opacity=50); /* for lteq IE 8 */ } a { cursor: pointer; } .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: white; } .table tr.active { background: white; } #legend-container { top: 1px; left: 38px; margin: 1px; position: absolute; z-index: 999; text-align:left; vertical-align:center; font-size: 85%; padding: 2px; line-height: 23px; } #legend-button { top: 58px; left: 12px; margin: 1px; position: absolute; z-index: 999; text-align:center; vertical-align:center; font-size: 85%; padding: 0; /*line-height: 23px;*/ display: block; color: white; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; height: 22px; width: 22px; text-shadow: 0 0 3px rgba(0,0,0,0.8); background: #666666; background: rgba(0, 0, 0, 0.3); filter: alpha(opacity=60); } #searchbox-container { background:none; bottom: -52px; right: 0px; margin: 1px; position: absolute; z-index: 923; text-align:left; vertical-align:center; font-size: 85%; padding: 2px; } .outermap { padding: 4px !important; position: relative !important; } #input-geosearch { border-radius: 4px !important; color: #000; height: 1em !important; } #input-geosearch::-webkit-input-placeholder { color: #444; opacity: 1; } #input-geosearch:-moz-placeholder { /* Firefox 18- */ color: #444; opacity: 1; } #input-geosearch::-moz-placeholder { /* Firefox 19+ */ color: #444; opacity: 1; } #input-geosearch:-ms-input-placeholder { color: #444; opacity: 1; } .help-inline{ padding-left: 0; font-size: .9em; } .chart { height: 450px; width: 550px; min-width: 180px; margin: 12px; } #refine-vegetation-dialog { width: 860px; margin: -250px 0 0 -430px; } .btn-veg { width: 164px; height: 256px; } .img-polaroid { padding: 4px; background-color: white; border: 1px solid #CCC; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .form-horizontal .control-label { float: left; width: 200px; padding-top: 5px; padding-right: 8px; text-align: right; } .form-horizontal .controls { margin-left: 220px; } .slider { width: 88% !important; } .popover { width: 436px !important; } .dl-horizontal dd { margin-left: 41%; } .dl-horizontal dt { width: 39%; } textarea#id_description { width: 80%; } .timemap { margin: 3px; width: 98%; border: 2px gray solid; } .error-timemap { position: absolute; top: 20px; right: 30px; z-index: 99999; opacity: 0.75; font-size: 14pt; } .loading-timemap { position: absolute; top: 20px; right: 130px; z-index: 99999; opacity: 0.75; font-size: 14pt; } #year-slider { padding: 12px; } input.year-slider-value { display: inline-block; padding: 3px; margin-bottom: 0px !important; } #slider-year-slider { width: 100% !important; } select.timemap-type { padding: 1px; margin-bottom: 0px; } .timemap-container { width: 100%; padding-left: 2px; display: inline-block; } .scenario-select { position: relative; top: -48px; z-index: 99999; right: -12px; opacity: 0.8; font-size: 14pt; height: 36px; line-height: 28px; width: 280px; } label#year-label { display: inline; } .well h3 { clear: both; } .modal { font-size: 85%; } .modal .modal-body h3 { font-size: 22px; } .btn-bar{ margin-bottom: 1em; width: 100%; clear: both; } .home-intro .btn-bar{ margin: 1em 0; text-align: center; } .home-intro .btn-bar .btn{ margin-right: 1em; text-align: center; width: 9em; z-index: 15; /* stop hiding during fades */ } .property-details { margin-top: 1em; } .property-list { list-style-type: none; margin: 0 0 1em 0; padding: 0; /*border: 1px solid #ccc;*/ border-bottom: none; } .property-list li{ padding: 0 1em 1em 1em; /*border-bottom: 1px solid #aaa;*/ } .property-list li:hover{ background-color: #f3f3f3; -moz-transition-property: background; -moz-transition-duration: 0.5s; -webkit-transition-property: background; -webkit-transition-duration: 0.5s; transition-property: background; transition-duration: 0.5s; cursor: pointer; } .property-list li.active{ background-color: #FFF; -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.25) inset; -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.25) inset; box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.25) inset; } .property-list h3{ font-size: 22px; line-height: 1.2; } .property-list .btn-primary.active:after, .property-list .btn-info.active:after { /*selectED*/ content: "ed"; } .carousel-inner .row-fluid .span6{ margin-top: 21px; /* so. cheap. */ } h2 i, h3 i, h4 i{ color: #888; } /* .nav-collapse .manage-your-properties{ margin-right: 10px; } */ #flash{ border-width: 0 0 5px 0; margin: 0 auto 18px auto; padding: 10px; position: relative; width: 90%; } #flash .close{ position: absolute; right: 5px; top: 3px; } #flash.alert-error .close{ color: #fff; font-family: Tahoma, Times, "Times New Roman", serif; font-size: 26px; opacity: 1; text-shadow: 0 0; } .loading{ background: transparent url('/media/img/ajax-loader.gif') 0 50% no-repeat; padding-left: 20px; display: inline-block; width: auto; } .loading h3{ color: #606050; font-size: 19px; line-height: 1.5; margin: 0; } .btn-success.loading{ background-color: #47CB2A; background-position: 10px 50%; padding-left: 35px; } ol.alert li, ul.alert li{ margin-left: 15px; } header.hero { text-align: center; margin: 2em 1em 2em 1em; } .home-intro { background-color: rgba(0,0,0,.4); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; color: #FFFFFF; margin: 3em auto 0 auto; padding: 10px; text-shadow: 1px 1px #333; width: 80%; z-index: 9; } .home-intro h1, .home-intro h2{ color: #fff; text-shadow: 1px 1px #333; } .home-intro h2{ margin-top: 0; } .home-intro h1{ font-size: 73px; } .home-intro p { font-size: 1.7em; line-height: 1.4; } .home-intro .pull-right{ margin-bottom: -90px; position: relative; top: 60px; } .home-intro strong { background-color: rgba(255,255,255,.8); border-radius: 3px; color: #4183C4; display: inline-block; font-weight: normal; line-height: 1.1; text-shadow: none; padding: 2px 6px; } .home-intro .icon-arrow-right{ background-image: url("../img/glyphicons-halflings.png"); background-repeat: no-repeat; display: inline-block; height: 14px; line-height: 14px; margin-top: 1px; margin-left: 5px; vertical-align: text-top; width: 14px; } #scenario-html header{ margin-bottom: 1em; } .highlighted-scenario { background-color: #fcfcfc; } #scenario-outputs .nav-tabs{ /* hax to cover the top of the .well */ background-color: #E4E4E4; margin: -5px -5px 10px; padding: 4px 4px 0; } .scenario-row span{ color: #222; } .more-toggle{ color: #aaa; } a.btn .icon-arrow-right{ background-color: #fff; border: 2px solid #ccc; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; color: #333333; margin-top: 3px; padding: 3px; text-align: center; background-position: -261px -93px; } .navbar-fixed-top .navbar-inner{ -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3); box-shadow: 0 0 0 rgba(0,0,0,0.3); } #global-tabs{ background-color: #E4E4E4; -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); left: 0px; padding-top: 0; position: fixed; right: 0px; top: 42px; width: 100%; z-index: 1010; } #global-tabs > li:first-child{ max-width: 32%; } #global-tabs a{ color: #666; } #global-tabs a:hover{ -moz-transition-property: background; -moz-transition-duration: 0.5s; -webkit-transition-property: background; -webkit-transition-duration: 0.5s; transition-property: background; transition-duration: 0.5s; } #global-tabs .property-name { display: inline-block; font-style: italic; font-weight: bold; max-width: 150px; margin-top: -3px; overflow: hidden; padding-right: 3px; /* firefox likes to trim letters */ position: relative; vertical-align: middle; white-space: nowrap; /* width: 150px; */ text-overflow: ellipsis; } .tab-num { background-color: #fff; border: 2px solid #ccc; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; color: #333333; display: inline-block; font-size: 13px; line-height: 1.9; margin-right: 4px; padding: 0 9px; text-align: center; } .active .tab-num{ background-color: #999999; border: 2px solid #FFFFFF; color: #fff; } #global-tabs > li:after { border-color: transparent transparent transparent rgba(0, 0, 0, 0.05); border-style: solid; border-width: 13px; content: ""; display: inline-block; height: 0; position: absolute; right: -27px; top: 11px; width: 0; } #global-tabs > li { margin-bottom: -1px; margin-right: 26px; position: relative; } #global-tabs > li > a { padding-right: 2px; padding-left: 2px; margin-right: 2px; line-height: 14px; } #global-tabs > li.active:after{ border-color: transparent transparent transparent #fff; border-width: 23px; right: -43px; top: 1px; } #global-tabs .active > a{ /*border: 10px solid #ccc;*/ /*border-width: 0 0 10px 0;*/ /*margin-bottom: -10px;*/ } /* not sure why this version isn't working. arrows end up on a new line. #global-tabs > li:after { border-color: transparent transparent transparent #CCCCCC; border-style: solid; border-width: 21px; content: ""; display: inline-block; height: 0; margin-left: 8px; margin-right: -21px; position: relative; top: 16px; width: 0; } */ #global-tabs > li:last-child:after { border: none; content: ""; display: none; margin: 0; position: static; } #global-tabs > li > a:focus { /* oh, firefox. for accessibility, the background color still changes on focus */ outline: 0 none; } .center{ display: block; margin: 0 auto 1em auto; text-align: center; } .center + .center{ margin-top: 1em; /* not working */ } .info-help {} .info-help.opened span{ display: block !important; /* using jquery toggle() sets it to display inline */ } .info-help strong{ font-weight: normal; } .info-help.opened strong{ font-weight: bold; } .info-help .read-more{ cursor: pointer; font-style: italic; opacity: .7; } .info-help .read-more:hover{ opacity: 1; } .info-help.opened .read-more { display: block; } /* forms */ input.error{ border-color: #cc0000; } label.error{ color: #cc0000; } .accessibility { position: absolute; left: -10000em; height: 0; } /* Bootstrap SpaceLab Overrides */ [class^="icon-"], [class*=" icon-"] { margin-top: 4px; } .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: 1px; } .carousel-control { line-height: 25px; top: 50%; } .navbar .nav > li > a { line-height: 24px; } .text-info { color: #3A87AD; } label.alert{ margin-bottom: 0; } input+label.alert, textarea+label.alert, select+label.alert{ margin-bottom: 21px; } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 8px; } .alert.alert-danger > a { color: #E9E9FF; text-decoration: underline; text-shadow: 0 0; } .no-overflow { overflow-x: visible; overflow-y: visible; } .cash-chart { height: 400px; width: 100%; } .errorlist { color: red; font-size: 110%; } .definition-icon { width: 20px; margin: 5px; } .silvicultural-definition-icon { margin: 18px 0 8px 0; } .help-button { margin-right: 4px; } #help-collapse .well{ border: orange solid; padding-bottom: 35px; } #hide-help { margin: 10px; } #legend { text-align: left; } #legend > div { padding-top:8px; } #timemap-legend-container { top: 2px; right: 6px; margin: 1px; position: absolute; z-index: 999; text-align:left; vertical-align:center; font-size: 85%; padding: 2px; } #timemap-legend-button { display: block; padding: 0; color: white; font-size: 18px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-align: center; height: 22px; width: 22px; text-shadow: 0 0 3px rgba(0,0,0,0.8); background: #666666; background: rgba(0, 0, 0, 0.3); filter: alpha(opacity=60); } .baseLbl { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; color: #666666; font-weight: bold; padding: 1px 0 5px; } .dataLbl { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; color: #666666; font-weight: bold; padding: 15px 0 5px; } .anim-help { margin-top: 20px; padding: 5px !important; } .well-small { padding: 9px; margin-bottom: 4px; marigin-top: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
19.505618
107
0.636809
da17449130c22188dec2ace905b87280c515e941
3,396
css
CSS
css/work1.css
leonzhang51/leonzhang51.github.io
249918aaa2d5b5e677fb6e24bdba9ff86b48b43c
[ "MIT" ]
null
null
null
css/work1.css
leonzhang51/leonzhang51.github.io
249918aaa2d5b5e677fb6e24bdba9ff86b48b43c
[ "MIT" ]
null
null
null
css/work1.css
leonzhang51/leonzhang51.github.io
249918aaa2d5b5e677fb6e24bdba9ff86b48b43c
[ "MIT" ]
null
null
null
* { margin: 0; padding: 0; box-sizing: border-box; } body { display: block; justify-content: center; align-items: center; min-height: 100vh; } .container { position: relative; /*display: flex; justify-content: space-around; flex-wrap: wrap;*/ column-count: 1; column-gap: 2em; width: 100vw; transform-style: preserve-3d; } h1 { text-align: center; margin: 10vh; } .container .box { position: relative; width: 450px; height: 300px; margin: 10vh auto; perspective: 1000px; overflow: hidden; transform-style: preserve-3d; } .container .box .imgBx { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: top; transform-style: preserve-3d; transition: 0.5s; transition-delay: 0.2s; } .container .box:hover .imgBx { transform: rotateX(-90deg); opacity: 0; } .container .box .imgBx img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .container .box .contentBx { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #333; display: flex; justify-content: center; align-items: center; padding: 40px; transform-origin: bottom; transform-style: preserve-3d; transition: 0.5s; transform: rotateX(90deg); opacity: 0; color: white; } .container .box:hover .contentBx { transform: rotateX(0deg); opacity: 1; transition-delay: 0.2s; } .navbar { font-size: 18px; background-image: linear-gradient(260deg, #2376ae 0%, #c16ecf 100%); border: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: 10px; } .main-nav { list-style-type: none; display: none; } .nav-links, .logo { text-decoration: none; color: rgba(255, 255, 255, 0.7); } .main-nav li { text-align: center; margin: 15px auto; } .logo { display: inline-block; font-size: 22px; margin-top: 10px; margin-left: 20px; } .navbar-toggle { position: absolute; top: 10px; right: 20px; cursor: pointer; color: rgba(255, 255, 255, 0.8); font-size: 24px; } .active { display: block; } a { color: white; } @media screen and (min-width: 768px) { .navbar { display: flex; justify-content: space-between; padding-bottom: 0; height: 70px; align-items: center; } .main-nav { display: flex; margin-right: 30px; flex-direction: row; justify-content: flex-end; } .main-nav li { margin: 0; } .nav-links { margin-left: 40px; } .logo { margin-top: 0; } .navbar-toggle { display: none; } .logo:hover, .nav-links:hover { color: rgba(255, 255, 255, 1); } .container { column-count: 2; column-rule-style: solid; column-rule-color: rgb(43, 43, 43); } } .swiper-container { width: 300px; height: 300px; position: absolute; margin: auto; } .swiper-slide { background-position: center; background-size: cover; }
16.729064
73
0.537397
da1cd288debc8ea3d131684e77106addb9052ace
1,039
css
CSS
assets/css/common/footer.css
songtianlun/hugo-PaperMod
f65e52e1d657f2bba4aceb1ab56e60b0bfdf44cf
[ "MIT" ]
null
null
null
assets/css/common/footer.css
songtianlun/hugo-PaperMod
f65e52e1d657f2bba4aceb1ab56e60b0bfdf44cf
[ "MIT" ]
null
null
null
assets/css/common/footer.css
songtianlun/hugo-PaperMod
f65e52e1d657f2bba4aceb1ab56e60b0bfdf44cf
[ "MIT" ]
null
null
null
.footer, .top-link { font-size: 12px; color: var(--secondary); } .footer { max-width: calc(var(--main-width) + var(--gap) * 2); margin: auto; padding: calc((var(--footer-height) - var(--gap)) / 4) var(--gap); text-align: center; line-height: 24px; } .footer span { margin-inline-start: 1px; margin-inline-end: 1px; } .footer span:last-child { white-space: nowrap; } .footer a { color: inherit; border-bottom: 1px solid var(--secondary); } .footer a:hover { border-bottom: 1px solid var(--primary); } .top-link { visibility: hidden; position: fixed; bottom: 60px; right: 30px; z-index: 99; background: var(--tertiary); width: 42px; height: 42px; padding: 12px; border-radius: 64px; transition: visibility 0.5s, opacity 0.8s linear; } .top-link, .top-link svg { filter: drop-shadow(0px 0px 0px var(--theme)); } .footer a:hover, .top-link:hover { color: var(--primary); } .top-link:focus, #theme-toggle:focus { outline: 0; }
17.032787
70
0.603465
da2279069394eab5173fb3915515c5727ffbc485
113,818
css
CSS
public/css/theme.css
MdTalatMahmud/MatesGroup
4c7942aa28d7f2a48480c9a96a11714a9d02203f
[ "MIT" ]
null
null
null
public/css/theme.css
MdTalatMahmud/MatesGroup
4c7942aa28d7f2a48480c9a96a11714a9d02203f
[ "MIT" ]
null
null
null
public/css/theme.css
MdTalatMahmud/MatesGroup
4c7942aa28d7f2a48480c9a96a11714a9d02203f
[ "MIT" ]
null
null
null
@font-face{font-family:'Exo 2';font-style:normal;font-weight:400;src:local('Exo 2'), local('Exo2-Regular'), url(https://fonts.gstatic.com/s/exo2/v4/pEbpp8gu02JrI5SDG9jj6g.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:400;src:local('Exo 2'), local('Exo2-Regular'), url(https://fonts.gstatic.com/s/exo2/v4/sZoRRDfBcJL9e6dHdMU_Tg.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:400;src:local('Exo 2'), local('Exo2-Regular'), url(https://fonts.gstatic.com/s/exo2/v4/-A4eIjQkAwKL411pgtQ4VA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:500;src:local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v4/hJNWOADMCBRrv6g6rvmDLRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:500;src:local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v4/LIOVoUZaNfvKcnPK2sqyzhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:500;src:local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v4/6b9HPGUYUr8qZeNu0Z7o-PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:700;src:local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v4/bjq6AK9kaX_qiS97tqNwpBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:700;src:local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v4/j6S3lQriBGoUURQ3ejUiKBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Exo 2';font-style:normal;font-weight:700;src:local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v4/AbMslUVu4Wq5jvNwOBLwLvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:300;src:local('Quicksand Light'), local('Quicksand-Light'), url(https://fonts.gstatic.com/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:300;src:local('Quicksand Light'), local('Quicksand-Light'), url(https://fonts.gstatic.com/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:300;src:local('Quicksand Light'), local('Quicksand-Light'), url(https://fonts.gstatic.com/s/quicksand/v7/qhfoJiLu10kFjChCCTvGlOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:400;src:local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v7/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:400;src:local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v7/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:400;src:local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v7/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:500;src:local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Dv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:500;src:local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Dj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:500;src:local('Quicksand Medium'), local('Quicksand-Medium'), url(https://fonts.gstatic.com/s/quicksand/v7/FRGja7LlrG1Mypm0hCq0Dugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:700;src:local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:700;src:local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Quicksand';font-style:normal;font-weight:700;src:local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v7/32nyIRHyCu6iqEka_hbKsugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMzH9_sidkFTxRpx-nVOZt1g.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMywVDUTj8DgJRSuHEKdySfs.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoM7Y_mfr7j0PatIrZBoJCV9E.woff2) format('woff2');unicode-range:U+1F00-1FFF;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoM2qPyaMejTZ925Ro5CnyJwc.woff2) format('woff2');unicode-range:U+0370-03FF;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoM7YHq4FgHI02B8rPccK0FJQ.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoM40tgx99jmYGv_xzYuwd1rU.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;src:local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGKhisFFF-0ifc-Simo8uwJs.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGNJvocFWY_5VFjYFbAOOIik.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGLGN1mc631ObjHzqJB_dFFA.woff2) format('woff2');unicode-range:U+1F00-1FFF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGI3P6ux3HwbL10a8ofNXGLA.woff2) format('woff2');unicode-range:U+0370-03FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlAC5S7WFEeHRqL6ObGQGT8o.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlMgmx_L9kV4w6g8dYQOLFUI.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlMODs9238LZG2v64UiBIjng.woff2) format('woff2');unicode-range:U+1F00-1FFF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlFjqPhnWKseBf12Mt9_m7kc.woff2) format('woff2');unicode-range:U+0370-03FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGAtXaCylRF0D-MaoYoCuiMM.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGAAAU1WVAUWBSTvimZV06U4.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGCJjduVyTEemf0kCvaihHEU.woff2) format('woff2');unicode-range:U+1F00-1FFF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFnEzh12mEKZN5amaOp7-V4.woff2) format('woff2');unicode-range:U+0370-03FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;} @font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;src:local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;} @font-face{font-family:'Graviola-Regular';src:url('../fonts/Graviola-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graviola-Regular.otf') format('opentype'), url('../fonts/Graviola-Regular.woff') format('woff'), url('../fonts/Graviola-Regular.ttf') format('truetype'), url('../fonts/Graviola-Regular.svg#Graviola-Regular') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'GraviolaSoft-Medium';src:url('../fonts/GraviolaSoft-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GraviolaSoft-Medium.otf') format('opentype'), url('../fonts/GraviolaSoft-Medium.woff') format('woff'), url('../fonts/GraviolaSoft-Medium.ttf') format('truetype'), url('../fonts/GraviolaSoft-Medium.svg#GraviolaSoft-Medium') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'QuicksandBook-Regular';src:url('../fonts/QuicksandBook-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/QuicksandBook-Regular.otf') format('opentype'), url('../fonts/QuicksandBook-Regular.woff') format('woff'), url('../fonts/QuicksandBook-Regular.ttf') format('truetype'), url('../fonts/QuicksandBook-Regular.svg#QuicksandBook-Regular') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'QuicksandBold-Regular';src:url('../fonts/QuicksandBold-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/QuicksandBold-Regular.otf') format('opentype'), url('../fonts/QuicksandBold-Regular.woff') format('woff'), url('../fonts/QuicksandBold-Regular.ttf') format('truetype'), url('../fonts/QuicksandBold-Regular.svg#QuicksandBold-Regular') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'QuicksandLight-Regular';src:url('../fonts/QuicksandLight-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/QuicksandLight-Regular.otf') format('opentype'), url('../fonts/QuicksandLight-Regular.woff') format('woff'), url('../fonts/QuicksandLight-Regular.ttf') format('truetype'), url('../fonts/QuicksandLight-Regular.svg#QuicksandLight-Regular') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'jey';src:url('../fonts/jey.eot?#iefix') format('embedded-opentype'), url('../fonts/jey.woff') format('woff'), url('../fonts/jey.ttf') format('truetype'), url('../fonts/jey.svg#jey') format('svg');font-weight:normal;font-style:normal;} @font-face{font-family:'icomoon';src:url('../fonts/icomoon.eot');src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff2') format('woff2'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');font-weight:normal;font-style:normal;} body{margin:0px;padding:0px;line-height:26px;font-size:16px;font-family:'Source Sans Pro', sans-serif;font-weight:400;color:#7a7676;} html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{outline:0;} article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section{display:block;} nav ol, ul{list-style:none;} ul, ol{padding:0px;margin:0px;list-style:none;} ul li, ol li{padding:0px;margin:0px;list-style:none;} body ul.list, body ol.list, body ul.list li, body ol.list li{list-style:outside none disc;margin:0 0 0 5px;} ul.list li, ol.list li{margin-left:10px;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} blockquote{color:#959393;font-size:16px;font-style:italic;line-height:26px;border-left:2px solid #e4b95b;padding:15px 20px;} a{margin:0;padding:0;vertical-align:baseline;outline:none;text-decoration:none;color:#e4b95b;} a:hover, a:focus{color:inherit;} a:hover, a:active, a:focus{outline:none;text-decoration:none;} ins{background-color:#e4b95b;color:#000;text-decoration:none;} mark{background-color:#e4b95b;color:#000;font-style:italic;font-weight:bold;} del{text-decoration:line-through;} abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;} table{border-collapse:collapse;border-spacing:0;} hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;} input, select{vertical-align:middle;outline:none;} img{max-width:100%;} table{width:100%;} tr td, tr th{padding:5px 10px;border:1px solid #797979;} section:after, section:before{clear:both;content:"";display:table;} section{clear:both;padding:60px 0;position:relative;} section.home-icon{padding:80px 0 140px;} ::-webkit-input-placeholder{opacity:1 !important;} :-moz-placeholder{opacity:1 !important;} ::-moz-placeholder{opacity:1 !important;} :-ms-input-placeholder{opacity:1 !important;} h1, h2, h3, h4, h5, h6{color:#383848;line-height:normal;margin:0 0 16px 0;font-weight:700;font-family:'Quicksand', sans-serif;} h1{font-size:50px;} h2{font-size:40px;} h3{font-size:26px;} h4{font-size:24px;} h5{font-size:20px;} h6{font-size:18px;} .heade-xs{color:#9a9a9a;font-weight:400;font-family:'Graviola-Regular';font-size:15px;} p{margin:0 0 25px 0;} .btn-black{width:auto;display:inline-block;border:none;box-shadow:none;background:url('../images/btn1-bg.jpg') repeat-y 0 0;background-size:100% auto;font-size:16px;font-family:'Quicksand', sans-serif;color:#ffffff;font-weight:700;height:50px;line-height:50px;padding:0 30px;min-width:195px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;text-align:center;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;text-transform:uppercase;} .btn-black:hover{color:#ffffff;background:url('../images/btn2-bg.jpg') repeat-y 0 0;background-size:100% auto;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .btn-black:focus{color:#ffffff;} .btn-main{width:auto;display:inline-block;border:none;box-shadow:none;background:url('../images/btn2-bg.jpg') repeat-y 0 0;background-size:100% auto;font-size:16px;font-family:'Quicksand', sans-serif;color:#ffffff;font-weight:700;height:50px;line-height:50px;padding:0 30px;min-width:195px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;text-align:center;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;text-transform:uppercase;} .btn-main:hover{color:#ffffff;background:url('../images/btn1-bg.jpg') repeat-y 0 0;background-size:100% auto;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .btn-main:focus{color:#ffffff;} .btn-big{font-size:26px;height:70px;line-height:70px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;} .btn-common{-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;text-align:center;width:auto;display:inline-block;border:none;box-shadow:none;font-family:'Quicksand', sans-serif;color:#ffffff;font-weight:700;text-transform:uppercase;} .btn-common:focus{color:#ffffff;} .btn-medium{height:50px;line-height:48px;font-family:'Quicksand', sans-serif;text-transform:uppercase;display:inline-block;width:auto;padding:0px 35px;min-width:170px;border:2px solid #c7a17a;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;text-align:center;box-shadow:none;background:transparent;color:#e4b95b;font-size:16px;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;font-weight:700;} .btn-dark-coffee{background:#372727;color:#ffffff;border-color:#372727;} .btn-skin{background:#c7a17a;border-color:#c7a17a;color:#ffffff;} .btn-skin:hover{background:#e4b95b;color:#ffffff;border-color:#e4b95b;} .btn-primary-gold{background:#e4b95b;color:#ffffff;border-color:#e4b95b;} .btn-primary-gold:hover{background:#c7a17a;border-color:#c7a17a;color:#ffffff;} .btn-shadow{-webkit-box-shadow:0 0 20px 0 #dddcd9;-moz-box-shadow:0 0 20px 0 #dddcd9;-ms-box-shadow:0 0 20px 0 #dddcd9;-o-box-shadow:0 0 20px 0 #dddcd9;box-shadow:0 0 20px 0 #dddcd9;} .radius-none{border-radius:0px !important;} .button-default{display:inline-block;width:auto;padding:0px 35px;min-width:170px;height:42px;border:2px solid #f4f2ed;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;text-align:center;line-height:39px;box-shadow:none;background:transparent;color:#959393;font-size:16px;font-family:'QuicksandBook-Regular';font-weight:normal;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .button-default:hover{background:#20202f none repeat scroll 0 0;color:#ffffff;} input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"]{height:50px;width:100%;border:2px solid #e5e5ee;-webkit-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;padding:0 30px;outline:none;color:#636375;} .build-title{display:inline-block;width:100%;text-align:center;margin-bottom:40px;} .build-title h6{color:#9a9a9a;font-weight:400;font-family:'Graviola-Regular';font-size:15px;} .icon-default{position:absolute;left:50%;top:-59px;width:254px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:59px;z-index:30;text-align:center;padding:20px 0 0 0;} .btn-primary-gold{background:#e4b95b;color:#ffffff;border-color:#e4b95b;} .btn-large{height:55px;line-height:55px;padding:0 50px;} .icon-black{background:url('../images/pattern-black.png') no-repeat center center;} .icon-skeen{background:url('../images/pattern-skeen.png') no-repeat center center;} .icon-gold{background:url('../images/pattern-gold.png') no-repeat center center;} .banner-bg{background-size:cover;background-position:center center;background-repeat:no-repeat;} body main .txt-default{color:#e4b95b;} .invert .build-title h2{color:#e4b95b;} .invert .build-title h6{color:#e2dadd;} .invert-black h1, .invert-black h2, .invert-black h3, .invert-black h4, .invert-black h5, .invert-black h6, .invert-black{color:#e2dadd;} .bg-prim{background-color:#e4b95b;} body main .bg-skeen{background-color:#f4f2ed;} .pad-top-remove{padding-top:0px !important;} .pad-bottom-remove{padding-bottom:0px !important;} .v-pad-remove{padding-top:0px !important;padding-bottom:0px !important;} .v-pad-small{padding:50px 0;} .top-pad-xsmall{padding-top:40px;} body main .home-small-pad{padding-bottom:100px;} .text-primary{color:#e4b95b;} .text-white{color:#ffffff;} .bg-cover{background-size:cover;background-position:center center;background-repeat:no-repeat;} .Banner-Bg{background-size:cover;background-position:center center;background-repeat:no-repeat;} .input-fields{border:2px solid #f4f2ed;width:100%;height:50px;padding:0 25px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;background:transparent;margin-bottom:20px;} label{font-weight:normal;color:#20202f;} input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"]{height:50px;width:100%;border:2px solid #e5e5ee;-webkit-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;padding:0 30px;margin-bottom:29px;outline:none;} textarea{height:175px;padding:25px 30px;width:100%;border:2px solid #e5e5ee;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border-radius:25px;margin-bottom:29px;resize:none;outline:none;} .ex-margin-bottom{margin-bottom:70px;} .margin-top-10{margin-top:10px;} .margin-bottom-10{margin-bottom:10px;} .margin-left-10{margin-left:10px;} .margin-right-10{margin-right:10px;} .margin-top-20{margin-top:20px;} .margin-bottom-20{margin-bottom:20px;} .margin-left-20{margin-left:20px;} .margin-right-20{margin-right:20px;} .margin-top-30{margin-top:30px;} .margin-bottom-30{margin-bottom:30px;} .margin-left-30{margin-left:30px;} .margin-right-30{margin-right:30px;} .margin-top-40{margin-top:40px;} .margin-bottom-40{margin-bottom:40px;} .margin-left-40{margin-left:40px;} .margin-right-40{margin-right:40px;} .margin-top-50{margin-top:50px;} .margin-bottom-50{margin-bottom:50px;} .margin-left-50{margin-left:50px;} .margin-right-50{margin-right:50px;} .margin-top-60{margin-top:60px;} .margin-bottom-60{margin-bottom:60px;} .margin-left-60{margin-left:60px;} .margin-right-60{margin-right:60px;} .margin-top-70{margin-top:70px;} .margin-bottom-70{margin-bottom:70px;} .margin-left-70{margin-left:70px;} .margin-right-70{margin-right:70px;} .margin-top-80{margin-top:80px;} .margin-bottom-80{margin-bottom:80px;} .margin-left-80{margin-left:80px;} .margin-right-80{margin-right:80px;} .top-arrow{position:fixed;bottom:50px;background:url('../images/arrow-top.png') no-repeat 0 0;width:40px;height:40px;right:30px;display:none;z-index:99;background-size:40px 40px;} #pre-loader{background:#fff none repeat scroll 0 0;bottom:0;display:block;left:0;position:fixed;right:0;text-align:center;top:0;z-index:9999;} #pre-loader .loader-holder:before{content:"";display:inline-block;height:100%;margin:0 0 0 -5px;overflow:hidden;vertical-align:middle;width:1px;} #pre-loader .loader-holder{height:400px;left:50%;margin:-200px 0 0 -200px;position:absolute;top:50%;white-space:nowrap;width:400px;} #pre-loader .loader-holder .frame{display:inline-block;vertical-align:middle;white-space:normal;} #pre-loader img{display:inline-block;margin:0 0 45px;} .alert-dismissible label{display:block;} .header-part{float:left;width:100%;position:relative;z-index:999;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .header-part .container{position:relative;} .header-top{float:left;width:100%;position:relative;background:#c72424;padding:15px 0;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .header-top-inner{float:left;width:100%;position:relative;} .header-top-left{float:left;width:auto;font-family:'Graviola-Regular';} .header-top-left a{color:#ffffff;display:inline-block;width:auto;margin-right:15px;vertical-align:bottom;} .header-top-left a:last-child{margin-right:0px;} .top-cell{font-size:18px;} .top-cell span{padding-left:10px;vertical-align:bottom;} .top-email{font-size:14px;} .header-top-right{float:right;width:auto;vertical-align:middle;} .social-top{display:inline-block;width:auto;} .social-top ul, .social-top li{list-style:none;margin:0px;padding:0px;} .social-top li{display:inline-block;width:auto;margin-right:18px;vertical-align:middle;} .social-top li a{display:block;font-size:14px;} .header-top-right .social-top li a{color:#ffffff;} .language-menu{display:inline-block;width:auto;font-family:'Graviola-Regular';font-size:13px;background:#383848;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;position:relative;} .language-menu a{color:#ffffff;display:block;} .language-menu ul, .language-menu li{list-style:none;margin:0px;padding:0px;} .language-menu ul{right:0;position:absolute;top:64px;width:100%;background:#e4b95b;display:none;padding:20px 18px;min-width:135px;z-index:32;font-size:13px;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;} .language-menu>ul:after{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e4b95b;right:44px;position:absolute;top:-8px;content:"";} .language-menu li{display:block;vertical-align:middle;} .language-menu li .fa{margin-right:12px;font-size:15px;} .language-menu .current-lang{padding:4px 25px;} .language-menu .fa-caret-down{padding-left:17px;color:#e4b95b;font-size:16px;} .header-bottom{float:left;width:100%;background:#000;position:relative;border-bottom:6px solid #1b1b29;} .menu-main{float:left;width:40%;font-family:'Graviola-Regular';} .menu-main ul, .menu-main li{list-style:none;margin:0px;padding:0px;} .menu-main li{float:left;width:auto;font-size:15px;margin-right:25px;position:relative;} .menu-main li:last-child{margin-right:0px;} .menu-main li a{display:block;position:relative;padding:15px 0 15px 15px;color:#ffffff;} .menu-main>ul>li>a:before{content:"•";position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#e4b95b;left:0px;} .drop-nav-arrow{display:none;} .menu-main li.mega-menu{position:static;} .mega-title{color:#20202f;font-size:18px;font-family:'GraviolaSoft-Medium';display:block;margin-bottom:25px;} .mega-position{float:right;margin-right:-40px;margin-bottom:-40px;position:relative;bottom:-8px;margin-top:-100px;} .mega-preview{position:relative;z-index:1;} .mega-position img{-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;} .menu-main ul>li.mega-menu:hover>a:before{position:absolute;border-bottom:12px dashed #ffffff;border-left:12px solid transparent;border-right:12px solid transparent;position:absolute;top:83px;left:50%;content:"";display:inline-block;margin-left:-6px;} .menu-main li.mega-menu .drop-nav{min-width:200px;background:#ffffff;padding:40px;width:auto;position:absolute;left:0px;right:0px;top:100%;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;color:#9e9eab;z-index:99;display:none;-webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-moz-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-ms--webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-o--webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);margin-top:32px;} .menu-main ul>li:hover>.drop-nav{display:block;-webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-moz-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-ms--webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);-o--webkit-box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);box-shadow:0px 3px 5px 0px rgba(147, 109, 29, 0.3);} .header-near .menu-main li.mega-menu .drop-nav{margin-top:18px;} .header-near .menu-main li.has-child .drop-nav{margin-top:18px;} .header-near .search-box{top:62px;} .header-near .cart-wrap{padding-top:18px;} .header-near .menu-main ul>li.mega-menu:hover>a:before{top:69px;} .header-near .menu-main ul>li.has-child:hover>a:after{top:62px;} .menu-main li.mega-menu .drop-nav:after{content:"";height:50px;left:0;position:absolute;top:-34px;width:100%;} .menu-main li.mega-menu .drop-nav li a{padding-bottom:0px;padding-left:24px;margin-bottom:12px;color:#9e9eab;} .menu-main li .drop-nav li a{color:#ffffff;} .menu-main li.mega-menu .drop-nav li{padding-left:0px;} .menu-main li.mega-menu .drop-nav li a{padding-top:0px;} .menu-main li.mega-menu .drop-nav li a:before{content:"\f105";font-family:'FontAwesome';position:absolute;left:0px;} .drop-mega-part{font-size:15px;font-family:'Graviola-Regular';font-weight:normal;} .menu-main li .drop-nav li{margin:0px;width:auto;display:block;float:none;padding-left:28px;} .drop-mega-part{display:inline-block;width:100%;} .menu-main li.has-child .drop-nav li a:before{content:"\f105";font-family:'FontAwesome';position:absolute;left:0px;} .drop-has-child>a:after{content:"\f101";font-family:'FontAwesome';position:absolute;right:12px;} .menu-main li.has-child .drop-nav{min-width:200px;position:absolute;left:0px;top:100%;color:#372727;background:#e4b95b;z-index:99;padding:25px 0px 25px 0px;font-size:15px;font-family:'Graviola-Regular';font-weight:normal;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;display:none;margin-top:34px;} .menu-main li.has-child .drop-nav:after{content:"";height:50px;left:0;position:absolute;top:-34px;width:100%;} .menu-main li.has-child .drop-nav .drop-nav{top:-25px;left:100%;-webkit-box-shadow:0px 0px 5px 0px rgba(147, 109, 29, 0.3);-moz-box-shadow:0px 0px 5px 0px rgba(147, 109, 29, 0.3);-ms--webkit-box-shadow:0px 0px 5px 0px rgba(147, 109, 29, 0.3);-o--webkit-box-shadow:0px 0px 5px 0px rgba(147, 109, 29, 0.3);box-shadow:0px 0px 5px 0px rgba(147, 109, 29, 0.3);} .menu-main li.has-child .drop-nav li a{padding-bottom:10px;padding-left:24px;padding-top:0px;} .menu-main ul>li.has-child:hover>a:after{position:absolute;border-bottom:12px dashed #e4b95b;border-left:12px solid transparent;border-right:12px solid transparent;position:absolute;top:78px;left:50%;content:"";display:inline-block;margin-left:-6px;} .menu-icon{float:right;width:auto;display:none;} .menu-icon a{display:inline-block;height:24px;width:30px;margin-top:20px;margin-left:20px;position:relative;z-index:9999;} .menu-icon a span{background:#ffffff none repeat scroll 0 0;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;display:inline-block;float:left;height:3px;margin:0 0 5px;position:relative;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100%;} .menu-icon a span:after{background:#959393 none repeat scroll 0 0;content:"";height:100%;position:absolute;right:0;top:0;width:0;} .menu-icon a span.bar-1:after{-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .menu-icon a span.bar-2:after{-webkit-transition:all 0.5s ease 0.15s;-moz-transition:all 0.5s ease 0.15s;-ms-transition:all 0.5s ease 0.15s;-o-transition:all 0.5s ease 0.15s;transition:all 0.5s ease 0.15s;} .menu-icon a span.bar-3:after{-webkit-transition:all 0.5s ease 0.25s;-moz-transition:all 0.5s ease 0.25s;-ms-transition:all 0.5s ease 0.25s;-o-transition:all 0.5s ease 0.25s;transition:all 0.5s ease 0.25s;} .menu-icon a:hover span:after{width:100%;} .menu-icon a.open span:after{width:100%;background:#ffffff;} .menu-icon a.open .bar-1{-webkit-transform:rotate(-45deg) translate(-7px, 4px);-moz-transform:rotate(-45deg) translate(-7px, 4px);-ms-transform:rotate(-45deg) translate(-7px, 4px);-o-transform:rotate(-45deg) translate(-7px, 4px);transform:rotate(-45deg) translate(-7px, 4px);} .menu-icon a.open .bar-2{opacity:0;} .menu-icon a.open .bar-3{-webkit-transform:rotate(45deg) translate(-7px, -4px);-moz-transform:rotate(45deg) translate(-7px, -4px);-ms-transform:rotate(45deg) translate(-7px, -4px);-o-transform:rotate(45deg) translate(-7px, -4px);transform:rotate(45deg) translate(-7px, -4px);} .logo{float:left;width:20%;text-align:center;} .logo>a{left:50%;position:absolute;top:-58px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:138px;z-index:30;} .header-info{float:right;width:40%;position:relative;padding:15px 0 13px 0;} .header-info-inner{float:right;width:auto;} .header-collect{display:inline-block;width:auto;margin-right:32px;font-size:15px;font-family:'Graviola-Regular';vertical-align:middle;} .header-collect a{color:#ffffff;display:inline-block;vertical-align:middle;} .header-collect img{margin-right:15px;} .search-part{display:inline-block;width:auto;margin-left:8px;vertical-align:middle;} .search-part>a{background:url('../images/icon-zoom.png') no-repeat right 0;width:28px;height:28px;display:inline-block;vertical-align:bottom;} .search-part.active>a{background:url('../images/close.png') no-repeat right 0;} .search-box{position:absolute;top:70px;right:0px;width:100%;background:#e4b95b;height:50px;color:#ffffff;font-family:'Graviola-Regular';font-size:14px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;display:none;z-index:30;} .search-box input[type="text"]{width:100%;height:50px;background:#e4b95b;color:#ffffff;font-family:'Graviola-Regular';font-size:14px;border:none;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;padding:0 64px 0 34px;} .search-box::-webkit-input-placeholder{color:#ffffff !important;} .search-box:-moz-placeholder{color:#ffffff !important;} .search-box::-moz-placeholder{color:#ffffff !important;} .search-box:-ms-input-placeholder{color:#ffffff !important;} .search-box input[type="submit"]{background:none;width:28px;height:28px;border:none;box-shadow:none;background:url('../images/icon-zoom.png') no-repeat right 0;position:absolute;right:30px;margin-top:11px;top:0px;} .modal-backdrop.in{opacity:0.8;} .modal-backdrop{background-color:#21202f;} .modal .close{height:50px;width:50px;position:absolute;top:-18px;right:-18px;background:#e4b95b url('../images/close.png') no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;opacity:1;background-size:18px 18px;text-indent:-10000px;} .modal-dialog{margin-top:180px;width:750px;} .modal-body{padding:30px 65px 50px;} .modal-content{box-shadow:none !important;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;} .table-title{display:inline-block;width:100%;text-align:center;margin-bottom:30px;} .booktable .jq-selectbox{margin-bottom:30px;} .booktable input[type="text"], .booktable input[type="email"]{margin-bottom:30px;} .booktable .btn-big{width:100%;margin-top:14px;} .booktable .jq-selectbox__dropdown{top:55px !important;} .book-sm{display:none;} .cart-wrap:before{height:22px;position:absolute;left:0px;width:100%;top:-22px;content:"";} .cart-wrap{position:absolute;top:100%;right:0px;width:auto;padding-top:25px;z-index:99;display:none;} .shop-cart:hover .cart-wrap{display:block;} .shop-cart:hover .cart-blog:before{position:absolute;border-bottom:8px dashed #ffffff;border-left:8px solid transparent;border-right:8px solid transparent;position:absolute;top:0;right:35%;content:"";display:inline-block;margin-top:-8px;margin-left:-8px;z-index:99;} .cart-blog{background:#ffffff;min-width:380px;padding:40px 25px;color:#20202f;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;position:relative;z-index:99;} .cart-item{display:inline-block;width:100%;position:relative;margin-bottom:35px;} .cart-item-left{display:table-cell;width:66px;vertical-align:middle;} .cart-item-right{padding-left:20px;display:table-cell;vertical-align:middle;padding-right:20px;} .cart-blog h6{margin-bottom:5px;font-size:16px;font-family:'GraviolaSoft-Medium';font-weight:normal;} .cart-blog span{color:#9e9eab;font-size:14px;font-family:'Graviola-Regular';} .delete-icon{position:absolute;right:0px;width:12px;height:15px;background:url('../images/delete.png') no-repeat center center;top:10px;} .subtotal{display:inline-block;width:100%;} .subtotal h6{margin-bottom:0px;} .subtotal span{text-align:right;float:right;} .cart-btn{text-align:center;display:inline-block;width:100%;} .view, .checkout{min-width:inherit;padding-left:35px;padding-right:35px;} .view{margin-right:13px;} .checkout{margin-left:13px;} .main-part{float:left;width:100%;position:relative;} .home-slider{padding:0px;} .home-slider .tp-bullets{display:none !important;} .tparrows.preview1:after{display:none !important;} .tp-leftarrow{width:50px;height:50px;background:url('../images/arrow-left.png') no-repeat center center !important;} .tp-leftarrow:hover{background:url('../images/arrow-left-active.png') no-repeat center center !important;} .tp-rightarrow{width:50px;height:50px;background:url('../images/arrow-right.png') no-repeat center center !important;} .tp-rightarrow:hover{background:url('../images/arrow-right-active.png') no-repeat center center !important;} .tp-caption span{color:#e4b95b;} .tp-caption i{font-weight:300;font-style:normal;} .button-white{display:inline-block !important;width:225px !important;border:2px solid #ffffff !important;color:#ffffff !important;font-size:18px !important;text-align:center !important;padding:12px 15px !important;-webkit-border-radius:30px !important;-moz-border-radius:30px !important;-ms-border-radius:30px !important;-o-border-radius:30px !important;border-radius:30px !important;line-height:normal !important;text-transform:uppercase;} .button-white.radius-none{-webkit-border-radius:0px !important;-moz-border-radius:0px !important;-ms-border-radius:0px !important;-o-border-radius:0px !important;border-radius:0px !important;} .button-white:hover{background:#e4b95b !important;border-color:#e4b95b !important;} .product-blog{text-align:center;font-size:14px;display:inline-block;width:100%;padding:0 50px;} .product-blog strong{font-size:18px;padding-left:14px;font-family:'Quicksand', sans-serif;} .product-blog p{margin-bottom:8px;} .slick-slide img{display:inline-block;margin-bottom:27px;} .dishes .slick-slider{position:inherit;} .slick-prev:before, .slick-next:before{display:none;} .slick-prev, .slick-prev:hover, .slick-prev:focus{background:url('../images/slider-arrow-left.png') no-repeat center center;width:32px;height:24px;} .slick-next, .slick-next:hover, .slick-next:focus{background:url('../images/slider-arrow-right.png') no-repeat center center;width:32px;height:24px;} .icon-top-left{position:absolute;top:120px;left:34px;} .icon-bottom-left{position:absolute;top:60%;left:95px;} .icon-top-right{position:absolute;top:180px;right:120px;} .icon-bottom-right{position:absolute;top:80%;right:63px;} .portfolioFilter{display:inline-block;width:100%;text-align:center;font-family:'Graviola-Regular';margin-bottom:78px;} .portfolioFilter a{display:inline-block;width:auto;text-align:center;padding:13px 36px;color:#20202f;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;} .portfolioFilter-inner{display:inline-block;width:auto;background:#ffffff;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 20px 0 #dddcd9;-moz-box-shadow:0 0 20px 0 #dddcd9;-ms-box-shadow:0 0 20px 0 #dddcd9;-o-box-shadow:0 0 20px 0 #dddcd9;box-shadow:0 0 20px 0 #dddcd9;} .portfolioFilter a.current{background:#20202f;color:#ffffff;} .isotope-item{z-index:2;} .isotope-hidden.isotope-item{pointer-events:none;z-index:1;} .isotope, .isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;transition-duration:0.8s;} .isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;transition-property:height, width;} .isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;transition-property:transform, opacity;} .galleryportfolio{display:inline-block;width:100%;text-align:center;font-family:'Graviola-Regular';margin-bottom:78px;} .galleryportfolio a{display:inline-block;width:auto;text-align:center;padding:13px 36px;color:#20202f;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;} .portfolioFilter-inner{display:inline-block;width:auto;background:#ffffff;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;-webkit-box-shadow:0 0 20px 0 #dddcd9;-moz-box-shadow:0 0 20px 0 #dddcd9;-ms-box-shadow:0 0 20px 0 #dddcd9;-o-box-shadow:0 0 20px 0 #dddcd9;box-shadow:0 0 20px 0 #dddcd9;} .galleryportfolio a.current{background:#20202f;color:#ffffff;} .isotope-item{z-index:2;} .isotope-hidden.isotope-item{pointer-events:none;z-index:1;} .isotope, .isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;transition-duration:0.8s;} .isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;transition-property:height, width;} .isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;transition-property:transform, opacity;} .menu-wrapper{display:inline-block;width:100%;} .menu-list{float:left;width:100%;position:relative;padding-left:135px;margin-bottom:25px;} .menu-list-product{left:0;max-width:105px;position:absolute;} .menu-list h5{border-bottom:1px dashed #cccccc;color:#20202f;font-size:20px;padding-bottom:14px;padding-right:60px;position:relative;font-weight:700;margin-bottom:10px;} .menu-list h5 span{color:#e4b95b;position:absolute;right:0;top:0;} .btn-outer{display:inline-block;width:100%;margin-top:30px;text-align:center;} .chef-blog{float:left;width:100%;position:relative;border:2px solid #f4f2ed;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;} .chef-inner{float:left;width:100%;position:relative;} .chef-member{float:left;width:100%;text-align:center;margin-top:-100px;} .chef-member img{display:inline-block !important;width:auto !important;} .chef-info{float:left;width:100%;background:#f4f2ed;padding:13px 25px;-webkit-border-bottom-left-radius:15px;-moz-border-bottom-left-radius:15px;-ms-border-bottom-left-radius:15px;-o-border-bottom-left-radius:15px;border-bottom-left-radius:15px;-webkit-border-bottom-right-radius:15px;-moz-border-bottom-right-radius:15px;-ms-border-bottom-right-radius:15px;-o-border-bottom-right-radius:15px;border-bottom-right-radius:15px;position:relative;} .chef-info h3, .chef-info h4, .chef-info h5, .chef-info h6, .chef-info p, .chef-info span, .chef-info span, .chef-info a{position:relative;z-index:2;} .chef-slider{margin-top:15px;font-size:15px;} .chef-slider.owl-carousel .owl-stage-outer{padding-top:100px;padding-bottom:30px;} .chef-blog h5{margin-bottom:2px;} .chef-part .icon-bottom-left{top:inherit;bottom:65px;} .owl-theme .owl-nav .owl-prev{background:url("../images/arrow-black-left.png") no-repeat center center;float:left;height:50px;left:-120px;width:50px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-indent:-10000px;position:absolute;} .owl-theme .owl-nav .owl-prev:hover{background:url("../images/arrow-left-active.png") no-repeat center center;} .owl-theme .owl-nav .owl-next{background:url("../images/arrow-black-right.png") no-repeat center center;float:left;height:50px;right:-120px;width:50px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-indent:-10000px;position:absolute;} .owl-theme .owl-nav .owl-next:hover{background:url("../images/arrow-right-active.png") no-repeat center center;} .chef-blog .social-top{width:100%;margin-top:3px;display:none;z-index:5;} .chef-info:before{border:2px solid #20202f;-webkit-border-bottom-left-radius:16px;-moz-border-bottom-left-radius:16px;-ms-border-bottom-left-radius:16px;-o-border-bottom-left-radius:16px;border-bottom-left-radius:16px;-webkit-border-bottom-right-radius:16px;-moz-border-bottom-right-radius:16px;-ms-border-bottom-right-radius:16px;-o-border-bottom-right-radius:16px;border-bottom-right-radius:16px;content:"";height:100%;left:-0.6%;position:absolute;top:0;width:101.4%;z-index:1;display:none;} .chef-blog .social-top a{color:#ffffff;} .chef-blog .social-top a:hover{color:#e4b95b;} .chef-blog:hover{border-color:#20202f;color:#ffffff;} .chef-blog:hover h5{color:#e4b95b;} .chef-blog:hover .chef-info{background:#20202f;} .chef-blog:hover .social-top{display:block;} .chef-blog:hover .chef-info:before{display:block;} .food-blog{display:inline-block;width:100%;position:relative;margin:70px 0 0 0;overflow-x:hidden;} .food-blog-inner{float:left;width:100%;position:relative;font-family:'Graviola-Regular';color:#ffffff;text-align:center;} .food-blog-inner h2{color:#ffffff;margin:12px 0 10px 0;} .food-blog .row{margin-right:-80px;margin-left:-80px;} .food-blog .col-xs-12{padding-left:80px;padding-right:80px;} .food-item{display:inline-block;width:auto;position:relative;} .food-item:after{position:absolute;top:59px;right:100%;background:url('../images/line.png') no-repeat center center;height:2px;width:180px;content:"";margin-right:29px;background-size:100% 2px;} .food-mxs:first-child .food-item:after{display:none;} .food-item-inner{display:table-cell;vertical-align:bottom;height:90px;} .feature-img{display:inline-block;position:relative;width:100%;float:left;} .feature-blog .item, .feature-blog .owl-item{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .feature-blog .item .feature-img img{-webkit-border-top-left-radius:20px;-moz-border-top-left-radius:20px;-ms-border-top-left-radius:20px;-o-border-top-left-radius:20px;border-top-left-radius:20px;-webkit-border-top-right-radius:20px;-moz-border-top-right-radius:20px;-ms-border-top-right-radius:20px;-o-border-top-right-radius:20px;border-top-right-radius:20px;} .date-feature{background:#20202f none repeat scroll 0 0;border-radius:17px;color:#ffffff;font-family:"Quicksand", sans-serif;font-size:24px;font-weight:700;height:78px;padding:12px 5px;position:absolute;right:20px;text-align:center;top:20px;width:78px;z-index:1;} .date-feature small{color:#ffffff;display:block;font-size:18px;margin-top:8px;} .feature-info{display:inline-block;padding:20px 25px;width:100%;background:#ffffff;float:left;-webkit-border-bottom-left-radius:20px;-moz-border-bottom-left-radius:20px;-ms-border-bottom-left-radius:20px;-o-border-bottom-left-radius:20px;border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-bottom-right-radius:20px;-ms-border-bottom-right-radius:20px;-o-border-bottom-right-radius:20px;border-bottom-right-radius:20px;} .feature-info span{color:#e4b95b;margin-right:25px;font-size:15px;vertical-align:middle;} .feature-info span .icon-user:before, .feature-info span .icon-comment:before{display:none;} .icon-user{background:url('../images/user.png') no-repeat center center;width:17px;height:22px;vertical-align:middle;font-weight:normal;display:inline-block;margin-right:6px;} .icon-comment{background:url('../images/comment.png') no-repeat center center;width:23px;height:21px;vertical-align:middle;font-weight:normal;display:inline-block;margin-right:6px;} .icon-more{background:url('../images/more-arrow.png') no-repeat center center;width:17px;height:11px;vertical-align:middle;font-weight:normal;display:inline-block;margin-left:14px;} .feature-info h5{color:#20202f;letter-spacing:1px;margin:10px 0;} .feature-info p{margin-bottom:10px;} .client .build-title{margin-bottom:12px;} .client-say{text-align:center;} .client-say .item img{display:inline-block;width:auto;} .client-say .item h5{margin-bottom:10px;} .client-say .owl-theme .owl-dots .owl-dot span{background:#eae7de;} .client-say .owl-theme .owl-dots .owl-dot.active span, .client-say .owl-theme .owl-dots .owl-dot:hover span{background:#e4b95b;width:35px;} .client-metro .owl-theme .owl-dots .owl-dot.active span, .client-metro .owl-theme .owl-dots .owl-dot:hover span{background:#eae7de;} .client-metro .item{background:#ffffff;padding:70px 25px 10px 25px;} .client-metro .item img{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;border:10px solid #f4f2ed;position:absolute;top:-50px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);} .client-metro .owl-carousel .owl-stage-outer{padding-top:50px;} .feature-list-icon{display:inline-block;width:auto;vertical-align:bottom;} .feature-icon-table{display:table-cell;vertical-align:bottom;height:88px;} .feature-list h5{margin:20px 0 10px;} .gallery-slider{float:left;width:100%;padding:0 70px;} .gallery-slider a>img{-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .gallery-overlay{position:absolute;left:0px;width:100%;height:100%;top:0px;padding:20px;text-align:center;overflow:hidden;opacity:0;z-index:-1;-webkit-transform:scale(0) rotate(-180deg);-moz-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg);-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;} .gallery-overlay-inner{position:relative;background:url('../images/gradient-bg.png') no-repeat center center;background-size:cover;width:100%;height:100%;display:table;vertical-align:middle;font-size:42px;color:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .gallery-overlay-inner i{display:table-cell;vertical-align:middle;} .gallery-slider .item:hover .gallery-overlay{opacity:1;-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;z-index:1;} .gallery-slider .owl-theme .owl-nav .owl-prev{left:-60px;} .gallery-slider .owl-theme .owl-nav .owl-next{right:-60px;} /*.footer-part{float:left;width:100%;background:#20202f;position:relative;padding:20px 0 40px 0;color:#f6f0f2;border-bottom:8px solid #e4b95b;font-size:15px;}*/ .footer-part h1, .footer-part h2, .footer-part h3, .footer-part h4, .footer-part h5, .footer-part h6{color:#e4b95b;} .footer-inner{float:left;width:100%;margin:0 0 55px 0;} .footer-part a{color:#f6f0f2;} .footer-part a:hover{color:#f6f0f2;} .footer-info{display:inline-block;width:100%;text-align:center;} .footer-info p{margin:0px;} .footer-info h3{margin-bottom:32px;} .copy-right{float:left;width:100%;color:#5c5c6e;} .copy-right a{color:#5c5c6e;} .copy-right a:hover{color:#bdbdd3;} .social-round{display:inline-block;width:auto;text-align:center;} .social-round ul, .social-round li{list-style:none;margin:0px;padding:0px;} .social-round li{display:inline-block;width:auto;margin-right:18px;} .social-round li a{display:block;width:50px;height:50px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;border:2px solid #383848;line-height:50px;font-size:16px;color:#5c5c6e;} .copyright-before{margin-top:12px;} .copyright-after .social-round{float:right;} .icon-find{position:absolute;left:50%;bottom:0px;width:254px;background:url('../images/find-us.png') no-repeat center center;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:59px;z-index:30;text-align:center;padding:10px 0 0 0;} .icon-find span{display:inline-block;width:100%;font-size:16px;color:#ffffff;font-family:'Graviola-Regular';margin-top:-4px;} .location-footer-map{position:absolute;top:0px;left:0px;width:100%;z-index:32;height:101.8%;display:none;} .location-footer-map.location-open{display:block;} .location-footer-map iframe{width:100% !important;height:100%;float:left;} .icon-find-location{position:absolute;left:50%;top:-59px;position:absolute;left:50%;width:254px;background:url('../images/pattern-dark.png') no-repeat center center;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:59px;z-index:30;text-align:center;padding:10px 0 0 0;} .icon-find-location span{display:inline-block;width:100%;font-size:14px;color:#ffffff;font-family:'Graviola-Regular';margin-top:-4px;top:-5px;position:relative;} .icon-find-location img{max-width:22px;} .wrapper-spacer{padding:60px 70px;float:left;width:100%;} .home-ride, .home-ride .tp-banner-container, .home-ride .tp-banner, .home-ride .tp-banner li, .home-ride .tp-bgimg, .home-ride .slotholder{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .header-part.header-on{position:absolute;left:0px;width:100%;top:138px;} .header-on .header-bottom{background:transparent;border-bottom:none;} .header-on .logo>a{top:-35px;} .on-scroll{position:absolute;left:0px;width:100%;bottom:50px;z-index:30;text-align:center;} .content-middle{width:615px;margin:0 auto;} .invert .build-white h2{color:#ffffff;} .invert .build-white h6{color:#b9b7b2;} .portfolioFilter-inner.portfolioFilter-sample{box-shadow:none !important;} .portfolioFilter .portfolioFilter-sample a.current{background:#c4993a;color:#ffffff;} .portfolioContainer-sample .menu-list h5{color:#ffffff;} .radius-part{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .feature-label .feature-img{width:36%;} .feature-label .feature-img img{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .feature-label .date-feature small{margin-top:0px;} .feature-label .feature-info{width:64%;background:transparent;padding:26px 25px;} .feature-label .owl-item{background:#f4f2ed;} .feature-label .feature-info span{color:#383848;} .feature-label .icon-user{background:url('../images/user1.png') no-repeat center center;} .feature-label .icon-comment{background:url('../images/comment1.png') no-repeat center center;} .feature-label .date-feature{background:#e4b95b;} .feature-label .owl-theme .owl-nav.disabled+.owl-dots{margin-top:65px;} .feature-primary{color:#20202f;} .feature-primary .build-title h6{color:#ffffff;} .feature-primary .feature-icon-table img{filter:brightness(0) invert(1);} .chef-slote .chef-blog{border-color:transparent;} .chef-slote .chef-inner{background:#ffffff;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;border-radius:18px;} .chef-slote .chef-info{background:#20202f;color:#ffffff;} .chef-slote .chef-blog h5{color:#e4b95b;} .gallery-slider.gallery-uniq{padding-left:0px;padding-right:0px;} .map-address{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .map-address-inner{float:left;width:100%;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;} .map-address-inner img, .map-address-inner iframe{width:100% !important;-webkit-border-bottom-left-radius:20px;-moz-border-bottom-left-radius:20px;-ms-border-bottom-left-radius:20px;-o-border-bottom-left-radius:20px;border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-bottom-right-radius:20px;-ms-border-bottom-right-radius:20px;-o-border-bottom-right-radius:20px;border-bottom-right-radius:20px;} .map-top{float:left;width:100%;background:#20202f;padding:50px 0;-webkit-border-top-left-radius:20px;-moz-border-top-left-radius:20px;-ms-border-top-left-radius:20px;-o-border-top-left-radius:20px;border-top-left-radius:20px;-webkit-border-top-right-radius:20px;-moz-border-top-right-radius:20px;-ms-border-top-right-radius:20px;-o-border-top-right-radius:20px;border-top-right-radius:20px;} .map-bottom{float:left;width:100%;-webkit-border-bottom-left-radius:20px;-moz-border-bottom-left-radius:20px;-ms-border-bottom-left-radius:20px;-o-border-bottom-left-radius:20px;border-bottom-left-radius:20px;-webkit-border-bottom-right-radius:20px;-moz-border-bottom-right-radius:20px;-ms-border-bottom-right-radius:20px;-o-border-bottom-right-radius:20px;border-bottom-right-radius:20px;} .address-blog{float:left;width:auto;color:#ffffff;padding-right:10%;} .address-blog:last-child{padding-right:0px;} .address-blog a{color:#ffffff;} .address-blog h3{color:#e4b95b;margin-bottom:3px;} .footer-round{background:#f4f2ed;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;padding:30px 0;margin:0;float:left;width:100%;color:#20202f;} .footer-round a{color:#20202f;} .footer-round-left{float:left;width:45%;text-align:left;margin-top:45px;} .footer-round-middle{float:left;width:auto;} .footer-round-right{float:right;width:39%;text-align:left;margin-top:45px;} .footer-round .social-top{float:right;} .wrapper-spacer-bg{background:#20202f;padding-left:0px;padding-right:0px;} .wrapper-spacer-bg .header-on .logo>a{top:0px;} .wrapper-spacer-bg .header-part.header-on{top:0px;} .wrapper-spacer-bg .home-slider{padding-left:70px;padding-right:70px;} .wrapper-spacer-bg .home-slider .home-slider-target{float:left;width:100%;position:relative;} .wrapper-spacer-bg h1, .wrapper-spacer-bg h2, .wrapper-spacer-bg h3, .wrapper-spacer-bg h4, .wrapper-spacer-bg h5, .wrapper-spacer-bg h6{color:#e4b95b;} .wrapper-spacer-bg .heade-xs{color:#f6f0f2;} .wrapper-spacer-bg .table-title .heade-xs{color:#9a9a9a;} .wrapper-spacer-bg .table-title h2{color:#383848;} .wrapper-spacer-bg .modal-body .jq-selectbox__select{border-color:#e5e5ee;} .wrapper-spacer-bg .jq-selectbox__select{border-color:#383848;} .wrapper-spacer-bg .jq-selectbox__select-text{color:#636375;} .wrapper-spacer-bg .table-part.booktable input[type="text"], .wrapper-spacer-bg .table-part.booktable input[type="password"], .wrapper-spacer-bg .table-part.booktable input[type="tel"], .wrapper-spacer-bg .table-part.booktable input[type="email"], .wrapper-spacer-bg .table-part.booktable input[type="number"]{background:transparent;color:#636375;border-color:#383848;} .wrapper-spacer-bg .portfolioFilter-inner, .wrapper-spacer-bg .portfolioFilter a.current{background:none;} .wrapper-spacer-bg .portfolioFilter a, .wrapper-spacer-bg .portfolioFilter-inner{border-radius:0px !important;} .wrapper-spacer-bg .portfolioFilter a.current{color:#e4b95b;} .wrapper-spacer-bg .portfolioFilter a{color:#f6f0f2;} .wrapper-spacer-bg .chef-slote .chef-info{background:#383848;} .wrapper-spacer-bg .owl-theme .owl-nav .owl-prev{background:url("../images/arrow-left.png") no-repeat center center;} .wrapper-spacer-bg .owl-theme .owl-nav .owl-next{background:url("../images/arrow-right.png") no-repeat center center;} .wrapper-spacer-bg .owl-theme .owl-nav .owl-prev:hover{background:url("../images/arrow-left-active.png") no-repeat center center;} .wrapper-spacer-bg .owl-theme .owl-nav .owl-next:hover{background:url("../images/arrow-right-active.png") no-repeat center center;} .wrapper-spacer-bg .chef-slote .chef-inner{background:#151521;} .wrapper-spacer-bg .chef-slote .chef-inner:hover{background:#e4b95b;} .wrapper-spacer-bg .chef-slote .chef-inner:hover .chef-info{background:#d2a748;} .wrapper-spacer-bg .chef-slote .chef-inner:hover h5{color:#20202f;} .wrapper-spacer-bg .build-title h6{color:#f6f0f2;} .wrapper-spacer-bg .feature-label .feature-info span{color:#f6f0f2;} .wrapper-spacer-bg .feature-label .owl-item{background:#151521;} .wrapper-spacer-bg .feature-info{color:#f6f0f2;} .wrapper-spacer-bg .feature-label .icon-user{background:url("../images/user1.png") no-repeat center center;} .wrapper-spacer-bg .feature-label .icon-comment{background:url("../images/comment1.png") no-repeat center center;} .wrapper-spacer-bg .owl-theme .owl-dots .owl-dot.active span, .wrapper-spacer-bg .owl-theme .owl-dots .owl-dot:hover span{background:#e4b95b;} .wrapper-spacer-bg .owl-theme .owl-dots .owl-dot span{background:#383848;} .wrapper-spacer-bg .feature-list h5, .wrapper-spacer-bg .feature-list{color:#f6f0f2;} .footer-mix{float:left;width:100%;padding:90px 0 0;color:#f6f0f2;position:relative;} .footer-mix:before{position:absolute;left:4%;width:92%;height:1px;background:#383848;content:"";top:40px;} .footer-mix a{color:#f6f0f2;} .footer-mix a:hover{color:#e4b95b;} .footer-mix .social-top{float:right;} .footer-round-right .social-top li:last-child{margin-right:0px;} .header-part.header-transparent{top:0px;} .header-part.header-transparent .logo>a{top:-25px;left:0px;transform:none !important;} .header-part.header-transparent .menu-main{float:right;} .header-transparent .logo{position:relative;text-align:left;} .header-transparent .header-info{width:auto;margin-left:35px;} .header-transparent .header-bottom{padding:40px 0;} .tp-caption i.text-on-slider{font-weight:400 !important;} .booktable-none .jq-selectbox__select{border-radius:0px !important;} .booktable-none input[type="text"], .booktable-none input[type="password"], .booktable-none input[type="tel"], .booktable-none input[type="email"], .booktable-none input[type="number"]{border-radius:0px !important;} .dishes-special{float:left;width:100%;padding:180px 0;} .dishes-special .build-title h6{color:#f6f0f2;} .dishes-filter .portfolioFilter-inner{background:transparent;border-radius:0px !important;box-shadow:none !important;} .dishes-filter .portfolioFilter{background:rgba(32, 32, 47, 0.85);} .dishes-filter .portfolioFilter a{border-radius:0px !important;color:#ffffff;padding-top:25px;padding-bottom:25px;position:relative;} .dishes-filter .portfolioFilter a.current{background:transparent;color:#e4b95b;} .dishes-filter .portfolioFilter a.current:before{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffffff;position:absolute;bottom:0px;left:50%;content:"";-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);} .dishes-filter .menu-wrapper{margin-top:-76px;} .feature-extra .feature-blog .feature-img img, .feature-extra .feature-blog .item, .feature-extra .feature-blog .owl-item, .feature-extra .feature-info, .feature-extra .date-feature{border-radius:0px;} .feature-extra .date-feature small{margin-top:0px;} .feature-extra .owl-theme .owl-nav .owl-prev{background:url(../images/direction-left.png) no-repeat center center;} .feature-extra .owl-theme .owl-nav .owl-prev:hover{background:url(../images/direction-left-active.png) no-repeat center center;} .feature-extra .owl-theme .owl-nav .owl-next{background:url(../images/direction-right.png) no-repeat center center;} .feature-extra .owl-theme .owl-nav .owl-next:hover{background:url(../images/direction-right-active.png) no-repeat center center;} .food-extra .food-blog{margin-top:0px;} .map-fix{padding:0px;} .map-fix img, .map-fix iframe{width:100% !important;} .instagram-trail a>img, .instagram-trail .gallery-overlay-inner{border-radius:0px !important;} .instagram-trail .owl-theme .owl-nav .owl-prev{background:url(../images/direction-left.png) no-repeat center center;} .instagram-trail .owl-theme .owl-nav .owl-prev:hover{background:url(../images/direction-left-active.png) no-repeat center center;} .instagram-trail .owl-theme .owl-nav .owl-next{background:url(../images/direction-right.png) no-repeat center center;} .instagram-trail .owl-theme .owl-nav .owl-next:hover{background:url(../images/direction-right-active.png) no-repeat center center;} .footer-form{float:left;width:100%;position:relative;color:#f6f0f2;font-size:15px;font-family:'Graviola-Regular';} .footer-form a{color:#f6f0f2;} .footer-form-top{float:left;width:100%;position:relative;padding:45px 0 28px 0;} .footer-form-left{float:left;width:auto;} .footer-form-left h3{color:#e4b95b;} .footer-form-left p:last-child{margin-bottom:0px;} .footer-form-top h3{margin:0 0 20px 0;} .footer-form-top p{margin:0 0 14px 0;} .footer-form-top a{display:block;} .footer-form-middle{float:left;width:100%;color:#636375;} .footer-form-middle .btn-main{width:100%;height:59px;line-height:59px;font-size:18px;text-transform:inherit;} .footer-form-middle input[type="text"], .footer-form-middle input[type="email"], .footer-form-middle input[type="password"], .footer-form-middle textarea{border-radius:0px !important;margin-bottom:20px;padding-left:24px;padding-right:24px;} .footer-form-middle h3{text-align:center;} .footer-form-middle textarea{height:144px;padding:19px 24px;} .footer-form-right{float:right;width:auto;text-align:right;} .footer-form-right .social-top{float:right;width:auto;} .footer-form-right .social-top li:last-child{margin-right:0px;} .footer-form-right .social-top li a{color:#5c5c6e;} .footer-form-right .social-top li:hover a{color:#bdbdd3;} .footer-xs{float:left;width:100%;position:relative;} .footer-xs-left{float:left;width:30%;} .footer-xs-middle{float:left;width:40%;background:#ffffff;padding:25px 65px 45px 65px;margin-top:-200px;} .footer-xs-right{float:left;width:30%;position:absolute;right:0px;bottom:0px;} .footer-form-bottom{float:left;width:100%;background:#20202f;padding:27px 0;text-align:center;} .header-expert .header-bottom{border-bottom:none;background:none;padding:19px 0;} .header-expert .menu-main li a{color:#383848;} .header-expert .search-part>a{background-image:url("../images/icon-zoom-blue.png");} .header-expert .search-part.active>a{background-image:url("../images/close-blue.png");} .header-expert .header-collect a{color:#383848;} .header-expert .search-box{top:76px;} .dishes-expand .slick-prev{background:url('../images/arrow-black-left.png') no-repeat center center;width:50px;height:50px;} .dishes-expand .slick-prev:hover, .dishes-expand .slick-prev:focus{background:url('../images/arrow-left-active.png') no-repeat center center;} .dishes-expand .slick-next{background:url('../images/arrow-black-right.png') no-repeat center center;width:50px;height:50px;} .dishes-expand .slick-next:hover, .dishes-expand .slick-next:focus{background:url('../images/arrow-right-active.png') no-repeat center center;} .menu-return .portfolioFilter-inner{box-shadow:none !important;background:none !important;} .menu-return .portfolioFilter a{color:#ffffff;} .menu-return .portfolioFilter a span{display:block;margin-bottom:5px;} .menu-return .portfolioFilter a.current{background:transparent;color:#e4b95b;} .footer-inset{color:#5e5e75;display:inline-block;width:100%;font-size:13px;line-height:24px;padding-bottom:25px;} .footer-inset a{color:#5e5e75;} .footer-inset p a{display:block;} .footer-inset a:hover{color:#bdbdd3;} .footer-inset h1, .footer-inset h2, .footer-inset h3, .footer-inset h4, .footer-inset h5, .footer-inset h6{color:#ffffff;} .footer-inset .social-top li{margin-right:14px;} .footer-inset .social-top li:last-child{margin-right:0px;} .footer-inset .social-top a{font-size:16px;} .footer-action{padding-bottom:0px;border-bottom:none;} .footer-inset-copyright{display:inline-block;width:100%;text-align:center;color:#5e5e75;font-size:13px;background:#12121d;padding:22px 0;} .equal-inset{float:left;width:100%;} .breadcrumb-part{padding:0px;height:345px;} .breadcrumb-inner{position:absolute;left:0px;width:100%;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#ffffff;text-align:center;} .breadcrumb-inner h2, .breadcrumb-inner h3{color:#ffffff;margin-bottom:7px;text-transform:uppercase;} .breadcrumb-inner a{display:inline-block;width:auto;color:#ffffff;} .breadcrumb-inner a:after{content:"-";padding:0 8px 0 10px;} .breadcrumb-inner a:last-child:after{display:none;} .breadcrumb-inner span{display:inline-block;width:auto;color:#e4b95b;} .discount-part{padding:55px 0 110px 0;} .discount-part h2{font-weight:300;} .discount-part h2 span{color:#e4b95b;font-size:60px;font-weight:700;} .discount-part .heade-xs{margin:0;} .discount-left{float:left;width:100%;padding-top:50px;} .discount-right{float:left;width:100%;} .menu-sector-blog{display:inline-block;width:100%;position:relative;margin:0 0 85px 0;} .menu-sector-img{display:inline-block;width:100%;text-align:center;margin-bottom:25px;} .menu-sector-title{display:inline-block;width:100%;text-align:center;} .menu-sector-inner{display:inline-block;width:100%;position:relative;margin:85px 0 0 0;} .menu-sector-list{float:left;width:100%;position:relative;margin:0 0 25px 0;} .menu-sector-list h6{border-bottom:1px dashed #cccccc;padding-bottom:25px;padding-right:60px;position:relative;} .menu-sector-list h6 span{color:#e4b95b;position:absolute;right:0;top:0;} .discount-partial{padding:50px 0;margin:0 0 180px 0;} .discount-partial .discount-right{margin-bottom:-130px;} .discount-partial .discount-left{padding-top:0px;} .menu-sector-dessert .menu-sector-list h6{border-bottom:none;padding-bottom:0;padding-right:60px;} .menu-sector-dessert .menu-sector-list{margin-bottom:15px;height:auto !important;} .menu-round{float:left;width:100%;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;background:#ffffff;margin-bottom:30px;} .menu-round-img{float:left;width:100%;-webkit-border-radius:17px 17px 0px 0px;-moz-border-radius:17px 17px 0px 0px;-ms-border-radius:17px 17px 0px 0px;-o-border-radius:17px 17px 0px 0px;border-radius:17px 17px 0px 0px;} .menu-round-img img{-webkit-border-radius:17px 17px 0px 0px;-moz-border-radius:17px 17px 0px 0px;-ms-border-radius:17px 17px 0px 0px;-o-border-radius:17px 17px 0px 0px;border-radius:17px 17px 0px 0px;} .menu-round-info{float:left;width:100%;-webkit-border-radius:0px 0px 17px 17px;-moz-border-radius:0px 0px 17px 17px;-ms-border-radius:0px 0px 17px 17px;-o-border-radius:0px 0px 17px 17px;border-radius:0px 0px 17px 17px;padding:24px 30px;} .menu-round-info h5{margin:0px;position:relative;padding-right:80px;} .menu-round-info h5 span{color:#e4b95b;position:absolute;right:0px;top:0px;} .service-track{display:inline-block;width:100%;} .service-track-inner{float:left;width:100%;height:283px;position:relative;vertical-align:middle;text-align:center;background:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;overflow:hidden;} .service-track-inner h3{font-size:30px;margin:0px;line-height:normal;text-transform:uppercase;} .service-track-inner h3 span{color:#e4b95b;display:block;} .service-track-info{float:left;width:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0px;} .service-track-overlay{color:#ffffff;position:absolute;top:100%;left:0px;width:100%;background-color:#e4b95b;z-index:1;height:100%;padding:20px 15px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;} .service-track-inner:hover .service-track-overlay{top:0px;} .service-track-overlay h3, .service-track-overlay h4, .service-track-overlay h5{color:#ffffff;} .service-track-overlay h3 span, .service-track-overlay h4 span, .service-track-overlay h5 span{color:#ffffff;} .service-track-overlay a{color:#ffffff;} .service-track-overlay h3{margin:15px 0 10px 0;} .service-track-overlay p{margin:0px;} .service-port{display:inline-block;width:100%;margin:0 0 95px 0;} .service-port-outer .service-port:last-child{margin-bottom:0px;} .service-port-prev{float:left;width:100%;position:relative;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;border:2px solid #f4f2ed;} .service-port-prev img{-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;width:100%;position:relative;top:-20px;left:-20px;} .service-port-next{float:left;width:100%;position:relative;margin-top:55px;} .service-port.even .service-port-left{float:right;} .partner-part img{width:auto !important;display:inline-block !important;} .partner-part{padding:70px 0 120px 0;} .partner-part .item img{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .partner-part .item:hover img{-webkit-filter:grayscale(0);filter:grayscale(0);} .gallery-royal{display:inline-block;width:100%;} .gallery-megic-blog{float:left;width:100%;position:relative;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;color:#ffffff;margin:0 0 30px 0;} .gallery-megic-blog h1, .gallery-megic-blog h2, .gallery-megic-blog h3, .gallery-megic-blog h4, .gallery-megic-blog h5, .gallery-megic-blog h6, .gallery-megic-blog p{margin:0px;color:#ffffff;} .gallery-megic-inner{position:absolute;top:0px;width:100%;height:100%;left:0px;padding:20px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;overflow:hidden;opacity:0;z-index:-1;-webkit-transform:scale(0) rotate(-180deg);-moz-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg);-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;} .gallery-megic-out{display:table;width:100%;position:relative;height:100%;background:rgba(228, 185, 91, 0.90);-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .gallery-megic-detail{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;text-align:center;padding:15px;} .gallery-megic-blog img{width:100%;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .gallery-megic-detail span{font-size:16px;} .gallery-megic-blog:hover .gallery-megic-inner{opacity:1;-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;z-index:1;} .gallery-pagination{text-align:center;display:inline-block;width:100%;font-family:'QuicksandBold-Regular';font-size:13px;color:#959393;margin-top:40px;} .gallery-pagination-inner{display:inline-block;width:auto;} .gallery-pagination ul, .gallery-pagination li{margin:0px;padding:0px;list-style:none;} .gallery-pagination li{display:inline-block;width:auto;margin-right:18px;text-align:center;} .gallery-pagination li:last-child{margin-right:0px;} .gallery-pagination li a{display:block;padding:0px;border:2px solid #f4f2ed;-webkit-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;width:52px;height:52px;line-height:50px;color:#959393;} .gallery-pagination li .pagination-prev, .gallery-pagination li .pagination-next{text-transform:uppercase;-webkit-border-radius:28px;-moz-border-radius:28px;-o-border-radius:28px;border-radius:28px;padding:0 30px;width:auto;} .gallery-pagination li:hover a, .gallery-pagination li.active a{background:#20202f;color:#ffffff;} .pagination-prev .fa{margin-right:6px;} .pagination-next .fa{margin-left:6px;} .mesonay-megic img, .mesonay-megic .msrItem{-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;margin:0px;} .blog-left-section{background-color:#f4f2ed;padding:38px 28px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .blog-left-section h5{color:#383848;text-align:left;} .blog-left-section .list li{color:#e4b95b;margin-top:10px;} .blog-left-section .list li a{color:#7a7676;display:block;padding-left:10px;} .blog-left-section small{color:#7a7676;font-size:14px;} .blog-left-section h6{color:#20202f;font-size:16px;margin-bottom:12px;} .blog-left-section p{margin-bottom:12px;} .blog-common-wide{display:inline-block;width:100%;position:relative;margin-bottom:50px;} .blog-left-search input[type="text"]{width:100%;height:60px;background-color:#ffffff;border:none;-webkit-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;padding:10px 60px 10px 40px;font-size:16px;margin:0px;} .blog-left-search input[type="submit"]{font-family:'FontAwesome';background:none;border:none;font-size:22px;font-weight:300;position:absolute;right:0px;top:0px;height:100%;padding:0 20px;} .recent-blog-list{display:inline-block;margin-bottom:22px;width:100%;} .blog-recent-post .recent-blog-list:last-child{margin-bottom:0px;} .popular-tag{text-align:center;} .popular-tag a{display:inline-block;width:auto;padding:0 20px;height:34px;line-height:34px;font-size:14px;color:#7a7676;min-width:88px;background:#ffffff;text-align:center;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;margin:0 5px 15px;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;color:#7a7676;} .popular-tag a:hover{background:#20202f;color:#ffffff;} .tag-btn{display:inline-block;width:auto;padding:0 20px;height:34px;line-height:34px;font-size:14px;color:#7a7676;min-width:88px;background:#f4f2ed !important;text-align:center;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;margin:0 9px 15px 0;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;color:#7a7676 !important;} .tag-btn:hover{background:#20202f !important;color:#ffffff !important;} .tag-btn:last-child{margin-right:0px;} .best-deal-blog{display:inline-block;width:100%;font-size:16px;margin-bottom:35px;} .best-deal-blog p{margin:0px;} .best-deal-left{float:left;max-width:111px;} .best-deal-right{margin-left:130px;} .best-deal-right p{color:#20202f;} .best-deal-right strong{color:#e4b95b;} .best-deal-blog:last-child{margin-bottom:0px;} .blog-right-listing{display:inline-block;width:100%;margin:0 0 30px 0;} .blog-right-listing .feature-img img{width:100%;} .blog-right-listing .feature-info{padding-left:0px;padding-right:0px;} .blog-right-listing .feature-info h5{margin:15px 0;} .blog-right-listing .feature-info p{margin-bottom:20px;} .blog-right-listing .button-default{height:50px;line-height:47px;} .blog-common-wide:last-child{margin-bottom:0px;} .blog-main-full .blog-right-listing .feature-info{padding-top:40px;} .blog-main-full .date-feature{top:inherit;bottom:-40px;right:90px;} .blog-main-2col .blog-right-listing .feature-info{padding-top:65px;} .blog-main-2col .date-feature{top:inherit;bottom:-40px;right:inherit;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background:#e4b95b;} .blog-list-outer .feature-img{float:left;width:50%;padding-right:15px;} .blog-list-outer .feature-info{float:left;width:50%;padding-top:0px;padding-left:15px;} .blog-list-outer .date-feature{right:inherit;left:20px;} .read-arrow{background:url('../images/learn-arrow.png') no-repeat right center;padding-right:34px;} .blog-single{color:#959393;font-size:15px;} .blog-single blockquote{font-size:15px;font-style:italic;border:2px solid #f4f2ed;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;padding:20px 55px 20px 95px;position:relative;} .blog-single blockquote .quote{position:absolute;left:30px;top:30px;font-size:90px;font-family:'Quicksand', sans-serif;font-weight:700;color:#e4b95b;font-style:normal;} .ul-list{margin-left:25px;} .ul-list li{padding-left:25px;position:relative;} .ul-list li:before{content:"•";position:absolute;left:0px;top:0px;font-size:18px;color:#e4b95b;} .share-tag{display:inline-block;width:100%;margin:25px 0;} .share-tag h5{font-size:18px;display:inline-block;margin-right:10px !important;color:#20202f;} .share-tag .social{display:inline-block;width:auto;} .social li{display:inline-block;width:auto;margin-right:10px;} .social li:last-child{margin-right:0px;} .social li a{display:block;width:40px;border:2px solid #f4f2ed;height:40px;text-align:center;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;line-height:39px;color:#959393;} .social li:hover a{color:#ffffff;} .social li.social-facebook:hover a{background:#3B5998;border-color:#3B5998;} .social li.social-tweeter:hover a{background:#1DA1F2;border-color:#1DA1F2;} .social li.social-instagram:hover a{background:#FBAD50;border-color:#FBAD50;} .social li.social-dribble:hover a{background:#DD3E7B;border-color:#DD3E7B;} .social li.social-google:hover a{background:#3A7CEC;border-color:#3A7CEC;} .plain-btn{display:inline-block;width:auto;border:2px solid #f4f2ed;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;padding:10px 35px;font-size:13px;color:#959393 !important;text-transform:uppercase;} .plain-btn .icon-left-4{margin-right:22px;} .comment-blog{display:inline-block;width:100%;} .comment-blog h3{font-size:25px;color:#20202f;} .comment-inner-list{display:inline-block;width:100%;margin-bottom:20px;} .comment-inner-list h5{font-size:18px;color:#20202f;margin-bottom:10px;padding-right:34%;} .comment-img{float:left;max-width:115px;} .comment-info{margin-left:145px;position:relative;} .comment-date{position:absolute;font-size:14px;color:#e4b95b;right:0px;top:-2px;width:32%;text-align:right;} .comment-blog form{margin-top:36px;} .comment-review-tab .comment-blog textarea{border:none;background-color:#ffffff;} .comment-review-tab .comment-blog input[type="text"], .comment-review-tab .comment-blog input[type="password"], .comment-review-tab .comment-blog input[type="tel"], .comment-review-tab .comment-blog input[type="email"], .comment-review-tab .comment-blog input[type="number"]{background-color:#ffffff;border:none;} .submit-btn{height:50px;width:auto;background-color:#c66d55;color:#ffffff;text-transform:uppercase;border:none;-webkit-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;padding:0 30px;text-align:center;min-width:225px;font-size:16px;display:inline-block;line-height:50px;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;} .submit-btn:hover{color:#ffffff;background:#20202f;} .cart-overlay-wrap{position:absolute;left:0px;width:100%;height:100.1%;background:rgba(228, 185, 91, 0.9);top:0px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;overflow:hidden;opacity:0;z-index:-1;-webkit-transform:scale(0) rotate(-180deg);-moz-transform:scale(0) rotate(-180deg);-ms-transform:scale(0) rotate(-180deg);-o-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg);-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;} .shop-main-list:hover .cart-overlay-wrap{opacity:1;-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);-o-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;z-index:1;} .cart-overlay{position:absolute;left:0px;width:100%;text-align:center;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);} .shop-cart-btn{line-height:40px;width:auto;min-width:152px;background-color:#372727;color:#ffffff;height:40px;display:inline-block;text-align:center;font-family:'Graviola-Regular';text-transform:uppercase;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;} .shop-product{display:inline-block;width:100%;position:relative;margin-bottom:20px;} .shop-product img{width:100%;} .shop-main-list h5{font-size:18px;color:#20202f;margin:0 0 10px 0;} .shop-main-list h5 strong{color:#e4b95b;} .shop-main-list{float:left;width:100%;text-align:center;margin:0 0 40px 0;} .shop-single p{margin:20px 0;} .slick-shop img{width:100%;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .slick-shop-thumb{padding:0 30px;margin-top:25px;} .slick-shop-thumb img{width:100%;} .slick-shop-thumb .slick-slide{margin:0 12px;} .slick-shop-thumb .slick-current{position:relative;} .slick-shop-thumb .slick-current:before{position:absolute;border:2px solid #e4b95b;content:"";width:100%;height:100%;left:0px;top:0px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .star-review-collect{display:inline-block;width:100%;} .star-rating{float:left;margin-right:15px;position:relative;font-family:'icomoon';font-size:1em;height:1em;line-height:1em;overflow:hidden;top:4px;width:5.4em;} .star-rating:before{color:#e5e5e5;content:"SSSSS";float:left;left:0;position:absolute;top:0;} .star-rating span.star-rating-customer:before{color:#e4b95b;content:"SSSSS";left:0;position:absolute;top:0;} .star-rating .star-rating-customer{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;text-shadow:none;top:0;} .star-review span.star-review-customer{background:rgba(0, 0, 0, 0) url("../images/star.png") repeat-x scroll left 0;display:inline-block;height:16px;position:relative;width:80px;margin-bottom:-3px;} .star-review span.star-review-customer a{float:left;height:0;left:0;overflow:hidden;padding-top:16px;position:absolute;top:0;width:16px;} .star-review span.star-review-customer a.star-1{width:16px;z-index:10;} .star-review span.star-review-customer a.star-2{width:32px;z-index:9;} .star-review span.star-review-customer a.star-3{width:48px;z-index:8;} .star-review span.star-review-customer a.star-4{width:64px;z-index:7;} .star-review span.star-review-customer a.star-5{width:80px;z-index:6;} .star-review span.star-review-customer a:hover{background:rgba(0, 0, 0, 0) url("../images/star.png") repeat-x scroll left -32px;} .comment-blog .star-review span.star-review-customer{background:rgba(0, 0, 0, 0) url("../images/star.png") repeat-x scroll left -16px;margin-left:15px;} .review-text{margin-left:10px;color:#e4b95b;} .price-textbox{display:inline-block;width:auto;position:relative;max-width:170px;text-align:center;color:#372727;} .price-textbox input{text-align:center;color:#372727;margin:0px;} .price-textbox input::-webkit-input-placeholder{text-align:center;} .price-textbox input:-moz-placeholder{text-align:center;} .price-textbox input::-moz-placeholder{text-align:center;} .price-textbox input:-ms-input-placeholder{text-align:center;} .fa-shopping-bag{margin-right:15px;} .shop-single .social-wrap{margin-bottom:20px;} .shop-single .share-tag{margin:35px 0;} .shop-single .filter-btn{margin-left:18px;} .minus-text{position:absolute;top:15px;left:15px;cursor:pointer;} .plus-text{position:absolute;top:15px;right:15px;cursor:pointer;} .comment-review-tab{margin:125px 0 0 0;background:#f4f2ed;} .tab-part{float:left;width:100%;margin-top:-58px;} .tab-inner{display:inline-block;width:100%;} .tab-part .tab-content{padding:70px 0 60px;max-width:750px;margin-left:auto;margin-right:auto;} .tab-part .nav-tabs{text-align:center;} .tab-part .nav-tabs>li{float:none;display:inline-block;font-family:'QuicksandBook-Regular';font-size:18px;} .tab-part .nav-tabs>li>a{margin-right:0px;padding:16px 47px;border:none;color:#20202f;-webkit-border-radius:17px 17px 0 0;-moz-border-radius:17px 17px 0 0;-ms-border-radius:17px 17px 0 0;-o-border-radius:17px 17px 0 0;border-radius:17px 17px 0 0;} .tab-part .nav-tabs>li.active>a, .tab-part .nav-tabs>li.active>a:hover, .tab-part .nav-tabs>li.active>a:focus{border:none;color:#20202f;background:#f4f2ed;} .tab-part .nav>li>a:hover, .tab-part .nav>li>a:focus{background:#f4f2ed;} .tab-part .review-text{margin-left:0px;margin-right:10px;color:#959393;} .tab-part .comment-blog .form p{text-align:center;} .tab-part .tab-content .title{margin-bottom:30px;} .tab-part .tab-content h3{margin-bottom:0px;} .tab-part .comment-blog form{margin-top:0px;} .shop-single .slick-slide img{margin:0px;} .shop-single .slick-prev{left:0px;z-index:1;} .shop-single .slick-next{right:0px;z-index:1;} .shop-single .slick-prev, .shop-single .slick-prev:hover, .shop-single .slick-prev:focus{background:rgba(0, 0, 0, 0) url("../images/slider-arrow-left-black.png") no-repeat scroll center center;height:13px;width:20px;background-size:20px 13px;} .shop-single .slick-next, .shop-single .slick-next:hover, .shop-single .slick-next:focus{background:rgba(0, 0, 0, 0) url("../images/slider-arrow-right-black.png") no-repeat scroll center center;height:13px;width:20px;background-size:20px 13px;} .filter-btn{-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;display:inline-block;width:auto;min-width:110px;height:50px;line-height:50px;background:#e4b95b;text-align:center;color:#ffffff;text-transform:uppercase;margin-top:20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;border-radius:30px;font-family:'Quicksand', sans-serif;font-weight:700;padding:0 50px;} .filter-btn:hover{color:#ffffff;background:#372727;} .related-product{padding-bottom:135px;} .related-img{float:left;width:100%;position:relative;} .related-info{float:left;width:100%;position:relative;text-align:center;margin:20px 0 0 0;} .related-info a{color:#383848;} .related-info h6{margin:0 0 10px 0;} .related-info a strong{color:#e4b95b;} .comment-review-tab .nav-tabs{border-bottom:1px solid #f4f2ed;} .checkout-wrap{text-align:center;padding:0 0 115px 0;} ul.checkout-bar{height:15px;} ul.checkout-bar li{color:#333e48;display:block;font-size:16px;font-weight:600;padding:14px 20px 14px 80px;position:relative;font-family:'QuicksandBook-Regular';display:inline-block;margin:50px 0 0;padding:0;text-align:center;width:19%;cursor:pointer;} ul.checkout-bar li:before{background:#ffffff;border:2px solid #FFF;border-radius:50%;line-height:45px;height:45px;position:absolute;text-align:center;top:-65px;width:45px;z-index:9;font-family:'Quicksand', sans-serif;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);} ul.checkout-bar li.active{font-family:'Quicksand', sans-serif;} ul.checkout-bar li.done-proceed:before, ul.checkout-bar li.active:before{background:#e4b95b;z-index:9;color:#ffffff;border-color:#e4b95b;} .checkout-bar li:after{-webkit-animation:myanimation 3s 0;background-color:#ffffff;content:"";height:5px;width:100%;left:50%;position:absolute;top:-45px;z-index:0;} .checkout-bar li.done-proceed:after{-webkit-animation:myanimation 3s 0;background-color:#e4b95b;content:"";height:5px;width:100%;left:50%;position:absolute;top:-45px;z-index:0;} body main .checkout-bar li:last-child:after{display:none;} ul.checkout-bar li:nth-child(1):before{content:"1";} ul.checkout-bar li:nth-child(2):before{content:"2";} ul.checkout-bar li:nth-child(3):before{content:"3";} ul.checkout-bar li:nth-child(4):before{content:"4";} ul.checkout-bar li:nth-child(5):before{content:"5";} ul.checkout-bar li:nth-child(6):before{content:"6";} .shop-cart-list{display:inline-block;width:100%;padding:30px 34px;background-color:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} table.shop-cart-table{font-family:'Quicksand', sans-serif;font-weight:700;border-collapse:separate;border-spacing:0;font-size:18px;position:relative;width:100%;} table.shop-cart-table th, table.shop-cart-table td{padding:18px 0;} table.shop-cart-table td{padding:26px 0;} table.shop-cart-table thead{color:#ffffff;} table.shop-cart-table th{background-color:#372727;} table.shop-cart-table thead th:first-child{padding-left:38px;border-top-left-radius:17px;-webkit-border-top-left-radius:17px;-moz-border-top-left-radius:17px;-ms-border-top-left-radius:17px;-o-border-top-left-radius:17px;border-bottom-left-radius:17px;-webkit-border-bottom-left-radius:17px;-moz-border-bottom-left-radius:17px;-ms-border-bottom-left-radius:17px;-o-border-bottom-left-radius:17px;} table.shop-cart-table thead th:last-child{padding-right:38px;border-top-right-radius:17px;-webkit-border-top-right-radius:17px;-moz-border-top-right-radius:17px;-ms-border-top-right-radius:17px;-o-border-top-right-radius:17px;border-bottom-right-radius:17px;-webkit-border-bottom-right-radius:17px;-moz-border-bottom-right-radius:17px;-ms-border-bottom-right-radius:17px;-o-border-bottom-right-radius:17px;} table.shop-cart-table tbody{color:#372727;} table.shop-cart-table tbody th{display:none;} .product-cart{display:table-cell;vertical-align:middle;padding-right:38px;} .product-cart-title{display:table-cell;vertical-align:middle;} table.shop-cart-table strong{color:#c7a17a;display:block;} table.shop-cart-table tr td, table.shop-cart-table tr th{border:none;} table.shop-cart-table del{color:#e1dfda;display:block;font-family:'QuicksandBook-Regular';font-weight:400;} table.shop-cart-table .shop-cart-close{position:absolute;right:0px;cursor:pointer;margin-right:10px;margin-top:35px;} .product-cart-detail{display:inline-block;width:100%;} .product-cart-detail input{margin:0px;} .cupon-part{display:inline-block;width:auto;margin-right:20px;} .cart-total{float:right;width:100%;padding:30px 50px;background-color:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;margin-top:45px;max-width:460px;color:#372727;font-size:18px;} .cart-total small{font-size:15px;float:left;color:#959393;} .cart-total-title{display:inline-block;width:100%;margin-bottom:55px;text-align:center;} .cart-total h5{margin:0px;font-size:22px;} .product-cart-total{display:inline-block;width:100%;margin-bottom:18px;} .product-cart-total span, .grand-total span{float:right;} .grand-total{display:inline-block;width:100%;margin:19px 0 45px;} .grand-total h5 span{color:#c7a17a;} .proceed-check{display:inline-block;width:100%;} .proceed-check .btn-medium{width:100%;} .order-complete-box{display:inline-block;width:100%;padding:65px 25px 55px;text-align:center;background:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .order-complete-box .btn-primary-gold{text-transform:inherit;} .order-complete-box p{margin:50px 0;} .track-oder{display:inline-block;width:100%;padding:65px 25px 55px;text-align:center;background:#ffffff;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .track-oder-inner{display:inline-block;width:auto;text-align:left;} .track-oder-inner h3{font-size:28px;line-height:36px;color:#1b1b29;margin:0px;} .track-oder-inner h3 span{color:#eae7de;font-weight:400;} .clock-track-icon{display:table-cell;vertical-align:middle;} .track-status{display:table-cell;vertical-align:middle;padding-left:65px;} .shop-checkout-left{float:left;width:100%;background:#ffffff;padding:35px 30px 10px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .shop-checkout-left h6{font-size:18px;} .shop-checkout-left h6 a{font-weight:700;color:#20202f;} .form-checkout{margin-top:45px;} .form-checkout label{color:#959393;} .form-checkout label{margin-bottom:29px;} .form-checkout h5{color:#20202f;font-size:17px;margin-bottom:29px;} .shop-checkout-right{float:left;width:100%;background:#ffffff;padding:35px 30px 40px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;} .shop-checkout-right h5{color:#20202f;font-size:22px;text-align:center;margin:0 0 50px 0;} .shop-checkout-right h6{color:#372727;font-weight:700;margin:0px;} .shop-checkout-right h6 span{float:right;} .shop-checkout-row, .shop-checkout-title{display:inline-block;width:100%;} .shop-checkout-row{padding-bottom:15px;border-bottom:1px solid #e0e0e0;} .shop-checkout-title{padding-bottom:30px;} .shop-checkout-row p{margin:0px 0 5px 0;} .shop-checkout-row p span{min-width:160px;display:inline-block;} .shop-checkout-right small{float:right;font-size:15px;color:#959393;} .shop-checkout-right a{color:#372727;} .checkout-total{display:inline-block;width:100%;padding:20px 0;border-bottom:1px solid #e0e0e0;} .shop-checkout-box .checkout-total:last-child{border-bottom:none;} .shop-checkout-right .price-big{font-size:22px;color:#e4b95b;font-weight:700;} .shop-checkout-box{display:inline-block;width:100%;margin:0 0 50px 0;} .shop-checkout-box:last-child{margin-bottom:0px;} .payment-mode{display:inline-block;width:100%;margin-bottom:15px;} .payment-mode label{margin-right:30px;vertical-align:middle;} .payment-mode img{margin-top:-10px;margin-right:15px;} .checkout-terms{display:inline-block;width:100%;margin:50px 0 30px 0;} .checkout-button{display:inline-block;width:100%;text-align:center;} .checkout-button .button-default{font-weight:700;} .select-dropbox{margin-bottom:29px;} .form-common{float:left;width:100%;background:#ffffff;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;padding:60px 45px;} .form-common h3{margin-bottom:0px;} .register-form .button-default-submit{width:100%;background:#c7a17a;height:60px;font-size:22px;color:#ffffff;font-family:'Quicksand', sans-serif;font-weight:700;margin:10px 0 15px 0;} .register-form .button-default-submit:hover{background:#e4b95b;} .register-wrap p{margin:25px 0 0 0;} .form-common a{color:#20202f;} .form-common label{font-weight:normal;} .login-form .button-default-submit{width:100%;background:#20202f;border-color:#20202f;height:60px;font-size:22px;color:#ffffff;font-family:'Quicksand', sans-serif;font-weight:700;margin:30px 0 30px 0;} .login-form .button-default-submit:hover{background:#e4b95b;border-color:#e4b95b;} .divider-login{display:inline-block;width:100%;position:relative;} .divider-login hr{border-top:1.5px solid #cccccc;} .divider-login span{position:absolute;left:50%;top:50%;padding:0 24px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#ffffff;} .form-common .btn-change{height:60px;width:100%;color:#ffffff;padding:0 20px;line-height:60px;margin-top:15px;} .form-common .facebook-btn{background:#3b5998;border-color:#3b5998;color:#ffffff;} .form-common .facebook-btn:hover{color:#ffffff;} .form-common .tweeter-btn{background:#1da1f2;border-color:#1da1f2;} .form-common .tweeter-btn{color:#ffffff;} .btn-change .fa{margin-right:5px;} .login-register .title{display:inline-block;margin-bottom:50px;width:100%;} .contact-map{padding:0px;} .contact-part iframe, .contact-part .map{width:100% !important;margin-bottom:45px;} .contact-blog-row{float:left;width:100%;border:2px solid #f4f2ed;padding:25px 45px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;color:#20202f;text-align:center;min-height:212px;margin-bottom:70px;} .contact-blog-row a{color:#20202f;} .contact-icon{display:block;min-height:65px;} .contact-blog-row p{margin:45px 0 0 0;} .contact-part .submit-btn{float:right;} .co-title{font-size:20px;font-weight:700;display:block;margin-bottom:13px;font-family:'Quicksand', sans-serif;} .time-list li{margin-bottom:8px;} .time-list li span{display:inline-block;width:auto;} .time-list .week-name{min-width:180px;} .contact-part address{margin-bottom:50px;color:#20202f;} .contact-part address a{color:#20202f;} .contact-part address a:hover{color:#e4b95b;} .contact-part .title{display:inline-block;margin-bottom:50px;width:100%;} .error-404{position:fixed;left:0px;height:100%;width:100%;top:0px;z-index:1;} .error-404-inner{position:absolute;top:50%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;color:#ffffff;line-height:36px;padding:0 15px;margin-top:5%;font-family:'QuicksandBook-Regular';} .error-404-inner h2, .error-404-inner p{margin:0px;} .error-404-inner h2{color:#ffffff;} .error-404-inner h2{margin-bottom:8px;} .error-404-inner a{color:#e4b95b;font-family:'QuicksandBook-Regular';text-decoration:underline;} .error-404-title{display:inline-block;width:100%;color:#e4b95b;font-size:200px;margin-bottom:40px;font-family:'Quicksand', sans-serif;font-weight:700;} .accordion-part .panel-default{border:none;box-shadow:none;} .accordion-part.panel-group .panel-heading+.panel-collapse>.panel-body, .accordion-part.panel-group .panel-heading+.panel-collapse>.list-group{border:none;} .accordion-part .panel-heading{padding:0px;background:transparent;} .accordion-part .panel-title{font-size:18px;font-family:'Source Sans Pro', sans-serif;font-weight:600;} .accordion-part .panel-title a{display:block;padding:13px 50px 13px 34px;color:#372727;border:2px solid #f4f2ed;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;position:relative;} .accordion-part .panel-title a:after{content:"\f107";position:absolute;right:28px;top:50%;font-family:'FontAwesome';-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);} .accordion-part .panel-title a[aria-expanded="true"]{background:#f4f2ed;} .accordion-part .panel-title a[aria-expanded="true"]:after{content:"\f106";} .accordion-part .panel-body{padding:28px 34px;} .team-page .chef-blog{margin-top:170px;} body main .team-page{padding-bottom:70px;} .team-work{padding-top:0px;padding-bottom:180px;} .wide-grid-item, .big-grid-item{width:50%;float:left;padding:15px;} .small-grid-item{width:25%;float:left;padding:15px;} .terms-left{float:left;width:100%;padding-right:50px;} .terms-left h5{color:#20202f;} .terms-left p:last-child{margin-bottom:0px;} .terms-right{float:left;width:100%;background:#383848;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px;border-radius:17px;color:#ffffff;} .terms-right ul{padding:18px 0;} .terms-right li{display:block;width:100%;} .terms-right li a{display:block;width:100%;padding:11px 30px;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;color:#ffffff;} .terms-right li.active a, .terms-right li:hover a{background:#e4b95b;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;margin-left:-15%;width:115%;padding:11px 30px 11px 68px;} .team-single-left{float:left;width:100%;border:2px solid #f4f2ed;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;border-radius:16px;text-align:center;} .team-single-blog{display:inline-block;width:auto;margin-top:-70px;} .team-single-info{display:inline-block;width:100%;margin:70px 0;} .team-single-right h3{font-size:30px;margin-bottom:8px;} .team-single-right h6{font-weight:400;color:#e4b95b;font-family:'Source Sans Pro', sans-serif;margin-bottom:10px;} .team-single-right p{margin-bottom:10px;} .team-single-right p a{color:#aaaaac;} .team-single-right p a:hover{color:#e4b95b;} .team-single-right .social-top{margin-top:18px;} .team-single-right .social-top a{color:#20202f;} .team-single-right .social-top a:hover{color:#e4b95b;} .team-award{display:inline-block;width:100%;text-align:center;} .anna-form-inner{display:inline-block;width:100%;padding:0 15%;margin-top:20px;} .anna-form-inner input[type="text"], .anna-form-inner input[type="email"], .anna-form-inner input[type="password"], .anna-form-inner input[type="tel"], .anna-form-inner textarea{border-color:#ffffff;} .datepicker.dropdown-menu{z-index:9999;} .datepicker td, .datepicker th{border:none;} .table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{padding-top:0px;padding-bottom:0px;} .client.banner-bg.invert.invert-black .icon-black{background:url('../images/pattern-black-sketch.png') no-repeat center center;} .form-control { font-size: 1em !important; } .mates-btn { padding: 14px 49px !important; font-size: 1.2em; text-transform: uppercase; font-weight: 900; } .about-box { padding-bottom: 30px; }
90.117181
622
0.772751
da24a64e0e1b374498644ef32b3a723c63711e5c
5,534
css
CSS
css/custom.css
RA1990/practicePortfolio
31efcba601d19c2fc8af6634daf376b0d4651176
[ "Apache-2.0" ]
null
null
null
css/custom.css
RA1990/practicePortfolio
31efcba601d19c2fc8af6634daf376b0d4651176
[ "Apache-2.0" ]
null
null
null
css/custom.css
RA1990/practicePortfolio
31efcba601d19c2fc8af6634daf376b0d4651176
[ "Apache-2.0" ]
null
null
null
.intro { display: table; width: 100%; height: 100vh; padding: 100px 0; text-align: center; color: white; background: url(../img/space.jpg) no-repeat bottom center scroll; background-color: black; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .w-2 { -webkit-box-shadow: 10px 10px 10px -2px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 10px -2px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 10px -2px rgba(0, 0, 0, 0.75); border-radius: 20px; height: 0%; opacity: 82%; background-color: dimgray; margin: 1%; color: aliceblue; } .font-ptag { text-transform: uppercase; } #pro1 { border-top-left-radius: 20px; border-top-right-radius: 20px; height: 22vh; } .black { margin-left: 5%; margin-bottom: 7%; border-radius: 5px; color: black; margin-right: 5%; } .fz { text-transform: initial; font-size: 100%; } .fl { float: left; } .project-description { margin-left: 2%; text-align: left; } .fr { float: right; } .m2 { margin: 3%; } .pro { display: flex; justify-content: space-around; } .tabs { text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue; color: white; font-size: 18px; } .projectBackground { height: 76vh; background-image: url(../img/spx.jpg); background-size: cover; background-repeat: no-repeat; } .skillspage { height: 120vh; background-image: url(../img/spacex.jpg); background-size: cover; background-repeat: no-repeat; width: 100vw; margin-top: 20%; } .skp { width: 100vw; } .text { font-size: 44px; } .m { margin-left: 2%; } .imageSize { margin-top: 5%; border-radius: 3%; width: 11vw; height: 11vh; background-size: contain; background-repeat: no-repeat; display: inline-block; } .html { background-image: url(../img/html.jpeg); } .aws { background-image: url(../img/aws.jpeg); } .babel { background-image: url(../img/babel.png); } .boot { background-image: url(../img/bootstrap.png); } .cs { background-image: url(../img/css.png); } .figma { background-image: url(../img/figma.png); } .git { background-image: url(../img/github.png); } .jq { background-image: url(../img/jq.png); } .js { background-image: url(../img/js1.png); } .mysql { background-image: url(../img/mysql.png); } .php { background-image: url(../img/php.png); } .react { background-image: url(../img/react.png); } .webpack { background-image: url(../img/webpack.png); } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { /*ipad*/ #pro1 { width: 32vw; } .fz { font-weight: bolder; font-size: 119%; } .ant-btn{ margin-top: 8%; } } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { /*ipad*/ #pro1 { height: 9vh; } .imageSize { width: 23vw; height: 12vh; } .text { margin-top: -14%; } .projectBackground { margin-bottom: 104%; } .pro { display: inline-grid; } .fz { font-weight: bolder; font-size: 129% } } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { /* iphone 6,7,8 */ .projectBackground { height: 106vh; } .skillspage { height: 169vh; } .font-ptag { font-size: 77%; } .fz { font-weight: 900; font-size: 75%; } .ant-btn { margin-top: 8%; } #pro1 { width: 31vw; } .black { margin-left: 2.5%; margin-bottom: 7%; border-radius: 5px; color: black; margin-right: 3%; } } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { /* iphone 6,7,8 */ .skillspage { margin-top: 115%; } .fz { font-weight: bolder; background-color: dimgrey; font-size: 95%; } .pro { display: inline; } #pro1 { height: 11vh; margin-top: 3%; } .cf { font-size: 90%; } .custom-font-size { font-size: 90%; } .raul { margin-left: 8%; } } @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { /* iphone x */ .projectBackground { height: 106vh; } .skillspage { height: 169vh; } .font-ptag { font-size: 100%; } .fz { font-weight: 900; font-size: 83%; } .ant-btn { margin-top: 2%; } #pro1 { height:30vh; width: 30vw; } .black { margin-left: 2.5%; margin-bottom: 7%; border-radius: 5px; color: black; margin-right: 3%; } } @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { /* iphone x */ .skillspage { margin-top: 115%; } .pro { display: inline; } #pro1 { margin-top: 5%; height: 11vh; } .cf { background-color: dimgrey; font-size: 100%; } .custom-font-size { font-size: 100%; } .raul { margin-left: 8%; } } @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) { /* iphone plua only*/ .ant-btn { margin-top: 8%; } #pro1 { width: 31vw; } .black { margin-left: 2.5%; margin-bottom: 7%; border-radius: 5px; color: black; margin-right: 3%; } }
16.470238
149
0.597398
da26d3ad29dc20e2fb11f3ceb25c3e03a82df9dd
254
css
CSS
css.css
a-pedram/jsPattern
5bf24bfa13628a62ed535c1d9b6abdc253fcb490
[ "MIT" ]
null
null
null
css.css
a-pedram/jsPattern
5bf24bfa13628a62ed535c1d9b6abdc253fcb490
[ "MIT" ]
null
null
null
css.css
a-pedram/jsPattern
5bf24bfa13628a62ed535c1d9b6abdc253fcb490
[ "MIT" ]
null
null
null
#board{ position: relative; width: 800px; height: 800px; } .cell{ box-sizing: border-box; background-color: #04f; position: absolute; border-bottom: 1px solid white; border-right: 1px solid white; } .numbers{ width:50px }
14.941176
35
0.641732
da26d4f51825bb9986982df797553f35dc450eec
167
css
CSS
website/assets/custom/css/errors.css
nisevi/favalorodecorazon
22dab6fb1f8b8d6478fb99c2624cf21693f1b724
[ "Apache-2.0" ]
null
null
null
website/assets/custom/css/errors.css
nisevi/favalorodecorazon
22dab6fb1f8b8d6478fb99c2624cf21693f1b724
[ "Apache-2.0" ]
1
2017-10-06T20:42:13.000Z
2017-10-07T00:27:04.000Z
website/assets/custom/css/errors.css
nisevi/favalorodecorazon
22dab6fb1f8b8d6478fb99c2624cf21693f1b724
[ "Apache-2.0" ]
null
null
null
body, html { height: 100%; } .bg-error { height: 100%; background: url("../images/favaloro/errors/404.jpg") no-repeat center; background-size: cover; }
20.875
74
0.628743
da29e2ab3be0aa5b001c002542e07a4b51520105
9,159
css
CSS
styles/globals.css
itc-lab/itc-blog
57c910036000ec69fa40bb15e5d9f8f21c0a2d43
[ "MIT" ]
3
2021-08-01T06:27:06.000Z
2022-02-26T09:16:03.000Z
styles/globals.css
itc-lab/itc-blog
57c910036000ec69fa40bb15e5d9f8f21c0a2d43
[ "MIT" ]
null
null
null
styles/globals.css
itc-lab/itc-blog
57c910036000ec69fa40bb15e5d9f8f21c0a2d43
[ "MIT" ]
null
null
null
@tailwind base; h2 { @apply text-xl iphone:text-2xl font-bold py-1 my-2 border-b border-gray-300; } h3 { @apply text-lg iphone:text-xl font-bold py-1; } h4 { @apply text-base iphone:text-lg font-bold py-1; } a { @apply text-blue-600 underline; } @tailwind components; @media (min-width: theme('screens.lg')) { .content-area { width: calc(100% - theme('spacing.82')); } } @media (max-width: theme('screens.lg')) { .content-area { width: 100%; } } .right-bottom-div-h { height: calc(100vh - theme('spacing.13')); } .left-div-h { height: calc(100vh - 400px); } .index-special-width { width: calc(100% - 108px); } @tailwind utilities; #toggle { display: none; } .toggle-label .hamburger .line { width: 22px; height: 3px; margin-bottom: 5px; background-color: white; transition: all 0.4s; } .toggle-label .hamburger .line:nth-of-type(3) { margin-bottom: 0px; } .toggle-label { display: inline-flex; cursor: pointer; } .hamburger-wrapper { display: flex; align-items: center; } .hamburger { display: flex; margin-left: 10px; flex-direction: column; } #toggle:checked ~ .toggle-label .hamburger .line:nth-of-type(1) { transform: translateY(8px) rotate(-315deg); } #toggle:checked ~ .toggle-label .hamburger .line:nth-of-type(2) { opacity: 0; } #toggle:checked ~ .toggle-label .hamburger .line:nth-of-type(3) { transform: translateY(-8px) rotate(315deg); } .js-toc-content blockquote { border-left: 5px solid turquoise; padding: 5px 0px 5px 5px; background-color: #f4f4f4; border-radius: 4px; /* width: 100%; */ /* max-width: 550px; */ margin: 0.4em 0px; } .js-toc-content blockquote p { padding: 0px; } .js-toc-content code { background-color: #00000010; border-radius: 4px; } .twitter-svg { transition: all 0.1s ease-in 0s; } .twitter-svg:hover { fill: #1d9bf0; } .hatena-svg { transition: all 0.1s ease-in 0s; } .hatena-svg:hover { fill: #00a4de; } .github-svg { transition: all 0.1s ease-in 0s; } .github-svg:hover { fill: #000000; } blockquote.info { border-left: 5px solid #3b82f6; padding: 5px 0px 5px 5px; background-color: #f4f4f4; border-radius: 4px; margin: 0.4em 0px; } blockquote.warn { border-left: 5px solid #fbbf24; padding: 5px 0px 5px 5px; background-color: #f4f4f4; border-radius: 4px; margin: 0.4em 0px; } blockquote.alert { border-left: 5px solid #ef4444; padding: 5px 0px 5px 5px; background-color: #f4f4f4; border-radius: 4px; margin: 0.4em 0px; } /* GitHub Style */ .js-toc-content > table { display: block; width: 100%; overflow: auto; } .js-toc-content > table th { font-weight: bold; } .js-toc-content > table th, .js-toc-content > table td { padding: 6px 13px; border: 1px solid #ddd; } .js-toc-content > table tr { background-color: #fff; border-top: 1px solid #ccc; } .js-toc-content > table tr:nth-child(2n) { background-color: #f8f8f8; } .js-toc-content a.anchor { display: block; padding-top: 40px; margin-top: -40px; } article.static-tweet { margin: 0 auto 20px; } /* diff2html */ .d2h-d-none { display: none; } .d2h-wrapper { text-align: left; } .d2h-file-header { background-color: #f7f7f7; border-bottom: 1px solid #d8d8d8; font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif; height: 35px; padding: 5px 10px; } .d2h-file-header, .d2h-file-stats { display: -webkit-box; display: -ms-flexbox; display: flex; } .d2h-file-stats { font-size: 14px; margin-left: auto; } .d2h-lines-added { border: 1px solid #b4e2b4; border-radius: 5px 0 0 5px; color: #399839; padding: 2px; text-align: right; vertical-align: middle; } .d2h-lines-deleted { border: 1px solid #e9aeae; border-radius: 0 5px 5px 0; color: #c33; margin-left: 1px; padding: 2px; text-align: left; vertical-align: middle; } .d2h-file-name-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 15px; width: 100%; } .d2h-file-name { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; } .d2h-file-wrapper { border: 1px solid #ddd; border-radius: 3px; margin-bottom: 1em; } .d2h-file-collapse { -webkit-box-pack: end; -ms-flex-pack: end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #ddd; border-radius: 3px; /* cursor: pointer; */ display: none; font-size: 12px; justify-content: flex-end; padding: 4px 8px; } .d2h-file-collapse.d2h-selected { background-color: #c8e1ff; } .d2h-file-collapse-input { margin: 0 4px 0 0; } .d2h-diff-table { border-collapse: collapse; font-family: Menlo, Consolas, monospace; font-size: 13px; width: 100%; } .d2h-files-diff { display: block; width: 100%; } .d2h-file-diff { overflow-y: hidden; } .d2h-file-side-diff { display: inline-block; margin-bottom: -8px; margin-right: -4px; overflow-x: scroll; overflow-y: hidden; width: 50%; } .d2h-code-line { padding: 0 8em; } .d2h-code-line, .d2h-code-side-line { display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: 100%; } .d2h-code-side-line { padding: 0 4.5em; } .d2h-code-line-ctn { word-wrap: normal; background: none; display: inline-block; padding: 0; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; vertical-align: middle; white-space: pre; width: 100%; } .d2h-code-line del, .d2h-code-side-line del { background-color: #ffb6ba; } .d2h-code-line del, .d2h-code-line ins, .d2h-code-side-line del, .d2h-code-side-line ins { border-radius: 0.2em; display: inline-block; margin-top: -1px; text-decoration: none; vertical-align: middle; } .d2h-code-line ins, .d2h-code-side-line ins { background-color: #97f295; text-align: left; } .d2h-code-line-prefix { word-wrap: normal; background: none; display: inline; padding: 0; white-space: pre; } .line-num1 { float: left; } .line-num1, .line-num2 { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 0 0.5em; text-overflow: ellipsis; width: 3.5em; } .line-num2 { float: right; } .d2h-code-linenumber { background-color: #fff; border: solid #eee; border-width: 0 1px; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0, 0, 0, 0.3); /* cursor: pointer; */ display: inline-block; position: absolute; text-align: right; width: 7.5em; } .d2h-code-linenumber:after { content: '\200b'; } .d2h-code-side-linenumber { background-color: #fff; border: solid #eee; border-width: 0 1px; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0, 0, 0, 0.3); /* cursor: pointer; */ display: inline-block; overflow: hidden; padding: 0 0.5em; position: absolute; text-align: right; text-overflow: ellipsis; width: 4em; } .d2h-code-side-linenumber:after { content: '\200b'; } .d2h-code-side-emptyplaceholder, .d2h-emptyplaceholder { background-color: #f1f1f1; border-color: #e1e1e1; } .d2h-code-line-prefix, .d2h-code-linenumber, .d2h-code-side-linenumber, .d2h-emptyplaceholder { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .d2h-code-linenumber, .d2h-code-side-linenumber { direction: rtl; } .d2h-del { background-color: #fee8e9; border-color: #e9aeae; } .d2h-ins { background-color: #dfd; border-color: #b4e2b4; } .d2h-info { background-color: #f8fafd; border-color: #d5e4f2; color: rgba(0, 0, 0, 0.3); } .d2h-file-diff .d2h-del.d2h-change { background-color: #fdf2d0; } .d2h-file-diff .d2h-ins.d2h-change { background-color: #ded; } .d2h-file-list-wrapper { margin-bottom: 10px; } .d2h-file-list-wrapper a { color: #3572b0; text-decoration: none; } .d2h-file-list-wrapper a:visited { color: #3572b0; } .d2h-file-list-header { text-align: left; } .d2h-file-list-title { font-weight: 700; } .d2h-file-list-line { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; } .d2h-file-list { display: block; list-style: none; margin: 0; padding: 0; } .d2h-file-list > li { border-bottom: 1px solid #ddd; margin: 0; padding: 5px 10px; } .d2h-file-list > li:last-child { border-bottom: none; } .d2h-file-switch { /* cursor: pointer; */ display: none; font-size: 10px; } .d2h-icon { fill: currentColor; margin-right: 10px; vertical-align: middle; } .d2h-deleted { color: #c33; } .d2h-added { color: #399839; } .d2h-changed { color: #d0b44c; } .d2h-moved { color: #3572b0; } .d2h-tag { background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 10px; margin-left: 5px; padding: 0 2px; } .d2h-deleted-tag { border: 1px solid #c33; } .d2h-added-tag { border: 1px solid #399839; } .d2h-changed-tag { border: 1px solid #d0b44c; } .d2h-moved-tag { border: 1px solid #3572b0; }
16.239362
78
0.653237
da34cd802c44b11d72641a94e566f3d33eb4ea43
1,544
css
CSS
style.css
george-wood/rds
05d805ed184519278c766b8db29f0326cb73d0e8
[ "MIT" ]
null
null
null
style.css
george-wood/rds
05d805ed184519278c766b8db29f0326cb73d0e8
[ "MIT" ]
null
null
null
style.css
george-wood/rds
05d805ed184519278c766b8db29f0326cb73d0e8
[ "MIT" ]
null
null
null
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i|Noto+Serif:400,500|Source+Code+Pro&display=swap'); p.caption { color: #777; margin-top: 10px; } p code { white-space: inherit; } pre { word-break: normal; word-wrap: normal; } pre code { white-space: inherit; } /*------------- Body and header text---------------- */ body { -webkit-font-smoothing: subpixel-antialiased; } .book.font-family-1 { font-family: 'Muli', sans-serif; } h1, h2, h3, h4 { font-family: 'Noto Serif', serif; color: #345DA7; } .title { font-family: 'Noto Serif', serif; font-size: 3em !important; color: #4B99DC; margin-bottom: 0 !important; padding-bottom: 0 !important; } .subtitle { font-family: 'Noto Serif', serif; color: #4B99DC !important; margin-top: 0 !important; padding-top: 0 !important; } .subtitle em { font-style: normal !important; } .author { color: #4BB4DE !important; } p.author em { font-style: normal !important; } /* ------------------- headers ------------------ */ .header-section-number { padding-right: .2em; } .level1 .header-section-number { display: inline-block; font-weight: 500; } .level1 h1 { border-bottom: 1px solid; border-color: #3B8AC4; } /*--- LOGO ---*/ .toc-logo { width: 200px !important; object-fit: contain; margin: 0 auto; display: block; } .toc-logo img { max-width: 100%; margin-bottom: 10px; } .summary > li:first-child { height: auto !important; }
17.155556
126
0.595855
da3a47ac0018f1f7ce71ddfb565d3abb043e7205
174
css
CSS
src/components/Spinner.css
danielwchen/recipe-game-prototype
8db029bb7ed956f9eb76fc7a82827782b24cd335
[ "MIT" ]
null
null
null
src/components/Spinner.css
danielwchen/recipe-game-prototype
8db029bb7ed956f9eb76fc7a82827782b24cd335
[ "MIT" ]
null
null
null
src/components/Spinner.css
danielwchen/recipe-game-prototype
8db029bb7ed956f9eb76fc7a82827782b24cd335
[ "MIT" ]
null
null
null
.spinner { width: 50px; text-align: center; } .component-spinner { margin-bottom: 10px; border-width: 1px; border-color: blue; border-style: solid; }
15.818182
24
0.62069
da3be5a81b4d24140faadb2073f4a9403aa4b760
88
css
CSS
src/components/Portfolio/Portfolio.css
Dengelberger/ReactPortfolio
b55aa7edb6327a8acbeb42e2ba424f748f0cadbd
[ "ISC" ]
null
null
null
src/components/Portfolio/Portfolio.css
Dengelberger/ReactPortfolio
b55aa7edb6327a8acbeb42e2ba424f748f0cadbd
[ "ISC" ]
null
null
null
src/components/Portfolio/Portfolio.css
Dengelberger/ReactPortfolio
b55aa7edb6327a8acbeb42e2ba424f748f0cadbd
[ "ISC" ]
null
null
null
.container { background-color: rgb(189, 115, 73); } h1 { text-align: center; }
12.571429
41
0.590909
da3fe4d587063a3baaaa969f60e09d8c6dbd30a0
491
css
CSS
app.css
ShadeSoft/rocker-radio
550c7801eb24a600f1c1cd795986867a921910bb
[ "MIT" ]
1
2021-09-23T01:37:21.000Z
2021-09-23T01:37:21.000Z
app.css
ShadeSoft/rocker-radio
550c7801eb24a600f1c1cd795986867a921910bb
[ "MIT" ]
null
null
null
app.css
ShadeSoft/rocker-radio
550c7801eb24a600f1c1cd795986867a921910bb
[ "MIT" ]
1
2021-09-25T05:56:00.000Z
2021-09-25T05:56:00.000Z
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600); body { background: #000; color: #eee; display: flex; align-items: center; justify-content: center; font: 16px 'Open Sans', sans-serif; height: 100vh; margin: 0; padding: 0; overflow: hidden; text-align: center; } img { display: inline-block; max-width: 250px; width: 50vw; } #song-title { font-weight: 300; } #song-artist { font-weight: 600; } #toggle-player { cursor: pointer; }
18.185185
71
0.651731
da4270b106fca8cf892d548bb46aed9d17b66d67
555
css
CSS
app/containers/Account/account.css
michaelgichia/mbo
5e6428b01b945862065ab31cfd0afaf9d39d2842
[ "MIT" ]
3
2019-04-29T12:26:14.000Z
2019-05-03T01:56:17.000Z
app/containers/Account/account.css
kingstar1996/react-redux-saga-ecommerce
9b0ee5e78bbbfd9ec53440cac8e44ef509acec3b
[ "MIT" ]
6
2020-07-16T23:57:23.000Z
2022-03-23T08:48:32.000Z
app/containers/Account/account.css
kingstar1996/react-redux-saga-ecommerce
9b0ee5e78bbbfd9ec53440cac8e44ef509acec3b
[ "MIT" ]
3
2018-05-10T14:46:37.000Z
2020-04-26T15:33:20.000Z
.accnt-wrap { background-color: #f6f3ee; } .ant-card-head { border-bottom: 1px solid #dbdbdb; } .ant-input, .ant-card-bordered { border: 1px solid #dbdbdb; } @media all and (min-width: 768px) { .account-wrap > div > * { margin: 0px 16px 32px 16px; } .accnt-wrap { padding-top: 32px; } } @media all and (max-width: 768px) { .account-wrap > div > * { margin: 0px 4px 16px 4px; } .avatar-wrap { margin: 0px 4px 16px 4px; } .ant-card-body { padding: 8px; } .accnt-wrap { padding-top: 16px; } }
12.906977
35
0.58018
da4272ac23484aacd39311f4cfc747c24bdb33f8
1,132
css
CSS
src/style.css
reconciliation-api/testbench
43ffffee69aee08ca2f3fc14c4468dfa61cf8952
[ "MIT" ]
5
2020-11-27T14:24:10.000Z
2022-03-31T21:50:40.000Z
src/style.css
reconciliation-api/testbench
43ffffee69aee08ca2f3fc14c4468dfa61cf8952
[ "MIT" ]
25
2019-06-28T13:58:01.000Z
2022-03-05T10:09:49.000Z
src/style.css
reconciliation-api/testbench
43ffffee69aee08ca2f3fc14c4468dfa61cf8952
[ "MIT" ]
4
2019-06-28T12:15:13.000Z
2021-07-28T01:06:28.000Z
.tabContent { margin-top: 10px; } .featureCell { text-align: center; } .featureCell-green { background-color: rgba(0,200,0,.15); } .featureCell-red { background-color: rgba(200,0,0,.15); } .featureCell-yellow { background-color: rgba(210,210,0,.15); } /* Suggest */ .suggestItemId { float: right; font-size: 0.8em; padding-left: 5px; max-width: 50%; overflow: hidden; text-overflow: ellipsis; } .suggestItemLabel { max-width: 50%; white-space: normal; } .suggestItemDescription { color: #888; font-size: 0.9em; white-space: normal; } .dropdown-menu > li > a { text-decoration: none; border-bottom: 1px solid #e0e0e0; } .dropdown-menu > li:last-child > a { border: none; } .dropdown-menu > li > a > li > a { display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .dropdown-menu a:hover { text-decoration: none; } /* Types */ .reconTypeId { font-size: 0.9em; color: #888; } /* Candidates */ .active > .list-group-item-text > a { color: white; } div .radio label { width: 100%; }
13.975309
41
0.618375
da436b811af08d1a830f98dc7758117c9d8ad9d0
1,055
css
CSS
lib/adianti/include/tqrcodeinputreader/tqrcodeinputreader.css
marcosalves-bitg/pipegrep_adianti
9452a99f5216feaa784d3d4d2e2e5e4c6e69ffce
[ "MIT" ]
2
2021-04-14T10:35:44.000Z
2021-04-14T10:36:30.000Z
lib/adianti/include/tqrcodeinputreader/tqrcodeinputreader.css
marcosalves-bitg/pipegrep_adianti
9452a99f5216feaa784d3d4d2e2e5e4c6e69ffce
[ "MIT" ]
null
null
null
lib/adianti/include/tqrcodeinputreader/tqrcodeinputreader.css
marcosalves-bitg/pipegrep_adianti
9452a99f5216feaa784d3d4d2e2e5e4c6e69ffce
[ "MIT" ]
null
null
null
.tqrcodeinputreader-cameras { text-align: center; padding: 15px; } .tqrcodeinputreader-cameras input[type=radio] { margin: 0px 15px; } .tqrcodeinputreader_container { position: relative; } .tqrcodeinputreader_reader { height: calc(100% - 100px); } .tqrcodeinputreader_reader video { margin: auto; width: 100% !important; height: 100%; } span.tqrcodeinputreader.input-group-addon { border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; width: 24px; text-align: center; display: flex; position: relative; cursor: pointer; border-left:0; padding-left: 5px; } div.tqrcodeinputreader { display: table; } div.tqrcodeinputreader .tfield { display: table-cell; border-right: 0; border-radius: 3px 0 0 3px; } .tqrcodeinputreader { display: table-cell; } .tqrcodeinputreader i { position: absolute; width: 14px; height: 14px; padding-top: 6px; left: 4px; }
15.289855
45
0.664455
da440f4df685e394446844628f9381c24491e69f
1,041
css
CSS
public/assets/css/style.css
MirzaAliShamal/bevpromo-backend
c7da9a4e6acd32de539406a05056507267b3dfb6
[ "MIT" ]
null
null
null
public/assets/css/style.css
MirzaAliShamal/bevpromo-backend
c7da9a4e6acd32de539406a05056507267b3dfb6
[ "MIT" ]
null
null
null
public/assets/css/style.css
MirzaAliShamal/bevpromo-backend
c7da9a4e6acd32de539406a05056507267b3dfb6
[ "MIT" ]
null
null
null
div.radio, div.checker { margin-right: 0; margin-left: 0; } .loader{ position: fixed; top:0; bottom:0; left:0; right:0; z-index: 5; display: none; width:100%; height:100%; text-align: center; font-size:68px; font-weight:700; letter-spacing: 2px; font-style: italic; background:rgba(255, 255, 255, 0.8); } .loader div{ display: table; width:100%; height:100%; } .loader span{ display: table-cell; vertical-align:middle; text-align: center; background:url('../global/img/loading-spinner-grey.gif') no-repeat center center; width:280px; } .table th[class*=sortable] { cursor: pointer; } .table th[class*=sortable]:after { content:" \25B2\25BC"; font-size:8px; color:#2d2d2d; font-weight:normal !important; line-height:1em; } .table th.sortable.asc:after { content: " \25B2"; } .table th.sortable.desc:after { content:" \25BC"; } @media (min-width: 992px) { .lead { font-size:28px; } }
15.772727
85
0.595581