code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
body, html { /*margin: 0;*/ /*padding: 0;*/ /*width: 100%;*/ height: 100%; /*min-width: 1000px;*/ } .wrap { min-height: 100%; height: auto !important; height: 100%; /* Negative indent footer by it's height */ margin: 0 auto -100px; } nav.navbar { width: 100%; background-color: #3498DB; border-radius: 0; position: absolute; top: 0; z-index: 10; margin: 0; } .left-bar h2{ font-size: 1.2em; margin-top: 10px; } .left-bar h1{ text-align: center; } .left-bar { font-size: 15px; min-height: 100%; padding-bottom: 150px; } .radio.primary { font-size: 1em; line-height: 15px; } .select2-drop .select2-result-selectable .select2-result-label{ color:white; } .select2-drop{ background-color: #3498DB ; } #s2id_autogen1 { background-color:#3498DB !important; } .region-select ul li, .region-select{ background-color:#3498DB !important; } .select2-drop .select2-highlighted>.select2-result-label, .select2-results-dept-0 .select2-result .select2-result-selectable .select2-highlighted, .select2-results-dept-0 .select2-result .select2-result-selectable .select2-highlighted:hover { background-color:#34495e !important; color: white !important; } .main { position: absolute; top:0; background-color: #ECF0F1; z-index: 1; width: 100%; } .dog .photo { overflow: hidden; } .main-contenter { padding: 0; padding-top: 76px; background-color: white; box-sizing: border-box; } .dog .photo { width: 250px; height: 250px; background-size: cover; background-position: center; } .navbar-brand { width: 250px; text-align: left; padding-left: 0; } .dog .info { display: table-cell; } .dog h2{ padding-left: 10px; font-size: 1.5em; margin-top: 20px; margin-bottom: 15px; } .dog { background-color: #eff0f2; border-radius: 10px; margin: 15px; display: table; box-sizing: border-box; overflow: hidden; } .info p { padding-top: 10px; } .info-group { float: left; margin-right: 30px } .info-group span{ display: block; margin: 5px 0; font-size: 15px; } .info-group img{ width: 16px; margin:0 5px; margin-left: 10px } .info-group .btn { margin-top: 25px; margin-left: 10px; } .row.darkgray { width: 100%; height: 50px; background-color: #2980B9; padding: 0; margin: 0; } .add-dog { margin:5px; margin-left: 15px; } .navbar .container-fluid { padding: 0; } .nav { padding: 0; } .navbar-embossed.navbar-inverse .navbar-nav .active>a, .navbar-embossed.navbar-inverse .navbar-nav .open>a, ul.nav.navbar-nav > .active a{ border-bottom: 0; box-shadow: none; color: white; } .push { height: 100px; } .footer { /*width: 100%;*/ /*padding:0;*/ height: 100px; background-color: #95A5A6; /*padding: 0 15px;*/ /*box-sizing: content-box;*/ } /* Lastly, apply responsive CSS fixes as necessary */ @media (max-width: 767px) { .footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } } @media (max-width:991px) { .left-bar .pull-right { float:left !important; } } .clearfix { width: 100%; clear: both; } .fix-contenter { padding-top: 96px; } .mainContainer{ width: 1000px; margin: 0 auto; } .VolunteerContainer{ width: 100%; margin-bottom: 30px; height: 100%; vertical-align: middle; } #VolunteerPhoto .img-photo { width: 400; height: 400px; background-size: cover; background-position: center; } #VolunteerPhoto{ width:440px; padding: 20px; padding-left: 0; padding-bottom: 0; display: inline-block; } .scheduler-border.add-info { height: 375px; box-sizing: border-box; margin-bottom: 3px !important; } #VolunteerName{ margin-top: 0; font-size: 25px; padding-top: 20px; } #VolunteerFree{ margin-bottom: 10px; margin-left: 20px; } fieldset.scheduler-border { border: 1px groove #ddd !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow: 0px 0px 0px 0px #000; } legend.scheduler-border { font-size: 1.2em !important; text-align: left !important; width:auto; padding:0 10px; border-bottom:none; } .VolunteerInfo{ display: inline-block; width: 550px; vertical-align: top; } .dogContainer{ } .dogImage{ width: 23%; margin-right: 2%; margin-bottom: 15px; } .dogImage:nth-child(4n){ margin-right: 0; } .fix-contenter .photo{ width: 400px; float: left; height: 300px; background-position: center; background-size: cover; } .fix-contenter { width: 1000px; margin: 0 auto; } .top5 { margin-top:5px; } .top7 { margin-top:7px; } .top10 { margin-top:10px; } .top15 { margin-top:15px; } .top17 { margin-top:17px; } .top20 { margin-top:20px; } .top30 { margin-top:30px; }
client/public/css/main.css
body, html { /*margin: 0;*/ /*padding: 0;*/ /*width: 100%;*/ height: 100%; /*min-width: 1000px;*/ } .wrap { min-height: 100%; height: auto !important; height: 100%; /* Negative indent footer by it's height */ margin: 0 auto -100px; } nav.navbar { width: 100%; background-color: #3498DB; border-radius: 0; position: absolute; top: 0; z-index: 10; margin: 0; } .left-bar h2{ font-size: 1.2em; margin-top: 10px; } .left-bar h1{ text-align: center; } .left-bar { font-size: 15px; min-height: 100%; padding-bottom: 150px; } .radio.primary { font-size: 1em; line-height: 15px; } .select2-drop .select2-result-selectable .select2-result-label{ color:white; } .select2-drop{ background-color: #3498DB ; } #s2id_autogen1 { background-color:#3498DB !important; } .region-select ul li, .region-select{ background-color:#3498DB !important; } .select2-drop .select2-highlighted>.select2-result-label, .select2-results-dept-0 .select2-result .select2-result-selectable .select2-highlighted, .select2-results-dept-0 .select2-result .select2-result-selectable .select2-highlighted:hover { background-color:#34495e !important; color: white !important; } .main { position: absolute; top:0; background-color: #ECF0F1; z-index: 1; width: 100%; } .dog .photo { overflow: hidden; } .main-contenter { padding: 0; padding-top: 76px; background-color: white; box-sizing: border-box; } .dog .photo { width: 250px; height: 250px; background-size: cover; background-position: center; } .navbar-brand { width: 250px; text-align: left; padding-left: 0; } .dog .info { display: table-cell; } .dog h2{ padding-left: 10px; font-size: 1.5em; margin-top: 20px; margin-bottom: 15px; } .dog { background-color: #eff0f2; border-radius: 10px; margin: 15px; display: table; box-sizing: border-box; overflow: hidden; } .info p { padding-top: 10px; } .info-group { float: left; margin-right: 30px } .info-group span{ display: block; margin: 5px 0; font-size: 15px; } .info-group img{ width: 16px; margin:0 5px; margin-left: 10px } .info-group .btn { margin-top: 25px; margin-left: 10px; } .row.darkgray { width: 100%; height: 50px; background-color: #2980B9; padding: 0; margin: 0; } .add-dog { margin:5px; margin-left: 15px; } .navbar .container-fluid { padding: 0; } .nav { padding: 0; } .navbar-embossed.navbar-inverse .navbar-nav .active>a, .navbar-embossed.navbar-inverse .navbar-nav .open>a, ul.nav.navbar-nav > .active a{ border-bottom: 0; box-shadow: none; color: white; } .push { height: 100px; } .footer { /*width: 100%;*/ /*padding:0;*/ height: 100px; background-color: #95A5A6; /*padding: 0 15px;*/ /*box-sizing: content-box;*/ } /* Lastly, apply responsive CSS fixes as necessary */ @media (max-width: 767px) { .footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } } @media (max-width:991px) { .left-bar .pull-right { float:left !important; } } .clearfix { width: 100%; clear: both; } .fix-contenter { padding-top: 96px; } .mainContainer{ width: 1000px; margin: 0 auto; } .VolunteerContainer{ width: 100%; margin-bottom: 30px; height: 100%; vertical-align: middle; } #VolunteerPhoto .img-photo { width: 400; height: 400px; background-size: cover; background-position: center; } #VolunteerPhoto{ width:440px; padding: 20px; padding-left: 0; padding-bottom: 0; display: inline-block; } .scheduler-border.add-info { height: 375px; box-sizing: border-box; margin-bottom: 3px !important; } #VolunteerName{ margin-top: 0; font-size: 25px; padding-top: 20px; } #VolunteerFree{ margin-bottom: 10px; margin-left: 20px; } fieldset.scheduler-border { border: 1px groove #ddd !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow: 0px 0px 0px 0px #000; } legend.scheduler-border { font-size: 1.2em !important; text-align: left !important; width:auto; padding:0 10px; border-bottom:none; } .VolunteerInfo{ display: inline-block; width: 550px; vertical-align: top; } .dogContainer{ } .dogImage{ width: 23%; margin-right: 2%; margin-bottom: 15px; } .dogImage:nth-child(4n){ margin-right: 0; } .fix-contenter .photo{ width: 400px; float: left; height: 300px; background-position: center; background-size: cover; } .fix-contenter { width: 1000px; margin: 0 auto; } .top5 { margin-top:5px; } .top7 { margin-top:7px; } .top10 { margin-top:10px; } .top15 { margin-top:15px; } .top17 { margin-top:17px; } .top20 { margin-top:20px; } .top30 { margin-top:30px; }
0.298901
0.039527
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("narutoforums.com") { /** SKIN SECTION */ /** * vBulletin 3.7.2 CSS * Style: 'Gray'; Style ID: ? */ table * { border: none !important; } div, table, td, tr, tbody { border-collapse: collapse !important; } body { background: #e0e0e0 !important; color: #101010 !important; font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; margin: 0px 0px 0px 0px; padding: 0px; } a:link, body_alink { color: #1F1F1F !important; } a:visited, body_avisited { color: #7F7F7F !important; } a:hover, a:active, body_ahover { color: #D75D3D !important; } .page { background: fixed -webkit-linear-gradient(top,#808080 0, #e0e0e0 200px)!important; background: fixed -moz-linear-gradient(to bottom,#808080 0, #e0e0e0 200px)!important; color: #101010 !important; width: 100% !important; } td, th, p, li { font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .tborder { background: white !important; color: #1F1F1F !important; border: 0px none !important; /* 1px dotted #ACACAC;*/ } .tcat { background: #626262 /* url(images/grunge2/gradient_thead.gif) repeat-x top left */ !important; color: #F0F0F0 !important; font: bold 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .tcat a:link, .tcat_alink { color: #F0F0F0 !important; text-decoration: none; } .tcat a:visited, .tcat_avisited { color: #F0F0F0 !important; text-decoration: none; } .tcat a:hover, .tcat a:active, .tcat_ahover { color: #4A1010 !important; /* #4A0F00 */ text-decoration: underline; } .thead { background: #B4B4B4 /* url(images/grunge2/gradient_tcat.gif) repeat-x top left*/ !important; color: #373737 !important; font: bold 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .thead a:link, .thead_alink { color: #373737 !important; } .thead a:visited, .thead_avisited { color: #707070 !important; } .thead a:hover, .thead a:active, .thead_ahover { color: #E46343 !important; } .tfoot { background: #393939 /*url(images/grunge2/footer_gradient.gif) repeat-x top left*/ !important; color: #F0F0F0 !important; /* #FEFEFE */ } .tfoot a:link, .tfoot_alink { color: #F0F0F0 !important; /* #FEFEFE */ } .tfoot a:visited, .tfoot_avisited { color: #999 !important; } .tfoot a:hover, .tfoot a:active, .tfoot_ahover { color: #D75D3D !important; } .alt1, .alt1Active { background: #d8d8d8 /*url(images/grunge2/1.gif) repeat*/ !important; color: #1F1F1F !important; } .alt2, .alt2Active { background: #ccc /*url(images/grunge2/2.gif) repeat*/ !important; color: #1F1F1F !important; } .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink { color: #E46343; } .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited { color: #E46343; } .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover { color: #1F1F1F; } .inlinemod { background: #F0F0CC !important; /* #FFFFCC */ color: #101010 !important; /* #000000 */ } .wysiwyg { background: #F3F3F3; color: #1F1F1F; font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } textarea, .bginput { font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; background: #f0f0f0 !important; } .bginput option, .bginput optgroup { font-size: 12pt; font-family: 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .button { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } select { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } option, optgroup { font-size: 13px !important; font-family: 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .smallfont { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .time { color: #636363 !important; } .navbar { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .highlight { color: #F01010 !important; /* #FF0000 */ font-weight: bold; } .fjsel { background: #F3F3F3; color: #1F1F1F; } .fjdpth0 { background: #F8F8F8; color: #1F1F1F; } .panel { background: #E4E4E4 /*url(images/gradients/gradient_panel.gif) repeat-x top left*/ !important; color: #101010 !important; /* #000000 */ padding: 10px; border: 2px outset; } .panelsurround { background: #d8d8d8 !important; color: #1F1F1F !important; } legend { color: #1F1F1F !important; font: 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .vbmenu_control { background: #393939 /* url(images/grunge2/header_gradient.gif)*/ !important; color: #F0F0F0 !important; /* #F9F9F9 */ font: bold 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; padding: 3px 6px 3px 6px; white-space: nowrap; } .vbmenu_control a:link, .vbmenu_control_alink { color: #F0F0F0 !important; /* #FFFFFF */ text-decoration: none; } .vbmenu_control a:visited, .vbmenu_control_avisited { color: #F0F0F0 !important; /* #FFFFFF */ text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover { color: #DBDBDB !important; text-decoration: underline; } .vbmenu_popup { background: #E8E8E8 !important; /* #F8f8f8 */ color: #7B7B7B !important; border: 1px solid #999 !important; } .vbmenu_option { background: #E8E8E8 !important; /* #F9F9F9 */ color: #D14421 !important; font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link, .vbmenu_option_alink { color: #474747 !important; text-decoration: none; } .vbmenu_option a:visited, .vbmenu_option_avisited { color: #7B7B7B !important; text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover { color: #D14421 !important; text-decoration: none; } .vbmenu_hilite { background: #E0E0E0 !important; color: #7B7B7B !important; font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link, .vbmenu_hilite_alink { color: #1f1f1f !important; text-decoration: none; } .vbmenu_hilite a:visited, .vbmenu_hilite_avisited { color: #7B7B7B !important; text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover { color: #D14421 !important; text-decoration: none; } /* ***** styling for 'big' usernames on postbit etc. ***** */ .bigusername { font-size: 14pt !important; /* font-family: 'digistrip' !important; */ } /* ***** above header ***** */ .headtop{background: #393939 /* url(images/grunge2/header_gradient.gif)*/ !important; color: white; font-family: 'Droid Sans', Roboto, Arial,Helvetica,'sans serif'; width: 100%; font-size: 10pt; height: 26px;} .headtop a{ text-decoration: none; font-weight: bold; color: #fff; margin-left: 2px; margin-right: 10px; margin-top: 8px; margin-bottom: 8px;} /* ***** small padding on 'thead' elements ***** */ td.thead, th.thead, div.thead { padding: 4px; } /* ***** basic styles for multi-page nav elements */ .pagenav a { text-decoration: none; } .pagenav td { padding: 2px 4px 2px 4px; } /* ***** de-emphasized text */ .shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; } a.shade:active, a.shade:hover { color: #F04410; text-decoration: underline; } .tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; } /* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } /* ADDITIONAL CSS */ /* ***** make buttons flat ***** */ input,select { background: #e0e0e0 !important; height: 19px !important; font-size: 10px !important; } input[value=Show], input[value=Hide], .button { -moz-appearance: none !important; -webkit-appearance: none !important; border: #bdbdbd solid 2px !important; background: #bdbdbd !important; height: 19px !important; font-size: 10px !important; } input[value=Show]:hover, input[value=Hide]:hover, .button:hover { border: green 2px solid !important; } input[value=Show]:active, input[value=Hide]:active, .button:active { background: #666 !important; } /* ***** add dropshadows ***** */ .alt1, .alt1Active { background: rgb(216,216,216) !important; background: -moz-linear-gradient(top, rgba(208,208,208,1.0) 0, rgba(216,216,216,1.0) 4px, rgba(216,216,216,1.0) calc(100% - 4px), rgba(208,208,208,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(208,208,208,1.0) 0, rgba(216,216,216,1.0) 4px, rgba(216,216,216,1.0) -webkit-calc(100% - 4px), rgba(208,208,208,1.0) 100%) !important; } .alt2, .alt2Active { background: rgb(204,204,204) !important; background: -moz-linear-gradient(top, rgba(192,192,192,1.0) 0, rgba(204,204,204,1.0) 4px, rgba(204,204,204,1.0) calc(100% - 4px), rgba(196,196,196,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(192,192,192,1.0) 0, rgba(204,204,204,1.0) 4px, rgba(204,204,204,1.0) -webkit-calc(100% - 4px), rgba(196,196,196,1.0) 100%) !important; } textarea, input[type="text"], input[type="password"], .bginput { -moz-appearance: none !important; -webkit-appearance: none !important; background: rgb(240,240,240) !important; background: -moz-linear-gradient(top, rgba(222,222,222,1.0) 0, rgba(240,240,240,1.0) 4px, rgba(240,240,240,1.0) calc(100% - 4px), rgba(222,222,222,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(222,222,222,1.0) 0, rgba(240,240,240,1.0) 4px, rgba(240,240,240,1.0) -webkit-calc(100% - 4px), rgba(222,222,222,1.0) 100%) !important; } textarea, input, select { outline: none !important; } textarea, textarea.bginput { padding: 2px 2px !important; border: 1px solid rgb(222,222,222) !important; } /* ***** make vbcontrol glow on hover */ .vbmenu_control:hover { background: #666 !important; } .vbmenu_control a:hover { text-decoration: none !important; } .imagebutton { padding: 0px !important; } .imagebutton>img { padding: 1px !important; border: 1px solid rgba(0,0,0,0) !important; } .imagebutton td { padding: 1px !important; border: 1px solid rgba(0,0,0,0) !important; } .imagebutton:hover>img { background: rgba(128,128,128,0.5); border: 1px solid #999 !important; } .imagebutton:hover td { background: rgba(128,128,128,0.5); border: 1px solid #999 !important; } /* ***** make ruler on posts visible ***** */ hr { background: #ccc !important; } /* ***** make usercss flat ***** */ #usercss .content_block { padding: 0px !important; } #usercss .content_block .block_row { margin: 0px !important; } /* ***** make forum header navigation borderless ***** */ *[class="page"]:first-child *[class="tborder"] { margin: 0px !important; border: 0px !important; padding: 0px !important; } /* ***** define label color ***** */ legend, label { color: #1f1f1f !important; } input[type=text], textarea { -moz-appearance: none !important; -webkit-appearance: none !important; } /* ***** highlight smilie ***** */ fieldset[id$="smiliebox"] td:hover { background: #C0C0C0 !important; } /** FONT SECTION */ body, html, table, tbody, div, span, td, th, label, input, select, button, p, li, dt, dd, .alt1, .alt1Active, .alt2, .alt2Active, .alt1 a, .alt1Active a, .alt2 a, .alt2Active a { font-family: 'Droid Sans', Roboto !important; } b { font-weight: bolder !important; } *[style*="bold"] { font-weight: bolder !important; } /** ICONS SECTION */ img[src^="images/statusicon3"], img[src^="images/reputation/reputation_"] { width: 0; height: 0; padding: 20px 0 0 20px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); } img[src^="images/statusicon3/forum_"] { padding: 30px 0 0 32px; } img[src^="images/statusicon3/user_"] { padding: 15px 0 0 15px; } img[src^="images/reputation/reputation_"] { padding: 10px 0 0 8px; } img[src="images/buttons3/firstnew.gif"], img[src="images/buttons3/lastpost.gif"], img[src="images/buttons3/viewpost.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 16px 0 0 20px; } img[src="images/buttons3/viewpost.gif"] { padding: 14px 0 0 20px; } img[src="images/buttons3/reputation.gif"], img[src="images/buttons3/report.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 17px 0 0 21px; } img[src^="images/buttons3/collapse_generic"], img[src^="http://www.narutoforums.com/images/buttons3/collapse_generic"] { width: 0 !important; height: 0 !important; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 13px 0 0 13px !important; margin: 0 !important; border: 0 !important; } img[src="images/misc/menu_open.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 7px 0 0 11px; } img[src^="images/rating/rating_"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 12px 0 0 60px; } img[src="images/misc/trashcan_small.gif"], img[src="images/misc/sticky.gif"], img[src="images/misc/tag.png"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 13px 0 0 13px; } img[src="images/misc/sticky.gif"] { padding: 13px 0 0 12px; } img[src="images/misc/trashcan_small.gif"] { padding: 13px 0 0 11px; } img[src="images/statusicon3/thread.gif"] { background-position: 0px 0px; } img[src="images/statusicon3/thread_new.gif"] { background-position: -20px 0px; } img[src="images/statusicon3/thread_lock.gif"] { background-position: -40px 0px; } img[src="images/statusicon3/thread_lock_new.gif"] { background-position: -60px 0px; } img[src="images/statusicon3/thread_hot.gif"] { background-position: 0px -20px; } img[src="images/statusicon3/thread_hot_new.gif"] { background-position: -20px -20px; } img[src="images/statusicon3/thread_hot_lock.gif"] { background-position: -40px -20px; } img[src="images/statusicon3/thread_hot_lock_new.gif"] { background-position: -60px -20px; } img[src="images/statusicon3/thread_dot.gif"] { background-position: 0px -40px; } img[src="images/statusicon3/thread_dot_new.gif"] { background-position: -20px -40px; } img[src="images/statusicon3/thread_dot_lock.gif"] { background-position: -40px -40px; } img[src="images/statusicon3/thread_dot_lock_new.gif"] { background-position: -60px -40px; } img[src="images/statusicon3/thread_dot_hot.gif"] { background-position: 0px -60px; } img[src="images/statusicon3/thread_dot_hot_new.gif"] { background-position: -20px -60px; } img[src="images/statusicon3/thread_dot_hot_lock.gif"] { background-position: -40px -60px; } img[src="images/statusicon3/thread_dot_hot_lock_new.gif"] { background-position: -60px -60px; } img[src="images/statusicon3/post_new.gif"] { background-position: 0px -20px; } img[src="images/statusicon3/announcement_new.gif"] { background-position: -0px -20px; } img[src="images/statusicon3/forum_old.gif"] { background-position: -80px 0px; } img[src="images/statusicon3/forum_new.gif"] { background-position: -80px -40px; } img[src="images/statusicon3/forum_link.gif"] { background-position: -80px -80px; } img[src="images/buttons3/firstnew.gif"] { background-position: -112px 0px; } img[src="images/buttons3/lastpost.gif"] { background-position: -112px -16px; } img[src="images/buttons3/viewpost.gif"] { background-position: -112px -17px; } img[src="images/buttons3/reputation.gif"] { background-position: -30px -100px; } img[src="images/buttons3/report.gif"] { background-position: -51px -100px; } img[src="images/reputation/reputation_highneg.gif"] { background-position: 0px -80px; } img[src="images/reputation/reputation_neg.gif"] { background-position: -8px -80px; } img[src="images/reputation/reputation_off.gif"] { background-position: -16px -80px; } img[src="images/reputation/reputation_pos.gif"] { background-position: -24px -80px; } img[src="images/reputation/reputation_highpos.gif"] { background-position: -32px -80px; } img[src="images/reputation/reputation_balance.gif"] { background-position: -16px -80px; } img[src="images/statusicon3/user_offline.gif"] { background-position: 0px -100px; } img[src="images/statusicon3/user_online.gif"] { background-position: -15px -100px; } img[src$="images/buttons3/collapse_generic.gif"], img[src="images/buttons3/collapse_tcat.gif"], img[src="images/buttons3/collapse_thead.gif"] { background-position: -112px -40px; } img[src$="images/buttons3/collapse_generic_collapsed.gif"], img[src="images/buttons3/collapse_tcat_collapsed.gif"], img[src="images/buttons3/collapse_thead._collapsedgif"] { background-position: -112px -52px; } img[src="images/misc/menu_open.gif"] { background-position: -112px -32px; } img[src="images/rating/rating_5.gif"] { background-position: 0 -120px; } img[src="images/rating/rating_4.gif"] { background-position: 0 -132px; } img[src="images/rating/rating_3.gif"] { background-position: 0 -144px; } img[src="images/rating/rating_2.gif"] { background-position: 0 -156px; } img[src="images/rating/rating_1.gif"] { background-position: 0 -168px; } img[src="images/rating/rating_0.gif"] { background-position: 0 -180px; } img[src="images/misc/tag.png"] { background-position: -83px -120px; } img[src="images/misc/sticky.gif"] { background-position: -60px -120px; } img[src="images/misc/trashcan_small.gif"] { background-position: -72px -120px; } /** BUTTONS SECTION */ @font-face{ font-family: "digistrip"; src: url('http://www.fontsforweb.com/public/fonts/227/digistrip.eot'); src: local("DigitalStrip"), url('http://www.fontsforweb.com/public/fonts/227/digistrip.ttf') format("truetype"); } input[value=Show], input[value=Hide], .button { font-family: 'digistrip' !important; height: 19px !important; font-size: 10px !important; padding-top: -moz-calc(1px) !important; padding-bottom: -moz-calc(2px) !important; } img[src="images/buttons3/edit.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 0px; } img[src="images/buttons3/quote.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"] { width: 0; height: 0; padding: 22px 0 0 96px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"] { width: 0; height: 0; padding: 22px 0 0 96px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -66px; } img[src="images/buttons3/reply_small.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"], img[src="images/buttons3/quickreply.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -88px; } img[src="images/buttons3/forward.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -110px; } img[src="images/buttons3/find.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -132px; } img[src="images/buttons3/newthread.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -154px; } img[src="images/buttons3/reply.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -176px; } img[src="images/buttons3/threadclosed.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -198px; } img[src="images/buttons3/edit.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"]:hover { background-position: -102px 0px; } img[src="images/buttons3/quote.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"]:hover { background-position: -102px -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"]:hover { background-position: -102px -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"]:hover { background-position: -102px -66px; } img[src="images/buttons3/reply_small.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"]:hover, img[src="images/buttons3/quickreply.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"]:hover { background-position: -102px -88px; } img[src="images/buttons3/forward.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"]:hover{ background-position: -102px -110px; } img[src="images/buttons3/find.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"]:hover { background-position: -102px -132px; } img[src="images/buttons3/newthread.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"]:hover { background-position: -102px -154px; } img[src="images/buttons3/reply.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"]:hover { background-position: -102px -176px; } img[src="images/buttons3/threadclosed.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"]:hover { background-position: -102px -198px; } img[src="images/buttons3/edit.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"]:active { background-position: -204px 0px; } img[src="images/buttons3/quote.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"]:active { background-position: -204px -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"]:active { background-position: -204px -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"]:active { background-position: -204px -66px; } img[src="images/buttons3/reply_small.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"]:active, img[src="images/buttons3/quickreply.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"]:active { background-position: -204px -88px; } img[src="images/buttons3/forward.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"]:active { background-position: -204px -110px; } img[src="images/buttons3/find.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"]:active { background-position: -204px -132px; } img[src="images/buttons3/newthread.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"]:active { background-position: -204px -154px; } img[src="images/buttons3/reply.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"]:active { background-position: -204px -176px; } img[src="images/buttons3/threadclosed.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"]:active { background-position: -204px -198px; } /** POLLS SECTION */ img[src^="images/polls/bar"] { height: 0 !important; padding-top: 10px; } img[src^="images/polls/bar1"] { background: #55bb55 !important; } img[src^="images/polls/bar2"] { background: #cc5555 !important; } img[src^="images/polls/bar3"] { background: #5555cc !important; } img[src^="images/polls/bar4"] { background: #999955 !important; } img[src^="images/polls/bar5"] { background: #995599 !important; } img[src^="images/polls/bar6"] { background: #559999 !important; } /** GRAY HEADER SECTION */ img[src="http://www.anifreak.com/forums/skin_kakashi/header.jpg"], img[src="images/logo.gif"] { width: 0; height: 0; padding: 200px 0 0 800px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/headers/naruto-gray.png"); opacity: 0.5; } /* ***** get rid of width="1020" inside first table tag ***** */ body>*:first-child>table { width: auto !important; } /** NO TOP BANNER SECTION */ tr[background="http://static.anifreak.com/images/toperbg.jpg"] { display: none; } }
data/usercss/76088.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("narutoforums.com") { /** SKIN SECTION */ /** * vBulletin 3.7.2 CSS * Style: 'Gray'; Style ID: ? */ table * { border: none !important; } div, table, td, tr, tbody { border-collapse: collapse !important; } body { background: #e0e0e0 !important; color: #101010 !important; font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; margin: 0px 0px 0px 0px; padding: 0px; } a:link, body_alink { color: #1F1F1F !important; } a:visited, body_avisited { color: #7F7F7F !important; } a:hover, a:active, body_ahover { color: #D75D3D !important; } .page { background: fixed -webkit-linear-gradient(top,#808080 0, #e0e0e0 200px)!important; background: fixed -moz-linear-gradient(to bottom,#808080 0, #e0e0e0 200px)!important; color: #101010 !important; width: 100% !important; } td, th, p, li { font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .tborder { background: white !important; color: #1F1F1F !important; border: 0px none !important; /* 1px dotted #ACACAC;*/ } .tcat { background: #626262 /* url(images/grunge2/gradient_thead.gif) repeat-x top left */ !important; color: #F0F0F0 !important; font: bold 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .tcat a:link, .tcat_alink { color: #F0F0F0 !important; text-decoration: none; } .tcat a:visited, .tcat_avisited { color: #F0F0F0 !important; text-decoration: none; } .tcat a:hover, .tcat a:active, .tcat_ahover { color: #4A1010 !important; /* #4A0F00 */ text-decoration: underline; } .thead { background: #B4B4B4 /* url(images/grunge2/gradient_tcat.gif) repeat-x top left*/ !important; color: #373737 !important; font: bold 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .thead a:link, .thead_alink { color: #373737 !important; } .thead a:visited, .thead_avisited { color: #707070 !important; } .thead a:hover, .thead a:active, .thead_ahover { color: #E46343 !important; } .tfoot { background: #393939 /*url(images/grunge2/footer_gradient.gif) repeat-x top left*/ !important; color: #F0F0F0 !important; /* #FEFEFE */ } .tfoot a:link, .tfoot_alink { color: #F0F0F0 !important; /* #FEFEFE */ } .tfoot a:visited, .tfoot_avisited { color: #999 !important; } .tfoot a:hover, .tfoot a:active, .tfoot_ahover { color: #D75D3D !important; } .alt1, .alt1Active { background: #d8d8d8 /*url(images/grunge2/1.gif) repeat*/ !important; color: #1F1F1F !important; } .alt2, .alt2Active { background: #ccc /*url(images/grunge2/2.gif) repeat*/ !important; color: #1F1F1F !important; } .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink { color: #E46343; } .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited { color: #E46343; } .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover { color: #1F1F1F; } .inlinemod { background: #F0F0CC !important; /* #FFFFCC */ color: #101010 !important; /* #000000 */ } .wysiwyg { background: #F3F3F3; color: #1F1F1F; font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } textarea, .bginput { font: 10pt 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; background: #f0f0f0 !important; } .bginput option, .bginput optgroup { font-size: 12pt; font-family: 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .button { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } select { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } option, optgroup { font-size: 13px !important; font-family: 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .smallfont { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .time { color: #636363 !important; } .navbar { font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .highlight { color: #F01010 !important; /* #FF0000 */ font-weight: bold; } .fjsel { background: #F3F3F3; color: #1F1F1F; } .fjdpth0 { background: #F8F8F8; color: #1F1F1F; } .panel { background: #E4E4E4 /*url(images/gradients/gradient_panel.gif) repeat-x top left*/ !important; color: #101010 !important; /* #000000 */ padding: 10px; border: 2px outset; } .panelsurround { background: #d8d8d8 !important; color: #1F1F1F !important; } legend { color: #1F1F1F !important; font: 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; } .vbmenu_control { background: #393939 /* url(images/grunge2/header_gradient.gif)*/ !important; color: #F0F0F0 !important; /* #F9F9F9 */ font: bold 10px 'Droid Sans', Roboto, tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; padding: 3px 6px 3px 6px; white-space: nowrap; } .vbmenu_control a:link, .vbmenu_control_alink { color: #F0F0F0 !important; /* #FFFFFF */ text-decoration: none; } .vbmenu_control a:visited, .vbmenu_control_avisited { color: #F0F0F0 !important; /* #FFFFFF */ text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover { color: #DBDBDB !important; text-decoration: underline; } .vbmenu_popup { background: #E8E8E8 !important; /* #F8f8f8 */ color: #7B7B7B !important; border: 1px solid #999 !important; } .vbmenu_option { background: #E8E8E8 !important; /* #F9F9F9 */ color: #D14421 !important; font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link, .vbmenu_option_alink { color: #474747 !important; text-decoration: none; } .vbmenu_option a:visited, .vbmenu_option_avisited { color: #7B7B7B !important; text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover { color: #D14421 !important; text-decoration: none; } .vbmenu_hilite { background: #E0E0E0 !important; color: #7B7B7B !important; font: 10px 'Droid Sans', Roboto, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link, .vbmenu_hilite_alink { color: #1f1f1f !important; text-decoration: none; } .vbmenu_hilite a:visited, .vbmenu_hilite_avisited { color: #7B7B7B !important; text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover { color: #D14421 !important; text-decoration: none; } /* ***** styling for 'big' usernames on postbit etc. ***** */ .bigusername { font-size: 14pt !important; /* font-family: 'digistrip' !important; */ } /* ***** above header ***** */ .headtop{background: #393939 /* url(images/grunge2/header_gradient.gif)*/ !important; color: white; font-family: 'Droid Sans', Roboto, Arial,Helvetica,'sans serif'; width: 100%; font-size: 10pt; height: 26px;} .headtop a{ text-decoration: none; font-weight: bold; color: #fff; margin-left: 2px; margin-right: 10px; margin-top: 8px; margin-bottom: 8px;} /* ***** small padding on 'thead' elements ***** */ td.thead, th.thead, div.thead { padding: 4px; } /* ***** basic styles for multi-page nav elements */ .pagenav a { text-decoration: none; } .pagenav td { padding: 2px 4px 2px 4px; } /* ***** de-emphasized text */ .shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; } a.shade:active, a.shade:hover { color: #F04410; text-decoration: underline; } .tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; } /* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } /* ADDITIONAL CSS */ /* ***** make buttons flat ***** */ input,select { background: #e0e0e0 !important; height: 19px !important; font-size: 10px !important; } input[value=Show], input[value=Hide], .button { -moz-appearance: none !important; -webkit-appearance: none !important; border: #bdbdbd solid 2px !important; background: #bdbdbd !important; height: 19px !important; font-size: 10px !important; } input[value=Show]:hover, input[value=Hide]:hover, .button:hover { border: green 2px solid !important; } input[value=Show]:active, input[value=Hide]:active, .button:active { background: #666 !important; } /* ***** add dropshadows ***** */ .alt1, .alt1Active { background: rgb(216,216,216) !important; background: -moz-linear-gradient(top, rgba(208,208,208,1.0) 0, rgba(216,216,216,1.0) 4px, rgba(216,216,216,1.0) calc(100% - 4px), rgba(208,208,208,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(208,208,208,1.0) 0, rgba(216,216,216,1.0) 4px, rgba(216,216,216,1.0) -webkit-calc(100% - 4px), rgba(208,208,208,1.0) 100%) !important; } .alt2, .alt2Active { background: rgb(204,204,204) !important; background: -moz-linear-gradient(top, rgba(192,192,192,1.0) 0, rgba(204,204,204,1.0) 4px, rgba(204,204,204,1.0) calc(100% - 4px), rgba(196,196,196,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(192,192,192,1.0) 0, rgba(204,204,204,1.0) 4px, rgba(204,204,204,1.0) -webkit-calc(100% - 4px), rgba(196,196,196,1.0) 100%) !important; } textarea, input[type="text"], input[type="password"], .bginput { -moz-appearance: none !important; -webkit-appearance: none !important; background: rgb(240,240,240) !important; background: -moz-linear-gradient(top, rgba(222,222,222,1.0) 0, rgba(240,240,240,1.0) 4px, rgba(240,240,240,1.0) calc(100% - 4px), rgba(222,222,222,1.0) 100%) !important; background: -webkit-linear-gradient(top, rgba(222,222,222,1.0) 0, rgba(240,240,240,1.0) 4px, rgba(240,240,240,1.0) -webkit-calc(100% - 4px), rgba(222,222,222,1.0) 100%) !important; } textarea, input, select { outline: none !important; } textarea, textarea.bginput { padding: 2px 2px !important; border: 1px solid rgb(222,222,222) !important; } /* ***** make vbcontrol glow on hover */ .vbmenu_control:hover { background: #666 !important; } .vbmenu_control a:hover { text-decoration: none !important; } .imagebutton { padding: 0px !important; } .imagebutton>img { padding: 1px !important; border: 1px solid rgba(0,0,0,0) !important; } .imagebutton td { padding: 1px !important; border: 1px solid rgba(0,0,0,0) !important; } .imagebutton:hover>img { background: rgba(128,128,128,0.5); border: 1px solid #999 !important; } .imagebutton:hover td { background: rgba(128,128,128,0.5); border: 1px solid #999 !important; } /* ***** make ruler on posts visible ***** */ hr { background: #ccc !important; } /* ***** make usercss flat ***** */ #usercss .content_block { padding: 0px !important; } #usercss .content_block .block_row { margin: 0px !important; } /* ***** make forum header navigation borderless ***** */ *[class="page"]:first-child *[class="tborder"] { margin: 0px !important; border: 0px !important; padding: 0px !important; } /* ***** define label color ***** */ legend, label { color: #1f1f1f !important; } input[type=text], textarea { -moz-appearance: none !important; -webkit-appearance: none !important; } /* ***** highlight smilie ***** */ fieldset[id$="smiliebox"] td:hover { background: #C0C0C0 !important; } /** FONT SECTION */ body, html, table, tbody, div, span, td, th, label, input, select, button, p, li, dt, dd, .alt1, .alt1Active, .alt2, .alt2Active, .alt1 a, .alt1Active a, .alt2 a, .alt2Active a { font-family: 'Droid Sans', Roboto !important; } b { font-weight: bolder !important; } *[style*="bold"] { font-weight: bolder !important; } /** ICONS SECTION */ img[src^="images/statusicon3"], img[src^="images/reputation/reputation_"] { width: 0; height: 0; padding: 20px 0 0 20px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); } img[src^="images/statusicon3/forum_"] { padding: 30px 0 0 32px; } img[src^="images/statusicon3/user_"] { padding: 15px 0 0 15px; } img[src^="images/reputation/reputation_"] { padding: 10px 0 0 8px; } img[src="images/buttons3/firstnew.gif"], img[src="images/buttons3/lastpost.gif"], img[src="images/buttons3/viewpost.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 16px 0 0 20px; } img[src="images/buttons3/viewpost.gif"] { padding: 14px 0 0 20px; } img[src="images/buttons3/reputation.gif"], img[src="images/buttons3/report.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 17px 0 0 21px; } img[src^="images/buttons3/collapse_generic"], img[src^="http://www.narutoforums.com/images/buttons3/collapse_generic"] { width: 0 !important; height: 0 !important; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 13px 0 0 13px !important; margin: 0 !important; border: 0 !important; } img[src="images/misc/menu_open.gif"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 7px 0 0 11px; } img[src^="images/rating/rating_"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 12px 0 0 60px; } img[src="images/misc/trashcan_small.gif"], img[src="images/misc/sticky.gif"], img[src="images/misc/tag.png"] { width: 0; height: 0; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/superflat_zpse1ba5437.png"); padding: 13px 0 0 13px; } img[src="images/misc/sticky.gif"] { padding: 13px 0 0 12px; } img[src="images/misc/trashcan_small.gif"] { padding: 13px 0 0 11px; } img[src="images/statusicon3/thread.gif"] { background-position: 0px 0px; } img[src="images/statusicon3/thread_new.gif"] { background-position: -20px 0px; } img[src="images/statusicon3/thread_lock.gif"] { background-position: -40px 0px; } img[src="images/statusicon3/thread_lock_new.gif"] { background-position: -60px 0px; } img[src="images/statusicon3/thread_hot.gif"] { background-position: 0px -20px; } img[src="images/statusicon3/thread_hot_new.gif"] { background-position: -20px -20px; } img[src="images/statusicon3/thread_hot_lock.gif"] { background-position: -40px -20px; } img[src="images/statusicon3/thread_hot_lock_new.gif"] { background-position: -60px -20px; } img[src="images/statusicon3/thread_dot.gif"] { background-position: 0px -40px; } img[src="images/statusicon3/thread_dot_new.gif"] { background-position: -20px -40px; } img[src="images/statusicon3/thread_dot_lock.gif"] { background-position: -40px -40px; } img[src="images/statusicon3/thread_dot_lock_new.gif"] { background-position: -60px -40px; } img[src="images/statusicon3/thread_dot_hot.gif"] { background-position: 0px -60px; } img[src="images/statusicon3/thread_dot_hot_new.gif"] { background-position: -20px -60px; } img[src="images/statusicon3/thread_dot_hot_lock.gif"] { background-position: -40px -60px; } img[src="images/statusicon3/thread_dot_hot_lock_new.gif"] { background-position: -60px -60px; } img[src="images/statusicon3/post_new.gif"] { background-position: 0px -20px; } img[src="images/statusicon3/announcement_new.gif"] { background-position: -0px -20px; } img[src="images/statusicon3/forum_old.gif"] { background-position: -80px 0px; } img[src="images/statusicon3/forum_new.gif"] { background-position: -80px -40px; } img[src="images/statusicon3/forum_link.gif"] { background-position: -80px -80px; } img[src="images/buttons3/firstnew.gif"] { background-position: -112px 0px; } img[src="images/buttons3/lastpost.gif"] { background-position: -112px -16px; } img[src="images/buttons3/viewpost.gif"] { background-position: -112px -17px; } img[src="images/buttons3/reputation.gif"] { background-position: -30px -100px; } img[src="images/buttons3/report.gif"] { background-position: -51px -100px; } img[src="images/reputation/reputation_highneg.gif"] { background-position: 0px -80px; } img[src="images/reputation/reputation_neg.gif"] { background-position: -8px -80px; } img[src="images/reputation/reputation_off.gif"] { background-position: -16px -80px; } img[src="images/reputation/reputation_pos.gif"] { background-position: -24px -80px; } img[src="images/reputation/reputation_highpos.gif"] { background-position: -32px -80px; } img[src="images/reputation/reputation_balance.gif"] { background-position: -16px -80px; } img[src="images/statusicon3/user_offline.gif"] { background-position: 0px -100px; } img[src="images/statusicon3/user_online.gif"] { background-position: -15px -100px; } img[src$="images/buttons3/collapse_generic.gif"], img[src="images/buttons3/collapse_tcat.gif"], img[src="images/buttons3/collapse_thead.gif"] { background-position: -112px -40px; } img[src$="images/buttons3/collapse_generic_collapsed.gif"], img[src="images/buttons3/collapse_tcat_collapsed.gif"], img[src="images/buttons3/collapse_thead._collapsedgif"] { background-position: -112px -52px; } img[src="images/misc/menu_open.gif"] { background-position: -112px -32px; } img[src="images/rating/rating_5.gif"] { background-position: 0 -120px; } img[src="images/rating/rating_4.gif"] { background-position: 0 -132px; } img[src="images/rating/rating_3.gif"] { background-position: 0 -144px; } img[src="images/rating/rating_2.gif"] { background-position: 0 -156px; } img[src="images/rating/rating_1.gif"] { background-position: 0 -168px; } img[src="images/rating/rating_0.gif"] { background-position: 0 -180px; } img[src="images/misc/tag.png"] { background-position: -83px -120px; } img[src="images/misc/sticky.gif"] { background-position: -60px -120px; } img[src="images/misc/trashcan_small.gif"] { background-position: -72px -120px; } /** BUTTONS SECTION */ @font-face{ font-family: "digistrip"; src: url('http://www.fontsforweb.com/public/fonts/227/digistrip.eot'); src: local("DigitalStrip"), url('http://www.fontsforweb.com/public/fonts/227/digistrip.ttf') format("truetype"); } input[value=Show], input[value=Hide], .button { font-family: 'digistrip' !important; height: 19px !important; font-size: 10px !important; padding-top: -moz-calc(1px) !important; padding-bottom: -moz-calc(2px) !important; } img[src="images/buttons3/edit.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 0px; } img[src="images/buttons3/quote.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"] { width: 0; height: 0; padding: 22px 0 0 96px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"] { width: 0; height: 0; padding: 22px 0 0 96px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -66px; } img[src="images/buttons3/reply_small.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"], img[src="images/buttons3/quickreply.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -88px; } img[src="images/buttons3/forward.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -110px; } img[src="images/buttons3/find.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"] { width: 0; height: 0; padding: 22px 0 0 65px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -132px; } img[src="images/buttons3/newthread.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -154px; } img[src="images/buttons3/reply.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -176px; } img[src="images/buttons3/threadclosed.gif"], img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"] { width: 0; height: 0; padding: 22px 0 0 102px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/superflat/buttons.png"); background-position: 0 -198px; } img[src="images/buttons3/edit.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"]:hover { background-position: -102px 0px; } img[src="images/buttons3/quote.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"]:hover { background-position: -102px -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"]:hover { background-position: -102px -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"]:hover { background-position: -102px -66px; } img[src="images/buttons3/reply_small.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"]:hover, img[src="images/buttons3/quickreply.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"]:hover { background-position: -102px -88px; } img[src="images/buttons3/forward.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"]:hover{ background-position: -102px -110px; } img[src="images/buttons3/find.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"]:hover { background-position: -102px -132px; } img[src="images/buttons3/newthread.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"]:hover { background-position: -102px -154px; } img[src="images/buttons3/reply.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"]:hover { background-position: -102px -176px; } img[src="images/buttons3/threadclosed.gif"]:hover, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"]:hover { background-position: -102px -198px; } img[src="images/buttons3/edit.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/edit.gif"]:active { background-position: -204px 0px; } img[src="images/buttons3/quote.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quote.gif"]:active { background-position: -204px -22px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_off.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_off.gif"]:active { background-position: -204px -44px; } img[src="http://www.narutoforums.com/images/buttons3/multiquote_on.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/multiquote_on.gif"]:active { background-position: -204px -66px; } img[src="images/buttons3/reply_small.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply_small.gif"]:active, img[src="images/buttons3/quickreply.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/quickreply.gif"]:active { background-position: -204px -88px; } img[src="images/buttons3/forward.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/forward.gif"]:active { background-position: -204px -110px; } img[src="images/buttons3/find.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/find.gif"]:active { background-position: -204px -132px; } img[src="images/buttons3/newthread.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/newthread.gif"]:active { background-position: -204px -154px; } img[src="images/buttons3/reply.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/reply.gif"]:active { background-position: -204px -176px; } img[src="images/buttons3/threadclosed.gif"]:active, img[src="http://www.anifreak.com/forums/skin_kakashi/buttons/threadclosed.gif"]:active { background-position: -204px -198px; } /** POLLS SECTION */ img[src^="images/polls/bar"] { height: 0 !important; padding-top: 10px; } img[src^="images/polls/bar1"] { background: #55bb55 !important; } img[src^="images/polls/bar2"] { background: #cc5555 !important; } img[src^="images/polls/bar3"] { background: #5555cc !important; } img[src^="images/polls/bar4"] { background: #999955 !important; } img[src^="images/polls/bar5"] { background: #995599 !important; } img[src^="images/polls/bar6"] { background: #559999 !important; } /** GRAY HEADER SECTION */ img[src="http://www.anifreak.com/forums/skin_kakashi/header.jpg"], img[src="images/logo.gif"] { width: 0; height: 0; padding: 200px 0 0 800px; background: url("http://i338.photobucket.com/albums/n403/goldencircle83/vbulletin/headers/naruto-gray.png"); opacity: 0.5; } /* ***** get rid of width="1020" inside first table tag ***** */ body>*:first-child>table { width: auto !important; } /** NO TOP BANNER SECTION */ tr[background="http://static.anifreak.com/images/toperbg.jpg"] { display: none; } }
0.174973
0.137417
@font-face { font-family: Ubuntu-Regular; src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); } @font-face { font-family: Ubuntu-Bold; src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); } @font-face { font-family: JosefinSans-Bold; src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf'); } .htitle{ padding-top:5px; font-family:'Quattrocento Sans', sans-serif; text-shadow:2px 1px 50px #004A6E; } .htitle2{ font-family: 'Pacifico', cursive; font-size:20px; color:FF0042; padding-bottom:10px; } .s1{ position:relative; background:rgba(0,171,255,0.20); width: 100%; } .f1{ background:#D2D9DE; width: 100%; margin:0px; margin-top:5px; padding-right:10px; padding-left:10px; padding-top: 10px; padding-bottom:10px; } .srcbtn.input{ border:none; line-height: 0; overflow: visible; white-space: nowrap; } .clearfix{ display:block; clear:both; content:" "; } .bg-faded { background-color: #C6E3F84D; } .table.bg-faded-table{ background: rgba(0, 171, 255, 0.15); } .printableArea{ padding:5px; } form{ font-family: JosefinSans-Bold, sans-serif; border-radius: 5px; background-color: rgba(240,240,240); padding: 20px; } center.bg-faded-form { font-family:'Quattrocento Sans', sans-serif; background: rgba(0, 171, 255, 0.09); border: 2px solid #ccc; border-radius:5px; } input[type=text], input[type=date], input[type=password], input[type=number], select, textarea { width: 70%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } input[type=radio]{ width:15%; padding:1px; resize: vertical; } input[type=submit]{ text-align: center; font-size:22px; padding: 12px; border: 1px solid #ccc; border-radius: 6px; resize: vertical; } input[type=submit]:hover{ background-color: rgba(255, 9, 64, 0.60); color: rgba(12, 232, 153) } label { padding: 12px 12px 12px 0; display: inline-block; } .col-25 { float: left; width: 25%; margin-top: 6px; } .col-75 { float: left; width: 72%; margin-top: 6px; } .col-85{ float:left; padding:20px; width: 100%; margin-top:6px; } .col-85:hover{ background-color: rgba(12, 232, 153, 0.45); } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .col-25, .col-75, input[type=submit] { width: 100%; margin-top: 0; } } } nav{ position:relative; } .navbar .text-left{ text-align:left; } input{ width:35%; text-align:left; font-size: 20px; margin-left:2px; }
style.css
@font-face { font-family: Ubuntu-Regular; src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); } @font-face { font-family: Ubuntu-Bold; src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); } @font-face { font-family: JosefinSans-Bold; src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf'); } .htitle{ padding-top:5px; font-family:'Quattrocento Sans', sans-serif; text-shadow:2px 1px 50px #004A6E; } .htitle2{ font-family: 'Pacifico', cursive; font-size:20px; color:FF0042; padding-bottom:10px; } .s1{ position:relative; background:rgba(0,171,255,0.20); width: 100%; } .f1{ background:#D2D9DE; width: 100%; margin:0px; margin-top:5px; padding-right:10px; padding-left:10px; padding-top: 10px; padding-bottom:10px; } .srcbtn.input{ border:none; line-height: 0; overflow: visible; white-space: nowrap; } .clearfix{ display:block; clear:both; content:" "; } .bg-faded { background-color: #C6E3F84D; } .table.bg-faded-table{ background: rgba(0, 171, 255, 0.15); } .printableArea{ padding:5px; } form{ font-family: JosefinSans-Bold, sans-serif; border-radius: 5px; background-color: rgba(240,240,240); padding: 20px; } center.bg-faded-form { font-family:'Quattrocento Sans', sans-serif; background: rgba(0, 171, 255, 0.09); border: 2px solid #ccc; border-radius:5px; } input[type=text], input[type=date], input[type=password], input[type=number], select, textarea { width: 70%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } input[type=radio]{ width:15%; padding:1px; resize: vertical; } input[type=submit]{ text-align: center; font-size:22px; padding: 12px; border: 1px solid #ccc; border-radius: 6px; resize: vertical; } input[type=submit]:hover{ background-color: rgba(255, 9, 64, 0.60); color: rgba(12, 232, 153) } label { padding: 12px 12px 12px 0; display: inline-block; } .col-25 { float: left; width: 25%; margin-top: 6px; } .col-75 { float: left; width: 72%; margin-top: 6px; } .col-85{ float:left; padding:20px; width: 100%; margin-top:6px; } .col-85:hover{ background-color: rgba(12, 232, 153, 0.45); } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 600px) { .col-25, .col-75, input[type=submit] { width: 100%; margin-top: 0; } } } nav{ position:relative; } .navbar .text-left{ text-align:left; } input{ width:35%; text-align:left; font-size: 20px; margin-left:2px; }
0.198142
0.057838
.box { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); display: block; padding: 20px; } .content a:not(.button) { border-bottom: 1px solid #d3d6db; } .content a:not(.button):visited { color: #847bb9; } .content a:not(.button):hover { border-bottom-color: #1fc8db; } .content li + li { margin-top: 0.25em; } .content blockquote:not(:last-child), .content p:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child) { margin-bottom: 1em; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #222324; font-weight: 300; line-height: 1.125; margin-bottom: 20px; } .content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child) { margin-top: 40px; } .content blockquote { background-color: #f5f7fa; border-left: 5px solid #d3d6db; padding: 1.5em; } .content h1 { font-size: 2em; } .content h2 { font-size: 1.75em; } .content h3 { font-size: 1.5em; } .content h4 { font-size: 1.25em; } .content h5 { font-size: 1.125em; } .content h6 { font-size: 1em; } .content ol { list-style: decimal outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul { list-style: disc outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul ul { list-style-type: circle; margin-top: 0.5em; } .content ul ul ul { list-style-type: square; } .content.is-medium { font-size: 18px; } .content.is-medium code { font-size: 14px; } .content.is-large { font-size: 24px; } .content.is-large code { font-size: 18px; } .image { display: block; position: relative; } .image img { display: block; height: auto; width: 100%; } .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { bottom: 0; left: 0; position: absolute; right: 0; top: 0; height: 100%; width: 100%; } .image.is-square, .image.is-1by1 { padding-top: 100%; } .image.is-4by3 { padding-top: 75%; } .image.is-3by2 { padding-top: 66.6666%; } .image.is-16by9 { padding-top: 56.25%; } .image.is-2by1 { padding-top: 50%; } .image.is-16x16 { height: 16px; width: 16px; } .image.is-24x24 { height: 24px; width: 24px; } .image.is-32x32 { height: 32px; width: 32px; } .image.is-48x48 { height: 48px; width: 48px; } .image.is-64x64 { height: 64px; width: 64px; } .image.is-96x96 { height: 96px; width: 96px; } .image.is-128x128 { height: 128px; width: 128px; } .icon { display: inline-block; font-size: 21px; height: 24px; line-height: 24px; text-align: center; vertical-align: top; width: 24px; } .icon .fa { font-size: inherit; line-height: inherit; } .icon.is-small { display: inline-block; font-size: 14px; height: 16px; line-height: 16px; text-align: center; vertical-align: top; width: 16px; } .icon.is-medium { display: inline-block; font-size: 28px; height: 32px; line-height: 32px; text-align: center; vertical-align: top; width: 32px; } .icon.is-large { display: inline-block; font-size: 42px; height: 48px; line-height: 48px; text-align: center; vertical-align: top; width: 48px; } .card-header { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; color: #222324; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 40px; } .card-image { display: block; position: relative; } .card-content { padding: 20px; } .card-content .title + .subtitle { margin-top: -20px; } .card-footer { border-top: 1px solid #d3d6db; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .card-footer-item { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 10px; } .card-footer-item:not(:last-child) { border-right: 1px solid #d3d6db; } .card { background-color: #fff; box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); color: #69707a; max-width: 100%; position: relative; width: 300px; } .card .media:not(:last-child) { margin-bottom: 10px; } .card.is-fullwidth { width: 100%; } .card.is-rounded { border-radius: 5px; }
css/bulma.css
.box { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); display: block; padding: 20px; } .content a:not(.button) { border-bottom: 1px solid #d3d6db; } .content a:not(.button):visited { color: #847bb9; } .content a:not(.button):hover { border-bottom-color: #1fc8db; } .content li + li { margin-top: 0.25em; } .content blockquote:not(:last-child), .content p:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child) { margin-bottom: 1em; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #222324; font-weight: 300; line-height: 1.125; margin-bottom: 20px; } .content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child) { margin-top: 40px; } .content blockquote { background-color: #f5f7fa; border-left: 5px solid #d3d6db; padding: 1.5em; } .content h1 { font-size: 2em; } .content h2 { font-size: 1.75em; } .content h3 { font-size: 1.5em; } .content h4 { font-size: 1.25em; } .content h5 { font-size: 1.125em; } .content h6 { font-size: 1em; } .content ol { list-style: decimal outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul { list-style: disc outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul ul { list-style-type: circle; margin-top: 0.5em; } .content ul ul ul { list-style-type: square; } .content.is-medium { font-size: 18px; } .content.is-medium code { font-size: 14px; } .content.is-large { font-size: 24px; } .content.is-large code { font-size: 18px; } .image { display: block; position: relative; } .image img { display: block; height: auto; width: 100%; } .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { bottom: 0; left: 0; position: absolute; right: 0; top: 0; height: 100%; width: 100%; } .image.is-square, .image.is-1by1 { padding-top: 100%; } .image.is-4by3 { padding-top: 75%; } .image.is-3by2 { padding-top: 66.6666%; } .image.is-16by9 { padding-top: 56.25%; } .image.is-2by1 { padding-top: 50%; } .image.is-16x16 { height: 16px; width: 16px; } .image.is-24x24 { height: 24px; width: 24px; } .image.is-32x32 { height: 32px; width: 32px; } .image.is-48x48 { height: 48px; width: 48px; } .image.is-64x64 { height: 64px; width: 64px; } .image.is-96x96 { height: 96px; width: 96px; } .image.is-128x128 { height: 128px; width: 128px; } .icon { display: inline-block; font-size: 21px; height: 24px; line-height: 24px; text-align: center; vertical-align: top; width: 24px; } .icon .fa { font-size: inherit; line-height: inherit; } .icon.is-small { display: inline-block; font-size: 14px; height: 16px; line-height: 16px; text-align: center; vertical-align: top; width: 16px; } .icon.is-medium { display: inline-block; font-size: 28px; height: 32px; line-height: 32px; text-align: center; vertical-align: top; width: 32px; } .icon.is-large { display: inline-block; font-size: 42px; height: 48px; line-height: 48px; text-align: center; vertical-align: top; width: 48px; } .card-header { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; min-height: 40px; } .card-header-title { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; color: #222324; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; font-weight: bold; padding: 10px; } .card-header-icon { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 40px; } .card-image { display: block; position: relative; } .card-content { padding: 20px; } .card-content .title + .subtitle { margin-top: -20px; } .card-footer { border-top: 1px solid #d3d6db; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .card-footer-item { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 10px; } .card-footer-item:not(:last-child) { border-right: 1px solid #d3d6db; } .card { background-color: #fff; box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); color: #69707a; max-width: 100%; position: relative; width: 300px; } .card .media:not(:last-child) { margin-bottom: 10px; } .card.is-fullwidth { width: 100%; } .card.is-rounded { border-radius: 5px; }
0.350088
0.127979
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&family=Zilla+Slab:wght@300;700&display=swap'); *, *::before, *::after{ box-sizing: border-box; } :root{ font-size: 18px; line-height: 1.5em; } body{ -webkit-font-smoothing: subpixel-antialiased; font-family: "Zilla Slab","Roboto Slab",serif; font-weight: 300; } code { font-size: 0.85em; color: #00AEFF; } h1,h2,h3,h4,h5,h6{ color:#000; font-family: Quicksand; font-weight: 400; } h1{ font-size: 5em; line-height: 1em; margin-bottom: 0; } h2 { font-size: 1.65em; line-height: 1.125em; } main { color:#222; position: relative; padding: 0 .5em; } a { color: #000; text-decoration: none; -webkit-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */ box-shadow: inset 0 -0.07em 0 #ec008c; } a:hover { box-shadow: inset 0 -0.85em 0 #ffff00; color: #000; } p, li { font-size: 1.125em; } ul { list-style: none; padding-left: 1.5em; } li:before { content: ""; display: inline-block; position: relative; top: 0.125em; height: 0.75em; width: 0.75em; background-image: url('/assets/images/slashes.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 0.5em; opacity: 0.33; } li { text-indent: -1.25em; margin-bottom: 0.5em; } .background-wrapper{ position: absolute; top: 0; left: 0; width: 90vw; height: 80vw; overflow: hidden; } .slashes-overprint{ background-image: url('/assets/images/slashes-overprint.svg'); background-repeat: no-repeat; background-position-x: -18vw; background-position-y: -18vw; background-size: auto; height: 60vw; width: 60vw; position: absolute; } .logo-lodge-w{ background-image: url('/assets/images/logo-lodge-w.svg'); background-repeat: no-repeat; height: 30vw; width: 30vw; position: absolute; left: 5vw; top: 5vw; } footer { padding-top: 11vw; position: relative; } footer::before{ content:''; position: absolute; top: 0; width: 100%; height: 11vw; display: block; background-image: url('/assets/images/wordmark-overprint.svg'); background-repeat: no-repeat; background-position: center 0; background-size: 225vw; } .footer-logo-wrap{ background: black; text-align: center; padding: 1em 0; } .footer-logo { display: block; margin: 0 auto; line-height: 1; } /* Layout for this page specifically */ .intro{ max-width: 25em; margin: 0 auto 5em; padding-top: max(15vh, 8em); } .logo-lodge::before { content: ''; background-image: url('/assets/images/logo-lodge.svg'); display: inline-block; background-repeat: no-repeat; height: .8em; width: 1.2em; } .icon-paragraph { position: relative; } .icon-paragraph::before { content: ''; display: block; background-repeat: no-repeat; height: 4em; width: 4em; position: absolute; left: -4em; } .split-content div.links { padding: 0 1em 1em 1.5em; } .split-content div.links a { box-shadow: none; } .split-content div.links a:hover { box-shadow: none; } .icon-service { display: inline-block; width: 2.5em; height: auto; border: 0; margin-left: 1em; } .feature-embed::before { background-image: url('/assets/images/feature-embed.svg'); } .feature-overlay::before { background-image: url('/assets/images/feature-overlay.svg'); } .alt-section { color: white; position: relative; padding: 1.5em 4vw 1.5em 4vw; margin: 0 -0.5em 0 -0.5em; background-color: black; } .alt-section h1,.alt-section h2,.alt-section h3,.alt-section h4,.alt-section h5,.alt-section h6{ color:#fff; } .content { width: 100%; padding: 0 1em; max-width: 60em; } .split-content{ width: 100%; display: flex; flex-wrap: wrap; max-width: 1000px; margin: 1em auto; } .alt-section .split-content { flex-wrap: wrap-reverse; } .split-content section, div.demo-embed { padding: 1em; margin: 0; flex: 1; min-width: 300px; align-self: flex-end; } section.demo-copy { margin: 0 1em; padding: 0; opacity: 1; transition: opacity 0.2s ease-out; } section.demo-copy h2 { margin-top: 0; } div.demo-embed { padding: 0; margin: 0 1em 0 1em; border-radius: 1em; overflow: hidden; } div.demo-embed iframe { margin: 0; padding: 0; border: 0; } .split-content .narrow{ max-width: 400px; } .split-content .narrow > div { margin-bottom: 1em; } .slashes { position: absolute; width: 1.5em; height: auto; right: 2em; bottom: 2em; } section.features { margin-top: 3em; } button{ border:0; padding:0.75em 1.75em; border-radius:0.5em; margin-top:1em; background-color:#ec008c; color:#000; font-family:Helvetica,Arial,sans-serif; font-size:0.65em; text-transform:uppercase; font-weight:bold; outline: none; } button:hover{ background-color:#ff0; color:#000; } @media only screen and (max-device-width: 1024px) { button { width:100%; } section.demo-copy { padding-top: 3em; } .slashes-overprint{ background-position-x: -36vw; background-position-y: -64vw; height: 120vw; width: 120vw; } .logo-lodge-w{ height: 64vw; width: 64vw; left: 4vw; top: -6vw; } }
assets/css/index.css
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&family=Zilla+Slab:wght@300;700&display=swap'); *, *::before, *::after{ box-sizing: border-box; } :root{ font-size: 18px; line-height: 1.5em; } body{ -webkit-font-smoothing: subpixel-antialiased; font-family: "Zilla Slab","Roboto Slab",serif; font-weight: 300; } code { font-size: 0.85em; color: #00AEFF; } h1,h2,h3,h4,h5,h6{ color:#000; font-family: Quicksand; font-weight: 400; } h1{ font-size: 5em; line-height: 1em; margin-bottom: 0; } h2 { font-size: 1.65em; line-height: 1.125em; } main { color:#222; position: relative; padding: 0 .5em; } a { color: #000; text-decoration: none; -webkit-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); -moz-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); -o-transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); transition: box-shadow 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000), color 150ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */ box-shadow: inset 0 -0.07em 0 #ec008c; } a:hover { box-shadow: inset 0 -0.85em 0 #ffff00; color: #000; } p, li { font-size: 1.125em; } ul { list-style: none; padding-left: 1.5em; } li:before { content: ""; display: inline-block; position: relative; top: 0.125em; height: 0.75em; width: 0.75em; background-image: url('/assets/images/slashes.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 0.5em; opacity: 0.33; } li { text-indent: -1.25em; margin-bottom: 0.5em; } .background-wrapper{ position: absolute; top: 0; left: 0; width: 90vw; height: 80vw; overflow: hidden; } .slashes-overprint{ background-image: url('/assets/images/slashes-overprint.svg'); background-repeat: no-repeat; background-position-x: -18vw; background-position-y: -18vw; background-size: auto; height: 60vw; width: 60vw; position: absolute; } .logo-lodge-w{ background-image: url('/assets/images/logo-lodge-w.svg'); background-repeat: no-repeat; height: 30vw; width: 30vw; position: absolute; left: 5vw; top: 5vw; } footer { padding-top: 11vw; position: relative; } footer::before{ content:''; position: absolute; top: 0; width: 100%; height: 11vw; display: block; background-image: url('/assets/images/wordmark-overprint.svg'); background-repeat: no-repeat; background-position: center 0; background-size: 225vw; } .footer-logo-wrap{ background: black; text-align: center; padding: 1em 0; } .footer-logo { display: block; margin: 0 auto; line-height: 1; } /* Layout for this page specifically */ .intro{ max-width: 25em; margin: 0 auto 5em; padding-top: max(15vh, 8em); } .logo-lodge::before { content: ''; background-image: url('/assets/images/logo-lodge.svg'); display: inline-block; background-repeat: no-repeat; height: .8em; width: 1.2em; } .icon-paragraph { position: relative; } .icon-paragraph::before { content: ''; display: block; background-repeat: no-repeat; height: 4em; width: 4em; position: absolute; left: -4em; } .split-content div.links { padding: 0 1em 1em 1.5em; } .split-content div.links a { box-shadow: none; } .split-content div.links a:hover { box-shadow: none; } .icon-service { display: inline-block; width: 2.5em; height: auto; border: 0; margin-left: 1em; } .feature-embed::before { background-image: url('/assets/images/feature-embed.svg'); } .feature-overlay::before { background-image: url('/assets/images/feature-overlay.svg'); } .alt-section { color: white; position: relative; padding: 1.5em 4vw 1.5em 4vw; margin: 0 -0.5em 0 -0.5em; background-color: black; } .alt-section h1,.alt-section h2,.alt-section h3,.alt-section h4,.alt-section h5,.alt-section h6{ color:#fff; } .content { width: 100%; padding: 0 1em; max-width: 60em; } .split-content{ width: 100%; display: flex; flex-wrap: wrap; max-width: 1000px; margin: 1em auto; } .alt-section .split-content { flex-wrap: wrap-reverse; } .split-content section, div.demo-embed { padding: 1em; margin: 0; flex: 1; min-width: 300px; align-self: flex-end; } section.demo-copy { margin: 0 1em; padding: 0; opacity: 1; transition: opacity 0.2s ease-out; } section.demo-copy h2 { margin-top: 0; } div.demo-embed { padding: 0; margin: 0 1em 0 1em; border-radius: 1em; overflow: hidden; } div.demo-embed iframe { margin: 0; padding: 0; border: 0; } .split-content .narrow{ max-width: 400px; } .split-content .narrow > div { margin-bottom: 1em; } .slashes { position: absolute; width: 1.5em; height: auto; right: 2em; bottom: 2em; } section.features { margin-top: 3em; } button{ border:0; padding:0.75em 1.75em; border-radius:0.5em; margin-top:1em; background-color:#ec008c; color:#000; font-family:Helvetica,Arial,sans-serif; font-size:0.65em; text-transform:uppercase; font-weight:bold; outline: none; } button:hover{ background-color:#ff0; color:#000; } @media only screen and (max-device-width: 1024px) { button { width:100%; } section.demo-copy { padding-top: 3em; } .slashes-overprint{ background-position-x: -36vw; background-position-y: -64vw; height: 120vw; width: 120vw; } .logo-lodge-w{ height: 64vw; width: 64vw; left: 4vw; top: -6vw; } }
0.404155
0.141163
.middguard-graph-editor { height: 100%; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .header { border-bottom: 2px solid #e5e5e5; padding: 10px; } .middguard-graph-editor .header h4 { margin: 0; } .middguard-graph-editor .sidebar { height: calc(100% - 41px); float: left; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .sidebar h4 { margin: 10px; } .middguard-graph-editor .modules-list { list-style: none; padding: 0; } .middguard-graph-editor .modules-list li { display: block; margin: 10px; } .middguard-graph-editor .editor { float: left; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .graph { overflow: hidden; } .middguard-graph-editor .node .outline { stroke: steelblue; stroke-width: 2px; fill: #fff; } .middguard-graph-editor .deleteNode { fill:transparent; stroke:transparent; } .middguard-graph-editor .node:hover path.deleteNode { fill: transparent; /*stroke: rgb(194, 194, 194);*/ stroke: rgb(167, 167, 167); stroke-width: 2px; cursor: pointer; } .middguard-graph-editor .node.visualization rect.outline { stroke: orange; } .middguard-graph-editor .node.selected rect.outline { stroke-width: 4px; } .connector.input { fill: rgb(35, 171, 36); } .connector.output { fill: rgb(195, 63, 63); } .connector.selected { stroke: #000; stroke-width: 2px; } .middguard-graph-editor .connecting-line { stroke: #000; stroke-width: 2px; fill: none; pointer-events: none; } .middguard-graph-editor .status { font-size: 12px; } .middguard-graph-editor .status.status-3{ fill: rgb(255, 0, 0); } .middguard-graph-editor .status.status-0 { fill: rgb(226, 104, 87); } .middguard-graph-editor .status.status-1 { fill: rgb(230, 222, 13); } .middguard-graph-editor .status.status-2 { fill: rgb(81, 210, 141); } .middguard-graph-editor .node:hover .status { stroke: transparent; fill: transparent; } .middguard-graph-editor .run { fill: none; cursor: pointer; } .middguard-graph-editor .node:hover .run { fill: rgb(194, 194, 194); } .middguard-graph-editor .node:hover .run:hover { fill: rgb(182, 182, 182); } .middguard-graph-editor .node:hover .run:active { fill: rgb(167, 167, 167); } .middguard-graph-editor .detail { float: left; width: 400px; height: calc(100% - 41px); padding: 10px; } .middguard-graph-editor .detail h4 { margin: 0; } .middguard-graph-editor .detail .connection-list { width: 50%; float: left; } .middguard-graph-editor .detail .connection-list li { padding: 8px 12px; background-color: #e9eaed; border: 1px solid #e5e5e5; border-radius: 5px; } .middguard-graph-editor .detail .connection-list.outputs li { text-align: right; } .middguard-graph-editor .detail .connection-list.outputs li { margin: 5px 5px 5px 0; } .middguard-graph-editor .detail .connection-list.inputs h5 { margin-left: 5px; } .middguard-graph-editor .detail .connection-list.inputs li { margin: 5px 0 5px 5px; } .middguard-graph-editor .detail .connection-list li.connected.input { background-color: rgb(126, 196, 123); border-color: rgb(99, 198, 95); } .middguard-graph-editor .detail .connection-list li.connected.output { background-color: rgb(255, 150, 150); border-color: rgb(250, 122, 122); } .middguard-graph-editor .detail .connection-list li.connection.selected { border-width: 2px; } .middguard-graph-editor .detail .connection-list li.connection.selected.input { border-color: rgb(77, 153, 73); } .middguard-graph-editor .detail .connection-list li.connection.selected.output { border-color: rgb(207, 57, 57); } .middguard-graph-editor .detail .connection-list li.connection.selected.unconnected { border-color: #b1b1b1; } .input-tooltip { position: absolute; padding: 10px; border-radius: 5px; font-size: 12px; line-height: 1.4; text-align: center; color: #fff; background-color: rgba(0, 0, 0, 0.7); visibility: hidden; z-index: 1; } .input-tooltip:after { position: absolute; top: 100%; left: 50%; margin-left: -5px; width: 0; border-top: 5px solid rgba(0, 0, 0, 0.7); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; }
static/css/graph-editor.css
.middguard-graph-editor { height: 100%; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .header { border-bottom: 2px solid #e5e5e5; padding: 10px; } .middguard-graph-editor .header h4 { margin: 0; } .middguard-graph-editor .sidebar { height: calc(100% - 41px); float: left; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .sidebar h4 { margin: 10px; } .middguard-graph-editor .modules-list { list-style: none; padding: 0; } .middguard-graph-editor .modules-list li { display: block; margin: 10px; } .middguard-graph-editor .editor { float: left; border-right: 2px solid #e5e5e5; } .middguard-graph-editor .graph { overflow: hidden; } .middguard-graph-editor .node .outline { stroke: steelblue; stroke-width: 2px; fill: #fff; } .middguard-graph-editor .deleteNode { fill:transparent; stroke:transparent; } .middguard-graph-editor .node:hover path.deleteNode { fill: transparent; /*stroke: rgb(194, 194, 194);*/ stroke: rgb(167, 167, 167); stroke-width: 2px; cursor: pointer; } .middguard-graph-editor .node.visualization rect.outline { stroke: orange; } .middguard-graph-editor .node.selected rect.outline { stroke-width: 4px; } .connector.input { fill: rgb(35, 171, 36); } .connector.output { fill: rgb(195, 63, 63); } .connector.selected { stroke: #000; stroke-width: 2px; } .middguard-graph-editor .connecting-line { stroke: #000; stroke-width: 2px; fill: none; pointer-events: none; } .middguard-graph-editor .status { font-size: 12px; } .middguard-graph-editor .status.status-3{ fill: rgb(255, 0, 0); } .middguard-graph-editor .status.status-0 { fill: rgb(226, 104, 87); } .middguard-graph-editor .status.status-1 { fill: rgb(230, 222, 13); } .middguard-graph-editor .status.status-2 { fill: rgb(81, 210, 141); } .middguard-graph-editor .node:hover .status { stroke: transparent; fill: transparent; } .middguard-graph-editor .run { fill: none; cursor: pointer; } .middguard-graph-editor .node:hover .run { fill: rgb(194, 194, 194); } .middguard-graph-editor .node:hover .run:hover { fill: rgb(182, 182, 182); } .middguard-graph-editor .node:hover .run:active { fill: rgb(167, 167, 167); } .middguard-graph-editor .detail { float: left; width: 400px; height: calc(100% - 41px); padding: 10px; } .middguard-graph-editor .detail h4 { margin: 0; } .middguard-graph-editor .detail .connection-list { width: 50%; float: left; } .middguard-graph-editor .detail .connection-list li { padding: 8px 12px; background-color: #e9eaed; border: 1px solid #e5e5e5; border-radius: 5px; } .middguard-graph-editor .detail .connection-list.outputs li { text-align: right; } .middguard-graph-editor .detail .connection-list.outputs li { margin: 5px 5px 5px 0; } .middguard-graph-editor .detail .connection-list.inputs h5 { margin-left: 5px; } .middguard-graph-editor .detail .connection-list.inputs li { margin: 5px 0 5px 5px; } .middguard-graph-editor .detail .connection-list li.connected.input { background-color: rgb(126, 196, 123); border-color: rgb(99, 198, 95); } .middguard-graph-editor .detail .connection-list li.connected.output { background-color: rgb(255, 150, 150); border-color: rgb(250, 122, 122); } .middguard-graph-editor .detail .connection-list li.connection.selected { border-width: 2px; } .middguard-graph-editor .detail .connection-list li.connection.selected.input { border-color: rgb(77, 153, 73); } .middguard-graph-editor .detail .connection-list li.connection.selected.output { border-color: rgb(207, 57, 57); } .middguard-graph-editor .detail .connection-list li.connection.selected.unconnected { border-color: #b1b1b1; } .input-tooltip { position: absolute; padding: 10px; border-radius: 5px; font-size: 12px; line-height: 1.4; text-align: center; color: #fff; background-color: rgba(0, 0, 0, 0.7); visibility: hidden; z-index: 1; } .input-tooltip:after { position: absolute; top: 100%; left: 50%; margin-left: -5px; width: 0; border-top: 5px solid rgba(0, 0, 0, 0.7); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; }
0.542136
0.120077
height: 100%; } .vertical-align-wrap { position: absolute; width: 100%; height: 90%; display: table; } .vertical-align-middle { display: table-cell; vertical-align: middle; } *{ font-family: sans-serif; } /******************************** * AUTHENTICATION FORMS, PAGE ********************************/ .auth-box { -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 70%; height: 450px; margin: 0 auto; background-color: #fff; } .auth-box:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .content { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; /*width: 99%;*/ vertical-align: middle; } .auth-box .left { float: left; width: 42%; height: 100%; padding: 0 30px; text-align: center; } .auth-box .left:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .right { float: right; width: 58%; height: 100%; position: relative; background-image: url("../bupati/poto/lighthouse.jpg"); background-repeat: no-repeat; background-size: cover; } .auth-box .right:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .right .text { position: relative; padding: 0 30px; color: #fff; } .auth-box .right .heading { margin-top: 0; margin-bottom: 5px; font-size: 26px; font-weight: 300; } .auth-box .right p { margin: 0; font-size: 18px; font-weight: 300; } .auth-box .right .overlay { position: absolute; top: 0; display: block; width: 100%; height: 100%; background: rgb(59 74 73 / 82%); } .auth-box .header { margin-bottom: 80px; } .auth-box .lead { margin-top: 5px; font-size: 18px; text-align: center; } .auth-box .form-auth-small .btn { font-size: 13px; } .auth-box .form-auth-small .element-left { float: left; } .auth-box .form-auth-small .element-right { float: right; } .auth-box .form-auth-small .bottom { margin-top: 20px; text-align: center; } .auth-box.lockscreen { width: 50%; padding: 40px 60px; } .auth-box.lockscreen .logo { margin-bottom: 30px; } .auth-box.lockscreen .user { margin-bottom: 30px; } .auth-box.lockscreen .user .name { font-size: 18px; margin-top: 10px; } @media screen and (min-width: 1440px) { .auth-box.lockscreen { width: 35%; } } @media screen and (max-width: 1279px) { .auth-box { width: 90%; } .auth-box .left { top: 3.3em; } } @media screen and (max-width: 1023px) { .auth-box { width: 70%; } .auth-box .left { width: 100%; position: inherit; padding: 30px; } .auth-box .right { display: none; } } @media screen and (max-width: 992px) { .auth-box { width: 70%; } .auth-box.lockscreen { width: 50%; padding: 40px 20px; } } @media screen and (max-width: 640px) { .auth-box { width: 90%; } .auth-box .content { width: 95%; } .auth-box.lockscreen { width: 90%; } }
public/css/validasi.css
height: 100%; } .vertical-align-wrap { position: absolute; width: 100%; height: 90%; display: table; } .vertical-align-middle { display: table-cell; vertical-align: middle; } *{ font-family: sans-serif; } /******************************** * AUTHENTICATION FORMS, PAGE ********************************/ .auth-box { -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 70%; height: 450px; margin: 0 auto; background-color: #fff; } .auth-box:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .content { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; /*width: 99%;*/ vertical-align: middle; } .auth-box .left { float: left; width: 42%; height: 100%; padding: 0 30px; text-align: center; } .auth-box .left:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .right { float: right; width: 58%; height: 100%; position: relative; background-image: url("../bupati/poto/lighthouse.jpg"); background-repeat: no-repeat; background-size: cover; } .auth-box .right:before { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; content: ' '; vertical-align: middle; height: 100%; } .auth-box .right .text { position: relative; padding: 0 30px; color: #fff; } .auth-box .right .heading { margin-top: 0; margin-bottom: 5px; font-size: 26px; font-weight: 300; } .auth-box .right p { margin: 0; font-size: 18px; font-weight: 300; } .auth-box .right .overlay { position: absolute; top: 0; display: block; width: 100%; height: 100%; background: rgb(59 74 73 / 82%); } .auth-box .header { margin-bottom: 80px; } .auth-box .lead { margin-top: 5px; font-size: 18px; text-align: center; } .auth-box .form-auth-small .btn { font-size: 13px; } .auth-box .form-auth-small .element-left { float: left; } .auth-box .form-auth-small .element-right { float: right; } .auth-box .form-auth-small .bottom { margin-top: 20px; text-align: center; } .auth-box.lockscreen { width: 50%; padding: 40px 60px; } .auth-box.lockscreen .logo { margin-bottom: 30px; } .auth-box.lockscreen .user { margin-bottom: 30px; } .auth-box.lockscreen .user .name { font-size: 18px; margin-top: 10px; } @media screen and (min-width: 1440px) { .auth-box.lockscreen { width: 35%; } } @media screen and (max-width: 1279px) { .auth-box { width: 90%; } .auth-box .left { top: 3.3em; } } @media screen and (max-width: 1023px) { .auth-box { width: 70%; } .auth-box .left { width: 100%; position: inherit; padding: 30px; } .auth-box .right { display: none; } } @media screen and (max-width: 992px) { .auth-box { width: 70%; } .auth-box.lockscreen { width: 50%; padding: 40px 20px; } } @media screen and (max-width: 640px) { .auth-box { width: 90%; } .auth-box .content { width: 95%; } .auth-box.lockscreen { width: 90%; } }
0.457137
0.073165
body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; } .wrapper { min-width: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 2px solid #0460a9; border-radius: 15px; background-color: #2196f3d9; box-shadow: 2px 2px 6px #3ba2f5; transition: 0.2s; box-sizing: border-box; &:hover { /* background-color: #2392ead9; box-shadow: 1px 1px 3px #2b93e6; */ background-color: #2392ead9; border-color: #f7ae42eb; box-shadow: 1px 1px 3px #d69b43cf; } } .logo { margin: 0 0 20px; color: #464646; } .logo__icon, .logo__text { color: #efefef; } .form { width: 100%; } .field { display: flex; flex-direction: column; &:not(:last-of-type) { margin-bottom: 10px; } } .field__label { color: #efefef; } .field__input { padding: 5px; border: 2px solid #0460a9; border-radius: 4px; background-color: #efefef; &:focus { outline: none; border-color: #f7ae42eb; } } .btn { margin-top: 20px; padding: 5px; width: 100%; border: 2px solid #0460a9; border-radius: 4px; color: #0460a9; background-color: #f7ae42eb; font-weight: bold; &:focus { color: #f7ae42eb; background-color: #0460a9b8; border-color: #f7ae42eb; } } .books-list { width: 100%; margin-top: 20px; border-collapse: collapse; } .books-list__item { border-bottom: 1px solid #232323; background-color: #67676759; &:nth-of-type(odd) { background-color: #cccccc47; } &:hover { background-color: #f7ae42c7; } } th, td { padding: 5px; text-align: center; } th { color: #efefef; border-bottom: 1px solid #efefef; } td { color: #232323; } .delete { text-decoration: none; color: #efefef; &:hover { text-decoration: underline; color: #0460a9; } } .visually-hidden { position: absolute !important; height: 1px !important; width: 1px !important; padding: 0 !important; border: 0 !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; }
src/index.css
body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; } .wrapper { min-width: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 2px solid #0460a9; border-radius: 15px; background-color: #2196f3d9; box-shadow: 2px 2px 6px #3ba2f5; transition: 0.2s; box-sizing: border-box; &:hover { /* background-color: #2392ead9; box-shadow: 1px 1px 3px #2b93e6; */ background-color: #2392ead9; border-color: #f7ae42eb; box-shadow: 1px 1px 3px #d69b43cf; } } .logo { margin: 0 0 20px; color: #464646; } .logo__icon, .logo__text { color: #efefef; } .form { width: 100%; } .field { display: flex; flex-direction: column; &:not(:last-of-type) { margin-bottom: 10px; } } .field__label { color: #efefef; } .field__input { padding: 5px; border: 2px solid #0460a9; border-radius: 4px; background-color: #efefef; &:focus { outline: none; border-color: #f7ae42eb; } } .btn { margin-top: 20px; padding: 5px; width: 100%; border: 2px solid #0460a9; border-radius: 4px; color: #0460a9; background-color: #f7ae42eb; font-weight: bold; &:focus { color: #f7ae42eb; background-color: #0460a9b8; border-color: #f7ae42eb; } } .books-list { width: 100%; margin-top: 20px; border-collapse: collapse; } .books-list__item { border-bottom: 1px solid #232323; background-color: #67676759; &:nth-of-type(odd) { background-color: #cccccc47; } &:hover { background-color: #f7ae42c7; } } th, td { padding: 5px; text-align: center; } th { color: #efefef; border-bottom: 1px solid #efefef; } td { color: #232323; } .delete { text-decoration: none; color: #efefef; &:hover { text-decoration: underline; color: #0460a9; } } .visually-hidden { position: absolute !important; height: 1px !important; width: 1px !important; padding: 0 !important; border: 0 !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; }
0.404507
0.11864
html { color: #222; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } audio, canvas, iframe, img, svg, video { vertical-align: middle; } fieldset { border: 0; margin: 0; padding: 0; } textarea { resize: vertical; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ===== Initializr Styles ================================================== Author: <NAME> - verekia.com/initializr/responsive-template ========================================================================== */ body { font: 16px/26px Helvetica, Helvetica Neue, Arial; } .wrapper { width: 90%; margin: 0 5%; } /* =================== ALL: Orange Theme =================== */ .header-container { border-bottom: 20px solid #e44d26; } .footer-container, .main aside { border-top: 20px solid #e44d26; } .header-container, .footer-container, .main aside { background: #f16529; } .title { color: white; } /* ============== MOBILE: Menu ============== */ nav ul { margin: 0; padding: 0; list-style-type: none; } nav a { display: block; margin-bottom: 10px; padding: 15px 0; text-align: center; text-decoration: none; font-weight: bold; color: white; background: #e44d26; } nav a.active { font-size: 110%; } nav a:hover, nav a:visited { color: white; } nav a:hover { text-decoration: underline; } /* ============== MOBILE: Main ============== */ .main { padding: 30px 0; } .main article h1 { font-size: 2em; } .main aside { color: white; padding: 0px 5% 10px; } .footer-container footer { color: white; padding: 20px 0; } /* =============== ALL: IE Fixes =============== */ .ie7 .title { padding-top: 20px; } /* ========================================================================== Author's custom styles ========================================================================== */ /* Lovingly stolen from Bootstrap, which is MIT licensed. */ a { background-color: transparent; } a:active, a:hover { outline: 0; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a.blacken:hover { color: #262626; } .blacken { color: #000000; } a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } /* ========================================================================== Media Queries ========================================================================== */ @media only screen and (min-width: 480px) { /* ==================== INTERMEDIATE: Menu ==================== */ nav a { float: left; width: 27%; margin: 0 1.7%; padding: 25px 2%; margin-bottom: 0; } nav li:first-child a { margin-left: 0; } nav li:last-child a { margin-right: 0; } /* ======================== INTERMEDIATE: IE Fixes ======================== */ nav ul li { display: inline; } .oldie nav a { margin: 0 0.7%; } } @media only screen and (min-width: 768px) { /* ==================== WIDE: CSS3 Effects ==================== */ .header-container, .main aside { -webkit-box-shadow: 0 5px 10px #aaa; -moz-box-shadow: 0 5px 10px #aaa; box-shadow: 0 5px 10px #aaa; } /* ============ WIDE: Menu ============ */ .title { float: left; } nav { float: right; width: 38%; } /* ============ WIDE: Main ============ */ .main article { float: left; width: 57%; } .main aside { float: right; width: 28%; } /* WIDE: Extend example code out of boundaries. */ #kyubu-example { overflow: inherit; } #kyubu-example code { display: inline-block; overflow-x: visible; } } @media only screen and (min-width: 1140px) { /* =============== Maximal Width =============== */ .wrapper { width: 1026px; /* 1140px - 10% for margins */ margin: 0 auto; } } /* ========================================================================== Helper classes ========================================================================== */ .hidden { display: none !important; visibility: hidden; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* ========================================================================== Print styles ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
html { color: #222; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } audio, canvas, iframe, img, svg, video { vertical-align: middle; } fieldset { border: 0; margin: 0; padding: 0; } textarea { resize: vertical; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ===== Initializr Styles ================================================== Author: <NAME> - verekia.com/initializr/responsive-template ========================================================================== */ body { font: 16px/26px Helvetica, Helvetica Neue, Arial; } .wrapper { width: 90%; margin: 0 5%; } /* =================== ALL: Orange Theme =================== */ .header-container { border-bottom: 20px solid #e44d26; } .footer-container, .main aside { border-top: 20px solid #e44d26; } .header-container, .footer-container, .main aside { background: #f16529; } .title { color: white; } /* ============== MOBILE: Menu ============== */ nav ul { margin: 0; padding: 0; list-style-type: none; } nav a { display: block; margin-bottom: 10px; padding: 15px 0; text-align: center; text-decoration: none; font-weight: bold; color: white; background: #e44d26; } nav a.active { font-size: 110%; } nav a:hover, nav a:visited { color: white; } nav a:hover { text-decoration: underline; } /* ============== MOBILE: Main ============== */ .main { padding: 30px 0; } .main article h1 { font-size: 2em; } .main aside { color: white; padding: 0px 5% 10px; } .footer-container footer { color: white; padding: 20px 0; } /* =============== ALL: IE Fixes =============== */ .ie7 .title { padding-top: 20px; } /* ========================================================================== Author's custom styles ========================================================================== */ /* Lovingly stolen from Bootstrap, which is MIT licensed. */ a { background-color: transparent; } a:active, a:hover { outline: 0; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a.blacken:hover { color: #262626; } .blacken { color: #000000; } a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } /* ========================================================================== Media Queries ========================================================================== */ @media only screen and (min-width: 480px) { /* ==================== INTERMEDIATE: Menu ==================== */ nav a { float: left; width: 27%; margin: 0 1.7%; padding: 25px 2%; margin-bottom: 0; } nav li:first-child a { margin-left: 0; } nav li:last-child a { margin-right: 0; } /* ======================== INTERMEDIATE: IE Fixes ======================== */ nav ul li { display: inline; } .oldie nav a { margin: 0 0.7%; } } @media only screen and (min-width: 768px) { /* ==================== WIDE: CSS3 Effects ==================== */ .header-container, .main aside { -webkit-box-shadow: 0 5px 10px #aaa; -moz-box-shadow: 0 5px 10px #aaa; box-shadow: 0 5px 10px #aaa; } /* ============ WIDE: Menu ============ */ .title { float: left; } nav { float: right; width: 38%; } /* ============ WIDE: Main ============ */ .main article { float: left; width: 57%; } .main aside { float: right; width: 28%; } /* WIDE: Extend example code out of boundaries. */ #kyubu-example { overflow: inherit; } #kyubu-example code { display: inline-block; overflow-x: visible; } } @media only screen and (min-width: 1140px) { /* =============== Maximal Width =============== */ .wrapper { width: 1026px; /* 1140px - 10% for margins */ margin: 0 auto; } } /* ========================================================================== Helper classes ========================================================================== */ .hidden { display: none !important; visibility: hidden; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* ========================================================================== Print styles ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.378919
0.066236
#banniere{ width:1140px; } html { scroll-behavior: smooth; } body { font-family: 'Montserrat', sans-serif; margin: 0; box-sizing: border-box; overflow-x: hidden; } main{ padding-top:15px; padding-left: 10px; } header { text-align: center; padding: 0 10vw; } header img { width: 100px; } footer{ text-align: center; padding: 0 10vw; } p{ margin-bottom:0 !important; } ul { margin: 0 !important; padding: 0; } h1{ margin-bottom:0; } a:hover{ text-decoration:none !important; color:#000000; font-weight: bold; } a{ color:#1679d4; } /* BOOTSTRAP */ h1, h2, h3, h4, h5, h6{ margin:0; padding:0; } .container{ padding-left:5px !important; padding-right:5px !important; padding : 3% 5px; } .card { font-weight: 400; border: 0; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } /* .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } */ .info-color { background-color: #33b5e5 !important; } .custom-navbar .nav-item .nav-link { text-transform: uppercase; } .custom-navbar:hover .nav-item:hover .nav-link:hover { text-transform: uppercase; color:#7ab1df; } #detailsMap{ height: 400px; width: 400px; } .imagepromo{ position:absolute; font-size: 10px; } .imagepromo-legende{ position:relative; bottom:12%; transform: translate(0,-50%); color:#F5F5F5; font-size:0.8rem; font-weight:bold; background-color:black; } .logo{ width: 50px; } main.container div.row .imagepromo { position: relative; font-weight: bold; width: 80%; padding-top: 20px; } .imagepromolive{ width: 60%; } /* COULEURS ET POLICES */ main{ background-color : #fff; } body{ background-color: rgba(95, 165, 220, 0.5) } header, footer{ color : #F5F5F5; background-color:#222222; } .btn-rouge{ background-color:#ff5757 !important; align-self:center !important; } .btn-rouge:hover{ background-color:red !important; } /* NAVBAR */ .connexion a{ color : #F5F5F5 !important; } .connexion li{ padding-right : 10px; padding-left:10px; } .btn{ background-color:#7ab1df; color:#F5F5F5; font-size:1rem; align-self:center !important; } .btn:hover{ background-color:#22478a; color:#F5F5F5 !important; } /* FOOTER */ footer a{ color: #F5F5F5; } .legal{ color:#222222; } #copyright{ border-top : #F5F5F5 solid 1px; padding-top : 8px; padding-bottom: 8px; background-color :#F5F5F5; color : #222222; } #pied_de_page{ padding-top:10px; padding-bottom:10px; } .footer-head h3, .footer-logo h3 { font-size: 16px; text-transform: uppercase; } .footer-logo p { font-weight: 300; text-align: justify; } .footer_logo{ font-size:2rem; padding-left:10px; } .footer_logo:hover{ color:#7ab1df; } .footer_logo_contact{ font-size:1rem; padding-right:10px; } #footer_contact{ font-size:1.25rem; } .logo-social{ padding : 10px 0px; } footer h3{ margin-bottom:15px; background-color :#F5F5F5; color : #222222; padding:8px; } /* HOME */ .titre_home{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; } #carouselExampleCaptions{ max-width:500px; } .carousel-caption{ font-weight:bold; color:#F1F1F1; } #presentation{ padding:20px 10px; } .border-top{ color:black'; } .fa-quote-left{ font-size:4rem; float:left; } .lead { font-size: 1.15rem; font-weight: 300; } #vous_inscrire{ font-size:0.6rem; margin-bottom:10px !important; } #miror{ transform: scaleX(-1); } /* LOGIN */ #carousel_login{ margin-top:20px; width:800px; } .connexion_p{ font-size:0.9rem; margin-bottom:15px !important; } /* FORM */ .titre_form{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; margin-bottom:10px; } /* ARTICLE - RELEASE */ .titre_article{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; } #summary{ background-color:#222222; color:#F5F5F5; padding:5% 5%; margin:5% 15%; } #image_article{ width:80%; margin : 10px; } #apropos{ text-transform:uppercase; padding:10px; font-weight:bold; font-size:1.5rem; } #who{ font-size:1.24em; margin : 10px; margin-bottom:20px; } #keywords{ margin-top:40px; } .no-view-mobile{ display:none; } #description{ text-align:justify } #share .fa-facebook-square{ color:#4267b2; } /* BACK OFFICE USER */ .small-font{ font-size:0.8rem !important; } .table td{ padding:0.3rem; vertical-align:middle } .table .btn{ font-size:0.8rem; } #userspace h3{ background-color:#343a40; color: #F5F5F5; padding:10px; } .btn-admin{ color:#7ab1df; padding:0 !important; } .btn-admin:hover{ color:#22478a; } /* LOGIN */ #login { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/slide_contact1.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } #login_zone{ background-color:rgba(33, 33, 33, 0.8); } /* INSCRIPTION */ #inscription { background-size: cover; background-position: center center; /* height: 100vh; */ background-image: url('../img/user.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } /* CONTACT */ #contact_main { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/primal.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } /* DELETE */ .delete_p{ font-size:1.2rem; margin-bottom:15px !important; } #delete { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/delete.jpg'); background-repeat: no-repeat; color:white; } /* ACTUALITÉS */ .last{ background-color : #222222; color: #f5f5f5; } /* TUTORIEL */ .tuto-text{ text-align: justify; } @media screen and (max-width: 768px) { .back_hiding{ display:none; } } @media screen and (min-width: 768px) { .custom-navbar .nav-item .nav-link { color: rgb(255, 255, 255); text-transform: uppercase; font-size: 80%; transition: all .75s; } } @media screen and (min-width: 1200px) { body{ font-size : 1.1rem; } .custom-navbar .nav-item .nav-link { color: rgb(255, 255, 255); text-transform: uppercase; font-size: 1.2rem; transition: all .75s; } /* NAVBAR */ .connexion{ margin-left : 20px; } /* FOOTER */ .footer-content{ justify-content:center; } /* ARTICLE */ #summary{ padding:5% 5%; margin:0; } #image_article{ width:40%; margin : 10px; } .imagepromo-legende{ font-size:1rem; } .no-view-mobile{ display:block; } } /* header .header .header-menu ul.main-menu>li::after { height: 2px; top: -2px; left: 0; position: relative; content: ''; display: block; width: 0; transition: width .8s ease; box-sizing: border-box; } */ /* .custom-navbar .nav-item .nav-link:first-letter { /* color: #650d88; font-size: 120%; font-weight: 500; } */ /* main.container section.promo div.row img { position: relative; font-weight: bold; width: 66%; } */ /* main.container div.row p { color: rgb(155, 124, 39); } */ /* body{ background-image: url('../img/websitebackground.jpg') } */
public/assets/css/styles.css
#banniere{ width:1140px; } html { scroll-behavior: smooth; } body { font-family: 'Montserrat', sans-serif; margin: 0; box-sizing: border-box; overflow-x: hidden; } main{ padding-top:15px; padding-left: 10px; } header { text-align: center; padding: 0 10vw; } header img { width: 100px; } footer{ text-align: center; padding: 0 10vw; } p{ margin-bottom:0 !important; } ul { margin: 0 !important; padding: 0; } h1{ margin-bottom:0; } a:hover{ text-decoration:none !important; color:#000000; font-weight: bold; } a{ color:#1679d4; } /* BOOTSTRAP */ h1, h2, h3, h4, h5, h6{ margin:0; padding:0; } .container{ padding-left:5px !important; padding-right:5px !important; padding : 3% 5px; } .card { font-weight: 400; border: 0; -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } /* .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } */ .info-color { background-color: #33b5e5 !important; } .custom-navbar .nav-item .nav-link { text-transform: uppercase; } .custom-navbar:hover .nav-item:hover .nav-link:hover { text-transform: uppercase; color:#7ab1df; } #detailsMap{ height: 400px; width: 400px; } .imagepromo{ position:absolute; font-size: 10px; } .imagepromo-legende{ position:relative; bottom:12%; transform: translate(0,-50%); color:#F5F5F5; font-size:0.8rem; font-weight:bold; background-color:black; } .logo{ width: 50px; } main.container div.row .imagepromo { position: relative; font-weight: bold; width: 80%; padding-top: 20px; } .imagepromolive{ width: 60%; } /* COULEURS ET POLICES */ main{ background-color : #fff; } body{ background-color: rgba(95, 165, 220, 0.5) } header, footer{ color : #F5F5F5; background-color:#222222; } .btn-rouge{ background-color:#ff5757 !important; align-self:center !important; } .btn-rouge:hover{ background-color:red !important; } /* NAVBAR */ .connexion a{ color : #F5F5F5 !important; } .connexion li{ padding-right : 10px; padding-left:10px; } .btn{ background-color:#7ab1df; color:#F5F5F5; font-size:1rem; align-self:center !important; } .btn:hover{ background-color:#22478a; color:#F5F5F5 !important; } /* FOOTER */ footer a{ color: #F5F5F5; } .legal{ color:#222222; } #copyright{ border-top : #F5F5F5 solid 1px; padding-top : 8px; padding-bottom: 8px; background-color :#F5F5F5; color : #222222; } #pied_de_page{ padding-top:10px; padding-bottom:10px; } .footer-head h3, .footer-logo h3 { font-size: 16px; text-transform: uppercase; } .footer-logo p { font-weight: 300; text-align: justify; } .footer_logo{ font-size:2rem; padding-left:10px; } .footer_logo:hover{ color:#7ab1df; } .footer_logo_contact{ font-size:1rem; padding-right:10px; } #footer_contact{ font-size:1.25rem; } .logo-social{ padding : 10px 0px; } footer h3{ margin-bottom:15px; background-color :#F5F5F5; color : #222222; padding:8px; } /* HOME */ .titre_home{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; } #carouselExampleCaptions{ max-width:500px; } .carousel-caption{ font-weight:bold; color:#F1F1F1; } #presentation{ padding:20px 10px; } .border-top{ color:black'; } .fa-quote-left{ font-size:4rem; float:left; } .lead { font-size: 1.15rem; font-weight: 300; } #vous_inscrire{ font-size:0.6rem; margin-bottom:10px !important; } #miror{ transform: scaleX(-1); } /* LOGIN */ #carousel_login{ margin-top:20px; width:800px; } .connexion_p{ font-size:0.9rem; margin-bottom:15px !important; } /* FORM */ .titre_form{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; margin-bottom:10px; } /* ARTICLE - RELEASE */ .titre_article{ background: rgb(34,34,34); background: linear-gradient(132deg, rgba(34,34,34,1) 45%, rgba(122,177,223,1) 87%); color:#F5F5F5; font-size:2rem; padding:5px; } #summary{ background-color:#222222; color:#F5F5F5; padding:5% 5%; margin:5% 15%; } #image_article{ width:80%; margin : 10px; } #apropos{ text-transform:uppercase; padding:10px; font-weight:bold; font-size:1.5rem; } #who{ font-size:1.24em; margin : 10px; margin-bottom:20px; } #keywords{ margin-top:40px; } .no-view-mobile{ display:none; } #description{ text-align:justify } #share .fa-facebook-square{ color:#4267b2; } /* BACK OFFICE USER */ .small-font{ font-size:0.8rem !important; } .table td{ padding:0.3rem; vertical-align:middle } .table .btn{ font-size:0.8rem; } #userspace h3{ background-color:#343a40; color: #F5F5F5; padding:10px; } .btn-admin{ color:#7ab1df; padding:0 !important; } .btn-admin:hover{ color:#22478a; } /* LOGIN */ #login { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/slide_contact1.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } #login_zone{ background-color:rgba(33, 33, 33, 0.8); } /* INSCRIPTION */ #inscription { background-size: cover; background-position: center center; /* height: 100vh; */ background-image: url('../img/user.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } /* CONTACT */ #contact_main { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/primal.jpg'); background-repeat: no-repeat; color:white; } a.sub-link { color: #fff !important; text-decoration:underline !important } a.sub-link:hover { font-weight: 500; color: black !important; } /* DELETE */ .delete_p{ font-size:1.2rem; margin-bottom:15px !important; } #delete { background-size: cover; background-position: center center; height: 100vh; background-image: url('../img/delete.jpg'); background-repeat: no-repeat; color:white; } /* ACTUALITÉS */ .last{ background-color : #222222; color: #f5f5f5; } /* TUTORIEL */ .tuto-text{ text-align: justify; } @media screen and (max-width: 768px) { .back_hiding{ display:none; } } @media screen and (min-width: 768px) { .custom-navbar .nav-item .nav-link { color: rgb(255, 255, 255); text-transform: uppercase; font-size: 80%; transition: all .75s; } } @media screen and (min-width: 1200px) { body{ font-size : 1.1rem; } .custom-navbar .nav-item .nav-link { color: rgb(255, 255, 255); text-transform: uppercase; font-size: 1.2rem; transition: all .75s; } /* NAVBAR */ .connexion{ margin-left : 20px; } /* FOOTER */ .footer-content{ justify-content:center; } /* ARTICLE */ #summary{ padding:5% 5%; margin:0; } #image_article{ width:40%; margin : 10px; } .imagepromo-legende{ font-size:1rem; } .no-view-mobile{ display:block; } } /* header .header .header-menu ul.main-menu>li::after { height: 2px; top: -2px; left: 0; position: relative; content: ''; display: block; width: 0; transition: width .8s ease; box-sizing: border-box; } */ /* .custom-navbar .nav-item .nav-link:first-letter { /* color: #650d88; font-size: 120%; font-weight: 500; } */ /* main.container section.promo div.row img { position: relative; font-weight: bold; width: 66%; } */ /* main.container div.row p { color: rgb(155, 124, 39); } */ /* body{ background-image: url('../img/websitebackground.jpg') } */
0.272702
0.097648
@import "../components/base.css"; .detail__link, .detail__tags { font-family: GTAmericaExtended; opacity: .5; } .close__right, .close__center { width: 100%; display: flex; } .close__right { justify-content: flex-end; } .close__center { justify-content: center; margin-top: 4rem; } .detail__link { border-bottom: .1rem solid white; padding-bottom: .3rem; } .detail__link:hover { opacity: 1; transition: .2s all; } .detail__title { font-family: GTAmericaExpandedBlack; font-weight: bold; line-height: 6.2rem; font-size: 5rem; margin-bottom: .5rem; } .detail__header { margin: 4.9rem 0 6.1rem; } .detail__intro { font-family: GTAmericaExtended; font-size: 3rem; line-height: 4.4rem; margin-bottom: 4.9rem } .detail__infoList { display: flex; justify-content: space-between; width: 61%; } .detail__infoItem { max-width: 14.5rem; } .detail__info { display: flex; align-items: center; justify-content: space-between; } .detail__projectLink { font-family: GTAmericaExtended; width: 22%; border: .1rem solid var(--grey); padding: 2rem; height: 1.4rem; display: flex; align-items: center; justify-content: space-between; transition: .2s all; } .detail__projectLink::after { content: ''; display: block; background: url(../images/arrow.svg) no-repeat; width: 3.2rem; height: 1.4rem; margin-left: 1.2rem; transition: .2s all; } .detail__projectLink:hover { transition: .2s all; border: .1rem solid white; padding: 2rem 0 2rem calc((22% / 2) - (12.64rem / 2)); } .detail__projectLink:hover::after { opacity: 0; transition: .2s all; } .detail__heading { font-family: GTAmericaExtended; opacity: .5; font-size: 1.4rem; margin-bottom: .8rem; } .detail__subtitle { font-size: 2rem; font-family: GTAmericaExpanded; opacity: .5; grid-area: title; } .detail__content { display: grid; grid-template-areas: 'title body'; grid-template-columns: 35% 65%; width: 100%; } .detail__content .text { grid-area: body; } .detail__video { width: 100%; height: auto; } .detail__video:focus { outline: none; } .detail__body { margin-bottom: 9.8rem; } @media only screen and (max-width: 1100px) { .detail__projectLink { width: 25%; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((25% / 2) - (12.64rem / 2)); } } @media only screen and (max-width: 1010px) { .detail__projectLink { width: 28rem; margin-top: 5rem; padding: 2rem; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((28rem / 2) - (12.64rem / 2)); } .detail__info { display: block; } .detail__infoList { width: 80%; } } @media only screen and (max-width: 900px) { .detail__infoList { width: 100%; } .detail__content { display: block; } .detail__subtitle { margin-bottom: 2rem; } .detail__body { margin-bottom: 5rem; } .detail__header { margin: 4.9rem 0 5rem; } } @media only screen and (max-width: 760px) { .detail__title { line-height: 4.2rem; font-size: 3rem; margin-bottom: .5rem; } .detail__tags { font-size: 1.4rem; line-height: 2rem; } .detail__intro { font-size: 2.2rem; line-height: 3.4rem; } .detail__infoItem { max-width: 24%; } } @media only screen and (max-width: 500px) { .detail__infoList { flex-flow: row wrap; margin-bottom: 0; } .detail__infoItem { width: 45%; max-width: 45%; } .detail__infoItem:first-of-type, .detail__infoItem:nth-child(2) { margin-bottom: 3rem; } .detail__title { line-height: 3.8rem; font-size: 2.8rem; margin-bottom: .5rem; } .detail__tags { font-size: 1.2rem; line-height: 1.8rem; } .detail__intro { font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 4rem; } .close__right { margin-bottom: 1.5rem; } .close__right, .close__center { font-size: 1.4rem; } .detail__subtitle { font-size: 1.8rem; } } @media only screen and (max-width: 400px) { .detail__projectLink { width: 100%; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((100% / 2) - (12.64rem / 2)); } }
src/templates/project.module.css
@import "../components/base.css"; .detail__link, .detail__tags { font-family: GTAmericaExtended; opacity: .5; } .close__right, .close__center { width: 100%; display: flex; } .close__right { justify-content: flex-end; } .close__center { justify-content: center; margin-top: 4rem; } .detail__link { border-bottom: .1rem solid white; padding-bottom: .3rem; } .detail__link:hover { opacity: 1; transition: .2s all; } .detail__title { font-family: GTAmericaExpandedBlack; font-weight: bold; line-height: 6.2rem; font-size: 5rem; margin-bottom: .5rem; } .detail__header { margin: 4.9rem 0 6.1rem; } .detail__intro { font-family: GTAmericaExtended; font-size: 3rem; line-height: 4.4rem; margin-bottom: 4.9rem } .detail__infoList { display: flex; justify-content: space-between; width: 61%; } .detail__infoItem { max-width: 14.5rem; } .detail__info { display: flex; align-items: center; justify-content: space-between; } .detail__projectLink { font-family: GTAmericaExtended; width: 22%; border: .1rem solid var(--grey); padding: 2rem; height: 1.4rem; display: flex; align-items: center; justify-content: space-between; transition: .2s all; } .detail__projectLink::after { content: ''; display: block; background: url(../images/arrow.svg) no-repeat; width: 3.2rem; height: 1.4rem; margin-left: 1.2rem; transition: .2s all; } .detail__projectLink:hover { transition: .2s all; border: .1rem solid white; padding: 2rem 0 2rem calc((22% / 2) - (12.64rem / 2)); } .detail__projectLink:hover::after { opacity: 0; transition: .2s all; } .detail__heading { font-family: GTAmericaExtended; opacity: .5; font-size: 1.4rem; margin-bottom: .8rem; } .detail__subtitle { font-size: 2rem; font-family: GTAmericaExpanded; opacity: .5; grid-area: title; } .detail__content { display: grid; grid-template-areas: 'title body'; grid-template-columns: 35% 65%; width: 100%; } .detail__content .text { grid-area: body; } .detail__video { width: 100%; height: auto; } .detail__video:focus { outline: none; } .detail__body { margin-bottom: 9.8rem; } @media only screen and (max-width: 1100px) { .detail__projectLink { width: 25%; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((25% / 2) - (12.64rem / 2)); } } @media only screen and (max-width: 1010px) { .detail__projectLink { width: 28rem; margin-top: 5rem; padding: 2rem; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((28rem / 2) - (12.64rem / 2)); } .detail__info { display: block; } .detail__infoList { width: 80%; } } @media only screen and (max-width: 900px) { .detail__infoList { width: 100%; } .detail__content { display: block; } .detail__subtitle { margin-bottom: 2rem; } .detail__body { margin-bottom: 5rem; } .detail__header { margin: 4.9rem 0 5rem; } } @media only screen and (max-width: 760px) { .detail__title { line-height: 4.2rem; font-size: 3rem; margin-bottom: .5rem; } .detail__tags { font-size: 1.4rem; line-height: 2rem; } .detail__intro { font-size: 2.2rem; line-height: 3.4rem; } .detail__infoItem { max-width: 24%; } } @media only screen and (max-width: 500px) { .detail__infoList { flex-flow: row wrap; margin-bottom: 0; } .detail__infoItem { width: 45%; max-width: 45%; } .detail__infoItem:first-of-type, .detail__infoItem:nth-child(2) { margin-bottom: 3rem; } .detail__title { line-height: 3.8rem; font-size: 2.8rem; margin-bottom: .5rem; } .detail__tags { font-size: 1.2rem; line-height: 1.8rem; } .detail__intro { font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 4rem; } .close__right { margin-bottom: 1.5rem; } .close__right, .close__center { font-size: 1.4rem; } .detail__subtitle { font-size: 1.8rem; } } @media only screen and (max-width: 400px) { .detail__projectLink { width: 100%; } .detail__projectLink:hover { padding: 2rem 0 2rem calc((100% / 2) - (12.64rem / 2)); } }
0.548915
0.067917
.left_menu{ width: 234px; height: 428px; margin-top: 20px; margin-left: 40px; } .title{ width: 234px; height: 45px; background-color: #d64839; } .title span{ display: block; color: #fff; padding: 0 10px; min-width: 76px; font-size: 18px; line-height: 40px; text-align: left; margin-left: 10px; margin-top: 10px; } .type{ width: 234px; height: 381px; background-color: #313131; } .type a{ text-decoration: none; color: white; } .type a:hover{ color: #d64839; } .first_level{ padding: 0 16px; height: 48px; line-height: 40px; overflow: hidden; position: relative; } .first_level dl dt{ float: left; padding-right: 18px; max-width: 94px; text-align: left; margin-left:10px ; margin-top: -10px; } .type_title{ font-size:18px ; } .first_level dl dd{ font-size:14px ; display: block; position: absolute; top:6px; left: 50px; } .second_level{ color: red; width:530px; height:357px ; box-shadow: 2px 2px 12px 0 rgba(0,0,0,.15); /* border-top: 0;*/ position: absolute; /* z-index: 500;*/ background: #fff; top: 57px; left: 244px; padding: 10px 30px 14px; display: none; } .form-wrap{ width: 576px; height: 40px; position:absolute ; left: 350px; top:104px; } .serachInput{ border: solid 2px #d64839; width: 466px; height: 35px; } .searchbtn_wrap{ width: 107px; height: 40px; background-color:#d64839 ; margin-left: 470px; margin-top: -41px; } .serchbtn{ border: 0; background-color:#d64839 ; font-size: 20px; color: white; margin-left: 20px; margin-top: 3px; } .list{ width:550px; height: 20px; margin-left: 320px; margin-top: -415px; } .reco_list{ margin-top: 1px; margin-left: -30px; } .reco_list li{ list-style: none; float: left; } .reco_list li a{ list-style: none; float: left; display: inline-block; margin-left: 13px; font-size: 13px; color: black; text-decoration: none; } .reco_list li a:hover{ color:#d64839; } .adver ul,li{padding: 0;margin: 0; list-style: none;} .adver{margin-left: 400px;margin-top: 20px; width: 460px; overflow: hidden; height: 360px; position: relative; background: url("/movie/statics/images/电影1.png");} .adver .adver_change{ width: 100%; height: 100%; position: absolute; right:-700px; top:0; background-color: #66ccff; } .adver ul{position: absolute; bottom:10px; z-index: 100; width: 100%; text-align: center;} .adver ul li{display: inline-block; font-size: 10px; line-height: 20px; margin: 0 1px; width: 20px; height: 20px; border-radius: 50%; background: #333333; text-align: center; color: #ffffff;} .arrowLeft,.arrowRight{ position: absolute; width: 30px; background:rgba(0,0,0,0.2); height: 50px; line-height: 50px; text-align: center; top:200px; z-index: 150; font-size: 28px; font-weight: bold; cursor: pointer; display: none; } .arrowLeft{left: 10px;} .arrowRight{right: 10px;} .active{ background-color: orangered; }
src/main/webapp/statics/css/pre/movie_first.css
.left_menu{ width: 234px; height: 428px; margin-top: 20px; margin-left: 40px; } .title{ width: 234px; height: 45px; background-color: #d64839; } .title span{ display: block; color: #fff; padding: 0 10px; min-width: 76px; font-size: 18px; line-height: 40px; text-align: left; margin-left: 10px; margin-top: 10px; } .type{ width: 234px; height: 381px; background-color: #313131; } .type a{ text-decoration: none; color: white; } .type a:hover{ color: #d64839; } .first_level{ padding: 0 16px; height: 48px; line-height: 40px; overflow: hidden; position: relative; } .first_level dl dt{ float: left; padding-right: 18px; max-width: 94px; text-align: left; margin-left:10px ; margin-top: -10px; } .type_title{ font-size:18px ; } .first_level dl dd{ font-size:14px ; display: block; position: absolute; top:6px; left: 50px; } .second_level{ color: red; width:530px; height:357px ; box-shadow: 2px 2px 12px 0 rgba(0,0,0,.15); /* border-top: 0;*/ position: absolute; /* z-index: 500;*/ background: #fff; top: 57px; left: 244px; padding: 10px 30px 14px; display: none; } .form-wrap{ width: 576px; height: 40px; position:absolute ; left: 350px; top:104px; } .serachInput{ border: solid 2px #d64839; width: 466px; height: 35px; } .searchbtn_wrap{ width: 107px; height: 40px; background-color:#d64839 ; margin-left: 470px; margin-top: -41px; } .serchbtn{ border: 0; background-color:#d64839 ; font-size: 20px; color: white; margin-left: 20px; margin-top: 3px; } .list{ width:550px; height: 20px; margin-left: 320px; margin-top: -415px; } .reco_list{ margin-top: 1px; margin-left: -30px; } .reco_list li{ list-style: none; float: left; } .reco_list li a{ list-style: none; float: left; display: inline-block; margin-left: 13px; font-size: 13px; color: black; text-decoration: none; } .reco_list li a:hover{ color:#d64839; } .adver ul,li{padding: 0;margin: 0; list-style: none;} .adver{margin-left: 400px;margin-top: 20px; width: 460px; overflow: hidden; height: 360px; position: relative; background: url("/movie/statics/images/电影1.png");} .adver .adver_change{ width: 100%; height: 100%; position: absolute; right:-700px; top:0; background-color: #66ccff; } .adver ul{position: absolute; bottom:10px; z-index: 100; width: 100%; text-align: center;} .adver ul li{display: inline-block; font-size: 10px; line-height: 20px; margin: 0 1px; width: 20px; height: 20px; border-radius: 50%; background: #333333; text-align: center; color: #ffffff;} .arrowLeft,.arrowRight{ position: absolute; width: 30px; background:rgba(0,0,0,0.2); height: 50px; line-height: 50px; text-align: center; top:200px; z-index: 150; font-size: 28px; font-weight: bold; cursor: pointer; display: none; } .arrowLeft{left: 10px;} .arrowRight{right: 10px;} .active{ background-color: orangered; }
0.461745
0.097005
* @file * Nav Secondary. */ /* Media query breakpoints. Processed by postcss/postcss-custom-media. */ /* Navigation related breakpoints */ /* Grid related breakpoints */ /* Grid shifts from 6 to 14 columns. */ /* Width of the entire grid maxes out. */ /* Custom CSS properties. These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility. */ :root { /* Typography */ /* Layout */ /* Drupal administrative toolbar heights and width. */ /* Grid helpers. These variables help authors apply widths and negative margins to break items out of the grid, while still conforming to the larger grid system. Note we cannot change the values of these custom properties within media queries, as they are processed by postcss/postcss-custom-properties (for IE11 compatibility), which does not support that functionality. Therefore, we need a separate custom property for each breakpoint. 😭 */ /* Approximate width of a scrollbar. Doesn't have to be perfect. */ /* Grid gap across various breakpoints. */ /* Column counts at various breakpoints. */ /* Count of grid-gaps at various breakpoints. */ /* Width of the entire grid at various breakpoints. */ /* Width of a grid column at various breakpoints */ /* Layout helpers */ /* Black */ /* Black 1 */ /* Black 2 */ /* Black 3 */ /* Gray Dark */ /* Gray medium */ /* Gray medium 1 */ /* Gray medium 2 */ /* Black 4 */ /* Gray light */ /* Gray light 1 */ /* Gray light 2 */ /* Blue dark */ /* Blue dark 2 */ /* Blue medium */ /* Blue bright */ /* Blue bright 5 */ /* White */ /* Red */ /* Gold */ /* Green */ /* Shadows */ /* Radius */ /* Outlines */ /* Header */ /* Width of slide out navigation */ /* Border radius */ /* Form */ } .secondary-nav__wrapper { display: flex; } [dir] .secondary-nav__wrapper { margin: 36px 0; } @media (min-width: 1200px) { body:not(.is-always-mobile-nav) .secondary-nav__wrapper { justify-content: flex-end; } [dir] body:not(.is-always-mobile-nav) .secondary-nav__wrapper { margin: 0; } } .secondary-nav { letter-spacing: 0.02em; font-size: 0.875rem; font-weight: 600; } .secondary-nav ul.menu { display: flex; align-items: center; list-style: none; } [dir] .secondary-nav ul.menu { margin: 0; padding: 0; } .secondary-nav ul.menu li { /* Parent element is set to flex-basis: 0. We * don't want text to wrap unless it goes over a * certain arbitrary width. */ /* @todo should this be scoped to desktop nav? */ width: -webkit-max-content; width: max-content; max-width: 200px; } [dir=ltr] .secondary-nav ul.menu li:not(:last-child) { margin-right: 27px; } [dir=rtl] .secondary-nav ul.menu li:not(:last-child) { margin-left: 27px; } @media (min-width: 1200px) { [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav ul.menu li:not(:last-child) { margin-right: 36px; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav ul.menu li:not(:last-child) { margin-left: 36px; } } .secondary-nav ul.menu a:not(.button--primary) { position: relative; display: inline-flex; align-items: center; height: 36px; text-decoration: none; color: inherit; } .secondary-nav ul.menu a:not(.button--primary):after { position: absolute; bottom: 0; width: 100%; height: 0; content: ""; transition: opacity 0.2s, transform 0.2s; opacity: 0; } [dir] .secondary-nav ul.menu a:not(.button--primary):after { transform: translateY(5px); border-top: solid 2px currentColor; } [dir=ltr] .secondary-nav ul.menu a:not(.button--primary):after { left: 0; } [dir=rtl] .secondary-nav ul.menu a:not(.button--primary):after { right: 0; } .secondary-nav ul.menu a:not(.button--primary):focus:after, .secondary-nav ul.menu a:not(.button--primary):hover:after { opacity: 0.8; } [dir] .secondary-nav ul.menu a:not(.button--primary):focus:after, [dir] .secondary-nav ul.menu a:not(.button--primary):hover:after { transform: translateY(0); } @media (min-width: 1200px) { .secondary-nav { /* If the secondary nav is the first item within the header, it does not need left separator. */ } body:not(.is-always-mobile-nav) .secondary-nav { position: relative; display: flex; } [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav { margin-left: 18px; padding-left: 36px; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav { margin-right: 18px; padding-right: 36px; } body:not(.is-always-mobile-nav) .secondary-nav:before { position: absolute; top: 50%; width: 2px; height: 36px; content: ""; } [dir] body:not(.is-always-mobile-nav) .secondary-nav:before { transform: translateY(-50%); background-color: #d7e1e8; } [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav:before { left: 0; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav:before { right: 0; } body:not(.is-always-mobile-nav) .secondary-nav__wrapper:first-child .secondary-nav:before { content: none; } }
web/themes/contrib/olivero/css/components/nav-secondary.css
* @file * Nav Secondary. */ /* Media query breakpoints. Processed by postcss/postcss-custom-media. */ /* Navigation related breakpoints */ /* Grid related breakpoints */ /* Grid shifts from 6 to 14 columns. */ /* Width of the entire grid maxes out. */ /* Custom CSS properties. These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility. */ :root { /* Typography */ /* Layout */ /* Drupal administrative toolbar heights and width. */ /* Grid helpers. These variables help authors apply widths and negative margins to break items out of the grid, while still conforming to the larger grid system. Note we cannot change the values of these custom properties within media queries, as they are processed by postcss/postcss-custom-properties (for IE11 compatibility), which does not support that functionality. Therefore, we need a separate custom property for each breakpoint. 😭 */ /* Approximate width of a scrollbar. Doesn't have to be perfect. */ /* Grid gap across various breakpoints. */ /* Column counts at various breakpoints. */ /* Count of grid-gaps at various breakpoints. */ /* Width of the entire grid at various breakpoints. */ /* Width of a grid column at various breakpoints */ /* Layout helpers */ /* Black */ /* Black 1 */ /* Black 2 */ /* Black 3 */ /* Gray Dark */ /* Gray medium */ /* Gray medium 1 */ /* Gray medium 2 */ /* Black 4 */ /* Gray light */ /* Gray light 1 */ /* Gray light 2 */ /* Blue dark */ /* Blue dark 2 */ /* Blue medium */ /* Blue bright */ /* Blue bright 5 */ /* White */ /* Red */ /* Gold */ /* Green */ /* Shadows */ /* Radius */ /* Outlines */ /* Header */ /* Width of slide out navigation */ /* Border radius */ /* Form */ } .secondary-nav__wrapper { display: flex; } [dir] .secondary-nav__wrapper { margin: 36px 0; } @media (min-width: 1200px) { body:not(.is-always-mobile-nav) .secondary-nav__wrapper { justify-content: flex-end; } [dir] body:not(.is-always-mobile-nav) .secondary-nav__wrapper { margin: 0; } } .secondary-nav { letter-spacing: 0.02em; font-size: 0.875rem; font-weight: 600; } .secondary-nav ul.menu { display: flex; align-items: center; list-style: none; } [dir] .secondary-nav ul.menu { margin: 0; padding: 0; } .secondary-nav ul.menu li { /* Parent element is set to flex-basis: 0. We * don't want text to wrap unless it goes over a * certain arbitrary width. */ /* @todo should this be scoped to desktop nav? */ width: -webkit-max-content; width: max-content; max-width: 200px; } [dir=ltr] .secondary-nav ul.menu li:not(:last-child) { margin-right: 27px; } [dir=rtl] .secondary-nav ul.menu li:not(:last-child) { margin-left: 27px; } @media (min-width: 1200px) { [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav ul.menu li:not(:last-child) { margin-right: 36px; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav ul.menu li:not(:last-child) { margin-left: 36px; } } .secondary-nav ul.menu a:not(.button--primary) { position: relative; display: inline-flex; align-items: center; height: 36px; text-decoration: none; color: inherit; } .secondary-nav ul.menu a:not(.button--primary):after { position: absolute; bottom: 0; width: 100%; height: 0; content: ""; transition: opacity 0.2s, transform 0.2s; opacity: 0; } [dir] .secondary-nav ul.menu a:not(.button--primary):after { transform: translateY(5px); border-top: solid 2px currentColor; } [dir=ltr] .secondary-nav ul.menu a:not(.button--primary):after { left: 0; } [dir=rtl] .secondary-nav ul.menu a:not(.button--primary):after { right: 0; } .secondary-nav ul.menu a:not(.button--primary):focus:after, .secondary-nav ul.menu a:not(.button--primary):hover:after { opacity: 0.8; } [dir] .secondary-nav ul.menu a:not(.button--primary):focus:after, [dir] .secondary-nav ul.menu a:not(.button--primary):hover:after { transform: translateY(0); } @media (min-width: 1200px) { .secondary-nav { /* If the secondary nav is the first item within the header, it does not need left separator. */ } body:not(.is-always-mobile-nav) .secondary-nav { position: relative; display: flex; } [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav { margin-left: 18px; padding-left: 36px; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav { margin-right: 18px; padding-right: 36px; } body:not(.is-always-mobile-nav) .secondary-nav:before { position: absolute; top: 50%; width: 2px; height: 36px; content: ""; } [dir] body:not(.is-always-mobile-nav) .secondary-nav:before { transform: translateY(-50%); background-color: #d7e1e8; } [dir=ltr] body:not(.is-always-mobile-nav) .secondary-nav:before { left: 0; } [dir=rtl] body:not(.is-always-mobile-nav) .secondary-nav:before { right: 0; } body:not(.is-always-mobile-nav) .secondary-nav__wrapper:first-child .secondary-nav:before { content: none; } }
0.545286
0.069922
@charset "utf-8"; #wrapper {width:100%;height:100%;} header {position:relative;background:url(../img/bgfont.png) no-repeat #c44739 center;height:716px;} header h1 {float:left;width:45px;padding-top:25px;box-sizing:border-box;margin-left:2vw;} header h1 img{width:45px;} header > ul {float:right;padding-top:40px;box-sizing:border-box;margin-right:8%;} header > ul > li {float:left;margin-left:2vw;width:7vw;text-align:center;} header > ul > li:nth-of-type(1) {margin:0;} header > ul > li > a {color:white;font-weight:400;font-size:1.5vw;} header hgroup {width:509px;height:224px;} header hgroup {position:absolute;left:50%;margin-left:-254.5px;} header #quickmenu {width:358px;position:absolute;left:50%;margin-left:-179px;bottom:30px;z-index:100;} header #quickmenu {width:358px;position:absolute;left:50%;margin-left:-179px;bottom:30px;z-index:100;} header button {width:90px;position:absolute;left:50%;margin-left:-45px;} header #phone {display:none;} /*planpurpose*/ #planpurpose {width:80%;margin:0 auto 100px;} #planpurpose h2 {margin-top:100px;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #planpurpose h2 span {font-weight:bold;} #planpurpose p {margin-top:57px;font-size:17px;line-height:30px;} /*goalsetting*/ #goalsetting {width:100%;height:600px;background:url(../img/teamprojectbg.jpg) no-repeat center;} #goal_wrap{width:1000px;height:600px;margin:0 auto;padding-top:76px;box-sizing:border-box;} #goal_wrap h2 {width:283px;margin:0 auto 76px;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;color:white;} #goal_wrap h2 span {font-weight:bold;} #goal_wrap dl{width:233px;height:338px;border:1px solid white;margin-left:20px;float:left;display:inline-block;text-align: center;} #goal_wrap dl:nth-of-type(1) {margin:0;} #goal_wrap dl dt {font-size:24px;font-weight:400;color:white;margin:50px 0 35px 0;} #goal_wrap dl dd {font-size:18px;font-weight:400;line-height:32px;color:white;} #identity {width:100%;} #identity_wrap {width:1000px;margin:0 auto;text-align:center;} #identity_wrap h2 {display:inline-block;margin:100px 0 100px 0;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #identity_wrap h2 span {font-weight:bold;} #identity_wrap #color{height:342px;} #identity_wrap p {font-size:24px;text-align:left;} #identity_wrap hr {border:none;border:0.5px solid #dedede;} #identity_wrap #color ul {margin-top:34px;} #identity_wrap #color ul li {width:235px;height:235px;background-color:#f55947;float:left;margin-left:20px;box-shadow:6px 10px 13px 0 rgba(0,0,0,0.2);} #identity_wrap #color ul li:nth-of-type(1) {margin:0;background-color:#f55947;} #identity_wrap #color ul li:nth-of-type(2) {background-color:#e8ae46;} #identity_wrap #color ul li:nth-of-type(3) {background-color:#f68448;} #identity_wrap #color ul li:nth-of-type(4) {background-color:#fdb1b2;} #identity_wrap #color ul li a {text-align:center;font-size:24px;line-height:261px;color:white;} #identity_wrap #font {overflow:hidden;} #identity_wrap #font_ex p {margin-top:36px;} #identity_wrap #font_ex img#arista {display:inline-block;margin-top:34px;width:1000px;} #identity_wrap #logo {margin-top:53px;text-align:center;clear:both;} #identity_wrap #logo #logoex {display:block;width:486px;float:none;margin:0 auto;margin-top:34px;} #identity_wrap #logo #logop {text-align:justify;font-size:17px;line-height:30px;margin-bottom:53px;float:none;width:583px;margin:34px auto;} #design {width:100%;} #design_wrap {margin:0 auto;} #design_wrap h2 {display:inline-block;margin:100px 0 100px 0;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #design_wrap h2 span {font-weight:bold;} #design_wrap #intro {position:relative;width:1000px;height:486px;margin:0 auto;} #design_wrap #intro img {position:absolute;width:800px;left:50%;margin-left:-400px;} #design_wrap #intro img:nth-of-type(2) {opacity:0;} #design_wrap #intro img.view {opacity:1;transition:all 1s 0.5s;} #design_bottom img {width:1000px;margin:0 auto;}
css/screen_project_1200.css
@charset "utf-8"; #wrapper {width:100%;height:100%;} header {position:relative;background:url(../img/bgfont.png) no-repeat #c44739 center;height:716px;} header h1 {float:left;width:45px;padding-top:25px;box-sizing:border-box;margin-left:2vw;} header h1 img{width:45px;} header > ul {float:right;padding-top:40px;box-sizing:border-box;margin-right:8%;} header > ul > li {float:left;margin-left:2vw;width:7vw;text-align:center;} header > ul > li:nth-of-type(1) {margin:0;} header > ul > li > a {color:white;font-weight:400;font-size:1.5vw;} header hgroup {width:509px;height:224px;} header hgroup {position:absolute;left:50%;margin-left:-254.5px;} header #quickmenu {width:358px;position:absolute;left:50%;margin-left:-179px;bottom:30px;z-index:100;} header #quickmenu {width:358px;position:absolute;left:50%;margin-left:-179px;bottom:30px;z-index:100;} header button {width:90px;position:absolute;left:50%;margin-left:-45px;} header #phone {display:none;} /*planpurpose*/ #planpurpose {width:80%;margin:0 auto 100px;} #planpurpose h2 {margin-top:100px;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #planpurpose h2 span {font-weight:bold;} #planpurpose p {margin-top:57px;font-size:17px;line-height:30px;} /*goalsetting*/ #goalsetting {width:100%;height:600px;background:url(../img/teamprojectbg.jpg) no-repeat center;} #goal_wrap{width:1000px;height:600px;margin:0 auto;padding-top:76px;box-sizing:border-box;} #goal_wrap h2 {width:283px;margin:0 auto 76px;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;color:white;} #goal_wrap h2 span {font-weight:bold;} #goal_wrap dl{width:233px;height:338px;border:1px solid white;margin-left:20px;float:left;display:inline-block;text-align: center;} #goal_wrap dl:nth-of-type(1) {margin:0;} #goal_wrap dl dt {font-size:24px;font-weight:400;color:white;margin:50px 0 35px 0;} #goal_wrap dl dd {font-size:18px;font-weight:400;line-height:32px;color:white;} #identity {width:100%;} #identity_wrap {width:1000px;margin:0 auto;text-align:center;} #identity_wrap h2 {display:inline-block;margin:100px 0 100px 0;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #identity_wrap h2 span {font-weight:bold;} #identity_wrap #color{height:342px;} #identity_wrap p {font-size:24px;text-align:left;} #identity_wrap hr {border:none;border:0.5px solid #dedede;} #identity_wrap #color ul {margin-top:34px;} #identity_wrap #color ul li {width:235px;height:235px;background-color:#f55947;float:left;margin-left:20px;box-shadow:6px 10px 13px 0 rgba(0,0,0,0.2);} #identity_wrap #color ul li:nth-of-type(1) {margin:0;background-color:#f55947;} #identity_wrap #color ul li:nth-of-type(2) {background-color:#e8ae46;} #identity_wrap #color ul li:nth-of-type(3) {background-color:#f68448;} #identity_wrap #color ul li:nth-of-type(4) {background-color:#fdb1b2;} #identity_wrap #color ul li a {text-align:center;font-size:24px;line-height:261px;color:white;} #identity_wrap #font {overflow:hidden;} #identity_wrap #font_ex p {margin-top:36px;} #identity_wrap #font_ex img#arista {display:inline-block;margin-top:34px;width:1000px;} #identity_wrap #logo {margin-top:53px;text-align:center;clear:both;} #identity_wrap #logo #logoex {display:block;width:486px;float:none;margin:0 auto;margin-top:34px;} #identity_wrap #logo #logop {text-align:justify;font-size:17px;line-height:30px;margin-bottom:53px;float:none;width:583px;margin:34px auto;} #design {width:100%;} #design_wrap {margin:0 auto;} #design_wrap h2 {display:inline-block;margin:100px 0 100px 0;font-size:35px;font-weight:normal;background:url(../img/project_bullet.png) no-repeat left;padding-left:30px;box-sizing:border-box;} #design_wrap h2 span {font-weight:bold;} #design_wrap #intro {position:relative;width:1000px;height:486px;margin:0 auto;} #design_wrap #intro img {position:absolute;width:800px;left:50%;margin-left:-400px;} #design_wrap #intro img:nth-of-type(2) {opacity:0;} #design_wrap #intro img.view {opacity:1;transition:all 1s 0.5s;} #design_bottom img {width:1000px;margin:0 auto;}
0.270191
0.051249
html, body { min-width: 100%; overflow-x: hidden; font-family: 'Roboto', sans-serif; background-image: url(img/islands.jpg); height: 100%; background-attachment: fixed; background-position: center; background-size: cover; color: #FCFBFC; scroll-behavior: smooth; } /* Navigation Bar Section */ .navbar { min-height: 10%; moz-box-shadow: 0 8px 6px -6px black; } /* Hero Section */ .animate__animated animate__hinge { animate-delay: 6s; } #hero { border: 5px solid #7BC8E0; border-radius: 50%; margin: 200px 0 0 0; height: clamp(80px, 100vh, 200px); } .hero-text { text-align: center; font-size: clamp(1.5rem, 2.5vw, 4rem); height: auto; background: rgba(0,0,0,0.6); padding: 10px; font-weight: bold; } /* Mission Section */ #mission-section, #inspiration-section { background: #698AA8; } h3 { text-align: center; padding-top: 10px; padding-bottom: 10px; } .mission-img-location { margin: auto; padding: auto; } #mission-image { height: 250px; width: 250px; align-content: center; margin: auto; padding: 10px; } /* #mission-image-div { align-content: center; } */ #mission-text { text-align: center; margin: auto; } /* Skills Section */ .skills-section { background: rgba(0,0,0,0.6); } .skills-grid { text-align: center; height: 100%; background-attachment: fixed; background-position: center; background-size: cover; } #skills-img { font-size: 25px; height: 60px; padding: auto; } #css-frameworks { font-size: 25px; height: 50px; padding: auto; } /* Inspiration Section */ #inspiration-section { padding: 10px; } .overlay { position: absolute; width: 100%; height: 100%; z-index: 2; background-color: #080d15; opacity: .7; } .carousel-item img { object-fit: cover; margin: auto; height: 360px; font-size: clamp(1.5rem, 2.5vw, 4rem); } .carousel-caption { text-align: center; } /* Contact Section */ #social-ic { font-size: clamp(1.5rem, 2.5vw, 4rem); } /* Footer Section */ #social-ic { justify-content: center; vertical-align: middle; text-align: center; padding-top: 5px; } .fa-twitter:hover, .fa-github:hover, .fa-linkedin-in:hover, .fa-medium-m:hover { -webkit-text-fill-color: #7BC8E0; } .footer { display: flex; text-align: center; vertical-align: middle; justify-content: center; height: 70px; height: 100%; font-size: 10px; padding-top: 50px; }
Module-8-11-Project-Milestone-1-Hero-and-Miss-justindblue (1)/style.css
html, body { min-width: 100%; overflow-x: hidden; font-family: 'Roboto', sans-serif; background-image: url(img/islands.jpg); height: 100%; background-attachment: fixed; background-position: center; background-size: cover; color: #FCFBFC; scroll-behavior: smooth; } /* Navigation Bar Section */ .navbar { min-height: 10%; moz-box-shadow: 0 8px 6px -6px black; } /* Hero Section */ .animate__animated animate__hinge { animate-delay: 6s; } #hero { border: 5px solid #7BC8E0; border-radius: 50%; margin: 200px 0 0 0; height: clamp(80px, 100vh, 200px); } .hero-text { text-align: center; font-size: clamp(1.5rem, 2.5vw, 4rem); height: auto; background: rgba(0,0,0,0.6); padding: 10px; font-weight: bold; } /* Mission Section */ #mission-section, #inspiration-section { background: #698AA8; } h3 { text-align: center; padding-top: 10px; padding-bottom: 10px; } .mission-img-location { margin: auto; padding: auto; } #mission-image { height: 250px; width: 250px; align-content: center; margin: auto; padding: 10px; } /* #mission-image-div { align-content: center; } */ #mission-text { text-align: center; margin: auto; } /* Skills Section */ .skills-section { background: rgba(0,0,0,0.6); } .skills-grid { text-align: center; height: 100%; background-attachment: fixed; background-position: center; background-size: cover; } #skills-img { font-size: 25px; height: 60px; padding: auto; } #css-frameworks { font-size: 25px; height: 50px; padding: auto; } /* Inspiration Section */ #inspiration-section { padding: 10px; } .overlay { position: absolute; width: 100%; height: 100%; z-index: 2; background-color: #080d15; opacity: .7; } .carousel-item img { object-fit: cover; margin: auto; height: 360px; font-size: clamp(1.5rem, 2.5vw, 4rem); } .carousel-caption { text-align: center; } /* Contact Section */ #social-ic { font-size: clamp(1.5rem, 2.5vw, 4rem); } /* Footer Section */ #social-ic { justify-content: center; vertical-align: middle; text-align: center; padding-top: 5px; } .fa-twitter:hover, .fa-github:hover, .fa-linkedin-in:hover, .fa-medium-m:hover { -webkit-text-fill-color: #7BC8E0; } .footer { display: flex; text-align: center; vertical-align: middle; justify-content: center; height: 70px; height: 100%; font-size: 10px; padding-top: 50px; }
0.524638
0.078219
/* 3rd-party CSS files */ @import 'vendor/h5bp-head.css'; @import 'vendor/normalize.css'; @import 'vendor/h5bp-tail.css'; /* use a more intuitive box sizing model (http://is.gd/wNVjAo) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Scale down images and embedded videos so they don't overflow their parents */ img, object { max-width: 100%; } /* Development/layout aid. Remove the comments on this rule in order to draw boxes around DIVs and other elements used for layout. */ /* div, main, article, section, aside, hgroup, header, footer, address, nav { border: 1px solid rgba(255,0,0,0.15) !important; background: rgba(255,0,0,0.05) !important; } */ /* ------------------------------------------------------------ */ /* start project-specifc styles below this line */ body { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5em; color: #222; } /* Generally, you will only want one container element in the document, wrapping around the main content area. If you have more than one container, you are probably doing something wrong. */ .container { margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; width: 90%; max-width: 1200px; padding: 2em; border: 5px solid #eee; background-color: #FFF8E0; } h1 { font-size: 4em; font-family: 'Italianno', cursive; text-align: center; } h2 { font-family: 'Italiana', serif; font-size: 1.2em; font-style: italic; line-height: 0.2em; color: grey; } h3 { font-family: 'Italiana', serif; font-size: 1.5em; font-style: bold; text-transform: uppercase; line-height: .6em; } p { font-family: 'Italiana', serif; font-weight: bold; margin-top: 3em; margin-right: 0; margin-bottom: 0.5em; margin-left: 0; padding: 1em; padding-bottom: 2em; border-top: 15px dashed #B83113; border-left: 10px dotted #6B2E0E; background: #FFF276; } ul { padding-left: 2rem; list-style-type: none; font-weight: bold; } ul li { font-family: 'Italiana', serif; padding-left: 2rem; background-image: url(https://vignette.wikia.nocookie.net/petpedia/images/e/e6/Giant_meatball.png/revision/latest?cb=20110318225749); background-position: 0 0; background-size: 1.6rem 1.6rem; background-repeat: no-repeat; }
css/sitewide.css
/* 3rd-party CSS files */ @import 'vendor/h5bp-head.css'; @import 'vendor/normalize.css'; @import 'vendor/h5bp-tail.css'; /* use a more intuitive box sizing model (http://is.gd/wNVjAo) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Scale down images and embedded videos so they don't overflow their parents */ img, object { max-width: 100%; } /* Development/layout aid. Remove the comments on this rule in order to draw boxes around DIVs and other elements used for layout. */ /* div, main, article, section, aside, hgroup, header, footer, address, nav { border: 1px solid rgba(255,0,0,0.15) !important; background: rgba(255,0,0,0.05) !important; } */ /* ------------------------------------------------------------ */ /* start project-specifc styles below this line */ body { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5em; color: #222; } /* Generally, you will only want one container element in the document, wrapping around the main content area. If you have more than one container, you are probably doing something wrong. */ .container { margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; width: 90%; max-width: 1200px; padding: 2em; border: 5px solid #eee; background-color: #FFF8E0; } h1 { font-size: 4em; font-family: 'Italianno', cursive; text-align: center; } h2 { font-family: 'Italiana', serif; font-size: 1.2em; font-style: italic; line-height: 0.2em; color: grey; } h3 { font-family: 'Italiana', serif; font-size: 1.5em; font-style: bold; text-transform: uppercase; line-height: .6em; } p { font-family: 'Italiana', serif; font-weight: bold; margin-top: 3em; margin-right: 0; margin-bottom: 0.5em; margin-left: 0; padding: 1em; padding-bottom: 2em; border-top: 15px dashed #B83113; border-left: 10px dotted #6B2E0E; background: #FFF276; } ul { padding-left: 2rem; list-style-type: none; font-weight: bold; } ul li { font-family: 'Italiana', serif; padding-left: 2rem; background-image: url(https://vignette.wikia.nocookie.net/petpedia/images/e/e6/Giant_meatball.png/revision/latest?cb=20110318225749); background-position: 0 0; background-size: 1.6rem 1.6rem; background-repeat: no-repeat; }
0.31342
0.053231
body { /* font-family: 'Varela Round', sans-serif !important; background-image: url('../img/background.jpg'); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;*/ background-color: #f5f5f5 } .form-control { box-shadow: none; font-weight: normal; font-size: 13px; } .form-control:focus { border-color: #33cabb; box-shadow: 0 0 8px rgba(0,0,0,0.1); } .navbar { background: #fff; padding-left: 16px; padding-right: 16px; border-bottom: 1px solid #dfe3e8; border-radius: 0; } .nav img { border-radius: 50%; margin: 0px 5px; float: left; } .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus { padding-left: 0; font-size: 20px; padding-right: 50px; } .navbar .navbar-brand b { font-weight: bold; color: #33cabb; } .navbar .form-inline { display: inline-block; } .navbar .nav li { position: relative; } .navbar .nav li a { color: #888; } .search-box { position: relative; } .search-box input { padding-right: 35px; border-color: #dfe3e8; border-radius: 4px !important; box-shadow: none } .search-box .input-group-addon { min-width: 35px; border: none; background: transparent; position: absolute; right: 0; padding: 7px; height: 100%; } .search-box i { color: #a0a5b1; font-size: 19px; } #signIn { border-radius: 4px; } .navbar .nav .btn-primary, .navbar .nav .btn-primary:active { color: #fff; background: #33cabb; padding-top: 8px; padding-bottom: 6px; vertical-align: middle; border: none; } .navbar .nav .btn-primary:hover, .navbar .nav .btn-primary:focus { color: #fff; outline: none; background: #31bfb1; } .navbar .navbar-right li:first-child a { padding-right: 30px; } .navbar ul li i { font-size: 18px; } .navbar .dropdown-menu i { font-size: 16px; min-width: 22px; } .navbar ul.nav li.active a, .navbar ul.nav li.open > a { background: transparent !important; } .navbar .nav .get-started-btn { min-width: 120px; margin-top: 8px; margin-bottom: 8px; } .navbar ul.nav li.open > a.get-started-btn { color: #fff; background: #31bfb1 !important; } .navbar .dropdown-menu { border-radius: 1px; border-color: #e5e5e5; box-shadow: 0 2px 8px rgba(0,0,0,.05); } .navbar .nav .dropdown-menu li { color: #999; font-weight: normal; } .navbar .nav .dropdown-menu li a, .navbar .nav .dropdown-menu li a:hover, .navbar .nav .dropdown-menu li a:focus { padding: 8px 20px; line-height: normal; } .navbar .navbar-form { border: none; } .navbar .dropdown-menu.form-wrapper { width: 280px; padding: 20px; left: auto; right: 0; font-size: 14px; } .navbar .dropdown-menu.form-wrapper a { color: #33cabb; padding: 0 !important; } .navbar .dropdown-menu.form-wrapper a:hover { text-decoration: underline; } .navbar .form-wrapper .hint-text { text-align: center; margin-bottom: 15px; font-size: 13px; } .navbar .form-wrapper .social-btn .btn, .navbar .form-wrapper .social-btn .btn:hover { color: #fff; margin: 0; padding: 0 !important; font-size: 13px; border: none; transition: all 0.4s; text-align: center; line-height: 34px; width: 47%; text-decoration: none; } .navbar .social-btn .btn-primary { background: #507cc0; } .navbar .social-btn .btn-primary:hover { background: #4676bd; } .navbar .social-btn .btn-info { background: #64ccf1; } .navbar .social-btn .btn-info:hover { background: #4ec7ef; } .navbar .social-btn .btn i { margin-right: 5px; font-size: 16px; position: relative; top: 2px; } .navbar .form-wrapper .form-footer { text-align: center; padding-top: 10px; font-size: 13px; } .navbar .form-wrapper .form-footer a:hover { text-decoration: underline; } .navbar .form-wrapper .checkbox-inline input { margin-top: 3px; } .or-seperator { margin-top: 32px; text-align: center; border-top: 1px solid #e0e0e0; } .or-seperator b { color: #666; padding: 0 8px; width: 30px; height: 30px; font-size: 13px; text-align: center; line-height: 26px; background: #fff; display: inline-block; border: 1px solid #e0e0e0; border-radius: 50%; position: relative; top: -15px; } .navbar .checkbox-inline { font-size: 13px; } .navbar .navbar-right .dropdown-toggle:after { display: none; } @media (min-width: 1200px) { .form-inline .input-group { width: 300px; margin-left: 30px; } } @media (max-width: 768px) { .navbar .dropdown-menu.form-wrapper { width: 100%; padding: 10px 15px; background: transparent; border: none; } .navbar .form-inline { display: block; } .navbar .input-group { width: 100%; } .navbar .nav .btn-primary, .navbar .nav .btn-primary:active { display: block; border-radius: 4px; } } li > a:hover, li > a:focus { color: #31bfb1 !important; } #signIn:hover, #signIn:focus { color: #ffffff !important; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } /***** Footer *****/ .footer-top { padding: 20px 0 40px 0; text-align: left; padding-left: 70px; } .footer-top h3 { padding-bottom: 10px; } .footer-contact p { word-wrap: break-word; } .footer-contact i { padding-right: 10px; font-size: 18px; color: #ddd; } .footer-contact p a { border-bottom: 1px dashed #ccc; } .footer-links a { color: #888; border: 0; } .footer-links a:hover, .footer-links a:focus { color: #555; margin-left: 3px; } .footer-bottom { padding: 0 0 30px 0; } .footer-social a { margin: 0 10px; color: #bbb; border: 0; } .footer-social a:hover, .footer-social a:focus { color: #31bfb1; border: 0; } .container { margin-bottom: 25px; } .footer-social i { font-size: 24px; vertical-align: middle; } .navbar-footer { margin-bottom: 0px !important; } .section { position: relative; height: 100vh; } .section .section-center { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); } #booking { font-family: 'Montserrat', sans-serif; background-size: cover; background-position: center; font-weight: 100; } .booking-form { background: #fff; padding: 30px 20px 0px; border-radius: 4px; overflow: auto; } .booking-form .form-group { position: relative; margin-bottom: 30px; } .booking-form .form-control { border: none; height: 50px; -webkit-box-shadow: none; box-shadow: none; font-size: 12px; color: #090a0b; font-weight: 300; background: #f2f1f1; border-radius: 4px; } .booking-form .form-control::-webkit-input-placeholder { color: #b1b6bd; } .booking-form .form-control:-ms-input-placeholder { color: #b1b6bd; } .booking-form .form-control::placeholder { color: #b1b6bd; } .booking-form input[type="date"].form-control:invalid { color: #b1b6bd; } .booking-form select.form-control { -webkit-appearance: none; -moz-appearance: none; } .booking-form select.form-control + .select-arrow { position: absolute; right: 0px; top: 0px; width: 24px; text-align: center; pointer-events: none; height: 65px; line-height: 65px; color: #b1b6bd; font-size: 14px; } .booking-form select.form-control + .select-arrow:after { content: '\279C'; display: block; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .booking-form .form-label { color: #31bfb1; display: block; font-weight: 600; height: 25px; line-height: 25px; font-size: 13px; position: relative; margin-top: 10px; text-transform: uppercase; } .booking-form .form-label:after { content: ''; position: absolute; left: 10px; top: -10px; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #f2f1f1 transparent transparent transparent; } .booking-form .form-btn { margin-bottom: 30px; } .booking-form .submit-btn { background: #31bfb1; border: none; font-weight: 600; text-transform: uppercase; height: 50px; font-size: 13px; width: 100%; color: #fff; border-radius: 4px; display: block; } .submit-btn:hover { background-color: #c66995; } .card-img-top { max-height: 200px; min-height: 150px; object-fit: cover; } /* Card Styles */ .card { border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .page-link { color: #31bfb1; } .page-item.active .page-link { background-color: #31bfb1; border-color: #31bfb1; color: white; } .page-item.active .page-link:hover { color: white !important; } .page-link:focus { box-shadow: none; } .btn-primary:active, .btn-primary:focus { background-color: #31bfb1 !important; border-color: #31bfb1 !important; } .price { color:#666666; } h1.cust-font { font-family: 'Great Vibes', cursive; color: #31bfb1; font-size: 80px; text-shadow: 2px 2px 0px rgb(85 85 85); } h1.hotel-title { color: #31bfb1; font-size: 40px; text-shadow: 2px 2px 0px rgb(85 85 85); font-style: italic; } h2.cust-font { font-family: 'Great Vibes', cursive; color: #31bfb1; font-size: 50px; text-shadow: 2px 2px 0px rgb(85 85 85); } @media (min-width: 576px) { .carousel-item img { height: 400px; max-height: 400px; min-height: 400px; } } .blog-grid { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; margin-top: 15px; margin-bottom: 15px; } .blog-grid .blog-img { position: relative; } .blog-grid .blog-img .date { position: absolute; background: #31bfb1; color: #ffffff; padding: 8px 15px; left: 10px; top: 10px; border-radius: 4px; } .blog-grid .blog-img .date span { font-size: 22px; display: block; line-height: 22px; font-weight: 700; } .blog-grid .blog-img .date label { font-size: 14px; margin: 0; } .blog-grid .blog-info { padding: 20px; } .blog-grid .blog-info h5 { font-size: 22px; font-weight: 700; margin: 0 0 10px; } .blog-grid .blog-info h5 a { color: #20247b; } .blog-grid .blog-info p { margin: 0; } .blog-grid .blog-info .btn-bar { margin-top: 20px; } /* Blog Sidebar -------------------*/ .blog-aside .widget { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; margin-top: 15px; margin-bottom: 15px; width: 100%; display: inline-block; vertical-align: top; } .blog-aside .widget-body { padding: 15px; } .blog-aside .widget-title { padding: 15px; border-bottom: 1px solid #eee; } .blog-aside .widget-title h3 { font-size: 20px; font-weight: 700; color: #31bfb1; margin: 0; } .blog-aside .widget-author .media { margin-bottom: 15px; } .blog-aside .widget-author p { font-size: 16px; margin: 0; } .blog-aside .widget-author .avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; } .blog-aside .widget-author h6 { font-weight: 600; color: #20247b; font-size: 22px; margin: 0; padding-left: 20px; } .blog-aside .post-aside { margin-bottom: 15px; } .blog-aside .post-aside .post-aside-title h5 { margin: 0; } .blog-aside .post-aside .post-aside-title a { font-size: 18px; color: #20247b; font-weight: 600; } .blog-aside .post-aside .post-aside-meta { padding-bottom: 10px; } .blog-aside .post-aside .post-aside-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .blog-aside .latest-post-aside + .latest-post-aside { border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px; } .blog-aside .latest-post-aside .lpa-right { width: 90px; } .blog-aside .latest-post-aside .lpa-right img { border-radius: 3px; } .blog-aside .latest-post-aside .lpa-left { padding-right: 15px; } .blog-aside .latest-post-aside .lpa-title h5 { margin: 0; font-size: 15px; } .blog-aside .latest-post-aside .lpa-title a { color: #20247b; font-weight: 600; } .blog-aside .latest-post-aside .lpa-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .tag-cloud a { padding: 4px 15px; font-size: 13px; color: #ffffff; background: #20247b; border-radius: 3px; margin-right: 4px; margin-bottom: 4px; } .tag-cloud a:hover { background: #31bfb1; } .blog-single { padding-top: 30px; padding-bottom: 30px; } .article { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 15px; margin: 15px 0 30px; } .article .article-title { padding: 15px 0 20px; } .article .article-title h6 { font-size: 14px; font-weight: 700; margin-bottom: 20px; } .article .article-title h6 a { text-transform: uppercase; color: #31bfb1; border-bottom: 1px solid #31bfb1; } .article .article-title h2 { color: #20247b; font-weight: 600; } .article .article-title .media { padding-top: 15px; border-bottom: 1px dashed #ddd; padding-bottom: 20px; } .article .article-title .media .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } .article .article-title .media .media-body { padding-left: 8px; } .article .article-title .media .media-body label { font-weight: 600; color: #31bfb1; margin: 0; } .article .article-title .media .media-body span { display: block; font-size: 12px; } .article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 { color: #20247b; font-weight: 600; margin-bottom: 15px; } .article .article-content blockquote { max-width: 600px; padding: 15px 0 30px 0; margin: 0; } .article .article-content blockquote p { font-size: 20px; font-weight: 500; color: #31bfb1; margin: 0; } .article .article-content blockquote .blockquote-footer { color: #20247b; font-size: 16px; } .article .article-content blockquote .blockquote-footer cite { font-weight: 600; } .article .tag-cloud { padding-top: 10px; } .article-comment { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 20px; } .article-comment h4 { color: #20247b; font-weight: 700; margin-bottom: 25px; font-size: 22px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } /* Contact Us ---------------------*/ .contact-name { margin-bottom: 30px; } .contact-name h5 { font-size: 22px; color: #20247b; margin-bottom: 5px; font-weight: 600; } .contact-name p { font-size: 18px; margin: 0; } .social-share a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; color: #ffffff; text-align: center; margin-right: 10px; } .social-share .dribbble { box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5); background-color: #ea4c89; } .social-share .behance { box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5); background-color: #0067ff; } .social-share .linkedin { box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5); background-color: #0177ac; } .contact-form .form-control { border: none; border-bottom: 1px solid #20247b; background: transparent; border-radius: 0; padding-left: 0; box-shadow: none !important; } .contact-form .form-control:focus { border-bottom: 1px solid #31bfb1; } .contact-form .form-control.invalid { border-bottom: 1px solid #ff0000; } .contact-form .send { margin-top: 20px; } @media (max-width: 767px) { .contact-form .send { margin-bottom: 20px; } } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #31bfb1; padding-left: 15px; } .section-title { padding-bottom: 45px; } .contact-form .send { margin-top: 20px; } .px-btn { padding: 0 50px 0 20px; line-height: 60px; position: relative; display: inline-block; color: #20247b; background: none; border: none; } .px-btn:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 30px; background: transparent; border: 1px solid rgba(252, 83, 86, 0.6); border-right: 1px solid transparent; -moz-transition: ease all 0.35s; -o-transition: ease all 0.35s; -webkit-transition: ease all 0.35s; transition: ease all 0.35s; width: 60px; height: 60px; } .px-btn .arrow { width: 13px; height: 2px; background: currentColor; display: inline-block; position: absolute; top: 0; bottom: 0; margin: auto; right: 25px; } .px-btn .arrow:after { width: 8px; height: 8px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; content: ""; position: absolute; top: -3px; right: 0; display: inline-block; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .small-pictures img { width: 166px; height: 110px; padding-top: 5px; } /* Style the Image Used to Trigger the Modal */ .myImg { border-radius: 5px; cursor: pointer; transition: 0.3s; } .myImg:hover { opacity: 0.7; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.6); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from { transform: scale(0) } to { transform: scale(1) } } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px) { .modal-content { width: 100%; } } .btn-primary { background: #69c6ba; border: none; border-radius: 4px; outline: none; } .btn-primary:hover { background: #c66995; } .rating { display: flex; margin-top: -10px; flex-direction: row-reverse; margin-left: -4px; float: left } .rating > input { display: none } .rating > label { position: relative; width: 19px; font-size: 25px; color: #ff0000; cursor: pointer } .rating > label::before { content: "\2605"; position: absolute; opacity: 0 } .rating > label:hover:before, .rating > label:hover ~ label:before { opacity: 1 !important } .rating > input:checked ~ label:before { opacity: 1 } .rating:hover > input:checked ~ label:before { opacity: 0.4 } /*search box css start here*/ .search-sec { background: #1A4668; padding: 2rem; } .search-slt { display: block; width: 100%; font-size: 0.875rem; line-height: 1.5; color: #55595c; background-color: #fff; background-image: none; border: 1px solid #ccc; height: calc(3rem + 2px) !important; border-radius: 0; } .wrn-btn { width: 100%; font-size: 16px; font-weight: 400; text-transform: capitalize; height: calc(3rem + 2px) !important; border-radius: 0; } .button_class { position: absolute; bottom: 0; right: 0; } .button_left_class { position: absolute; bottom: 0; left: 0; } .btn-light:hover{ color:white; } .content { width: 420px; margin-top: 100px } .ratings { background-color: #fff; } .product-rating { font-size: 50px } .stars i { font-size: 18px; } .rating-text { margin-top: 10px } .rating-box { width: 130px; height: 130px; margin-right: auto; margin-left: auto; background-color: #FBC02D; color: #fff } .rating-label { font-weight: bold } .rating-bar { width: 300px; padding: 8px; border-radius: 5px } .bar-container { width: 100%; background-color: #f1f1f1; text-align: center; color: white; border-radius: 20px; cursor: pointer; margin-bottom: 5px } .bar-5 { width: 70%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-4 { width: 30%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-3 { width: 20%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-2 { width: 10%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-1 { width: 0%; height: 13px; background-color: #FBC02D; border-radius: 20px } td { padding-bottom: 10px } .star-active { color: #FBC02D; margin-top: 10px; margin-bottom: 10px } .star-active:hover { color: #F9A825; cursor: pointer } .star-inactive { color: #CFD8DC; margin-top: 10px; margin-bottom: 10px } .blue-text { color: #0091EA } .content { font-size: 18px } .profile-pic { width: 90px; height: 90px; border-radius: 100%; margin-right: 30px } .pic { width: 80px; height: 80px; margin-right: 10px } .vote { cursor: pointer } .cardReview { border-radius: 5px; background-color: #fff; padding-left: 60px; padding-right: 60px; margin-top: 30px; padding-top: 30px; padding-bottom: 30px }
BohoTours/Web/BohoTours.Web/wwwroot/css/site.css
body { /* font-family: 'Varela Round', sans-serif !important; background-image: url('../img/background.jpg'); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;*/ background-color: #f5f5f5 } .form-control { box-shadow: none; font-weight: normal; font-size: 13px; } .form-control:focus { border-color: #33cabb; box-shadow: 0 0 8px rgba(0,0,0,0.1); } .navbar { background: #fff; padding-left: 16px; padding-right: 16px; border-bottom: 1px solid #dfe3e8; border-radius: 0; } .nav img { border-radius: 50%; margin: 0px 5px; float: left; } .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus { padding-left: 0; font-size: 20px; padding-right: 50px; } .navbar .navbar-brand b { font-weight: bold; color: #33cabb; } .navbar .form-inline { display: inline-block; } .navbar .nav li { position: relative; } .navbar .nav li a { color: #888; } .search-box { position: relative; } .search-box input { padding-right: 35px; border-color: #dfe3e8; border-radius: 4px !important; box-shadow: none } .search-box .input-group-addon { min-width: 35px; border: none; background: transparent; position: absolute; right: 0; padding: 7px; height: 100%; } .search-box i { color: #a0a5b1; font-size: 19px; } #signIn { border-radius: 4px; } .navbar .nav .btn-primary, .navbar .nav .btn-primary:active { color: #fff; background: #33cabb; padding-top: 8px; padding-bottom: 6px; vertical-align: middle; border: none; } .navbar .nav .btn-primary:hover, .navbar .nav .btn-primary:focus { color: #fff; outline: none; background: #31bfb1; } .navbar .navbar-right li:first-child a { padding-right: 30px; } .navbar ul li i { font-size: 18px; } .navbar .dropdown-menu i { font-size: 16px; min-width: 22px; } .navbar ul.nav li.active a, .navbar ul.nav li.open > a { background: transparent !important; } .navbar .nav .get-started-btn { min-width: 120px; margin-top: 8px; margin-bottom: 8px; } .navbar ul.nav li.open > a.get-started-btn { color: #fff; background: #31bfb1 !important; } .navbar .dropdown-menu { border-radius: 1px; border-color: #e5e5e5; box-shadow: 0 2px 8px rgba(0,0,0,.05); } .navbar .nav .dropdown-menu li { color: #999; font-weight: normal; } .navbar .nav .dropdown-menu li a, .navbar .nav .dropdown-menu li a:hover, .navbar .nav .dropdown-menu li a:focus { padding: 8px 20px; line-height: normal; } .navbar .navbar-form { border: none; } .navbar .dropdown-menu.form-wrapper { width: 280px; padding: 20px; left: auto; right: 0; font-size: 14px; } .navbar .dropdown-menu.form-wrapper a { color: #33cabb; padding: 0 !important; } .navbar .dropdown-menu.form-wrapper a:hover { text-decoration: underline; } .navbar .form-wrapper .hint-text { text-align: center; margin-bottom: 15px; font-size: 13px; } .navbar .form-wrapper .social-btn .btn, .navbar .form-wrapper .social-btn .btn:hover { color: #fff; margin: 0; padding: 0 !important; font-size: 13px; border: none; transition: all 0.4s; text-align: center; line-height: 34px; width: 47%; text-decoration: none; } .navbar .social-btn .btn-primary { background: #507cc0; } .navbar .social-btn .btn-primary:hover { background: #4676bd; } .navbar .social-btn .btn-info { background: #64ccf1; } .navbar .social-btn .btn-info:hover { background: #4ec7ef; } .navbar .social-btn .btn i { margin-right: 5px; font-size: 16px; position: relative; top: 2px; } .navbar .form-wrapper .form-footer { text-align: center; padding-top: 10px; font-size: 13px; } .navbar .form-wrapper .form-footer a:hover { text-decoration: underline; } .navbar .form-wrapper .checkbox-inline input { margin-top: 3px; } .or-seperator { margin-top: 32px; text-align: center; border-top: 1px solid #e0e0e0; } .or-seperator b { color: #666; padding: 0 8px; width: 30px; height: 30px; font-size: 13px; text-align: center; line-height: 26px; background: #fff; display: inline-block; border: 1px solid #e0e0e0; border-radius: 50%; position: relative; top: -15px; } .navbar .checkbox-inline { font-size: 13px; } .navbar .navbar-right .dropdown-toggle:after { display: none; } @media (min-width: 1200px) { .form-inline .input-group { width: 300px; margin-left: 30px; } } @media (max-width: 768px) { .navbar .dropdown-menu.form-wrapper { width: 100%; padding: 10px 15px; background: transparent; border: none; } .navbar .form-inline { display: block; } .navbar .input-group { width: 100%; } .navbar .nav .btn-primary, .navbar .nav .btn-primary:active { display: block; border-radius: 4px; } } li > a:hover, li > a:focus { color: #31bfb1 !important; } #signIn:hover, #signIn:focus { color: #ffffff !important; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } /***** Footer *****/ .footer-top { padding: 20px 0 40px 0; text-align: left; padding-left: 70px; } .footer-top h3 { padding-bottom: 10px; } .footer-contact p { word-wrap: break-word; } .footer-contact i { padding-right: 10px; font-size: 18px; color: #ddd; } .footer-contact p a { border-bottom: 1px dashed #ccc; } .footer-links a { color: #888; border: 0; } .footer-links a:hover, .footer-links a:focus { color: #555; margin-left: 3px; } .footer-bottom { padding: 0 0 30px 0; } .footer-social a { margin: 0 10px; color: #bbb; border: 0; } .footer-social a:hover, .footer-social a:focus { color: #31bfb1; border: 0; } .container { margin-bottom: 25px; } .footer-social i { font-size: 24px; vertical-align: middle; } .navbar-footer { margin-bottom: 0px !important; } .section { position: relative; height: 100vh; } .section .section-center { position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); } #booking { font-family: 'Montserrat', sans-serif; background-size: cover; background-position: center; font-weight: 100; } .booking-form { background: #fff; padding: 30px 20px 0px; border-radius: 4px; overflow: auto; } .booking-form .form-group { position: relative; margin-bottom: 30px; } .booking-form .form-control { border: none; height: 50px; -webkit-box-shadow: none; box-shadow: none; font-size: 12px; color: #090a0b; font-weight: 300; background: #f2f1f1; border-radius: 4px; } .booking-form .form-control::-webkit-input-placeholder { color: #b1b6bd; } .booking-form .form-control:-ms-input-placeholder { color: #b1b6bd; } .booking-form .form-control::placeholder { color: #b1b6bd; } .booking-form input[type="date"].form-control:invalid { color: #b1b6bd; } .booking-form select.form-control { -webkit-appearance: none; -moz-appearance: none; } .booking-form select.form-control + .select-arrow { position: absolute; right: 0px; top: 0px; width: 24px; text-align: center; pointer-events: none; height: 65px; line-height: 65px; color: #b1b6bd; font-size: 14px; } .booking-form select.form-control + .select-arrow:after { content: '\279C'; display: block; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .booking-form .form-label { color: #31bfb1; display: block; font-weight: 600; height: 25px; line-height: 25px; font-size: 13px; position: relative; margin-top: 10px; text-transform: uppercase; } .booking-form .form-label:after { content: ''; position: absolute; left: 10px; top: -10px; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #f2f1f1 transparent transparent transparent; } .booking-form .form-btn { margin-bottom: 30px; } .booking-form .submit-btn { background: #31bfb1; border: none; font-weight: 600; text-transform: uppercase; height: 50px; font-size: 13px; width: 100%; color: #fff; border-radius: 4px; display: block; } .submit-btn:hover { background-color: #c66995; } .card-img-top { max-height: 200px; min-height: 150px; object-fit: cover; } /* Card Styles */ .card { border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .page-link { color: #31bfb1; } .page-item.active .page-link { background-color: #31bfb1; border-color: #31bfb1; color: white; } .page-item.active .page-link:hover { color: white !important; } .page-link:focus { box-shadow: none; } .btn-primary:active, .btn-primary:focus { background-color: #31bfb1 !important; border-color: #31bfb1 !important; } .price { color:#666666; } h1.cust-font { font-family: 'Great Vibes', cursive; color: #31bfb1; font-size: 80px; text-shadow: 2px 2px 0px rgb(85 85 85); } h1.hotel-title { color: #31bfb1; font-size: 40px; text-shadow: 2px 2px 0px rgb(85 85 85); font-style: italic; } h2.cust-font { font-family: 'Great Vibes', cursive; color: #31bfb1; font-size: 50px; text-shadow: 2px 2px 0px rgb(85 85 85); } @media (min-width: 576px) { .carousel-item img { height: 400px; max-height: 400px; min-height: 400px; } } .blog-grid { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; margin-top: 15px; margin-bottom: 15px; } .blog-grid .blog-img { position: relative; } .blog-grid .blog-img .date { position: absolute; background: #31bfb1; color: #ffffff; padding: 8px 15px; left: 10px; top: 10px; border-radius: 4px; } .blog-grid .blog-img .date span { font-size: 22px; display: block; line-height: 22px; font-weight: 700; } .blog-grid .blog-img .date label { font-size: 14px; margin: 0; } .blog-grid .blog-info { padding: 20px; } .blog-grid .blog-info h5 { font-size: 22px; font-weight: 700; margin: 0 0 10px; } .blog-grid .blog-info h5 a { color: #20247b; } .blog-grid .blog-info p { margin: 0; } .blog-grid .blog-info .btn-bar { margin-top: 20px; } /* Blog Sidebar -------------------*/ .blog-aside .widget { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; margin-top: 15px; margin-bottom: 15px; width: 100%; display: inline-block; vertical-align: top; } .blog-aside .widget-body { padding: 15px; } .blog-aside .widget-title { padding: 15px; border-bottom: 1px solid #eee; } .blog-aside .widget-title h3 { font-size: 20px; font-weight: 700; color: #31bfb1; margin: 0; } .blog-aside .widget-author .media { margin-bottom: 15px; } .blog-aside .widget-author p { font-size: 16px; margin: 0; } .blog-aside .widget-author .avatar { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; } .blog-aside .widget-author h6 { font-weight: 600; color: #20247b; font-size: 22px; margin: 0; padding-left: 20px; } .blog-aside .post-aside { margin-bottom: 15px; } .blog-aside .post-aside .post-aside-title h5 { margin: 0; } .blog-aside .post-aside .post-aside-title a { font-size: 18px; color: #20247b; font-weight: 600; } .blog-aside .post-aside .post-aside-meta { padding-bottom: 10px; } .blog-aside .post-aside .post-aside-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .blog-aside .latest-post-aside + .latest-post-aside { border-top: 1px solid #eee; padding-top: 15px; margin-top: 15px; } .blog-aside .latest-post-aside .lpa-right { width: 90px; } .blog-aside .latest-post-aside .lpa-right img { border-radius: 3px; } .blog-aside .latest-post-aside .lpa-left { padding-right: 15px; } .blog-aside .latest-post-aside .lpa-title h5 { margin: 0; font-size: 15px; } .blog-aside .latest-post-aside .lpa-title a { color: #20247b; font-weight: 600; } .blog-aside .latest-post-aside .lpa-meta a { color: #6F8BA4; font-size: 12px; text-transform: uppercase; display: inline-block; margin-right: 10px; } .tag-cloud a { padding: 4px 15px; font-size: 13px; color: #ffffff; background: #20247b; border-radius: 3px; margin-right: 4px; margin-bottom: 4px; } .tag-cloud a:hover { background: #31bfb1; } .blog-single { padding-top: 30px; padding-bottom: 30px; } .article { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 15px; margin: 15px 0 30px; } .article .article-title { padding: 15px 0 20px; } .article .article-title h6 { font-size: 14px; font-weight: 700; margin-bottom: 20px; } .article .article-title h6 a { text-transform: uppercase; color: #31bfb1; border-bottom: 1px solid #31bfb1; } .article .article-title h2 { color: #20247b; font-weight: 600; } .article .article-title .media { padding-top: 15px; border-bottom: 1px dashed #ddd; padding-bottom: 20px; } .article .article-title .media .avatar { width: 45px; height: 45px; border-radius: 50%; overflow: hidden; } .article .article-title .media .media-body { padding-left: 8px; } .article .article-title .media .media-body label { font-weight: 600; color: #31bfb1; margin: 0; } .article .article-title .media .media-body span { display: block; font-size: 12px; } .article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 { color: #20247b; font-weight: 600; margin-bottom: 15px; } .article .article-content blockquote { max-width: 600px; padding: 15px 0 30px 0; margin: 0; } .article .article-content blockquote p { font-size: 20px; font-weight: 500; color: #31bfb1; margin: 0; } .article .article-content blockquote .blockquote-footer { color: #20247b; font-size: 16px; } .article .article-content blockquote .blockquote-footer cite { font-weight: 600; } .article .tag-cloud { padding-top: 10px; } .article-comment { box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); border-radius: 5px; overflow: hidden; background: #ffffff; padding: 20px; } .article-comment h4 { color: #20247b; font-weight: 700; margin-bottom: 25px; font-size: 22px; } img { max-width: 100%; } img { vertical-align: middle; border-style: none; } /* Contact Us ---------------------*/ .contact-name { margin-bottom: 30px; } .contact-name h5 { font-size: 22px; color: #20247b; margin-bottom: 5px; font-weight: 600; } .contact-name p { font-size: 18px; margin: 0; } .social-share a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; color: #ffffff; text-align: center; margin-right: 10px; } .social-share .dribbble { box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5); background-color: #ea4c89; } .social-share .behance { box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5); background-color: #0067ff; } .social-share .linkedin { box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5); background-color: #0177ac; } .contact-form .form-control { border: none; border-bottom: 1px solid #20247b; background: transparent; border-radius: 0; padding-left: 0; box-shadow: none !important; } .contact-form .form-control:focus { border-bottom: 1px solid #31bfb1; } .contact-form .form-control.invalid { border-bottom: 1px solid #ff0000; } .contact-form .send { margin-top: 20px; } @media (max-width: 767px) { .contact-form .send { margin-bottom: 20px; } } .section-title h2 { font-weight: 700; color: #20247b; font-size: 45px; margin: 0 0 15px; border-left: 5px solid #31bfb1; padding-left: 15px; } .section-title { padding-bottom: 45px; } .contact-form .send { margin-top: 20px; } .px-btn { padding: 0 50px 0 20px; line-height: 60px; position: relative; display: inline-block; color: #20247b; background: none; border: none; } .px-btn:before { content: ""; position: absolute; top: 0; left: 0; display: block; border-radius: 30px; background: transparent; border: 1px solid rgba(252, 83, 86, 0.6); border-right: 1px solid transparent; -moz-transition: ease all 0.35s; -o-transition: ease all 0.35s; -webkit-transition: ease all 0.35s; transition: ease all 0.35s; width: 60px; height: 60px; } .px-btn .arrow { width: 13px; height: 2px; background: currentColor; display: inline-block; position: absolute; top: 0; bottom: 0; margin: auto; right: 25px; } .px-btn .arrow:after { width: 8px; height: 8px; border-right: 2px solid currentColor; border-top: 2px solid currentColor; content: ""; position: absolute; top: -3px; right: 0; display: inline-block; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .small-pictures img { width: 166px; height: 110px; padding-top: 5px; } /* Style the Image Used to Trigger the Modal */ .myImg { border-radius: 5px; cursor: pointer; transition: 0.3s; } .myImg:hover { opacity: 0.7; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.6); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { animation-name: zoom; animation-duration: 0.6s; } @keyframes zoom { from { transform: scale(0) } to { transform: scale(1) } } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px) { .modal-content { width: 100%; } } .btn-primary { background: #69c6ba; border: none; border-radius: 4px; outline: none; } .btn-primary:hover { background: #c66995; } .rating { display: flex; margin-top: -10px; flex-direction: row-reverse; margin-left: -4px; float: left } .rating > input { display: none } .rating > label { position: relative; width: 19px; font-size: 25px; color: #ff0000; cursor: pointer } .rating > label::before { content: "\2605"; position: absolute; opacity: 0 } .rating > label:hover:before, .rating > label:hover ~ label:before { opacity: 1 !important } .rating > input:checked ~ label:before { opacity: 1 } .rating:hover > input:checked ~ label:before { opacity: 0.4 } /*search box css start here*/ .search-sec { background: #1A4668; padding: 2rem; } .search-slt { display: block; width: 100%; font-size: 0.875rem; line-height: 1.5; color: #55595c; background-color: #fff; background-image: none; border: 1px solid #ccc; height: calc(3rem + 2px) !important; border-radius: 0; } .wrn-btn { width: 100%; font-size: 16px; font-weight: 400; text-transform: capitalize; height: calc(3rem + 2px) !important; border-radius: 0; } .button_class { position: absolute; bottom: 0; right: 0; } .button_left_class { position: absolute; bottom: 0; left: 0; } .btn-light:hover{ color:white; } .content { width: 420px; margin-top: 100px } .ratings { background-color: #fff; } .product-rating { font-size: 50px } .stars i { font-size: 18px; } .rating-text { margin-top: 10px } .rating-box { width: 130px; height: 130px; margin-right: auto; margin-left: auto; background-color: #FBC02D; color: #fff } .rating-label { font-weight: bold } .rating-bar { width: 300px; padding: 8px; border-radius: 5px } .bar-container { width: 100%; background-color: #f1f1f1; text-align: center; color: white; border-radius: 20px; cursor: pointer; margin-bottom: 5px } .bar-5 { width: 70%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-4 { width: 30%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-3 { width: 20%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-2 { width: 10%; height: 13px; background-color: #FBC02D; border-radius: 20px } .bar-1 { width: 0%; height: 13px; background-color: #FBC02D; border-radius: 20px } td { padding-bottom: 10px } .star-active { color: #FBC02D; margin-top: 10px; margin-bottom: 10px } .star-active:hover { color: #F9A825; cursor: pointer } .star-inactive { color: #CFD8DC; margin-top: 10px; margin-bottom: 10px } .blue-text { color: #0091EA } .content { font-size: 18px } .profile-pic { width: 90px; height: 90px; border-radius: 100%; margin-right: 30px } .pic { width: 80px; height: 80px; margin-right: 10px } .vote { cursor: pointer } .cardReview { border-radius: 5px; background-color: #fff; padding-left: 60px; padding-right: 60px; margin-top: 30px; padding-top: 30px; padding-bottom: 30px }
0.424651
0.062818
.background_glossyThistle6, .hover_background_glossyThistle6:hover, .active_background_glossyThistle6:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyThistle6h, .hover_background_glossyThistle6h:hover, .active_background_glossyThistle6h:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyThistle6a, .hover_background_glossyThistle6a:hover, .active_background_glossyThistle6a:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyThistle6s, .hover_background_glossyThistle6s:hover, .active_background_glossyThistle6s:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyThistle6, .hover_background_color_glossyThistle6:hover, .active_background_color_glossyThistle6:active:hover { background-color:#764876; } .background_first_color_glossyThistle6, .hover_background_first_color_glossyThistle6:hover, .active_background_first_color_glossyThistle6:active:hover { background-color:#ffffff; } .background_last_color_glossyThistle6, .hover_background_last_color_glossyThistle6:hover, .active_background_color_last_glossyThistle6:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyThistle6, .hover_color_glossyThistle6:hover, .active_color_glossyThistle6:active:hover { color: #c8c8c8; } .color_glossyThistle6h, .hover_color_glossyThistle6h:hover, .active_color_glossyThistle6h:active:hover { color: #c8c8c8; } .color_glossyThistle6a, .hover_color_glossyThistle6a:hover, .active_color_glossyThistle6a:active:hover { color: #c8c8c8; } .color_glossyThistle6s, .hover_color_glossyThistle6s:hover, .active_color_glossyThistle6s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyThistle6, .hover_border_glossyThistle6:hover, .active_border_glossyThistle6:active:hover { border-color: #5e395e #5e395e #5e395e #5e395e; } .border_glossyThistle6h, .hover_border_glossyThistle6h:hover, .active_border_glossyThistle6h:active:hover { border-color: #4d2f4d #4d2f4d #4d2f4d #4d2f4d; } .border_glossyThistle6a, .hover_border_glossyThistle6a:hover, .active_border_glossyThistle6a:active:hover { border-color: #3b243b #3b243b #3b243b #3b243b; } .border_glossyThistle6s, .hover_border_glossyThistle6s:hover, .active_border_glossyThistle6s:active:hover { border-color: #5e395e #5e395e #5e395e #5e395e; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyThistle6, .hover_shadow_expand_glossyThistle6:hover, .active_shadow_expand_glossyThistle6:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); } .shadow_expand_glossyThistle6h, .hover_shadow_expand_glossyThistle6h:hover, .active_shadow_expand_glossyThistle6h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); } .shadow_expand_glossyThistle6a, .hover_shadow_expand_glossyThistle6a:hover, .active_shadow_expand_glossyThistle6a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); } .shadow_expand_glossyThistle6s, .hover_shadow_expand_glossyThistle6s:hover, .active_shadow_expand_glossyThistle6s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyThistle6, .hover_shadow_left_glossyThistle6:hover, .active_shadow_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_left_glossyThistle6h, .hover_shadow_left_glossyThistle6h:hover, .active_shadow_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_left_glossyThistle6a, .hover_shadow_left_glossyThistle6a:hover, .active_shadow_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_left_glossyThistle6s, .hover_shadow_left_glossyThistle6s:hover, .active_shadow_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyThistle6, .hover_shadow_right_glossyThistle6:hover, .active_shadow_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); } .shadow_right_glossyThistle6h, .hover_shadow_right_glossyThistle6h:hover, .active_shadow_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); } .shadow_right_glossyThistle6a, .hover_shadow_right_glossyThistle6a:hover, .active_shadow_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); } .shadow_right_glossyThistle6s, .hover_shadow_right_glossyThistle6s:hover, .active_shadow_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyThistle6, .hover_shadow_top_glossyThistle6:hover, .active_shadow_top_glossyThistle6:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_glossyThistle6h, .hover_shadow_top_glossyThistle6h:hover, .active_shadow_top_glossyThistle6h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_glossyThistle6a, .hover_shadow_top_glossyThistle6a:hover, .active_shadow_top_glossyThistle6a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_glossyThistle6s, .hover_shadow_top_glossyThistle6s:hover, .active_shadow_top_glossyThistle6s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyThistle6, .hover_shadow_bottom_glossyThistle6:hover, .active_shadow_bottom_glossyThistle6:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_glossyThistle6h, .hover_shadow_bottom_glossyThistle6h:hover, .active_shadow_bottom_glossyThistle6h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_glossyThistle6a, .hover_shadow_bottom_glossyThistle6a:hover, .active_shadow_bottom_glossyThistle6a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_glossyThistle6s, .hover_shadow_bottom_glossyThistle6s:hover, .active_shadow_bottom_glossyThistle6s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyThistle6, .hover_shadow_top_left_glossyThistle6:hover, .active_shadow_top_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_left_glossyThistle6h, .hover_shadow_top_left_glossyThistle6h:hover, .active_shadow_top_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_left_glossyThistle6a, .hover_shadow_top_left_glossyThistle6a:hover, .active_shadow_top_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_left_glossyThistle6s, .hover_shadow_top_left_glossyThistle6s:hover, .active_shadow_top_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyThistle6, .hover_shadow_top_right_glossyThistle6:hover, .active_shadow_top_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_right_glossyThistle6h, .hover_shadow_top_right_glossyThistle6h:hover, .active_shadow_top_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_right_glossyThistle6a, .hover_shadow_top_right_glossyThistle6a:hover, .active_shadow_top_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_right_glossyThistle6s, .hover_shadow_top_right_glossyThistle6s:hover, .active_shadow_top_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyThistle6, .hover_shadow_bottom_left_glossyThistle6:hover, .active_shadow_bottom_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_left_glossyThistle6h, .hover_shadow_bottom_left_glossyThistle6h:hover, .active_shadow_bottom_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_left_glossyThistle6a, .hover_shadow_bottom_left_glossyThistle6a:hover, .active_shadow_bottom_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_left_glossyThistle6s, .hover_shadow_bottom_left_glossyThistle6s:hover, .active_shadow_bottom_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyThistle6, .hover_shadow_bottom_right_glossyThistle6:hover, .active_shadow_bottom_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_right_glossyThistle6h, .hover_shadow_bottom_right_glossyThistle6h:hover, .active_shadow_bottom_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_right_glossyThistle6a, .hover_shadow_bottom_right_glossyThistle6a:hover, .active_shadow_bottom_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_right_glossyThistle6s, .hover_shadow_bottom_right_glossyThistle6s:hover, .active_shadow_bottom_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); }
widgets/common/assets/gradients/glossy/glossyThistle/glossyThistle6.css
.background_glossyThistle6, .hover_background_glossyThistle6:hover, .active_background_glossyThistle6:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyThistle6h, .hover_background_glossyThistle6h:hover, .active_background_glossyThistle6h:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyThistle6a, .hover_background_glossyThistle6a:hover, .active_background_glossyThistle6a:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyThistle6s, .hover_background_glossyThistle6s:hover, .active_background_glossyThistle6s:active:hover { background: #764876; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyThistle6, .hover_background_color_glossyThistle6:hover, .active_background_color_glossyThistle6:active:hover { background-color:#764876; } .background_first_color_glossyThistle6, .hover_background_first_color_glossyThistle6:hover, .active_background_first_color_glossyThistle6:active:hover { background-color:#ffffff; } .background_last_color_glossyThistle6, .hover_background_last_color_glossyThistle6:hover, .active_background_color_last_glossyThistle6:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyThistle6, .hover_color_glossyThistle6:hover, .active_color_glossyThistle6:active:hover { color: #c8c8c8; } .color_glossyThistle6h, .hover_color_glossyThistle6h:hover, .active_color_glossyThistle6h:active:hover { color: #c8c8c8; } .color_glossyThistle6a, .hover_color_glossyThistle6a:hover, .active_color_glossyThistle6a:active:hover { color: #c8c8c8; } .color_glossyThistle6s, .hover_color_glossyThistle6s:hover, .active_color_glossyThistle6s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossyThistle6, .hover_border_glossyThistle6:hover, .active_border_glossyThistle6:active:hover { border-color: #5e395e #5e395e #5e395e #5e395e; } .border_glossyThistle6h, .hover_border_glossyThistle6h:hover, .active_border_glossyThistle6h:active:hover { border-color: #4d2f4d #4d2f4d #4d2f4d #4d2f4d; } .border_glossyThistle6a, .hover_border_glossyThistle6a:hover, .active_border_glossyThistle6a:active:hover { border-color: #3b243b #3b243b #3b243b #3b243b; } .border_glossyThistle6s, .hover_border_glossyThistle6s:hover, .active_border_glossyThistle6s:active:hover { border-color: #5e395e #5e395e #5e395e #5e395e; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyThistle6, .hover_shadow_expand_glossyThistle6:hover, .active_shadow_expand_glossyThistle6:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); box-shadow: 0em 0em 1em 0.25em rgba(118, 72, 118, .39); } .shadow_expand_glossyThistle6h, .hover_shadow_expand_glossyThistle6h:hover, .active_shadow_expand_glossyThistle6h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); box-shadow: 0em 0em 1em 0.25em rgba(141, 86, 141, .50); } .shadow_expand_glossyThistle6a, .hover_shadow_expand_glossyThistle6a:hover, .active_shadow_expand_glossyThistle6a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .63); } .shadow_expand_glossyThistle6s, .hover_shadow_expand_glossyThistle6s:hover, .active_shadow_expand_glossyThistle6s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); box-shadow: 0em 0em 1em 0.25em rgba(106, 65, 106, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyThistle6, .hover_shadow_left_glossyThistle6:hover, .active_shadow_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_left_glossyThistle6h, .hover_shadow_left_glossyThistle6h:hover, .active_shadow_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_left_glossyThistle6a, .hover_shadow_left_glossyThistle6a:hover, .active_shadow_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_left_glossyThistle6s, .hover_shadow_left_glossyThistle6s:hover, .active_shadow_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyThistle6, .hover_shadow_right_glossyThistle6:hover, .active_shadow_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em 0em 1em rgba(118, 72, 118, .39); } .shadow_right_glossyThistle6h, .hover_shadow_right_glossyThistle6h:hover, .active_shadow_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em 0em 1em rgba(141, 86, 141, .50); } .shadow_right_glossyThistle6a, .hover_shadow_right_glossyThistle6a:hover, .active_shadow_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .63); } .shadow_right_glossyThistle6s, .hover_shadow_right_glossyThistle6s:hover, .active_shadow_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em 0em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyThistle6, .hover_shadow_top_glossyThistle6:hover, .active_shadow_top_glossyThistle6:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_glossyThistle6h, .hover_shadow_top_glossyThistle6h:hover, .active_shadow_top_glossyThistle6h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_glossyThistle6a, .hover_shadow_top_glossyThistle6a:hover, .active_shadow_top_glossyThistle6a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_glossyThistle6s, .hover_shadow_top_glossyThistle6s:hover, .active_shadow_top_glossyThistle6s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyThistle6, .hover_shadow_bottom_glossyThistle6:hover, .active_shadow_bottom_glossyThistle6:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_glossyThistle6h, .hover_shadow_bottom_glossyThistle6h:hover, .active_shadow_bottom_glossyThistle6h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_glossyThistle6a, .hover_shadow_bottom_glossyThistle6a:hover, .active_shadow_bottom_glossyThistle6a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_glossyThistle6s, .hover_shadow_bottom_glossyThistle6s:hover, .active_shadow_bottom_glossyThistle6s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0em 0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyThistle6, .hover_shadow_top_left_glossyThistle6:hover, .active_shadow_top_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_left_glossyThistle6h, .hover_shadow_top_left_glossyThistle6h:hover, .active_shadow_top_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_left_glossyThistle6a, .hover_shadow_top_left_glossyThistle6a:hover, .active_shadow_top_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_left_glossyThistle6s, .hover_shadow_top_left_glossyThistle6s:hover, .active_shadow_top_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyThistle6, .hover_shadow_top_right_glossyThistle6:hover, .active_shadow_top_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em -0.5em 1em rgba(118, 72, 118, .39); } .shadow_top_right_glossyThistle6h, .hover_shadow_top_right_glossyThistle6h:hover, .active_shadow_top_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em -0.5em 1em rgba(141, 86, 141, .50); } .shadow_top_right_glossyThistle6a, .hover_shadow_top_right_glossyThistle6a:hover, .active_shadow_top_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .63); } .shadow_top_right_glossyThistle6s, .hover_shadow_top_right_glossyThistle6s:hover, .active_shadow_top_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em -0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyThistle6, .hover_shadow_bottom_left_glossyThistle6:hover, .active_shadow_bottom_left_glossyThistle6:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: -0.5em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_left_glossyThistle6h, .hover_shadow_bottom_left_glossyThistle6h:hover, .active_shadow_bottom_left_glossyThistle6h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: -0.5em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_left_glossyThistle6a, .hover_shadow_bottom_left_glossyThistle6a:hover, .active_shadow_bottom_left_glossyThistle6a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_left_glossyThistle6s, .hover_shadow_bottom_left_glossyThistle6s:hover, .active_shadow_bottom_left_glossyThistle6s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: -0.5em 0.5em 1em rgba(106, 65, 106, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyThistle6, .hover_shadow_bottom_right_glossyThistle6:hover, .active_shadow_bottom_right_glossyThistle6:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); box-shadow: 0.5em 0.5em 1em rgba(118, 72, 118, .39); } .shadow_bottom_right_glossyThistle6h, .hover_shadow_bottom_right_glossyThistle6h:hover, .active_shadow_bottom_right_glossyThistle6h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); box-shadow: 0.5em 0.5em 1em rgba(141, 86, 141, .50); } .shadow_bottom_right_glossyThistle6a, .hover_shadow_bottom_right_glossyThistle6a:hover, .active_shadow_bottom_right_glossyThistle6a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .63); } .shadow_bottom_right_glossyThistle6s, .hover_shadow_bottom_right_glossyThistle6s:hover, .active_shadow_bottom_right_glossyThistle6s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); box-shadow: 0.5em 0.5em 1em rgba(106, 65, 106, .71); }
0.473901
0.064007
[ms-controller] { display: none; } .columns { width: 2200px; background: #a9ea00; -moz-column-width: 340px; -webkit-column-width: 340px; column-width: 340px; -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px; margin: 0px; font-size: 0; -webkit-text-size-adjust: none; height: 600px; } .noPaddingRight { padding-right: 0; } .hover.app_small .appbody:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_small.placehoder:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; top: 20px; background: #01B4D2; } .hover.app_middle .appbody:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_middle.placehoder:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_big .appbody:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } app { display: inline-block; width: 150px; height: 150px; position: relative; list-style: none; padding: 20px 20px 0px 20px; font-size: 12px; -moz-column-gap: 0; -webkit-column-gap: 0; column-gap: 0; } .placehoder.app_small { height: 160px; width: 180px; box-sizing: border-box; -moz-box-sizing: border-box; } .placehoder.app_small b { width: 150px; height: 150px; background: yellow; text-align: center; opacity: .3; display: block; } .placehoder.app_small b:before { content: ""; display: block; width: 150px; height: 10px; position: relative; top: 0px; opacity: .3; background: yellow; } .placehoder.app_middle b { width: 320px; height: 150px; background: yellow; text-align: center; opacity: .3; display: block; } .appbody { background: red; width: 100%; height: 100%; } .appbody:hover { outline: 10px solid #d7a6e3; } .apphead { width: 100%; height: 30px; line-height: 30px; text-align: center; background: #fff; cursor: move; } .app_middle { width: 320px; height: 150px; } .app_big { width: 320px; height: 320px; }
metro.css
[ms-controller] { display: none; } .columns { width: 2200px; background: #a9ea00; -moz-column-width: 340px; -webkit-column-width: 340px; column-width: 340px; -moz-column-gap: 0px; -webkit-column-gap: 0px; column-gap: 0px; margin: 0px; font-size: 0; -webkit-text-size-adjust: none; height: 600px; } .noPaddingRight { padding-right: 0; } .hover.app_small .appbody:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_small.placehoder:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; top: 20px; background: #01B4D2; } .hover.app_middle .appbody:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_middle.placehoder:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } .hover.app_big .appbody:before { content: ""; display: block; width: 320px; height: 5px; position: absolute; top: 15px; background: #01B4D2; } app { display: inline-block; width: 150px; height: 150px; position: relative; list-style: none; padding: 20px 20px 0px 20px; font-size: 12px; -moz-column-gap: 0; -webkit-column-gap: 0; column-gap: 0; } .placehoder.app_small { height: 160px; width: 180px; box-sizing: border-box; -moz-box-sizing: border-box; } .placehoder.app_small b { width: 150px; height: 150px; background: yellow; text-align: center; opacity: .3; display: block; } .placehoder.app_small b:before { content: ""; display: block; width: 150px; height: 10px; position: relative; top: 0px; opacity: .3; background: yellow; } .placehoder.app_middle b { width: 320px; height: 150px; background: yellow; text-align: center; opacity: .3; display: block; } .appbody { background: red; width: 100%; height: 100%; } .appbody:hover { outline: 10px solid #d7a6e3; } .apphead { width: 100%; height: 30px; line-height: 30px; text-align: center; background: #fff; cursor: move; } .app_middle { width: 320px; height: 150px; } .app_big { width: 320px; height: 320px; }
0.327453
0.058158
.header-text { color: #FF3535; letter-spacing: -1.6px; } .image-desc { margin-bottom: 100px; margin-top: 20px; text-align: middle; } .image-title { margin-top: 30px; margin-bottom: 8px; font: 300 33px/30px 'Lato'; color: #E89625; } .btn { border-radius: 2px; border-width: 2px; border-color: #7FCCFF; padding-top: 5px; min-width: 230px; letter-spacing: .8px; margin-right: 10px; color: #777; font: 300 16px/22px 'Open Sans', sans-serif; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } .btn:hover { background-color: #e5f5ff; border-color: #7FCCFF; color: #777; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } .btn:active, .btn.active { background-color: #7FCCFF; border-color: #7FCCFF; color: #fff; box-shadow: none; } .sub-desc { color: #777; margin-bottom: 17px; font: 300 18px/25px 'Open Sans', sans-serif; } .text-container { margin-bottom: 55px; } .text-container .btn { margin-top: 10px; margin-bottom: 25px; } a { color: #777; border-bottom: 1px solid #ddd; -webkit-transition: 250ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } a:hover { background-color: #e5f5ff; text-decoration: none; color: #666; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } @media (min-width:768px) { #see-in-action { min-width: 0; width: 100%; } .tablet { width: 600px; padding: 0px; } .tablet-vertical { height: 600px; padding: 0px; } } .monitor { padding: 0; } .phone { width: 475px; padding: 0px; } .phone-vertical { height: 475px; padding: 0px; } /* comparison styling start */ .monitor-raw{ margin-bottom: 35px; } .phone-raw{ margin-bottom: 23px; } .tablet-raw{ margin-bottom: 17px; } @media (max-width:991px) { .stack-center { float: none!important;; display: block; margin-right: auto; margin-left: auto; } .reader-raw { margin-bottom: -34px; } .tablet-raw { margin-bottom: 18px; } .tablet-raw-vertical { margin-bottom: -5px; } } /* comparison styling end */ /* footer start */ .footer { margin-bottom: 20px; margin-top: 55px; } .branding { margin-top:20px; margin-bottom: 20px; } .footer img { height: 50px; margin-top: -5px; } .footer a { font-size: 13px; padding: 3px 0; color: #777; border: none; } .footer a:hover { color: #777; border-bottom: none; } .logo:hover { background-color: #fff; } /* footer end */ /* media queries start */ @media (max-width:399px) { .container { margin-top: 20px; } .text-container { text-align: center; } .header-text { text-align: center; margin-top: -11px; font: 300 55px/50px "Lato"; margin-bottom: 25px; } } @media (min-width:400px) { .container { margin-top: 20px; } .text-container { text-align: center; } .header-text { text-align: center; margin-top: -11px; font: 300 55px/50px "Lato"; margin-bottom: 25px; } } @media (min-width:768px) { .text-container { text-align: left; } img { padding: 0 20px; } .header-text { text-align: left; margin-top: -11px; font: 300 65px/55px "Lato"; margin-bottom: 45px; } .container { margin-top: 50px; } } @media (min-width:992px) { } @media (min-width:1200px) { } /* media queries end */
css/main.css
.header-text { color: #FF3535; letter-spacing: -1.6px; } .image-desc { margin-bottom: 100px; margin-top: 20px; text-align: middle; } .image-title { margin-top: 30px; margin-bottom: 8px; font: 300 33px/30px 'Lato'; color: #E89625; } .btn { border-radius: 2px; border-width: 2px; border-color: #7FCCFF; padding-top: 5px; min-width: 230px; letter-spacing: .8px; margin-right: 10px; color: #777; font: 300 16px/22px 'Open Sans', sans-serif; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } .btn:hover { background-color: #e5f5ff; border-color: #7FCCFF; color: #777; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } .btn:active, .btn.active { background-color: #7FCCFF; border-color: #7FCCFF; color: #fff; box-shadow: none; } .sub-desc { color: #777; margin-bottom: 17px; font: 300 18px/25px 'Open Sans', sans-serif; } .text-container { margin-bottom: 55px; } .text-container .btn { margin-top: 10px; margin-bottom: 25px; } a { color: #777; border-bottom: 1px solid #ddd; -webkit-transition: 250ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } a:hover { background-color: #e5f5ff; text-decoration: none; color: #666; -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; } @media (min-width:768px) { #see-in-action { min-width: 0; width: 100%; } .tablet { width: 600px; padding: 0px; } .tablet-vertical { height: 600px; padding: 0px; } } .monitor { padding: 0; } .phone { width: 475px; padding: 0px; } .phone-vertical { height: 475px; padding: 0px; } /* comparison styling start */ .monitor-raw{ margin-bottom: 35px; } .phone-raw{ margin-bottom: 23px; } .tablet-raw{ margin-bottom: 17px; } @media (max-width:991px) { .stack-center { float: none!important;; display: block; margin-right: auto; margin-left: auto; } .reader-raw { margin-bottom: -34px; } .tablet-raw { margin-bottom: 18px; } .tablet-raw-vertical { margin-bottom: -5px; } } /* comparison styling end */ /* footer start */ .footer { margin-bottom: 20px; margin-top: 55px; } .branding { margin-top:20px; margin-bottom: 20px; } .footer img { height: 50px; margin-top: -5px; } .footer a { font-size: 13px; padding: 3px 0; color: #777; border: none; } .footer a:hover { color: #777; border-bottom: none; } .logo:hover { background-color: #fff; } /* footer end */ /* media queries start */ @media (max-width:399px) { .container { margin-top: 20px; } .text-container { text-align: center; } .header-text { text-align: center; margin-top: -11px; font: 300 55px/50px "Lato"; margin-bottom: 25px; } } @media (min-width:400px) { .container { margin-top: 20px; } .text-container { text-align: center; } .header-text { text-align: center; margin-top: -11px; font: 300 55px/50px "Lato"; margin-bottom: 25px; } } @media (min-width:768px) { .text-container { text-align: left; } img { padding: 0 20px; } .header-text { text-align: left; margin-top: -11px; font: 300 65px/55px "Lato"; margin-bottom: 45px; } .container { margin-top: 50px; } } @media (min-width:992px) { } @media (min-width:1200px) { } /* media queries end */
0.263505
0.046012
.pelota { width: 100px; height: 100px; border-radius: 50%; /* transition-property: Qué quieres cambiar transition-duration: Cuánto va durar transition-delay: Cuánto va demorar en ejecutar transition-timing-function: ease --> Por defecto */ transition-duration: 1s; position: absolute; display: flex; align-items: center; justify-content: center; } .pelota.a { background-color: red; left: 0; color: red; } .pelota.b { background-color: blue; right: 0; color: blue; } .canasta { position: relative; height: 100px; width: 100%; /* transform: rotar - sesgar - posición - tamaño; transform: rotate(5deg) skew(10deg) translate(100px) scale(1.5); transform: rotate3d(X , Y , Z, 45deq); transform: translate3d(Xpx , Ypx , Zpx); transform: translate() - Mover el objeto perspective: px; perspective-origin: x y; perspective-origin: top; -De qué lado ver - (Se pueden usar dos lados) transform: trasnlateX - Y - Z Los conceptos de 3d se aplican para todos los transform transform: scale(x , y); transform: skew(x , y); */ } .canasta:hover .pelota { color: white; } .canasta:hover .pelota.a { left: calc(50% - 100px); } .canasta:hover .pelota.b { right: calc(50% - 100px); } /* .cuadrado{ Nombramos la animación a ejecutar animation-name: cuadrado; Duración de la animación animation-duration: 1s; Tiempo de retardo de la animación animation-delay: 1s; Cuantas veces va a ocurrir la animación animation-iteration-count: 2; animation-iteration-count: infinite; Indica el ritmo de la animación, animation-timing-function: ease; animation-timing-function: ease-in; animation-timing-function: ease-in-out; animation-timing-function: linear; animation-timing-function: cubic-bezier(1, 1, 1, 1); Indica si la animación debe retroceder al inicio o empezar desde el inicio animation-direction: reverse; animation-direction: alternate; Como quiero que se vea mi elemento cuando acabe animación animation-fill-mode: forwards; Controlamos el estado de la animación. Por defecto tiene running animation-play-state: running; animation-play-state: paused; } CONFIGURANDO ANIMACIÓN @keyframes nombre_de_animación @keyframes cuadrado { Estado inicial de animación 0%{ opacity: 1; } Estado final de la animación 100%{ opacity: 0; } } */ .pelota.c { background-color: green; position: absolute; animation-name: movimiento , rebote; animation-duration: 3s , 0.3s; animation-timing-function: linear,ease-in-out; animation-direction: alternate; animation-iteration-count: infinite; } @keyframes movimiento { from { left: 0; } to { left: calc(100% - 100px); } } @keyframes rebote { from { top: 0; transform: scaleY(1); } to { top: 100px; transform: scaleY(.8); } } .pelota.c:hover { animation-play-state: paused; } body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
css/master.css
.pelota { width: 100px; height: 100px; border-radius: 50%; /* transition-property: Qué quieres cambiar transition-duration: Cuánto va durar transition-delay: Cuánto va demorar en ejecutar transition-timing-function: ease --> Por defecto */ transition-duration: 1s; position: absolute; display: flex; align-items: center; justify-content: center; } .pelota.a { background-color: red; left: 0; color: red; } .pelota.b { background-color: blue; right: 0; color: blue; } .canasta { position: relative; height: 100px; width: 100%; /* transform: rotar - sesgar - posición - tamaño; transform: rotate(5deg) skew(10deg) translate(100px) scale(1.5); transform: rotate3d(X , Y , Z, 45deq); transform: translate3d(Xpx , Ypx , Zpx); transform: translate() - Mover el objeto perspective: px; perspective-origin: x y; perspective-origin: top; -De qué lado ver - (Se pueden usar dos lados) transform: trasnlateX - Y - Z Los conceptos de 3d se aplican para todos los transform transform: scale(x , y); transform: skew(x , y); */ } .canasta:hover .pelota { color: white; } .canasta:hover .pelota.a { left: calc(50% - 100px); } .canasta:hover .pelota.b { right: calc(50% - 100px); } /* .cuadrado{ Nombramos la animación a ejecutar animation-name: cuadrado; Duración de la animación animation-duration: 1s; Tiempo de retardo de la animación animation-delay: 1s; Cuantas veces va a ocurrir la animación animation-iteration-count: 2; animation-iteration-count: infinite; Indica el ritmo de la animación, animation-timing-function: ease; animation-timing-function: ease-in; animation-timing-function: ease-in-out; animation-timing-function: linear; animation-timing-function: cubic-bezier(1, 1, 1, 1); Indica si la animación debe retroceder al inicio o empezar desde el inicio animation-direction: reverse; animation-direction: alternate; Como quiero que se vea mi elemento cuando acabe animación animation-fill-mode: forwards; Controlamos el estado de la animación. Por defecto tiene running animation-play-state: running; animation-play-state: paused; } CONFIGURANDO ANIMACIÓN @keyframes nombre_de_animación @keyframes cuadrado { Estado inicial de animación 0%{ opacity: 1; } Estado final de la animación 100%{ opacity: 0; } } */ .pelota.c { background-color: green; position: absolute; animation-name: movimiento , rebote; animation-duration: 3s , 0.3s; animation-timing-function: linear,ease-in-out; animation-direction: alternate; animation-iteration-count: infinite; } @keyframes movimiento { from { left: 0; } to { left: calc(100% - 100px); } } @keyframes rebote { from { top: 0; transform: scaleY(1); } to { top: 100px; transform: scaleY(.8); } } .pelota.c:hover { animation-play-state: paused; } body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
0.591369
0.218107
body { width: 100%; height: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; font-family: "helvetica", "Arial", sans-serif; background: #f1a8eb; } h1 { padding-top: 80px; text-transform: uppercase; font-weight: 200; font-size: 4em; margin-top: 0.2em; margin-bottom: 0.2em; padding-left: 60px; padding-right: 60px; } h3 { text-decoration: underline; font-weight: 100; font-size: 2em; margin-top: 0.1em; margin-bottom: 0.4em; } h2 { text-transform: uppercase; font-weight: 100; font-size: 3em; margin-top: 0.1em; margin-bottom: 0.4em; } p { font-size: 1.2em; margin-bottom: 0; margin-top: 0.5em; } .container--filler-image { width: 100%; height: 90vh; background-repeat: no-repeat; background-size: cover; opacity: 0.7; overflow: hidden; } /*navbar*/ nav { position: fixed; top: 0; width: 100%; max-width: 1400px; height: 100px; z-index: 2; background: #f1a8eb; text-align: center; padding: 20px; box-sizing: border-box; display: flex; flex-flow: row wrap; justify-content: space-around; align-items: center; border-bottom: black 1px solid; } nav a { color: black; text-transform: uppercase; font-weight: 100; font-size: 1.75em; text-decoration: none; padding: 5px; margin: 5px; } nav a:hover { color: white; } /*section*/ section { box-sizing: border-box; padding: 60px; width: 100%; max-width: 1400px; background: #f1a8eb; border-bottom: black 2px solid; } #welcome--section { margin: auto; } .anchor { position: relative; top: -100px; display: block; } .anchor--top { padding: -100px; } /*PROJECTS*/ .container--projects { display: flex; flex-flow: row wrap; justify-content: center; } .project-tile { background: white; width: 400px; padding: 20px; margin: 10px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: space-around; flex-grow: 3; } .project-name { text-transform: uppercase; font-weight: 100; margin-top: 0.1em; margin-bottom: 0.4em; text-transform: none; font-weight: 200; font-size: 2em; } .img--project { width: 100%; height: auto; } .description--project { text-align: left; } .description--project a, .description--me a { text-decoration: none; text-transform: uppercase; color: #000080; font-weight: 600; } .description--project a:hover, .description--me a:hover { color: #9370db; } /*about us*/ .img--about { border-radius: 20%; width: 200px; height: 200px; margin-right: 20px; margin-bottom: 20px; float: left; } .container--about { width: 100%; } .description--me { margin-bottom: 1em; } /*about us*/ #contact-section { min-height: 100vh; width: 100%; overflow: hidden; padding-left: 0; padding-right: 0; } .container--profile-links { display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 20px; } .profile-links { font-size: 2em; display: flex; flex-direction: column; align-items: center; text-decoration: none; color: white; margin: 5px; flex-grow: 2; } .profile-links:hover { color: black; } .filler--contact { background: url(work.png) no-repeat; margin-left: 60px; /* background-position: 40% 50%; */ } @media (max-height: 600px) { .container--filler-image { display: none; /* background-position: 20% 30%; */ } } @media (max-width: 800px) { section { padding: 20px; } h1 { margin-top: 60px; font-size: 3em; } h2 { font-size: 2.5em; } h1, #welcome-section h2, #contact-section h2 { padding-left: 20px; padding-right: 20px; } nav a { font-size: 1.5em; padding: 5px; } .project-tile { margin: 10px; } .img--about { height: 150px; width: 150px; } .filler--contact { /* background-image: none; */ /* display: flex; */ margin-left: 20px; margin-right: 20px; } } @media (max-width: 700px) { #navbar { display: block; height: 40px; width: 100px; background-color: black; /* display: column; */ } }
pages/portfolio/folio.css
body { width: 100%; height: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; font-family: "helvetica", "Arial", sans-serif; background: #f1a8eb; } h1 { padding-top: 80px; text-transform: uppercase; font-weight: 200; font-size: 4em; margin-top: 0.2em; margin-bottom: 0.2em; padding-left: 60px; padding-right: 60px; } h3 { text-decoration: underline; font-weight: 100; font-size: 2em; margin-top: 0.1em; margin-bottom: 0.4em; } h2 { text-transform: uppercase; font-weight: 100; font-size: 3em; margin-top: 0.1em; margin-bottom: 0.4em; } p { font-size: 1.2em; margin-bottom: 0; margin-top: 0.5em; } .container--filler-image { width: 100%; height: 90vh; background-repeat: no-repeat; background-size: cover; opacity: 0.7; overflow: hidden; } /*navbar*/ nav { position: fixed; top: 0; width: 100%; max-width: 1400px; height: 100px; z-index: 2; background: #f1a8eb; text-align: center; padding: 20px; box-sizing: border-box; display: flex; flex-flow: row wrap; justify-content: space-around; align-items: center; border-bottom: black 1px solid; } nav a { color: black; text-transform: uppercase; font-weight: 100; font-size: 1.75em; text-decoration: none; padding: 5px; margin: 5px; } nav a:hover { color: white; } /*section*/ section { box-sizing: border-box; padding: 60px; width: 100%; max-width: 1400px; background: #f1a8eb; border-bottom: black 2px solid; } #welcome--section { margin: auto; } .anchor { position: relative; top: -100px; display: block; } .anchor--top { padding: -100px; } /*PROJECTS*/ .container--projects { display: flex; flex-flow: row wrap; justify-content: center; } .project-tile { background: white; width: 400px; padding: 20px; margin: 10px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: space-around; flex-grow: 3; } .project-name { text-transform: uppercase; font-weight: 100; margin-top: 0.1em; margin-bottom: 0.4em; text-transform: none; font-weight: 200; font-size: 2em; } .img--project { width: 100%; height: auto; } .description--project { text-align: left; } .description--project a, .description--me a { text-decoration: none; text-transform: uppercase; color: #000080; font-weight: 600; } .description--project a:hover, .description--me a:hover { color: #9370db; } /*about us*/ .img--about { border-radius: 20%; width: 200px; height: 200px; margin-right: 20px; margin-bottom: 20px; float: left; } .container--about { width: 100%; } .description--me { margin-bottom: 1em; } /*about us*/ #contact-section { min-height: 100vh; width: 100%; overflow: hidden; padding-left: 0; padding-right: 0; } .container--profile-links { display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 20px; } .profile-links { font-size: 2em; display: flex; flex-direction: column; align-items: center; text-decoration: none; color: white; margin: 5px; flex-grow: 2; } .profile-links:hover { color: black; } .filler--contact { background: url(work.png) no-repeat; margin-left: 60px; /* background-position: 40% 50%; */ } @media (max-height: 600px) { .container--filler-image { display: none; /* background-position: 20% 30%; */ } } @media (max-width: 800px) { section { padding: 20px; } h1 { margin-top: 60px; font-size: 3em; } h2 { font-size: 2.5em; } h1, #welcome-section h2, #contact-section h2 { padding-left: 20px; padding-right: 20px; } nav a { font-size: 1.5em; padding: 5px; } .project-tile { margin: 10px; } .img--about { height: 150px; width: 150px; } .filler--contact { /* background-image: none; */ /* display: flex; */ margin-left: 20px; margin-right: 20px; } } @media (max-width: 700px) { #navbar { display: block; height: 40px; width: 100px; background-color: black; /* display: column; */ } }
0.402275
0.07221
h2{ text-transform: uppercase; font-family: Comic sans ms, cursiva; color: green; } #footer{ text-align: right; font-family: comic sans ms, cursiva; } .icon{ width: 20px; vertical-align: middle; margin: 5px; padding: 5px; } a{ text-decoration: none; } a:hover{ text-transform: uppercase; color: green; } .love { background: url("image/love.png") repeat scroll 0 0 #d9dada; border: 2px solid #9a9999; border-radius: 10px; color: #757575 ; font: 20px/36px Tahoma; margin: 20px auto; text-align: center; width: 95%; } .y_name { background: repeat scroll 0 0 #b8b8b8; border-radius: 6px; margin: 0 auto; padding: 10px; width: 95%; color:black; } .y_name .txt { background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #f2f2f2 ; float: right; height: 38px; width: 75% !important; } .p_name .txt { background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #f2f2f2 ; /*float: right;*/ height: 38px; width: 100% !important; } .p_name { background: repeat scroll 0 0 #b8b8b8; border-radius: 6px; margin-left: 2%; text-align: left; width: 47%; margin: 0 auto; padding: 10px; } .but_por { background: none repeat scroll 0 0 #cecece; padding: 2%; width: 96%; border-radius:5px; } .but_por input[type="button"], .but_por input[type="reset"] { background: repeat scroll 0 0 #828282 ; border: 1px solid #f2f2f2 ; border-radius: 7px; color: #f5f5f5 ; font-size: 1em; padding: 0 30px; height:9%; font-weight:bold; } .but_por .buttonMini { width: 30% !important; } .but_por input[type="button"]:focus, .but_por input[type="reset"]:focus { border-top: #f2f2f2 ; } .love_result { float: left; margin-right: 10px; margin-left: 7px; } .love_result span { font-weight: 700; } .love .group { display: table; width: 95%; } .group::after, .group::before { content: ""; display: table; } .group::after { clear: both; } .group { } #ageImg img { height: auto; max-width: 100%; width: auto; } .love_result { float: left; margin-right: 10px; } .love_result span { font-weight: 700; } .love .group { display: table; } .group span { box-sizing: border-box; display: table-cell; font-family: Arial,Helvetica,sans-serif; padding-left: 5px; padding-right: 2px; } .group label { display: block; font-family: Arial,Helvetica,sans-serif; padding-left: 4px; } .love input:hover { box-shadow:#dae1e5 0px 0px 5px; -moz-box-shadow:#dae1e5 0px 0px 5px; -webkit-box-shadow:#dae1e5 0px 0px 5px; -o-box-shadow:#dae1e5 0px 0px 5px; } .love input:focus { -webkit-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); -moz-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); border:#9d9983 1px solid; } .resp_code { margin:5px 10px 10px 300px; padding:10px 20px 10px 20px; font:normal 1em/1.3em Tahoma, Geneva, sans-serif; color:#333; background:#f8f8f8; overflow:auto;width:50%; } h2 { border-bottom: 1px solid #ebebeb; color: green; font-size: 1.6em; font-weight: normal; line-height: 130%; } @media screen and (max-width: 480px) { .resp_code {width:auto !important;margin:0px !important; } .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } } @media screen and (max-width: 480px) { .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } .resp_code {width:auto !important;margin:0px !important; } .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } .love .group { display: table; width: 90%; } }
style.css
h2{ text-transform: uppercase; font-family: Comic sans ms, cursiva; color: green; } #footer{ text-align: right; font-family: comic sans ms, cursiva; } .icon{ width: 20px; vertical-align: middle; margin: 5px; padding: 5px; } a{ text-decoration: none; } a:hover{ text-transform: uppercase; color: green; } .love { background: url("image/love.png") repeat scroll 0 0 #d9dada; border: 2px solid #9a9999; border-radius: 10px; color: #757575 ; font: 20px/36px Tahoma; margin: 20px auto; text-align: center; width: 95%; } .y_name { background: repeat scroll 0 0 #b8b8b8; border-radius: 6px; margin: 0 auto; padding: 10px; width: 95%; color:black; } .y_name .txt { background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #f2f2f2 ; float: right; height: 38px; width: 75% !important; } .p_name .txt { background: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0px, rgba(249, 249, 249, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #f2f2f2 ; /*float: right;*/ height: 38px; width: 100% !important; } .p_name { background: repeat scroll 0 0 #b8b8b8; border-radius: 6px; margin-left: 2%; text-align: left; width: 47%; margin: 0 auto; padding: 10px; } .but_por { background: none repeat scroll 0 0 #cecece; padding: 2%; width: 96%; border-radius:5px; } .but_por input[type="button"], .but_por input[type="reset"] { background: repeat scroll 0 0 #828282 ; border: 1px solid #f2f2f2 ; border-radius: 7px; color: #f5f5f5 ; font-size: 1em; padding: 0 30px; height:9%; font-weight:bold; } .but_por .buttonMini { width: 30% !important; } .but_por input[type="button"]:focus, .but_por input[type="reset"]:focus { border-top: #f2f2f2 ; } .love_result { float: left; margin-right: 10px; margin-left: 7px; } .love_result span { font-weight: 700; } .love .group { display: table; width: 95%; } .group::after, .group::before { content: ""; display: table; } .group::after { clear: both; } .group { } #ageImg img { height: auto; max-width: 100%; width: auto; } .love_result { float: left; margin-right: 10px; } .love_result span { font-weight: 700; } .love .group { display: table; } .group span { box-sizing: border-box; display: table-cell; font-family: Arial,Helvetica,sans-serif; padding-left: 5px; padding-right: 2px; } .group label { display: block; font-family: Arial,Helvetica,sans-serif; padding-left: 4px; } .love input:hover { box-shadow:#dae1e5 0px 0px 5px; -moz-box-shadow:#dae1e5 0px 0px 5px; -webkit-box-shadow:#dae1e5 0px 0px 5px; -o-box-shadow:#dae1e5 0px 0px 5px; } .love input:focus { -webkit-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); -moz-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42); border:#9d9983 1px solid; } .resp_code { margin:5px 10px 10px 300px; padding:10px 20px 10px 20px; font:normal 1em/1.3em Tahoma, Geneva, sans-serif; color:#333; background:#f8f8f8; overflow:auto;width:50%; } h2 { border-bottom: 1px solid #ebebeb; color: green; font-size: 1.6em; font-weight: normal; line-height: 130%; } @media screen and (max-width: 480px) { .resp_code {width:auto !important;margin:0px !important; } .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } } @media screen and (max-width: 480px) { .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } .resp_code {width:auto !important;margin:0px !important; } .but_por input[type="button"], .but_por input[type="reset"] { font-size:0.7em; } .y_name .txt { float:none; } .love { font: 16px/26px Tahoma; } .love .group { display: table; width: 90%; } }
0.256646
0.082734
html{ overflow-x: hidden; } .topnav .iconst { display: none; } @media screen and (max-width: 325px){ div.mablaghbtn input { font-size: 12px !important; margin-right: 28px !important; } div.bedsbtn input { margin-right: 33px !important; font-size: 12px !important; } div.entrybtn span:nth-child(4) { margin-right: 35px !important; } div.search { margin-top: 100% !important; } div.metrazhbtn span:nth-child(4) { margin-right: 23% !important; } input#metre1 { right: 35% !important; } div.carousel-buttons { margin-right: 2% !important; } .card-item div.card { margin-top: 18% !important; margin-right: 13% !important; width: 150px !important; } } @media screen and (max-width: 800px){ html body div.main-div { top: 150px !important; right: 50px !important; } body .topnav div.dropdown { margin-right: 0 !important; margin-left: 0 !important; margin-top: 0 !important; clear: both !important; background: rgba(191,191,191,0.9) !important; width: 200px !important; text-align: center !important; padding-right: 20px !important; } } @media screen and (max-width: 1030px){ ul.topul.nav-pills.justify-content-end { width: 41% !important; } } @media screen and (max-width: 1200px){ div.dropdown { width: 11% !important; margin-left: 10px; } ul.topul.nav-pills { width: 35% !important; } div.logo { position: relative; margin-left: 0 !important; } } @media screen and (max-width: 1240px){ ul.topul { width: 34% !important; } } @media screen and (max-width: 1160px){ div.metrazhbtn input:nth-child(2) { right: 23% !important; } body div.main-div { top: 230px !important; } ul.topul.nav-pills { width: 37% !important; } div.dropdown{ width: 11% !important; } div.logo { position: relative; margin-left: 0 !important; } #navbarNavAltMarkup { width: 80% !important; } } @media screen and (max-width: 1030px){ .topnav div.dropdown { width: 10% !important; } ul.topul.nav-pills { width: 41% !important; } } @media screen and (max-width: 1120px){ ul.topul.nav-pills { width: 39% !important; } div.dropdown { width: 11% !important; margin-left: 10px; } div.logo { margin-left: 0% !important; } div#navbarNavAltMarkup { width: 80% !important; } } @media screen and (max-width: 1070px){ div.dropdown { width: 11% !important; } ul.topul.nav-pills { width: 39% !important; } div.logo{ margin-left: 0 !important; } .btnspecial .btn{ font-size: 12px !important; } } @media screen and (max-width: 1605px) and (min-width: 1600px){ .btnspecial .btn{ font-size: 12px !important; } } @media screen and (max-width: 1400px){ #navbarNavAltMarkup{ width: 80% !important; } } @media screen and (max-width: 1685px) and (min-width: 1679px){ .navbar-nav .nav-link { font-size: 0.992vw !important; } .btnspecial .btn{ font-size: 12px !important; } .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 180px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 14px !important; } .dropdown{ width: 12% !important; margin-left: 10px; } } @media screen and (max-width: 1400px){ .btnspecial .btn{ font-size: 12px !important; } div.dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 230px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 11px !important; } .dropdown{ width: 12% !important; margin-left: 10px; } } @media screen and (max-width: 1285px) and (min-width: 1279px){ .btnspecial .btn{ font-size: 12px !important; } .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 230px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 11px !important; } .dropdown{ width: 11% !important; margin-left: 10px; } } @media screen and (max-width: 2565px) and (min-width: 2560px){ .metrazhbtn input:nth-child(2) { right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1155px) and (min-width: 1150px){ .metrazhbtn input:nth-child(3) { right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1025px) and (min-width: 1020px){ .metrazhbtn input:nth-child(2) { right: 23% !important; } #metre1{ right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1370px) and (min-width: 1359px){ .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 180px !important; right: 50px !important; } .logo img { position: relative !important; } .dropdown{ width: 11% !important; margin-left: 10px; } } @media screen and (min-width:1300px){ .topnav div,.topnav ul {display: block;} } @media screen and (max-width:800px) { .icon { font-size: 18px !important; } .topnav div,.topnav ul {display: none;} .headingitems{ background: rgba(191,191,191,0.9); transition-duration:0.5s; height:75px !important; } .main-div{ top: 100px !important; right:30px !important; } .navbar{ margin-top:10px !important; padding-right:0 !important; } .dropbtn a{ font-size:15px; } .dropdown{ margin-right: 0 !important; margin-left: 0 !important; margin-top: 0 !important; clear:both !important; background: rgba(191,191,191,0.9) !important; width: 200px !important; text-align: center !important; padding-right: 20px !important; } .topul li{ clear:both; width: 220px !important; text-align: center; background: rgba(191,191,191,0.9) !important; } .topul li:nth-child(2) { padding-bottom: 5px; padding-top: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .navbar .btn{ font-size:12px !important; } .atag{ margin-left:0 !important; } .topnav{ display: block !important; text-align: right; direction:rtl; } .topul.nav-pills{ float: right !important; margin-top: 0 !important; padding: 0; clear: both; width: 200px !important; } .topul li { float:none !important; width: 200px !important; } .logo{ display:none; } .topnav a.iconst { float: right !important; display: block !important; font-size: 30px !important; border: thin solid #6C6A6A !important; padding: 0 10px !important; width: 50px !important; margin-bottom: 11.5px !important; margin-right: 20px !important; } .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .footer-logo img { width: 90px !important; } .row hr { display: none !important; } .footer-image { height: 220vw !important; } .footer-logo { right: 20% !important; bottom: 100% !important; } .footer-inner { margin-top: 300px !important; } .footer-inner .row div { display: flow-root !important; } .footer-icon li { margin-bottom:10px !important; } .footer-icon li img { width: 70px !important; } .footer-div h5 { margin: 0 !important; font-size: 20px !important; clear: both; } .footer-div ul li { line-height: 1 !important; } .page-footer a { display: block !important; float: right !important; margin-left: 15px !important; margin-top: 5px !important; margin-bottom: 20px !important; padding: 5px !important; } .footer-inner .row{ display: block; } } @media screen and (max-width:800px) { .quote { top: 40% !important; left: 5% !important; } .entrybtn span:nth-child(4){ margin-right: 41px !important; } .search-button .btn { padding-right: 0; padding-left: 0; } .background { height: 320px !important; } .head { font-size: 11px !important; } .head-p { font-size: 11px !important; } .btnspecial .btn{ font-size: 10px !important; } .pop-cross2 { font-size: 20px !important; } .input-top7:nth-child(1) { width: 60% !important; padding-bottom: 0; margin-bottom: 15px; } .input-top7:nth-child(2) { width: 40% !important; } .input-top7:nth-child(2) .checkbox2 { left: 15px !important; width: 15px !important; } .mablaghbtn input{ font-size:12px !important; margin-right: 25px !important; } .mablaghbtn span{ font-size:12px !important; } .mablaghbtn span:nth-child(6){ font-size:10px !important; } .oldbtn input{ font-size:12px !important; margin-right: 27px !important; } .oldbtn span{ font-size:12px !important; } .floorbtn input{ font-size:12px !important; margin-right: 26px !important; } .floorbtn span{ font-size:12px !important; } .bedsbtn input{ margin-right: 30px !important; font-size:12px !important; } .bedsbtn span{ font-size:12px !important; } .entrybtn input{ font-size:12px !important; margin-right: 18px !important; } .entrybtn span{ font-size:12px !important; } .house-image { z-index: 1 !important; } .card-content { height: 200px !important; margin-top: 80px !important; } .card-item .even{ margin-top: 13% !important; margin-right: 18% !important; margin-bottom: 20% !important; border: thin solid #BE56D4 !important; transition-duration: 0.3s !important; position: relative !important; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius: 30px !important; width: 150px !important; } .card-item .card{ margin-top: 13% !important; margin-right: 18% !important; width: 150px !important; } .cell-content span { height: 20px; overflow: scroll; } .even .img-fluid { border-radius: 50% !important; position: absolute !important; bottom: 200px !important; width: 120px !important; right: 15px !important; height: 110px !important; border: medium solid #BE56D4 !important; } .card .img-fluid { border-radius: 50% !important; position: absolute !important; bottom: 170px !important; width: 120px !important; right: 14px !important; height: 110px !important; border: medium solid #BE56D4 !important; } .hi .carousel-control-prev,.hi .carousel-control-next{ width: 40px !important; } .even .card-h3{ font-size: 15px !important; } .card .card-h3{ font-size: 15px !important; } .even .card-p{ font-size: 10px !important; } .card-p{ font-size: 10px !important; height: 110px; overflow: scroll; } .even .card-btn { font-size: 10px !important; } .card .card-btn{ font-size: 10px !important; } .hi .carousel-inner .active + .carousel-item, .hi .carousel-inner .active + .carousel-item + .carousel-item { display: none !important; margin-right: 0; } .card-back { top:60px !important; } .image-back-card { height: 55vw !important; } .title-head { font-size: 30px !important; } .number-li { margin: 0 5px !important; width: 23% !important; } .carousel-buttons { width: 480px !important; align-items: center !important; margin-right: 10% !important; margin-top: 10px; } .carousel-buttons ul{ width: 27% !important; } .carousel-buttons .next-btn { font-size: 12px !important; } .carousel-buttons .prev-btn { font-size: 12px !important; } .number-li .number-btn { font-size: 12px !important; } .tri-right { position: absolute !important; top: 50% !important; } .tri-image-right { width: 50% !important; float: right !important; } .tri-left { position: absolute !important; top: 50% !important; } .tri-image-left { width: 50% !important; float: left !important; } .cell-content .cell-btn { font-size: 12px !important; width: 89%; position: absolute; top: 80%; left: 1%; } .cell-month ~ a ~ a .cell-btn { top: 89%; right: 5%; } .cell-month ~ a .cell-btn { top: 80%; right: 5%; } .cell-year ~ a ~ a .cell-btn { top: 89%; right: 5%; } .cell-year ~ a .cell-btn { top: 80%; right: 5%; } .cell-content { margin-top: 130px!important; height: 185px !important; } .house-image { height: 135px !important; top: -10px; } .cell-year{ font-size: 12px !important; } .cell-address{ font-size: 12px !important; } .cell-month{ font-size: 12px !important; } .cell-beds{ font-size: 12px !important; } .cell-metre{ font-size: 12px !important; } .cell-type{ font-size: 12px !important; } .cell-h3 { font-size: 13px !important; top: 95px !important; height: 30px !important; } .cell { width: 47% !important; margin-bottom: 20px !important; } #metre1{ right: 32% !important; } .metrazhbtn input { width: 27% !important; } .btnspecial{ width: 30% !important; margin-left: 0 !important; } .search-search-text{ padding-top: 5px; } .metrazhbtn { padding-top: 4px !important; } .metrazhbtn span:nth-child(4){ margin-right: 27% !important; } .metrazhbtn span { font-size: 17px !important; } .cost-content { border-radius:0 !important; height: 100px !important; overflow: scroll !important; } .metrazh { margin-right: 2% !important; width: 43% !important; z-index: 0 !important; } .search { margin-top: 90% !important; margin-bottom:50% !important; margin-right: 5% !important; width: 90% !important; } .mahale-content { height: 100px !important; } .buy-button button { font-size: 15px !important; } .rent-button button { font-size: 15px !important; } .headingitems + .quote { top: 100px !important; left: 10px !important; } } @media screen and (max-width:1400px) { .icon { font-size: 19px !important; } .navbar .btn { padding-left: 0; font-size: 12px !important; width: 100%; padding-right: 0 !important; } .navitems { margin-left: 0 !important; } .topul { margin-top: 10px !important; font-size: 10px !important; float: left; display: block; width: 35% !important; padding-right: 0; } .dropdown:nth-child(2){ margin-right: 20%; margin-left: 1%; } .dropdown { margin-top: 10px; display: block; float: right; width: 8.5%; text-align: center; } .navbar-nav{ display: block !important; } .logo { position: relative; margin-left: 1% !important; } .logo img{ position: absolute; left: 25px; } body .main-div { top: 150px !important; right: 30px !important; } .quote { top: 35% !important; left: 5% !important; } .even .card-p { font-size: 12px !important; overflow: hidden !important; height: 90px; } .cell-h3 { font-size: 12px !important; } .card-p { font-size: 12px !important; overflow: hidden; height: 90px; } } @media screen and (max-width:1000px) { .topnav div,.topnav ul {display: none;} .topnav a.iconst { float: right; display: block; font-size: 30px; border: thin solid #6C6A6A; padding: 0 10px; width: 50px; margin-bottom:10.7px; margin-right:20px; } .logo{ display:none; } .headingitems{ background: rgba(191,191,191,0.9); transition-duration: 0.5s; height: 75px !important; position: absolute !important; } .dropdown{ clear:both; background: rgba(191,191,191,0.9); width: 200px; text-align: center; padding-right: 20px; } .topul li{ clear:both; width: 220px !important; text-align: center; background: rgba(191,191,191,0.9) !important; } .topul li:nth-child(2) { padding-bottom: 5px; padding-top: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .navbar{ margin-top:10px !important; padding-right:0 !important; } .dropbtn a{ font-size:15px; } .navbar .btn{ font-size:12px !important; } .atag{ margin-left:0 !important; } .topnav{ display: block !important; text-align: right; direction:rtl; } .topul{ padding:0; width:40%; } .topul li { float:none !important; width: 200px !important; } .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .icon { font-size: 18px !important; } .main-div{ top: 100px !important; right:30px !important; } } @media screen and (max-width:1100px) { .icon { font-size: 19px !important; } .navbar .btn { padding-left: 0; font-size: 12px !important; width: 100%; padding-right: 0 !important; } .navitems { margin-left: 0 !important; } .topul { margin-top: 10px !important; font-size: 10px !important; float: left; display: block; width: 35% !important; padding-right: 0; } .dropdown:nth-child(2){ margin-right: 20%; margin-left: 1%; } .dropdown { margin-top: 10px; display: block; float: right; width: 8.5%; text-align: center; } .navbar-nav{ display: block !important; } .logo { position: relative; } .logo img{ position: absolute; left: 25px; } body .main-div { top: 150px !important; right: 30px !important; } .quote { top: 35% !important; left: 5% !important; } .even .card-p { font-size: 12px !important; overflow: hidden !important; height: 90px; } .cell-h3 { font-size: 12px !important; } .card-p { font-size: 12px !important; overflow: hidden; height: 90px; } } @media screen and (max-width:1300px) { .footer-logo img { width: 90px !important; } .row hr { display: none !important; } .footer-image { height: 1000px !important; } .footer-logo { right: 20% !important; bottom: 100% !important; } .footer-inner { margin-top: 300px !important; } .footer-inner .row div { display: flow-root !important; } .footer-icon li { margin-bottom:10px !important; } .footer-icon li img { width: 70px !important; } .footer-div h5 { margin: 0 !important; font-size: 20px !important; clear: both; } .footer-div ul li { line-height: 1 !important; } .page-footer a { display: block !important; float: right !important; margin-left: 15px !important; margin-top: 5px !important; margin-bottom: 20px !important; padding: 5px !important; } .footer-inner .row{ display: block; } } @media screen and (max-width:500px) { .pop-button-left5 { margin-right: 20px !important; width: 40% !important; } .pop-button-right5 { margin-right: 10px !important; margin-left: 0 !important; width: 40% !important; } .pop-button-left6 { margin-right: 20px !important; width: 40% !important; } .pop-button-right6 { margin-right: 10px !important; margin-left: 0 !important; width: 40% !important; } .checkbox { width: 15px !important; } .input-right { width: 90% !important; } .input-left { width: 90% !important; } .input-user2 { font-size: 13px !important; } .input-phone { font-size: 13px !important; } .pop-content-input2 input { font-size: 13px !important; } .input-lock2 { font-size: 13px !important; } .input-lock-repeat { font-size: 13px !important; } .pop-button-left2 { width: 45% !important; font-size: 13px !important; } .pop-button-right2 { margin-right: 10% !important; font-size: 13px !important; } .pop-buttons2 { margin-top: 90% !important; } .pop-content-title { padding-right: 35% !important; padding-top: 50% !important; } .pop-content-image { left: 30% !important; top: 3% !important; } .pop-top .pop-right-btn { font-size: 15px !important; } .pop-top .pop-left-btn { font-size: 15px !important; } .pop-content-form { width: 90% !important; } .input-user { font-size: 13px !important; } .input-lock { font-size: 13px !important; } .pop-content-input input { font-size: 12px !important; } .pop-content-belowInput span { font-size: 13px !important; } .pop-checkbox { width: 50% !important; } .pop-next-checkbox { width: 40% !important; margin-right: 0 !important; margin-top: 2%; } .pop-content-title h3 { font-size: 20px !important; } .pop-content-image img { height: 40vw !important; } .pop-content-title2 h3 { font-size: 15px !important; } .pop-div { top: 5% !important; width: 250px !important; right: 50px !important; } .pop-button-right{ width: 30% !important; } .pop-button-left{ width: 30% !important; } .pop-top2 .pop-right-btn2 { font-size: 13px !important; } .pop-top2 .pop-left-btn2 { font-size: 13px !important; } .pop-content-input5 { margin-top: 0 !important; } .pop-content-input6 { margin-top: 0 !important; } .pop-content-input5 input { font-size: 13px !important; width: 90% !important; padding-right: 7% !important; } .pop-content-input6 input { font-size: 13px !important; width: 90% !important; padding-right: 7% !important; } .input-user5 { bottom: 68% !important; font-size: 13px !important; } .input-user6 { right: 5.3% !important; bottom: 35% !important; font-size: 13px !important; } .input-user7 { bottom: 68% !important; font-size: 13px !important; } .input-user8 { right: 5.3% !important; bottom: 35% !important; font-size: 13px !important; } .input-phone5 { right: 5.3% !important; bottom: 2% !important; font-size: 13px !important; } .input-phone6 { right: 5.3% !important; bottom: 2% !important; font-size: 13px !important; } .vagozari { width: 45% !important; margin-right: 0 !important; } .vagozaribtn { font-size: 12px !important; } .vagozari-content{ font-size: 13px !important; } .vagozari1 { width: 45% !important; margin-right: 0 !important; } .vagozaribtn1 { font-size: 12px !important; padding-right: 0 !important; } .vagozari-content1{ font-size: 13px !important; } .melk { width: 45% !important; } .melkbtn { font-size: 13px !important; } .melk-content{ font-size: 13px !important; } .melk1 { width: 45% !important; } .melkbtn1 { font-size: 13px !important; } .melk-content1{ font-size: 13px !important; } .textarea-melk { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .textarea-melk3 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .pop-cross { font-size: 17px !important; } .textarea-melk2 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .textarea-melk4 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .pop-buttons5 { margin-top: 120% !important; } .pop-buttons6 { margin-top:320px !important; } } .mab1{ display:none;} .mab1{display:none;} .checkbox2{ width: 1vw !important; display: block !important; left: 50%; } .pop3{ display:none; } .mablagh{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .mablaghbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .mablaghbtn span{ font-size: 1.3vw; } .mablaghbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .old{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .oldbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .oldbtn span{ font-size: 1.3vw; } .oldbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .floor{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .floorbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .floorbtn span{ font-size: 1.3vw; } .floorbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .beds{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .bedsbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .bedsbtn span{ font-size: 1.3vw; } .bedsbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .entry{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .entrybtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .entrybtn span{ font-size: 1.3vw; } .entrybtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .pop-parent2{ display:none; width: 100%; height: 100%; position: absolute; z-index: 9999; top: 0; background-color: rgba(223, 223, 223, 0.7); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); } .pop-div2{ width: 70%; background-color: #EBEBEB; border: thin solid black; border-radius: 20px; position: absolute; top: 0%; z-index: 9999; right: 15%; } .pop-cross2{ width: 10%; cursor: pointer; font-size: 2vw; color: #CA013D; position: absolute; bottom: 100%; text-align: right; } .pop-content-input7 input{ background: white; border-radius: 20px; width: 25%; display: block; margin-right: 15%; float: right; font-size: 1vw; } .pop-content-input7{ width: 100%; padding-right: 2%; } .pop-content-form7{ display: block; float: right; width: 100%; margin-bottom: 3%; } .pop-button-left7{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right7{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons7{ width:100%; margin-top:42%; } .input-top7{ display: block; float: right; position: relative; width: 50%; padding-bottom:10%; border-left: thin dashed; } .error-pop{ display:none; position: absolute; margin-top: 7%; text-align: center; margin-right: 40%; z-index:10000; color: red; } .error-pop h2{ font-size:1.4vw } @font-face { font-family: fontN; src: url(../font/B_NAZANIN/pixelboy-BNazanin.eot); src: url('../font/B_NAZANIN/pixelboy-BNazanin.eot?#iefix') format('pixelboy-BNazanin-opentype'), url(../font/B_NAZANIN/pixelboy-BNazanin.woff) format('woff'), url(../font/B_NAZANIN/pixelboy-BNazanin.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: fontY; src: url(../font/yekan-font/yekan-regular.eot); src: url('../font/yekan-font/yekan-regular.eot?#iefix') format('FontName-opentype'), url(../font/yekan-font/yekan-regular.woff) format('woff'), url(../font/yekan-font/yekan-regular.ttf) format('truetype'); font-weight: normal; font-style: normal; } .systemlbl{ font-size: 1.3vw; display: block; float: right; margin-right: 43%; margin-top: 1%; margin-left: 1%; } .systeminp{ width: 5%; display: block; float: right; height: 2vw; margin-top: 1%; padding: 0; text-align:center; } .pop-button-left6{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right6{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons6{ width:100%; margin-top:42%; } .textarea-melk4{ width: 85%; height: 7vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; margin-right: 5%; display: block; } .input-bottom6{ display:block; float:right; width:100%; margin-top:2%; } .textarea-melk3{ width: 35%; height: 4vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; display: block; float: right; margin-right: 5%; } .melk-content1 a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .melk-content1{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .melkbtn1{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .melk1{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .vagozari-content1 a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .vagozari-content1{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .vagozaribtn1{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .vagozari1{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .input-middle6{ display: block; float: right; width: 100%; margin-top: 5%; } .input-phone6{ position: absolute; right: 55.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user8{ position: absolute; right: 30.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user7{ position: absolute; right: 5.2%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-top5{ display: block; float: right; position:relative; width: 100%; } .input-top6{ display: block; float: right; position:relative; width: 100%; } .pop-content-input6 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 20%; padding-right: 4%; padding-top: 30px; display: block; margin-right: 5%; float: right; font-size: 1.2vw; } .pop-content-input6{ width: 100%; padding-right:5%; margin-top:8%; } .pop-content-form6{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; margin-bottom:3%; } .pop-button-left5{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right5{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons5{ width:100%; margin-top:42%; } .textarea-melk2{ width: 85%; height: 7vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; margin-right: 5%; display: block; } .input-bottom5{ display:block; float:right; width:100%; margin-top:2%; } .textarea-melk{ width: 35%; height: 4vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; display: block; float: right; margin-right: 5%; } .melk-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .melk-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .melkbtn{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .melk{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .vagozari-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .vagozari-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .vagozaribtn{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .vagozari{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .input-middle5{ display: block; float: right; width: 100%; margin-top: 5%; } .input-phone5{ position: absolute; right: 55.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user6{ position: absolute; right: 30.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user5{ position: absolute; right: 5.2%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .pop-content-input5 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 20%; padding-right: 4%; padding-top: 30px; display: block; margin-right: 5%; float: right; font-size: 1.2vw; } .pop-content-input5{ width: 100%; padding-right:5%; margin-top:8%; } .pop-content-form5{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; margin-bottom:3%; } .content6{ display:none; } .button-content{ width: 80%; margin-right: 10%; font-size: 1.2vw; color:#5B4E80; } .button-title{ color:#6C6A6A !important; font-size: 2.5vw; } .button4{ border: medium solid #F59505 !important; background:white !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; } .button3{ border: medium solid #CA013D !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-left:2.5%; } .button2{ border: medium solid #4016BA !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-left:2.5%; } .button1{ border: medium solid #28A29D !important; -webkit-box-shadow:1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-right:5%; margin-left:2.5%; } .content-button{ width: 100%; margin-top:2%; } .subtitle{ width: 100%; text-align: center; } .subtitle h4{ font-size: 1.1vw; color:#171717; } .pop-buttons4{ width:100%; margin-top:28%; } .pop-button-right3{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right4{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left3{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left4{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .input-bottom{ display:block; float:right; width:75%; margin-top:2%; position:relative; } .input-middle{ display: block; float: right; width: 75%; margin-top: 3%; position:relative; } .input-text textarea{ width: 90%; margin-top: 10%; height: 13vw; border-radius:20px; padding:5px; padding-right:10px; } .input-text{ position:absolute; left:1%; margin-left: 2%; } .sex-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .sex-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .sexbtn{ color: #ACACAC; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .sex{ position: relative; float: right; margin-right:5%; width: 25%; margin-top: 2.5%; } .input-envelope{ position: absolute; right: 28.5%; bottom:1%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-home{ position: absolute; right: 65.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user4{ position: absolute; right: 35.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user3{ position: absolute; right: 5.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-top{ display: block; position:relative; float: right; width: 75%; } .pop-content-input3{ width: 100%; padding-right:5%; margin-top:3%; margin-bottom:3%; } .input-center input{ text-align: center; padding-left: 0; } .input-center{ display: none; width: 25%; margin-right: 33%; margin-top: 3%; float: right; margin-bottom: 3%; } .content4{ display:none; } .content3{ display:none; } .content2{ display:none; } .circles{ width: 100%; margin-top: 30%; height: 2vw; } .circle1{ opacity: 60%; margin-right: 45%; } .circles div{ background-color: white; border-radius: 50%; width: 2.5%; height: 70%; display: block; float: right; margin-left: 1%; } .pop-button-left{ float: right; width: 40%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left2{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left:hover{ background-color: rgba(18,182,139,1.00) !important; } .pop-button-right:hover{ background-color: rgba(190,0,3,1.00) !important; } .pop-button-right{ float: right; width: 40%; background-color: #CA013D !important; margin-right: 8%; margin-left: 12%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right2{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .checkbox{ width: 1vw; display: block; float: right; } .pop-buttons{ width:100%; margin-top:30%; } .pop-buttons2{ width:100%; margin-top:20%; } .pop-buttons3{ width:100%; margin-top:32%; } .pop-next-checkbox span{ float: none !important; margin-top: 5% !important; } .pop-next-checkbox{ width: 45%; display: block; float: right; text-align: left; margin-right: 15%; } .pop-content-belowInput span{ display: block; float: right; margin-top: 12px; color: #6C6A6A; margin-right: 5%; font-size: 1.2vw; } .pop-checkbox{ width: 40%; margin-right: 8%; margin-top: 10%; } .pop-content-belowInput{ width:100%; } .input-lock{ position: absolute; right: 10.5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); bottom: 5%; } .input-lock2{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-lock-repeat{ position: absolute; right: 10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user{ position: absolute; right: 10.5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); bottom: 5%; } .input-user2{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-phone{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .pop-content-input input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; margin-right: 10%; width: 90%; padding-right:8%; padding-top: 30px; font-size: 1.1vw; } .pop-content-input3 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width:25%; padding-right: 6%; padding-top: 30px; display: block; margin-right:5%; float: right; font-size:1.1vw; } .pop-content-input2 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; margin-right: 10%; width: 90%; padding-right:9%; padding-top: 30px; font-size: 1.1vw; } .input-right{ display:block; float:right; width:40%; margin-left:10%; } .input-left{ width:40%; display:block; float:right; } .pop-content-input{ width: 100%; } .pop-content-input2{ width: 100%; padding-right:5%; } .pop-content-form{ display: block; float: right; width: 50%; margin-bottom:3%; } .pop-content-form2{ display: block; float: right; width: 100%; margin-bottom:4%; } .pop-content-image img{ height: 22vw; } .pop-content-image{ position: absolute; left: 12%; top: 12%; } .pop-content-title h3{ font-size:2vw; } .pop-content-title2 h3{ font-size:2vw; } .pop-content-title{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; text-align: right; padding-right: 20%; padding-top: 2%; color: #BE56D4; } .pop-content-title2{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; text-align: center; padding-top: 2%; color: #BE56D4; } .pop-content{ width: 100%; } .pop-right-btn{ width:100%; outline:none !important; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; opacity:35%; } .pop-left-btn{ outline:none !important; width:100%; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; } .pop-top-right{ display: block; float: right; width: 50%; background-color:#D4D4D4; text-align: center; } .pop-top-left{ display: block; float: right; width: 50%; text-align: center; } .pop-top{ width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; } .pop-right-btn2{ width:100%; outline:none !important; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; opacity:35%; } .pop-left-btn2{ outline:none !important; width:100%; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; } .pop-top-right2{ display: block; float: right; width: 50%; background-color:#D4D4D4; text-align: center; } .pop-top-left2{ display: block; float: right; width: 50%; text-align: center; } .pop-top2{ width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; } .pop-cross{ width: 10%; cursor:pointer; font-size: 2vw; color: #CA013D; position: absolute; left: 0.5%; bottom: 100%; } .pop-parent{ display:none; width: 100%; height: 100%; position: absolute; z-index: 9999; top: 0; background-color: rgba(223, 223, 223, 0.7); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); } .pop1{ display:none; } .pop2{ display:none; } .pop-div{ width: 60%; background-color:#EBEBEB; border: thin solid black; border-radius: 20px; position: absolute; top: 20%; z-index: 9999; right: 20%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .footer-div{ text-align:right; padding:0; } .footer-div ul li { line-height:2vw; } .footer-head{ margin-top: 0 !important; font-size: 1.7vw; } .footer-inner{ margin-top: 30%; padding-top: 4%; position: relative; width: 100%; margin-left: 0; } .footer-icon li img { width:5vw; } .footer-icon li { text-align: center; float: right; width: 30%; } .page-footer a:hover{ text-decoration:none; color:white; } .footer-copyright{ z-index: 3; margin-top:1%; position: relative; } .page-footer a{ text-decoration:none; color:white; } .footer-inner{ margin-top:35%; padding-top:4%; position:relative; } .page-footer{ font-family: fontN; direction: ltr; position: relative; color: white !important; } .footer-back{ bottom: 0%; position: absolute; } .footer-logo{ position: absolute; right: 6%; bottom: 105%; } .footer-image{ height:51vw; } #myCarousel{ border:none; padding:0 !important; } .card-back{ top: -70px; position:absolute; width:100%; } .image-back-card{ height: 40vw; } .image-carousel{ position: relative; margin-bottom: 5%; } .img-fluid{ border-radius: 50% !important; position: absolute !important; bottom: 70% !important; width: 70% !important; right: 15% !important; height: 50% !important; border: medium solid #BE56D4 !important; } .even{ margin-bottom:20%; transition-duration:0.3s; position:relative; margin-right: 3%; margin-right:14%; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius:30px; width: 70% !important; margin-top: 20%; height:70%; border: thin solid #BE56D4; } .card{ margin-bottom:20%; transition-duration:0.3s; position:relative; margin-right: 3%; margin-right:14%; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius:30px !important; width: 70% !important; margin-top: 20%; height:70%; border: thin solid #BE56D4 !important; } .hi .carousel-inner .active + .carousel-item, .hi .carousel-inner .active, .hi .carousel-inner .active + .carousel-item + .carousel-item { display: block; margin-right: 0; } .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item, .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item { transition: none; } .carousel-control-prev,.carousel-control-next{ border: thin solid white; height: 10%; width: 4% !important; border-radius: 50%; margin: auto; } .hi .carousel-inner .carousel-item-next, .hi .carousel-inner .carousel-item-prev { position: relative; transform: translate3d(0, 0, 0); } .hi .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -33.3333%; z-index: -1; display: block; visibility: visible; } /* left or forward direction */ .hi .carousel-inner .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; } /* farthest right hidden item must be abso position for animations */ .hi .carousel-inner .carousel-item-prev.carousel-item-right { position: absolute; top: 0; left: 0; z-index: -1; display: block; visibility: visible; } /* right or prev direction */ .hi .carousel-inner .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(100%, 0, 0); visibility: visible; display: block; } .title-bottom{ text-align:center; margin-top: 10%; margin-bottom:10%; } .title-head{ font-family: fontY; color: #BE56D4; margin-bottom: 1%; font-size: 5vw; font-weight: bold; } .tri-left{ position: absolute; left: 0; top: 270%; } .tri-image-left{ width: 55%; } .tri-right{ position: absolute; top: 135%; } .tri-image-right{width: 160%;} .width{ width:1000px !important; background-color:red; } .even .card-content{ transition-duration:0.3s; margin-top:45%; text-align: center; padding-right: 5%; padding-left: 5%; } .card-content{ transition-duration:0.3s; margin-top:45%; text-align: center; padding-right: 5%; padding-left: 5%; } .even .card-h3{ transition-duration: 0.3s; font-family: fontY; width: 100%; display: block; font-size: 1.4vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; margin: 0 auto; } .card-h3{ transition-duration: 0.3s; font-family: fontY; width: 100%; display: block; font-size: 1.4vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; margin: 0 auto; } .even .card-p{ transition-duration: 0.3s; font-family: fontY; font-size: 0.8vw; margin-top: 7%; width: 100%; display: block; line-height: 1.5rem; } .card-p{ transition-duration: 0.3s; font-family: fontY; font-size: 0.8vw; margin-top: 7%; width: 100%; display: block; line-height: 1.5rem; } .card-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%); color:white; } .even .card-btn { border-radius: 20px; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); float: right; display: block; transition-duration: 0.3s; width: 60%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center; text-decoration: none !important; font-size: 1.1vw; padding: 6px 8px; margin-right: 20%; margin-bottom: 10%; } .card-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%); color:white; } .card-btn{ border-radius: 20px !important; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); background-color: rgba(0, 0, 0, 0); float: right; display: block !important; transition-duration: 0.3s !important; width: 60%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center !important; text-decoration: none !important; font-size: 1.1vw !important; padding: 6px 8px !important; margin-right: 20%; margin-bottom: 10%; } .cell-content{ margin-top: 70%; text-align: right; padding-right: 8%; } .cell-content>span>i{ background: -webkit-linear-gradient(rgba(64,22,186,1), rgba(190,86,212,1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .cell-year{ font-family: fontY; width: 100%; display: block; font-size: 0.95vw; font-weight: bold; word-spacing: 5px; margin-top: 4%; color: #6C6A6A; } .cell-address{ font-size: 0.8vw; margin-top: 2%; width: 100%; display: block; text-align: right; } .cell-month{ font-family: fontY; width: 100%; display: block; font-size: 0.95vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; } .cell-beds{ font-size:0.8vw; } .cell-metre{ font-size:0.8vw; margin-left: 10%; } .cell-type{ font-size:0.8vw; margin-left: 10%; } .cell-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%) ; color:white; } .cell-btn{ border-radius: 20px !important; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); float: right; display: block !important; transition-duration: 0.3s !important; width: 40%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center; text-decoration: none !important; font-size: 0.9vw !important; padding: 3px 8px !important; margin-top: 3% !important; margin-bottom: 5% !important; } .cell-h3{ background-color:rgb(223,223,223,29%); border-bottom-left-radius:30px; border-bottom-right-radius:30px; font-size: 22px; text-align: center; position: absolute; z-index: 100; width: 85%; top: 42%; height: 10%; right: 7.5%; color: white !important; } .house-image{ position:absolute; border-radius:30px; width: 85%; height: 60%; left: 7.5%; bottom: 48%; z-index:99; } .number-li{ float:right; margin:0 5%; width:23%; } .carousel-buttons{ display: flex; margin-right: 37.1%; width: 70%; margin-bottom:5%; } .number-btn:hover{ color:white !important; background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .number-btn{ cursor: pointer; border: thin solid #4016BA !important; color: #4016BA !important; border-radius: 50% !important; background: transparent; float: right !important; display: block !important; font-family: fontY; text-align: center !important; text-decoration: none !important; font-size: 1vw !important; padding-right: 15px !important; padding-left: 15px !important; } .firstNum:hover{ color:white !important; background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .firstNum{ background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); color:white !important; } .next-btn.btn:hover{ background: linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); color:white; } .prev-btn.btn:hover{ color:white; background: linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); } .next-btn{ margin: 0 1.5% !important; transition-duration: 0.5s !important; float: right !important; font-family: fontY !important; display: block !important; text-align: center !important; text-decoration: none !important; padding: 6px !important; padding-left: 25px !important; padding-right: 25px !important; border-radius: 40px !important; font-size: 18px !important; border-top-left-radius: 15px !important; border-bottom-left-radius: 15px !important; background: linear-gradient(90deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); } .prev-btn{ margin: 0 1.5% !important; float: left !important; transition-duration: 0.5s !important; font-family: fontY !important; padding-left: 25px !important; padding-right: 25px !important; display: block !important; text-align: center !important; text-decoration: none !important; border-radius: 40px !important; border-top-right-radius: 15px !important; border-bottom-right-radius: 15px !important; font-size: 18px; background: linear-gradient(90deg, rgba(64,22,186,1) 50%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .slide{ padding:10px; padding-top:5%; min-width:80%; display:block; margin-right:10%; margin-left:10%; height:100%; border-top: thin solid #707070; } .cell{ margin-bottom:4%; position:relative; margin-right: 3%; height: 22vw; background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); border-radius:30px; -webkit-box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); -moz-box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); float:right; width: 22% ; margin-top: 4%; } .carousel-item{ width:100%; } .carousel-inner{ overflow:hidden; } .metrazh-content { display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; margin-top:1px; } .pishrafte-hide{ display:none; } .cost-content a:hover{ cursor:pointer; color: rgba(133,133,133,1.00); } .metrazh-content a { text-align:center; color: black; padding: 12px 16px; text-decoration: none !important;; display: block !important; } .metrazh-content a:hover { color:rgba(120,115,228,1.00);} .cost-content { display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; margin-top:1px; } .cost-content a { color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .cost-content a:hover {color:rgba(120,115,228,1.00);} .metrazhbtn input{ position: absolute; top: 10%; width: 35%; padding:0; text-align:center; height: 60%; } .metrazhbtn span{ font-size: 1.3vw; } .metrazhbtn{ text-align:right; background: transparent; color: rgba(64,22,186,1); width:100%; height:40px; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; border-radius: 25px; } .costbtn{ background: #F5F5F5; color: #ACACAC; width:100%; height:40px; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; border-radius: 25px; } .metrazh{ position:relative; float: right; width:46.2%; z-index: 2; margin-top: 2.5%; margin-right: 5%; } .cost{ position:relative; float: right; width:20%; margin-top: 2%; margin-right: 5%; } input { float:right; outline: none; text-align:right; border: none; height: 50px; margin-top:5px; border-radius: 25px; padding: 0 35px; padding-right:95px; display: block; width: 100%; background: #F5F5F5; font-size: 16px; line-height: 1.5; color: #666666; overflow: visible; box-sizing: border-box; } .wrapInput{ float:right; position: relative; margin-right:10px; margin-top:1.1%; width: 72%; z-index: 1; } .pishraftebtn{ background-color: transparent; font-family: fontN; width: 100%; color: white; font-size: 15px; border: none; } .mahalebtn { background-color: transparent; font-family: fontN; color: #6C6A6A; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #595656; font-size: 15px; border: none; } .mahalebtn:hover, .dropbtn:focus { color: rgb(71, 71, 71); outline:none; transition-duration: 0.3s; } .pishraftebtn:hover, .dropbtn:focus { color: rgba(150,150,150,1.00); outline:none; transition-duration: 0.3s; } .mahale { position: absolute; float: right; z-index: 2; margin-top: 20px; margin-right: 15px; } .mahale-content { display: none; position: absolute; height:200px; overflow:scroll; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1000; } .mahale-content a:hover{ cursor:pointer; color: rgba(133,133,133,1.00); } .mahale-content a { color: black; padding: 12px 16px; text-align:right; text-decoration: none !important; display: block; } .mahale-content a:hover {color:rgba(120,115,228,1.00);} .search-button .btn:hover{ color:white; } .search-button{ font-family: fontN; float: left; width: 20%; margin-top: 1.5%; margin-left: 1.5%; display: block; text-align: center; transition-duration: 0.3s; text-decoration: none !important; padding: 6px; border-radius: 30px; background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); } .clear-button{ float:left; width:174px; margin-top:10px; margin-left:10px; height:50px; display: block; text-align: center; text-decoration:none !important; padding:6px; border: medium dotted white; border-radius:30px; background:transparent; } .clear-button:hover{ border: medium solid white; } .buy-button .btn{ color:white; } .carousel-buttons .btn{ color:white; } .carousel-buttons .btn{ color:white; } .rent-button .btn{ color:#4016BA; } .search-button .btn{ color:white; } .clear-button .btn{ color:white; } .buy-button:hover{ background:#C2C2C2; } .buy-button:hover .btn{ color:#4016BA; } .rent-button:hover{ background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); } .rent-button:hover .btn{ color:white; } .buy-button{ transition-duration: 0.5s; font-family: fontN; float: right; display: block; text-align: center; text-decoration: none !important; padding: 6px; border-radius: 30px; font-size: 2vw; background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); width: 45%; } .rent-button{ font-family: fontN; transition-duration: 0.5s; float: right; width: 45%; display: block; text-align: center; text-decoration: none !important; padding: 6px; border-radius: 30px; font-size: 2vw; background-color: #C2C2C2; } .rent-button button{ font-size:1.3vw } .buy-button button{ font-size:1.3vw } .search{ font-family: fontN; margin-top: 65%; margin-right: 22.5%; margin-bottom: 5%; z-index: 3; position: relative; width: 50%; height: 15vw; } .search-search{ float: right; width: 100%; } .search-search-text{ height: 70px; transition: height 1s; background-color: #C2C2C2; border-radius: 30px; margin-top: 10px; display: block; float: right; width: 100%; } .pishrafte-hide{ width:100%; } .search-pishrafte{ width:40%; height: 25px; text-align:center; margin-right: 29%; background-color:#C2C2C2; border-bottom-left-radius:30px; border-bottom-right-radius:30px; display: block; float:right; } .quote{ z-index:999; position:absolute; color:#C1C1C1; top:45%; width:40%; left:8%; text-align:center; } .head{ font-family: fontN; font-size: 1.5vw; margin-right: 5%; } .head-p{ font-family: fontN; font-size: 1.5vw; margin-right: 5%; } .scrolled{ background: rgba(191,191,191,0.9); transition-duration:0.5s; height:12%; } .icon-arrow{ color:white; font-size:20px; padding-left:10px } .home{ color:#BE56D4 !important; border-bottom: 2px solid #BE56D4 !important; } .logo{ margin-left: 8%; width: 20%; } h1{ font-size: 4.5vw !important; font-weight: bold !important; font-family: fontY; color: honeydew; } .background-building{ height:45vw; } .background{ height:71vw; } .icon{ background-color:white; border-radius:50px; color: rgba(146,21,201,1.00) ; padding:4px; font-size: 1.3vw; margin-right: 2%; } .navbar .btn{ color:white; } .navbar .btn:hover{ color:white; } .navbar .btn{ padding-left:0; font-size:1vw; width:100%; } .topul{ margin:0; width: 47%; color:white; height: 53px; list-style-type: none; transition-duration:0.5s; padding-top:0.5%; padding-bottom: 0.5%; } .topul li{ float:right; width: 50%;} .secProf{ background:linear-gradient(90deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%) } .firstProf{ background:linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%) } .secProf:hover{ transition-duration:0.3s; } .firstProf:hover{ transition-duration:0.3s; } .topul{ font-size:18px; padding-top: 0; } .atag{ transition-duration:0.3s; text-decoration:none !important; border-bottom-left-radius:50px; border-bottom-right-radius:30px; border-top-left-radius:50px; border-top-right-radius:30px; margin-left:20px; width: 90%; display: inline-block; padding: 1% 2%; } .body{ background:#EBEBEB; direction:rtl; overflow-x: hidden; font-family:fontY; } .dropbtn { background:transparent; color:white; border: none; margin:0; padding:0; transition-duration:0.5s; } .dropdown { position: relative; display: inline-block; } .navitems{ box-sizing: border-box; color: white; font-size:1.2vw; font-weight:bold; margin-top:0; margin-left: 24px; transition-duration: 0.5s; transition-property: all; border-bottom: 2px solid rgba(0,0,0,0); } .navitems:hover { color:#BE56D4; }
public/base/css/index.css
html{ overflow-x: hidden; } .topnav .iconst { display: none; } @media screen and (max-width: 325px){ div.mablaghbtn input { font-size: 12px !important; margin-right: 28px !important; } div.bedsbtn input { margin-right: 33px !important; font-size: 12px !important; } div.entrybtn span:nth-child(4) { margin-right: 35px !important; } div.search { margin-top: 100% !important; } div.metrazhbtn span:nth-child(4) { margin-right: 23% !important; } input#metre1 { right: 35% !important; } div.carousel-buttons { margin-right: 2% !important; } .card-item div.card { margin-top: 18% !important; margin-right: 13% !important; width: 150px !important; } } @media screen and (max-width: 800px){ html body div.main-div { top: 150px !important; right: 50px !important; } body .topnav div.dropdown { margin-right: 0 !important; margin-left: 0 !important; margin-top: 0 !important; clear: both !important; background: rgba(191,191,191,0.9) !important; width: 200px !important; text-align: center !important; padding-right: 20px !important; } } @media screen and (max-width: 1030px){ ul.topul.nav-pills.justify-content-end { width: 41% !important; } } @media screen and (max-width: 1200px){ div.dropdown { width: 11% !important; margin-left: 10px; } ul.topul.nav-pills { width: 35% !important; } div.logo { position: relative; margin-left: 0 !important; } } @media screen and (max-width: 1240px){ ul.topul { width: 34% !important; } } @media screen and (max-width: 1160px){ div.metrazhbtn input:nth-child(2) { right: 23% !important; } body div.main-div { top: 230px !important; } ul.topul.nav-pills { width: 37% !important; } div.dropdown{ width: 11% !important; } div.logo { position: relative; margin-left: 0 !important; } #navbarNavAltMarkup { width: 80% !important; } } @media screen and (max-width: 1030px){ .topnav div.dropdown { width: 10% !important; } ul.topul.nav-pills { width: 41% !important; } } @media screen and (max-width: 1120px){ ul.topul.nav-pills { width: 39% !important; } div.dropdown { width: 11% !important; margin-left: 10px; } div.logo { margin-left: 0% !important; } div#navbarNavAltMarkup { width: 80% !important; } } @media screen and (max-width: 1070px){ div.dropdown { width: 11% !important; } ul.topul.nav-pills { width: 39% !important; } div.logo{ margin-left: 0 !important; } .btnspecial .btn{ font-size: 12px !important; } } @media screen and (max-width: 1605px) and (min-width: 1600px){ .btnspecial .btn{ font-size: 12px !important; } } @media screen and (max-width: 1400px){ #navbarNavAltMarkup{ width: 80% !important; } } @media screen and (max-width: 1685px) and (min-width: 1679px){ .navbar-nav .nav-link { font-size: 0.992vw !important; } .btnspecial .btn{ font-size: 12px !important; } .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 180px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 14px !important; } .dropdown{ width: 12% !important; margin-left: 10px; } } @media screen and (max-width: 1400px){ .btnspecial .btn{ font-size: 12px !important; } div.dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 230px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 11px !important; } .dropdown{ width: 12% !important; margin-left: 10px; } } @media screen and (max-width: 1285px) and (min-width: 1279px){ .btnspecial .btn{ font-size: 12px !important; } .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 230px !important; right: 50px !important; } .logo img { position: relative !important; } .navbar button.btn { font-size: 11px !important; } .dropdown{ width: 11% !important; margin-left: 10px; } } @media screen and (max-width: 2565px) and (min-width: 2560px){ .metrazhbtn input:nth-child(2) { right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1155px) and (min-width: 1150px){ .metrazhbtn input:nth-child(3) { right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1025px) and (min-width: 1020px){ .metrazhbtn input:nth-child(2) { right: 23% !important; } #metre1{ right: 23% !important; } .metrazhbtn input { width: 30% !important; } .metrazhbtn span { font-size: 1.6vw !important; } .btnspecial .btn{ font-size: 12px !important; } body div.main-div { top: 170px !important; right: 90px !important; } .carousel-buttons { margin-right: 33% !important; } } @media screen and (max-width: 1370px) and (min-width: 1359px){ .dropdown:nth-child(2) { margin-right: 0 !important; margin-left: 1%; } body div.main-div { top: 180px !important; right: 50px !important; } .logo img { position: relative !important; } .dropdown{ width: 11% !important; margin-left: 10px; } } @media screen and (min-width:1300px){ .topnav div,.topnav ul {display: block;} } @media screen and (max-width:800px) { .icon { font-size: 18px !important; } .topnav div,.topnav ul {display: none;} .headingitems{ background: rgba(191,191,191,0.9); transition-duration:0.5s; height:75px !important; } .main-div{ top: 100px !important; right:30px !important; } .navbar{ margin-top:10px !important; padding-right:0 !important; } .dropbtn a{ font-size:15px; } .dropdown{ margin-right: 0 !important; margin-left: 0 !important; margin-top: 0 !important; clear:both !important; background: rgba(191,191,191,0.9) !important; width: 200px !important; text-align: center !important; padding-right: 20px !important; } .topul li{ clear:both; width: 220px !important; text-align: center; background: rgba(191,191,191,0.9) !important; } .topul li:nth-child(2) { padding-bottom: 5px; padding-top: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .navbar .btn{ font-size:12px !important; } .atag{ margin-left:0 !important; } .topnav{ display: block !important; text-align: right; direction:rtl; } .topul.nav-pills{ float: right !important; margin-top: 0 !important; padding: 0; clear: both; width: 200px !important; } .topul li { float:none !important; width: 200px !important; } .logo{ display:none; } .topnav a.iconst { float: right !important; display: block !important; font-size: 30px !important; border: thin solid #6C6A6A !important; padding: 0 10px !important; width: 50px !important; margin-bottom: 11.5px !important; margin-right: 20px !important; } .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .footer-logo img { width: 90px !important; } .row hr { display: none !important; } .footer-image { height: 220vw !important; } .footer-logo { right: 20% !important; bottom: 100% !important; } .footer-inner { margin-top: 300px !important; } .footer-inner .row div { display: flow-root !important; } .footer-icon li { margin-bottom:10px !important; } .footer-icon li img { width: 70px !important; } .footer-div h5 { margin: 0 !important; font-size: 20px !important; clear: both; } .footer-div ul li { line-height: 1 !important; } .page-footer a { display: block !important; float: right !important; margin-left: 15px !important; margin-top: 5px !important; margin-bottom: 20px !important; padding: 5px !important; } .footer-inner .row{ display: block; } } @media screen and (max-width:800px) { .quote { top: 40% !important; left: 5% !important; } .entrybtn span:nth-child(4){ margin-right: 41px !important; } .search-button .btn { padding-right: 0; padding-left: 0; } .background { height: 320px !important; } .head { font-size: 11px !important; } .head-p { font-size: 11px !important; } .btnspecial .btn{ font-size: 10px !important; } .pop-cross2 { font-size: 20px !important; } .input-top7:nth-child(1) { width: 60% !important; padding-bottom: 0; margin-bottom: 15px; } .input-top7:nth-child(2) { width: 40% !important; } .input-top7:nth-child(2) .checkbox2 { left: 15px !important; width: 15px !important; } .mablaghbtn input{ font-size:12px !important; margin-right: 25px !important; } .mablaghbtn span{ font-size:12px !important; } .mablaghbtn span:nth-child(6){ font-size:10px !important; } .oldbtn input{ font-size:12px !important; margin-right: 27px !important; } .oldbtn span{ font-size:12px !important; } .floorbtn input{ font-size:12px !important; margin-right: 26px !important; } .floorbtn span{ font-size:12px !important; } .bedsbtn input{ margin-right: 30px !important; font-size:12px !important; } .bedsbtn span{ font-size:12px !important; } .entrybtn input{ font-size:12px !important; margin-right: 18px !important; } .entrybtn span{ font-size:12px !important; } .house-image { z-index: 1 !important; } .card-content { height: 200px !important; margin-top: 80px !important; } .card-item .even{ margin-top: 13% !important; margin-right: 18% !important; margin-bottom: 20% !important; border: thin solid #BE56D4 !important; transition-duration: 0.3s !important; position: relative !important; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius: 30px !important; width: 150px !important; } .card-item .card{ margin-top: 13% !important; margin-right: 18% !important; width: 150px !important; } .cell-content span { height: 20px; overflow: scroll; } .even .img-fluid { border-radius: 50% !important; position: absolute !important; bottom: 200px !important; width: 120px !important; right: 15px !important; height: 110px !important; border: medium solid #BE56D4 !important; } .card .img-fluid { border-radius: 50% !important; position: absolute !important; bottom: 170px !important; width: 120px !important; right: 14px !important; height: 110px !important; border: medium solid #BE56D4 !important; } .hi .carousel-control-prev,.hi .carousel-control-next{ width: 40px !important; } .even .card-h3{ font-size: 15px !important; } .card .card-h3{ font-size: 15px !important; } .even .card-p{ font-size: 10px !important; } .card-p{ font-size: 10px !important; height: 110px; overflow: scroll; } .even .card-btn { font-size: 10px !important; } .card .card-btn{ font-size: 10px !important; } .hi .carousel-inner .active + .carousel-item, .hi .carousel-inner .active + .carousel-item + .carousel-item { display: none !important; margin-right: 0; } .card-back { top:60px !important; } .image-back-card { height: 55vw !important; } .title-head { font-size: 30px !important; } .number-li { margin: 0 5px !important; width: 23% !important; } .carousel-buttons { width: 480px !important; align-items: center !important; margin-right: 10% !important; margin-top: 10px; } .carousel-buttons ul{ width: 27% !important; } .carousel-buttons .next-btn { font-size: 12px !important; } .carousel-buttons .prev-btn { font-size: 12px !important; } .number-li .number-btn { font-size: 12px !important; } .tri-right { position: absolute !important; top: 50% !important; } .tri-image-right { width: 50% !important; float: right !important; } .tri-left { position: absolute !important; top: 50% !important; } .tri-image-left { width: 50% !important; float: left !important; } .cell-content .cell-btn { font-size: 12px !important; width: 89%; position: absolute; top: 80%; left: 1%; } .cell-month ~ a ~ a .cell-btn { top: 89%; right: 5%; } .cell-month ~ a .cell-btn { top: 80%; right: 5%; } .cell-year ~ a ~ a .cell-btn { top: 89%; right: 5%; } .cell-year ~ a .cell-btn { top: 80%; right: 5%; } .cell-content { margin-top: 130px!important; height: 185px !important; } .house-image { height: 135px !important; top: -10px; } .cell-year{ font-size: 12px !important; } .cell-address{ font-size: 12px !important; } .cell-month{ font-size: 12px !important; } .cell-beds{ font-size: 12px !important; } .cell-metre{ font-size: 12px !important; } .cell-type{ font-size: 12px !important; } .cell-h3 { font-size: 13px !important; top: 95px !important; height: 30px !important; } .cell { width: 47% !important; margin-bottom: 20px !important; } #metre1{ right: 32% !important; } .metrazhbtn input { width: 27% !important; } .btnspecial{ width: 30% !important; margin-left: 0 !important; } .search-search-text{ padding-top: 5px; } .metrazhbtn { padding-top: 4px !important; } .metrazhbtn span:nth-child(4){ margin-right: 27% !important; } .metrazhbtn span { font-size: 17px !important; } .cost-content { border-radius:0 !important; height: 100px !important; overflow: scroll !important; } .metrazh { margin-right: 2% !important; width: 43% !important; z-index: 0 !important; } .search { margin-top: 90% !important; margin-bottom:50% !important; margin-right: 5% !important; width: 90% !important; } .mahale-content { height: 100px !important; } .buy-button button { font-size: 15px !important; } .rent-button button { font-size: 15px !important; } .headingitems + .quote { top: 100px !important; left: 10px !important; } } @media screen and (max-width:1400px) { .icon { font-size: 19px !important; } .navbar .btn { padding-left: 0; font-size: 12px !important; width: 100%; padding-right: 0 !important; } .navitems { margin-left: 0 !important; } .topul { margin-top: 10px !important; font-size: 10px !important; float: left; display: block; width: 35% !important; padding-right: 0; } .dropdown:nth-child(2){ margin-right: 20%; margin-left: 1%; } .dropdown { margin-top: 10px; display: block; float: right; width: 8.5%; text-align: center; } .navbar-nav{ display: block !important; } .logo { position: relative; margin-left: 1% !important; } .logo img{ position: absolute; left: 25px; } body .main-div { top: 150px !important; right: 30px !important; } .quote { top: 35% !important; left: 5% !important; } .even .card-p { font-size: 12px !important; overflow: hidden !important; height: 90px; } .cell-h3 { font-size: 12px !important; } .card-p { font-size: 12px !important; overflow: hidden; height: 90px; } } @media screen and (max-width:1000px) { .topnav div,.topnav ul {display: none;} .topnav a.iconst { float: right; display: block; font-size: 30px; border: thin solid #6C6A6A; padding: 0 10px; width: 50px; margin-bottom:10.7px; margin-right:20px; } .logo{ display:none; } .headingitems{ background: rgba(191,191,191,0.9); transition-duration: 0.5s; height: 75px !important; position: absolute !important; } .dropdown{ clear:both; background: rgba(191,191,191,0.9); width: 200px; text-align: center; padding-right: 20px; } .topul li{ clear:both; width: 220px !important; text-align: center; background: rgba(191,191,191,0.9) !important; } .topul li:nth-child(2) { padding-bottom: 5px; padding-top: 5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .navbar{ margin-top:10px !important; padding-right:0 !important; } .dropbtn a{ font-size:15px; } .navbar .btn{ font-size:12px !important; } .atag{ margin-left:0 !important; } .topnav{ display: block !important; text-align: right; direction:rtl; } .topul{ padding:0; width:40%; } .topul li { float:none !important; width: 200px !important; } .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .icon { font-size: 18px !important; } .main-div{ top: 100px !important; right:30px !important; } } @media screen and (max-width:1100px) { .icon { font-size: 19px !important; } .navbar .btn { padding-left: 0; font-size: 12px !important; width: 100%; padding-right: 0 !important; } .navitems { margin-left: 0 !important; } .topul { margin-top: 10px !important; font-size: 10px !important; float: left; display: block; width: 35% !important; padding-right: 0; } .dropdown:nth-child(2){ margin-right: 20%; margin-left: 1%; } .dropdown { margin-top: 10px; display: block; float: right; width: 8.5%; text-align: center; } .navbar-nav{ display: block !important; } .logo { position: relative; } .logo img{ position: absolute; left: 25px; } body .main-div { top: 150px !important; right: 30px !important; } .quote { top: 35% !important; left: 5% !important; } .even .card-p { font-size: 12px !important; overflow: hidden !important; height: 90px; } .cell-h3 { font-size: 12px !important; } .card-p { font-size: 12px !important; overflow: hidden; height: 90px; } } @media screen and (max-width:1300px) { .footer-logo img { width: 90px !important; } .row hr { display: none !important; } .footer-image { height: 1000px !important; } .footer-logo { right: 20% !important; bottom: 100% !important; } .footer-inner { margin-top: 300px !important; } .footer-inner .row div { display: flow-root !important; } .footer-icon li { margin-bottom:10px !important; } .footer-icon li img { width: 70px !important; } .footer-div h5 { margin: 0 !important; font-size: 20px !important; clear: both; } .footer-div ul li { line-height: 1 !important; } .page-footer a { display: block !important; float: right !important; margin-left: 15px !important; margin-top: 5px !important; margin-bottom: 20px !important; padding: 5px !important; } .footer-inner .row{ display: block; } } @media screen and (max-width:500px) { .pop-button-left5 { margin-right: 20px !important; width: 40% !important; } .pop-button-right5 { margin-right: 10px !important; margin-left: 0 !important; width: 40% !important; } .pop-button-left6 { margin-right: 20px !important; width: 40% !important; } .pop-button-right6 { margin-right: 10px !important; margin-left: 0 !important; width: 40% !important; } .checkbox { width: 15px !important; } .input-right { width: 90% !important; } .input-left { width: 90% !important; } .input-user2 { font-size: 13px !important; } .input-phone { font-size: 13px !important; } .pop-content-input2 input { font-size: 13px !important; } .input-lock2 { font-size: 13px !important; } .input-lock-repeat { font-size: 13px !important; } .pop-button-left2 { width: 45% !important; font-size: 13px !important; } .pop-button-right2 { margin-right: 10% !important; font-size: 13px !important; } .pop-buttons2 { margin-top: 90% !important; } .pop-content-title { padding-right: 35% !important; padding-top: 50% !important; } .pop-content-image { left: 30% !important; top: 3% !important; } .pop-top .pop-right-btn { font-size: 15px !important; } .pop-top .pop-left-btn { font-size: 15px !important; } .pop-content-form { width: 90% !important; } .input-user { font-size: 13px !important; } .input-lock { font-size: 13px !important; } .pop-content-input input { font-size: 12px !important; } .pop-content-belowInput span { font-size: 13px !important; } .pop-checkbox { width: 50% !important; } .pop-next-checkbox { width: 40% !important; margin-right: 0 !important; margin-top: 2%; } .pop-content-title h3 { font-size: 20px !important; } .pop-content-image img { height: 40vw !important; } .pop-content-title2 h3 { font-size: 15px !important; } .pop-div { top: 5% !important; width: 250px !important; right: 50px !important; } .pop-button-right{ width: 30% !important; } .pop-button-left{ width: 30% !important; } .pop-top2 .pop-right-btn2 { font-size: 13px !important; } .pop-top2 .pop-left-btn2 { font-size: 13px !important; } .pop-content-input5 { margin-top: 0 !important; } .pop-content-input6 { margin-top: 0 !important; } .pop-content-input5 input { font-size: 13px !important; width: 90% !important; padding-right: 7% !important; } .pop-content-input6 input { font-size: 13px !important; width: 90% !important; padding-right: 7% !important; } .input-user5 { bottom: 68% !important; font-size: 13px !important; } .input-user6 { right: 5.3% !important; bottom: 35% !important; font-size: 13px !important; } .input-user7 { bottom: 68% !important; font-size: 13px !important; } .input-user8 { right: 5.3% !important; bottom: 35% !important; font-size: 13px !important; } .input-phone5 { right: 5.3% !important; bottom: 2% !important; font-size: 13px !important; } .input-phone6 { right: 5.3% !important; bottom: 2% !important; font-size: 13px !important; } .vagozari { width: 45% !important; margin-right: 0 !important; } .vagozaribtn { font-size: 12px !important; } .vagozari-content{ font-size: 13px !important; } .vagozari1 { width: 45% !important; margin-right: 0 !important; } .vagozaribtn1 { font-size: 12px !important; padding-right: 0 !important; } .vagozari-content1{ font-size: 13px !important; } .melk { width: 45% !important; } .melkbtn { font-size: 13px !important; } .melk-content{ font-size: 13px !important; } .melk1 { width: 45% !important; } .melkbtn1 { font-size: 13px !important; } .melk-content1{ font-size: 13px !important; } .textarea-melk { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .textarea-melk3 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .pop-cross { font-size: 17px !important; } .textarea-melk2 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .textarea-melk4 { width: 90% !important; height: 11vw !important; margin-top: 5% !important; font-size: 13px !important; margin-right: 10px !important; } .pop-buttons5 { margin-top: 120% !important; } .pop-buttons6 { margin-top:320px !important; } } .mab1{ display:none;} .mab1{display:none;} .checkbox2{ width: 1vw !important; display: block !important; left: 50%; } .pop3{ display:none; } .mablagh{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .mablaghbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .mablaghbtn span{ font-size: 1.3vw; } .mablaghbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .old{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .oldbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .oldbtn span{ font-size: 1.3vw; } .oldbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .floor{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .floorbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .floorbtn span{ font-size: 1.3vw; } .floorbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .beds{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .bedsbtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .bedsbtn span{ font-size: 1.3vw; } .bedsbtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .entry{ position: relative; float: right; width: 100%; z-index: 2; margin-top: 2.5%; } .entrybtn input{ position: absolute; top: 10%; width: 35%; padding: 0; text-align: center; height: 60%; } .entrybtn span{ font-size: 1.3vw; } .entrybtn{ text-align: right; background: transparent; color: rgba(64,22,186,1); width: 100%; height: 40px; font-size: 16px; border: none; overflow: visible; box-sizing: border-box; border-radius: 25px; } .pop-parent2{ display:none; width: 100%; height: 100%; position: absolute; z-index: 9999; top: 0; background-color: rgba(223, 223, 223, 0.7); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); } .pop-div2{ width: 70%; background-color: #EBEBEB; border: thin solid black; border-radius: 20px; position: absolute; top: 0%; z-index: 9999; right: 15%; } .pop-cross2{ width: 10%; cursor: pointer; font-size: 2vw; color: #CA013D; position: absolute; bottom: 100%; text-align: right; } .pop-content-input7 input{ background: white; border-radius: 20px; width: 25%; display: block; margin-right: 15%; float: right; font-size: 1vw; } .pop-content-input7{ width: 100%; padding-right: 2%; } .pop-content-form7{ display: block; float: right; width: 100%; margin-bottom: 3%; } .pop-button-left7{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right7{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons7{ width:100%; margin-top:42%; } .input-top7{ display: block; float: right; position: relative; width: 50%; padding-bottom:10%; border-left: thin dashed; } .error-pop{ display:none; position: absolute; margin-top: 7%; text-align: center; margin-right: 40%; z-index:10000; color: red; } .error-pop h2{ font-size:1.4vw } @font-face { font-family: fontN; src: url(../font/B_NAZANIN/pixelboy-BNazanin.eot); src: url('../font/B_NAZANIN/pixelboy-BNazanin.eot?#iefix') format('pixelboy-BNazanin-opentype'), url(../font/B_NAZANIN/pixelboy-BNazanin.woff) format('woff'), url(../font/B_NAZANIN/pixelboy-BNazanin.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: fontY; src: url(../font/yekan-font/yekan-regular.eot); src: url('../font/yekan-font/yekan-regular.eot?#iefix') format('FontName-opentype'), url(../font/yekan-font/yekan-regular.woff) format('woff'), url(../font/yekan-font/yekan-regular.ttf) format('truetype'); font-weight: normal; font-style: normal; } .systemlbl{ font-size: 1.3vw; display: block; float: right; margin-right: 43%; margin-top: 1%; margin-left: 1%; } .systeminp{ width: 5%; display: block; float: right; height: 2vw; margin-top: 1%; padding: 0; text-align:center; } .pop-button-left6{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right6{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons6{ width:100%; margin-top:42%; } .textarea-melk4{ width: 85%; height: 7vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; margin-right: 5%; display: block; } .input-bottom6{ display:block; float:right; width:100%; margin-top:2%; } .textarea-melk3{ width: 35%; height: 4vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; display: block; float: right; margin-right: 5%; } .melk-content1 a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .melk-content1{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .melkbtn1{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .melk1{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .vagozari-content1 a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .vagozari-content1{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .vagozaribtn1{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .vagozari1{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .input-middle6{ display: block; float: right; width: 100%; margin-top: 5%; } .input-phone6{ position: absolute; right: 55.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user8{ position: absolute; right: 30.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user7{ position: absolute; right: 5.2%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-top5{ display: block; float: right; position:relative; width: 100%; } .input-top6{ display: block; float: right; position:relative; width: 100%; } .pop-content-input6 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 20%; padding-right: 4%; padding-top: 30px; display: block; margin-right: 5%; float: right; font-size: 1.2vw; } .pop-content-input6{ width: 100%; padding-right:5%; margin-top:8%; } .pop-content-form6{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; margin-bottom:3%; } .pop-button-left5{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right5{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-buttons5{ width:100%; margin-top:42%; } .textarea-melk2{ width: 85%; height: 7vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; margin-right: 5%; display: block; } .input-bottom5{ display:block; float:right; width:100%; margin-top:2%; } .textarea-melk{ width: 35%; height: 4vw; border-radius: 20px; padding: 5px; padding-right: 5px; padding-right: 10px; display: block; float: right; margin-right: 5%; } .melk-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .melk-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .melkbtn{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .melk{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .vagozari-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .vagozari-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .vagozaribtn{ color: #ACACAC; font-size: 1.1vw; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .vagozari{ position: relative; float: right; margin-right:5%; width: 20%; margin-top: 2.5%; } .input-middle5{ display: block; float: right; width: 100%; margin-top: 5%; } .input-phone5{ position: absolute; right: 55.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user6{ position: absolute; right: 30.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user5{ position: absolute; right: 5.2%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .pop-content-input5 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 20%; padding-right: 4%; padding-top: 30px; display: block; margin-right: 5%; float: right; font-size: 1.2vw; } .pop-content-input5{ width: 100%; padding-right:5%; margin-top:8%; } .pop-content-form5{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; margin-bottom:3%; } .content6{ display:none; } .button-content{ width: 80%; margin-right: 10%; font-size: 1.2vw; color:#5B4E80; } .button-title{ color:#6C6A6A !important; font-size: 2.5vw; } .button4{ border: medium solid #F59505 !important; background:white !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; } .button3{ border: medium solid #CA013D !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-left:2.5%; } .button2{ border: medium solid #4016BA !important; -webkit-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-left:2.5%; } .button1{ border: medium solid #28A29D !important; -webkit-box-shadow:1px 11px 27px 0px rgba(0,0,0,0.3); -moz-box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); box-shadow: 1px 11px 27px 0px rgba(0,0,0,0.3); background:white !important; display: block !important; float: right; width: 20%; height: 11vw; border-radius: 15px !important; margin-right:5%; margin-left:2.5%; } .content-button{ width: 100%; margin-top:2%; } .subtitle{ width: 100%; text-align: center; } .subtitle h4{ font-size: 1.1vw; color:#171717; } .pop-buttons4{ width:100%; margin-top:28%; } .pop-button-right3{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right4{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left3{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left4{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .input-bottom{ display:block; float:right; width:75%; margin-top:2%; position:relative; } .input-middle{ display: block; float: right; width: 75%; margin-top: 3%; position:relative; } .input-text textarea{ width: 90%; margin-top: 10%; height: 13vw; border-radius:20px; padding:5px; padding-right:10px; } .input-text{ position:absolute; left:1%; margin-left: 2%; } .sex-content a{ color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .sex-content{ display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; cursor:pointer; top:100%; } .sexbtn{ color: #ACACAC; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width: 100%; padding-right: 8%; padding-top: 5%; display: block; float: right; } .sex{ position: relative; float: right; margin-right:5%; width: 25%; margin-top: 2.5%; } .input-envelope{ position: absolute; right: 28.5%; bottom:1%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-home{ position: absolute; right: 65.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user4{ position: absolute; right: 35.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user3{ position: absolute; right: 5.3%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-top{ display: block; position:relative; float: right; width: 75%; } .pop-content-input3{ width: 100%; padding-right:5%; margin-top:3%; margin-bottom:3%; } .input-center input{ text-align: center; padding-left: 0; } .input-center{ display: none; width: 25%; margin-right: 33%; margin-top: 3%; float: right; margin-bottom: 3%; } .content4{ display:none; } .content3{ display:none; } .content2{ display:none; } .circles{ width: 100%; margin-top: 30%; height: 2vw; } .circle1{ opacity: 60%; margin-right: 45%; } .circles div{ background-color: white; border-radius: 50%; width: 2.5%; height: 70%; display: block; float: right; margin-left: 1%; } .pop-button-left{ float: right; width: 40%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left2{ float: right; width: 25%; background-color: #28A29D !important; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-left:hover{ background-color: rgba(18,182,139,1.00) !important; } .pop-button-right:hover{ background-color: rgba(190,0,3,1.00) !important; } .pop-button-right{ float: right; width: 40%; background-color: #CA013D !important; margin-right: 8%; margin-left: 12%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .pop-button-right2{ float: right; width: 25%; background-color: #CA013D !important; margin-right: 20%; margin-left: 10%; border-radius: 10px !important; color: white !important; -webkit-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); -moz-box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); box-shadow: 3px 10px 22px 1px rgba(0,0,0,0.25); } .checkbox{ width: 1vw; display: block; float: right; } .pop-buttons{ width:100%; margin-top:30%; } .pop-buttons2{ width:100%; margin-top:20%; } .pop-buttons3{ width:100%; margin-top:32%; } .pop-next-checkbox span{ float: none !important; margin-top: 5% !important; } .pop-next-checkbox{ width: 45%; display: block; float: right; text-align: left; margin-right: 15%; } .pop-content-belowInput span{ display: block; float: right; margin-top: 12px; color: #6C6A6A; margin-right: 5%; font-size: 1.2vw; } .pop-checkbox{ width: 40%; margin-right: 8%; margin-top: 10%; } .pop-content-belowInput{ width:100%; } .input-lock{ position: absolute; right: 10.5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); bottom: 5%; } .input-lock2{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-lock-repeat{ position: absolute; right: 10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-user{ position: absolute; right: 10.5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); bottom: 5%; } .input-user2{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .input-phone{ position: absolute; right:10.5%; bottom:5%; font-size: 1.5vw; color: rgba(0, 0, 0, 0.42); } .pop-content-input input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; margin-right: 10%; width: 90%; padding-right:8%; padding-top: 30px; font-size: 1.1vw; } .pop-content-input3 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; width:25%; padding-right: 6%; padding-top: 30px; display: block; margin-right:5%; float: right; font-size:1.1vw; } .pop-content-input2 input{ background: transparent; border-bottom: thin solid rgba(0, 0, 0, 0.42); border-radius: 0; margin-right: 10%; width: 90%; padding-right:9%; padding-top: 30px; font-size: 1.1vw; } .input-right{ display:block; float:right; width:40%; margin-left:10%; } .input-left{ width:40%; display:block; float:right; } .pop-content-input{ width: 100%; } .pop-content-input2{ width: 100%; padding-right:5%; } .pop-content-form{ display: block; float: right; width: 50%; margin-bottom:3%; } .pop-content-form2{ display: block; float: right; width: 100%; margin-bottom:4%; } .pop-content-image img{ height: 22vw; } .pop-content-image{ position: absolute; left: 12%; top: 12%; } .pop-content-title h3{ font-size:2vw; } .pop-content-title2 h3{ font-size:2vw; } .pop-content-title{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; text-align: right; padding-right: 20%; padding-top: 2%; color: #BE56D4; } .pop-content-title2{ border-top: thin solid rgb(108,106,106,0.36); display: block; float: right; width: 100%; text-align: center; padding-top: 2%; color: #BE56D4; } .pop-content{ width: 100%; } .pop-right-btn{ width:100%; outline:none !important; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; opacity:35%; } .pop-left-btn{ outline:none !important; width:100%; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; } .pop-top-right{ display: block; float: right; width: 50%; background-color:#D4D4D4; text-align: center; } .pop-top-left{ display: block; float: right; width: 50%; text-align: center; } .pop-top{ width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; } .pop-right-btn2{ width:100%; outline:none !important; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; opacity:35%; } .pop-left-btn2{ outline:none !important; width:100%; text-shadow: 1px 4px 11px rgba(150, 150, 150, 0.35); font-size: 2vw !important; color: #4016BA !important; } .pop-top-right2{ display: block; float: right; width: 50%; background-color:#D4D4D4; text-align: center; } .pop-top-left2{ display: block; float: right; width: 50%; text-align: center; } .pop-top2{ width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; } .pop-cross{ width: 10%; cursor:pointer; font-size: 2vw; color: #CA013D; position: absolute; left: 0.5%; bottom: 100%; } .pop-parent{ display:none; width: 100%; height: 100%; position: absolute; z-index: 9999; top: 0; background-color: rgba(223, 223, 223, 0.7); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); } .pop1{ display:none; } .pop2{ display:none; } .pop-div{ width: 60%; background-color:#EBEBEB; border: thin solid black; border-radius: 20px; position: absolute; top: 20%; z-index: 9999; right: 20%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .footer-div{ text-align:right; padding:0; } .footer-div ul li { line-height:2vw; } .footer-head{ margin-top: 0 !important; font-size: 1.7vw; } .footer-inner{ margin-top: 30%; padding-top: 4%; position: relative; width: 100%; margin-left: 0; } .footer-icon li img { width:5vw; } .footer-icon li { text-align: center; float: right; width: 30%; } .page-footer a:hover{ text-decoration:none; color:white; } .footer-copyright{ z-index: 3; margin-top:1%; position: relative; } .page-footer a{ text-decoration:none; color:white; } .footer-inner{ margin-top:35%; padding-top:4%; position:relative; } .page-footer{ font-family: fontN; direction: ltr; position: relative; color: white !important; } .footer-back{ bottom: 0%; position: absolute; } .footer-logo{ position: absolute; right: 6%; bottom: 105%; } .footer-image{ height:51vw; } #myCarousel{ border:none; padding:0 !important; } .card-back{ top: -70px; position:absolute; width:100%; } .image-back-card{ height: 40vw; } .image-carousel{ position: relative; margin-bottom: 5%; } .img-fluid{ border-radius: 50% !important; position: absolute !important; bottom: 70% !important; width: 70% !important; right: 15% !important; height: 50% !important; border: medium solid #BE56D4 !important; } .even{ margin-bottom:20%; transition-duration:0.3s; position:relative; margin-right: 3%; margin-right:14%; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius:30px; width: 70% !important; margin-top: 20%; height:70%; border: thin solid #BE56D4; } .card{ margin-bottom:20%; transition-duration:0.3s; position:relative; margin-right: 3%; margin-right:14%; background: linear-gradient(0deg, rgba(167,146,228,1) 0%, rgba(252,252,254,1) 100%); border-radius:30px !important; width: 70% !important; margin-top: 20%; height:70%; border: thin solid #BE56D4 !important; } .hi .carousel-inner .active + .carousel-item, .hi .carousel-inner .active, .hi .carousel-inner .active + .carousel-item + .carousel-item { display: block; margin-right: 0; } .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item, .hi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item { transition: none; } .carousel-control-prev,.carousel-control-next{ border: thin solid white; height: 10%; width: 4% !important; border-radius: 50%; margin: auto; } .hi .carousel-inner .carousel-item-next, .hi .carousel-inner .carousel-item-prev { position: relative; transform: translate3d(0, 0, 0); } .hi .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -33.3333%; z-index: -1; display: block; visibility: visible; } /* left or forward direction */ .hi .carousel-inner .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; } /* farthest right hidden item must be abso position for animations */ .hi .carousel-inner .carousel-item-prev.carousel-item-right { position: absolute; top: 0; left: 0; z-index: -1; display: block; visibility: visible; } /* right or prev direction */ .hi .carousel-inner .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(100%, 0, 0); visibility: visible; display: block; } .title-bottom{ text-align:center; margin-top: 10%; margin-bottom:10%; } .title-head{ font-family: fontY; color: #BE56D4; margin-bottom: 1%; font-size: 5vw; font-weight: bold; } .tri-left{ position: absolute; left: 0; top: 270%; } .tri-image-left{ width: 55%; } .tri-right{ position: absolute; top: 135%; } .tri-image-right{width: 160%;} .width{ width:1000px !important; background-color:red; } .even .card-content{ transition-duration:0.3s; margin-top:45%; text-align: center; padding-right: 5%; padding-left: 5%; } .card-content{ transition-duration:0.3s; margin-top:45%; text-align: center; padding-right: 5%; padding-left: 5%; } .even .card-h3{ transition-duration: 0.3s; font-family: fontY; width: 100%; display: block; font-size: 1.4vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; margin: 0 auto; } .card-h3{ transition-duration: 0.3s; font-family: fontY; width: 100%; display: block; font-size: 1.4vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; margin: 0 auto; } .even .card-p{ transition-duration: 0.3s; font-family: fontY; font-size: 0.8vw; margin-top: 7%; width: 100%; display: block; line-height: 1.5rem; } .card-p{ transition-duration: 0.3s; font-family: fontY; font-size: 0.8vw; margin-top: 7%; width: 100%; display: block; line-height: 1.5rem; } .card-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%); color:white; } .even .card-btn { border-radius: 20px; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); float: right; display: block; transition-duration: 0.3s; width: 60%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center; text-decoration: none !important; font-size: 1.1vw; padding: 6px 8px; margin-right: 20%; margin-bottom: 10%; } .card-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%); color:white; } .card-btn{ border-radius: 20px !important; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); background-color: rgba(0, 0, 0, 0); float: right; display: block !important; transition-duration: 0.3s !important; width: 60%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center !important; text-decoration: none !important; font-size: 1.1vw !important; padding: 6px 8px !important; margin-right: 20%; margin-bottom: 10%; } .cell-content{ margin-top: 70%; text-align: right; padding-right: 8%; } .cell-content>span>i{ background: -webkit-linear-gradient(rgba(64,22,186,1), rgba(190,86,212,1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .cell-year{ font-family: fontY; width: 100%; display: block; font-size: 0.95vw; font-weight: bold; word-spacing: 5px; margin-top: 4%; color: #6C6A6A; } .cell-address{ font-size: 0.8vw; margin-top: 2%; width: 100%; display: block; text-align: right; } .cell-month{ font-family: fontY; width: 100%; display: block; font-size: 0.95vw; font-weight: bold; word-spacing: 5px; color: #6C6A6A; } .cell-beds{ font-size:0.8vw; } .cell-metre{ font-size:0.8vw; margin-left: 10%; } .cell-type{ font-size:0.8vw; margin-left: 10%; } .cell-btn.btn:hover{ background: linear-gradient(0deg, rgba(64,22,186,1) 2%, rgba(64,22,186,1) 27%, rgba(64,22,186,1) 70%) ; color:white; } .cell-btn{ border-radius: 20px !important; background: linear-gradient(0deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 70%, rgba(64,22,186,1) 70%); float: right; display: block !important; transition-duration: 0.3s !important; width: 40%; box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42); color: white !important; font-family: fontY; text-align: center; text-decoration: none !important; font-size: 0.9vw !important; padding: 3px 8px !important; margin-top: 3% !important; margin-bottom: 5% !important; } .cell-h3{ background-color:rgb(223,223,223,29%); border-bottom-left-radius:30px; border-bottom-right-radius:30px; font-size: 22px; text-align: center; position: absolute; z-index: 100; width: 85%; top: 42%; height: 10%; right: 7.5%; color: white !important; } .house-image{ position:absolute; border-radius:30px; width: 85%; height: 60%; left: 7.5%; bottom: 48%; z-index:99; } .number-li{ float:right; margin:0 5%; width:23%; } .carousel-buttons{ display: flex; margin-right: 37.1%; width: 70%; margin-bottom:5%; } .number-btn:hover{ color:white !important; background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .number-btn{ cursor: pointer; border: thin solid #4016BA !important; color: #4016BA !important; border-radius: 50% !important; background: transparent; float: right !important; display: block !important; font-family: fontY; text-align: center !important; text-decoration: none !important; font-size: 1vw !important; padding-right: 15px !important; padding-left: 15px !important; } .firstNum:hover{ color:white !important; background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .firstNum{ background: linear-gradient(0deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); color:white !important; } .next-btn.btn:hover{ background: linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); color:white; } .prev-btn.btn:hover{ color:white; background: linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); } .next-btn{ margin: 0 1.5% !important; transition-duration: 0.5s !important; float: right !important; font-family: fontY !important; display: block !important; text-align: center !important; text-decoration: none !important; padding: 6px !important; padding-left: 25px !important; padding-right: 25px !important; border-radius: 40px !important; font-size: 18px !important; border-top-left-radius: 15px !important; border-bottom-left-radius: 15px !important; background: linear-gradient(90deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 75%, rgba(64,22,186,1) 75%); } .prev-btn{ margin: 0 1.5% !important; float: left !important; transition-duration: 0.5s !important; font-family: fontY !important; padding-left: 25px !important; padding-right: 25px !important; display: block !important; text-align: center !important; text-decoration: none !important; border-radius: 40px !important; border-top-right-radius: 15px !important; border-bottom-right-radius: 15px !important; font-size: 18px; background: linear-gradient(90deg, rgba(64,22,186,1) 50%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%); } .slide{ padding:10px; padding-top:5%; min-width:80%; display:block; margin-right:10%; margin-left:10%; height:100%; border-top: thin solid #707070; } .cell{ margin-bottom:4%; position:relative; margin-right: 3%; height: 22vw; background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); border-radius:30px; -webkit-box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); -moz-box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); box-shadow: 0px 10px 8px -1px rgba(0,0,0,0.42); float:right; width: 22% ; margin-top: 4%; } .carousel-item{ width:100%; } .carousel-inner{ overflow:hidden; } .metrazh-content { display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; margin-top:1px; } .pishrafte-hide{ display:none; } .cost-content a:hover{ cursor:pointer; color: rgba(133,133,133,1.00); } .metrazh-content a { text-align:center; color: black; padding: 12px 16px; text-decoration: none !important;; display: block !important; } .metrazh-content a:hover { color:rgba(120,115,228,1.00);} .cost-content { display: none; position: absolute; background-color: #f1f1f1; border-radius:20px; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 5; margin-top:1px; } .cost-content a { color: black; padding: 12px 16px; text-align:center; text-decoration: none !important; display: block; } .cost-content a:hover {color:rgba(120,115,228,1.00);} .metrazhbtn input{ position: absolute; top: 10%; width: 35%; padding:0; text-align:center; height: 60%; } .metrazhbtn span{ font-size: 1.3vw; } .metrazhbtn{ text-align:right; background: transparent; color: rgba(64,22,186,1); width:100%; height:40px; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; border-radius: 25px; } .costbtn{ background: #F5F5F5; color: #ACACAC; width:100%; height:40px; font-size: 16px; border: none; line-height: 1.5; overflow: visible; box-sizing: border-box; border-radius: 25px; } .metrazh{ position:relative; float: right; width:46.2%; z-index: 2; margin-top: 2.5%; margin-right: 5%; } .cost{ position:relative; float: right; width:20%; margin-top: 2%; margin-right: 5%; } input { float:right; outline: none; text-align:right; border: none; height: 50px; margin-top:5px; border-radius: 25px; padding: 0 35px; padding-right:95px; display: block; width: 100%; background: #F5F5F5; font-size: 16px; line-height: 1.5; color: #666666; overflow: visible; box-sizing: border-box; } .wrapInput{ float:right; position: relative; margin-right:10px; margin-top:1.1%; width: 72%; z-index: 1; } .pishraftebtn{ background-color: transparent; font-family: fontN; width: 100%; color: white; font-size: 15px; border: none; } .mahalebtn { background-color: transparent; font-family: fontN; color: #6C6A6A; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #595656; font-size: 15px; border: none; } .mahalebtn:hover, .dropbtn:focus { color: rgb(71, 71, 71); outline:none; transition-duration: 0.3s; } .pishraftebtn:hover, .dropbtn:focus { color: rgba(150,150,150,1.00); outline:none; transition-duration: 0.3s; } .mahale { position: absolute; float: right; z-index: 2; margin-top: 20px; margin-right: 15px; } .mahale-content { display: none; position: absolute; height:200px; overflow:scroll; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1000; } .mahale-content a:hover{ cursor:pointer; color: rgba(133,133,133,1.00); } .mahale-content a { color: black; padding: 12px 16px; text-align:right; text-decoration: none !important; display: block; } .mahale-content a:hover {color:rgba(120,115,228,1.00);} .search-button .btn:hover{ color:white; } .search-button{ font-family: fontN; float: left; width: 20%; margin-top: 1.5%; margin-left: 1.5%; display: block; text-align: center; transition-duration: 0.3s; text-decoration: none !important; padding: 6px; border-radius: 30px; background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); } .clear-button{ float:left; width:174px; margin-top:10px; margin-left:10px; height:50px; display: block; text-align: center; text-decoration:none !important; padding:6px; border: medium dotted white; border-radius:30px; background:transparent; } .clear-button:hover{ border: medium solid white; } .buy-button .btn{ color:white; } .carousel-buttons .btn{ color:white; } .carousel-buttons .btn{ color:white; } .rent-button .btn{ color:#4016BA; } .search-button .btn{ color:white; } .clear-button .btn{ color:white; } .buy-button:hover{ background:#C2C2C2; } .buy-button:hover .btn{ color:#4016BA; } .rent-button:hover{ background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); } .rent-button:hover .btn{ color:white; } .buy-button{ transition-duration: 0.5s; font-family: fontN; float: right; display: block; text-align: center; text-decoration: none !important; padding: 6px; border-radius: 30px; font-size: 2vw; background: linear-gradient(0deg, rgba(118,50,197,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%); width: 45%; } .rent-button{ font-family: fontN; transition-duration: 0.5s; float: right; width: 45%; display: block; text-align: center; text-decoration: none !important; padding: 6px; border-radius: 30px; font-size: 2vw; background-color: #C2C2C2; } .rent-button button{ font-size:1.3vw } .buy-button button{ font-size:1.3vw } .search{ font-family: fontN; margin-top: 65%; margin-right: 22.5%; margin-bottom: 5%; z-index: 3; position: relative; width: 50%; height: 15vw; } .search-search{ float: right; width: 100%; } .search-search-text{ height: 70px; transition: height 1s; background-color: #C2C2C2; border-radius: 30px; margin-top: 10px; display: block; float: right; width: 100%; } .pishrafte-hide{ width:100%; } .search-pishrafte{ width:40%; height: 25px; text-align:center; margin-right: 29%; background-color:#C2C2C2; border-bottom-left-radius:30px; border-bottom-right-radius:30px; display: block; float:right; } .quote{ z-index:999; position:absolute; color:#C1C1C1; top:45%; width:40%; left:8%; text-align:center; } .head{ font-family: fontN; font-size: 1.5vw; margin-right: 5%; } .head-p{ font-family: fontN; font-size: 1.5vw; margin-right: 5%; } .scrolled{ background: rgba(191,191,191,0.9); transition-duration:0.5s; height:12%; } .icon-arrow{ color:white; font-size:20px; padding-left:10px } .home{ color:#BE56D4 !important; border-bottom: 2px solid #BE56D4 !important; } .logo{ margin-left: 8%; width: 20%; } h1{ font-size: 4.5vw !important; font-weight: bold !important; font-family: fontY; color: honeydew; } .background-building{ height:45vw; } .background{ height:71vw; } .icon{ background-color:white; border-radius:50px; color: rgba(146,21,201,1.00) ; padding:4px; font-size: 1.3vw; margin-right: 2%; } .navbar .btn{ color:white; } .navbar .btn:hover{ color:white; } .navbar .btn{ padding-left:0; font-size:1vw; width:100%; } .topul{ margin:0; width: 47%; color:white; height: 53px; list-style-type: none; transition-duration:0.5s; padding-top:0.5%; padding-bottom: 0.5%; } .topul li{ float:right; width: 50%;} .secProf{ background:linear-gradient(90deg, rgba(190,86,212,1) 0%, rgba(64,22,186,1) 100%, rgba(64,22,186,1) 100%) } .firstProf{ background:linear-gradient(90deg, rgba(64,22,186,1) 0%, rgba(190,86,212,1) 100%, rgba(190,86,212,1) 100%) } .secProf:hover{ transition-duration:0.3s; } .firstProf:hover{ transition-duration:0.3s; } .topul{ font-size:18px; padding-top: 0; } .atag{ transition-duration:0.3s; text-decoration:none !important; border-bottom-left-radius:50px; border-bottom-right-radius:30px; border-top-left-radius:50px; border-top-right-radius:30px; margin-left:20px; width: 90%; display: inline-block; padding: 1% 2%; } .body{ background:#EBEBEB; direction:rtl; overflow-x: hidden; font-family:fontY; } .dropbtn { background:transparent; color:white; border: none; margin:0; padding:0; transition-duration:0.5s; } .dropdown { position: relative; display: inline-block; } .navitems{ box-sizing: border-box; color: white; font-size:1.2vw; font-weight:bold; margin-top:0; margin-left: 24px; transition-duration: 0.5s; transition-property: all; border-bottom: 2px solid rgba(0,0,0,0); } .navitems:hover { color:#BE56D4; }
0.23092
0.074299
[hide] { display: none; } bold { font-weight: bold; } light { font-weight: lighter; } red { color: red; } blue { color: #007bff; } green { color: rgb(0, 141, 0); } greenyellow { color: greenyellow; } orange { color: orange; } orangered { color: orangered; } black { color: #030302; } pink { color: pink; } white { color: white; } [white] { background-color: white; } none /** Hides cursor */ { cursor: none; } [cursor="pointer"] { cursor: pointer; } [cursor="not-allowed"] { cursor: not-allowed; } [cursor="progress"] { cursor: progress; } [cursor="text"] { cursor: text; } [cursor="zoom-in"] { cursor: zoom-in; } [cursor="zoom-out"] { cursor: zoom-out; } [cursor="crosshair"] { cursor: crosshair; } [cursor="copy"] { cursor: copy; } [cursor="grab"] { cursor: grab; } [cursor="grabbing"] { cursor: grabbing; } [cursor="help"] { cursor: help; } [cursor="no-drop"] { cursor: no-drop; } [cursor="wait"] { cursor: wait; } [cursor="alias"] { cursor: alias; } [cursor="all-scroll"] { cursor: all-scroll; } [cursor="cell"] { cursor: cell; } [cursor="default"] { cursor: default; } [cursor="none"] { cursor: none; } [cursor="col-resize"] { cursor: col-resize; } [cursor="ne-resize"] { cursor: ne-resize; } [cursor="ns-resize"] { cursor: ns-resize; } [cursor="nw-resize"] { cursor: nw-resize; } [cursor="nwse-resize"] { cursor: nwse-resize; } [cursor="row-resize"] { cursor: row-resize; } [cursor="vertical-text"] { cursor: vertical-text; } [display="none"] { display: none; } [mute-text] { color: #6c757d; } p, h2, h3 { orphans: 3; widows: 3; } h1 { font-size: 2.2em; margin-top: 0; margin-bottom: 0.59318em; } h2 { font-size: 1.75em; margin-top: 0; margin-bottom: 0.73971em; } h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 0.87em; } h4 { font-size: 1.25em; margin-top: 0; margin-bottom: 1.044em; } h5 { font-size: 1.1em; margin-top: 0; margin-bottom: 1.18536em; } h6 { font-size: 1.1em; margin-top: 0; margin-bottom: 1.18636em; } small, .small /* text only */{ font-size: 80%; } p { font-size: 1em; } .center, [center] /** text only */ { text-align: center; } [textalign="end"] { text-align: end; } [textalign="left"] { text-align: left; } [textalign="right"] { text-align: right; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 1; overflow: visible; margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } italic /* text only */{ font-style: italic; } .uppercase, [uppercase] /* text only */{ text-transform: uppercase; } .lowercase, [lowercase] /* text only */{ text-transform: lowercase; } .capitalizer, [capitalizer] /* text only */{ text-transform: capitalize; } stick:before { content: "|"; margin: 0 0.5em; font-size: 1.6em; color: #555; font: normal normal normal 1em/1.45 "Roboto", Arial, Helvetica, sans-serif; font-size: inherit; } /** Media */ left { float: left; } right { float: right; } [center] { float: none; margin-left: auto; margin-right: auto; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; } m { text-align: cente; float: left; } [circle] /* for img only */ { border-radius: 30em; } img { border-style: none; vertical-align: middle; } /** Style */ html { font-size: 1em; } html:after { content: '[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]'; display: none; } body { color: #555; font: normal normal normal 1em/1.45 "Roboto", Arial, Helvetica, sans-serif; font-size: inherit; scroll-behavior: smooth; } [htop] { font-size: 4em; } [hcenter] { font-size: 3em; margin-top: -0.80em; } [middle] { text-align: center; } [hbody] { margin-top: 3em; margin-left: 5em; margin-right: 5em; } progress { display: -ms-flexbox; display: flex; text-align: center; background-color: #e9ecef; overflow: hidden; font-size: 0.75rem; line-height: 1em; border-radius: 0.25rem; } [progress-bar] { height: 1rem; line-height: 1rem; color: #fff; background-color: #007bff; transition: width 3.00s ease; } [container] { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; } .container { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; } @media (min-width: 576px) { .container { max-width: 545px; } } @media (min-width: 768px) { .container { max-width: 716px; } } @media (min-width: 980px) { .container { max-width: 960px; } } @media (min-width: 1208px) { .container { max-width: 1145px; } } @media (min-width: 360px) { .container { max-width: 360px; } } code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #f8f9fa; border-radius: 0.25rem; } a { color: rgb(13, 111, 216); text-decoration: none; cursor: pointer; } a:hover { color: rgb(0, 0, 0); } /** Buttons */ button { background: none; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; border: 1px solid transparent; transition: all 0.15s ease-in-out; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } [lg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; } [llg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 1.50rem; line-height: 1.5; } [lllg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 2rem; line-height: 1.5; } [third] { background: none; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; transition: all 0.15s ease-in-out; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-color: rgb(236, 16, 16); background-color: red; color: white; } [third]:hover { border-color: palegoldenrod; color: rgb(255, 255, 255); } [first] { border: 1px solid transparent; border-color: lightblue; } [first]:hover { background-color: lightblue; color: white; } [second] { border: 1px solid transparent; } [second]:hover { background-color: tomato; color: yellow; } [fit]{ display: block; width: 100%; } /** New Astributes */ /* badge */ badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 1em; } badge:empty { display: none; } [blue] { color: #fff; background-color: #007bff; border-color: #b8daff; } [red] { color: #fff; background-color: #ff1e00; border-color: #b8daff; } [green] { color: #fff; background-color: #0c8501; border-color: #b8daff; } [grey] { color: #fff; background-color: #4b4c4d; border-color: #b8daff; } [pink] { color: #fff; background-color: #ff00dd; border-color: #b8daff; } [purple] { color: #fff; background-color: #a605ac; border-color: #b8daff; } [orange] { color: #fff; background-color: #e06410; border-color: #b8daff; } [black] { color: #fff; background-color: #030302; border-color: #b8daff; } /* massege */ massege { margin-bottom: 1em; border: 1px solid; font-weight: lighter; padding: 1rem 1rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; border-radius: 5px; } [lightblue], [info] { color: #00356d; background-color: #97c8fd; border-color: #b8daff; } [lightgreen], [success] { color: #00801e; background-color: #d4edda; border-color: #c3e6cb; } [lightorange], [dismiss] { color: #794800; background-color: #ffeba9; border-color: #ffeeba; } [lightbrown] { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } [lightred], [error] { color: #a00010; background-color: #ffaeb5; border-color: #f6b7be; } /* navbar */ nav, [nav] { z-index: 1200; padding: 0.75rem; font-size: 100%; color: #ece4e4; margin: -0.50em; } [navlogo] { float: right; height: 4em; width: 4em; } /* animation */ [animate="superslow"], [sp]{ transition: all 2s ease-in-out; animation-duration: 2s; } [animate] { } [animate="slow"], [slow], [s]{ transition: all 1s ease-in-out; animation-duration: 1s; } [animate="medium"], [m]{ transition: all 0.5s ease-in-out; animation-duration: 0.5s; } [animate="fast"], [f] { transition: all 0.2s ease-in-out; animation-duration: 0.2s; } /* Zooms */ [zoom="far"] { zoom: 60%; } [zoom="close"] { zoom: 120%; } [zoom="closer"] { zoom: 300%; } /* other */ .no-margin { margin: 0; } .no-padding { padding: 0; } [type="text"], [type="email"], textarea { height: 3em; max-width: 50em; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } [mobile] { max-width: 560px; margin-left: auto; margin-right: auto; margin-top: -0.50em; } /* block */ .block { width: 10rem; clear: none; border: none; float: left; } .block-1 { width: 15rem; clear: none; border: none; float: left; } .block-2 { width: 20rem; clear: none; border: none; float: left; } .block-3 { width: 25rem; clear: none; border: none; float: left; } .block-4 { width: 30rem; clear: none; border: none; float: left; } .block-5 { width: 35rem; clear: none; border: none; float: left; } .block-6 { width: 40rem; clear: none; border: none; float: left; } /* Extra */ .block-7 { width: 50rem; clear: none; border: none; float: left; } /* space */ .space, .s { margin: 2em; } .hs { margin: 1em; } .qs { margin: 0.50em; } .ds { margin: 4em; } /* invalid */ invalid { color: #dc3545; width: 100%; margin-top: 0.25rem; font-family: monospace; font-size: 0.50em; } /* dotted */ [dotted], .dotted { border: dotted; } /* margin */ [margin] { margin-left: 5em; }
hexicon.css
[hide] { display: none; } bold { font-weight: bold; } light { font-weight: lighter; } red { color: red; } blue { color: #007bff; } green { color: rgb(0, 141, 0); } greenyellow { color: greenyellow; } orange { color: orange; } orangered { color: orangered; } black { color: #030302; } pink { color: pink; } white { color: white; } [white] { background-color: white; } none /** Hides cursor */ { cursor: none; } [cursor="pointer"] { cursor: pointer; } [cursor="not-allowed"] { cursor: not-allowed; } [cursor="progress"] { cursor: progress; } [cursor="text"] { cursor: text; } [cursor="zoom-in"] { cursor: zoom-in; } [cursor="zoom-out"] { cursor: zoom-out; } [cursor="crosshair"] { cursor: crosshair; } [cursor="copy"] { cursor: copy; } [cursor="grab"] { cursor: grab; } [cursor="grabbing"] { cursor: grabbing; } [cursor="help"] { cursor: help; } [cursor="no-drop"] { cursor: no-drop; } [cursor="wait"] { cursor: wait; } [cursor="alias"] { cursor: alias; } [cursor="all-scroll"] { cursor: all-scroll; } [cursor="cell"] { cursor: cell; } [cursor="default"] { cursor: default; } [cursor="none"] { cursor: none; } [cursor="col-resize"] { cursor: col-resize; } [cursor="ne-resize"] { cursor: ne-resize; } [cursor="ns-resize"] { cursor: ns-resize; } [cursor="nw-resize"] { cursor: nw-resize; } [cursor="nwse-resize"] { cursor: nwse-resize; } [cursor="row-resize"] { cursor: row-resize; } [cursor="vertical-text"] { cursor: vertical-text; } [display="none"] { display: none; } [mute-text] { color: #6c757d; } p, h2, h3 { orphans: 3; widows: 3; } h1 { font-size: 2.2em; margin-top: 0; margin-bottom: 0.59318em; } h2 { font-size: 1.75em; margin-top: 0; margin-bottom: 0.73971em; } h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 0.87em; } h4 { font-size: 1.25em; margin-top: 0; margin-bottom: 1.044em; } h5 { font-size: 1.1em; margin-top: 0; margin-bottom: 1.18536em; } h6 { font-size: 1.1em; margin-top: 0; margin-bottom: 1.18636em; } small, .small /* text only */{ font-size: 80%; } p { font-size: 1em; } .center, [center] /** text only */ { text-align: center; } [textalign="end"] { text-align: end; } [textalign="left"] { text-align: left; } [textalign="right"] { text-align: right; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 1; overflow: visible; margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } italic /* text only */{ font-style: italic; } .uppercase, [uppercase] /* text only */{ text-transform: uppercase; } .lowercase, [lowercase] /* text only */{ text-transform: lowercase; } .capitalizer, [capitalizer] /* text only */{ text-transform: capitalize; } stick:before { content: "|"; margin: 0 0.5em; font-size: 1.6em; color: #555; font: normal normal normal 1em/1.45 "Roboto", Arial, Helvetica, sans-serif; font-size: inherit; } /** Media */ left { float: left; } right { float: right; } [center] { float: none; margin-left: auto; margin-right: auto; -moz-justify-content: center; -webkit-justify-content: center; justify-content: center; } m { text-align: cente; float: left; } [circle] /* for img only */ { border-radius: 30em; } img { border-style: none; vertical-align: middle; } /** Style */ html { font-size: 1em; } html:after { content: '[{"name":"xlarge", "size":{"min":"1261px","max":""}},{"name":"large", "size":{"min":"961px","max":"1260px"}},{"name":"medium", "size":{"min":"641px","max":"960px"}},{"name":"small", "size":{"min":"321px","max":"640px"}},{"name":"tiny", "size":{"min":"","max":"320px"}}]'; display: none; } body { color: #555; font: normal normal normal 1em/1.45 "Roboto", Arial, Helvetica, sans-serif; font-size: inherit; scroll-behavior: smooth; } [htop] { font-size: 4em; } [hcenter] { font-size: 3em; margin-top: -0.80em; } [middle] { text-align: center; } [hbody] { margin-top: 3em; margin-left: 5em; margin-right: 5em; } progress { display: -ms-flexbox; display: flex; text-align: center; background-color: #e9ecef; overflow: hidden; font-size: 0.75rem; line-height: 1em; border-radius: 0.25rem; } [progress-bar] { height: 1rem; line-height: 1rem; color: #fff; background-color: #007bff; transition: width 3.00s ease; } [container] { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; } .container { margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; width: 100%; } @media (min-width: 576px) { .container { max-width: 545px; } } @media (min-width: 768px) { .container { max-width: 716px; } } @media (min-width: 980px) { .container { max-width: 960px; } } @media (min-width: 1208px) { .container { max-width: 1145px; } } @media (min-width: 360px) { .container { max-width: 360px; } } code { padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #f8f9fa; border-radius: 0.25rem; } a { color: rgb(13, 111, 216); text-decoration: none; cursor: pointer; } a:hover { color: rgb(0, 0, 0); } /** Buttons */ button { background: none; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; border: 1px solid transparent; transition: all 0.15s ease-in-out; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } [lg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; } [llg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 1.50rem; line-height: 1.5; } [lllg] /* enlargen everywere */{ padding: 0.5rem 1rem; font-size: 2rem; line-height: 1.5; } [third] { background: none; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; padding: 0.5rem 0.75rem; font-size: 1rem; line-height: 1.25; border-radius: 0.25rem; transition: all 0.15s ease-in-out; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-color: rgb(236, 16, 16); background-color: red; color: white; } [third]:hover { border-color: palegoldenrod; color: rgb(255, 255, 255); } [first] { border: 1px solid transparent; border-color: lightblue; } [first]:hover { background-color: lightblue; color: white; } [second] { border: 1px solid transparent; } [second]:hover { background-color: tomato; color: yellow; } [fit]{ display: block; width: 100%; } /** New Astributes */ /* badge */ badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 1em; } badge:empty { display: none; } [blue] { color: #fff; background-color: #007bff; border-color: #b8daff; } [red] { color: #fff; background-color: #ff1e00; border-color: #b8daff; } [green] { color: #fff; background-color: #0c8501; border-color: #b8daff; } [grey] { color: #fff; background-color: #4b4c4d; border-color: #b8daff; } [pink] { color: #fff; background-color: #ff00dd; border-color: #b8daff; } [purple] { color: #fff; background-color: #a605ac; border-color: #b8daff; } [orange] { color: #fff; background-color: #e06410; border-color: #b8daff; } [black] { color: #fff; background-color: #030302; border-color: #b8daff; } /* massege */ massege { margin-bottom: 1em; border: 1px solid; font-weight: lighter; padding: 1rem 1rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; border-radius: 5px; } [lightblue], [info] { color: #00356d; background-color: #97c8fd; border-color: #b8daff; } [lightgreen], [success] { color: #00801e; background-color: #d4edda; border-color: #c3e6cb; } [lightorange], [dismiss] { color: #794800; background-color: #ffeba9; border-color: #ffeeba; } [lightbrown] { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } [lightred], [error] { color: #a00010; background-color: #ffaeb5; border-color: #f6b7be; } /* navbar */ nav, [nav] { z-index: 1200; padding: 0.75rem; font-size: 100%; color: #ece4e4; margin: -0.50em; } [navlogo] { float: right; height: 4em; width: 4em; } /* animation */ [animate="superslow"], [sp]{ transition: all 2s ease-in-out; animation-duration: 2s; } [animate] { } [animate="slow"], [slow], [s]{ transition: all 1s ease-in-out; animation-duration: 1s; } [animate="medium"], [m]{ transition: all 0.5s ease-in-out; animation-duration: 0.5s; } [animate="fast"], [f] { transition: all 0.2s ease-in-out; animation-duration: 0.2s; } /* Zooms */ [zoom="far"] { zoom: 60%; } [zoom="close"] { zoom: 120%; } [zoom="closer"] { zoom: 300%; } /* other */ .no-margin { margin: 0; } .no-padding { padding: 0; } [type="text"], [type="email"], textarea { height: 3em; max-width: 50em; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } [mobile] { max-width: 560px; margin-left: auto; margin-right: auto; margin-top: -0.50em; } /* block */ .block { width: 10rem; clear: none; border: none; float: left; } .block-1 { width: 15rem; clear: none; border: none; float: left; } .block-2 { width: 20rem; clear: none; border: none; float: left; } .block-3 { width: 25rem; clear: none; border: none; float: left; } .block-4 { width: 30rem; clear: none; border: none; float: left; } .block-5 { width: 35rem; clear: none; border: none; float: left; } .block-6 { width: 40rem; clear: none; border: none; float: left; } /* Extra */ .block-7 { width: 50rem; clear: none; border: none; float: left; } /* space */ .space, .s { margin: 2em; } .hs { margin: 1em; } .qs { margin: 0.50em; } .ds { margin: 4em; } /* invalid */ invalid { color: #dc3545; width: 100%; margin-top: 0.25rem; font-family: monospace; font-size: 0.50em; } /* dotted */ [dotted], .dotted { border: dotted; } /* margin */ [margin] { margin-left: 5em; }
0.40439
0.094552
body{ margin: 0; font-family: Arial, Helvetica, sans-serif; background: #333; color: #fff; font-size: 1.1em; line-height: 1.5; text-align: center; } img { display: block; width: 100%; height: auto; } h1, h2, h3 { margin: 0; padding: 1em 0; } p { margin: 0; padding: 1em 0; } .btn { display: inline-block; background: #333; color:#fff; text-decoration: none; padding: 1em 2em; border: 1px solid #666; margin: .5em 0; flex-wrap: wrap; } .btn:hover { background: #eaeaea; color: #333; } .link { display: inline-flex; justify-content: space-around; text-align: center; background: #333; color:#fff; text-decoration: none; padding: 1em 1em 2em 1em; border: 1px solid #666; margin: .5em 0; border-radius: 24px; max-height: 12px; } .link:hover { background: #eaeaea; color: #333; } #showcase { min-height: 450px; color: #fff; text-align: center; } #showcase .bg-image { position: absolute; background: #333 url("../images/walle.jpeg"); background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 450px; z-index: -1; opacity: 0.6; } #showcase h1 { padding-top: 100px; padding-bottom: 0; } #showcase .content-wrap, #section-a .content-wrap { padding: 0 1.5em; } /* Section A */ /*#section-a .content-text { columns: 3; column-gap: 2em; }*/ #section-a .content-text p a { display: flex; padding-top: 0; flex: 1; } #section-a { background: #eaeaea; color: #333 } .top-box{ display: grid; align-items: center; justify-content: center; } .top-box-a { grid-area: top-box-a; } .top-box-b { grid-area: top-box-b; } .top-box-c { grid-area: top-box-c; } /* Section B */ .content-wrap, #section-b ul { grid-column: 2/4; } #section-b { padding: 2em 1em 1em; } #section-b ul{ display: flex; justify-content: space-around; } #section-b li{ width: 31%; } #section-b ul { list-style: none; margin: 0; padding: 0; /*display: flex;*/ justify-content: space-around; } #section-b li { margin-bottom: 1em; background: #fff; color: #333; width: 31%; } .card-content { padding: 1.5em; } /*Section C*/ #section-c { background: #fff; color: #333; padding: 2em; } /* Section D / Boxes*/ #section-d .box { padding:2em; color: #333; } #section-d .box:first-child { background: #d2d2d2; color: #fff; } .imgsize { display: block; margin-left: auto; margin-right: auto; width: 15%; } /* Footer */ #main-footer { padding: 2em; background: #000; color: #fff; text-align: center; } #main-footer a { color: #8ab82e; text-decoration: none; } .box, #main-footer div{ grid-column: span 2; } /*Media Queries*/ @media(min-width: 1080px) { #section-a .content-text { columns: 3; column-gap: 2em; } /*.main-nav ul { display: grid; grid-gap: 500px; padding: 0; list-style: none; grid-template-columns: repeat(2, 1fr); } .main-nav a { display: block; text-decoration: none; padding: 0.8rem; text-align: center; text-transform: uppercase; font-size: 1.1rem; }*/ #move-me { position: relative; } /*#section-d p { width: 200px; display: none; <<<<<<< HEAD }*/ /*#section-d p.open { ======= } #section-d p.open { >>>>>>> a545d7321726d1784de407e379d901a2b5ea87cb display: block; }*/ article{ font-family: Arial, sans-serif; font-size: 17px; line-height: 1.6; } .modal { display: none; position: fixed; z-index:1; left: 0; top:0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0,0,0,0.8); } .modal-content{ background-color: grey; color: black; margin: 10% auto; padding: 20px; width: 40%; min-height: 50%; box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 5px 8px 0 rgba(0,0,0,0.17); animation-name: modalopen; animation-duration: 1s; } .closeBtn{ color: #ccc; float: right; font-size: 30px; } .closeBtn:hover,.closeBtn:focus{ color: #000; float: right; text-decoration: none; cursor: pointer; } @keyframes modalopen{ from{ opacity: 0 } to { opacity: 2 } } .icon-bar a { margin:10px; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px; line-height: 100px; } .icon-bar a:hover { background-color: #000; } .github { background: black; color: white; } .linkedin { background: #007bb5; color: white; } .facebook { background: #3B5998; color: white; } .slider { animation: slide 50s infinite; background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; z-index: -1; } @keyframes slide{ 0%{ background-image: url("../images/frog.jpeg"); } 10%{ background-image: url("../images/board.jpg"); } 20%{ background-image: url("../images/grass.jpg"); } 30%{ background-image: url("../images/puter.jpeg"); } 40%{ background-image: url("../images/work.jpeg"); } 50%{ background-image: url("../images/frog.jpeg"); } 60%{ background-image: url("../images/board.jpg"); } 70%{ background-image: url("../images/moment.jpeg"); } 80%{ background-image: url("../images/puter.jpeg"); } 90%{ background-image: url("../images/work.jpeg"); } 100%{ background-image: url("../images/frog.jpeg"); } } .button{ background: #60af16; padding: 1em 1em; border-radius: 10px; color: #fff } .button:hover { background: #333; } .navig{ position: fixed; margin: 0px; padding: 0px; box-sizing: border-box; font-family:"Roboto", sans-serif; } #sidebar{ position: absolute; top: 0px; left: 0px; width: 200px; height: 100vh; background: transparent; text-align: center; transform-origin: left; /*transform: perspective(1200px) rotateY(90deg);*/ transition: all 400ms ease; } #sidebar ul li{ color: #ccc; font-size: 20px; width: 100%; height: 50px; line-height: 50px; list-style: none; padding: 15px 10px; border-bottom: 1px solid #222222; } #sidebar.active{ transform: perspective(1200px) rotateY(90deg); } #toggle-btn{ position: absolute; left: 30px; top: 20px; transition: left 200ms linear 0ms, transform 300ms, ease 100ms; } #toggle-btn.active{ left: 230px; transform: rotate(360deg); } #toggle-btn span{ position: relative; top: 0px; display: block; background: black; width: 30px; height: 5px; margin: 5px 0px; cursor: pointer; transition: transform 300ms ease 200ms; } #toggle-btn.active span:nth-child(1) { top: 10px; transform: rotate(45deg); } #toggle-btn.active span:nth-child(2) { opacity: 0; } #toggle-btn.active span:nth-child(3) { top: -10px; transform: rotate(-45deg); }
src/css/styles.css
body{ margin: 0; font-family: Arial, Helvetica, sans-serif; background: #333; color: #fff; font-size: 1.1em; line-height: 1.5; text-align: center; } img { display: block; width: 100%; height: auto; } h1, h2, h3 { margin: 0; padding: 1em 0; } p { margin: 0; padding: 1em 0; } .btn { display: inline-block; background: #333; color:#fff; text-decoration: none; padding: 1em 2em; border: 1px solid #666; margin: .5em 0; flex-wrap: wrap; } .btn:hover { background: #eaeaea; color: #333; } .link { display: inline-flex; justify-content: space-around; text-align: center; background: #333; color:#fff; text-decoration: none; padding: 1em 1em 2em 1em; border: 1px solid #666; margin: .5em 0; border-radius: 24px; max-height: 12px; } .link:hover { background: #eaeaea; color: #333; } #showcase { min-height: 450px; color: #fff; text-align: center; } #showcase .bg-image { position: absolute; background: #333 url("../images/walle.jpeg"); background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 450px; z-index: -1; opacity: 0.6; } #showcase h1 { padding-top: 100px; padding-bottom: 0; } #showcase .content-wrap, #section-a .content-wrap { padding: 0 1.5em; } /* Section A */ /*#section-a .content-text { columns: 3; column-gap: 2em; }*/ #section-a .content-text p a { display: flex; padding-top: 0; flex: 1; } #section-a { background: #eaeaea; color: #333 } .top-box{ display: grid; align-items: center; justify-content: center; } .top-box-a { grid-area: top-box-a; } .top-box-b { grid-area: top-box-b; } .top-box-c { grid-area: top-box-c; } /* Section B */ .content-wrap, #section-b ul { grid-column: 2/4; } #section-b { padding: 2em 1em 1em; } #section-b ul{ display: flex; justify-content: space-around; } #section-b li{ width: 31%; } #section-b ul { list-style: none; margin: 0; padding: 0; /*display: flex;*/ justify-content: space-around; } #section-b li { margin-bottom: 1em; background: #fff; color: #333; width: 31%; } .card-content { padding: 1.5em; } /*Section C*/ #section-c { background: #fff; color: #333; padding: 2em; } /* Section D / Boxes*/ #section-d .box { padding:2em; color: #333; } #section-d .box:first-child { background: #d2d2d2; color: #fff; } .imgsize { display: block; margin-left: auto; margin-right: auto; width: 15%; } /* Footer */ #main-footer { padding: 2em; background: #000; color: #fff; text-align: center; } #main-footer a { color: #8ab82e; text-decoration: none; } .box, #main-footer div{ grid-column: span 2; } /*Media Queries*/ @media(min-width: 1080px) { #section-a .content-text { columns: 3; column-gap: 2em; } /*.main-nav ul { display: grid; grid-gap: 500px; padding: 0; list-style: none; grid-template-columns: repeat(2, 1fr); } .main-nav a { display: block; text-decoration: none; padding: 0.8rem; text-align: center; text-transform: uppercase; font-size: 1.1rem; }*/ #move-me { position: relative; } /*#section-d p { width: 200px; display: none; <<<<<<< HEAD }*/ /*#section-d p.open { ======= } #section-d p.open { >>>>>>> a545d7321726d1784de407e379d901a2b5ea87cb display: block; }*/ article{ font-family: Arial, sans-serif; font-size: 17px; line-height: 1.6; } .modal { display: none; position: fixed; z-index:1; left: 0; top:0; height: 100%; width: 100%; overflow: auto; background-color: rgba(0,0,0,0.8); } .modal-content{ background-color: grey; color: black; margin: 10% auto; padding: 20px; width: 40%; min-height: 50%; box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 5px 8px 0 rgba(0,0,0,0.17); animation-name: modalopen; animation-duration: 1s; } .closeBtn{ color: #ccc; float: right; font-size: 30px; } .closeBtn:hover,.closeBtn:focus{ color: #000; float: right; text-decoration: none; cursor: pointer; } @keyframes modalopen{ from{ opacity: 0 } to { opacity: 2 } } .icon-bar a { margin:10px; text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px; line-height: 100px; } .icon-bar a:hover { background-color: #000; } .github { background: black; color: white; } .linkedin { background: #007bb5; color: white; } .facebook { background: #3B5998; color: white; } .slider { animation: slide 50s infinite; background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; z-index: -1; } @keyframes slide{ 0%{ background-image: url("../images/frog.jpeg"); } 10%{ background-image: url("../images/board.jpg"); } 20%{ background-image: url("../images/grass.jpg"); } 30%{ background-image: url("../images/puter.jpeg"); } 40%{ background-image: url("../images/work.jpeg"); } 50%{ background-image: url("../images/frog.jpeg"); } 60%{ background-image: url("../images/board.jpg"); } 70%{ background-image: url("../images/moment.jpeg"); } 80%{ background-image: url("../images/puter.jpeg"); } 90%{ background-image: url("../images/work.jpeg"); } 100%{ background-image: url("../images/frog.jpeg"); } } .button{ background: #60af16; padding: 1em 1em; border-radius: 10px; color: #fff } .button:hover { background: #333; } .navig{ position: fixed; margin: 0px; padding: 0px; box-sizing: border-box; font-family:"Roboto", sans-serif; } #sidebar{ position: absolute; top: 0px; left: 0px; width: 200px; height: 100vh; background: transparent; text-align: center; transform-origin: left; /*transform: perspective(1200px) rotateY(90deg);*/ transition: all 400ms ease; } #sidebar ul li{ color: #ccc; font-size: 20px; width: 100%; height: 50px; line-height: 50px; list-style: none; padding: 15px 10px; border-bottom: 1px solid #222222; } #sidebar.active{ transform: perspective(1200px) rotateY(90deg); } #toggle-btn{ position: absolute; left: 30px; top: 20px; transition: left 200ms linear 0ms, transform 300ms, ease 100ms; } #toggle-btn.active{ left: 230px; transform: rotate(360deg); } #toggle-btn span{ position: relative; top: 0px; display: block; background: black; width: 30px; height: 5px; margin: 5px 0px; cursor: pointer; transition: transform 300ms ease 200ms; } #toggle-btn.active span:nth-child(1) { top: 10px; transform: rotate(45deg); } #toggle-btn.active span:nth-child(2) { opacity: 0; } #toggle-btn.active span:nth-child(3) { top: -10px; transform: rotate(-45deg); }
0.205296
0.065038
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /** * Base SlideDeck Styles */ /* line 50, ../scss/_base.scss */ html { height: 100%; overflow: hidden; } /* line 55, ../scss/_base.scss */ body { margin: 0; padding: 0; opacity: 0; height: 100%; width: 100%; overflow: hidden; color: #fff; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; -webkit-transition: opacity 800ms ease-in; -webkit-transition-delay: 100ms; -moz-transition: opacity 800ms ease-in 100ms; -o-transition: opacity 800ms ease-in 100ms; transition: opacity 800ms ease-in 100ms; } /* line 68, ../scss/_base.scss */ body.loaded { opacity: 1 !important; } /* line 73, ../scss/_base.scss */ input, button { vertical-align: middle; } /* line 77, ../scss/_base.scss */ slides > slide[hidden] { display: none !important; } /* line 81, ../scss/_base.scss */ slides { width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; -o-perspective: 1000; perspective: 1000; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: opacity 800ms ease-in; -webkit-transition-delay: 100ms; -moz-transition: opacity 800ms ease-in 100ms; -o-transition: opacity 800ms ease-in 100ms; transition: opacity 800ms ease-in 100ms; } /* line 93, ../scss/_base.scss */ slides > slide { display: block; position: absolute; overflow: hidden; left: 50%; top: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Slide styles */ /* line 105, ../scss/_base.scss */ article.fill iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; margin: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; z-index: -1; } /* line 120, ../scss/_base.scss */ slide.fill { background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* line 125, ../scss/_base.scss */ slide.fill img { position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; z-index: -1; } /* line 135, ../scss/_base.scss */ .transparent { opacity: 0; } /* line 4, ../scss/animation.scss */ .build > * { -webkit-transition: all 0.5s ease-in-out; -webkit-transition-delay: 0.2s; -moz-transition: all 0.5s ease-in-out 0.2s; -o-transition: all 0.5s ease-in-out 0.2s; transition: all 0.5s ease-in-out 0.2s; } /* line 8, ../scss/animation.scss */ .build .to-build { opacity: 0; -webkit-transform: translate3d(60px, 0, 0); -moz-transform: translate3d(60px, 0, 0); -ms-transform: translate3d(60px, 0, 0); -o-transform: translate3d(60px, 0, 0); transform: translate3d(60px, 0, 0); } /* line 14, ../scss/animation.scss */ slide[data-transition="horizontal3d"] { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transform-origin: 50% 50% -450px 50%; -moz-transform-origin: 50% 50% -450px 50%; -ms-transform-origin: 50% 50% -450px 50%; -o-transform-origin: 50% 50% -450px 50%; transform-origin: 50% 50% -450px 50%; } /* line 18, ../scss/animation.scss */ .layout-widescreen slide[data-transition="horizontal3d"] { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transform-origin: 50% 50% -550px 50%; -moz-transform-origin: 50% 50% -550px 50%; -ms-transform-origin: 50% 50% -550px 50%; -o-transform-origin: 50% 50% -550px 50%; transform-origin: 50% 50% -550px 50%; } /* line 23, ../scss/animation.scss */ slide[data-transition="horizontal3d"].next { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); } /* line 26, ../scss/animation.scss */ slide[data-transition="horizontal3d"].past { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); }
assets/css/animation.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /** * Base SlideDeck Styles */ /* line 50, ../scss/_base.scss */ html { height: 100%; overflow: hidden; } /* line 55, ../scss/_base.scss */ body { margin: 0; padding: 0; opacity: 0; height: 100%; width: 100%; overflow: hidden; color: #fff; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; -webkit-transition: opacity 800ms ease-in; -webkit-transition-delay: 100ms; -moz-transition: opacity 800ms ease-in 100ms; -o-transition: opacity 800ms ease-in 100ms; transition: opacity 800ms ease-in 100ms; } /* line 68, ../scss/_base.scss */ body.loaded { opacity: 1 !important; } /* line 73, ../scss/_base.scss */ input, button { vertical-align: middle; } /* line 77, ../scss/_base.scss */ slides > slide[hidden] { display: none !important; } /* line 81, ../scss/_base.scss */ slides { width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; -o-perspective: 1000; perspective: 1000; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: opacity 800ms ease-in; -webkit-transition-delay: 100ms; -moz-transition: opacity 800ms ease-in 100ms; -o-transition: opacity 800ms ease-in 100ms; transition: opacity 800ms ease-in 100ms; } /* line 93, ../scss/_base.scss */ slides > slide { display: block; position: absolute; overflow: hidden; left: 50%; top: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Slide styles */ /* line 105, ../scss/_base.scss */ article.fill iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; margin: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; z-index: -1; } /* line 120, ../scss/_base.scss */ slide.fill { background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* line 125, ../scss/_base.scss */ slide.fill img { position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; z-index: -1; } /* line 135, ../scss/_base.scss */ .transparent { opacity: 0; } /* line 4, ../scss/animation.scss */ .build > * { -webkit-transition: all 0.5s ease-in-out; -webkit-transition-delay: 0.2s; -moz-transition: all 0.5s ease-in-out 0.2s; -o-transition: all 0.5s ease-in-out 0.2s; transition: all 0.5s ease-in-out 0.2s; } /* line 8, ../scss/animation.scss */ .build .to-build { opacity: 0; -webkit-transform: translate3d(60px, 0, 0); -moz-transform: translate3d(60px, 0, 0); -ms-transform: translate3d(60px, 0, 0); -o-transform: translate3d(60px, 0, 0); transform: translate3d(60px, 0, 0); } /* line 14, ../scss/animation.scss */ slide[data-transition="horizontal3d"] { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transform-origin: 50% 50% -450px 50%; -moz-transform-origin: 50% 50% -450px 50%; -ms-transform-origin: 50% 50% -450px 50%; -o-transform-origin: 50% 50% -450px 50%; transform-origin: 50% 50% -450px 50%; } /* line 18, ../scss/animation.scss */ .layout-widescreen slide[data-transition="horizontal3d"] { -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transform-origin: 50% 50% -550px 50%; -moz-transform-origin: 50% 50% -550px 50%; -ms-transform-origin: 50% 50% -550px 50%; -o-transform-origin: 50% 50% -550px 50%; transform-origin: 50% 50% -550px 50%; } /* line 23, ../scss/animation.scss */ slide[data-transition="horizontal3d"].next { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); } /* line 26, ../scss/animation.scss */ slide[data-transition="horizontal3d"].past { -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); -ms-transform: rotateY(-90deg); -o-transform: rotateY(-90deg); transform: rotateY(-90deg); }
0.297878
0.052936
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap"); ::selection { background: #000000; color: #ffffff; } html, body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #000000; background: #ffffff; margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; width: 100%; min-height: 100%; } p, pre, code, address, area, article, aside, audio, video, embed, details, figure, img, iframe, nav, ol, ul, li, option, table, section, main, textarea, form, header { margin-bottom: 1em; } code, kbd, pre { font-family: monospace; } h1, h2, h3, h4, h5, h6 { font-weight: 800; color: #000000; letter-spacing: -0.04em; margin: 0 0 0.5em 0; } h1 { font-size: 3em; } h2 { font-size: 2em; } h3 { font-size: 1.8em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h6 { font-size: 1.1em; } a { color: #0077ec; text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } header { border-bottom: 1px solid #bdbdbd; display: block; padding: 1em 0; width: 100%; box-sizing: border-box; } nav { width: 100%; box-sizing: border-box; display: block; } hr { width: 100%; color: #bdbdbd; opacity: 0.5; margin: 2em 0; } code { background: #f8f8f8; border: 0.5px solid #bdbdbd; border-radius: 0.5em; padding: 0.25em; font-size: 1em; font-weight: 400; color: #000000; } pre { width: 100%; display: block; box-sizing: border-box; padding: 1em; border-top: 1em solid #bdbdbd; background: #f8f8f8; color: #000000; white-space: pre-wrap; overflow-x: auto; word-break: break-all; } details > summary { color: var(--text-color); cursor: pointer; outline: none; } ol, ul { margin-left: 0; } img, video, table, figure { width: 100%; box-sizing: border-box; } embed, iframe { max-width: 100%; box-sizing: border-box; } th, td { border-bottom: 1px solid #bdbdbd; } th { font-weight: 400; color: #555555; text-align: left; } td { color: #000000; } tr:hover { background: #f8f8f8; } blockquote { display: block; width: 100%; box-sizing: border-box; border-radius: 0.5em; background: #f8f8f8; color: #000000; margin: 0 0 1em 0; padding: 1em; } blockquote q { font-style: italic; } label { font-weight: 600; display: block; margin-bottom: 0.2em; cursor: pointer; } input[type=text], input[type=tel], input[type=number], input[type=file], input[type=password], input[type=search], input[type=url], select, textarea { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 400; border-radius: 0.5em; font-size: 1em; background: transparent; color: #000000; border: 0.5px solid #bdbdbd; padding: 8px 16px; outline: none; } input[type=text]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, input[type=password]:focus, input[type=search]:focus, input[type=url]:focus, select:focus, textarea:focus { border: 0.5px solid #0077ec; } button, a.button, input[type=submit], input[type=button], input[type=reset] { background: transparent; color: #000000; border: 0.5px solid #bdbdbd; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 600; padding: 8px 16px; border-radius: 0.5em; white-space: nowrap; font-size: 1em; text-decoration: none; letter-spacing: 0.1px; display: inline-block; box-sizing: border-box; } button:hover, a.button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background: #f8f8f8; cursor: pointer; text-decoration: none; } button:active, button:focus, a.button:active, a.button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus { outline: none; } button:disabled, a.button:disabled, input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled { color: #bdbdbd; border: 0.5px solid #f8f8f8; cursor: default; } button:disabled:hover, a.button:disabled:hover, input[type=submit]:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover { background: transparent; } button.primary-button, a.primary-button { background: #0077ec; color: #ffffff; border: 0.5px solid transparent; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 600; padding: 8px 16px; border-radius: 0.5em; white-space: nowrap; font-size: 1em; text-decoration: none; letter-spacing: 0.1px; display: inline-block; box-sizing: border-box; } button.primary-button:hover, a.primary-button:hover { background: #005db9; text-decoration: none; } button.primary-button:focus, button.primary-button:active, a.primary-button:focus, a.primary-button:active { background: #006ad3; text-decoration: none; outline: none; } button.primary-button:disabled, a.primary-button:disabled { background: #86c3ff; cursor: default; } footer { border-top: 1px solid #bdbdbd; width: 100%; box-sizing: border-box; display: block; padding: 1em 0; margin-top: 1em; } /* Utilities for marking up page */ .container { width: 50vw; margin: 0 auto; padding: 1em; box-sizing: border-box; } .full { display: block; width: 100%; box-sizing: border-box; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .border { border: 1px solid #bdbdbd; border-radius: 0.5em; } .background { background: #f8f8f8; } .primary-color { color: #0077ec; } /* Break point. For tablet: 1024px; For mobile: 640px; */ @media screen and (max-width: 1024px) { .container { width: 80vw; } } @media screen and (max-width: 640px) { .container { width: 100vw; } } /*# sourceMappingURL=light.css.map */
Assets/light.css
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap"); ::selection { background: #000000; color: #ffffff; } html, body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #000000; background: #ffffff; margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; width: 100%; min-height: 100%; } p, pre, code, address, area, article, aside, audio, video, embed, details, figure, img, iframe, nav, ol, ul, li, option, table, section, main, textarea, form, header { margin-bottom: 1em; } code, kbd, pre { font-family: monospace; } h1, h2, h3, h4, h5, h6 { font-weight: 800; color: #000000; letter-spacing: -0.04em; margin: 0 0 0.5em 0; } h1 { font-size: 3em; } h2 { font-size: 2em; } h3 { font-size: 1.8em; } h4 { font-size: 1.4em; } h5 { font-size: 1.2em; } h6 { font-size: 1.1em; } a { color: #0077ec; text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } header { border-bottom: 1px solid #bdbdbd; display: block; padding: 1em 0; width: 100%; box-sizing: border-box; } nav { width: 100%; box-sizing: border-box; display: block; } hr { width: 100%; color: #bdbdbd; opacity: 0.5; margin: 2em 0; } code { background: #f8f8f8; border: 0.5px solid #bdbdbd; border-radius: 0.5em; padding: 0.25em; font-size: 1em; font-weight: 400; color: #000000; } pre { width: 100%; display: block; box-sizing: border-box; padding: 1em; border-top: 1em solid #bdbdbd; background: #f8f8f8; color: #000000; white-space: pre-wrap; overflow-x: auto; word-break: break-all; } details > summary { color: var(--text-color); cursor: pointer; outline: none; } ol, ul { margin-left: 0; } img, video, table, figure { width: 100%; box-sizing: border-box; } embed, iframe { max-width: 100%; box-sizing: border-box; } th, td { border-bottom: 1px solid #bdbdbd; } th { font-weight: 400; color: #555555; text-align: left; } td { color: #000000; } tr:hover { background: #f8f8f8; } blockquote { display: block; width: 100%; box-sizing: border-box; border-radius: 0.5em; background: #f8f8f8; color: #000000; margin: 0 0 1em 0; padding: 1em; } blockquote q { font-style: italic; } label { font-weight: 600; display: block; margin-bottom: 0.2em; cursor: pointer; } input[type=text], input[type=tel], input[type=number], input[type=file], input[type=password], input[type=search], input[type=url], select, textarea { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 400; border-radius: 0.5em; font-size: 1em; background: transparent; color: #000000; border: 0.5px solid #bdbdbd; padding: 8px 16px; outline: none; } input[type=text]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=file]:focus, input[type=password]:focus, input[type=search]:focus, input[type=url]:focus, select:focus, textarea:focus { border: 0.5px solid #0077ec; } button, a.button, input[type=submit], input[type=button], input[type=reset] { background: transparent; color: #000000; border: 0.5px solid #bdbdbd; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 600; padding: 8px 16px; border-radius: 0.5em; white-space: nowrap; font-size: 1em; text-decoration: none; letter-spacing: 0.1px; display: inline-block; box-sizing: border-box; } button:hover, a.button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background: #f8f8f8; cursor: pointer; text-decoration: none; } button:active, button:focus, a.button:active, a.button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus { outline: none; } button:disabled, a.button:disabled, input[type=submit]:disabled, input[type=button]:disabled, input[type=reset]:disabled { color: #bdbdbd; border: 0.5px solid #f8f8f8; cursor: default; } button:disabled:hover, a.button:disabled:hover, input[type=submit]:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover { background: transparent; } button.primary-button, a.primary-button { background: #0077ec; color: #ffffff; border: 0.5px solid transparent; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 600; padding: 8px 16px; border-radius: 0.5em; white-space: nowrap; font-size: 1em; text-decoration: none; letter-spacing: 0.1px; display: inline-block; box-sizing: border-box; } button.primary-button:hover, a.primary-button:hover { background: #005db9; text-decoration: none; } button.primary-button:focus, button.primary-button:active, a.primary-button:focus, a.primary-button:active { background: #006ad3; text-decoration: none; outline: none; } button.primary-button:disabled, a.primary-button:disabled { background: #86c3ff; cursor: default; } footer { border-top: 1px solid #bdbdbd; width: 100%; box-sizing: border-box; display: block; padding: 1em 0; margin-top: 1em; } /* Utilities for marking up page */ .container { width: 50vw; margin: 0 auto; padding: 1em; box-sizing: border-box; } .full { display: block; width: 100%; box-sizing: border-box; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .border { border: 1px solid #bdbdbd; border-radius: 0.5em; } .background { background: #f8f8f8; } .primary-color { color: #0077ec; } /* Break point. For tablet: 1024px; For mobile: 640px; */ @media screen and (max-width: 1024px) { .container { width: 80vw; } } @media screen and (max-width: 640px) { .container { width: 100vw; } } /*# sourceMappingURL=light.css.map */
0.358129
0.125199
*{ margin: 0; padding: 0; box-sizing: content-box; } body { background-color: #483c7a; background: linear-gradient(180deg, rgba(72,60,122,1) 0%, rgba(90,226,217,1) 79%, rgba(90,226,217,1) 100%); max-width: 100vw; max-height: 100vh; display: flex; flex-direction: column; font-family: 'Montserrat', sans-serif; color: white; } .page__header { background-color: white; height: 10vh; display: flex; justify-content: center; align-items: center; max-width: 100vw; } .header__title{ font-size: 20px; color: #14416b; font-weight: 700; } .page__main { height: 90vh; display: flex; flex-direction: column; flex-grow: 1; /* justify-content: center; */ align-items: center; position: relative; } .main__options{ margin: 10px; text-align: center; } .nav__title{ font-size: 16px; } .input{ margin:10px 5px 10px 10px; } .btn__submit{ font-size: 16px; background-color: white; margin: 10px; padding: 5px 10px; border: 0; border-radius: 5px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #14416b; } /************** CARTAS ***************/ .cards__container{ list-style: none; max-width: 200px; display: flex; flex-wrap: wrap; justify-content: center; flex-wrap: wrap; } .memory-card{ width: 40px; height: 40px; margin:5px; border-radius: 10px; background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.2); position: relative; transition: 0.3s; backface-visibility: hidden; transform-style: preserve-3d; display:flex; justify-content: center; align-items: center; color: white ; } .memory-card:active{ transform: scale(0.98); transition: transform ease 0.1s } .card__front{ background-color: white; display:flex; justify-content: center; align-items: center; width: 40px; height: 40px; box-shadow: 1px 1px 2px 0px #696969; color: #0b969b; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transform: rotateY(-180deg); backface-visibility: hidden; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.2); border-radius: 10px; } .memory-card.flip { transform: rotateY(-180deg); } .fas { font-size: 25px; } /*++++++++++ MODAL +++++++++++++++*/ .modal__container { margin-top:70px; width: 280px; height: 300px; border-radius: 20px; /* background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); */ background-color: #fff; color:rgb(241, 125, 0); position: absolute; z-index: 5; display: flex; flex-direction: column; justify-content: center; align-items: center; } .modal__info{ text-align: center; width: 250px; font-weight: 700; font-size: 24px; } .modal__button{ height: 50px; margin: 25px auto; background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); border: 0; border-radius: 10px; font-family: 'Montserrat', sans-serif; color:white; font-size: 18px; font-weight: 700; padding:0 20px; } @media all and (min-width:768px) { .header__title{ font-size: 28px; } .input{ margin:10px 5px 10px 20px; } .cards__container{ max-width: 550px; } .memory-card{ width: 80px; height: 80px; margin:10px; border-radius: 15px; cursor: pointer; } .card__front{ width: 80px; height: 80px; border-radius: 15px; } .fas { font-size: 50px; } .modal__container { margin-top:90px; width: 500px; height: 390px; border-radius: 20px; background-color: #fff; } .modal__info{ width: 350px; font-size: 32px; } .modal__button{ height: 50px; margin: 25px auto; border-radius: 10px; font-size: 18px; padding:0 20px; } }
assets/css/styles.css
*{ margin: 0; padding: 0; box-sizing: content-box; } body { background-color: #483c7a; background: linear-gradient(180deg, rgba(72,60,122,1) 0%, rgba(90,226,217,1) 79%, rgba(90,226,217,1) 100%); max-width: 100vw; max-height: 100vh; display: flex; flex-direction: column; font-family: 'Montserrat', sans-serif; color: white; } .page__header { background-color: white; height: 10vh; display: flex; justify-content: center; align-items: center; max-width: 100vw; } .header__title{ font-size: 20px; color: #14416b; font-weight: 700; } .page__main { height: 90vh; display: flex; flex-direction: column; flex-grow: 1; /* justify-content: center; */ align-items: center; position: relative; } .main__options{ margin: 10px; text-align: center; } .nav__title{ font-size: 16px; } .input{ margin:10px 5px 10px 10px; } .btn__submit{ font-size: 16px; background-color: white; margin: 10px; padding: 5px 10px; border: 0; border-radius: 5px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #14416b; } /************** CARTAS ***************/ .cards__container{ list-style: none; max-width: 200px; display: flex; flex-wrap: wrap; justify-content: center; flex-wrap: wrap; } .memory-card{ width: 40px; height: 40px; margin:5px; border-radius: 10px; background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.2); position: relative; transition: 0.3s; backface-visibility: hidden; transform-style: preserve-3d; display:flex; justify-content: center; align-items: center; color: white ; } .memory-card:active{ transform: scale(0.98); transition: transform ease 0.1s } .card__front{ background-color: white; display:flex; justify-content: center; align-items: center; width: 40px; height: 40px; box-shadow: 1px 1px 2px 0px #696969; color: #0b969b; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transform: rotateY(-180deg); backface-visibility: hidden; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 4px 4px 10px rgba(0, 0, 0, 0.2); border-radius: 10px; } .memory-card.flip { transform: rotateY(-180deg); } .fas { font-size: 25px; } /*++++++++++ MODAL +++++++++++++++*/ .modal__container { margin-top:70px; width: 280px; height: 300px; border-radius: 20px; /* background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); */ background-color: #fff; color:rgb(241, 125, 0); position: absolute; z-index: 5; display: flex; flex-direction: column; justify-content: center; align-items: center; } .modal__info{ text-align: center; width: 250px; font-weight: 700; font-size: 24px; } .modal__button{ height: 50px; margin: 25px auto; background: rgba(247,52,163,1); background: linear-gradient(160deg, rgb(248, 83, 177) 0%, rgb(252, 160, 63) 80%); border: 0; border-radius: 10px; font-family: 'Montserrat', sans-serif; color:white; font-size: 18px; font-weight: 700; padding:0 20px; } @media all and (min-width:768px) { .header__title{ font-size: 28px; } .input{ margin:10px 5px 10px 20px; } .cards__container{ max-width: 550px; } .memory-card{ width: 80px; height: 80px; margin:10px; border-radius: 15px; cursor: pointer; } .card__front{ width: 80px; height: 80px; border-radius: 15px; } .fas { font-size: 50px; } .modal__container { margin-top:90px; width: 500px; height: 390px; border-radius: 20px; background-color: #fff; } .modal__info{ width: 350px; font-size: 32px; } .modal__button{ height: 50px; margin: 25px auto; border-radius: 10px; font-size: 18px; padding:0 20px; } }
0.385606
0.083031
* { margin: 0; padding: 0; font-family: sans-serif; } .hero { width: 100%; height: 100vh; background-image: url(assets/background.png); background-size: cover; background-position: center; position: relative; overflow: hidden; } .img-logo { width: 100px; cursor: pointer; } .navbar { width: 85%; height: 15%; margin: auto; display: flex; align-items: center; justify-content: space-between; } button { cursor: pointer; color: white; padding: 10px 25px; background: transparent; border: 1px solid white; border-radius: 70px; font-style: oblique; } .content { color: white; position: absolute; top: 50%; transform: translateY(-50%); left: 8%; z-index: 2; } .content small { cursor: default; } h1 { font-size: 80px; margin: 10px 0 30px; line-height: 80px; cursor: default; } .side_bar { width: 50px; height: 100vh; background: linear-gradient(270deg, rgba(14,65,210,0.950315160243785) 39%, rgba(1,168,127,1) 61%); position: absolute; right: 0; top: 0; } .menu { display: block; width: 25px; margin: 40px auto 0; } .social-links img, .useful-links img { width: 25px; margin: 5px auto; cursor: pointer; } .social-links { width: 50px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .useful-links { width: 50px; text-align: center; position: absolute; bottom: 30px; } .bubbles img { width: 50px; animation: bubbleFall 3s linear infinite; } .bubbles { width: 100%; display: flex; align-items: center; justify-content: space-between; /* justify-content: space-around; */ position: absolute; /* top: 50%; transform: translateY(-50%); */ bottom: -70px; } @keyframes bubbleFall{ 0%{ transform: translateY(0); opacity: 0; } 50%{ opacity: 1; } 70%{ opacity: 1; } 100%{ transform: translateY(-80vh); opacity: 0; } } .bubbles img:nth-child(1) { animation-delay: 2s; width: 25px; } .bubbles img:nth-child(2) { animation-delay: 4s; width: 75px; } .bubbles img:nth-child(3) { animation-delay: 1s; width: 10px; } .bubbles img:nth-child(4) { animation-delay: 5.5s; width: 40px; } .bubbles img:nth-child(5) { animation-delay: 3.5s; width: 150px; } .bubbles img:nth-child(6) { animation-delay: 3s; width: 75px; } .bubbles img:nth-child(7) { animation-delay: 5s; width: 5px; }
sites/site-2/Water Balls/style.css
* { margin: 0; padding: 0; font-family: sans-serif; } .hero { width: 100%; height: 100vh; background-image: url(assets/background.png); background-size: cover; background-position: center; position: relative; overflow: hidden; } .img-logo { width: 100px; cursor: pointer; } .navbar { width: 85%; height: 15%; margin: auto; display: flex; align-items: center; justify-content: space-between; } button { cursor: pointer; color: white; padding: 10px 25px; background: transparent; border: 1px solid white; border-radius: 70px; font-style: oblique; } .content { color: white; position: absolute; top: 50%; transform: translateY(-50%); left: 8%; z-index: 2; } .content small { cursor: default; } h1 { font-size: 80px; margin: 10px 0 30px; line-height: 80px; cursor: default; } .side_bar { width: 50px; height: 100vh; background: linear-gradient(270deg, rgba(14,65,210,0.950315160243785) 39%, rgba(1,168,127,1) 61%); position: absolute; right: 0; top: 0; } .menu { display: block; width: 25px; margin: 40px auto 0; } .social-links img, .useful-links img { width: 25px; margin: 5px auto; cursor: pointer; } .social-links { width: 50px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .useful-links { width: 50px; text-align: center; position: absolute; bottom: 30px; } .bubbles img { width: 50px; animation: bubbleFall 3s linear infinite; } .bubbles { width: 100%; display: flex; align-items: center; justify-content: space-between; /* justify-content: space-around; */ position: absolute; /* top: 50%; transform: translateY(-50%); */ bottom: -70px; } @keyframes bubbleFall{ 0%{ transform: translateY(0); opacity: 0; } 50%{ opacity: 1; } 70%{ opacity: 1; } 100%{ transform: translateY(-80vh); opacity: 0; } } .bubbles img:nth-child(1) { animation-delay: 2s; width: 25px; } .bubbles img:nth-child(2) { animation-delay: 4s; width: 75px; } .bubbles img:nth-child(3) { animation-delay: 1s; width: 10px; } .bubbles img:nth-child(4) { animation-delay: 5.5s; width: 40px; } .bubbles img:nth-child(5) { animation-delay: 3.5s; width: 150px; } .bubbles img:nth-child(6) { animation-delay: 3s; width: 75px; } .bubbles img:nth-child(7) { animation-delay: 5s; width: 5px; }
0.613584
0.12817
* { font-family: "Trebuchet MS"; } body { background-color: #cccccc; padding: 40px; } .container { background-color: #ffffff; min-height: 300px; padding: 40px 20px; } .elements-list { margin-top: 20px; } .elements-list div { padding: 5px 0px; } .elements-list a{ font-size: 18px; color: #000000; } .context-menu { font-size: 17px; position: absolute; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5); margin: 3px; } .elements-list a.bold { font-size: 25px; } .context-menu-item { padding: 2px 3px; } .context-menu { cursor: pointer; padding: 2px; } .context-menu dt { background: #cccccc; } .context-menu div:hover { background: #cccccc; } .marked { background: #cccccc; } ul.breadcrumbs li { display: inline; } .sizes span { cursor: pointer; margin-right: 10px; font-weight: bold; } .sizes span:hover { background: #cccccc; } .bold { font-size: 18px; font-weight: bold; } .accurate-size { position: relative; top: 2px; } .login { font-size: 30px; margin-bottom: 30px; } .font-20 { font-size: 20px; } .font-25 { font-size: 25px; } .font-30 { font-size: 30px; } .used-space { margin-bottom: 0px; font-size: 14px; } .used-space span { display: inline-block; width: 110px; margin-right: 10px; text-align: left; } .available-space { font-size: 18px; color: rgb(92, 184, 92); } .available-space span { display: inline-block; text-align: left; width: 110px; margin-right: 10px; font-size: 14px; color: rgb(51, 51, 51); } .ajax-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; opacity: .5; filter: alpha(opacity=50); display: block; } .upload { overflow: hidden; position: relative; } .upload input { direction: ltr; position: absolute; top: 0; right: 0; margin: 0; opacity: 0; font-size: 200px; cursor: pointer; -ms-filter: 'alpha(opacity=0)'; direction: ltr; } /* bootstrap */ .modal-content,.btn { border-radius: 0; } .btn { padding: 2px 12px; } .modal-footer { padding: 20px 20px 20px; margin-top: 0; text-align: right; border-top: none; } .modal-header { border-bottom: none; } .modal-body { padding: 0 20px; } .progress { height: 25px; border-radius: 0; } .container { padding: 40px; } /* bootstrap */
examples/Disk/css/style.css
* { font-family: "Trebuchet MS"; } body { background-color: #cccccc; padding: 40px; } .container { background-color: #ffffff; min-height: 300px; padding: 40px 20px; } .elements-list { margin-top: 20px; } .elements-list div { padding: 5px 0px; } .elements-list a{ font-size: 18px; color: #000000; } .context-menu { font-size: 17px; position: absolute; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5); margin: 3px; } .elements-list a.bold { font-size: 25px; } .context-menu-item { padding: 2px 3px; } .context-menu { cursor: pointer; padding: 2px; } .context-menu dt { background: #cccccc; } .context-menu div:hover { background: #cccccc; } .marked { background: #cccccc; } ul.breadcrumbs li { display: inline; } .sizes span { cursor: pointer; margin-right: 10px; font-weight: bold; } .sizes span:hover { background: #cccccc; } .bold { font-size: 18px; font-weight: bold; } .accurate-size { position: relative; top: 2px; } .login { font-size: 30px; margin-bottom: 30px; } .font-20 { font-size: 20px; } .font-25 { font-size: 25px; } .font-30 { font-size: 30px; } .used-space { margin-bottom: 0px; font-size: 14px; } .used-space span { display: inline-block; width: 110px; margin-right: 10px; text-align: left; } .available-space { font-size: 18px; color: rgb(92, 184, 92); } .available-space span { display: inline-block; text-align: left; width: 110px; margin-right: 10px; font-size: 14px; color: rgb(51, 51, 51); } .ajax-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; opacity: .5; filter: alpha(opacity=50); display: block; } .upload { overflow: hidden; position: relative; } .upload input { direction: ltr; position: absolute; top: 0; right: 0; margin: 0; opacity: 0; font-size: 200px; cursor: pointer; -ms-filter: 'alpha(opacity=0)'; direction: ltr; } /* bootstrap */ .modal-content,.btn { border-radius: 0; } .btn { padding: 2px 12px; } .modal-footer { padding: 20px 20px 20px; margin-top: 0; text-align: right; border-top: none; } .modal-header { border-bottom: none; } .modal-body { padding: 0 20px; } .progress { height: 25px; border-radius: 0; } .container { padding: 40px; } /* bootstrap */
0.456652
0.127761
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; margin: auto; width: 70%; padding: 0px; background-color: #3cc8ad; } nav a{ color: white; } h1 { color: white; text-shadow: -1px -1px 0 #007e65, 1px -1px 0 #007e65, -1px 1px 0 #007e65, 1px 1px 0 #007e65; font-family: Comic Sans MS, Comic Sans, cursive; font-size: 60px; font-weight: 800; line-height: 70px; margin: 0 0 20px; text-align: center; } h2 { color: white; text-shadow: -1px -1px 0 #007e65, 1px -1px 0 #007e65, -1px 1px 0 #007e65, 1px 1px 0 #007e65; font-family: Comic Sans MS, Comic Sans, cursive; font-size: 30px; font-weight: 800; line-height: 36px; margin: 0 0 24px; text-align: center; } nav{ display:block; width:100%; height: 100px; margin: 15px; background-color: #fff; border: solid black; } nav p{ padding-top: 3px; padding-right: 10px; margin: 1px; font-size: 170%; float: right; } nav h2{ padding: 10px; margin: 2px; margin-right: 100px; font-size: 170%; float: right; background-color: #007e65; border: solid black; } nav h2:hover{ background-color:#00af8c; } nav button{ width: 8%; padding: 1px; margin-right: 10px; font-size: 130%; float: right; border: solid black; } section { margin: 10px; } * { font: inherit; } #punchWord { background-color: #007e65; box-shadow: 0 0 5px rgba(26, 188, 156, 0.96); padding: 3px 3px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(26, 188, 156, 0.96); border-radius: 30px; } input[type="color"] { margin-top: 5px; border: solid black; border-width: 1px; padding: 2px 4px 2px 4px; } .abouts{ width: 60%; font-size:130%; border: solid #007e65; padding: 10px 20px; margin: 10px auto; padding: 20px; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .inputs{ width: 37%; float: left; border: solid #007e65; padding: 10px 20px; margin: 10px auto; padding: 20px; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .inputs legend { font-size: 1.6em; margin-bottom: 10px; } .inputs #subLegend { font-size: 1.4em; margin-bottom: 5px; } .inputs p { margin-bottom:5px; } .inputs .number { background: #1abc9c; color: #fff; height: 30px; width: 30px; display: inline-block; font-size: 0.8em; margin-right: 4px; line-height: 30px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.2); border-radius: 15px 15px 15px 0px; } #controlDescr { font-size: 1.2em; float: left; margin-top: 8px; margin-right: 6px; } #homeA{ float:left; background:black; border-color:#007e65; padding:10px; font-size: 200%; } #homeA:hover{ background-color:#007e65; } textarea{ font-family: Georgia, "Times New Roman", Times, serif; background: rgba(255,255,255,.1); border: solid black; border-width: 1px; border-radius: 4px; font-size: 16px; margin: 0; outline: 0; padding: 7px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: #e8eeef; color:#8a97a0; -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; margin-bottom: 5px; } textarea:focus { background: #d2d9dd; } button{ position: relative; display: block; padding: 19px 39px 18px 39px; color: #FFF; margin: 0 auto; background: #1abc9c; font-size: 18px; text-align: center; font-style: normal; width: 100%; border: 1px solid #16a085; border-width: 1px 1px 3px; margin-bottom: 10px; } button:hover { background: #109177; } #download{ position: relative; float: left; display: block; padding: 15px 35px 14px 35px; color: #FFF; margin: 0 auto; background: #ee9600; font-size: 18px; text-align: center; font-style: normal; width: 30%; border: 1px solid #c57c00; border-width: 1px 1px 3px; margin-bottom: 10px; margin-right: 20px; } #download:hover { background: #c57c00; } .outputs{ width: 50%; float: right; border: solid #007e65; padding: 20px 15px; margin: 10px auto; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .outputs legend { font-size: 1.6em; } .outputs .number { background: #1abc9c; color: #fff; height: 30px; width: 30px; display: inline-block; font-size: 0.9em; margin-right: 5px; line-height: 28px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.2); border-radius: 15px 15px 15px 15px; } #meme-canvas { width: 100%; margin: 10px auto; } #mirror{ width: 100%; margin: 10px auto; } #selectMemeBack img{ width: 100px; height: 100px; display:none; } #logoImg{ float: left; width: 300px; height: 100px; } input[type=range] { width: 80%; margin: 8px 0; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 7px; cursor: pointer; background: rgba(26, 188, 156, 0.96); border-radius: 1.3px; border: 0.5px solid #010101; } input[type=range]::-webkit-slider-thumb { border: 0.3px solid #01001d; height: 23px; width: 23px; border-radius: 15px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -8.5px; } input[type=range]::-moz-range-track { width: 100%; height: 7px; cursor: pointer; background: rgba(26, 188, 156, 0.96); border-radius: 1.3px; border: 0.5px solid #010101; } input[type=range]::-moz-range-thumb { border: 0.3px solid #01001d; height: 23px; width: 23px; border-radius: 15px; background: #ffffff; cursor: pointer; } input[type=file] { padding: 10px; background: rgba(26, 188, 156, 0.96); border-radius: 5px; border: solid black; border-width: 1px; margin-bottom: 10px; } input[type=image] { height:100px; width: 100px; padding: 5px; } input[type=image]:focus { box-shadow: 0 0 5px rgba(26, 188, 156, 0.96); padding: 3px 3px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(26, 188, 156, 0.96); }
MemeGen/style.css
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; margin: auto; width: 70%; padding: 0px; background-color: #3cc8ad; } nav a{ color: white; } h1 { color: white; text-shadow: -1px -1px 0 #007e65, 1px -1px 0 #007e65, -1px 1px 0 #007e65, 1px 1px 0 #007e65; font-family: Comic Sans MS, Comic Sans, cursive; font-size: 60px; font-weight: 800; line-height: 70px; margin: 0 0 20px; text-align: center; } h2 { color: white; text-shadow: -1px -1px 0 #007e65, 1px -1px 0 #007e65, -1px 1px 0 #007e65, 1px 1px 0 #007e65; font-family: Comic Sans MS, Comic Sans, cursive; font-size: 30px; font-weight: 800; line-height: 36px; margin: 0 0 24px; text-align: center; } nav{ display:block; width:100%; height: 100px; margin: 15px; background-color: #fff; border: solid black; } nav p{ padding-top: 3px; padding-right: 10px; margin: 1px; font-size: 170%; float: right; } nav h2{ padding: 10px; margin: 2px; margin-right: 100px; font-size: 170%; float: right; background-color: #007e65; border: solid black; } nav h2:hover{ background-color:#00af8c; } nav button{ width: 8%; padding: 1px; margin-right: 10px; font-size: 130%; float: right; border: solid black; } section { margin: 10px; } * { font: inherit; } #punchWord { background-color: #007e65; box-shadow: 0 0 5px rgba(26, 188, 156, 0.96); padding: 3px 3px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(26, 188, 156, 0.96); border-radius: 30px; } input[type="color"] { margin-top: 5px; border: solid black; border-width: 1px; padding: 2px 4px 2px 4px; } .abouts{ width: 60%; font-size:130%; border: solid #007e65; padding: 10px 20px; margin: 10px auto; padding: 20px; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .inputs{ width: 37%; float: left; border: solid #007e65; padding: 10px 20px; margin: 10px auto; padding: 20px; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .inputs legend { font-size: 1.6em; margin-bottom: 10px; } .inputs #subLegend { font-size: 1.4em; margin-bottom: 5px; } .inputs p { margin-bottom:5px; } .inputs .number { background: #1abc9c; color: #fff; height: 30px; width: 30px; display: inline-block; font-size: 0.8em; margin-right: 4px; line-height: 30px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.2); border-radius: 15px 15px 15px 0px; } #controlDescr { font-size: 1.2em; float: left; margin-top: 8px; margin-right: 6px; } #homeA{ float:left; background:black; border-color:#007e65; padding:10px; font-size: 200%; } #homeA:hover{ background-color:#007e65; } textarea{ font-family: Georgia, "Times New Roman", Times, serif; background: rgba(255,255,255,.1); border: solid black; border-width: 1px; border-radius: 4px; font-size: 16px; margin: 0; outline: 0; padding: 7px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: #e8eeef; color:#8a97a0; -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; margin-bottom: 5px; } textarea:focus { background: #d2d9dd; } button{ position: relative; display: block; padding: 19px 39px 18px 39px; color: #FFF; margin: 0 auto; background: #1abc9c; font-size: 18px; text-align: center; font-style: normal; width: 100%; border: 1px solid #16a085; border-width: 1px 1px 3px; margin-bottom: 10px; } button:hover { background: #109177; } #download{ position: relative; float: left; display: block; padding: 15px 35px 14px 35px; color: #FFF; margin: 0 auto; background: #ee9600; font-size: 18px; text-align: center; font-style: normal; width: 30%; border: 1px solid #c57c00; border-width: 1px 1px 3px; margin-bottom: 10px; margin-right: 20px; } #download:hover { background: #c57c00; } .outputs{ width: 50%; float: right; border: solid #007e65; padding: 20px 15px; margin: 10px auto; background: #f4f7f8; border-radius: 8px; font-family: Georgia, "Times New Roman", Times, serif; } .outputs legend { font-size: 1.6em; } .outputs .number { background: #1abc9c; color: #fff; height: 30px; width: 30px; display: inline-block; font-size: 0.9em; margin-right: 5px; line-height: 28px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,0.2); border-radius: 15px 15px 15px 15px; } #meme-canvas { width: 100%; margin: 10px auto; } #mirror{ width: 100%; margin: 10px auto; } #selectMemeBack img{ width: 100px; height: 100px; display:none; } #logoImg{ float: left; width: 300px; height: 100px; } input[type=range] { width: 80%; margin: 8px 0; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 7px; cursor: pointer; background: rgba(26, 188, 156, 0.96); border-radius: 1.3px; border: 0.5px solid #010101; } input[type=range]::-webkit-slider-thumb { border: 0.3px solid #01001d; height: 23px; width: 23px; border-radius: 15px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -8.5px; } input[type=range]::-moz-range-track { width: 100%; height: 7px; cursor: pointer; background: rgba(26, 188, 156, 0.96); border-radius: 1.3px; border: 0.5px solid #010101; } input[type=range]::-moz-range-thumb { border: 0.3px solid #01001d; height: 23px; width: 23px; border-radius: 15px; background: #ffffff; cursor: pointer; } input[type=file] { padding: 10px; background: rgba(26, 188, 156, 0.96); border-radius: 5px; border: solid black; border-width: 1px; margin-bottom: 10px; } input[type=image] { height:100px; width: 100px; padding: 5px; } input[type=image]:focus { box-shadow: 0 0 5px rgba(26, 188, 156, 0.96); padding: 3px 3px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(26, 188, 156, 0.96); }
0.186354
0.118615
.sidebar { position: fixed; top: 0; height: 100%; left: 0; width: 100%; z-index: 100; transform: translateX(-100%); opacity: 0; transition: var(--transition); background: radial-gradient( 1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 1.5em 5.5em, radial-gradient( 2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55% ) 2.3em 4em, radial-gradient( 3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 3.5em 5.5em, radial-gradient(#faf1e9, #f2e4d4); background-color: var(--clr-background); background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%; background-repeat: repeat; } .sidebar--visible { transform: translateX(0); opacity: 1; } .sidebar__nav-links { margin-top: 2rem; } .sidebar__nav-links li { margin: 1rem 0; } .sidebar__nav-links li a { color: var(--clr-primary-4); } .sidebar__section { padding: 2rem 0; } .sidebar__close-btn { background: transparent; outline: none; border: none; font-size: 1.7rem; line-height: 1.7; color: var(--clr-primary-4); } @media (min-width: 800px) { .sidebar { transform: translateX(-100%) !important; } }
src/components/Navbar/Sidebar/Sidebar.css
.sidebar { position: fixed; top: 0; height: 100%; left: 0; width: 100%; z-index: 100; transform: translateX(-100%); opacity: 0; transition: var(--transition); background: radial-gradient( 1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 1.5em 5.5em, radial-gradient( 2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55% ) 2.3em 4em, radial-gradient( 3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 0 0, radial-gradient( 3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55% ) 3.5em 5.5em, radial-gradient(#faf1e9, #f2e4d4); background-color: var(--clr-background); background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%; background-repeat: repeat; } .sidebar--visible { transform: translateX(0); opacity: 1; } .sidebar__nav-links { margin-top: 2rem; } .sidebar__nav-links li { margin: 1rem 0; } .sidebar__nav-links li a { color: var(--clr-primary-4); } .sidebar__section { padding: 2rem 0; } .sidebar__close-btn { background: transparent; outline: none; border: none; font-size: 1.7rem; line-height: 1.7; color: var(--clr-primary-4); } @media (min-width: 800px) { .sidebar { transform: translateX(-100%) !important; } }
0.578448
0.142351
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype'); } @font-face { font-family: 'Ubuntu', sans-serif; font-style: normal; font-weight: 400; src: local('Ubuntu'), local('Ubuntu-Regular'), url(Ubuntu-Regular.woff2) format('woff2'), url(Ubuntu-Regular.woff) format('woff'), url(Ubuntu-Regular.ttf) format('truetype'); } @font-face { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(Roboto-Regular.woff2) format('woff2'), url(Roboto-Regular.woff) format('woff'), url(Roboto-Regular.ttf) format('truetype'); } .btn-large.icon { height: 30vh; width: 60vh; font-size: x-large; line-height: normal; } .material-icons { font-family: 'Material Icons'; font-size: 24px; /* Preferred icon size */ font-style: normal; font-weight: normal; direction: ltr; display: inline-block; letter-spacing: normal; line-height: 1; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; text-transform: none; white-space: nowrap; word-wrap: normal; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; } html { /* background-color: #EDECE8; color: #A3A28C; */ font-family: 'Ubuntu', sans-serif; font-size: large; } .col.s12.h50w100 { /* 50% of the screen height */ min-height: 42.5vh; min-width: 100vh; } .row.padding { /* 100% of the screen height */ padding: 5vh; } .ghc-blue { color: #98B0C4; } .ghc-bg-blue { background-color: #98B0C4; } .ghc-red { color: #D2C2BD; } .ghc-bg-red { background-color: #D2C2BD; } .ghc-green { color: #B4C391; } .ghc-bg-green { background-color: #B4C391; } .ghc-yellow { color: #F3E18D; } .ghc-bg-yellow { background-color: #F3E18D; } .ghc-bg-grey { background-color: #A3A28C; } .ghc-grey { color: #A3A28C; } .ghc-white { color: #ffffff; } .waves-effect.waves-red .waves-ripple { background-color: #E57373; } .waves-effect.waves-green .waves-ripple { background-color: #B2FF59; }
apps/custom_apps/quiz2/Quiz/html/css/style.css
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype'); } @font-face { font-family: 'Ubuntu', sans-serif; font-style: normal; font-weight: 400; src: local('Ubuntu'), local('Ubuntu-Regular'), url(Ubuntu-Regular.woff2) format('woff2'), url(Ubuntu-Regular.woff) format('woff'), url(Ubuntu-Regular.ttf) format('truetype'); } @font-face { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(Roboto-Regular.woff2) format('woff2'), url(Roboto-Regular.woff) format('woff'), url(Roboto-Regular.ttf) format('truetype'); } .btn-large.icon { height: 30vh; width: 60vh; font-size: x-large; line-height: normal; } .material-icons { font-family: 'Material Icons'; font-size: 24px; /* Preferred icon size */ font-style: normal; font-weight: normal; direction: ltr; display: inline-block; letter-spacing: normal; line-height: 1; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; text-transform: none; white-space: nowrap; word-wrap: normal; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; } html { /* background-color: #EDECE8; color: #A3A28C; */ font-family: 'Ubuntu', sans-serif; font-size: large; } .col.s12.h50w100 { /* 50% of the screen height */ min-height: 42.5vh; min-width: 100vh; } .row.padding { /* 100% of the screen height */ padding: 5vh; } .ghc-blue { color: #98B0C4; } .ghc-bg-blue { background-color: #98B0C4; } .ghc-red { color: #D2C2BD; } .ghc-bg-red { background-color: #D2C2BD; } .ghc-green { color: #B4C391; } .ghc-bg-green { background-color: #B4C391; } .ghc-yellow { color: #F3E18D; } .ghc-bg-yellow { background-color: #F3E18D; } .ghc-bg-grey { background-color: #A3A28C; } .ghc-grey { color: #A3A28C; } .ghc-white { color: #ffffff; } .waves-effect.waves-red .waves-ripple { background-color: #E57373; } .waves-effect.waves-green .waves-ripple { background-color: #B2FF59; }
0.364778
0.055926
@charset "UTF-8"; ul, ol, li { list-style: none; } body, header, footer, aside, article, section, hgroup, nav, menu, canvas, output, dialog, datalist, details, figure, figcaption, audio, video, progress, mark, time, object, embed, div, p, address, blockquote, pre, dl, dt, dd, ol, ul, li, map, table, caption, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, img, input, button, textarea, iframe, h1, h2, h3, h4, h5, h6 { border: medium none; margin: 0; padding: 0; } /**, html, body { font-size: 12px; font-family: 'PingFang SC', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', STHeiti, "Microsoft YaHei", "simsun", "sans-serif"; -webkit-font-smoothing: antialiased;}*/ body { font:14px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","寰蒋闆呴粦",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif; -webkit-font-smoothing: antialiased;} input, select, textarea { /*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/ -webkit-transition: box-shadow 0.1s ease-in-out; -moz-transition: box-shadow 0.1s ease-in-out; outline: none; } html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, label, textarea, p, blockquote, th, td { margin: 0; padding: 0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0) !important; } h1, h2, h3, h4, h5, h6 { /*font-weight:normal; */} header, footer, aside, article, section, hgroup, nav, menu, canvas, details, figure, figcaption, audio, video { display: block; } table { border-collapse: collapse; border-spacing: 0; table-layout: fixed; font-size: 12px; } /*address, i, em, dt { font-style: normal; font-weight: normal; }*/ button::-moz-focus-inner { border:0; padding: 0;} a{color:#333; text-decoration:none;} a:hover{color:#666;} .clearfix{clear:both;width:0px;height:0px;overflow:hidden;} /* * * * system * * * */ /*base*/ *:focus { outline: none; /*border-color: transparent;*/ } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*-moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;*/} .clearfix { zoom: 1; clear:both;} .clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; clear: both; } input::-webkit-input-placeholder { color:#999; } input:focus::-webkit-input-placeholder { color:#EEE; } input.checkbox, input.radio { display: inline-block; width: 16px; height: 16px; } a, button, input, textarea { -webkit-tap-highlight-color: rgba(0,0,0,0) !important; text-decoration: none; } /* textarea { resize: none; } */ .fl { float: left } .fr { float: right } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl15 { padding-left: 15px; } .pl20 { padding-left: 20px; } .pr5 { padding-right: 5px; } .pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .plr5 { padding-left: 5px; padding-right: 5px; } .plr10 { padding-left: 10px; padding-right: 10px; } .pt5 { padding-top: 5px; } .pt10 { padding-top: 10px; } .pt15 { padding-top: 15px; } .pt20 { padding-top: 20px; } .pt40 { padding-top: 40px; } .ptb20 { padding-top: 20px; padding-bottom: 20px; } .pb0 { padding-bottom: 0; } .pb5 { padding-bottom: 5px; } .pb10 { padding-bottom: 10px; } .pb20 { padding-bottom: 20px; } .ml5 { margin-left: 5px; } .ml8 { margin-left: 8px; } .ml9 { margin-left: 9px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml80 { margin-left: 80px; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; } .mt40 { margin-top: 40px; } .mt60 { margin-top: 60px; } .mt100 { margin-top: 100px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; } .mlf5, .mlr5 { margin-left: 5px; margin-right: 5px; } .auto { margin-left: auto; margin-right: auto; } .f12, .iconfont.f12 { font-size: 12px; } .f14, .iconfont.f14 { font-size: 14px; } .f16, .iconfont.f16 { font-size: 16px; } .f18, .iconfont.f18 { font-size: 18px; } .f24, .iconfont.f24 { font-size: 24px; } .f28, .iconfont.f28 { font-size: 28px; } .f32, .iconfont.f32 { font-size: 32px; } .f36, .iconfont.f36 { font-size: 36px; } .f48, .iconfont.f48 { font-size: 48px; } .text_center { text-align: center; } .text_left { text-align: left; } .text_right { text-align: right; } .lh30{ line-height:30px;} .cf_red { color: #f30; } .cf_green { color: #04ac71; } .cf_gray { color: #bbb; } .cf_brown { color: #607d8b; } .cf_blue { color: #78c2ea; } .cf_yellow { color: #f3cb12; } .cf_purple { color: #a88add; } .cf_flesh { color: #a498ae; } .cf_333{ color:#333;} .cf_666{ color:#666;} .cf_999{ color:#999;} .bg_red { background: #f30; } .bg_brown { background: #607d8b; } .bg_green { background: #04ac71; } .bg_blue { background: #78c2ea; } .bg_yellow { background: #f3cb12; } .bg_purple { background: #a88add; } .bg_flesh { background: #a498ae; } .bgf { background: #fff; } .bgf0 { background: #f0f0f0; } .bgf4 { background: #f4f4f4; } .bgea { background: #eaeaea; } .bgnone{ background:none !important;} .br3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .br5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .br10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .text-center{ text-align:center;} html { font-size: 12px } body { font-size: 12px; color: #666; background:#eaeaea;} body.bgf{ background:#fff;} .vertical { vertical-align: text-bottom; } .hide{ display: none} .show{ display: block} .blur{filter:blur(10px);} /*background gradient*/ .bgGreen{ background: -webkit-linear-gradient(left, #04ac71, #0fc183); background: -o-linear-gradient(right, #04ac71, #0fc183); background: -moz-linear-gradient(right, #04ac71, #0fc183); background: linear-gradient(to right, #04ac71 , #0fc183); } .bgRed{ background: -webkit-linear-gradient(left, #ff5497, #ff9859); background: -o-linear-gradient(right, #ff5497, #ff9859); background: -moz-linear-gradient(right, #ff5497, #ff9859); background: linear-gradient(to right, #ff5497 , #ff9859); } .bgYellow{ background: -webkit-linear-gradient(left, #ff9f39, #ffd52b); background: -o-linear-gradient(right, #ff9f39, #ffd52b); background: -moz-linear-gradient(right, #ff9f39, #ffd52b); background: linear-gradient(to right, #ff9f39 , #ffd52b); } .bgBlue{ background: -webkit-linear-gradient(left, #387eff, #59c2ff); background: -o-linear-gradient(right, #387eff, #59c2ff); background: -moz-linear-gradient(right, #387eff, #59c2ff); background: linear-gradient(to right, #387eff , #59c2ff); } .hoverImg:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } /* * base */ .baseGroup{ width:1280px; margin-left:auto; margin-right:auto;} .baseGroup.mt20{margin-top: 20px;} .baseGroup.mt40{margin-top: 40px;} .baseGroup.mt70{margin-top: 70px;} .baseGroup.mt100{margin-top: 100px;} .baseGroup.mb20{margin-bottom: 20px;} .baseGroup.w1240{width:1240px;} .baseGroup.w1200{width:1200px;} .baseGroup.w1100{width:1100px;} .baseGroup.w1000{width:1000px;} /*iconStatus*/ .iconStatus{ background:#04ac71; font-weight:normal; text-align:center; color:#fff; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; padding:4px 10px; font-size:12px; overflow:hidden;} .iconStatus.sm{ padding:2px 10px;} .iconStatus.gray{ background:#aaa;} .iconStatus.green{ background:#04ac71;} .iconStatus.red{ background:#f30;} .iconStatus.yellow{ background:#f3cb12;} .iconStatus.blue { background: #78c2ea; } .iconStatus.purple { background: #a88add; } .iconStatus.flesh { background: #a498ae; } .iconStatus.orange { background: #fd7d1d; } .iconChannelSite{ display:inline-block; width:50px; height:50px; background:url('../images/logo/logo_water.png') no-repeat center; background-size:50px; -moz-border-radius:50%; border-radius:50%; overflow:hidden;} .iconChannelSite.one{ background:url('../images/logo/logo_one.png') no-repeat center; background-size:50px;} .iconChannelSite.dxgh{ background:url('../images/logo/logo_dxgh.png') no-repeat center; background-size:50px;} .iconChannelSite.zhihu{ background:url('../images/logo/logo_zhihu.png') no-repeat center; background-size:50px;} .iconChannelSite.guoke{ background:url('../images/logo/logo_guoke.png') no-repeat center; background-size:50px;} .iconChannelSite.kr36{ background:url('../images/logo/logo_36k.png') no-repeat center; background-size:50px;} .iconChannelSite.xinshixiang{ background:url('../images/logo/logo_xinshixiang.png') no-repeat center; background-size:50px;} .iconChannelSite.pinwan{ background:url('../images/logo/logo_pinwan.png') no-repeat center; background-size:50px;} .iconChannelSite.haoqixin{ background:url('../images/logo/logo_haoqixin.png') no-repeat center; background-size:50px;} .iconChannelSite.chaping{ background:url('../images/logo/logo_chaping.png') no-repeat center; background-size:50px;} .iconChannelSite.huxiu{ background:url('../images/logo/logo_hx.png') no-repeat center; background-size:50px;} .iconChannelSite.renjian{ background:url('../images/logo/logo_renjian.png') no-repeat center; background-size:50px;} .iconChannelSite.zhenshigushi{ background:url('../images/logo/logo_zhenshigushi.png') no-repeat center; background-size:50px;} .iconChannelSite.douban{ background:url('../images/logo/logo_db.png') no-repeat center; background-size:50px;} .iconChannelSite.jiemian{ background:url('../images/logo/logo_jiemian.png') no-repeat center; background-size:50px;} .iconChannelSite.NGA{ background:url('../images/logo/logo_nga.png') no-repeat center; background-size:50px;} .iconChannelSite.wangyi{ background:url('../images/logo/logo_163.png') no-repeat center; background-size:50px;} .iconChannelSite.dgtle{ background:url('../images/logo/logo_dgtle.png') no-repeat center; background-size:50px;} .iconChannelSite.toutiao{ background:url('../images/logo/logo_toutiao.png') no-repeat center; background-size:50px;} .iconChannelSite.sina{ background:url('../images/logo/logo_sina.png') no-repeat center; background-size:50px;} .iconChannelSite.geekpark{ background:url('../images/logo/geekpark.png') no-repeat center; background-size:50px;} .iconChannelSite.jianshu{ background:url('../images/logo/logo_js.png') no-repeat center; background-size:50px;} .iconChannelSite.sspai{ background:url('../images/logo/icon_sspai.png') no-repeat center; background-size:50px;} .iconChannelSite.zcool{ background:url('../images/logo/icon_zcool.png') no-repeat center; background-size:50px;} .iconChannelSite.yan15{ background:url('../images/logo/icon_15yan.png') no-repeat center; background-size:50px;} .iconChannelSite.pt{ background:url('../images/logo/pt__logo.png') no-repeat center; background-size:50px;} /* jumpHref */ .jumpHrefGrid{ position: fixed; left: 0; top:0; width: 100%; height: 100%; z-index: 1200; overflow: hidden; text-align: center; background: #f6f6f6 url(../images/bgTree.png) repeat-x left bottom;} .jumpHrefGrid .hrefGroup{ width: 360px; height: 360px; padding-top: 120px; background: url('../images/logo_gold109.png') no-repeat center top; position: absolute; top:50%; left: 50%; margin-top: -180px; margin-left: -180px; text-align: center; color: #333; overflow: hidden;} .jumpHrefGrid .hrefGroup h4{ font-size: 18px; line-height: 30px; margin-top: 10px; margin-bottom: 10px;} .jumpHrefGrid .hrefGroup p{ font-size: 14px; line-height: 20px; margin-bottom: 10px;} .jumpHrefGrid .hrefGroup p span{ color: #04ac71; margin: 0 5px;} .jumpHrefGrid .hrefGroup .btn{ display: inline-block; padding: 0 20px; color: #04ac71; border-radius: 16px; line-height: 30px; font-size: 12px; border: 1px solid #04ac71;} /* commonSwiperPagination */ .commonSwiperPagination .swiper-pagination-bullets { bottom: 8px;} .commonSwiperPagination .swiper-pagination-bullet { width: 6px; height: 6px; border-radius: 3px; background: #d4d5d7; opacity: 1;} .commonSwiperPagination .swiper-pagination-bullet-active { width: 10px; background: #04ac71;} .indexPartyNext.swiper-button-next, .indexPartyPrev.swiper-button-prev { width: 16px; height: 26px; margin-top: -13px; background-size: 16px 26px;} .focusNext.swiper-button-next{ right:0;} .focusPrev.swiper-button-prev{ left:0;} .focusNext.swiper-button-white, .focusPrev.swiper-button-white{ background-size:16px; background-color:rgba(0,0,0,.05); width: 30px; height: 60px; margin-top: -30px; opacity:.3;} .focusNext:hover,.focusPrev:hover{ opacity:.6;} /* * system */ #pageGroup{} #pageGroup{margin:30px auto; font-size:14px; height:40px; line-height:40px; text-align:center;} #pageGroup a{ background:#fff; display:inline-block; color:#999; width:40px; height:40px; line-height:40px; text-align:center; -moz-border-radius:4px; border-radius:4px; margin:0 4px;} #pageGroup .nopage{} #pageGroup a:hover, #pageGroup .curpage{ background:#04ac71; color:#fff; vertical-align:top; -moz-transition: all .1s ease; -webkit-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease;} #pageGroup .pageinfo, #pageGroup a.homepage, #pageGroup a.endpage{ display:none;} /* * rest changyan */ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main{ background:none !important;} #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w{ display:none !important;} #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a button.btn-fw {background-image: url(../images/post-btn-dgy.png) !important;} #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a:hover button.btn-fw {background-image: url(../images/post-btn-dgy2.png) !important;} @media screen and (max-width: 768px) and (min-width: 415px) { } @media screen and (max-width: 414px) and (min-width: 376px) { } @media screen and (max-width: 375px) and (min-width: 321px) { } @media screen and (max-width: 320px) { html { font-size: 10px } } /*阅读全文按钮*/ .readall_box { position: relative; z-index: 99; padding: 0 0 0px; margin-top: -268px; text-align: center; } .readall_box .read_more_mask { height: 268px; background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0)); background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff)); background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0)); } .readall_box a.button{cursor: pointer;} <!--点赞打赏--> .thumbs-content{ width: 291px; margin: 30px auto 10px; text-align: center; } .thumbs-button,.reward-button{ text-align: center; margin: 5px auto; padding: 0 20px; line-height: 36px !important; color: #fbfbfb; text-decoration: none; font-weight: bold; font-size: 15px; border-radius: 25px; cursor: pointer; opacity: 1; transition: all 0.3s; } .thumbs-button{ background-color:#444; } .reward-button{ background-color:#cd4450; position: relative; } .thumbs-button:hover, .reward-button:hover{ opacity: 0.9; } .reward-button:hover .reward-bottom, .reward-button:hover .reward-bottom-top, .reward-button:hover .reward-content { display: block; } .reward-content { margin: 0; position: absolute; width: 418px; top: -266px; left: -175px; display: none; background: #fff; box-shadow: 0 0 10px #ccc; border: 1px solid #ccc; border-radius: 5px; } .reward-content .reward-img { width: 208px; height: 250px; float: left; font-size: 14px; text-align: center; line-height: 1em; color: #333; } .reward-content img { width: 200px; height: 200px; padding: 10px; } .reward-bottom, .reward-bottom-top { display: none; margin-left: -35px; position: absolute; top: -15px; left: 70px; letter-spacing: 0; font-size: 0; line-height: 0; border-style: solid dashed dashed dashed; border-width: 10px; border-color: #ccc transparent transparent transparent; width: 0; height: 0; } .reward-bottom-top { border-width: 9px; border-color: #fff transparent transparent transparent; left: 71px; } @media (max-width: 640px){ .reward-content{ width: 335px; top: -216px; } .reward-content .reward-img { width: 166px; height: 200px; } .reward-content img { width: 166px; height: 166px; } .blogs{ padding: 15px; margin-bottom: 15px; } .blogs .blogpic{ width: 120px; max-height: 70px; } .blogs .blogtitle{ white-space: inherit; height: 40px; text-align: justify; word-break: break-all; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 5px; font-size: 16px; line-height: 22px; } .blogs .blogtext,.blogs .bloginfo .read-more,.blogs .blog-type,.blogs:before{ display: none; } } /*评论*/ .mt-10 { margin-top: 10px; } .hr0 { height: 1px; border: none; border-top: 1px dashed #9db1c5; margin: 10px 0; } .btn-pri { color: #fff; background-color: #2287de; border-color: #2287de; } .btn-pri:hover { color: #fff !important; background: #0077dd; border-color: #0077dd; } .comment-main{ overflow: hidden; margin-bottom: 20px; background: #FFF; position: relative;background: #fff;padding: 15px; } .comment .CodeMirror { padding: 0px 10px; } .comment .CodeMirror, .comment .CodeMirror-scroll { min-height: 130px; max-height: 200px; border-radius: 4px } .comment .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { background: none; } .comment-title{ font-size: 15px; font-weight: 600; } .comment-main .input-group{ float: left; margin-bottom: 10px; } .comment li{ padding: 10px 0; border-bottom: 1px dashed #e5e5e5; } .comment-body .comment-user-img{ float: left; } .comment-body .comment-user-img>img{ width: 42px; height: 42px; border-radius: 50%; } .comment-body .comment-info{ margin-left: 55px; } .comment-body .comment-info .comment-time{ float: right; color: #c0c0c0; } .comment-body .comment-info .comment-content{ color: #566573; margin-top: 5px; } .comment-body .comment-info .comment-footer{ color: #999; text-align: right; } .comment-body .comment-info p{ margin: 0; } .comment-body .comment-info .reply,.comment-body .comment-info .cancel-reply{ cursor: pointer; } .comment-body .comment-info .reply:hover,.comment-body .comment-info .cancel-reply:hover{ color: #0077dd; } .comment-body .comment-parent .comment-parent-content{ padding: 5px 10px; background: #eeeeee; border-radius: 4px; margin: 5px 0; } .comment-more,.no-comment{ padding: 5px; text-align: center; background: #f5f5f5; color: #bbb; border-radius: 4px; } .comment-more{ margin-top: 10px; cursor: pointer; } .comment-link{ cursor: pointer; } .comment-describe p{ margin: 0; } .comment-describe .comment-describe-title{ margin: 0 0 10px 0; font-size: 20px; overflow: hidden; color: #555; font-weight: bold; } .comment-support:hover{ color: #0077dd; cursor: pointer; } .comment-support:before{ margin-right: 2px!important; } .comment .user-name-content{ margin-bottom: 10px; display: none; } .comment .user-name-content b:hover{ cursor: pointer; color: #0077dd ; } /*没有内容*/ .cy-my-page { margin:0 auto; position: relative; top: 0; left: 0; width: 630px; overflow: hidden; overflow-y: auto; display:block; } .cy-my-page .cy-my-comment-list { display: block; text-align: center; position: relative; top: calc(50% - 333px); } .cy-my-page>ul{display:inline-block; vertical-align: middle;} .cy-my-page .cy-my-comment-list .empty-hold-place { display: block; text-align: center; line-height: 16px; font-size: 16px; font-family: "Microsoft YaHei"; width: 345px; margin: 0 auto; padding-bottom: 50px; } .cy-my-page .cy-my-comment-list .empty-hold-place .pet-pic { width: 345px; height: 293px; background: url(../images/notice-empty.png); background-repeat: no-repeat; } .comment-empty-txt { color:#333; font-size:22px; font-family:"Comic Sans MS", cursive; margin-top: 20px; } .power-by-cy-txt { width: 345px; height: 16px; background-repeat: no-repeat; margin-top: 20px; color:#d2cccc; font-size: 14px; }
ruoyi-blog/src/main/resources/static/blog/pnews/css/dgy.base.min.css
@charset "UTF-8"; ul, ol, li { list-style: none; } body, header, footer, aside, article, section, hgroup, nav, menu, canvas, output, dialog, datalist, details, figure, figcaption, audio, video, progress, mark, time, object, embed, div, p, address, blockquote, pre, dl, dt, dd, ol, ul, li, map, table, caption, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, img, input, button, textarea, iframe, h1, h2, h3, h4, h5, h6 { border: medium none; margin: 0; padding: 0; } /**, html, body { font-size: 12px; font-family: 'PingFang SC', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', Tahoma, 'Hiragino Sans GB', STHeiti, "Microsoft YaHei", "simsun", "sans-serif"; -webkit-font-smoothing: antialiased;}*/ body { font:14px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","寰蒋闆呴粦",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif; -webkit-font-smoothing: antialiased;} input, select, textarea { /*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;*/ -webkit-transition: box-shadow 0.1s ease-in-out; -moz-transition: box-shadow 0.1s ease-in-out; outline: none; } html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, label, textarea, p, blockquote, th, td { margin: 0; padding: 0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0) !important; } h1, h2, h3, h4, h5, h6 { /*font-weight:normal; */} header, footer, aside, article, section, hgroup, nav, menu, canvas, details, figure, figcaption, audio, video { display: block; } table { border-collapse: collapse; border-spacing: 0; table-layout: fixed; font-size: 12px; } /*address, i, em, dt { font-style: normal; font-weight: normal; }*/ button::-moz-focus-inner { border:0; padding: 0;} a{color:#333; text-decoration:none;} a:hover{color:#666;} .clearfix{clear:both;width:0px;height:0px;overflow:hidden;} /* * * * system * * * */ /*base*/ *:focus { outline: none; /*border-color: transparent;*/ } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*-moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;*/} .clearfix { zoom: 1; clear:both;} .clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; clear: both; } input::-webkit-input-placeholder { color:#999; } input:focus::-webkit-input-placeholder { color:#EEE; } input.checkbox, input.radio { display: inline-block; width: 16px; height: 16px; } a, button, input, textarea { -webkit-tap-highlight-color: rgba(0,0,0,0) !important; text-decoration: none; } /* textarea { resize: none; } */ .fl { float: left } .fr { float: right } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl15 { padding-left: 15px; } .pl20 { padding-left: 20px; } .pr5 { padding-right: 5px; } .pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .plr5 { padding-left: 5px; padding-right: 5px; } .plr10 { padding-left: 10px; padding-right: 10px; } .pt5 { padding-top: 5px; } .pt10 { padding-top: 10px; } .pt15 { padding-top: 15px; } .pt20 { padding-top: 20px; } .pt40 { padding-top: 40px; } .ptb20 { padding-top: 20px; padding-bottom: 20px; } .pb0 { padding-bottom: 0; } .pb5 { padding-bottom: 5px; } .pb10 { padding-bottom: 10px; } .pb20 { padding-bottom: 20px; } .ml5 { margin-left: 5px; } .ml8 { margin-left: 8px; } .ml9 { margin-left: 9px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml80 { margin-left: 80px; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; } .mt40 { margin-top: 40px; } .mt60 { margin-top: 60px; } .mt100 { margin-top: 100px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 25px; } .mlf5, .mlr5 { margin-left: 5px; margin-right: 5px; } .auto { margin-left: auto; margin-right: auto; } .f12, .iconfont.f12 { font-size: 12px; } .f14, .iconfont.f14 { font-size: 14px; } .f16, .iconfont.f16 { font-size: 16px; } .f18, .iconfont.f18 { font-size: 18px; } .f24, .iconfont.f24 { font-size: 24px; } .f28, .iconfont.f28 { font-size: 28px; } .f32, .iconfont.f32 { font-size: 32px; } .f36, .iconfont.f36 { font-size: 36px; } .f48, .iconfont.f48 { font-size: 48px; } .text_center { text-align: center; } .text_left { text-align: left; } .text_right { text-align: right; } .lh30{ line-height:30px;} .cf_red { color: #f30; } .cf_green { color: #04ac71; } .cf_gray { color: #bbb; } .cf_brown { color: #607d8b; } .cf_blue { color: #78c2ea; } .cf_yellow { color: #f3cb12; } .cf_purple { color: #a88add; } .cf_flesh { color: #a498ae; } .cf_333{ color:#333;} .cf_666{ color:#666;} .cf_999{ color:#999;} .bg_red { background: #f30; } .bg_brown { background: #607d8b; } .bg_green { background: #04ac71; } .bg_blue { background: #78c2ea; } .bg_yellow { background: #f3cb12; } .bg_purple { background: #a88add; } .bg_flesh { background: #a498ae; } .bgf { background: #fff; } .bgf0 { background: #f0f0f0; } .bgf4 { background: #f4f4f4; } .bgea { background: #eaeaea; } .bgnone{ background:none !important;} .br3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .br5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .br10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } .text-center{ text-align:center;} html { font-size: 12px } body { font-size: 12px; color: #666; background:#eaeaea;} body.bgf{ background:#fff;} .vertical { vertical-align: text-bottom; } .hide{ display: none} .show{ display: block} .blur{filter:blur(10px);} /*background gradient*/ .bgGreen{ background: -webkit-linear-gradient(left, #04ac71, #0fc183); background: -o-linear-gradient(right, #04ac71, #0fc183); background: -moz-linear-gradient(right, #04ac71, #0fc183); background: linear-gradient(to right, #04ac71 , #0fc183); } .bgRed{ background: -webkit-linear-gradient(left, #ff5497, #ff9859); background: -o-linear-gradient(right, #ff5497, #ff9859); background: -moz-linear-gradient(right, #ff5497, #ff9859); background: linear-gradient(to right, #ff5497 , #ff9859); } .bgYellow{ background: -webkit-linear-gradient(left, #ff9f39, #ffd52b); background: -o-linear-gradient(right, #ff9f39, #ffd52b); background: -moz-linear-gradient(right, #ff9f39, #ffd52b); background: linear-gradient(to right, #ff9f39 , #ffd52b); } .bgBlue{ background: -webkit-linear-gradient(left, #387eff, #59c2ff); background: -o-linear-gradient(right, #387eff, #59c2ff); background: -moz-linear-gradient(right, #387eff, #59c2ff); background: linear-gradient(to right, #387eff , #59c2ff); } .hoverImg:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); } /* * base */ .baseGroup{ width:1280px; margin-left:auto; margin-right:auto;} .baseGroup.mt20{margin-top: 20px;} .baseGroup.mt40{margin-top: 40px;} .baseGroup.mt70{margin-top: 70px;} .baseGroup.mt100{margin-top: 100px;} .baseGroup.mb20{margin-bottom: 20px;} .baseGroup.w1240{width:1240px;} .baseGroup.w1200{width:1200px;} .baseGroup.w1100{width:1100px;} .baseGroup.w1000{width:1000px;} /*iconStatus*/ .iconStatus{ background:#04ac71; font-weight:normal; text-align:center; color:#fff; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; padding:4px 10px; font-size:12px; overflow:hidden;} .iconStatus.sm{ padding:2px 10px;} .iconStatus.gray{ background:#aaa;} .iconStatus.green{ background:#04ac71;} .iconStatus.red{ background:#f30;} .iconStatus.yellow{ background:#f3cb12;} .iconStatus.blue { background: #78c2ea; } .iconStatus.purple { background: #a88add; } .iconStatus.flesh { background: #a498ae; } .iconStatus.orange { background: #fd7d1d; } .iconChannelSite{ display:inline-block; width:50px; height:50px; background:url('../images/logo/logo_water.png') no-repeat center; background-size:50px; -moz-border-radius:50%; border-radius:50%; overflow:hidden;} .iconChannelSite.one{ background:url('../images/logo/logo_one.png') no-repeat center; background-size:50px;} .iconChannelSite.dxgh{ background:url('../images/logo/logo_dxgh.png') no-repeat center; background-size:50px;} .iconChannelSite.zhihu{ background:url('../images/logo/logo_zhihu.png') no-repeat center; background-size:50px;} .iconChannelSite.guoke{ background:url('../images/logo/logo_guoke.png') no-repeat center; background-size:50px;} .iconChannelSite.kr36{ background:url('../images/logo/logo_36k.png') no-repeat center; background-size:50px;} .iconChannelSite.xinshixiang{ background:url('../images/logo/logo_xinshixiang.png') no-repeat center; background-size:50px;} .iconChannelSite.pinwan{ background:url('../images/logo/logo_pinwan.png') no-repeat center; background-size:50px;} .iconChannelSite.haoqixin{ background:url('../images/logo/logo_haoqixin.png') no-repeat center; background-size:50px;} .iconChannelSite.chaping{ background:url('../images/logo/logo_chaping.png') no-repeat center; background-size:50px;} .iconChannelSite.huxiu{ background:url('../images/logo/logo_hx.png') no-repeat center; background-size:50px;} .iconChannelSite.renjian{ background:url('../images/logo/logo_renjian.png') no-repeat center; background-size:50px;} .iconChannelSite.zhenshigushi{ background:url('../images/logo/logo_zhenshigushi.png') no-repeat center; background-size:50px;} .iconChannelSite.douban{ background:url('../images/logo/logo_db.png') no-repeat center; background-size:50px;} .iconChannelSite.jiemian{ background:url('../images/logo/logo_jiemian.png') no-repeat center; background-size:50px;} .iconChannelSite.NGA{ background:url('../images/logo/logo_nga.png') no-repeat center; background-size:50px;} .iconChannelSite.wangyi{ background:url('../images/logo/logo_163.png') no-repeat center; background-size:50px;} .iconChannelSite.dgtle{ background:url('../images/logo/logo_dgtle.png') no-repeat center; background-size:50px;} .iconChannelSite.toutiao{ background:url('../images/logo/logo_toutiao.png') no-repeat center; background-size:50px;} .iconChannelSite.sina{ background:url('../images/logo/logo_sina.png') no-repeat center; background-size:50px;} .iconChannelSite.geekpark{ background:url('../images/logo/geekpark.png') no-repeat center; background-size:50px;} .iconChannelSite.jianshu{ background:url('../images/logo/logo_js.png') no-repeat center; background-size:50px;} .iconChannelSite.sspai{ background:url('../images/logo/icon_sspai.png') no-repeat center; background-size:50px;} .iconChannelSite.zcool{ background:url('../images/logo/icon_zcool.png') no-repeat center; background-size:50px;} .iconChannelSite.yan15{ background:url('../images/logo/icon_15yan.png') no-repeat center; background-size:50px;} .iconChannelSite.pt{ background:url('../images/logo/pt__logo.png') no-repeat center; background-size:50px;} /* jumpHref */ .jumpHrefGrid{ position: fixed; left: 0; top:0; width: 100%; height: 100%; z-index: 1200; overflow: hidden; text-align: center; background: #f6f6f6 url(../images/bgTree.png) repeat-x left bottom;} .jumpHrefGrid .hrefGroup{ width: 360px; height: 360px; padding-top: 120px; background: url('../images/logo_gold109.png') no-repeat center top; position: absolute; top:50%; left: 50%; margin-top: -180px; margin-left: -180px; text-align: center; color: #333; overflow: hidden;} .jumpHrefGrid .hrefGroup h4{ font-size: 18px; line-height: 30px; margin-top: 10px; margin-bottom: 10px;} .jumpHrefGrid .hrefGroup p{ font-size: 14px; line-height: 20px; margin-bottom: 10px;} .jumpHrefGrid .hrefGroup p span{ color: #04ac71; margin: 0 5px;} .jumpHrefGrid .hrefGroup .btn{ display: inline-block; padding: 0 20px; color: #04ac71; border-radius: 16px; line-height: 30px; font-size: 12px; border: 1px solid #04ac71;} /* commonSwiperPagination */ .commonSwiperPagination .swiper-pagination-bullets { bottom: 8px;} .commonSwiperPagination .swiper-pagination-bullet { width: 6px; height: 6px; border-radius: 3px; background: #d4d5d7; opacity: 1;} .commonSwiperPagination .swiper-pagination-bullet-active { width: 10px; background: #04ac71;} .indexPartyNext.swiper-button-next, .indexPartyPrev.swiper-button-prev { width: 16px; height: 26px; margin-top: -13px; background-size: 16px 26px;} .focusNext.swiper-button-next{ right:0;} .focusPrev.swiper-button-prev{ left:0;} .focusNext.swiper-button-white, .focusPrev.swiper-button-white{ background-size:16px; background-color:rgba(0,0,0,.05); width: 30px; height: 60px; margin-top: -30px; opacity:.3;} .focusNext:hover,.focusPrev:hover{ opacity:.6;} /* * system */ #pageGroup{} #pageGroup{margin:30px auto; font-size:14px; height:40px; line-height:40px; text-align:center;} #pageGroup a{ background:#fff; display:inline-block; color:#999; width:40px; height:40px; line-height:40px; text-align:center; -moz-border-radius:4px; border-radius:4px; margin:0 4px;} #pageGroup .nopage{} #pageGroup a:hover, #pageGroup .curpage{ background:#04ac71; color:#fff; vertical-align:top; -moz-transition: all .1s ease; -webkit-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease;} #pageGroup .pageinfo, #pageGroup a.homepage, #pageGroup a.endpage{ display:none;} /* * rest changyan */ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main{ background:none !important;} #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w{ display:none !important;} #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a button.btn-fw {background-image: url(../images/post-btn-dgy.png) !important;} #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a:hover button.btn-fw {background-image: url(../images/post-btn-dgy2.png) !important;} @media screen and (max-width: 768px) and (min-width: 415px) { } @media screen and (max-width: 414px) and (min-width: 376px) { } @media screen and (max-width: 375px) and (min-width: 321px) { } @media screen and (max-width: 320px) { html { font-size: 10px } } /*阅读全文按钮*/ .readall_box { position: relative; z-index: 99; padding: 0 0 0px; margin-top: -268px; text-align: center; } .readall_box .read_more_mask { height: 268px; background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0)); background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff)); background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0)); } .readall_box a.button{cursor: pointer;} <!--点赞打赏--> .thumbs-content{ width: 291px; margin: 30px auto 10px; text-align: center; } .thumbs-button,.reward-button{ text-align: center; margin: 5px auto; padding: 0 20px; line-height: 36px !important; color: #fbfbfb; text-decoration: none; font-weight: bold; font-size: 15px; border-radius: 25px; cursor: pointer; opacity: 1; transition: all 0.3s; } .thumbs-button{ background-color:#444; } .reward-button{ background-color:#cd4450; position: relative; } .thumbs-button:hover, .reward-button:hover{ opacity: 0.9; } .reward-button:hover .reward-bottom, .reward-button:hover .reward-bottom-top, .reward-button:hover .reward-content { display: block; } .reward-content { margin: 0; position: absolute; width: 418px; top: -266px; left: -175px; display: none; background: #fff; box-shadow: 0 0 10px #ccc; border: 1px solid #ccc; border-radius: 5px; } .reward-content .reward-img { width: 208px; height: 250px; float: left; font-size: 14px; text-align: center; line-height: 1em; color: #333; } .reward-content img { width: 200px; height: 200px; padding: 10px; } .reward-bottom, .reward-bottom-top { display: none; margin-left: -35px; position: absolute; top: -15px; left: 70px; letter-spacing: 0; font-size: 0; line-height: 0; border-style: solid dashed dashed dashed; border-width: 10px; border-color: #ccc transparent transparent transparent; width: 0; height: 0; } .reward-bottom-top { border-width: 9px; border-color: #fff transparent transparent transparent; left: 71px; } @media (max-width: 640px){ .reward-content{ width: 335px; top: -216px; } .reward-content .reward-img { width: 166px; height: 200px; } .reward-content img { width: 166px; height: 166px; } .blogs{ padding: 15px; margin-bottom: 15px; } .blogs .blogpic{ width: 120px; max-height: 70px; } .blogs .blogtitle{ white-space: inherit; height: 40px; text-align: justify; word-break: break-all; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-bottom: 5px; font-size: 16px; line-height: 22px; } .blogs .blogtext,.blogs .bloginfo .read-more,.blogs .blog-type,.blogs:before{ display: none; } } /*评论*/ .mt-10 { margin-top: 10px; } .hr0 { height: 1px; border: none; border-top: 1px dashed #9db1c5; margin: 10px 0; } .btn-pri { color: #fff; background-color: #2287de; border-color: #2287de; } .btn-pri:hover { color: #fff !important; background: #0077dd; border-color: #0077dd; } .comment-main{ overflow: hidden; margin-bottom: 20px; background: #FFF; position: relative;background: #fff;padding: 15px; } .comment .CodeMirror { padding: 0px 10px; } .comment .CodeMirror, .comment .CodeMirror-scroll { min-height: 130px; max-height: 200px; border-radius: 4px } .comment .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { background: none; } .comment-title{ font-size: 15px; font-weight: 600; } .comment-main .input-group{ float: left; margin-bottom: 10px; } .comment li{ padding: 10px 0; border-bottom: 1px dashed #e5e5e5; } .comment-body .comment-user-img{ float: left; } .comment-body .comment-user-img>img{ width: 42px; height: 42px; border-radius: 50%; } .comment-body .comment-info{ margin-left: 55px; } .comment-body .comment-info .comment-time{ float: right; color: #c0c0c0; } .comment-body .comment-info .comment-content{ color: #566573; margin-top: 5px; } .comment-body .comment-info .comment-footer{ color: #999; text-align: right; } .comment-body .comment-info p{ margin: 0; } .comment-body .comment-info .reply,.comment-body .comment-info .cancel-reply{ cursor: pointer; } .comment-body .comment-info .reply:hover,.comment-body .comment-info .cancel-reply:hover{ color: #0077dd; } .comment-body .comment-parent .comment-parent-content{ padding: 5px 10px; background: #eeeeee; border-radius: 4px; margin: 5px 0; } .comment-more,.no-comment{ padding: 5px; text-align: center; background: #f5f5f5; color: #bbb; border-radius: 4px; } .comment-more{ margin-top: 10px; cursor: pointer; } .comment-link{ cursor: pointer; } .comment-describe p{ margin: 0; } .comment-describe .comment-describe-title{ margin: 0 0 10px 0; font-size: 20px; overflow: hidden; color: #555; font-weight: bold; } .comment-support:hover{ color: #0077dd; cursor: pointer; } .comment-support:before{ margin-right: 2px!important; } .comment .user-name-content{ margin-bottom: 10px; display: none; } .comment .user-name-content b:hover{ cursor: pointer; color: #0077dd ; } /*没有内容*/ .cy-my-page { margin:0 auto; position: relative; top: 0; left: 0; width: 630px; overflow: hidden; overflow-y: auto; display:block; } .cy-my-page .cy-my-comment-list { display: block; text-align: center; position: relative; top: calc(50% - 333px); } .cy-my-page>ul{display:inline-block; vertical-align: middle;} .cy-my-page .cy-my-comment-list .empty-hold-place { display: block; text-align: center; line-height: 16px; font-size: 16px; font-family: "Microsoft YaHei"; width: 345px; margin: 0 auto; padding-bottom: 50px; } .cy-my-page .cy-my-comment-list .empty-hold-place .pet-pic { width: 345px; height: 293px; background: url(../images/notice-empty.png); background-repeat: no-repeat; } .comment-empty-txt { color:#333; font-size:22px; font-family:"Comic Sans MS", cursive; margin-top: 20px; } .power-by-cy-txt { width: 345px; height: 16px; background-repeat: no-repeat; margin-top: 20px; color:#d2cccc; font-size: 14px; }
0.361165
0.080141
@import url("../fonts/font-face.css"); *, a { font-family: "Vazir"; } .text-gray{ color: #8d8d8d; font-size: 0.8rem; } .blue { background-color: #0a5a94; } .red { background-color: #dd3333; } .green { background-color: #23d000; } .yellow { background-color: #fa9407; } @media print { .no-print { display: none !important; } } @media (min-width: 768px) { .custom-border-left { border-left: 1px solid rgba(0, 0, 0, 0.1); } .slick-slide { margin: 0px 10px; } .category-item:hover { border-right: 2px solid #dd3333; border-top: 1px solid rgba(0, 0, 0, 0.1) !important; } .custom-border-right { border-right: 1px solid rgba(255, 255, 255, 0.1); } .search { margin-right: 5rem !important; } .time{ margin-right: auto; } } @media (max-width: 768px) { /*.header .search{*/ /* width: 94% !important;*/ /*}*/ } @media (max-width: 991px) { .top-header .time { color: rgba(255,255,255,0.9) !important; } .center2{ width: 100% !important; } .header .navbar ul{ border-bottom: 3px solid #dd3333; } .header .search { width: 86%; } .single .news-info h2 { font-size: 0.9rem; } .mobile-hidden{ display: none !important; } .custom-border-bottom { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .header .navbar .navbar-collapse { background-color: #fff; } .header .navbar .nav-item:last-child a { border-bottom: none !important; } .header .navbar .nav-item .nav-link { text-align: right; margin-left: 1.5rem; color: #2e2e2e; border-bottom: 1px solid #dd3333; font-size: 0.9rem; font-weight: bold; padding: 15px; } .topitem2 .title2 h3 { background-color: rgba(0, 0, 0, 0.5); font-size: 1rem; } .bg-search{ padding-right: 2px; } } @media(min-width: 1160px){ .time{ display: block !important; } } @media(max-width: 1160px){ .time{ display: none !important; } } @media (min-width: 991px) { .header .top-header .follow { background-color: #1d1d1d; } .topitem2 .title2 h3 { background-color: rgba(0, 0, 0, 0.5); font-size: 1rem; } .header .navbar .logo-container { width: 280px !important; } .bg-search .carousel-container{ padding-right: 124px; } .single .news-info h2 { font-size: 1.1rem; } .triangle-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; bottom: 0px; right: 41px; } .top-header { background-color: #fff !important; } .top-header .follow { width: 280px !important; } .top-header .follow:before { left: -23px; width: 75px; -webkit-transform: skew(-50deg); transform: skew(-50deg); background-color: #1d1d1d; content: ""; position: absolute; top: 0; height: 100%; border-left: 10px solid #dd3333; } .search { width: 40% !important; } .navbar { border-top: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; } .navbar-nav{ margin-right:75px !important; } .navbar .navbar-brand:before { z-index: 100; left: -98px; width: 126px; -webkit-transform: skew(-50deg); transform: skew(-50deg); background-color: #fff; content: ""; position: absolute; top: 0; height: 100%; border-left: 10px solid #1d1d1d; } .navbar .middle{ height: 100px !important; padding-right: 33px !important; } .navbar .navbar-collapse { background-color: #dd3333 !important; height: 66px; } .navbar .nav-item { height: 100% !important; } .navbar .nav-item:first-child a { border-right: none !important; } .navbar .nav-item .nav-link { color: white; cursor: pointer; font-size: 0.9rem !important; font-weight: bold !important; padding: 0px 15px !important; height: 100% !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; border-right: 1px solid rgba(255, 255, 255, 0.2) !important; -webkit-transition: all 0.3s !important; transition: all 0.3s !important; margin-left: 0px !important; border-bottom: none !important; } .navbar .nav-item .nav-link:hover { background-color: #e63838; color: #fff; } .navbar .nav-item .nav-link:focus { color: #fff; } .bg-menu{ background-color: rgba(0,0,0,0.8) !important; } } body { background-color: rgba(0, 0, 0, 0.04); } .banner{ z-index: 202; position: relative; } .header .top-header { overflow: hidden; background-color: #1d1d1d; } .header .top-header img { opacity: 0.4; left: 7px; width: 483px; top: -65px; } .header .top-header .follow { position: relative; height: 33px; } .header .top-header .follow i { font-size: 0.9rem !important; cursor: pointer; padding: 0 10px; color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.3s; transition: all 0.3s; } .header .top-header .follow i:hover { color: white; } .header .top-header span { font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); width:240px; } .header .search { position: relative; } .header .bg-search { background-color: #c72e2e; height: 34px !important; border-bottom: 1px solid #d47070; } .header .bg-search .carousel a { color: #ececec; text-decoration: none !important; } .header .bg-search .carousel h6{ font-size: 0.8rem; } .header .bg-search .carousel h6 i{ font-size: 0.3rem; } .header .search input { background-color: rgb(77, 77, 77);; color: rgba(255,255,255, 0.9) !important; font-size: 0.8rem !important; border: none; border-radius: 2px; padding: 3px 10px 3px 30px; } .search button{ outline: none !important; box-shadow: none !important; border: none !important; left: -2px; background-color: transparent; top: 1px; } .header .search input:focus, .header .search input:active, .header .search input:-webkit-autofill, .header .search input:-webkit-autofill:hover, .header .search input:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s س!important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .header .search input::-webkit-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .header .search input:-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd !important; } .header .search-icon:hover { cursor: pointer; color: #808080; } .header .search-icon { left: 13px; top: 8px; color: #9c9c9c; z-index: 3; font-size: 0.8rem; -webkit-transform: scaleX(-1); transform: scaleX(-1); -webkit-transition: all 0.3s; transition: all 0.3s; background-color: transparent; border: none; box-shadow: none; outline: none; padding: 0px; } .header .navbar { border-top: 3px solid #dd3333; background-color: #fff; } .header .navbar .navbar-brand { text-align: center; } .header .navbar .logo-container { height: 100px; padding: 3px 0px; position: relative; z-index: 200; } .carousel-container .side .category { top: 0; right: 0; font-size: 0.6rem; font-weight: bold; color: #fff; padding: 5px; } .carousel-container .side h6 { font-size: 0.6rem; color: rgba(0, 0, 0, 0.7); } .carousel-container .side .roo_titr { font-size: 0.7rem; padding: 10px 5px 0px 0px; } .carousel-container .side a { font-size: 0.8rem; font-weight: bold; text-align: right; line-height: 20px; color: rgba(0, 0, 0, 0.8); margin-bottom: 8px; -webkit-transition: all 0.3s; transition: all 0.3s; } .carousel-container .side a:hover { color: #0a5a94; text-decoration: none; } .carousel-container .side p { font-size: 0.7rem; text-align: justify; color: rgba(0, 0, 0, 0.8); } .carousel-container .carousel-bg { background-color: #fafafa; border: 1px solid rgba(0, 0, 0, 0.1); overflow: hidden; } .main .category { margin-top: 15px; border: 1px solid rgba(0, 0, 0, 0.1); border-top: 2px solid #dd3333; background-color: #fff; } .main .category:first-child { margin-top: 0px; } .main .category span { text-align: left; font-weight: bold; font-size: 0.6rem; color: rgba(0, 0, 0, 0.6); margin: 5px 0px; } .main .category .right .subcategory { position: absolute !important; background-color: #dd3333; padding: 5px 15px; width: 150px; font-size: 0.8rem; color: #fff; bottom: -13px; text-align: right; } .main .category .right .position-absolute { position: absolute !important; background-color: #dd3333; padding: 5px 15px; width: 150px; font-size: 0.8rem; color: #fff; bottom: -13px; text-align: right; } .main .category .right a { font-size: 1rem; font-weight: bold; text-align: right; margin-top: 2px; color: #0c003a !important; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .category .right a:hover { color: #0a5a94 !important; text-decoration: none; } .main .category .right p { text-align: justify; font-size: 0.8rem; line-height: 24px; color: rgba(0, 0, 0, 0.8); } .main .category .left a { text-align: right; font-size: 0.8rem; margin-bottom: 0px; color: #383838; transition: all 0.3s; font-weight: bold; } .multimedia-info{ color: #505050 !important; font-size: 1rem; } .multimedia a { text-align: right; font-size: 0.8rem; margin-bottom: 0px; color: #d0d0d0; transition: all 0.3s; } .main .category .left a:hover { text-decoration: none; color: #0a5a94; } .multimedia a:hover { text-decoration: none; color: #e8e8e8; } .main .category .left .section { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 10px; margin-bottom: 10px; } .multimedia .section { border-bottom: 1px solid rgba(255,255,255, 0.2); padding-bottom: 10px; margin-bottom: 10px; } .multimedia .section:last-child { border-bottom: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } .main .category .left .section:last-child { border-bottom: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } .main .category .all a{ color: #d33; font-weight: bold; } .main .category .all a:hover{ color: rgba(0,0,0,0.8); text-decoration: none; } .main .formTab .nav { border: 1px solid rgba(0, 0, 0, 0.05); background-color: #fff; border-top: 2px solid #dd3333; } .main .formTab a.active { background-color: #dd3333; color: #fff; } .main .formTab a { width: 50%; border-radius: 0px !important; text-align: right; font-size: 0.8rem; color: rgba(0, 0, 0, 0.6); font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .formTab a:hover, .main .formTab a:focus { background-color: #dd3333; color: #fff; } .main .tab-content { border: 1px solid rgba(0, 0, 0, 0.1); border-top: 0px !important; background-color: #fff; } .main .tab-content .section { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom:10px; padding-bottom:10px; } .main .tab-content .section:last-child { border-bottom: 0px; } .main .tab-content .section a { cursor: pointer !important; text-decoration: none !important; } .main .tab-content .section a:hover .number { color: #0a5a94; } .main .tab-content .section a:hover h2 { color: #0a5a94; } .main .tab-content .section .number { color: #0a5a94; margin-bottom: 0px; padding-top: 3px; font-size: 0.8rem; 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; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .tab-content .section h2 { font-size: 0.8rem; text-align: justify; margin-right: 10px; color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 20px; font-weight: 600; } .main .tab-content .section span { text-align: left; padding-right: 37px; margin-top: 3px; font-size: 0.7rem; color: rgba(0, 0, 0, 0.4); } .line:before { content: " "; position: absolute; width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.2); right: 0; bottom: 0; } .line .title { font-size: 1rem; color: rgba(0, 0, 0, 0.8); font-weight: bold; } .line .title:after { content: " "; position: absolute; width: 100%; height: 1px; background-color: #dd3333; right: 0; bottom: 0; } .line .title:before { content: " "; position: absolute; width: 15px; height: 1px; background-color: #fff; left: -15px; bottom: 0; } .line a { cursor: pointer; color: rgba(0, 0, 0, 0.8); text-decoration: none; font-size: 1rem; font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; } .line a:hover { color: #dd3333; } .line .all { cursor: pointer; color: rgba(0, 0, 0, 0.8); text-decoration: none; font-size: 0.7rem; font-weight: bold; } .image-card{ background-color:rgba(0,0,0,0.93); } .image-card .all2{ border-top: 1px solid rgba(255,255,255,0.1); } .image-card .all2 a{ color: rgba(255,255,255,0.8); transition: all 0.3s; } .image-card .all2 a:hover{ text-decoration: none; color: #fff; } .image-card .section-title { color: rgba(255, 255, 255, 0.8); border-right: 3px solid #dd3333; font-size: 0.9rem; margin-bottom: 25px; } .image-card .video-hover { top: 0px; color: rgba(255,255,255,0.7); background-color: rgba(0, 0, 0, 0.3); font-size: 1.5rem; } .section-title { text-align: right; font-size: 1rem; color: rgba(0, 0, 0, 0.8); font-weight: bold; border-right: 3px solid #dd3333; padding-right: 10px; margin-bottom: 15px; } .topitem3{ transition: all 0.3s ease-in-out; } .topitem3 .title{ opacity: 0; font-size: 1rem; } .topitem3:hover .title{ opacity: 1; } .topitem2 { -webkit-transition: all 0.3s; transition: all 0.3s; overflow: hidden; } .topitem2 a { font-size: 0.8rem; line-height: 23px; color: #fff; } .topitem2 h3{ font-size: 1rem; line-height: 23px; color: #fff; } .topitem2 .carousel_roo_titr{ font-size: 1rem; line-height: 23px; color: #fff; } .topitem4 h4{ font-size: 0.8rem !important; line-height: 20px !important; color: rgba(0,0,0,0.7) !important; background-color: transparent !important; } .topitem4 .title a{ text-decoration: none !important; transition: all 0.3s; } .topitem4 .title a:hover h4{ color: #0a5a94 !important; } .multimedia img{ opacity:0.9; transition: all 0.3s; } .multimedia:hover img{ opacity:1; } .multimedia h3{ color: rgba(0,0,0,0.8) !important; transition: all 0.3s; font-size: 0.8rem; } .multimedia:hover h3{ text-decoration: none; color: #dd3333 !important; } .multimedia .video-hover{ top: 0px; right: 0px; z-index: 100; color: rgba(255,255,255,0.9); } .multimedia .customborder{ border: 1px solid rgba(255,255,255,0.5); } .topitem2 p { font-size: 0.9rem; line-height: 20px; } .topitem2 .hover { top: 100%; color: #fff; text-align: center; -webkit-transition: all 0.5s; transition: all 0.5s; z-index: 1; height: 100%; } .topitem2:hover .hover { top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0, 0, 0, 0.5); } .topitem2 .title { font-size: 0.9rem; bottom: 0px; color: white; text-align: right; -webkit-transition: all 0.6s; transition: all 0.6s; background-color: rgba(0, 0, 0, 0.5); } .videoSection a{ text-decoration: none!important; outline: none !important; box-shadow: none !important; border: none !important; } .custom-shadow { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); } .footer { background-color: #1d1d1d; } .footer .follow a { color: rgba(255, 255, 255, 0.8); font-size: 1.2rem; padding: 0px 10px; -webkit-transition: all 0.3s; transition: all 0.3s; } .footer .follow a:hover { color: #fff; } .footer .navigation { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 7px; } .footer .navigation .nav-item:last-child .nav-link:after { background-color: transparent !important; } .footer .navigation .nav-item .nav-link { color: #ffffffb3; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; } .footer .navigation .nav-item .nav-link:hover { color: #dd3333; } .footer .navigation .nav-item .nav-link:after { content: " "; width: 1px; position: absolute; top: 8px; left: 0px; background-color: #dd3333; height: 20px; } .footer .footer-title { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; text-align: right; font-weight: bold; margin-bottom: 15px; } .footer .news-navigation .nav-item { list-style-type: disc; color: #dd3333; padding: 5px 0px; } .footer .news-navigation .nav-item:first-child { padding-top: 0px !important; } .footer .news-navigation .nav-link { text-align: right !important; color: #c1c1c1; font-size: 0.8rem; padding: 0px; transition: all 0.3s; } .footer .news-navigation .nav-link:hover { color: #ececec; } .footer input, .footer textarea { background-color: #4d4d4d; color: rgba(255, 255, 255, 0.7) !important; font-size: 0.8rem !important; border: none; border-radius: 2px; padding: 3px 10px; } .footer input:focus, .footer input:active, .footer input:-webkit-autofill, .footer input:-webkit-autofill:hover, .footer input:-webkit-autofill:focus, .footer textarea:focus, .footer textarea:active, .footer textarea:-webkit-autofill, .footer textarea:-webkit-autofill:hover, .footer textarea:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s !important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .footer input::-webkit-input-placeholder, .footer textarea::-webkit-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input:-ms-input-placeholder, .footer textarea:-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input::-ms-input-placeholder, .footer textarea::-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input::placeholder, .footer textarea::placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer p { text-align: center; color: #c1c1c1; font-size: 0.8rem; } .footer-end{ background-color: rgba(0,0,0,0.9); } .footer-end p{ text-align: center; color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; } .footer-end .design , .footer-end .design a{ font-size: 0.7rem !important; color: rgba(255, 255, 255, 0.7) !important; } .roo-titr { color: rgba(0, 0, 0, 0.6); text-align: right; font-size: 0.7rem; font-weight: bold; margin-bottom: 3px; } .category-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1); border-right: 2px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s; transition: all 0.3s; } .type-icon{ top: 0px; right: 0px; width: 30px; height: 30px; background-color: rgba(255,255,255,0.6); color: rgba(0,0,0,0.5); } .type-icon2{ top: 0px; right: 0px; width: 20px; height: 20px; font-size: 0.7rem !important; background-color: rgba(255,255,255,0.6); color: rgba(0,0,0,0.5); } .category-item:hover { border-top: 2px solid #dd3333; } .category-item a { opacity: 0.9; color: rgba(0, 0, 0, 0.9); -webkit-transition: all 0.3s; transition: all 0.3s; } .category-item a:hover { text-decoration: none; opacity: 1; } .category-item a:hover h2 { color: #dd3333; } .category-item a h2 { text-align: justify; font-size: 0.8rem; font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 20px; } .category-item a p { font-size: 0.8rem; text-align: justify; color: rgba(0, 0, 0, 0.8); } .category-item a span { color: rgba(0, 0, 0, 0.8); font-size: 0.7rem; font-weight: bold; } .single .roo-titr { font-size: 0.8rem; margin-bottom: 10px; } .single .line .time { left: 0px; top: 33px; font-size: 0.7rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); } .single .line .share .dropdown-item { padding: 5px !important; color: rgba(0, 0, 0, 0.7) !important; border-bottom: 1px solid rgba(94, 55, 55, 0.1) !important; } .single .line .share a { padding: 0px 5px; color: rgba(0, 0, 0, 0.6); font-size: 0.75rem; } .single .line .share button { border: none !important; background: none !important; outline: none !important; box-shadow: none !important; color: rgba(0, 0, 0, 0.6); font-size: 0.75rem; } .single .news-info h2 { text-align: justify; font-weight: bold; color: #333; line-height: 30px; } .single .news-info p { text-align: justify; font-size: 0.9rem; line-height: 30px; } .single .news-info .summery { background: rgba(0, 0, 0, 0.02); padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); } .single .news-info .end { font-size: 0.8rem; position: relative; color: rgba(0,0,0,0.8); } .single .tagCard .tagItem { font-size: 0.7rem; background: rgba(0, 0, 0, 0.1); margin: 3px; -webkit-transition: all 0.3s; transition: all 0.3s; } .single .tagCard .tagItem:hover { background-color: #dd3333; } .single .tagCard .tagItem:hover a { color: #fff !important; } .single .tagCard .tagItem a { color: rgba(0, 0, 0, 0.7) !important; text-decoration: none !important; -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 0.8rem; } .btn-blue { font-size: 0.9rem; color: #fff; background-color: #0a5a94; border-radius: 2px; padding: 7px 30px; -webkit-transition: all 0.3s; transition: all 0.3s; } .btn-blue:hover { background-color: #0e75be; color: #fff; } .comment input, .comment textarea { color: rgba(14, 14, 14, 0.7) !important; font-size: 0.9rem !important; border-radius: 2px; } .comment input:focus, .comment input:active, .comment input:-webkit-autofill, .comment input:-webkit-autofill:hover, .comment input:-webkit-autofill:focus, .comment textarea:focus, .comment textarea:active, .comment textarea:-webkit-autofill, .comment textarea:-webkit-autofill:hover, .comment textarea:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s !important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; -webkit-text-fill-color: #3d3d3d !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .comment input::-webkit-input-placeholder, .comment textarea::-webkit-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input:-ms-input-placeholder, .comment textarea:-ms-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input::-ms-input-placeholder, .comment textarea::-ms-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input::placeholder, .comment textarea::placeholder { font-size: 0.8rem !important; color: #424242; } .comment .comment-card { background-color: rgba(0, 0, 0, 0.01); margin-top: 10px; } .comment .comment-card:first-child { margin-top: 0px; } .comment .comment-card h6 { text-align: right; font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); } .comment .comment-card p { text-align: justify; font-size: 0.9rem; color: rgba(0, 0, 0, 0.8); } .comment .comment-card button { border: 1px solid rgba(0, 0, 0, 0.1) !important; background-color: transparent; font-size: 0.8rem; color: rgba(0, 0, 0, 0.6); padding: 2px 30px; margin-bottom: 15px; outline: 0px !important; box-shadow: none !important; transition: all 0.3s; } .comment .comment-card button:hover { border: 1px solid rgba(0, 0, 0, 0.3) !important; color: rgba(0, 0, 0, 0.8); } .about-us h2 { text-align: right; font-size: 1rem; font-weight: bold; color: #fff; background-color: #0a5a94; padding: 10px 15px; } .about-us p { text-align: justify; line-height: 30px; font-size: 0.9rem; } .contact { margin-top: 10px; } .contact h5 { font-size: 0.9rem; font-weight: bold; } .carousel, .carousel-inner, .carousel-item, .carousel-item > img { height: 100% !important; } .navbar-toggler { outline: none !important; border: none !important; color: black !important; } .slick-next:before { color: rgba(255, 255, 255, 0.4) !important; font-family: "Font Awesome\ 5 Free" !important; font-size: 50px; display: block; text-align: center; content: "\f104" !important; color: rgba(0, 0, 0, 0.8); line-height: 38px; margin-bottom: 10px; font-weight: 900; } .slick-prev:before { color: rgba(255, 255, 255, 0.4) !important; font-family: "Font Awesome\ 5 Free" !important; font-size: 50px; display: block; text-align: center; content: "\f105" !important; color: rgba(0, 0, 0, 0.8); line-height: 38px; margin-bottom: 10px; font-weight: 900; } .slider { width: 70%; } .slider a{ border: none !important; outline: none !important; box-shadow: none !important; } .slick-slide img { width: 100%; } /*same height for slides*/ .slick-track { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .slick-slide { height: inherit !important; } .slick-slide div { height: 100% !important; } .fade-in { visibility: visible; opacity: 1; -webkit-transition: opacity 1s linear; transition: opacity 1s linear; } .fade-out { visibility: hidden; opacity: 0; -webkit-transition: visibility 0s 1s, opacity 1s linear; transition: visibility 0s 1s, opacity 1s linear; } /* custom select ------------------------------------------------------------------------------------*/ /* The container must be positioned relative: */ .custom-select { position: relative; padding: 0px !important; margin-bottom: 7px; border: none; } .custom-select select { display: none; /*hide original SELECT element: */ } .select-selected { background-color: #fff; text-align: right; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); } /* Style the arrow inside the select element: */ .select-selected:after { position: absolute; content: ""; top: 14px; left: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: rgb(114, 114, 114) transparent transparent transparent; } /* Point the arrow upwards when the select box is open (active): */ .select-selected.select-arrow-active:after { border-color: transparent transparent rgb(114, 114, 114) transparent; top: 7px; } .select-items div, .select-selected { color: rgb(114, 114, 114); padding: 8px 16px; border: 1px solid transparent; border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; cursor: pointer; font-size: 0.9rem; } /* Style items (options): */ .select-items { position: absolute; background-color: #fff; top: 100%; left: 0; right: 0; z-index: 99; text-align: right; font-size: 0.9rem; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } /* 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); } .btn-filter { color: #fff !important; background-color: rgba(13, 100, 143, 1); transition: all 0.3s; cursor: pointer; font-size: 0.8rem; border-radius: 1px; margin-bottom: 6px; } .btn-filter:hover { opacity: 0.9; } .searchPage input{ box-shadow: none !important; outline: none !important; border-radius: 0px; } /*dropdown menu------------------------------------------------------------------------*/ .navbar > li.dropdown.open { position: static; } .navbar > li.dropdown.open .dropdown-menu { /*display: table;*/ border-radius: 0px !important; width: 100%; text-align: center; right: 0; background-color: rgba(0,0,0,0.8) !important; } .dropdown-menu > li { /*display: table-cell;*/ height: 100%; vertical-align: middle; padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); text-align: right; } .dropdown-menu > li:last-child { border-bottom: none !important; } .dropdown-menu > li > a { color: rgba(255,255,255, 0.8) !important; font-size: 0.9rem; text-decoration: none !important; transition: all 0.3s; padding: 5px; } @media screen and (max-width: 1024px) { .dropdown-menu{ border: none !important; } .dropdown-menu > li { display: block; } .navbar > li.dropdown.open { position: static; } .navbar > li.dropdown.open .dropdown-menu { /*display: table;*/ border-radius: 0px !important; width: 100%; text-align: center; left: 0; right: 0; } .dropdown-menu > li { /*display: table-cell;*/ height: 100%; vertical-align: middle; padding: 10px; border-top: 1px solid rgba(0,0,0,0.1); margin:0px 22px ; } .dropdown-menu > li > a { color: rgba(0,0,0, 0.7) !important; font-size: 0.9rem; text-decoration: none !important; padding: 0px 10px !important; transition: all 0.3s; } } /*return to top--------------------------------------------------------------------*/ #return-to-top { position: fixed; z-index: 1000; bottom: 50px; right: 6px; /* background: rgb(0, 0, 0); */ background: #4d4d4d; width: 35px; height: 35px; display: block; text-decoration: none; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); } #return-to-top i { color: #fff; margin: 0; position: relative; left: 12px; top: 8px; font-size: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #return-to-top:hover i { color: #dd3333; top: 5px; } /*print----------------------------------------------------------------------*/ .print{ font-size: 1rem; color: rgba(0,0,0,0.7); } /*down page -------------------------------------------------------------------*/ .down{ width: 100%; height: 100vh; background:radial-gradient(#fff, #717171); } .down > div > h1{ font-size: 2rem; color: #ce3232; } .down > div > h6{ font-size: 1.1rem; color: #696969; } .down > .not-found { border-top: 2px solid rgba(0,0,0,0.3); background-color: rgba(255,255,255,0.3);; box-shadow: 0 0 3px rgba(0,0,0,0.2); } .down > .not-found > p{ font-size: 1rem; } .test{ background-color: #ce3232; color: #fff; z-index: 201; transform: rotate(45deg); width: 104px; top: 10px; right: -25px; text-align: center; padding: 2px 0px; font-weight: bold; } /*tag input style------------------------------------------------------------------------------*/ .bootstrap-tagsinput{ background-color: #0a5a94 !important; } .carousel-info{ min-width: 105px; } .carousel-inner{ padding: 0px 22px; } .carousel-control-next-costomize{ left: 10px !important; } .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vert .carousel-item-next, .vert .active.carousel-item-right { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100% ,0); } .vert .carousel-item-prev, .vert .active.carousel-item-left { -webkit-transform: translate3d(0,-100%, 0); transform: translate3d(0,-100%, 0); } .audio-container{ width: 100%; outline: none !important; } .tagTitle::after{ content: ''; background-color: #dd3333; height: 2px; left: 0; position: absolute; right: 0; top: 11px; } .tagTitle span{ position: relative; z-index: 2; font-size: 0.9rem; font-weight: 500; } .article_info{ color: #585757; }
resources/frontend/css/style.css
@import url("../fonts/font-face.css"); *, a { font-family: "Vazir"; } .text-gray{ color: #8d8d8d; font-size: 0.8rem; } .blue { background-color: #0a5a94; } .red { background-color: #dd3333; } .green { background-color: #23d000; } .yellow { background-color: #fa9407; } @media print { .no-print { display: none !important; } } @media (min-width: 768px) { .custom-border-left { border-left: 1px solid rgba(0, 0, 0, 0.1); } .slick-slide { margin: 0px 10px; } .category-item:hover { border-right: 2px solid #dd3333; border-top: 1px solid rgba(0, 0, 0, 0.1) !important; } .custom-border-right { border-right: 1px solid rgba(255, 255, 255, 0.1); } .search { margin-right: 5rem !important; } .time{ margin-right: auto; } } @media (max-width: 768px) { /*.header .search{*/ /* width: 94% !important;*/ /*}*/ } @media (max-width: 991px) { .top-header .time { color: rgba(255,255,255,0.9) !important; } .center2{ width: 100% !important; } .header .navbar ul{ border-bottom: 3px solid #dd3333; } .header .search { width: 86%; } .single .news-info h2 { font-size: 0.9rem; } .mobile-hidden{ display: none !important; } .custom-border-bottom { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .header .navbar .navbar-collapse { background-color: #fff; } .header .navbar .nav-item:last-child a { border-bottom: none !important; } .header .navbar .nav-item .nav-link { text-align: right; margin-left: 1.5rem; color: #2e2e2e; border-bottom: 1px solid #dd3333; font-size: 0.9rem; font-weight: bold; padding: 15px; } .topitem2 .title2 h3 { background-color: rgba(0, 0, 0, 0.5); font-size: 1rem; } .bg-search{ padding-right: 2px; } } @media(min-width: 1160px){ .time{ display: block !important; } } @media(max-width: 1160px){ .time{ display: none !important; } } @media (min-width: 991px) { .header .top-header .follow { background-color: #1d1d1d; } .topitem2 .title2 h3 { background-color: rgba(0, 0, 0, 0.5); font-size: 1rem; } .header .navbar .logo-container { width: 280px !important; } .bg-search .carousel-container{ padding-right: 124px; } .single .news-info h2 { font-size: 1.1rem; } .triangle-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; bottom: 0px; right: 41px; } .top-header { background-color: #fff !important; } .top-header .follow { width: 280px !important; } .top-header .follow:before { left: -23px; width: 75px; -webkit-transform: skew(-50deg); transform: skew(-50deg); background-color: #1d1d1d; content: ""; position: absolute; top: 0; height: 100%; border-left: 10px solid #dd3333; } .search { width: 40% !important; } .navbar { border-top: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; } .navbar-nav{ margin-right:75px !important; } .navbar .navbar-brand:before { z-index: 100; left: -98px; width: 126px; -webkit-transform: skew(-50deg); transform: skew(-50deg); background-color: #fff; content: ""; position: absolute; top: 0; height: 100%; border-left: 10px solid #1d1d1d; } .navbar .middle{ height: 100px !important; padding-right: 33px !important; } .navbar .navbar-collapse { background-color: #dd3333 !important; height: 66px; } .navbar .nav-item { height: 100% !important; } .navbar .nav-item:first-child a { border-right: none !important; } .navbar .nav-item .nav-link { color: white; cursor: pointer; font-size: 0.9rem !important; font-weight: bold !important; padding: 0px 15px !important; height: 100% !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; border-right: 1px solid rgba(255, 255, 255, 0.2) !important; -webkit-transition: all 0.3s !important; transition: all 0.3s !important; margin-left: 0px !important; border-bottom: none !important; } .navbar .nav-item .nav-link:hover { background-color: #e63838; color: #fff; } .navbar .nav-item .nav-link:focus { color: #fff; } .bg-menu{ background-color: rgba(0,0,0,0.8) !important; } } body { background-color: rgba(0, 0, 0, 0.04); } .banner{ z-index: 202; position: relative; } .header .top-header { overflow: hidden; background-color: #1d1d1d; } .header .top-header img { opacity: 0.4; left: 7px; width: 483px; top: -65px; } .header .top-header .follow { position: relative; height: 33px; } .header .top-header .follow i { font-size: 0.9rem !important; cursor: pointer; padding: 0 10px; color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.3s; transition: all 0.3s; } .header .top-header .follow i:hover { color: white; } .header .top-header span { font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); width:240px; } .header .search { position: relative; } .header .bg-search { background-color: #c72e2e; height: 34px !important; border-bottom: 1px solid #d47070; } .header .bg-search .carousel a { color: #ececec; text-decoration: none !important; } .header .bg-search .carousel h6{ font-size: 0.8rem; } .header .bg-search .carousel h6 i{ font-size: 0.3rem; } .header .search input { background-color: rgb(77, 77, 77);; color: rgba(255,255,255, 0.9) !important; font-size: 0.8rem !important; border: none; border-radius: 2px; padding: 3px 10px 3px 30px; } .search button{ outline: none !important; box-shadow: none !important; border: none !important; left: -2px; background-color: transparent; top: 1px; } .header .search input:focus, .header .search input:active, .header .search input:-webkit-autofill, .header .search input:-webkit-autofill:hover, .header .search input:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s س!important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .header .search input::-webkit-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .header .search input:-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd !important; } .header .search-icon:hover { cursor: pointer; color: #808080; } .header .search-icon { left: 13px; top: 8px; color: #9c9c9c; z-index: 3; font-size: 0.8rem; -webkit-transform: scaleX(-1); transform: scaleX(-1); -webkit-transition: all 0.3s; transition: all 0.3s; background-color: transparent; border: none; box-shadow: none; outline: none; padding: 0px; } .header .navbar { border-top: 3px solid #dd3333; background-color: #fff; } .header .navbar .navbar-brand { text-align: center; } .header .navbar .logo-container { height: 100px; padding: 3px 0px; position: relative; z-index: 200; } .carousel-container .side .category { top: 0; right: 0; font-size: 0.6rem; font-weight: bold; color: #fff; padding: 5px; } .carousel-container .side h6 { font-size: 0.6rem; color: rgba(0, 0, 0, 0.7); } .carousel-container .side .roo_titr { font-size: 0.7rem; padding: 10px 5px 0px 0px; } .carousel-container .side a { font-size: 0.8rem; font-weight: bold; text-align: right; line-height: 20px; color: rgba(0, 0, 0, 0.8); margin-bottom: 8px; -webkit-transition: all 0.3s; transition: all 0.3s; } .carousel-container .side a:hover { color: #0a5a94; text-decoration: none; } .carousel-container .side p { font-size: 0.7rem; text-align: justify; color: rgba(0, 0, 0, 0.8); } .carousel-container .carousel-bg { background-color: #fafafa; border: 1px solid rgba(0, 0, 0, 0.1); overflow: hidden; } .main .category { margin-top: 15px; border: 1px solid rgba(0, 0, 0, 0.1); border-top: 2px solid #dd3333; background-color: #fff; } .main .category:first-child { margin-top: 0px; } .main .category span { text-align: left; font-weight: bold; font-size: 0.6rem; color: rgba(0, 0, 0, 0.6); margin: 5px 0px; } .main .category .right .subcategory { position: absolute !important; background-color: #dd3333; padding: 5px 15px; width: 150px; font-size: 0.8rem; color: #fff; bottom: -13px; text-align: right; } .main .category .right .position-absolute { position: absolute !important; background-color: #dd3333; padding: 5px 15px; width: 150px; font-size: 0.8rem; color: #fff; bottom: -13px; text-align: right; } .main .category .right a { font-size: 1rem; font-weight: bold; text-align: right; margin-top: 2px; color: #0c003a !important; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .category .right a:hover { color: #0a5a94 !important; text-decoration: none; } .main .category .right p { text-align: justify; font-size: 0.8rem; line-height: 24px; color: rgba(0, 0, 0, 0.8); } .main .category .left a { text-align: right; font-size: 0.8rem; margin-bottom: 0px; color: #383838; transition: all 0.3s; font-weight: bold; } .multimedia-info{ color: #505050 !important; font-size: 1rem; } .multimedia a { text-align: right; font-size: 0.8rem; margin-bottom: 0px; color: #d0d0d0; transition: all 0.3s; } .main .category .left a:hover { text-decoration: none; color: #0a5a94; } .multimedia a:hover { text-decoration: none; color: #e8e8e8; } .main .category .left .section { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 10px; margin-bottom: 10px; } .multimedia .section { border-bottom: 1px solid rgba(255,255,255, 0.2); padding-bottom: 10px; margin-bottom: 10px; } .multimedia .section:last-child { border-bottom: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } .main .category .left .section:last-child { border-bottom: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; } .main .category .all a{ color: #d33; font-weight: bold; } .main .category .all a:hover{ color: rgba(0,0,0,0.8); text-decoration: none; } .main .formTab .nav { border: 1px solid rgba(0, 0, 0, 0.05); background-color: #fff; border-top: 2px solid #dd3333; } .main .formTab a.active { background-color: #dd3333; color: #fff; } .main .formTab a { width: 50%; border-radius: 0px !important; text-align: right; font-size: 0.8rem; color: rgba(0, 0, 0, 0.6); font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .formTab a:hover, .main .formTab a:focus { background-color: #dd3333; color: #fff; } .main .tab-content { border: 1px solid rgba(0, 0, 0, 0.1); border-top: 0px !important; background-color: #fff; } .main .tab-content .section { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom:10px; padding-bottom:10px; } .main .tab-content .section:last-child { border-bottom: 0px; } .main .tab-content .section a { cursor: pointer !important; text-decoration: none !important; } .main .tab-content .section a:hover .number { color: #0a5a94; } .main .tab-content .section a:hover h2 { color: #0a5a94; } .main .tab-content .section .number { color: #0a5a94; margin-bottom: 0px; padding-top: 3px; font-size: 0.8rem; 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; -webkit-transition: all 0.3s; transition: all 0.3s; } .main .tab-content .section h2 { font-size: 0.8rem; text-align: justify; margin-right: 10px; color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 20px; font-weight: 600; } .main .tab-content .section span { text-align: left; padding-right: 37px; margin-top: 3px; font-size: 0.7rem; color: rgba(0, 0, 0, 0.4); } .line:before { content: " "; position: absolute; width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.2); right: 0; bottom: 0; } .line .title { font-size: 1rem; color: rgba(0, 0, 0, 0.8); font-weight: bold; } .line .title:after { content: " "; position: absolute; width: 100%; height: 1px; background-color: #dd3333; right: 0; bottom: 0; } .line .title:before { content: " "; position: absolute; width: 15px; height: 1px; background-color: #fff; left: -15px; bottom: 0; } .line a { cursor: pointer; color: rgba(0, 0, 0, 0.8); text-decoration: none; font-size: 1rem; font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; } .line a:hover { color: #dd3333; } .line .all { cursor: pointer; color: rgba(0, 0, 0, 0.8); text-decoration: none; font-size: 0.7rem; font-weight: bold; } .image-card{ background-color:rgba(0,0,0,0.93); } .image-card .all2{ border-top: 1px solid rgba(255,255,255,0.1); } .image-card .all2 a{ color: rgba(255,255,255,0.8); transition: all 0.3s; } .image-card .all2 a:hover{ text-decoration: none; color: #fff; } .image-card .section-title { color: rgba(255, 255, 255, 0.8); border-right: 3px solid #dd3333; font-size: 0.9rem; margin-bottom: 25px; } .image-card .video-hover { top: 0px; color: rgba(255,255,255,0.7); background-color: rgba(0, 0, 0, 0.3); font-size: 1.5rem; } .section-title { text-align: right; font-size: 1rem; color: rgba(0, 0, 0, 0.8); font-weight: bold; border-right: 3px solid #dd3333; padding-right: 10px; margin-bottom: 15px; } .topitem3{ transition: all 0.3s ease-in-out; } .topitem3 .title{ opacity: 0; font-size: 1rem; } .topitem3:hover .title{ opacity: 1; } .topitem2 { -webkit-transition: all 0.3s; transition: all 0.3s; overflow: hidden; } .topitem2 a { font-size: 0.8rem; line-height: 23px; color: #fff; } .topitem2 h3{ font-size: 1rem; line-height: 23px; color: #fff; } .topitem2 .carousel_roo_titr{ font-size: 1rem; line-height: 23px; color: #fff; } .topitem4 h4{ font-size: 0.8rem !important; line-height: 20px !important; color: rgba(0,0,0,0.7) !important; background-color: transparent !important; } .topitem4 .title a{ text-decoration: none !important; transition: all 0.3s; } .topitem4 .title a:hover h4{ color: #0a5a94 !important; } .multimedia img{ opacity:0.9; transition: all 0.3s; } .multimedia:hover img{ opacity:1; } .multimedia h3{ color: rgba(0,0,0,0.8) !important; transition: all 0.3s; font-size: 0.8rem; } .multimedia:hover h3{ text-decoration: none; color: #dd3333 !important; } .multimedia .video-hover{ top: 0px; right: 0px; z-index: 100; color: rgba(255,255,255,0.9); } .multimedia .customborder{ border: 1px solid rgba(255,255,255,0.5); } .topitem2 p { font-size: 0.9rem; line-height: 20px; } .topitem2 .hover { top: 100%; color: #fff; text-align: center; -webkit-transition: all 0.5s; transition: all 0.5s; z-index: 1; height: 100%; } .topitem2:hover .hover { top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0, 0, 0, 0.5); } .topitem2 .title { font-size: 0.9rem; bottom: 0px; color: white; text-align: right; -webkit-transition: all 0.6s; transition: all 0.6s; background-color: rgba(0, 0, 0, 0.5); } .videoSection a{ text-decoration: none!important; outline: none !important; box-shadow: none !important; border: none !important; } .custom-shadow { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); } .footer { background-color: #1d1d1d; } .footer .follow a { color: rgba(255, 255, 255, 0.8); font-size: 1.2rem; padding: 0px 10px; -webkit-transition: all 0.3s; transition: all 0.3s; } .footer .follow a:hover { color: #fff; } .footer .navigation { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 7px; } .footer .navigation .nav-item:last-child .nav-link:after { background-color: transparent !important; } .footer .navigation .nav-item .nav-link { color: #ffffffb3; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; } .footer .navigation .nav-item .nav-link:hover { color: #dd3333; } .footer .navigation .nav-item .nav-link:after { content: " "; width: 1px; position: absolute; top: 8px; left: 0px; background-color: #dd3333; height: 20px; } .footer .footer-title { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; text-align: right; font-weight: bold; margin-bottom: 15px; } .footer .news-navigation .nav-item { list-style-type: disc; color: #dd3333; padding: 5px 0px; } .footer .news-navigation .nav-item:first-child { padding-top: 0px !important; } .footer .news-navigation .nav-link { text-align: right !important; color: #c1c1c1; font-size: 0.8rem; padding: 0px; transition: all 0.3s; } .footer .news-navigation .nav-link:hover { color: #ececec; } .footer input, .footer textarea { background-color: #4d4d4d; color: rgba(255, 255, 255, 0.7) !important; font-size: 0.8rem !important; border: none; border-radius: 2px; padding: 3px 10px; } .footer input:focus, .footer input:active, .footer input:-webkit-autofill, .footer input:-webkit-autofill:hover, .footer input:-webkit-autofill:focus, .footer textarea:focus, .footer textarea:active, .footer textarea:-webkit-autofill, .footer textarea:-webkit-autofill:hover, .footer textarea:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s !important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .footer input::-webkit-input-placeholder, .footer textarea::-webkit-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input:-ms-input-placeholder, .footer textarea:-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input::-ms-input-placeholder, .footer textarea::-ms-input-placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer input::placeholder, .footer textarea::placeholder { font-size: 0.8rem !important; color: #bdbdbd; } .footer p { text-align: center; color: #c1c1c1; font-size: 0.8rem; } .footer-end{ background-color: rgba(0,0,0,0.9); } .footer-end p{ text-align: center; color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; } .footer-end .design , .footer-end .design a{ font-size: 0.7rem !important; color: rgba(255, 255, 255, 0.7) !important; } .roo-titr { color: rgba(0, 0, 0, 0.6); text-align: right; font-size: 0.7rem; font-weight: bold; margin-bottom: 3px; } .category-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1); border-right: 2px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s; transition: all 0.3s; } .type-icon{ top: 0px; right: 0px; width: 30px; height: 30px; background-color: rgba(255,255,255,0.6); color: rgba(0,0,0,0.5); } .type-icon2{ top: 0px; right: 0px; width: 20px; height: 20px; font-size: 0.7rem !important; background-color: rgba(255,255,255,0.6); color: rgba(0,0,0,0.5); } .category-item:hover { border-top: 2px solid #dd3333; } .category-item a { opacity: 0.9; color: rgba(0, 0, 0, 0.9); -webkit-transition: all 0.3s; transition: all 0.3s; } .category-item a:hover { text-decoration: none; opacity: 1; } .category-item a:hover h2 { color: #dd3333; } .category-item a h2 { text-align: justify; font-size: 0.8rem; font-weight: bold; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 20px; } .category-item a p { font-size: 0.8rem; text-align: justify; color: rgba(0, 0, 0, 0.8); } .category-item a span { color: rgba(0, 0, 0, 0.8); font-size: 0.7rem; font-weight: bold; } .single .roo-titr { font-size: 0.8rem; margin-bottom: 10px; } .single .line .time { left: 0px; top: 33px; font-size: 0.7rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); } .single .line .share .dropdown-item { padding: 5px !important; color: rgba(0, 0, 0, 0.7) !important; border-bottom: 1px solid rgba(94, 55, 55, 0.1) !important; } .single .line .share a { padding: 0px 5px; color: rgba(0, 0, 0, 0.6); font-size: 0.75rem; } .single .line .share button { border: none !important; background: none !important; outline: none !important; box-shadow: none !important; color: rgba(0, 0, 0, 0.6); font-size: 0.75rem; } .single .news-info h2 { text-align: justify; font-weight: bold; color: #333; line-height: 30px; } .single .news-info p { text-align: justify; font-size: 0.9rem; line-height: 30px; } .single .news-info .summery { background: rgba(0, 0, 0, 0.02); padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); } .single .news-info .end { font-size: 0.8rem; position: relative; color: rgba(0,0,0,0.8); } .single .tagCard .tagItem { font-size: 0.7rem; background: rgba(0, 0, 0, 0.1); margin: 3px; -webkit-transition: all 0.3s; transition: all 0.3s; } .single .tagCard .tagItem:hover { background-color: #dd3333; } .single .tagCard .tagItem:hover a { color: #fff !important; } .single .tagCard .tagItem a { color: rgba(0, 0, 0, 0.7) !important; text-decoration: none !important; -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 0.8rem; } .btn-blue { font-size: 0.9rem; color: #fff; background-color: #0a5a94; border-radius: 2px; padding: 7px 30px; -webkit-transition: all 0.3s; transition: all 0.3s; } .btn-blue:hover { background-color: #0e75be; color: #fff; } .comment input, .comment textarea { color: rgba(14, 14, 14, 0.7) !important; font-size: 0.9rem !important; border-radius: 2px; } .comment input:focus, .comment input:active, .comment input:-webkit-autofill, .comment input:-webkit-autofill:hover, .comment input:-webkit-autofill:focus, .comment textarea:focus, .comment textarea:active, .comment textarea:-webkit-autofill, .comment textarea:-webkit-autofill:hover, .comment textarea:-webkit-autofill:focus { -webkit-transition: background-color 5000s ease-in-out 0s !important; transition: background-color 5000s ease-in-out 0s !important; -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; -webkit-text-fill-color: #3d3d3d !important; outline: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .comment input::-webkit-input-placeholder, .comment textarea::-webkit-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input:-ms-input-placeholder, .comment textarea:-ms-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input::-ms-input-placeholder, .comment textarea::-ms-input-placeholder { font-size: 0.8rem !important; color: #424242; } .comment input::placeholder, .comment textarea::placeholder { font-size: 0.8rem !important; color: #424242; } .comment .comment-card { background-color: rgba(0, 0, 0, 0.01); margin-top: 10px; } .comment .comment-card:first-child { margin-top: 0px; } .comment .comment-card h6 { text-align: right; font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.7); } .comment .comment-card p { text-align: justify; font-size: 0.9rem; color: rgba(0, 0, 0, 0.8); } .comment .comment-card button { border: 1px solid rgba(0, 0, 0, 0.1) !important; background-color: transparent; font-size: 0.8rem; color: rgba(0, 0, 0, 0.6); padding: 2px 30px; margin-bottom: 15px; outline: 0px !important; box-shadow: none !important; transition: all 0.3s; } .comment .comment-card button:hover { border: 1px solid rgba(0, 0, 0, 0.3) !important; color: rgba(0, 0, 0, 0.8); } .about-us h2 { text-align: right; font-size: 1rem; font-weight: bold; color: #fff; background-color: #0a5a94; padding: 10px 15px; } .about-us p { text-align: justify; line-height: 30px; font-size: 0.9rem; } .contact { margin-top: 10px; } .contact h5 { font-size: 0.9rem; font-weight: bold; } .carousel, .carousel-inner, .carousel-item, .carousel-item > img { height: 100% !important; } .navbar-toggler { outline: none !important; border: none !important; color: black !important; } .slick-next:before { color: rgba(255, 255, 255, 0.4) !important; font-family: "Font Awesome\ 5 Free" !important; font-size: 50px; display: block; text-align: center; content: "\f104" !important; color: rgba(0, 0, 0, 0.8); line-height: 38px; margin-bottom: 10px; font-weight: 900; } .slick-prev:before { color: rgba(255, 255, 255, 0.4) !important; font-family: "Font Awesome\ 5 Free" !important; font-size: 50px; display: block; text-align: center; content: "\f105" !important; color: rgba(0, 0, 0, 0.8); line-height: 38px; margin-bottom: 10px; font-weight: 900; } .slider { width: 70%; } .slider a{ border: none !important; outline: none !important; box-shadow: none !important; } .slick-slide img { width: 100%; } /*same height for slides*/ .slick-track { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } .slick-slide { height: inherit !important; } .slick-slide div { height: 100% !important; } .fade-in { visibility: visible; opacity: 1; -webkit-transition: opacity 1s linear; transition: opacity 1s linear; } .fade-out { visibility: hidden; opacity: 0; -webkit-transition: visibility 0s 1s, opacity 1s linear; transition: visibility 0s 1s, opacity 1s linear; } /* custom select ------------------------------------------------------------------------------------*/ /* The container must be positioned relative: */ .custom-select { position: relative; padding: 0px !important; margin-bottom: 7px; border: none; } .custom-select select { display: none; /*hide original SELECT element: */ } .select-selected { background-color: #fff; text-align: right; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); } /* Style the arrow inside the select element: */ .select-selected:after { position: absolute; content: ""; top: 14px; left: 10px; width: 0; height: 0; border: 6px solid transparent; border-color: rgb(114, 114, 114) transparent transparent transparent; } /* Point the arrow upwards when the select box is open (active): */ .select-selected.select-arrow-active:after { border-color: transparent transparent rgb(114, 114, 114) transparent; top: 7px; } .select-items div, .select-selected { color: rgb(114, 114, 114); padding: 8px 16px; border: 1px solid transparent; border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; cursor: pointer; font-size: 0.9rem; } /* Style items (options): */ .select-items { position: absolute; background-color: #fff; top: 100%; left: 0; right: 0; z-index: 99; text-align: right; font-size: 0.9rem; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } /* 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); } .btn-filter { color: #fff !important; background-color: rgba(13, 100, 143, 1); transition: all 0.3s; cursor: pointer; font-size: 0.8rem; border-radius: 1px; margin-bottom: 6px; } .btn-filter:hover { opacity: 0.9; } .searchPage input{ box-shadow: none !important; outline: none !important; border-radius: 0px; } /*dropdown menu------------------------------------------------------------------------*/ .navbar > li.dropdown.open { position: static; } .navbar > li.dropdown.open .dropdown-menu { /*display: table;*/ border-radius: 0px !important; width: 100%; text-align: center; right: 0; background-color: rgba(0,0,0,0.8) !important; } .dropdown-menu > li { /*display: table-cell;*/ height: 100%; vertical-align: middle; padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); text-align: right; } .dropdown-menu > li:last-child { border-bottom: none !important; } .dropdown-menu > li > a { color: rgba(255,255,255, 0.8) !important; font-size: 0.9rem; text-decoration: none !important; transition: all 0.3s; padding: 5px; } @media screen and (max-width: 1024px) { .dropdown-menu{ border: none !important; } .dropdown-menu > li { display: block; } .navbar > li.dropdown.open { position: static; } .navbar > li.dropdown.open .dropdown-menu { /*display: table;*/ border-radius: 0px !important; width: 100%; text-align: center; left: 0; right: 0; } .dropdown-menu > li { /*display: table-cell;*/ height: 100%; vertical-align: middle; padding: 10px; border-top: 1px solid rgba(0,0,0,0.1); margin:0px 22px ; } .dropdown-menu > li > a { color: rgba(0,0,0, 0.7) !important; font-size: 0.9rem; text-decoration: none !important; padding: 0px 10px !important; transition: all 0.3s; } } /*return to top--------------------------------------------------------------------*/ #return-to-top { position: fixed; z-index: 1000; bottom: 50px; right: 6px; /* background: rgb(0, 0, 0); */ background: #4d4d4d; width: 35px; height: 35px; display: block; text-decoration: none; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); } #return-to-top i { color: #fff; margin: 0; position: relative; left: 12px; top: 8px; font-size: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #return-to-top:hover i { color: #dd3333; top: 5px; } /*print----------------------------------------------------------------------*/ .print{ font-size: 1rem; color: rgba(0,0,0,0.7); } /*down page -------------------------------------------------------------------*/ .down{ width: 100%; height: 100vh; background:radial-gradient(#fff, #717171); } .down > div > h1{ font-size: 2rem; color: #ce3232; } .down > div > h6{ font-size: 1.1rem; color: #696969; } .down > .not-found { border-top: 2px solid rgba(0,0,0,0.3); background-color: rgba(255,255,255,0.3);; box-shadow: 0 0 3px rgba(0,0,0,0.2); } .down > .not-found > p{ font-size: 1rem; } .test{ background-color: #ce3232; color: #fff; z-index: 201; transform: rotate(45deg); width: 104px; top: 10px; right: -25px; text-align: center; padding: 2px 0px; font-weight: bold; } /*tag input style------------------------------------------------------------------------------*/ .bootstrap-tagsinput{ background-color: #0a5a94 !important; } .carousel-info{ min-width: 105px; } .carousel-inner{ padding: 0px 22px; } .carousel-control-next-costomize{ left: 10px !important; } .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vert .carousel-item-next, .vert .active.carousel-item-right { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100% ,0); } .vert .carousel-item-prev, .vert .active.carousel-item-left { -webkit-transform: translate3d(0,-100%, 0); transform: translate3d(0,-100%, 0); } .audio-container{ width: 100%; outline: none !important; } .tagTitle::after{ content: ''; background-color: #dd3333; height: 2px; left: 0; position: absolute; right: 0; top: 11px; } .tagTitle span{ position: relative; z-index: 2; font-size: 0.9rem; font-weight: 500; } .article_info{ color: #585757; }
0.272218
0.071982
.mediaViewInfo { --web-view-name: Trends web ru; --web-view-id: Trends_web_ru; --web-scale-on-resize: true; --web-enable-deep-linking: true; } :root { --web-view-ids: Trends_web_ru; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Trends_web_ru { position: absolute; width: 1920px; height: 1080px; background-color: rgba(255,255,255,1); overflow: hidden; --web-view-name: Trends web ru; --web-view-id: Trends_web_ru; --web-scale-on-resize: true; --web-enable-deep-linking: true; } #logo { position: absolute; width: 439px; height: 144px; left: 615px; top: 107px; overflow: visible; } #Group_6 { position: absolute; width: 175px; height: 27px; left: 615px; top: 79px; overflow: visible; } # { left: 103px; top: 0px; position: absolute; overflow: visible; width: 73px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(138,138,142,1); } #_s { left: 0px; top: 0px; position: absolute; overflow: visible; width: 84px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #Rectangle_9_u { fill: url(#Rectangle_9_u); } .Rectangle_9_u { position: absolute; overflow: visible; width: 560px; height: 1080px; left: 1360px; top: 0px; } #Rectangle_12_w { fill: url(#Rectangle_12_w); } .Rectangle_12_w { width: 560px; height: 1080px; position: absolute; overflow: visible; transform: matrix(1,0,0,1,0,0) rotate(180deg); transform-origin: center; } #_Copyright_2020_TikTune { left: 876px; top: 1047px; position: absolute; overflow: visible; width: 166px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 13px; color: rgba(0,0,0,1); } #_English__ { left: 1234px; top: 79px; position: absolute; overflow: visible; width: 79px; white-space: nowrap; text-align: right; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #Group_35 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 280px; overflow: visible; } #Rectangle_15 { fill: rgba(235,154,154,1); } .Rectangle_15 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #_ { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path { fill: rgba(166,166,166,1); } .Compound_Path { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path { fill: rgba(0,0,0,1); } .Path { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_ { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_ { fill: rgba(255,255,255,1); } .Path_ { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23 { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_bc { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24 { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4 { fill: rgba(255,255,255,1); } .Path_4 { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5 { fill: rgba(255,255,255,1); } .Path_5 { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6 { fill: rgba(255,255,255,1); } .Path_6 { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7 { fill: rgba(255,255,255,1); } .Path_7 { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8 { fill: rgba(255,255,255,1); } .Path_8 { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9 { fill: rgba(255,255,255,1); } .Path_9 { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10 { fill: rgba(255,255,255,1); } .Path_10 { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11 { fill: rgba(255,255,255,1); } .Path_11 { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_bm { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25 { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12 { fill: rgba(255,255,255,1); } .Path_12 { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13 { fill: rgba(255,255,255,1); } .Path_13 { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14 { fill: rgba(255,255,255,1); } .Path_14 { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15 { fill: rgba(255,255,255,1); } .Path_15 { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16 { fill: rgba(255,255,255,1); } .Path_16 { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17 { fill: rgba(255,255,255,1); } .Path_17 { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18 { fill: rgba(255,255,255,1); } .Path_18 { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19 { fill: rgba(255,255,255,1); } .Path_19 { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20 { fill: rgba(255,255,255,1); } .Path_20 { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21 { fill: rgba(255,255,255,1); } .Path_21 { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_36 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 403px; overflow: visible; } #Rectangle_15_b { fill: rgba(235,154,154,1); } .Rectangle_15_b { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__b { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ca { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_b { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_b { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_b { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_b { fill: rgba(166,166,166,1); } .Compound_Path_b { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_b { fill: rgba(0,0,0,1); } .Path_b { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_ca { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_ca { fill: rgba(255,255,255,1); } .Path_ca { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_cb { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_cc { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_cd { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_ce { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_cf { fill: rgba(255,255,255,1); } .Path_4_cf { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_cg { fill: rgba(255,255,255,1); } .Path_5_cg { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_ch { fill: rgba(255,255,255,1); } .Path_6_ch { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_ci { fill: rgba(255,255,255,1); } .Path_7_ci { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_cj { fill: rgba(255,255,255,1); } .Path_8_cj { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_ck { fill: rgba(255,255,255,1); } .Path_9_ck { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_cl { fill: rgba(255,255,255,1); } .Path_10_cl { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_cm { fill: rgba(255,255,255,1); } .Path_11_cm { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_cn { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_co { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_cp { fill: rgba(255,255,255,1); } .Path_12_cp { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_cq { fill: rgba(255,255,255,1); } .Path_13_cq { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_cr { fill: rgba(255,255,255,1); } .Path_14_cr { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_cs { fill: rgba(255,255,255,1); } .Path_15_cs { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_ct { fill: rgba(255,255,255,1); } .Path_16_ct { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_cu { fill: rgba(255,255,255,1); } .Path_17_cu { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_cv { fill: rgba(255,255,255,1); } .Path_18_cv { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_cw { fill: rgba(255,255,255,1); } .Path_19_cw { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_cx { fill: rgba(255,255,255,1); } .Path_20_cx { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_cy { fill: rgba(255,255,255,1); } .Path_21_cy { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_cz { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_c { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_43 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 526px; overflow: visible; } #Rectangle_15_c { fill: rgba(235,154,154,1); } .Rectangle_15_c { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__c { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__da { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_c { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_c { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_c { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_c { fill: rgba(166,166,166,1); } .Compound_Path_c { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_c { fill: rgba(0,0,0,1); } .Path_c { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_da { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_db { fill: rgba(255,255,255,1); } .Path_db { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_dc { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_dd { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_de { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_df { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_dg { fill: rgba(255,255,255,1); } .Path_4_dg { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_dh { fill: rgba(255,255,255,1); } .Path_5_dh { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_di { fill: rgba(255,255,255,1); } .Path_6_di { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_dj { fill: rgba(255,255,255,1); } .Path_7_dj { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_dk { fill: rgba(255,255,255,1); } .Path_8_dk { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_dl { fill: rgba(255,255,255,1); } .Path_9_dl { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_dm { fill: rgba(255,255,255,1); } .Path_10_dm { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_dn { fill: rgba(255,255,255,1); } .Path_11_dn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_do { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_dp { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_dq { fill: rgba(255,255,255,1); } .Path_12_dq { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_dr { fill: rgba(255,255,255,1); } .Path_13_dr { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_ds { fill: rgba(255,255,255,1); } .Path_14_ds { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_dt { fill: rgba(255,255,255,1); } .Path_15_dt { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_du { fill: rgba(255,255,255,1); } .Path_16_du { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_dv { fill: rgba(255,255,255,1); } .Path_17_dv { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_dw { fill: rgba(255,255,255,1); } .Path_18_dw { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_dx { fill: rgba(255,255,255,1); } .Path_19_dx { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_dy { fill: rgba(255,255,255,1); } .Path_20_dy { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_dz { fill: rgba(255,255,255,1); } .Path_21_dz { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_d { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_d { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_44 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 649px; overflow: visible; } #Rectangle_15_d { fill: rgba(235,154,154,1); } .Rectangle_15_d { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__d { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ea { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_d { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_fa { fill: rgba(166,166,166,1); } .Compound_Path_fa { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_fb { fill: rgba(0,0,0,1); } .Path_fb { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_fc { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_fd { fill: rgba(255,255,255,1); } .Path_fd { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_fe { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_ff { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_fg { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_fh { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_fi { fill: rgba(255,255,255,1); } .Path_4_fi { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_fj { fill: rgba(255,255,255,1); } .Path_5_fj { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_fk { fill: rgba(255,255,255,1); } .Path_6_fk { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_fl { fill: rgba(255,255,255,1); } .Path_7_fl { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_fm { fill: rgba(255,255,255,1); } .Path_8_fm { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_fn { fill: rgba(255,255,255,1); } .Path_9_fn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_fo { fill: rgba(255,255,255,1); } .Path_10_fo { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_fp { fill: rgba(255,255,255,1); } .Path_11_fp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_fq { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_fr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_fs { fill: rgba(255,255,255,1); } .Path_12_fs { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_ft { fill: rgba(255,255,255,1); } .Path_13_ft { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_fu { fill: rgba(255,255,255,1); } .Path_14_fu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_fv { fill: rgba(255,255,255,1); } .Path_15_fv { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_fw { fill: rgba(255,255,255,1); } .Path_16_fw { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_fx { fill: rgba(255,255,255,1); } .Path_17_fx { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_fy { fill: rgba(255,255,255,1); } .Path_18_fy { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_fz { fill: rgba(255,255,255,1); } .Path_19_fz { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_f { fill: rgba(255,255,255,1); } .Path_20_f { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_f { fill: rgba(255,255,255,1); } .Path_21_f { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_e { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_e { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_46 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 649px; overflow: visible; } #Rectangle_15_e { fill: rgba(235,154,154,1); } .Rectangle_15_e { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__e { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__fa { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_e { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_fa { fill: rgba(166,166,166,1); } .Compound_Path_fa { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_fb { fill: rgba(0,0,0,1); } .Path_fb { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_fc { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_fd { fill: rgba(255,255,255,1); } .Path_fd { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_fe { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_ff { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_fg { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_fh { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_fi { fill: rgba(255,255,255,1); } .Path_4_fi { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_fj { fill: rgba(255,255,255,1); } .Path_5_fj { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_fk { fill: rgba(255,255,255,1); } .Path_6_fk { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_fl { fill: rgba(255,255,255,1); } .Path_7_fl { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_fm { fill: rgba(255,255,255,1); } .Path_8_fm { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_fn { fill: rgba(255,255,255,1); } .Path_9_fn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_fo { fill: rgba(255,255,255,1); } .Path_10_fo { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_fp { fill: rgba(255,255,255,1); } .Path_11_fp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_fq { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_fr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_fs { fill: rgba(255,255,255,1); } .Path_12_fs { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_ft { fill: rgba(255,255,255,1); } .Path_13_ft { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_fu { fill: rgba(255,255,255,1); } .Path_14_fu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_fv { fill: rgba(255,255,255,1); } .Path_15_fv { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_fw { fill: rgba(255,255,255,1); } .Path_16_fw { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_fx { fill: rgba(255,255,255,1); } .Path_17_fx { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_fy { fill: rgba(255,255,255,1); } .Path_18_fy { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_fz { fill: rgba(255,255,255,1); } .Path_19_fz { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_f { fill: rgba(255,255,255,1); } .Path_20_f { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_f { fill: rgba(255,255,255,1); } .Path_21_f { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_f { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_f { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_49 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 772px; overflow: visible; } #Rectangle_15_f { fill: rgba(235,154,154,1); } .Rectangle_15_f { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__f { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ga { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_f { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_f { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_ga { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_gb { fill: rgba(166,166,166,1); } .Compound_Path_gb { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_gc { fill: rgba(0,0,0,1); } .Path_gc { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_gd { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_ge { fill: rgba(255,255,255,1); } .Path_ge { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_gf { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_gg { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_gh { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_gi { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_gj { fill: rgba(255,255,255,1); } .Path_4_gj { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_gk { fill: rgba(255,255,255,1); } .Path_5_gk { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_gl { fill: rgba(255,255,255,1); } .Path_6_gl { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_gm { fill: rgba(255,255,255,1); } .Path_7_gm { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_gn { fill: rgba(255,255,255,1); } .Path_8_gn { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_go { fill: rgba(255,255,255,1); } .Path_9_go { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_gp { fill: rgba(255,255,255,1); } .Path_10_gp { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_gq { fill: rgba(255,255,255,1); } .Path_11_gq { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_gr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_gs { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_gt { fill: rgba(255,255,255,1); } .Path_12_gt { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_gu { fill: rgba(255,255,255,1); } .Path_13_gu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_gv { fill: rgba(255,255,255,1); } .Path_14_gv { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_gw { fill: rgba(255,255,255,1); } .Path_15_gw { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_gx { fill: rgba(255,255,255,1); } .Path_16_gx { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_gy { fill: rgba(255,255,255,1); } .Path_17_gy { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_gz { fill: rgba(255,255,255,1); } .Path_18_gz { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_g { fill: rgba(255,255,255,1); } .Path_19_g { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_g { fill: rgba(255,255,255,1); } .Path_20_g { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_g { fill: rgba(255,255,255,1); } .Path_21_g { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_g { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_g { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_50 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 895px; overflow: visible; } #Rectangle_15_g { fill: rgba(235,154,154,1); } .Rectangle_15_g { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__g { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ha { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_g { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_ha { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_hb { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_hc { fill: rgba(166,166,166,1); } .Compound_Path_hc { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_hd { fill: rgba(0,0,0,1); } .Path_hd { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_he { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_hf { fill: rgba(255,255,255,1); } .Path_hf { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_hg { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_hh { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_hi { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_hj { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_hk { fill: rgba(255,255,255,1); } .Path_4_hk { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_hl { fill: rgba(255,255,255,1); } .Path_5_hl { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_hm { fill: rgba(255,255,255,1); } .Path_6_hm { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_hn { fill: rgba(255,255,255,1); } .Path_7_hn { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_ho { fill: rgba(255,255,255,1); } .Path_8_ho { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_hp { fill: rgba(255,255,255,1); } .Path_9_hp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_hq { fill: rgba(255,255,255,1); } .Path_10_hq { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_hr { fill: rgba(255,255,255,1); } .Path_11_hr { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_hs { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_ht { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_hu { fill: rgba(255,255,255,1); } .Path_12_hu { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_hv { fill: rgba(255,255,255,1); } .Path_13_hv { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_hw { fill: rgba(255,255,255,1); } .Path_14_hw { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_hx { fill: rgba(255,255,255,1); } .Path_15_hx { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_hy { fill: rgba(255,255,255,1); } .Path_16_hy { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_hz { fill: rgba(255,255,255,1); } .Path_17_hz { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_h { fill: rgba(255,255,255,1); } .Path_18_h { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_h { fill: rgba(255,255,255,1); } .Path_19_h { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_h { fill: rgba(255,255,255,1); } .Path_20_h { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_h { fill: rgba(255,255,255,1); } .Path_21_h { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_h { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_h { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Rectangle_25 { fill: rgba(255,255,255,1); stroke: rgba(255,0,0,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_25 { position: absolute; overflow: visible; width: 314px; height: 320px; left: 998px; top: 281px; } #Rectangle_26 { fill: rgba(255,255,255,1); stroke: rgba(255,0,0,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_26 { position: absolute; overflow: visible; width: 314px; height: 320px; left: 998px; top: 631px; } #Adsense { left: 1021px; top: 301px; position: absolute; overflow: visible; width: 98px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 25px; color: rgba(0,0,0,1); } #Adsense_h { left: 1021px; top: 650px; position: absolute; overflow: visible; width: 98px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 25px; color: rgba(0,0,0,1); }
src/assets/templates/desktop/trends/style.css
.mediaViewInfo { --web-view-name: Trends web ru; --web-view-id: Trends_web_ru; --web-scale-on-resize: true; --web-enable-deep-linking: true; } :root { --web-view-ids: Trends_web_ru; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Trends_web_ru { position: absolute; width: 1920px; height: 1080px; background-color: rgba(255,255,255,1); overflow: hidden; --web-view-name: Trends web ru; --web-view-id: Trends_web_ru; --web-scale-on-resize: true; --web-enable-deep-linking: true; } #logo { position: absolute; width: 439px; height: 144px; left: 615px; top: 107px; overflow: visible; } #Group_6 { position: absolute; width: 175px; height: 27px; left: 615px; top: 79px; overflow: visible; } # { left: 103px; top: 0px; position: absolute; overflow: visible; width: 73px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(138,138,142,1); } #_s { left: 0px; top: 0px; position: absolute; overflow: visible; width: 84px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #Rectangle_9_u { fill: url(#Rectangle_9_u); } .Rectangle_9_u { position: absolute; overflow: visible; width: 560px; height: 1080px; left: 1360px; top: 0px; } #Rectangle_12_w { fill: url(#Rectangle_12_w); } .Rectangle_12_w { width: 560px; height: 1080px; position: absolute; overflow: visible; transform: matrix(1,0,0,1,0,0) rotate(180deg); transform-origin: center; } #_Copyright_2020_TikTune { left: 876px; top: 1047px; position: absolute; overflow: visible; width: 166px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 13px; color: rgba(0,0,0,1); } #_English__ { left: 1234px; top: 79px; position: absolute; overflow: visible; width: 79px; white-space: nowrap; text-align: right; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #Group_35 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 280px; overflow: visible; } #Rectangle_15 { fill: rgba(235,154,154,1); } .Rectangle_15 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #_ { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path { fill: rgba(166,166,166,1); } .Compound_Path { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path { fill: rgba(0,0,0,1); } .Path { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_ { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_ { fill: rgba(255,255,255,1); } .Path_ { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23 { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_bc { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24 { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4 { fill: rgba(255,255,255,1); } .Path_4 { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5 { fill: rgba(255,255,255,1); } .Path_5 { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6 { fill: rgba(255,255,255,1); } .Path_6 { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7 { fill: rgba(255,255,255,1); } .Path_7 { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8 { fill: rgba(255,255,255,1); } .Path_8 { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9 { fill: rgba(255,255,255,1); } .Path_9 { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10 { fill: rgba(255,255,255,1); } .Path_10 { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11 { fill: rgba(255,255,255,1); } .Path_11 { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_bm { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25 { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12 { fill: rgba(255,255,255,1); } .Path_12 { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13 { fill: rgba(255,255,255,1); } .Path_13 { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14 { fill: rgba(255,255,255,1); } .Path_14 { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15 { fill: rgba(255,255,255,1); } .Path_15 { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16 { fill: rgba(255,255,255,1); } .Path_16 { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17 { fill: rgba(255,255,255,1); } .Path_17 { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18 { fill: rgba(255,255,255,1); } .Path_18 { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19 { fill: rgba(255,255,255,1); } .Path_19 { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20 { fill: rgba(255,255,255,1); } .Path_20 { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21 { fill: rgba(255,255,255,1); } .Path_21 { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_36 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 403px; overflow: visible; } #Rectangle_15_b { fill: rgba(235,154,154,1); } .Rectangle_15_b { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__b { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ca { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_b { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_b { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_b { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_b { fill: rgba(166,166,166,1); } .Compound_Path_b { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_b { fill: rgba(0,0,0,1); } .Path_b { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_ca { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_ca { fill: rgba(255,255,255,1); } .Path_ca { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_cb { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_cc { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_cd { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_ce { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_cf { fill: rgba(255,255,255,1); } .Path_4_cf { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_cg { fill: rgba(255,255,255,1); } .Path_5_cg { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_ch { fill: rgba(255,255,255,1); } .Path_6_ch { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_ci { fill: rgba(255,255,255,1); } .Path_7_ci { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_cj { fill: rgba(255,255,255,1); } .Path_8_cj { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_ck { fill: rgba(255,255,255,1); } .Path_9_ck { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_cl { fill: rgba(255,255,255,1); } .Path_10_cl { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_cm { fill: rgba(255,255,255,1); } .Path_11_cm { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_cn { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_co { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_cp { fill: rgba(255,255,255,1); } .Path_12_cp { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_cq { fill: rgba(255,255,255,1); } .Path_13_cq { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_cr { fill: rgba(255,255,255,1); } .Path_14_cr { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_cs { fill: rgba(255,255,255,1); } .Path_15_cs { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_ct { fill: rgba(255,255,255,1); } .Path_16_ct { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_cu { fill: rgba(255,255,255,1); } .Path_17_cu { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_cv { fill: rgba(255,255,255,1); } .Path_18_cv { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_cw { fill: rgba(255,255,255,1); } .Path_19_cw { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_cx { fill: rgba(255,255,255,1); } .Path_20_cx { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_cy { fill: rgba(255,255,255,1); } .Path_21_cy { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_cz { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_c { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_43 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 526px; overflow: visible; } #Rectangle_15_c { fill: rgba(235,154,154,1); } .Rectangle_15_c { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__c { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__da { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_c { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_c { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_c { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_c { fill: rgba(166,166,166,1); } .Compound_Path_c { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_c { fill: rgba(0,0,0,1); } .Path_c { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_da { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.303px; overflow: visible; } #Path_db { fill: rgba(255,255,255,1); } .Path_db { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_dc { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_dd { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_de { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_df { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_dg { fill: rgba(255,255,255,1); } .Path_4_dg { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_dh { fill: rgba(255,255,255,1); } .Path_5_dh { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_di { fill: rgba(255,255,255,1); } .Path_6_di { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_dj { fill: rgba(255,255,255,1); } .Path_7_dj { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_dk { fill: rgba(255,255,255,1); } .Path_8_dk { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_dl { fill: rgba(255,255,255,1); } .Path_9_dl { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_dm { fill: rgba(255,255,255,1); } .Path_10_dm { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_dn { fill: rgba(255,255,255,1); } .Path_11_dn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_do { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_dp { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_dq { fill: rgba(255,255,255,1); } .Path_12_dq { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_dr { fill: rgba(255,255,255,1); } .Path_13_dr { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_ds { fill: rgba(255,255,255,1); } .Path_14_ds { overflow: visible; position: absolute; width: 7.258px; height: 10.336px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_dt { fill: rgba(255,255,255,1); } .Path_15_dt { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_du { fill: rgba(255,255,255,1); } .Path_16_du { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_dv { fill: rgba(255,255,255,1); } .Path_17_dv { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_dw { fill: rgba(255,255,255,1); } .Path_18_dw { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_dx { fill: rgba(255,255,255,1); } .Path_19_dx { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_dy { fill: rgba(255,255,255,1); } .Path_20_dy { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_dz { fill: rgba(255,255,255,1); } .Path_21_dz { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_d { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_d { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_44 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 649px; overflow: visible; } #Rectangle_15_d { fill: rgba(235,154,154,1); } .Rectangle_15_d { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__d { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ea { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_d { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_fa { fill: rgba(166,166,166,1); } .Compound_Path_fa { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_fb { fill: rgba(0,0,0,1); } .Path_fb { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_fc { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_fd { fill: rgba(255,255,255,1); } .Path_fd { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_fe { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_ff { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_fg { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_fh { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_fi { fill: rgba(255,255,255,1); } .Path_4_fi { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_fj { fill: rgba(255,255,255,1); } .Path_5_fj { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_fk { fill: rgba(255,255,255,1); } .Path_6_fk { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_fl { fill: rgba(255,255,255,1); } .Path_7_fl { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_fm { fill: rgba(255,255,255,1); } .Path_8_fm { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_fn { fill: rgba(255,255,255,1); } .Path_9_fn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_fo { fill: rgba(255,255,255,1); } .Path_10_fo { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_fp { fill: rgba(255,255,255,1); } .Path_11_fp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_fq { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_fr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_fs { fill: rgba(255,255,255,1); } .Path_12_fs { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_ft { fill: rgba(255,255,255,1); } .Path_13_ft { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_fu { fill: rgba(255,255,255,1); } .Path_14_fu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_fv { fill: rgba(255,255,255,1); } .Path_15_fv { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_fw { fill: rgba(255,255,255,1); } .Path_16_fw { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_fx { fill: rgba(255,255,255,1); } .Path_17_fx { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_fy { fill: rgba(255,255,255,1); } .Path_18_fy { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_fz { fill: rgba(255,255,255,1); } .Path_19_fz { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_f { fill: rgba(255,255,255,1); } .Path_20_f { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_f { fill: rgba(255,255,255,1); } .Path_21_f { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_e { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_e { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_46 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 649px; overflow: visible; } #Rectangle_15_e { fill: rgba(235,154,154,1); } .Rectangle_15_e { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__e { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__fa { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_e { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_e { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_fa { fill: rgba(166,166,166,1); } .Compound_Path_fa { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_fb { fill: rgba(0,0,0,1); } .Path_fb { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_fc { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_fd { fill: rgba(255,255,255,1); } .Path_fd { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_fe { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_ff { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_fg { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_fh { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_fi { fill: rgba(255,255,255,1); } .Path_4_fi { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_fj { fill: rgba(255,255,255,1); } .Path_5_fj { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_fk { fill: rgba(255,255,255,1); } .Path_6_fk { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_fl { fill: rgba(255,255,255,1); } .Path_7_fl { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_fm { fill: rgba(255,255,255,1); } .Path_8_fm { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_fn { fill: rgba(255,255,255,1); } .Path_9_fn { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_fo { fill: rgba(255,255,255,1); } .Path_10_fo { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_fp { fill: rgba(255,255,255,1); } .Path_11_fp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_fq { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_fr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_fs { fill: rgba(255,255,255,1); } .Path_12_fs { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_ft { fill: rgba(255,255,255,1); } .Path_13_ft { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_fu { fill: rgba(255,255,255,1); } .Path_14_fu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_fv { fill: rgba(255,255,255,1); } .Path_15_fv { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_fw { fill: rgba(255,255,255,1); } .Path_16_fw { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_fx { fill: rgba(255,255,255,1); } .Path_17_fx { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_fy { fill: rgba(255,255,255,1); } .Path_18_fy { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_fz { fill: rgba(255,255,255,1); } .Path_19_fz { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_f { fill: rgba(255,255,255,1); } .Path_20_f { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_f { fill: rgba(255,255,255,1); } .Path_21_f { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_f { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_f { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_49 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 772px; overflow: visible; } #Rectangle_15_f { fill: rgba(235,154,154,1); } .Rectangle_15_f { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__f { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ga { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_f { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_f { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_ga { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_gb { fill: rgba(166,166,166,1); } .Compound_Path_gb { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_gc { fill: rgba(0,0,0,1); } .Path_gc { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_gd { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_ge { fill: rgba(255,255,255,1); } .Path_ge { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_gf { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_gg { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_gh { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_gi { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_gj { fill: rgba(255,255,255,1); } .Path_4_gj { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_gk { fill: rgba(255,255,255,1); } .Path_5_gk { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_gl { fill: rgba(255,255,255,1); } .Path_6_gl { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_gm { fill: rgba(255,255,255,1); } .Path_7_gm { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_gn { fill: rgba(255,255,255,1); } .Path_8_gn { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_go { fill: rgba(255,255,255,1); } .Path_9_go { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_gp { fill: rgba(255,255,255,1); } .Path_10_gp { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_gq { fill: rgba(255,255,255,1); } .Path_11_gq { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_gr { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_gs { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_gt { fill: rgba(255,255,255,1); } .Path_12_gt { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_gu { fill: rgba(255,255,255,1); } .Path_13_gu { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_gv { fill: rgba(255,255,255,1); } .Path_14_gv { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_gw { fill: rgba(255,255,255,1); } .Path_15_gw { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_gx { fill: rgba(255,255,255,1); } .Path_16_gx { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_gy { fill: rgba(255,255,255,1); } .Path_17_gy { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_gz { fill: rgba(255,255,255,1); } .Path_18_gz { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_g { fill: rgba(255,255,255,1); } .Path_19_g { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_g { fill: rgba(255,255,255,1); } .Path_20_g { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_g { fill: rgba(255,255,255,1); } .Path_21_g { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_g { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_g { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Group_50 { position: absolute; width: 312.982px; height: 94.016px; left: 615px; top: 895px; overflow: visible; } #Rectangle_15_g { fill: rgba(235,154,154,1); } .Rectangle_15_g { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 83px; height: 83px; left: 0px; top: 1px; } #__g { left: 83px; top: 0px; position: absolute; overflow: visible; width: 158px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(0,0,0,1); } #__ha { left: 83px; top: 26px; position: absolute; overflow: visible; width: 105px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 17px; color: rgba(60,60,67,0.6); } #US-UK_Apple_Music_Badge_RGB_g { mix-blend-mode: normal; position: absolute; width: 118.733px; height: 34.016px; left: 83px; top: 60px; overflow: visible; } #Outline_ha { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Group_hb { position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; overflow: visible; } #Compound_Path_hc { fill: rgba(166,166,166,1); } .Compound_Path_hc { overflow: visible; position: absolute; width: 118.733px; height: 34.016px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_hd { fill: rgba(0,0,0,1); } .Path_hd { overflow: visible; position: absolute; width: 117.333px; height: 32.616px; left: 0.7px; top: 0.7px; transform: matrix(1,0,0,1,0,0); } #Group_he { position: absolute; width: 105.813px; height: 22.778px; left: 6.41px; top: 6.302px; overflow: visible; } #Path_hf { fill: rgba(255,255,255,1); } .Path_hf { overflow: visible; position: absolute; width: 21.416px; height: 21.41px; left: 0px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Clip_Group_hg { position: absolute; width: 11.437px; height: 14.555px; left: 4.244px; top: 3.278px; overflow: visible; } #Group_23_hh { position: absolute; width: 11.437px; height: 14.555px; left: 0px; top: 0px; overflow: visible; } #Group_hi { position: absolute; width: 79.774px; height: 22.005px; left: 26.039px; top: 0.773px; overflow: visible; } #Group_24_hj { position: absolute; width: 31.426px; height: 5.552px; left: 0.214px; top: 0px; overflow: visible; } #Path_4_hk { fill: rgba(255,255,255,1); } .Path_4_hk { overflow: visible; position: absolute; width: 3.159px; height: 5.064px; left: 0px; top: 0.405px; transform: matrix(1,0,0,1,0,0); } #Path_5_hl { fill: rgba(255,255,255,1); } .Path_5_hl { overflow: visible; position: absolute; width: 0.978px; height: 5.469px; left: 4.08px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_6_hm { fill: rgba(255,255,255,1); } .Path_6_hm { overflow: visible; position: absolute; width: 3.152px; height: 3.969px; left: 5.979px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_7_hn { fill: rgba(255,255,255,1); } .Path_7_hn { overflow: visible; position: absolute; width: 2.19px; height: 4.795px; left: 9.786px; top: 0.696px; transform: matrix(1,0,0,1,0,0); } #Path_8_ho { fill: rgba(255,255,255,1); } .Path_8_ho { overflow: visible; position: absolute; width: 3.483px; height: 3.978px; left: 12.729px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_9_hp { fill: rgba(255,255,255,1); } .Path_9_hp { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 17.232px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Path_10_hq { fill: rgba(255,255,255,1); } .Path_10_hq { overflow: visible; position: absolute; width: 3.622px; height: 3.969px; left: 23.532px; top: 1.574px; transform: matrix(1,0,0,1,0,0); } #Path_11_hr { fill: rgba(255,255,255,1); } .Path_11_hr { overflow: visible; position: absolute; width: 3.26px; height: 3.899px; left: 28.166px; top: 1.57px; transform: matrix(1,0,0,1,0,0); } #Group_hs { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 8.785px; overflow: visible; } #Group_25_ht { position: absolute; width: 79.774px; height: 13.22px; left: 0px; top: 0px; overflow: visible; } #Path_12_hu { fill: rgba(255,255,255,1); } .Path_12_hu { overflow: visible; position: absolute; width: 9.404px; height: 10.568px; left: 0px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_13_hv { fill: rgba(255,255,255,1); } .Path_13_hv { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 10.378px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_14_hw { fill: rgba(255,255,255,1); } .Path_14_hw { overflow: visible; position: absolute; width: 7.258px; height: 10.335px; left: 18.853px; top: 2.885px; transform: matrix(1,0,0,1,0,0); } #Path_15_hx { fill: rgba(255,255,255,1); } .Path_15_hx { overflow: visible; position: absolute; width: 1.582px; height: 10.568px; left: 27.385px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_16_hy { fill: rgba(255,255,255,1); } .Path_16_hy { overflow: visible; position: absolute; width: 7.039px; height: 7.912px; left: 30.249px; top: 2.87px; transform: matrix(1,0,0,1,0,0); } #Path_17_hz { fill: rgba(255,255,255,1); } .Path_17_hz { overflow: visible; position: absolute; width: 10.693px; height: 10.568px; left: 41.741px; top: 0.103px; transform: matrix(1,0,0,1,0,0); } #Path_18_h { fill: rgba(255,255,255,1); } .Path_18_h { overflow: visible; position: absolute; width: 6.659px; height: 7.801px; left: 54.199px; top: 2.966px; transform: matrix(1,0,0,1,0,0); } #Path_19_h { fill: rgba(255,255,255,1); } .Path_19_h { overflow: visible; position: absolute; width: 6.357px; height: 7.889px; left: 62.141px; top: 2.878px; transform: matrix(1,0,0,1,0,0); } #Path_20_h { fill: rgba(255,255,255,1); } .Path_20_h { overflow: visible; position: absolute; width: 1.838px; height: 10.671px; left: 69.731px; top: 0px; transform: matrix(1,0,0,1,0,0); } #Path_21_h { fill: rgba(255,255,255,1); } .Path_21_h { overflow: visible; position: absolute; width: 6.973px; height: 7.921px; left: 72.801px; top: 2.859px; transform: matrix(1,0,0,1,0,0); } #google-play-badge_h { position: absolute; width: 92.982px; height: 34px; left: 220px; top: 60px; overflow: visible; } #ID156k_h { left: 15px; top: 71px; position: absolute; overflow: visible; width: 35px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 15px; color: rgba(60,60,67,0.6); } #Rectangle_25 { fill: rgba(255,255,255,1); stroke: rgba(255,0,0,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_25 { position: absolute; overflow: visible; width: 314px; height: 320px; left: 998px; top: 281px; } #Rectangle_26 { fill: rgba(255,255,255,1); stroke: rgba(255,0,0,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_26 { position: absolute; overflow: visible; width: 314px; height: 320px; left: 998px; top: 631px; } #Adsense { left: 1021px; top: 301px; position: absolute; overflow: visible; width: 98px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 25px; color: rgba(0,0,0,1); } #Adsense_h { left: 1021px; top: 650px; position: absolute; overflow: visible; width: 98px; white-space: nowrap; text-align: left; font-family: Manrope; font-style: normal; font-weight: bold; font-size: 25px; color: rgba(0,0,0,1); }
0.45302
0.093182
html{ overflow-x: hidden; scroll-behavior: smooth; } /*****************************************/ a { -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; text-decoration: none; } a:hover, a:focus { outline: none; } /**********************************************/ .banner__social-media { height: 4em; width: 4em; right: 0; margin-bottom: 0; position: fixed; top: 25%; display: flex; flex-direction: column; list-style: none; margin: 0; padding-right: 6px; z-index: 999; } .banner__sm-item { height: 26px; width: 26px; text-align: center; justify-content: center; display: flex; line-height: 26px; color: #f0f0f0; text-decoration: none; } .banner__sm-item:hover { text-decoration: none!important; } /***********************************************/ #mainMenu li > a { font-size: 12px; letter-spacing: 1px; color: #fff; font-weight: 700; position: relative; z-index: 1; text-decoration: none; } .navbar .navbar-expand-lg .main-nav .px-0{ justify-items: center!important; } .main-header #mainMenu li > a { color: #fff; text-decoration: none; } #mainMenu li:not(:last-of-type) { margin-right: 30px; } #mainMenu li > a::before { position: absolute; content: ""; width: calc(100% - 1px); height: 2px; background: rgb(199, 137, 44); bottom: -6px; left: 0; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; z-index: -1; -webkit-transition: transform 0.5s ease; transition: transform 0.5s ease; } #mainMenu li > a:hover::before, #mainMenu li > a.active::before { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } .main-header.fixed-nav #mainMenu li > a::before { background: #000; } .main-header { position: absolute; top: 8px; left: 0; z-index: 99; width: 100%; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; justify-content: space-around!important; } .navbar-brand { width: 120px; top: -3%; position: relative; } .main-header .navbar-brand img { max-width: 100px; animation: fadeInLeft 0.4s both 0.4s; } /* main-header end */ /**/ .main-header .navbar-toggler .icon-bar { background-color: #fff; margin: 0 auto 6px; border-radius: 0; width: 30px; height: 3px; position: absolute; right: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .main-header .navbar .navbar-toggler .icon-bar:first-child { margin-top: 3px; } .main-header .navbar-toggler .icon-bar-1 { width: 10px; top: 0px; } .main-header .navbar-toggler .icon-bar-2 { width: 16px; top: 12px; } .main-header .navbar-toggler .icon-bar-3 { width: 20px; top: 21px; } .main-header .current .icon-bar { margin-bottom: 5px; border-radius: 0; display: block; } .main-header .current .icon-bar-1 { width: 18px; } .main-header .current .icon-bar-2 { width: 30px; } .main-header .current .icon-bar-3 { width: 10px; } .main-header .navbar-toggler:hover .icon-bar { background-color: #fff; } .main-header .navbar-toggler:focus .icon-bar { background-color: #fff; } /* Carousel */ .owl-carousel{ position: relative; } section.home-slider .owl-carousel .js-fullheight .owl-loaded .owl-dra.owl-stage-outer{ width: 100vw!important; height: 100vw!important; } div.row.justify-content-center.mb-5.pb-2{ margin-bottom:5px!important; } .owl-carousel .owl-item{ opacity: 0.4; } .owl-carousel .owl-item.active{ opacity: 1; } .owl-carousel .owl-nav{ position: absolute; top: 50%; width: 100%; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{ position: absolute; transform: translateY(-50%); margin-top: -10px; color: #c8a97e!important; transition: all 0.7s ease; opacity: 0; } .owl-carousel .owl-nav .owl-prev span::before, .owl-carousel .owl-nav .owl-next span::before{ font-size: 30px; } .owl-carousel .owl-nav .owl-prev{ left:0; } .owl-carousel .owl-nav .owl-next{ right: 0; } .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next{ opacity: 1; } .owl-carousel:hover .owl-nav .owl-prev{ left: -25px; } .owl-carousel:hover .owl-nav .owl-next{ right: -25px; } .owl-carousel.home-slider{ position: relative; height: 750px; z-index: 0; } .owl-carousel.home-slider .slider-item{ background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh; position: relative; z-index: 0; } .owl-carousel.home-slider .slider-item .overlay{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #000000; opacity: 0.7; } .owl-carousel.home-slider .slider-item .slider-text{ color: #ffffff; height: 750px; text-align: right; } .owl-carousel.home-slider .slider-item .slider-text .subheading{ font-size: 8.5em; color: #c8a97e; font-weight: normal; margin-bottom: 0; line-height: 1; font-family: "Great Vibes", cursive; } .owl-carousel.home-slider .slider-item .slider-text h1{ font-size: 60px; color: #ffffff; font-weight: 600; margin-bottom: 0; line-height: 1.5; letter-spacing: 4px; text-transform: uppercase; font-family: "Poppins", cursive; } .owl-carousel.home-slider .owl-nav .owl-prev span, .owl-carousel.home-slider .owl-nav .owl-next span{ color: #ffffff; } .owl-carousel.home-slider:hover .owl-nav .owl-prev span, .owl-carousel.home-slider:hover .owl-nav .owl-next span{ opacity: 1; } .owl-carousel.home-slider:hover .owl-nav .owl-prev{ left: 20px; } .owl-carousel.home-slider:hover .owl-nav .owl-next{ right: 20px; } .owl-custom-nav{ float: right; position: relative; z-index: 10; } .owl-custom-nav .owl-custom-prev, .owl-custom-nav .owl-custom-nav{ padding: 10px; font-size: 30px; background: #ccc; line-height: 0; width: 60px; text-align: center; display: inline-block; } /***************Features style start**********************/ .featured{ padding-bottom: 35px; width: 100%; align-items: center; align-content: center; text-align: center; margin-top: -140px; border-top: 1px solid rgba(255, 255, 255, 0.2); } div.col-md-3{ justify-content: center!important; padding-left: 9%; padding-top: 2.3%!important; } .featured .featured-menus{ width: 100%; margin-bottom: 5px; border-radius: 5px; transition: all 0.3s ease; } .featured .featured-menus .text{ width: 100%; } .featured .featured-menus .text h3{ font-size: 18px; font-weight: 500; margin-bottom: 0; color: #ffffff; } .featured .featured-menus .text p{ font-size: 14px; margin-bottom: 0; color: rgba(255,255,255, 0.781); } .featured .featured-menus .menu-img{ width: 85px; height: 85px; display: flex; min-width: 35px; min-height: 35px; margin-bottom: 10px; border-radius: 50%; } .img, .user-img{ background-size: cover; background-repeat: no-repeat; background-position: center center; } /***************Features style end**********************/ /***************about us section starts**********************/ #about{ margin-top: 1%; } .ftco-wrap-about { background-position: bottom center!important; padding-top: 1%; } .ftco-wrap-about .heading-section h2{ font-weight: 600!important; } .ftco-wrap-about .img{ width: 100%; } .intro { width: 100%; background: #ffffff; padding-top: 0px; padding-top: 2%; padding-bottom: 0px; } .intro_image { width: 100%; } .intro_image img { max-width: 100%; } .intro_content { position: absolute; top: 50%; transform: translateY(-50%); right: -95px; width: 679px; background: #ffffff; border: solid 2px #b49388; box-shadow: 0px 45px 70px rgba(0, 0, 0, 0.24); z-index: 1; padding-top: 55px; padding-bottom: 59px; padding-left: 70px; padding-right: 50px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .intro_subtitle { font-size: 28px; font-family: "Poppins"; } .intro_title { margin-top: 6px; font-family: "Great Vibes", cursive; color: #9b4b15; font-weight: 600; } .intro_title h2 { font-size: 40px; } .intro_text { margin-top: 32px; font-size: 13px; text-align: justify; } .ftco-animate { opacity: 0; visibility: hidden; } #section-counter{ margin-top: 10%; margin-bottom: 5%; position: relative; z-index: -1; } #section-counter::after{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; z-index: -1; opacity: 0; background: #000000; } .ftco-counter{ padding-bottom: 5em; background-position: center center!important; } .ftco-counter .block-18{ display: block; width: 100%; } .ftco-counter .text strong.number{ font-weight: 600; font-size: 44px; color: #c8a97e; display: block; line-height: 1; } .ftco-counter .text span{ display: block; font-size: 14px; text-transform: uppercase; } .ftco-counter p{ line-height: 1.8; font-size: 18px; } /***************about us section end**********************/ /***************Gallery section start**********************/ .gallery__pic img{ min-width: 50%; display: inline-block; height: auto; width: 100%; } .bg-light{ background:#fafafa!important; } .ftco-section .bg-light{ margin: 2%!important; } .ftco-section{ padding-top: 4em; margin-bottom: 0!important; position: relative; } .heading-section{ position: relative; } .heading-section .subheading{ position: absolute; top: -53px; left: 0; right: 0; font-weight: normal; font-size: 100px; display: block; margin-bottom: 0; color: rgba(0, 0,0,0.2); color: #c8a97e; line-height: 1; margin-top: 0; z-index: -1; font-family: "Great Vibes", cursive; } .heading-section h2{ font-size: 50px; font-weight: 900; line-height: 1.2; } #gallery >.subheading{ margin-top: 1.5rem; } #menu{ margin-top: 6%; } .menu-wrap{ margin-bottom: 0; } .heading-menu h3{ font-size: 30px; font-weight: 900; margin-bottom: 1em; } .menus{ width: 100%; margin-bottom: 20px; padding-bottom: 10px; padding-top: 10px; padding-left: 6px; border: 1px solid #e6e6e6; border-radius: 5px; transition: all 0.3s ease; } .menus .text{ width: calc(100% - 100px); padding-left: 20px; } .menus .text .one-half{ width: calc(100% - 80px); } .menus .text .one-half h3{ font-size: 22px; font-weight: 500; } .menu .text .one-forth{ width: 80px; } .menus .text .one-forth .price{ font-size: 15px; color: rgba(0,0,0,0.2); color: #000000; font-weight: 600; line-height: 1.3; transition: all 0.3s ease; border-bottom: 2px solid #ff2377; } .menus .text p{ margin-bottom: 0; color: rgba(0,0,0,0.8); } .menus .menu-img{ width: 90px; height: 90px; border-radius: 50%; } .menus:hover{ border: 1px solid #ff2377; background-image: linear-gradient(-225deg, #7742B2 0%, #F180FF 52%, #FD8BD9 100%); } .menus:hover .text .one-forth .price{ color: #ffffff; border-bottom: 2px solid #ffffff; } .menus:hover .text p{ color:rgba(0, 0, 0, 0.8); } .container-fluid{ margin-bottom: 0!important; justify-items: center; } h2.mb-4 { margin-bottom: 0.5rem; } /***************Gallery section end**********************/ /***************Testimonial section start**********************/ .testimony-section{ position: relative; z-index: 0; background-position: center center !important; position: relative; background-attachment: fixed; margin-top: 5%; } .testimony-section .img-bg{ height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; } .testimony-section .overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: #000; opacity: 0.7; } .testimony-section .owl-carousel{ margin: 0; } .testimony-section .owl-carousel .owl-stage-outer{ padding: 1.5em 0 2em 0; position: relative; } .testimony-section .owl-nav{ position: absolute; top: 100%; width: 100%; } .testimony-section .owl-nav .owl-prev, .testimony-section .owl-nav .owl-next{ position: absolute; transform: translateY(-50%); margin-top: -10px; outline: none !important; transition: all 0.3s ease; opacity: 0; } .testimony-section .owl-nav .owl-prev::before, .testimony-section .owl-nav .owl-next::before{ font-size: 30px; color: rgba(0,0,0,0.5); transition: all 03s ease; } .testimony-section .owl-nav .owl-prev:hover span::before, .testimony-section .owl-nav .owl-prev:focus span::before, .testimony-section .owl-nav .owl-next:hover span::before, .testimony-section .owl-nav .owl-next:focus span::before{ color: #ffffff; } .testimony-section .owl-nav .owl-prev{ left: 50%; margin-left: -80px; } .testimony-section .owl-nav .owl-next{ left: 50%; margin-right: -80px; } .testimony-section .owl-dots{ text-align: center; } .testimony-section .owl-dots .owl-dot{ width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: rgba(255,255,255, 0.253) } .testimony-section .owl-dots .owl-dot.active{ background: #ff2377; } .testimony-wrap{ display: block; position: relative; border: 1px solid rgba(255,255,255, 0.5); padding: 0 20px; border-radius: 4px; color: rgba(255,255,255, 0.7); box-shadow: 0 30px 33px -41px rgba(0,0,0, 0.24); } .testimony-wrap .text p{ font-style: italic; } .testimony-wrap .icon{ position: absolute; top: -20px; left: 20px; width: 40px; height: 40px; border-radius: 50%; background: #ff2377; } .testimony-wrap .icon span{ color: #ffffff; } .testimony-wrap .user-img{ width: 80px; height: 80px; position: relative; border-radius: 50%; } .testimony-wrap .name{ font-weight: 400; font-size: 20px; margin-bottom: 0; color: #ffffff; font-style: normal!important; } .testimony-wrap .position{ font-size: 16px; color: rgb(255,255,255, 0.7); } .mb-3{ color: #ffffff; } .heading-section.heading-section.white .subheading{ color: #c8a97e; } .heading-section.heading-section.white h2{ color: #ffffff; } .heading-section.heading-section.white p{ color: rgba(255,255,255, 0.9); } .ftco-social li{ list-style: none; margin-right: 10px; } .ftco-social span{ color: #c8a97e; } .btn{ cursor: pointer; border-radius: 2px; box-shadow: 0px 24px 48px -12px rgba(0, 0,0,0.1); } .btn:hover, .btn:active, .btn:focus{ outline: none; } .btn.btn-primary{ background: #c8a97e; border: 1px solid #c8a97e; color: #ffffff; } .btn.btn-primary:hover{ background: transparent; border: 1px solid #c8a97e; color: #000000; } .btn.btn-primary.btn-outline-primary{ border: 1px solid #c8a97e; background: transparent; color: #c8a97e; } .btn.btn-primary.btn-outline-primary:hover{ border: 1px solid transparent; background: #c8a97e; color: #ffffff; } .single-cat-widget{ position: relative; text-align: center; } .single-cat-widget .overlay-bg{ background: rgba(0, 0, 0, 0.85); margin: 7%; transition: all 0.4s ease 0s; } .single-cat-widget img{ width: 100%; } .single-cat-widget .content-details{ top: 25%; left: 0; right: 0; margin-left: auto; margin-right: auto; color: #ffffff; bottom: 0px; position: absolute; } .single-cat-widget .content-details h4{ color: #ffffff; margin-bottom: 0; } .single-cat-widget .content-details span{ display: inline-block; background: #ffffff; width: 60%; height: 1%; } .single-cat-widget .overlay{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .single-cat-widget:hover .overlay-bg{ background:rgba(186, 146, 54, 0.85); margin: 7%; transition:all 0.4s ease 0s ; } /**********************FOOTER*******************************/ footer{ position: relative; background: #111; width: 100%; bottom: 0; left: 0; border-top: 2px solid #b49388 } footer::before{ content: ''; position: absolute; left: 0; top: 100px; height: 1px; width: 100%; } footer .content{ max-width: 100%; margin: auto; padding: 30px 40px 40px 40px; } footer .content .top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; } .bottom-details{ font-size: 8px; font-family: 'Times New Roman', Times, serif; } .content .top .media-icons{ display: flex; } .content .top .media-icons a{ height: 40px; width: 40px; margin: 0 8px; border-radius: 50%; text-align: center; line-height: 40px; color: #fff; font-size: 17px; text-decoration: none; transition: all 0.4s ease; } /**********************/ .top .media-icons i { height: 40px; width: 40px; text-align: center; line-height: 38px; border-radius: 50%; text-decoration: none; } i.fa-facebook-f {background-color: #3B5998; } i.fa-facebook-f:hover {background-color: #09f0f8; } i.fa-envelope { background-image: linear-gradient(-120deg, #4285f4,#34a853, #fbbc05, #ea4335 ); border-bottom-left-radius: 35%; } i.fa-envelope:hover {background:#f79a0e; } i.fa-whatsapp { background-image: linear-gradient(45deg, #E5ffcc,#1ebea5, #00E676, #DCF8C6); border-top-left-radius: 35%; } i.fa-whatsapp:hover {background: #0f740a; } i.fa-instagram {background-image: linear-gradient(45deg, #405de6,#5851db,#833ab4,#C13584,#E1306C,#FD1D1D); } i.fa-instagram:hover {background: #ce0476; text-decoration: none!important; } /**********************/ footer .content .link-boxes{ width: 100%; display: flex; justify-content: space-between; } .content .link-boxes .box .link_name{ color: #fff; font-size: 18px; font-weight: 400; margin-bottom: 10px; } .link-boxes .box .link_name::before{ content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 35px; background: #fff; } .content .link-boxes .box li{ justify-content: center; list-style: none; } .content .link-boxes .box li a{ color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; opacity: 0.8; transition: all 0.4s ease } .content .link-boxes .box li a:hover{ opacity: 1; text-decoration: underline; } footer .bottom-details{ width: 100%; padding-bottom: 0.5%; background: #111; } footer .bottom-details .bottom_text{ max-width: 100%; margin: auto; /*padding: 10px 40px;*/ display: flex; justify-content: center; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 14px; font-weight: 300; color: #fff; opacity: 0.8; text-decoration: none; } .bottom-details .bottom_text a:hover{ opacity: 1; text-decoration: underline; } .bottom-details .bottom_text a{ margin-right: 10px; } /********************FOOTER**************************/ @media (max-width: 991px) { footer .content .link-boxes{ flex-direction: column; align-content: center; align-items: center; justify-content: center; } footer .content .link-boxes .box{ padding-inline-start: 0px!important; text-align: center; justify-content: center; } .intro_content { position:relative; top: 170px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%;} .navbar-nav .ml-auto .mr-md-3:hover{ margin-right:0 ; } #menu .subheading{ margin-top: -5%; } .col-sm-6 .col-md-3 .item ul{ margin-bottom: 1%; } div.menu-img img{ margin-left: -10%!important; } .div.col-md-3{ margin-left: -3%; } .collapse.in { display: block !important; padding: 0; clear: both; } .navbar-toggler { margin: 0; padding: 0; width: 40px; height: 40px; position: absolute; top: 25px; right: 0; border: none; border-radius: 0; outline: none !important; } .main-header .navbar { float: none; width: 100%; padding-left: 0; padding-right: 0; text-align: center; } .main-header .navbar-nav { margin-top: 60px!important; } .main-header .navbar-nav li .nav-link { text-align: center; padding: 20px 15px; border-radius: 0px; } } @media (max-width: 901px) { .nav-menu { display: block; position: relative; left: -100%; top:2rem; flex-direction: column; color: #fff!important; background-color: #000; width: 100%; border-radius: 10px; text-align: center; transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); } ul.nav-menu.active { left: 0%; } a.nav-link .js-anchor-link::before{ float:center ; } .intro .container{ margin-top: 10%; } } @media (max-width: 768px) { #mainMenu{ background: #000; padding-bottom: 10%; border: 2px solid #c8a97e; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #mainMenu li>a{ overflow-wrap: normal; justify-items: center!important; text-align: center!important; align-items: center!important; padding-top: 3%; } #mainMenu li > a::before { width: calc(100% - 2px); height: 2.4px; background: #c8a97e; bottom: -2px; left: 0; } #mainMenu li:not(:last-of-type) { margin-right: 0!important; } .navbar-nav .ml-auto .text-uppercase .f1{ justify-items: center; text-align: center; align-items: center; background: #000; } h2.mb-4{ margin-bottom: 0.5rem!important; } .nav-menu { left: 20%!important; top:6.5rem; width: 75%; padding-top: 2%; padding-bottom: 2%; text-align: center!important; justify-items: center!important; align-items:center!important; } .nav-menu .active{ right: 0!important; align-items:center!important; justify-content: center!important; } a.nav-link.js-anchor-link{ text-align: center!important; justify-items: center!important; align-items:center!important; justify-content:center!important; right: -20%!important; } a.nav-link.js-anchor-link:hover{ color:#c8a97e!important; } .row.justify-content-center.mb-5.pb-2{ margin-bottom:10px!important; } .intro_content { top: 125px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 3%; } .intro_text{ text-align: justify!important; margin-right: 3%!important; margin-top: 10px; margin-bottom: 5%; } .intro_title{ margin-top: 15px; padding-left: 2%; } .intro_subtitle { font-size: 18px; padding-left: 2%; } .owl-carousel.home-slider .slider-item .slider-text .subheading{ font-size: 45px; } #gallery.subheading{ font-size: 35px; } .col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .owl-carousel.home-slider .slider-item .slider-text h1{ font-size: 30px;} .featured .featured-menus .menu-img{ width: 38px; height: 38px; padding-top: 1%; align-content: space-between; margin-bottom: 5px;} .ftco-counter .text strong.number{ font-weight: 600; font-size: 34px; } .copyright-menu { overflow: hidden; } #menu span.subheading{ margin-top: -5%!important; } .heading-section .subheading{ font-size: 40px; } .featured { padding-top: 2%; } .heading-section h2{ font-size: 35px; } .col-md-12 .featured .row { display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; justify-content:space-between; align-items: center; } .col-md-12 .col-lg-6{ display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap!important; } .col-md-6{ position: relative; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap!important; } div.col-md-3{ top: 45px!important; padding-left: 8%!important; } .intro_image{ width: 100%; margin-top: 3%; margin-left: 0; margin-right: 0; padding-left: 1%; padding-right: 1%; } .intro_image img{ max-width: 100%; } .menus .menu-img { width: 90px; height: 90px; } .menus .text p{ font-size: 12px; } .menus .text .one-half h3 { font-size: 18px; font-weight: 400; } .menus .text { padding-left: 2%;} .col-md-12 .col-lg-8{ position:relative; transform: translateY(50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%; padding-bottom: 35px; width: 100%; align-items: center; align-content: center; text-align: center; margin-top: -140px; } @media (max-width: 700px){ footer{ position: relative; } .content .top .logo-details{ font-size: 24px; } .content .top .media-icons a{ height: 35px; width: 35px; font-size: 14px; line-height: 35px; } .content .link-boxes .box .link_name{ right: -2%; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 10px; } } @media (max-width: 520px){ .intro{ padding-top: 8%!important; } footer::before{ top: 145px; } footer .content .top{ flex-direction: column; } .content .top .media-icons{ margin-top: 15px; } footer .content .link-boxes .box{ width: 100%; } } @media (max-width: 414px){ .home-slider .owl-carousel .js-fullheight .owl-loaded .owl-drag{ margin-bottom: 3%; } .intro{ padding-top: 8%!important; } .intro_content { top: 199px!important; margin-bottom: 5%;} #menu.heading-section .subheading { top: -69px; } #menu span.subheading { margin-top: 14px!important; } } @media (max-width: 375px){ .intro_content{ margin-top: 23%!important; } } @media (max-width: 360px){ .intro_content { position:relative; top: 170px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%;} .testimony-section div.subheading{ top: -73px!important; } .ftco-section .testimony-section img{ width: 100vw; height: 100vh; margin-top: 6%!important; } div#mainMenu{ padding-top: 5%!important; } #menu.ftco-section { padding-top: 2.5em; } #menu span.subheading { margin-top: 10px!important; } #menu { margin-top: 9%!important; margin-bottom: 2%!important; } #testimony-section{ margin-top: 7%!important; } } @media (max-width:320){ div.col-md-3{ width: 90%!important; padding-left: 7.7%!important; padding-right: 15px!important; top: 9px!important; } .featured .featured-menus .menu-img { width: 38px!important; height: 38px!important; } .featured.row{ margin-right: 0!important; } .col-md-12{ width: 90%!important; padding-right: 2%!important; padding-left: 10px!important; } .intro_title { margin-top: 0!important; } .col{ margin-top: 3%; } } }
style.css
html{ overflow-x: hidden; scroll-behavior: smooth; } /*****************************************/ a { -webkit-transition: color 0.2s ease-out; transition: color 0.2s ease-out; text-decoration: none; } a:hover, a:focus { outline: none; } /**********************************************/ .banner__social-media { height: 4em; width: 4em; right: 0; margin-bottom: 0; position: fixed; top: 25%; display: flex; flex-direction: column; list-style: none; margin: 0; padding-right: 6px; z-index: 999; } .banner__sm-item { height: 26px; width: 26px; text-align: center; justify-content: center; display: flex; line-height: 26px; color: #f0f0f0; text-decoration: none; } .banner__sm-item:hover { text-decoration: none!important; } /***********************************************/ #mainMenu li > a { font-size: 12px; letter-spacing: 1px; color: #fff; font-weight: 700; position: relative; z-index: 1; text-decoration: none; } .navbar .navbar-expand-lg .main-nav .px-0{ justify-items: center!important; } .main-header #mainMenu li > a { color: #fff; text-decoration: none; } #mainMenu li:not(:last-of-type) { margin-right: 30px; } #mainMenu li > a::before { position: absolute; content: ""; width: calc(100% - 1px); height: 2px; background: rgb(199, 137, 44); bottom: -6px; left: 0; -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; z-index: -1; -webkit-transition: transform 0.5s ease; transition: transform 0.5s ease; } #mainMenu li > a:hover::before, #mainMenu li > a.active::before { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } .main-header.fixed-nav #mainMenu li > a::before { background: #000; } .main-header { position: absolute; top: 8px; left: 0; z-index: 99; width: 100%; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; justify-content: space-around!important; } .navbar-brand { width: 120px; top: -3%; position: relative; } .main-header .navbar-brand img { max-width: 100px; animation: fadeInLeft 0.4s both 0.4s; } /* main-header end */ /**/ .main-header .navbar-toggler .icon-bar { background-color: #fff; margin: 0 auto 6px; border-radius: 0; width: 30px; height: 3px; position: absolute; right: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .main-header .navbar .navbar-toggler .icon-bar:first-child { margin-top: 3px; } .main-header .navbar-toggler .icon-bar-1 { width: 10px; top: 0px; } .main-header .navbar-toggler .icon-bar-2 { width: 16px; top: 12px; } .main-header .navbar-toggler .icon-bar-3 { width: 20px; top: 21px; } .main-header .current .icon-bar { margin-bottom: 5px; border-radius: 0; display: block; } .main-header .current .icon-bar-1 { width: 18px; } .main-header .current .icon-bar-2 { width: 30px; } .main-header .current .icon-bar-3 { width: 10px; } .main-header .navbar-toggler:hover .icon-bar { background-color: #fff; } .main-header .navbar-toggler:focus .icon-bar { background-color: #fff; } /* Carousel */ .owl-carousel{ position: relative; } section.home-slider .owl-carousel .js-fullheight .owl-loaded .owl-dra.owl-stage-outer{ width: 100vw!important; height: 100vw!important; } div.row.justify-content-center.mb-5.pb-2{ margin-bottom:5px!important; } .owl-carousel .owl-item{ opacity: 0.4; } .owl-carousel .owl-item.active{ opacity: 1; } .owl-carousel .owl-nav{ position: absolute; top: 50%; width: 100%; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{ position: absolute; transform: translateY(-50%); margin-top: -10px; color: #c8a97e!important; transition: all 0.7s ease; opacity: 0; } .owl-carousel .owl-nav .owl-prev span::before, .owl-carousel .owl-nav .owl-next span::before{ font-size: 30px; } .owl-carousel .owl-nav .owl-prev{ left:0; } .owl-carousel .owl-nav .owl-next{ right: 0; } .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next{ opacity: 1; } .owl-carousel:hover .owl-nav .owl-prev{ left: -25px; } .owl-carousel:hover .owl-nav .owl-next{ right: -25px; } .owl-carousel.home-slider{ position: relative; height: 750px; z-index: 0; } .owl-carousel.home-slider .slider-item{ background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh; position: relative; z-index: 0; } .owl-carousel.home-slider .slider-item .overlay{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #000000; opacity: 0.7; } .owl-carousel.home-slider .slider-item .slider-text{ color: #ffffff; height: 750px; text-align: right; } .owl-carousel.home-slider .slider-item .slider-text .subheading{ font-size: 8.5em; color: #c8a97e; font-weight: normal; margin-bottom: 0; line-height: 1; font-family: "Great Vibes", cursive; } .owl-carousel.home-slider .slider-item .slider-text h1{ font-size: 60px; color: #ffffff; font-weight: 600; margin-bottom: 0; line-height: 1.5; letter-spacing: 4px; text-transform: uppercase; font-family: "Poppins", cursive; } .owl-carousel.home-slider .owl-nav .owl-prev span, .owl-carousel.home-slider .owl-nav .owl-next span{ color: #ffffff; } .owl-carousel.home-slider:hover .owl-nav .owl-prev span, .owl-carousel.home-slider:hover .owl-nav .owl-next span{ opacity: 1; } .owl-carousel.home-slider:hover .owl-nav .owl-prev{ left: 20px; } .owl-carousel.home-slider:hover .owl-nav .owl-next{ right: 20px; } .owl-custom-nav{ float: right; position: relative; z-index: 10; } .owl-custom-nav .owl-custom-prev, .owl-custom-nav .owl-custom-nav{ padding: 10px; font-size: 30px; background: #ccc; line-height: 0; width: 60px; text-align: center; display: inline-block; } /***************Features style start**********************/ .featured{ padding-bottom: 35px; width: 100%; align-items: center; align-content: center; text-align: center; margin-top: -140px; border-top: 1px solid rgba(255, 255, 255, 0.2); } div.col-md-3{ justify-content: center!important; padding-left: 9%; padding-top: 2.3%!important; } .featured .featured-menus{ width: 100%; margin-bottom: 5px; border-radius: 5px; transition: all 0.3s ease; } .featured .featured-menus .text{ width: 100%; } .featured .featured-menus .text h3{ font-size: 18px; font-weight: 500; margin-bottom: 0; color: #ffffff; } .featured .featured-menus .text p{ font-size: 14px; margin-bottom: 0; color: rgba(255,255,255, 0.781); } .featured .featured-menus .menu-img{ width: 85px; height: 85px; display: flex; min-width: 35px; min-height: 35px; margin-bottom: 10px; border-radius: 50%; } .img, .user-img{ background-size: cover; background-repeat: no-repeat; background-position: center center; } /***************Features style end**********************/ /***************about us section starts**********************/ #about{ margin-top: 1%; } .ftco-wrap-about { background-position: bottom center!important; padding-top: 1%; } .ftco-wrap-about .heading-section h2{ font-weight: 600!important; } .ftco-wrap-about .img{ width: 100%; } .intro { width: 100%; background: #ffffff; padding-top: 0px; padding-top: 2%; padding-bottom: 0px; } .intro_image { width: 100%; } .intro_image img { max-width: 100%; } .intro_content { position: absolute; top: 50%; transform: translateY(-50%); right: -95px; width: 679px; background: #ffffff; border: solid 2px #b49388; box-shadow: 0px 45px 70px rgba(0, 0, 0, 0.24); z-index: 1; padding-top: 55px; padding-bottom: 59px; padding-left: 70px; padding-right: 50px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .intro_subtitle { font-size: 28px; font-family: "Poppins"; } .intro_title { margin-top: 6px; font-family: "Great Vibes", cursive; color: #9b4b15; font-weight: 600; } .intro_title h2 { font-size: 40px; } .intro_text { margin-top: 32px; font-size: 13px; text-align: justify; } .ftco-animate { opacity: 0; visibility: hidden; } #section-counter{ margin-top: 10%; margin-bottom: 5%; position: relative; z-index: -1; } #section-counter::after{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; z-index: -1; opacity: 0; background: #000000; } .ftco-counter{ padding-bottom: 5em; background-position: center center!important; } .ftco-counter .block-18{ display: block; width: 100%; } .ftco-counter .text strong.number{ font-weight: 600; font-size: 44px; color: #c8a97e; display: block; line-height: 1; } .ftco-counter .text span{ display: block; font-size: 14px; text-transform: uppercase; } .ftco-counter p{ line-height: 1.8; font-size: 18px; } /***************about us section end**********************/ /***************Gallery section start**********************/ .gallery__pic img{ min-width: 50%; display: inline-block; height: auto; width: 100%; } .bg-light{ background:#fafafa!important; } .ftco-section .bg-light{ margin: 2%!important; } .ftco-section{ padding-top: 4em; margin-bottom: 0!important; position: relative; } .heading-section{ position: relative; } .heading-section .subheading{ position: absolute; top: -53px; left: 0; right: 0; font-weight: normal; font-size: 100px; display: block; margin-bottom: 0; color: rgba(0, 0,0,0.2); color: #c8a97e; line-height: 1; margin-top: 0; z-index: -1; font-family: "Great Vibes", cursive; } .heading-section h2{ font-size: 50px; font-weight: 900; line-height: 1.2; } #gallery >.subheading{ margin-top: 1.5rem; } #menu{ margin-top: 6%; } .menu-wrap{ margin-bottom: 0; } .heading-menu h3{ font-size: 30px; font-weight: 900; margin-bottom: 1em; } .menus{ width: 100%; margin-bottom: 20px; padding-bottom: 10px; padding-top: 10px; padding-left: 6px; border: 1px solid #e6e6e6; border-radius: 5px; transition: all 0.3s ease; } .menus .text{ width: calc(100% - 100px); padding-left: 20px; } .menus .text .one-half{ width: calc(100% - 80px); } .menus .text .one-half h3{ font-size: 22px; font-weight: 500; } .menu .text .one-forth{ width: 80px; } .menus .text .one-forth .price{ font-size: 15px; color: rgba(0,0,0,0.2); color: #000000; font-weight: 600; line-height: 1.3; transition: all 0.3s ease; border-bottom: 2px solid #ff2377; } .menus .text p{ margin-bottom: 0; color: rgba(0,0,0,0.8); } .menus .menu-img{ width: 90px; height: 90px; border-radius: 50%; } .menus:hover{ border: 1px solid #ff2377; background-image: linear-gradient(-225deg, #7742B2 0%, #F180FF 52%, #FD8BD9 100%); } .menus:hover .text .one-forth .price{ color: #ffffff; border-bottom: 2px solid #ffffff; } .menus:hover .text p{ color:rgba(0, 0, 0, 0.8); } .container-fluid{ margin-bottom: 0!important; justify-items: center; } h2.mb-4 { margin-bottom: 0.5rem; } /***************Gallery section end**********************/ /***************Testimonial section start**********************/ .testimony-section{ position: relative; z-index: 0; background-position: center center !important; position: relative; background-attachment: fixed; margin-top: 5%; } .testimony-section .img-bg{ height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; } .testimony-section .overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: #000; opacity: 0.7; } .testimony-section .owl-carousel{ margin: 0; } .testimony-section .owl-carousel .owl-stage-outer{ padding: 1.5em 0 2em 0; position: relative; } .testimony-section .owl-nav{ position: absolute; top: 100%; width: 100%; } .testimony-section .owl-nav .owl-prev, .testimony-section .owl-nav .owl-next{ position: absolute; transform: translateY(-50%); margin-top: -10px; outline: none !important; transition: all 0.3s ease; opacity: 0; } .testimony-section .owl-nav .owl-prev::before, .testimony-section .owl-nav .owl-next::before{ font-size: 30px; color: rgba(0,0,0,0.5); transition: all 03s ease; } .testimony-section .owl-nav .owl-prev:hover span::before, .testimony-section .owl-nav .owl-prev:focus span::before, .testimony-section .owl-nav .owl-next:hover span::before, .testimony-section .owl-nav .owl-next:focus span::before{ color: #ffffff; } .testimony-section .owl-nav .owl-prev{ left: 50%; margin-left: -80px; } .testimony-section .owl-nav .owl-next{ left: 50%; margin-right: -80px; } .testimony-section .owl-dots{ text-align: center; } .testimony-section .owl-dots .owl-dot{ width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: rgba(255,255,255, 0.253) } .testimony-section .owl-dots .owl-dot.active{ background: #ff2377; } .testimony-wrap{ display: block; position: relative; border: 1px solid rgba(255,255,255, 0.5); padding: 0 20px; border-radius: 4px; color: rgba(255,255,255, 0.7); box-shadow: 0 30px 33px -41px rgba(0,0,0, 0.24); } .testimony-wrap .text p{ font-style: italic; } .testimony-wrap .icon{ position: absolute; top: -20px; left: 20px; width: 40px; height: 40px; border-radius: 50%; background: #ff2377; } .testimony-wrap .icon span{ color: #ffffff; } .testimony-wrap .user-img{ width: 80px; height: 80px; position: relative; border-radius: 50%; } .testimony-wrap .name{ font-weight: 400; font-size: 20px; margin-bottom: 0; color: #ffffff; font-style: normal!important; } .testimony-wrap .position{ font-size: 16px; color: rgb(255,255,255, 0.7); } .mb-3{ color: #ffffff; } .heading-section.heading-section.white .subheading{ color: #c8a97e; } .heading-section.heading-section.white h2{ color: #ffffff; } .heading-section.heading-section.white p{ color: rgba(255,255,255, 0.9); } .ftco-social li{ list-style: none; margin-right: 10px; } .ftco-social span{ color: #c8a97e; } .btn{ cursor: pointer; border-radius: 2px; box-shadow: 0px 24px 48px -12px rgba(0, 0,0,0.1); } .btn:hover, .btn:active, .btn:focus{ outline: none; } .btn.btn-primary{ background: #c8a97e; border: 1px solid #c8a97e; color: #ffffff; } .btn.btn-primary:hover{ background: transparent; border: 1px solid #c8a97e; color: #000000; } .btn.btn-primary.btn-outline-primary{ border: 1px solid #c8a97e; background: transparent; color: #c8a97e; } .btn.btn-primary.btn-outline-primary:hover{ border: 1px solid transparent; background: #c8a97e; color: #ffffff; } .single-cat-widget{ position: relative; text-align: center; } .single-cat-widget .overlay-bg{ background: rgba(0, 0, 0, 0.85); margin: 7%; transition: all 0.4s ease 0s; } .single-cat-widget img{ width: 100%; } .single-cat-widget .content-details{ top: 25%; left: 0; right: 0; margin-left: auto; margin-right: auto; color: #ffffff; bottom: 0px; position: absolute; } .single-cat-widget .content-details h4{ color: #ffffff; margin-bottom: 0; } .single-cat-widget .content-details span{ display: inline-block; background: #ffffff; width: 60%; height: 1%; } .single-cat-widget .overlay{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .single-cat-widget:hover .overlay-bg{ background:rgba(186, 146, 54, 0.85); margin: 7%; transition:all 0.4s ease 0s ; } /**********************FOOTER*******************************/ footer{ position: relative; background: #111; width: 100%; bottom: 0; left: 0; border-top: 2px solid #b49388 } footer::before{ content: ''; position: absolute; left: 0; top: 100px; height: 1px; width: 100%; } footer .content{ max-width: 100%; margin: auto; padding: 30px 40px 40px 40px; } footer .content .top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; } .bottom-details{ font-size: 8px; font-family: 'Times New Roman', Times, serif; } .content .top .media-icons{ display: flex; } .content .top .media-icons a{ height: 40px; width: 40px; margin: 0 8px; border-radius: 50%; text-align: center; line-height: 40px; color: #fff; font-size: 17px; text-decoration: none; transition: all 0.4s ease; } /**********************/ .top .media-icons i { height: 40px; width: 40px; text-align: center; line-height: 38px; border-radius: 50%; text-decoration: none; } i.fa-facebook-f {background-color: #3B5998; } i.fa-facebook-f:hover {background-color: #09f0f8; } i.fa-envelope { background-image: linear-gradient(-120deg, #4285f4,#34a853, #fbbc05, #ea4335 ); border-bottom-left-radius: 35%; } i.fa-envelope:hover {background:#f79a0e; } i.fa-whatsapp { background-image: linear-gradient(45deg, #E5ffcc,#1ebea5, #00E676, #DCF8C6); border-top-left-radius: 35%; } i.fa-whatsapp:hover {background: #0f740a; } i.fa-instagram {background-image: linear-gradient(45deg, #405de6,#5851db,#833ab4,#C13584,#E1306C,#FD1D1D); } i.fa-instagram:hover {background: #ce0476; text-decoration: none!important; } /**********************/ footer .content .link-boxes{ width: 100%; display: flex; justify-content: space-between; } .content .link-boxes .box .link_name{ color: #fff; font-size: 18px; font-weight: 400; margin-bottom: 10px; } .link-boxes .box .link_name::before{ content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 35px; background: #fff; } .content .link-boxes .box li{ justify-content: center; list-style: none; } .content .link-boxes .box li a{ color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; opacity: 0.8; transition: all 0.4s ease } .content .link-boxes .box li a:hover{ opacity: 1; text-decoration: underline; } footer .bottom-details{ width: 100%; padding-bottom: 0.5%; background: #111; } footer .bottom-details .bottom_text{ max-width: 100%; margin: auto; /*padding: 10px 40px;*/ display: flex; justify-content: center; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 14px; font-weight: 300; color: #fff; opacity: 0.8; text-decoration: none; } .bottom-details .bottom_text a:hover{ opacity: 1; text-decoration: underline; } .bottom-details .bottom_text a{ margin-right: 10px; } /********************FOOTER**************************/ @media (max-width: 991px) { footer .content .link-boxes{ flex-direction: column; align-content: center; align-items: center; justify-content: center; } footer .content .link-boxes .box{ padding-inline-start: 0px!important; text-align: center; justify-content: center; } .intro_content { position:relative; top: 170px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%;} .navbar-nav .ml-auto .mr-md-3:hover{ margin-right:0 ; } #menu .subheading{ margin-top: -5%; } .col-sm-6 .col-md-3 .item ul{ margin-bottom: 1%; } div.menu-img img{ margin-left: -10%!important; } .div.col-md-3{ margin-left: -3%; } .collapse.in { display: block !important; padding: 0; clear: both; } .navbar-toggler { margin: 0; padding: 0; width: 40px; height: 40px; position: absolute; top: 25px; right: 0; border: none; border-radius: 0; outline: none !important; } .main-header .navbar { float: none; width: 100%; padding-left: 0; padding-right: 0; text-align: center; } .main-header .navbar-nav { margin-top: 60px!important; } .main-header .navbar-nav li .nav-link { text-align: center; padding: 20px 15px; border-radius: 0px; } } @media (max-width: 901px) { .nav-menu { display: block; position: relative; left: -100%; top:2rem; flex-direction: column; color: #fff!important; background-color: #000; width: 100%; border-radius: 10px; text-align: center; transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); } ul.nav-menu.active { left: 0%; } a.nav-link .js-anchor-link::before{ float:center ; } .intro .container{ margin-top: 10%; } } @media (max-width: 768px) { #mainMenu{ background: #000; padding-bottom: 10%; border: 2px solid #c8a97e; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #mainMenu li>a{ overflow-wrap: normal; justify-items: center!important; text-align: center!important; align-items: center!important; padding-top: 3%; } #mainMenu li > a::before { width: calc(100% - 2px); height: 2.4px; background: #c8a97e; bottom: -2px; left: 0; } #mainMenu li:not(:last-of-type) { margin-right: 0!important; } .navbar-nav .ml-auto .text-uppercase .f1{ justify-items: center; text-align: center; align-items: center; background: #000; } h2.mb-4{ margin-bottom: 0.5rem!important; } .nav-menu { left: 20%!important; top:6.5rem; width: 75%; padding-top: 2%; padding-bottom: 2%; text-align: center!important; justify-items: center!important; align-items:center!important; } .nav-menu .active{ right: 0!important; align-items:center!important; justify-content: center!important; } a.nav-link.js-anchor-link{ text-align: center!important; justify-items: center!important; align-items:center!important; justify-content:center!important; right: -20%!important; } a.nav-link.js-anchor-link:hover{ color:#c8a97e!important; } .row.justify-content-center.mb-5.pb-2{ margin-bottom:10px!important; } .intro_content { top: 125px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 3%; } .intro_text{ text-align: justify!important; margin-right: 3%!important; margin-top: 10px; margin-bottom: 5%; } .intro_title{ margin-top: 15px; padding-left: 2%; } .intro_subtitle { font-size: 18px; padding-left: 2%; } .owl-carousel.home-slider .slider-item .slider-text .subheading{ font-size: 45px; } #gallery.subheading{ font-size: 35px; } .col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .owl-carousel.home-slider .slider-item .slider-text h1{ font-size: 30px;} .featured .featured-menus .menu-img{ width: 38px; height: 38px; padding-top: 1%; align-content: space-between; margin-bottom: 5px;} .ftco-counter .text strong.number{ font-weight: 600; font-size: 34px; } .copyright-menu { overflow: hidden; } #menu span.subheading{ margin-top: -5%!important; } .heading-section .subheading{ font-size: 40px; } .featured { padding-top: 2%; } .heading-section h2{ font-size: 35px; } .col-md-12 .featured .row { display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; justify-content:space-between; align-items: center; } .col-md-12 .col-lg-6{ display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap!important; } .col-md-6{ position: relative; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap!important; } div.col-md-3{ top: 45px!important; padding-left: 8%!important; } .intro_image{ width: 100%; margin-top: 3%; margin-left: 0; margin-right: 0; padding-left: 1%; padding-right: 1%; } .intro_image img{ max-width: 100%; } .menus .menu-img { width: 90px; height: 90px; } .menus .text p{ font-size: 12px; } .menus .text .one-half h3 { font-size: 18px; font-weight: 400; } .menus .text { padding-left: 2%;} .col-md-12 .col-lg-8{ position:relative; transform: translateY(50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%; padding-bottom: 35px; width: 100%; align-items: center; align-content: center; text-align: center; margin-top: -140px; } @media (max-width: 700px){ footer{ position: relative; } .content .top .logo-details{ font-size: 24px; } .content .top .media-icons a{ height: 35px; width: 35px; font-size: 14px; line-height: 35px; } .content .link-boxes .box .link_name{ right: -2%; } .bottom-details .bottom_text span, .bottom-details .bottom_text a{ font-size: 10px; } } @media (max-width: 520px){ .intro{ padding-top: 8%!important; } footer::before{ top: 145px; } footer .content .top{ flex-direction: column; } .content .top .media-icons{ margin-top: 15px; } footer .content .link-boxes .box{ width: 100%; } } @media (max-width: 414px){ .home-slider .owl-carousel .js-fullheight .owl-loaded .owl-drag{ margin-bottom: 3%; } .intro{ padding-top: 8%!important; } .intro_content { top: 199px!important; margin-bottom: 5%;} #menu.heading-section .subheading { top: -69px; } #menu span.subheading { margin-top: 14px!important; } } @media (max-width: 375px){ .intro_content{ margin-top: 23%!important; } } @media (max-width: 360px){ .intro_content { position:relative; top: 170px; transform: translateY(-50%); right: 0; width: 90vw; padding-top: 10%; padding-bottom: 4%;} .testimony-section div.subheading{ top: -73px!important; } .ftco-section .testimony-section img{ width: 100vw; height: 100vh; margin-top: 6%!important; } div#mainMenu{ padding-top: 5%!important; } #menu.ftco-section { padding-top: 2.5em; } #menu span.subheading { margin-top: 10px!important; } #menu { margin-top: 9%!important; margin-bottom: 2%!important; } #testimony-section{ margin-top: 7%!important; } } @media (max-width:320){ div.col-md-3{ width: 90%!important; padding-left: 7.7%!important; padding-right: 15px!important; top: 9px!important; } .featured .featured-menus .menu-img { width: 38px!important; height: 38px!important; } .featured.row{ margin-right: 0!important; } .col-md-12{ width: 90%!important; padding-right: 2%!important; padding-left: 10px!important; } .intro_title { margin-top: 0!important; } .col{ margin-top: 3%; } } }
0.363082
0.035712
@font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Regular.ttf"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Medium.ttf"); font-weight: 500; font-style: normal; } @font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Bold.ttf"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Arial'; src: url("fonts/arial/arial.ttf"); font-weight: 400; font-style: normal; } *{ padding: 0; margin: 0; border: 0; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html,body { position: relative; height: 100%; width: 100%; font-size: 14px; font-weight: 400; line-height: 1.2; color: #000000; background: #FFFFFF; text-rendering: optimizeLegibility; -ms-text-size-adjust:100%; -moz-text-size-adjust:100%; -webkit-text-size-adjust:100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } input,button,textarea{font-family: inherit;} img { vertical-align: top; max-width: 100%; height: auto; } :focus,:active{outline: none;} a:focus,a:active{outline: none;} a, a:visited { text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; color: #ffffff; } a:hover, a:focus { text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; color: #990404; } input::-ms-clear{display: none;} button {cursor: pointer;} button::-moz-focus-inner { padding: 0; margin: 0; } ol, ul {list-style: none} h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: 400; } ::-webkit-input-placeholder {color: #B2B3B3;} ::-moz-placeholder {color: #B2B3B3;} :-ms-input-placeholder {color: #B2B3B3;} /*--- Container ---*/ .container { max-width: 1440px; margin:0 auto; padding: 0 35px; } /*--- Button ---*/ .button { background: #FEFDFD; border: 2px solid #B2B3B3; border-radius: 10px; text-transform: uppercase; transition: 0.3s; } .button:hover { background: #CC0610; color: #ffffff; } /*--- Arrows ---*/ .arrows { width: 40px; height: 40px; cursor: pointer; position: absolute; top: calc(50% - 40px); background: url(img/gallery/arrows/arrows.png) center no-repeat #B2B3B3; border: 2px solid #B2B3B3; border-radius: 5px; } .arrows:hover { background: url(img/gallery/arrows/arrows.png) center no-repeat #757979; } .arrows__next { right: 80px; transform: rotate(180deg) } /*--- Pop Up ---*/ .popUp { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUpPhone { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUpKorzina { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUp__active { display: flex; } .popUp__inner { display: flex; position: relative; margin: auto; width: 890px; height: 500px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__innerphone { display: flex; position: relative; margin: auto; width: 890px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__innerzakaz { display: flex; position: relative; margin: auto; width: 890px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__enter { text-align: center; width: 43%; padding: 65px 67px 76px; } .popUp__enterphone { text-align: center; width: 100%; padding: 65px 67px 76px; } .popUp__title { font-weight: bold; font-size: 40px; color: #CC0610; text-align: center; margin-bottom: 3px; text-transform: uppercase; } .popUp__subtitle { padding: 0 20px; margin-bottom: 35px; text-align: center; } .popUp__input { margin-bottom: 18px; padding: 14px 75px 14px 19px; background: #FEFDFD; border: 2px solid #990404; border-radius: 10px; } .popUp__input::-webkit-input-placeholder {color: #000000;} .popUp__input::-moz-placeholder {color: #000000;} .popUp__input:-ms-input-placeholder {color: #000000;} .popUp__checkbox { cursor: pointer; margin-bottom: 10px; opacity: 0; } .popUp__enter span { cursor: pointer; } .popUp__enter a { padding-left: 15px; color: #000000; } .popUp__enter a:hover, .popUp__enter span:hover { color: #CC0610; } .popUp__button { font-weight: bold; margin-top: 11px; padding: 14px 35px; color: #FFFFFF; background: #CC0610; border-radius: 10px; border: 2px solid #990404; text-transform: uppercase; } .popUp_custom { position: relative; display: flex; justify-content: center; } .popUp_custom { -webkkit-appearance: none; appearance: none; } .popUp__label { max-width: 362px; line-height: 1.3; padding-left: 9px; } .popUp__label:before { content: ""; display: block; width: 18px; height: 18px; background: #FFFFFF; border: 2px solid #CC0610; border-radius: 5px; position: absolute; top: 0; left: 46px; z-index: 1; } .popUp__checkbox:checked + .popUp__label:before { background-color: #CC0610; } .popUp__line { display: flex; margin: auto 0; width: 2px; height: 252px; background: #CC0610; } .popUp__registration { text-align: center; width: 57%; padding: 65px 55px 76px 120px; } .popUp__registration .popUp__title { margin-bottom: 65px } .input__registration { padding: 14px 108px 14px 19px; } .popUp__registration .popUp__label { padding-right: 10px; } .popUp__registration .popUp__label:before { left: 0; } .popUp__registration .popUp__button { margin-top: 20px } .popUp__close { position: absolute; top: 15px; right: 18px; width: 30px; height: 30px; opacity: 0.3; } .popUp__close:hover { opacity: 1; cursor: pointer; } .popUp__close:before, .popUp__close:after { position: absolute; left: 15px; content: ' '; height: 30px; width: 2px; background-color: #CC0610; } .popUp__close:before { transform: rotate(45deg); } .popUp__close:after { transform: rotate(-45deg); } /*--- Browse ---*/ .browse { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 200; display: none; width: 100%; height: 100%; } .browse__active { display: flex; } .browse__inner { position: relative; z-index: 250; margin: auto; padding: 0 40px; max-width: 1360px; width: 100%; } .browse__fon { position: absolute; z-index: 230; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .browse__title { position: absolute; top: -74px; left: 80px; font-weight: bold; font-size: 24px; color: #990404; padding: 5px; background: #ffffff; } .browse__slider { display: block; max-width: 1360px; width: 100%; height: 642px; padding: 60px 40px 16px; background: #FFFFFF; border: 2px solid #B2B3B3; } .browse__item { display: flex; } .browse__item img { margin: auto; } .browse_background { position: absolute; top: -58px; left: 0; right: 0; z-index: -1; max-width: 1280px; height: 120%; margin: 0 80px; background: #E3E3E3; } /*--- Accordion ---*/ .arrow { position: absolute; top: 5px; display: flex; align-self: center; cursor: pointer; width: 20px; height: 20px; border: 2px solid #B2B3B3; border-radius: 5px; } .arrow-left { position: absolute; top: 7px; left: -29.3px; width: 10px; height: 2px; display: block; transform: rotate(25deg); } .arrow-left:after { content: ""; display: block; width: 10px; height: 2px; background-color: #990404; border-radius: 10px; transform: rotate(27deg); transition: all 0.2s linear; } .arrow-right { position: absolute; background-color: transparent; top: 7px; left: -24.3px; width: 10px; height: 2px; display: block; transform: rotate(-25deg); } .arrow-right:after { content: ""; display: block; width: 10px; height: 2px; background-color: #990404; border-radius: 10px ; transform: rotate(-27deg); transition: all 0.2s linear; } .open { border: 2px solid #990404; } .open .arrow-left:after { transform-origin: center center; transform: rotate(-80deg); } .open .arrow-right:after { transform-origin: center center; transform: rotate(80deg); } .accordion label{ position: relative; display: flex; z-index: 20; font-weight: bold; font-size: 16px; line-height: 19px; color: #990404; padding: 5px 0; cursor: pointer; } .accordion__label .arrow { margin-right: 10px; } .accordion__label span { margin-left: 30px; max-width: 215px; } .accordion input{ display: none; } .accordion article{ overflow: hidden; height: 0px; } .accordion input:checked ~ article { height: auto; } .accordion article p{ padding: 5px 0 5px 50px; } .accordion a { color: #990404; cursor: pointer; } /*--- Header Top ---*/ .header__top { display: flex; justify-content: center; margin: 25px 0 70px; } .header__nav ul { display: flex; } .header__nav a { font-weight: 700; padding: 0 8px; margin: 0 10px; color: #000000; text-transform: uppercase; } .header__nav .header__active { color: #CC0610; } .header__nav a:hover { color: #CC0610; } /*--- Header Middle ---*/ .header__middle { display: flex; padding: 0 5px; margin-bottom: 20px; } .header__right { display: flex; margin: 0 auto 0 0; } .header__logo { margin-right: 41px; } .header__address { margin: auto 0 0; font-weight: bold; } .header__center { display: flex; align-self: flex-end; margin: 0 42px 0 auto; } .header__communication { font-weight: bold; font-size: 13px; text-align: center; color: #B2B3B3; padding: 7px 3px 5px; margin-right: 10px; white-space: nowrap; } .header__search { font-weight: bold; font-size: 13px; text-transform: uppercase; padding: 8px 153px 8px 10px; background: #FEFDFD; border: 2px solid #B2B3B3; border-radius: 10px; } .header__search:hover { border: 2px solid #CC0610; } .header__search:focus { font-weight: 400; text-transform: none; border: 2px solid #CC0610; } .header__search:focus::-webkit-input-placeholder {text-transform: uppercase;} .header__search:focus::-moz-placeholder {text-transform: uppercase;} .header__search:focus:-moz-placeholder {text-transform: uppercase;} .header__search:focus:-ms-input-placeholder {text-transform: uppercase;} .header__left { display: flex; margin: 0; align-self: flex-end; position: relative; } .header__enter { width: 140px; height: 60px; padding: 0 20px; position: absolute; top: -69px; left: 0; } .header__favourites { width: 60px; height: 65px; margin-right: 10px; border: 2px solid #B2B3B3; border-radius: 10px; background: url(img/header/fav1.png) center no-repeat; } .header__favourites:hover { background-color: #CC0610; background: url(img/header/fav2.png) center no-repeat; background-size: cover; } .header__basket { width: 102px; height: 65px; border: 2px solid #B2B3B3; border-radius: 10px; background: url(img/header/bas1.png) center no-repeat; } .header__basket:hover { background-color: #CC0610; background: url(img/header/bas2.png) center no-repeat; background-size: cover; } /*--- Header Bottom ---*/ .header__bottom { padding: 14px 0; background: #990404; } .header__bottom__inner { display: flex; justify-content: space-around; } .header__bottom__section { font-weight: bold; font-size: 22px; padding: 6px 20px; text-align: center; text-transform: uppercase; transition: 0.5s; } .header__bottom__section:hover { background: #CDA413; } .header__bottom__section:hover a { color: #990404; } .section__active { background: #CDA413; } .section__active a { color: #990404; } /*--- Intro ---*/ .intro .container { padding: 0; } .intro__inner { display: flex; } .intro__fon { width: 76%; } .intro__about { display: flex; padding: 40px 45px 60px; margin-bottom: 30px; } .intro__about__item { width: 33%; padding: 0 20px; text-align: center; } .intro__colum { width: 24%; padding-left: 30px; background: #990404; } .intro__colum__inner { height: 100%; background: #191919; } .intro__event { font-weight: bold; font-size: 54px; text-align: center; padding: 128px 0 130px; color: #FFFFFF; background: #CDA413; text-transform: uppercase; } .intro__news { padding: 30px 50px 30px 30px; } .intro__news__title { font-weight: bold; font-size: 24px; color: #FFFFFF; text-transform: uppercase; margin-bottom: 27px; } .intro__news__info { color: #FFFFFF; } /*--- Gallery ---*/ .gallery { margin-bottom: 78px; } .gallery__inner { position: relative; z-index: 100; } .gallery__title { position: absolute; top: -80px; left: 0; font-weight: bold; font-size: 24px; color: #FFFFFF; padding: 8px 84px 4px; background: #191919; } .gallery__inner:hover .gallery__title { color: #ffffff; background: #990404; } .gallery__list { display: flex; flex-wrap: wrap; overflow-y: scroll; margin: 40px -5px; height: 480px; } .gallery__list__item { width: 19%; height: 222px; margin: 35px 5px 0; background: #FFFFFF; border: 2px solid #B2B3B3; } .gallery__list__item:nth-child(-n+5) { margin-top: 0; } .gallery__list__inner { height: 100%; display: none; align-items: center; padding: 20px; text-align: center; } .gallery__list__item:hover { border: 2px solid #CDA413; background: #CDA413; } .gallery__list__item:hover .gallery__list__inner { display: flex; } .gallery__list__title { text-transform: uppercase; margin-bottom: 20px; } .gallery__background { position: absolute; top: -40px; left: 0; right: 0; z-index: -1; height: 558px; margin: 0 86px 0 34px; background: #E3E3E3; } .gallery__list::-webkit-scrollbar-track { background: #B2B3B3; border-radius: 10px; } .gallery__list::-webkit-scrollbar-thumb { background: #990404; border-radius: 10px; } .gallery__list::-webkit-scrollbar{ width: 10px; } .catalog__gallery { width: 260px; height: 220px; cursor: pointer; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } /*--- Contacts ---*/ .contacts__inner { margin-bottom: 40px; } .contacts__title {; font-weight: bold; font-size: 24px; color: #000000; text-align: center; margin-bottom: 34px; text-transform: uppercase; } .contacts__list { display: flex; margin: 0 -23px; } .contacts__item { text-align: center; width: 25%; padding: 0 28px; } /*--- Str ---*/ /*--- Catalog ---*/ .catalog { margin: 140px 0 87px 55px ; position: relative; } .catalog__inner { position: relative; display: flex; align-items: flex-start; z-index: 100; } .catalog__title { position: absolute; top: -70px; left: 0; font-weight: bold; font-size: 24px; color: #990404; padding: 5px 10px 5px 0; background-color: #ffffff; text-transform: uppercase; } .catalog__title span { text-transform: lowercase; } .catalog__list { position: relative; display: flex; flex-wrap: wrap; width: 85%; margin-left: -60px; } .catalog__list__item { width: 260px; height: 220px; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } .catalog__list__item:hover { background: #CDA413 !important; border: 2px solid #CDA413; } .catalog__list__item:hover .catalog__link { display: flex; } .catalog__background { position: absolute; top: -56px; left: 60px; right: -270px; z-index: -1; height: 106%; margin-right: 50px; background: #E3E3E3; } .catalog__info .catalog__background { right: 10px; } .catalog__link { width: 100%; height: 100%; display: none; justify-content: center; align-items: center; text-align: center; } .catalog__link a { width: 100%; font-weight: bold; font-size: 22px; line-height: 26px; color: #FFFFFF; text-transform: uppercase; } /*--- Catalog Value ---*/ .catalog__value__item { display: flex; flex-direction: column; justify-content: space-between; width: 260px; height: 100%; padding: 12px 10px 10px 5px; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } .list__item__img { display: flex; justify-content: center; margin-bottom: 15px; height: 130px; } .list__item__info { margin-bottom: 20px; } .list__item__text { text-align: center; margin-bottom: 10px; } .list__item__name { font-weight: bold; font-size: 12px; } .list__item__acticle { font-weight: bold; font-size: 10px; } .list__item__value { display: flex; padding: 0 10px 0 15px; } .list__item__price { font-weight: bold; font-size: 25px; margin-right: 10px; color: #CC0610; } .list__item__favorite { width: 44px; height: 40px; display: flex; margin: 0 0 0 auto; background: url(img/furnitureValue/1-1.png) center no-repeat #FFFFFF; border: 2px solid #B2B3B3; border-radius: 10px; } .list__item__favorite:hover { background: url(img/furnitureValue/1-2.png) center no-repeat; border: 2px solid #CC0610; } .list__item__basket { width: 70px; height: 40px; display: flex; margin: 0 0 0 auto; background: url(img/furnitureValue/2-1.png) no-repeat #FFFFFF; background-position-x: 14px; background-position-y: center; border: 2px solid #B2B3B3; border-radius: 10px; } .list__item__basket:hover { background: url(img/furnitureValue/2-2.png) center no-repeat; border: 2px solid #CC0610; } .catalog__pagination { display: flex; justify-content: center; width: 100%; } .catalog__pagination li { padding: 0 1px; margin: 0 2px; font-weight: bold; font-size: 18px; } .catalog__pagination li:last-child { padding: 0; margin: 0; } .catalog__pagination li a { color: #990404; } .catalog__sort { position: absolute; top: -30px; right: 38px; margin-right: 5px; font-weight: bold; font-size: 20px; text-align: center; color: #B2B3B3; } .catalog__sort form { display: flex; } .catalog__sort div { display: flex; margin-left: 10px; } .catalog__sort select { font-family: inherit; min-width: 97px; padding-left: 5px; padding-right: 40px; background: #FFFEFE; border: 2px solid #B2B3B3; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .catalog__sort__inner { position: relative; } .catalog__select__first { width: 260px; } .catalog__select__second { width: 110px; } .catalog__sort__inner::after { content: ""; display: block; position: absolute; top: 6px; right: 9.5px; width: 7px; height: 7px; border-bottom: 2px solid #B2B3B3; border-right: 2px solid #B2B3B3; background: #ffffff; z-index: 1; transform: rotate(45deg); } /*--- Categoties ---*/ .categories__filtres { position: relative; width: 22%; margin-right: -35px; } .categories { padding: 50px 10px 50px 35px; background: #ffffff; border: 2px solid #B2B3B3; } .categories__title { position: absolute; top: -35px; left: 0; font-weight: bold; font-size: 20px; color: #990404; text-transform: uppercase; } /*--- Filtres ---*/ .filtres { margin-top: 40px; padding: 50px 10px 50px 35px; background: #ffffff; border: 2px solid #B2B3B3; } .filtres__item::after { content: ''; display: flex; margin: 10px auto 10px 5px; width: 220px; height: 0; border: 1px solid #B2B3B3; } .filtres .arrow { border: 2px solid #990404; } .filtres_custom { position: relative; display: flex; margin-left: 44px; } .filtres__checkbox { cursor: pointer; margin-bottom: 10px; opacity: 0; } .filtres__label { max-width: 362px; line-height: 1.3; padding-left: 9px; } .filtres__label::before { content: ""; display: block; width: 11px; height: 11px; background: #FFFFFF; border: 2px solid #990404;; border-radius: 3px; position: absolute; top: 8px; left: -17px; z-index: 1; } .filtres__checkbox:checked + .filtres__label:before { background-color: #990404;; } .filtres_price__item { display: flex; } article .filtres_price { display: inline-block; width: 60px; height: 30px; margin: 10px 0; padding: 0 5px; background: #FFFFFF; border: 2px solid #990404; border-radius: 5px; } .filtres__line { width: 20px; height: 2px; display: flex; margin: auto 9px; background: #990404; } .filtres_price__button { margin: auto; width: 42px; height: 30px; background: #990404; border: 2px solid #990404; border-radius: 5px; font-weight: bold; font-size: 16px; text-align: center; color: #FFFFFF; } /*--- Catalog News ---*/ .catalog__sort__news { position: absolute; top: -40px; left: 58.5%; font-weight: bold; font-size: 20px; text-align: center; color: #B2B3B3; } .catalog__sort__news form { display: flex; } .catalog__sort__title { margin-right: 10px; } .catalog__sort__news select { font-family: inherit; min-width: 97px; padding-left: 5px; padding-right: 40px; background: #FFFEFE; border: 2px solid #B2B3B3; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .catalog__sort__news:after { content: ""; display: block; position: absolute; top: 6px; right: 7.5px; width: 7px; height: 7px; border-bottom: 2px solid #B2B3B3; border-right: 2px solid #B2B3B3; background: #ffffff; z-index: 1; transform: rotate(45deg); } .catalog__info { width: 100%; margin: 0 -20px 0 0; } .catalog__info__item { width: 19%; height: 485px; margin: 0 5px 40px; padding: 12px 10px; background: #FFFFFF; border: 2px solid #B2B3B3; } .catalog__info__title { font-weight: bold; font-size: 20px; text-align: center; margin: 23px 0 12px; } .catalog__info__subtitle a { color: #000000; } .catalog__info__subtitle a span { color: #990404; } /*--- News Detail ---*/ .news__list .catalog__background { left: 0; right: -60px; height: 120%; } .news__list .categories { min-height: 561px; } .news__detail { font-family: 'Arial', sans-serif; font-size: 16px; width: 85%; padding: 60px 30px 60px 40px; margin-left: -40px; margin-right: 30px; background: #ffffff; border: 2px solid #B2B3B3; } /*--- Catalog Info ---*/ .catalog__text { padding: 0 54px; margin-bottom: 150px; } /*--- Footer ---*/ .footer { height: 100px; background: #990404; } .newsFooter { margin-top: 167px; } @media (max-width: 1100px) { .container { padding: 0 10px; } .header__nav a { padding: 0 5px; margin: 0 5px; } .header__right { margin: 0; } .header__address { display: none; } } @media (max-width: 820px) { .header__middle { display: none; } .header__top { display: none; } .header__bottom__section { font-size: 15px; padding: 6px 10px; } } @media (max-width: 576px) { .container { padding: 0 10px; } .header__bottom__section { font-size: 10px; padding: 6px 10px; } }
public/style.css
@font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Regular.ttf"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Medium.ttf"); font-weight: 500; font-style: normal; } @font-face { font-family: 'Roboto'; src: url("fonts/roboto/Roboto-Bold.ttf"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Arial'; src: url("fonts/arial/arial.ttf"); font-weight: 400; font-style: normal; } *{ padding: 0; margin: 0; border: 0; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html,body { position: relative; height: 100%; width: 100%; font-size: 14px; font-weight: 400; line-height: 1.2; color: #000000; background: #FFFFFF; text-rendering: optimizeLegibility; -ms-text-size-adjust:100%; -moz-text-size-adjust:100%; -webkit-text-size-adjust:100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } input,button,textarea{font-family: inherit;} img { vertical-align: top; max-width: 100%; height: auto; } :focus,:active{outline: none;} a:focus,a:active{outline: none;} a, a:visited { text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; color: #ffffff; } a:hover, a:focus { text-decoration: none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; color: #990404; } input::-ms-clear{display: none;} button {cursor: pointer;} button::-moz-focus-inner { padding: 0; margin: 0; } ol, ul {list-style: none} h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: 400; } ::-webkit-input-placeholder {color: #B2B3B3;} ::-moz-placeholder {color: #B2B3B3;} :-ms-input-placeholder {color: #B2B3B3;} /*--- Container ---*/ .container { max-width: 1440px; margin:0 auto; padding: 0 35px; } /*--- Button ---*/ .button { background: #FEFDFD; border: 2px solid #B2B3B3; border-radius: 10px; text-transform: uppercase; transition: 0.3s; } .button:hover { background: #CC0610; color: #ffffff; } /*--- Arrows ---*/ .arrows { width: 40px; height: 40px; cursor: pointer; position: absolute; top: calc(50% - 40px); background: url(img/gallery/arrows/arrows.png) center no-repeat #B2B3B3; border: 2px solid #B2B3B3; border-radius: 5px; } .arrows:hover { background: url(img/gallery/arrows/arrows.png) center no-repeat #757979; } .arrows__next { right: 80px; transform: rotate(180deg) } /*--- Pop Up ---*/ .popUp { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUpPhone { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUpKorzina { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; display: none; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .popUp__active { display: flex; } .popUp__inner { display: flex; position: relative; margin: auto; width: 890px; height: 500px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__innerphone { display: flex; position: relative; margin: auto; width: 890px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__innerzakaz { display: flex; position: relative; margin: auto; width: 890px; background: #FBFBFB; border: 2px solid #CC0610; border-radius: 10px; } .popUp__enter { text-align: center; width: 43%; padding: 65px 67px 76px; } .popUp__enterphone { text-align: center; width: 100%; padding: 65px 67px 76px; } .popUp__title { font-weight: bold; font-size: 40px; color: #CC0610; text-align: center; margin-bottom: 3px; text-transform: uppercase; } .popUp__subtitle { padding: 0 20px; margin-bottom: 35px; text-align: center; } .popUp__input { margin-bottom: 18px; padding: 14px 75px 14px 19px; background: #FEFDFD; border: 2px solid #990404; border-radius: 10px; } .popUp__input::-webkit-input-placeholder {color: #000000;} .popUp__input::-moz-placeholder {color: #000000;} .popUp__input:-ms-input-placeholder {color: #000000;} .popUp__checkbox { cursor: pointer; margin-bottom: 10px; opacity: 0; } .popUp__enter span { cursor: pointer; } .popUp__enter a { padding-left: 15px; color: #000000; } .popUp__enter a:hover, .popUp__enter span:hover { color: #CC0610; } .popUp__button { font-weight: bold; margin-top: 11px; padding: 14px 35px; color: #FFFFFF; background: #CC0610; border-radius: 10px; border: 2px solid #990404; text-transform: uppercase; } .popUp_custom { position: relative; display: flex; justify-content: center; } .popUp_custom { -webkkit-appearance: none; appearance: none; } .popUp__label { max-width: 362px; line-height: 1.3; padding-left: 9px; } .popUp__label:before { content: ""; display: block; width: 18px; height: 18px; background: #FFFFFF; border: 2px solid #CC0610; border-radius: 5px; position: absolute; top: 0; left: 46px; z-index: 1; } .popUp__checkbox:checked + .popUp__label:before { background-color: #CC0610; } .popUp__line { display: flex; margin: auto 0; width: 2px; height: 252px; background: #CC0610; } .popUp__registration { text-align: center; width: 57%; padding: 65px 55px 76px 120px; } .popUp__registration .popUp__title { margin-bottom: 65px } .input__registration { padding: 14px 108px 14px 19px; } .popUp__registration .popUp__label { padding-right: 10px; } .popUp__registration .popUp__label:before { left: 0; } .popUp__registration .popUp__button { margin-top: 20px } .popUp__close { position: absolute; top: 15px; right: 18px; width: 30px; height: 30px; opacity: 0.3; } .popUp__close:hover { opacity: 1; cursor: pointer; } .popUp__close:before, .popUp__close:after { position: absolute; left: 15px; content: ' '; height: 30px; width: 2px; background-color: #CC0610; } .popUp__close:before { transform: rotate(45deg); } .popUp__close:after { transform: rotate(-45deg); } /*--- Browse ---*/ .browse { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 200; display: none; width: 100%; height: 100%; } .browse__active { display: flex; } .browse__inner { position: relative; z-index: 250; margin: auto; padding: 0 40px; max-width: 1360px; width: 100%; } .browse__fon { position: absolute; z-index: 230; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); } .browse__title { position: absolute; top: -74px; left: 80px; font-weight: bold; font-size: 24px; color: #990404; padding: 5px; background: #ffffff; } .browse__slider { display: block; max-width: 1360px; width: 100%; height: 642px; padding: 60px 40px 16px; background: #FFFFFF; border: 2px solid #B2B3B3; } .browse__item { display: flex; } .browse__item img { margin: auto; } .browse_background { position: absolute; top: -58px; left: 0; right: 0; z-index: -1; max-width: 1280px; height: 120%; margin: 0 80px; background: #E3E3E3; } /*--- Accordion ---*/ .arrow { position: absolute; top: 5px; display: flex; align-self: center; cursor: pointer; width: 20px; height: 20px; border: 2px solid #B2B3B3; border-radius: 5px; } .arrow-left { position: absolute; top: 7px; left: -29.3px; width: 10px; height: 2px; display: block; transform: rotate(25deg); } .arrow-left:after { content: ""; display: block; width: 10px; height: 2px; background-color: #990404; border-radius: 10px; transform: rotate(27deg); transition: all 0.2s linear; } .arrow-right { position: absolute; background-color: transparent; top: 7px; left: -24.3px; width: 10px; height: 2px; display: block; transform: rotate(-25deg); } .arrow-right:after { content: ""; display: block; width: 10px; height: 2px; background-color: #990404; border-radius: 10px ; transform: rotate(-27deg); transition: all 0.2s linear; } .open { border: 2px solid #990404; } .open .arrow-left:after { transform-origin: center center; transform: rotate(-80deg); } .open .arrow-right:after { transform-origin: center center; transform: rotate(80deg); } .accordion label{ position: relative; display: flex; z-index: 20; font-weight: bold; font-size: 16px; line-height: 19px; color: #990404; padding: 5px 0; cursor: pointer; } .accordion__label .arrow { margin-right: 10px; } .accordion__label span { margin-left: 30px; max-width: 215px; } .accordion input{ display: none; } .accordion article{ overflow: hidden; height: 0px; } .accordion input:checked ~ article { height: auto; } .accordion article p{ padding: 5px 0 5px 50px; } .accordion a { color: #990404; cursor: pointer; } /*--- Header Top ---*/ .header__top { display: flex; justify-content: center; margin: 25px 0 70px; } .header__nav ul { display: flex; } .header__nav a { font-weight: 700; padding: 0 8px; margin: 0 10px; color: #000000; text-transform: uppercase; } .header__nav .header__active { color: #CC0610; } .header__nav a:hover { color: #CC0610; } /*--- Header Middle ---*/ .header__middle { display: flex; padding: 0 5px; margin-bottom: 20px; } .header__right { display: flex; margin: 0 auto 0 0; } .header__logo { margin-right: 41px; } .header__address { margin: auto 0 0; font-weight: bold; } .header__center { display: flex; align-self: flex-end; margin: 0 42px 0 auto; } .header__communication { font-weight: bold; font-size: 13px; text-align: center; color: #B2B3B3; padding: 7px 3px 5px; margin-right: 10px; white-space: nowrap; } .header__search { font-weight: bold; font-size: 13px; text-transform: uppercase; padding: 8px 153px 8px 10px; background: #FEFDFD; border: 2px solid #B2B3B3; border-radius: 10px; } .header__search:hover { border: 2px solid #CC0610; } .header__search:focus { font-weight: 400; text-transform: none; border: 2px solid #CC0610; } .header__search:focus::-webkit-input-placeholder {text-transform: uppercase;} .header__search:focus::-moz-placeholder {text-transform: uppercase;} .header__search:focus:-moz-placeholder {text-transform: uppercase;} .header__search:focus:-ms-input-placeholder {text-transform: uppercase;} .header__left { display: flex; margin: 0; align-self: flex-end; position: relative; } .header__enter { width: 140px; height: 60px; padding: 0 20px; position: absolute; top: -69px; left: 0; } .header__favourites { width: 60px; height: 65px; margin-right: 10px; border: 2px solid #B2B3B3; border-radius: 10px; background: url(img/header/fav1.png) center no-repeat; } .header__favourites:hover { background-color: #CC0610; background: url(img/header/fav2.png) center no-repeat; background-size: cover; } .header__basket { width: 102px; height: 65px; border: 2px solid #B2B3B3; border-radius: 10px; background: url(img/header/bas1.png) center no-repeat; } .header__basket:hover { background-color: #CC0610; background: url(img/header/bas2.png) center no-repeat; background-size: cover; } /*--- Header Bottom ---*/ .header__bottom { padding: 14px 0; background: #990404; } .header__bottom__inner { display: flex; justify-content: space-around; } .header__bottom__section { font-weight: bold; font-size: 22px; padding: 6px 20px; text-align: center; text-transform: uppercase; transition: 0.5s; } .header__bottom__section:hover { background: #CDA413; } .header__bottom__section:hover a { color: #990404; } .section__active { background: #CDA413; } .section__active a { color: #990404; } /*--- Intro ---*/ .intro .container { padding: 0; } .intro__inner { display: flex; } .intro__fon { width: 76%; } .intro__about { display: flex; padding: 40px 45px 60px; margin-bottom: 30px; } .intro__about__item { width: 33%; padding: 0 20px; text-align: center; } .intro__colum { width: 24%; padding-left: 30px; background: #990404; } .intro__colum__inner { height: 100%; background: #191919; } .intro__event { font-weight: bold; font-size: 54px; text-align: center; padding: 128px 0 130px; color: #FFFFFF; background: #CDA413; text-transform: uppercase; } .intro__news { padding: 30px 50px 30px 30px; } .intro__news__title { font-weight: bold; font-size: 24px; color: #FFFFFF; text-transform: uppercase; margin-bottom: 27px; } .intro__news__info { color: #FFFFFF; } /*--- Gallery ---*/ .gallery { margin-bottom: 78px; } .gallery__inner { position: relative; z-index: 100; } .gallery__title { position: absolute; top: -80px; left: 0; font-weight: bold; font-size: 24px; color: #FFFFFF; padding: 8px 84px 4px; background: #191919; } .gallery__inner:hover .gallery__title { color: #ffffff; background: #990404; } .gallery__list { display: flex; flex-wrap: wrap; overflow-y: scroll; margin: 40px -5px; height: 480px; } .gallery__list__item { width: 19%; height: 222px; margin: 35px 5px 0; background: #FFFFFF; border: 2px solid #B2B3B3; } .gallery__list__item:nth-child(-n+5) { margin-top: 0; } .gallery__list__inner { height: 100%; display: none; align-items: center; padding: 20px; text-align: center; } .gallery__list__item:hover { border: 2px solid #CDA413; background: #CDA413; } .gallery__list__item:hover .gallery__list__inner { display: flex; } .gallery__list__title { text-transform: uppercase; margin-bottom: 20px; } .gallery__background { position: absolute; top: -40px; left: 0; right: 0; z-index: -1; height: 558px; margin: 0 86px 0 34px; background: #E3E3E3; } .gallery__list::-webkit-scrollbar-track { background: #B2B3B3; border-radius: 10px; } .gallery__list::-webkit-scrollbar-thumb { background: #990404; border-radius: 10px; } .gallery__list::-webkit-scrollbar{ width: 10px; } .catalog__gallery { width: 260px; height: 220px; cursor: pointer; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } /*--- Contacts ---*/ .contacts__inner { margin-bottom: 40px; } .contacts__title {; font-weight: bold; font-size: 24px; color: #000000; text-align: center; margin-bottom: 34px; text-transform: uppercase; } .contacts__list { display: flex; margin: 0 -23px; } .contacts__item { text-align: center; width: 25%; padding: 0 28px; } /*--- Str ---*/ /*--- Catalog ---*/ .catalog { margin: 140px 0 87px 55px ; position: relative; } .catalog__inner { position: relative; display: flex; align-items: flex-start; z-index: 100; } .catalog__title { position: absolute; top: -70px; left: 0; font-weight: bold; font-size: 24px; color: #990404; padding: 5px 10px 5px 0; background-color: #ffffff; text-transform: uppercase; } .catalog__title span { text-transform: lowercase; } .catalog__list { position: relative; display: flex; flex-wrap: wrap; width: 85%; margin-left: -60px; } .catalog__list__item { width: 260px; height: 220px; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } .catalog__list__item:hover { background: #CDA413 !important; border: 2px solid #CDA413; } .catalog__list__item:hover .catalog__link { display: flex; } .catalog__background { position: absolute; top: -56px; left: 60px; right: -270px; z-index: -1; height: 106%; margin-right: 50px; background: #E3E3E3; } .catalog__info .catalog__background { right: 10px; } .catalog__link { width: 100%; height: 100%; display: none; justify-content: center; align-items: center; text-align: center; } .catalog__link a { width: 100%; font-weight: bold; font-size: 22px; line-height: 26px; color: #FFFFFF; text-transform: uppercase; } /*--- Catalog Value ---*/ .catalog__value__item { display: flex; flex-direction: column; justify-content: space-between; width: 260px; height: 100%; padding: 12px 10px 10px 5px; margin: 0 5px 42px; background: #FFFFFF; border: 2px solid #B2B3B3; } .list__item__img { display: flex; justify-content: center; margin-bottom: 15px; height: 130px; } .list__item__info { margin-bottom: 20px; } .list__item__text { text-align: center; margin-bottom: 10px; } .list__item__name { font-weight: bold; font-size: 12px; } .list__item__acticle { font-weight: bold; font-size: 10px; } .list__item__value { display: flex; padding: 0 10px 0 15px; } .list__item__price { font-weight: bold; font-size: 25px; margin-right: 10px; color: #CC0610; } .list__item__favorite { width: 44px; height: 40px; display: flex; margin: 0 0 0 auto; background: url(img/furnitureValue/1-1.png) center no-repeat #FFFFFF; border: 2px solid #B2B3B3; border-radius: 10px; } .list__item__favorite:hover { background: url(img/furnitureValue/1-2.png) center no-repeat; border: 2px solid #CC0610; } .list__item__basket { width: 70px; height: 40px; display: flex; margin: 0 0 0 auto; background: url(img/furnitureValue/2-1.png) no-repeat #FFFFFF; background-position-x: 14px; background-position-y: center; border: 2px solid #B2B3B3; border-radius: 10px; } .list__item__basket:hover { background: url(img/furnitureValue/2-2.png) center no-repeat; border: 2px solid #CC0610; } .catalog__pagination { display: flex; justify-content: center; width: 100%; } .catalog__pagination li { padding: 0 1px; margin: 0 2px; font-weight: bold; font-size: 18px; } .catalog__pagination li:last-child { padding: 0; margin: 0; } .catalog__pagination li a { color: #990404; } .catalog__sort { position: absolute; top: -30px; right: 38px; margin-right: 5px; font-weight: bold; font-size: 20px; text-align: center; color: #B2B3B3; } .catalog__sort form { display: flex; } .catalog__sort div { display: flex; margin-left: 10px; } .catalog__sort select { font-family: inherit; min-width: 97px; padding-left: 5px; padding-right: 40px; background: #FFFEFE; border: 2px solid #B2B3B3; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .catalog__sort__inner { position: relative; } .catalog__select__first { width: 260px; } .catalog__select__second { width: 110px; } .catalog__sort__inner::after { content: ""; display: block; position: absolute; top: 6px; right: 9.5px; width: 7px; height: 7px; border-bottom: 2px solid #B2B3B3; border-right: 2px solid #B2B3B3; background: #ffffff; z-index: 1; transform: rotate(45deg); } /*--- Categoties ---*/ .categories__filtres { position: relative; width: 22%; margin-right: -35px; } .categories { padding: 50px 10px 50px 35px; background: #ffffff; border: 2px solid #B2B3B3; } .categories__title { position: absolute; top: -35px; left: 0; font-weight: bold; font-size: 20px; color: #990404; text-transform: uppercase; } /*--- Filtres ---*/ .filtres { margin-top: 40px; padding: 50px 10px 50px 35px; background: #ffffff; border: 2px solid #B2B3B3; } .filtres__item::after { content: ''; display: flex; margin: 10px auto 10px 5px; width: 220px; height: 0; border: 1px solid #B2B3B3; } .filtres .arrow { border: 2px solid #990404; } .filtres_custom { position: relative; display: flex; margin-left: 44px; } .filtres__checkbox { cursor: pointer; margin-bottom: 10px; opacity: 0; } .filtres__label { max-width: 362px; line-height: 1.3; padding-left: 9px; } .filtres__label::before { content: ""; display: block; width: 11px; height: 11px; background: #FFFFFF; border: 2px solid #990404;; border-radius: 3px; position: absolute; top: 8px; left: -17px; z-index: 1; } .filtres__checkbox:checked + .filtres__label:before { background-color: #990404;; } .filtres_price__item { display: flex; } article .filtres_price { display: inline-block; width: 60px; height: 30px; margin: 10px 0; padding: 0 5px; background: #FFFFFF; border: 2px solid #990404; border-radius: 5px; } .filtres__line { width: 20px; height: 2px; display: flex; margin: auto 9px; background: #990404; } .filtres_price__button { margin: auto; width: 42px; height: 30px; background: #990404; border: 2px solid #990404; border-radius: 5px; font-weight: bold; font-size: 16px; text-align: center; color: #FFFFFF; } /*--- Catalog News ---*/ .catalog__sort__news { position: absolute; top: -40px; left: 58.5%; font-weight: bold; font-size: 20px; text-align: center; color: #B2B3B3; } .catalog__sort__news form { display: flex; } .catalog__sort__title { margin-right: 10px; } .catalog__sort__news select { font-family: inherit; min-width: 97px; padding-left: 5px; padding-right: 40px; background: #FFFEFE; border: 2px solid #B2B3B3; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .catalog__sort__news:after { content: ""; display: block; position: absolute; top: 6px; right: 7.5px; width: 7px; height: 7px; border-bottom: 2px solid #B2B3B3; border-right: 2px solid #B2B3B3; background: #ffffff; z-index: 1; transform: rotate(45deg); } .catalog__info { width: 100%; margin: 0 -20px 0 0; } .catalog__info__item { width: 19%; height: 485px; margin: 0 5px 40px; padding: 12px 10px; background: #FFFFFF; border: 2px solid #B2B3B3; } .catalog__info__title { font-weight: bold; font-size: 20px; text-align: center; margin: 23px 0 12px; } .catalog__info__subtitle a { color: #000000; } .catalog__info__subtitle a span { color: #990404; } /*--- News Detail ---*/ .news__list .catalog__background { left: 0; right: -60px; height: 120%; } .news__list .categories { min-height: 561px; } .news__detail { font-family: 'Arial', sans-serif; font-size: 16px; width: 85%; padding: 60px 30px 60px 40px; margin-left: -40px; margin-right: 30px; background: #ffffff; border: 2px solid #B2B3B3; } /*--- Catalog Info ---*/ .catalog__text { padding: 0 54px; margin-bottom: 150px; } /*--- Footer ---*/ .footer { height: 100px; background: #990404; } .newsFooter { margin-top: 167px; } @media (max-width: 1100px) { .container { padding: 0 10px; } .header__nav a { padding: 0 5px; margin: 0 5px; } .header__right { margin: 0; } .header__address { display: none; } } @media (max-width: 820px) { .header__middle { display: none; } .header__top { display: none; } .header__bottom__section { font-size: 15px; padding: 6px 10px; } } @media (max-width: 576px) { .container { padding: 0 10px; } .header__bottom__section { font-size: 10px; padding: 6px 10px; } }
0.404507
0.066236
.daext-clearfix:after { visibility: hidden !important; display: block !important; font-size: 0 !important; content: " " !important; clear: both !important; height: 0 !important; } .daext-clearfix { display: inline-block !important; } * html .daext-clearfix { height: 1% !important; } .daext-clearfix { display: block !important; } /* general */ #wpcontent { min-height: 1200px; } #daext-menu-wrapper { margin-top: 19px !important; } .display-none { display: none; } /* daext-items */ .daext-items-container { border: 1px solid #dfdfdf; border-radius: 3px; } table.daext-items { width: 100%; border-collapse: collapse; } table.daext-items > thead { background: #f7f7f7; } table.daext-items > tbody > tr { background: #fdfdfd !important; } table.daext-items > thead > tr > th { padding: 0; line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 3px 10px; text-align: left; border-bottom: 1px solid #dfdfdf; text-shadow: #fff 0px 1px 0px; } table.daext-items > tbody > tr > td { padding: 0; line-height: 28px; height: 28px; font-size: 12px; color: #555; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;; padding: 3px 10px; text-align: left; } table.daext-items > thead > tr > th:not(:nth-of-type(1)) { border-left: 1px solid #dfdfdf !important; } table.daext-items > tbody > tr > td:not(:nth-of-type(1)) { border-left: 1px solid #e3e3e3 !important; } table.daext-items .shortcode { font-size: 11px !important; font-family: monospace !important; color: #fff; padding: 3px; background: #0073aa; } table.daext-items > tbody > tr:not(:last-child) > td { border-bottom: 1px solid #e3e3e3; background: #fdfdfd; } table.daext-items > tbody > tr > td > a { text-decoration: none; } table.daext-items .menu-icon { width: 20px !important; height: 20px !important; border: none !important; margin: 0 !important; padding: 0 !important; cursor: pointer !important; float: left !important; margin-top: 4px !important; margin-bottom: 4px !important; } table.daext-items .menu-icon.empty-icon { cursor: default !important; } table.daext-items .icons-container .menu-icon:not(:last-child) { margin-right: 8px !important; } table.daext-items .edit { background: url("../../img/edit.png") 0 0 no-repeat !important; } table.daext-items .edit:hover { background: url("../../img/edit-hover.png") 0 0 no-repeat !important; } table.daext-items .delete { background: url("../../img/trash.png") 0 0 no-repeat !important; } table.daext-items .delete:hover { background: url("../../img/trash-hover.png") 0 0 no-repeat !important; } table.daext-items .star { background: url("../../img/star.png") 0 0 no-repeat !important; } table.daext-items .star:hover { background: url("../../img/star-hover.png") 0 0 no-repeat !important; } table.daext-items .subscriptions { background: url("../../img/details.png") 0 0 no-repeat !important; } table.daext-items .subscriptions:hover { background: url("../../img/details-hover.png") 0 0 no-repeat !important; } table.daext-items .subscribe-unsubscribe { background: url("../../img/subscribe.png") 0 0 no-repeat !important; margin-right: 8px !important; } table.daext-items .subscribe-unsubscribe:hover { background: url("../../img/subscribe-hover.png") 0 0 no-repeat !important; } table.daext-items input[type="checkbox"] { border: 1px solid #ddd; box-shadow: none; } /* daext-tablenav */ .daext-tablenav-pages > *:not(:first-child) { margin: 0 0 0 4px; } .daext-tablenav-pages > a { font-size: 12px !important; color: #888 !important; line-height: 25px; display: inline-block; padding: 0 10px !important; background: #f7f7f7; text-decoration: none; } .daext-tablenav-pages > a:not(.disabled):hover { color: #fff !important; background: #00a0d2; } .daext-tablenav-pages > .disabled { cursor: default; color: #ccc !important; } .daext-tablenav { margin-top: 11px; margin-bottom: 36px; } .daext-tablenav-pages { float: right; display: block; height: 30px; } .daext-tablenav .daext-displaying-num { margin-right: 2px; color: #777; font-size: 12px; font-style: italic; } /* daext-form */ .daext-form-container { border: 1px solid #dfdfdf; border-radius: 3px; width: 800px; } .daext-form-container * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 400; font-size: 12px !important; } .daext-form-container input[type="text"] { height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; margin: 0 !important; } .daext-form-container input[type="text"], .daext-form-container select, .daext-form-container textarea { color: #333 !important; } .daext-form-container #date { background: #fff; color: #333; } .daext-form-container textarea { resize: vertical; display: block; } .daext-form-container textarea, .daext-form-container select { box-shadow: none; margin: 0 !important; } .daext-form-container select { height: 24px; line-height: 24px; } .daext-form-title { line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 3px 10px; margin: 0; text-align: left; background: #f7f7f7; border-bottom: 1px solid #dfdfdf; text-shadow: #fff 0px 1px 0px; } .daext-form-action { line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 8px 10px; text-align: left; border-top: 1px solid #dedede; background: #f7f7f7; text-shadow: #fff 0px 1px 0px; } .daext-form-action > input.button { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } table.daext-form { border-collapse: collapse; background: #fdfdfd; width: 100%; } table.daext-form > tbody > tr > td, table.daext-form > tbody > tr > th { padding: 8px; } table.daext-form > tbody > tr:not(:last-child) > td, table.daext-form > tbody > tr:not(:last-child) > th { border-bottom: 1px solid #e3e3e3; } table.daext-form > tbody > tr > th { text-align: right; padding-right: 8px; font-size: 12px; color: #555; } table.daext-form > tbody > tr > th > label { height: 24px; line-height: 24px; display: block; overflow: hidden; } table.daext-form .image-uploader { max-width: 280px; padding: 8px; border: 1px solid #e5e5e5; background: #fff; } table.daext-form .image-uploader .selected-image { width: 100%; margin-bottom: 8px; } table.daext-form .image-uploader .button_add_media { display: block; cursor: pointer; text-decoration: underline; } table.daext-form .image-uploader p.description { margin: 0 !important; color: #777; } table.daext-form input[disabled], table.daext-form select[disabled] { color: #ccc !important; background: #f7f7f7 !important; } /* daext-widget */ .daext-widget * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .daext-widget h3 { color: #333; } .daext-widget label { color: #555; } .daext-widget { border: 1px solid #dfdfdf; margin-bottom: 20px; } .daext-widget-title { padding: 3px 10px; line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: bold; border-bottom: 1px solid #dfdfdf; margin: 0; background: #f7f7f7; text-shadow: #fff 0px 1px 0px; } .daext-widget-content { padding: 8px 10px; background: #fff; font-size: 12px; background: #fdfdfd; } .daext-widget-content > h3 { font-size: 12px; margin: 10px 0; } .daext-widget-content > h3:not(:nth-of-type(1)) { margin-top: 18px; } .daext-widget-content > ul { margin: 10px 0 0 !important; } .daext-widget-content > ul > li { margin: 0; color: #555; } .daext-widget-content textarea { font-size: 12px; width: 100% !important; box-shadow: none; border: 1px solid #ddd; min-height: 60px; color: #999; margin: 10px 0 0 !important; overflow: auto; padding: 2px 6px; line-height: 1.4; color: #333; display: block; } .daext-widget-content input[type="text"] { display: block; margin-bottom: 10px; font-size: 12px; height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; color: #333; border: 1px solid #ddd; width: 70px; } .daext-widget-content select { display: block; margin-bottom: 10px; font-size: 12px; height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; color: #333; border: 1px solid #ddd; width: 140px; } .daext-widget-content > p { font-size: 12px; margin: 10px 0 9px; line-height: 18px; } .daext-widget-content > p:nth-of-type(6) { margin-bottom: 14px; } .daext-widget-content > .separator { height: 10px; width: 100%; } .daext-widget-content > .separator-line { margin: 20px 0; border-bottom: 1px solid #f1f1f1; width: 100%; } .daext-widget-content input[type="checkbox"] { border-color: #e5e5e5; box-shadow: none; border: 1px solid #ddd; } .daext-widget-submit { background: #fff; padding: 8px 10px; border-top: 1px solid #dedede; background: #f7f7f7; padding: 8px 10px; line-height: 28px; height: 28px; } .daext-widget-submit input[type="submit"], .daext-widget-submit input[type="button"] { box-shadow: none; font-size: 12px; } .daext-widget-content table td { padding: 0; } .daext-widget-content > table > tbody > tr > td:first-child { padding-right: 10px; } .daext-display-none { display: none; }
www/wp-content/plugins/import-markdown/admin/assets/css/framework/menu.css
.daext-clearfix:after { visibility: hidden !important; display: block !important; font-size: 0 !important; content: " " !important; clear: both !important; height: 0 !important; } .daext-clearfix { display: inline-block !important; } * html .daext-clearfix { height: 1% !important; } .daext-clearfix { display: block !important; } /* general */ #wpcontent { min-height: 1200px; } #daext-menu-wrapper { margin-top: 19px !important; } .display-none { display: none; } /* daext-items */ .daext-items-container { border: 1px solid #dfdfdf; border-radius: 3px; } table.daext-items { width: 100%; border-collapse: collapse; } table.daext-items > thead { background: #f7f7f7; } table.daext-items > tbody > tr { background: #fdfdfd !important; } table.daext-items > thead > tr > th { padding: 0; line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 3px 10px; text-align: left; border-bottom: 1px solid #dfdfdf; text-shadow: #fff 0px 1px 0px; } table.daext-items > tbody > tr > td { padding: 0; line-height: 28px; height: 28px; font-size: 12px; color: #555; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;; padding: 3px 10px; text-align: left; } table.daext-items > thead > tr > th:not(:nth-of-type(1)) { border-left: 1px solid #dfdfdf !important; } table.daext-items > tbody > tr > td:not(:nth-of-type(1)) { border-left: 1px solid #e3e3e3 !important; } table.daext-items .shortcode { font-size: 11px !important; font-family: monospace !important; color: #fff; padding: 3px; background: #0073aa; } table.daext-items > tbody > tr:not(:last-child) > td { border-bottom: 1px solid #e3e3e3; background: #fdfdfd; } table.daext-items > tbody > tr > td > a { text-decoration: none; } table.daext-items .menu-icon { width: 20px !important; height: 20px !important; border: none !important; margin: 0 !important; padding: 0 !important; cursor: pointer !important; float: left !important; margin-top: 4px !important; margin-bottom: 4px !important; } table.daext-items .menu-icon.empty-icon { cursor: default !important; } table.daext-items .icons-container .menu-icon:not(:last-child) { margin-right: 8px !important; } table.daext-items .edit { background: url("../../img/edit.png") 0 0 no-repeat !important; } table.daext-items .edit:hover { background: url("../../img/edit-hover.png") 0 0 no-repeat !important; } table.daext-items .delete { background: url("../../img/trash.png") 0 0 no-repeat !important; } table.daext-items .delete:hover { background: url("../../img/trash-hover.png") 0 0 no-repeat !important; } table.daext-items .star { background: url("../../img/star.png") 0 0 no-repeat !important; } table.daext-items .star:hover { background: url("../../img/star-hover.png") 0 0 no-repeat !important; } table.daext-items .subscriptions { background: url("../../img/details.png") 0 0 no-repeat !important; } table.daext-items .subscriptions:hover { background: url("../../img/details-hover.png") 0 0 no-repeat !important; } table.daext-items .subscribe-unsubscribe { background: url("../../img/subscribe.png") 0 0 no-repeat !important; margin-right: 8px !important; } table.daext-items .subscribe-unsubscribe:hover { background: url("../../img/subscribe-hover.png") 0 0 no-repeat !important; } table.daext-items input[type="checkbox"] { border: 1px solid #ddd; box-shadow: none; } /* daext-tablenav */ .daext-tablenav-pages > *:not(:first-child) { margin: 0 0 0 4px; } .daext-tablenav-pages > a { font-size: 12px !important; color: #888 !important; line-height: 25px; display: inline-block; padding: 0 10px !important; background: #f7f7f7; text-decoration: none; } .daext-tablenav-pages > a:not(.disabled):hover { color: #fff !important; background: #00a0d2; } .daext-tablenav-pages > .disabled { cursor: default; color: #ccc !important; } .daext-tablenav { margin-top: 11px; margin-bottom: 36px; } .daext-tablenav-pages { float: right; display: block; height: 30px; } .daext-tablenav .daext-displaying-num { margin-right: 2px; color: #777; font-size: 12px; font-style: italic; } /* daext-form */ .daext-form-container { border: 1px solid #dfdfdf; border-radius: 3px; width: 800px; } .daext-form-container * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 400; font-size: 12px !important; } .daext-form-container input[type="text"] { height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; margin: 0 !important; } .daext-form-container input[type="text"], .daext-form-container select, .daext-form-container textarea { color: #333 !important; } .daext-form-container #date { background: #fff; color: #333; } .daext-form-container textarea { resize: vertical; display: block; } .daext-form-container textarea, .daext-form-container select { box-shadow: none; margin: 0 !important; } .daext-form-container select { height: 24px; line-height: 24px; } .daext-form-title { line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 3px 10px; margin: 0; text-align: left; background: #f7f7f7; border-bottom: 1px solid #dfdfdf; text-shadow: #fff 0px 1px 0px; } .daext-form-action { line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 8px 10px; text-align: left; border-top: 1px solid #dedede; background: #f7f7f7; text-shadow: #fff 0px 1px 0px; } .daext-form-action > input.button { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } table.daext-form { border-collapse: collapse; background: #fdfdfd; width: 100%; } table.daext-form > tbody > tr > td, table.daext-form > tbody > tr > th { padding: 8px; } table.daext-form > tbody > tr:not(:last-child) > td, table.daext-form > tbody > tr:not(:last-child) > th { border-bottom: 1px solid #e3e3e3; } table.daext-form > tbody > tr > th { text-align: right; padding-right: 8px; font-size: 12px; color: #555; } table.daext-form > tbody > tr > th > label { height: 24px; line-height: 24px; display: block; overflow: hidden; } table.daext-form .image-uploader { max-width: 280px; padding: 8px; border: 1px solid #e5e5e5; background: #fff; } table.daext-form .image-uploader .selected-image { width: 100%; margin-bottom: 8px; } table.daext-form .image-uploader .button_add_media { display: block; cursor: pointer; text-decoration: underline; } table.daext-form .image-uploader p.description { margin: 0 !important; color: #777; } table.daext-form input[disabled], table.daext-form select[disabled] { color: #ccc !important; background: #f7f7f7 !important; } /* daext-widget */ .daext-widget * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .daext-widget h3 { color: #333; } .daext-widget label { color: #555; } .daext-widget { border: 1px solid #dfdfdf; margin-bottom: 20px; } .daext-widget-title { padding: 3px 10px; line-height: 28px; height: 28px; font-size: 12px; color: #333; font-weight: bold; border-bottom: 1px solid #dfdfdf; margin: 0; background: #f7f7f7; text-shadow: #fff 0px 1px 0px; } .daext-widget-content { padding: 8px 10px; background: #fff; font-size: 12px; background: #fdfdfd; } .daext-widget-content > h3 { font-size: 12px; margin: 10px 0; } .daext-widget-content > h3:not(:nth-of-type(1)) { margin-top: 18px; } .daext-widget-content > ul { margin: 10px 0 0 !important; } .daext-widget-content > ul > li { margin: 0; color: #555; } .daext-widget-content textarea { font-size: 12px; width: 100% !important; box-shadow: none; border: 1px solid #ddd; min-height: 60px; color: #999; margin: 10px 0 0 !important; overflow: auto; padding: 2px 6px; line-height: 1.4; color: #333; display: block; } .daext-widget-content input[type="text"] { display: block; margin-bottom: 10px; font-size: 12px; height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; color: #333; border: 1px solid #ddd; width: 70px; } .daext-widget-content select { display: block; margin-bottom: 10px; font-size: 12px; height: 24px; line-height: 16px; box-shadow: none; padding: 3px 5px; color: #333; border: 1px solid #ddd; width: 140px; } .daext-widget-content > p { font-size: 12px; margin: 10px 0 9px; line-height: 18px; } .daext-widget-content > p:nth-of-type(6) { margin-bottom: 14px; } .daext-widget-content > .separator { height: 10px; width: 100%; } .daext-widget-content > .separator-line { margin: 20px 0; border-bottom: 1px solid #f1f1f1; width: 100%; } .daext-widget-content input[type="checkbox"] { border-color: #e5e5e5; box-shadow: none; border: 1px solid #ddd; } .daext-widget-submit { background: #fff; padding: 8px 10px; border-top: 1px solid #dedede; background: #f7f7f7; padding: 8px 10px; line-height: 28px; height: 28px; } .daext-widget-submit input[type="submit"], .daext-widget-submit input[type="button"] { box-shadow: none; font-size: 12px; } .daext-widget-content table td { padding: 0; } .daext-widget-content > table > tbody > tr > td:first-child { padding-right: 10px; } .daext-display-none { display: none; }
0.283682
0.089694
.container{ border-width:1000px; overflow-x: hidden; } h1{ color:white; font-family: 'Pompiere', cursive; margin-top:0; font-size:5.0em; text-align:center; text-decoration: underline; letter-spacing:0.2em; padding:10%; } header{ background-image:url("http://hairstylealbum.com/wp-content/uploads/2014/08/taylor-swift-curly-hairstyle-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:left; } #biodata{ color:white; font-size:1.5em; font-family: 'Delius Swash Caps', cursive; margin: 0; bottom: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5); padding: 1.25em; } p{ font-family: 'Delius Swash Caps', cursive; color:white; margin-left:1.875em; font-size:2.0em; } #body{ background-image:url("https://celebmafia.com/wp-content/uploads/2014/12/taylor-swift-photoshoot-2014-_1.jpg"); background-size:cover; background-repeat:no-repeat; width:100%; } #image,#pic{ display:flex; flex-direction:row; border-radius:50%; } .link ,.more ,.AUDIO ,.learn ,#nav{ font-size:1.5em; color:#F0FFFF; background-color: #151515; padding: 0.935em 1em; text-align: center; text-decoration: uppercase; display: inline-block; margin: 0.25em 0.125em; cursor: pointer; border-radius:0.75em; } nav,ul,li{ font-size:1em; font-family: 'Pompiere', cursive; } #sm{ display:inline-block; margin-right:1em; margin-left:1em; } #nav,a{ display:inline-block; font-family: 'Pompiere', cursive; font-size:1.3em; text-decoration:none; text-transform:uppercase; color:#F0FFFF; background-color:#151515; } a:hover{ box-shadow:0 0 0 0.5em #000000 ; background-color:#000000; } #videos,#audio{ display:flex; padding:1%; flex-direction:row; justify-content:space-between; } .nav>nav{ background-color:#000000; padding-top:1em; padding-bottom:1em; padding-left:1em; padding-right:28em; opacity: 0.8; position:fixed; width: 100%; } footer{ bottom: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); color:#BCC6CC; padding:1.25em; z-index:2; } .follow{ font-family: 'Codystar', cursive; text-align:center; font-size:1.5em; } #pic{ padding: 3.125em; transition: transform .2s; width: 15em; height: 15em; margin: 0 auto; } #pic:hover { transform: scale(1.4) }
css/yes.css
.container{ border-width:1000px; overflow-x: hidden; } h1{ color:white; font-family: 'Pompiere', cursive; margin-top:0; font-size:5.0em; text-align:center; text-decoration: underline; letter-spacing:0.2em; padding:10%; } header{ background-image:url("http://hairstylealbum.com/wp-content/uploads/2014/08/taylor-swift-curly-hairstyle-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:left; } #biodata{ color:white; font-size:1.5em; font-family: 'Delius Swash Caps', cursive; margin: 0; bottom: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.5); padding: 1.25em; } p{ font-family: 'Delius Swash Caps', cursive; color:white; margin-left:1.875em; font-size:2.0em; } #body{ background-image:url("https://celebmafia.com/wp-content/uploads/2014/12/taylor-swift-photoshoot-2014-_1.jpg"); background-size:cover; background-repeat:no-repeat; width:100%; } #image,#pic{ display:flex; flex-direction:row; border-radius:50%; } .link ,.more ,.AUDIO ,.learn ,#nav{ font-size:1.5em; color:#F0FFFF; background-color: #151515; padding: 0.935em 1em; text-align: center; text-decoration: uppercase; display: inline-block; margin: 0.25em 0.125em; cursor: pointer; border-radius:0.75em; } nav,ul,li{ font-size:1em; font-family: 'Pompiere', cursive; } #sm{ display:inline-block; margin-right:1em; margin-left:1em; } #nav,a{ display:inline-block; font-family: 'Pompiere', cursive; font-size:1.3em; text-decoration:none; text-transform:uppercase; color:#F0FFFF; background-color:#151515; } a:hover{ box-shadow:0 0 0 0.5em #000000 ; background-color:#000000; } #videos,#audio{ display:flex; padding:1%; flex-direction:row; justify-content:space-between; } .nav>nav{ background-color:#000000; padding-top:1em; padding-bottom:1em; padding-left:1em; padding-right:28em; opacity: 0.8; position:fixed; width: 100%; } footer{ bottom: 0; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); color:#BCC6CC; padding:1.25em; z-index:2; } .follow{ font-family: 'Codystar', cursive; text-align:center; font-size:1.5em; } #pic{ padding: 3.125em; transition: transform .2s; width: 15em; height: 15em; margin: 0 auto; } #pic:hover { transform: scale(1.4) }
0.443118
0.080792
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; background-color: peachpuff; } body { width: 960px; margin-left: auto; margin-right: auto; } head title { font-size: xx-large; } header h1{ padding-top: 30px; padding-bottom: 30px; text-align: center; font-size: xx-large; font-weight: bold; font-style: italic; } nav { font-size: large; font-weight: bold; font-family: Georgia, 'Times New Roman', Times, serif; letter-spacing: 5px; padding-top: 30px; padding-bottom: 30px; text-decoration: none; } #nav { font-size: large; font-weight: bold; font-family: Georgia, 'Times New Roman', Times, serif; letter-spacing: 5px; padding-top: 30px; padding-bottom: 30px; text-decoration: none; } #leftmenu { text-align: left; } main { margin: auto; text-align: center; width: 960px; } #family { border-radius: 20px } main h1 { margin-left: auto; margin-right: auto; text-align: center; font-size: xx-large; font-style: italic; font-weight: bold; } main h2 { padding-top: 20px; text-align: left; font-size: xx-large; } main section table { width: 960px } #container { margin-right: auto; margin-left: auto; } ul { display: inline-block; } img{ margin-top 30px; } header:first-child { text-align: center; } li{ display: inline-block; } h1 { background-color: beige; border: black; padding: 12px; text-align: center; margin-left: auto; margin-right: auto; } p { text-align: center; padding-top: 10px; padding-bottom: 20px; } p img :first-child { float: left; } th { appearance: bold; } #container { padding-bottom: 30px; border-radius: 20px; width: 960px; margin-left: auto; margin-right: auto; } #salmonCookiesTable { margin-left: auto; margin-right: auto; border-radius: 10px; background-color: #fa8072; padding-top: 30px; position: relative; /* width: 960px; */ } h3 { font-weight: bold; padding-bottom: 10px; } td { border: 1px black solid; padding:5px; border-spacing: 10px black solid; border: radius 10px; } td:hover { background-color: #FF6F5E; } footer { font-size: large; padding-bottom: 30px; } label { display: block; }
css/style.css
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; background-color: peachpuff; } body { width: 960px; margin-left: auto; margin-right: auto; } head title { font-size: xx-large; } header h1{ padding-top: 30px; padding-bottom: 30px; text-align: center; font-size: xx-large; font-weight: bold; font-style: italic; } nav { font-size: large; font-weight: bold; font-family: Georgia, 'Times New Roman', Times, serif; letter-spacing: 5px; padding-top: 30px; padding-bottom: 30px; text-decoration: none; } #nav { font-size: large; font-weight: bold; font-family: Georgia, 'Times New Roman', Times, serif; letter-spacing: 5px; padding-top: 30px; padding-bottom: 30px; text-decoration: none; } #leftmenu { text-align: left; } main { margin: auto; text-align: center; width: 960px; } #family { border-radius: 20px } main h1 { margin-left: auto; margin-right: auto; text-align: center; font-size: xx-large; font-style: italic; font-weight: bold; } main h2 { padding-top: 20px; text-align: left; font-size: xx-large; } main section table { width: 960px } #container { margin-right: auto; margin-left: auto; } ul { display: inline-block; } img{ margin-top 30px; } header:first-child { text-align: center; } li{ display: inline-block; } h1 { background-color: beige; border: black; padding: 12px; text-align: center; margin-left: auto; margin-right: auto; } p { text-align: center; padding-top: 10px; padding-bottom: 20px; } p img :first-child { float: left; } th { appearance: bold; } #container { padding-bottom: 30px; border-radius: 20px; width: 960px; margin-left: auto; margin-right: auto; } #salmonCookiesTable { margin-left: auto; margin-right: auto; border-radius: 10px; background-color: #fa8072; padding-top: 30px; position: relative; /* width: 960px; */ } h3 { font-weight: bold; padding-bottom: 10px; } td { border: 1px black solid; padding:5px; border-spacing: 10px black solid; border: radius 10px; } td:hover { background-color: #FF6F5E; } footer { font-size: large; padding-bottom: 30px; } label { display: block; }
0.365796
0.113973
body { margin: 0 auto; text-align: center; font-size: 14px; font-family: '<NAME>', cursive; } h1, h3, p, li, dt, dd, a { background: #ffffffbb; box-shadow: 0 0 20px 20px #ffffffbb; border-radius: 5px; padding: 5px 30px; } @media screen and (min-width: 768px) { h1, h3, p, li, dt, dd, a { padding: 15px 60px; } } h1 { font-size: 26px; padding-top: 50px; } h3 { font-size: 18px; } dt { font-size: 12px; } dd { font-size: 16px; font-weight: bold; } a { display: inline-block; font-size: 18px; color: black; } ul, dl { list-style: bengali; list-style-position: inside; width: fit-content; margin: 0 auto; padding: 0; text-align: left; } .arrow { position: relative; display: inline-block; transform: rotate(90deg); vertical-align: middle; margin: 0 20px; outline: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; transform-style: preserve-3d; animation: rotateArrow 10s infinite linear; transition: filter 0.5s linear; } @keyframes rotateArrow { 0% { transform: rotateX(0deg) rotateZ(90deg); } 100% { transform: rotateX(360deg) rotateZ(90deg); } } .arrow::before { content: ''; background-color: #000000; left: 0px; position: absolute; top: 7px; height: 16px; opacity: 0.5; width: 1px; z-index: -1; transform: rotateY(90deg) translateZ(5px); } .arrow:hover, .arrow:focus { filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } .arrow+.arrow { animation-delay: 3s; } .arrow+.arrow+.arrow { animation-delay: 1s; } .symbol { position: relative; display: inline-block; vertical-align: middle; margin: 0 20px; outline: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transform-style: preserve-3d; animation: rotateSymbol 10s infinite linear; } @keyframes rotateSymbol { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } .symbol-active { cursor: pointer; transition: filter 0.5s linear; filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } @media screen and (min-width: 768px) { .symbol-active { filter: none; } .symbol-active:hover, .symbol-active:focus { filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } } .symbol-active:focus { animation-duration: 3s; } .symbol::before { content: ''; background-position: top center; background-repeat: no-repeat; background-size: 30px; background-image: url(assets/svg/symbol1c.svg); left: 0px; position: absolute; top: 0px; height: 50px; width: 30px; opacity: 0.5; z-index: -1; transform: rotateY(10deg) translateZ(1px); } .symbol1::before { background-image: url(assets/svg/symbol1c.svg); } .symbol2::before { background-size: 10px; background-image: url(assets/svg/symbol2c.svg); height: 30px; width: 10px; } .symbol9::before { background-size: 10px; background-image: url(assets/svg/symbol9c.svg); height: 35px; width: 10px; top: 0px; } .symbol+.symbol { animation-delay: 3s; } .symbol+.symbol+.symbol { animation-delay: 1s; } .above { transform: translateZ(1px); z-index: 1; } .map { background-size: contain; background-repeat: no-repeat; background-image: url(assets/img/map.jpg); background-position: center; width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0.5; transform: translateZ(-1px); z-index: -1; } .back { width: 100%; height: 100%; overflow: hidden; pointer-events: none; position: fixed; top: 0; left: 0; z-index: -1; } .gradient1 { position: absolute; height: 120%; width: 70%; top: -15%; right: -5%; background-size: 30px; background-image: url("./assets/img/wave.png"); animation: slide 3s infinite linear; transform: translateZ(0); } .gradient2 { position: absolute; height: 120%; width: 70%; top: -25%; right: 25%; background-size: 30px; background-image: url("./assets/img/wave.png"); animation: slide 3s infinite linear; animation-direction: reverse; z-index: -2; transform: translateZ(0); } @keyframes slide { 0% { background-position: 0% 0; } 100% { background-position: 100% -30px; } } .angle2 { transform: rotate(154.28deg); } .angle3 { transform: rotate(128.57deg); } .angle4 { transform: rotate(102.85deg); } .angle5 { transform: rotate(77.14deg); } .angle6 { transform: rotate(51.42deg); } .angle7 { transform: rotate(25.71deg); }
styles.css
body { margin: 0 auto; text-align: center; font-size: 14px; font-family: '<NAME>', cursive; } h1, h3, p, li, dt, dd, a { background: #ffffffbb; box-shadow: 0 0 20px 20px #ffffffbb; border-radius: 5px; padding: 5px 30px; } @media screen and (min-width: 768px) { h1, h3, p, li, dt, dd, a { padding: 15px 60px; } } h1 { font-size: 26px; padding-top: 50px; } h3 { font-size: 18px; } dt { font-size: 12px; } dd { font-size: 16px; font-weight: bold; } a { display: inline-block; font-size: 18px; color: black; } ul, dl { list-style: bengali; list-style-position: inside; width: fit-content; margin: 0 auto; padding: 0; text-align: left; } .arrow { position: relative; display: inline-block; transform: rotate(90deg); vertical-align: middle; margin: 0 20px; outline: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; transform-style: preserve-3d; animation: rotateArrow 10s infinite linear; transition: filter 0.5s linear; } @keyframes rotateArrow { 0% { transform: rotateX(0deg) rotateZ(90deg); } 100% { transform: rotateX(360deg) rotateZ(90deg); } } .arrow::before { content: ''; background-color: #000000; left: 0px; position: absolute; top: 7px; height: 16px; opacity: 0.5; width: 1px; z-index: -1; transform: rotateY(90deg) translateZ(5px); } .arrow:hover, .arrow:focus { filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } .arrow+.arrow { animation-delay: 3s; } .arrow+.arrow+.arrow { animation-delay: 1s; } .symbol { position: relative; display: inline-block; vertical-align: middle; margin: 0 20px; outline: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transform-style: preserve-3d; animation: rotateSymbol 10s infinite linear; } @keyframes rotateSymbol { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } .symbol-active { cursor: pointer; transition: filter 0.5s linear; filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } @media screen and (min-width: 768px) { .symbol-active { filter: none; } .symbol-active:hover, .symbol-active:focus { filter: contrast(0) brightness(2) drop-shadow(0px 0px 4px #20b2aa); } } .symbol-active:focus { animation-duration: 3s; } .symbol::before { content: ''; background-position: top center; background-repeat: no-repeat; background-size: 30px; background-image: url(assets/svg/symbol1c.svg); left: 0px; position: absolute; top: 0px; height: 50px; width: 30px; opacity: 0.5; z-index: -1; transform: rotateY(10deg) translateZ(1px); } .symbol1::before { background-image: url(assets/svg/symbol1c.svg); } .symbol2::before { background-size: 10px; background-image: url(assets/svg/symbol2c.svg); height: 30px; width: 10px; } .symbol9::before { background-size: 10px; background-image: url(assets/svg/symbol9c.svg); height: 35px; width: 10px; top: 0px; } .symbol+.symbol { animation-delay: 3s; } .symbol+.symbol+.symbol { animation-delay: 1s; } .above { transform: translateZ(1px); z-index: 1; } .map { background-size: contain; background-repeat: no-repeat; background-image: url(assets/img/map.jpg); background-position: center; width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0.5; transform: translateZ(-1px); z-index: -1; } .back { width: 100%; height: 100%; overflow: hidden; pointer-events: none; position: fixed; top: 0; left: 0; z-index: -1; } .gradient1 { position: absolute; height: 120%; width: 70%; top: -15%; right: -5%; background-size: 30px; background-image: url("./assets/img/wave.png"); animation: slide 3s infinite linear; transform: translateZ(0); } .gradient2 { position: absolute; height: 120%; width: 70%; top: -25%; right: 25%; background-size: 30px; background-image: url("./assets/img/wave.png"); animation: slide 3s infinite linear; animation-direction: reverse; z-index: -2; transform: translateZ(0); } @keyframes slide { 0% { background-position: 0% 0; } 100% { background-position: 100% -30px; } } .angle2 { transform: rotate(154.28deg); } .angle3 { transform: rotate(128.57deg); } .angle4 { transform: rotate(102.85deg); } .angle5 { transform: rotate(77.14deg); } .angle6 { transform: rotate(51.42deg); } .angle7 { transform: rotate(25.71deg); }
0.605682
0.14137
.goodsdetails-all{ min-height:950px; position: relative; } .churuzhang{ width:98%; } .goodsdetails-title{ width: 100%; height: 50px; border-bottom:1px solid #eee; } .cart_divall{ width:100%; height:950px; overflow: hidden; border: 1px solid #ccc; } .sorderbot{ position: absolute; bottom:0px; background: #fff; } .goods-guige{ width:300px; cursor: pointer; } .cart_uls{ width:1205px; height:800px; overflow-y:auto; } .sorder-botp{ margin-right: 30px; } .layui-form-checked[lay-skin=primary] i { border-color: #ff0033; background-color: #ff0033; border-radius: 50%; } .layui-form-checkbox[lay-skin=primary] i { border-radius: 50%; } .layui-form-checkbox[lay-skin=primary] span{ min-height:25px; font-size: 20px; } .cart-quanxuan{ margin-left: 20px; margin-top: 6px; } .empty_cart{ float: right; margin-right: 20px; margin-top: 10px; } .goods_cos{ width:100%; height:100%; position: fixed; top:0px; display: none; opacity: 0; } .goodscos_bacg{ width:100%; height:100%; position: absolute; top:0px; background: rgba(0,0,0,0.5); } .goodscos_det{ width:100%; height:500px; position: absolute; top:10%; } .goodscos_auto{ width:1000px; min-height:500px; background: #fff; margin:0px auto; position: relative; } .goodscos_auto2{ width:100%; min-height:500px; float: left; background: #fff; padding-top: 30px; padding-bottom: 30px; } .goodscos_guanbi{ width:25px; height:25px; background: #fff; position: absolute; top:-10px; right:-10px; border-radius: 50%; text-align: center; line-height: 25px; border:1px solid #ccc; cursor: pointer; transition: all 0.4s; } .goodscos_guanbi:hover{ color:#fff; background: red; } .goods-text1{ width: 80%; min-height: 500px; clear: both; margin: 0px auto; border: 1px solid #ccc; padding: 10px; float: left; background: #fff; margin-left: 80px; } .goods-imgas{ width:45%; height:500px; border-right:1px solid #ccc; } .goods-bens{ width:50%; margin-left: 20px; } #cantuanp{ color:red; display: none; } .goodsbens-ul{ width:100%; margin-top: -15px; } .goodsbens-ul li{ margin-top:20px; width: 100%; } .goods_name{ font-size: 17px; height:50px; overflow: hidden; } .goods_gkp{ height:50px; } .goods_gkp_num{ margin-top: 15px; margin-right:10px; } .goods_gkp_2{ width:50px; height:50px; border-radius: 50px; border:1px solid #ccc; cursor: pointer; } .goods_gkp_xh{ font-size: 30px; text-align: center; margin-top: -7px; } .goods_gkp_xh i{ color:red; } .goods_gkp_xht{ text-align: center; margin-top: -15px; font-size: 15px; } .goods_sb{ float:left; } .goodscolor_list div{ float:left; margin-left: 10px; margin-top:10px; } .goodscolor_list div a{ display: block; padding: 5px 10px; border-radius: 5px; background: #eee; } .gcolor_active{ color:#fff; background: red !important; } .goodsnum-text input{ padding: 5px 10px; margin-left: -4px; } .goods_num_jian{ width:35px; height:35px; cursor: pointer; background: #eee; } .goods_num_jia{ width:35px; height:35px; cursor: pointer; color:#fff; background: red; } .goods_num{ width:40px; height:35px; text-align: center; } .goods_shouc{ width:80px; height:35px; background: #eee; line-height:35px; text-align: center; } .goods_shouc a{ display: block; } .goods_btns div{ float:left; width:48%; height:50px; text-align: center; line-height: 50px; } .goods_btns a{ color:#fff; font-size: 20px; display: block; } .add_cart{ background: #ff9933; } .goods_buy{ background: red; } .small-img{ width:90%; height:400px; overflow: hidden; } .small-img img{ width:100%; } .cart_del{ padding: 5px 10px; border:none; cursor: pointer; }
public/template/pc/default/static/css/cart/cartlist.css
.goodsdetails-all{ min-height:950px; position: relative; } .churuzhang{ width:98%; } .goodsdetails-title{ width: 100%; height: 50px; border-bottom:1px solid #eee; } .cart_divall{ width:100%; height:950px; overflow: hidden; border: 1px solid #ccc; } .sorderbot{ position: absolute; bottom:0px; background: #fff; } .goods-guige{ width:300px; cursor: pointer; } .cart_uls{ width:1205px; height:800px; overflow-y:auto; } .sorder-botp{ margin-right: 30px; } .layui-form-checked[lay-skin=primary] i { border-color: #ff0033; background-color: #ff0033; border-radius: 50%; } .layui-form-checkbox[lay-skin=primary] i { border-radius: 50%; } .layui-form-checkbox[lay-skin=primary] span{ min-height:25px; font-size: 20px; } .cart-quanxuan{ margin-left: 20px; margin-top: 6px; } .empty_cart{ float: right; margin-right: 20px; margin-top: 10px; } .goods_cos{ width:100%; height:100%; position: fixed; top:0px; display: none; opacity: 0; } .goodscos_bacg{ width:100%; height:100%; position: absolute; top:0px; background: rgba(0,0,0,0.5); } .goodscos_det{ width:100%; height:500px; position: absolute; top:10%; } .goodscos_auto{ width:1000px; min-height:500px; background: #fff; margin:0px auto; position: relative; } .goodscos_auto2{ width:100%; min-height:500px; float: left; background: #fff; padding-top: 30px; padding-bottom: 30px; } .goodscos_guanbi{ width:25px; height:25px; background: #fff; position: absolute; top:-10px; right:-10px; border-radius: 50%; text-align: center; line-height: 25px; border:1px solid #ccc; cursor: pointer; transition: all 0.4s; } .goodscos_guanbi:hover{ color:#fff; background: red; } .goods-text1{ width: 80%; min-height: 500px; clear: both; margin: 0px auto; border: 1px solid #ccc; padding: 10px; float: left; background: #fff; margin-left: 80px; } .goods-imgas{ width:45%; height:500px; border-right:1px solid #ccc; } .goods-bens{ width:50%; margin-left: 20px; } #cantuanp{ color:red; display: none; } .goodsbens-ul{ width:100%; margin-top: -15px; } .goodsbens-ul li{ margin-top:20px; width: 100%; } .goods_name{ font-size: 17px; height:50px; overflow: hidden; } .goods_gkp{ height:50px; } .goods_gkp_num{ margin-top: 15px; margin-right:10px; } .goods_gkp_2{ width:50px; height:50px; border-radius: 50px; border:1px solid #ccc; cursor: pointer; } .goods_gkp_xh{ font-size: 30px; text-align: center; margin-top: -7px; } .goods_gkp_xh i{ color:red; } .goods_gkp_xht{ text-align: center; margin-top: -15px; font-size: 15px; } .goods_sb{ float:left; } .goodscolor_list div{ float:left; margin-left: 10px; margin-top:10px; } .goodscolor_list div a{ display: block; padding: 5px 10px; border-radius: 5px; background: #eee; } .gcolor_active{ color:#fff; background: red !important; } .goodsnum-text input{ padding: 5px 10px; margin-left: -4px; } .goods_num_jian{ width:35px; height:35px; cursor: pointer; background: #eee; } .goods_num_jia{ width:35px; height:35px; cursor: pointer; color:#fff; background: red; } .goods_num{ width:40px; height:35px; text-align: center; } .goods_shouc{ width:80px; height:35px; background: #eee; line-height:35px; text-align: center; } .goods_shouc a{ display: block; } .goods_btns div{ float:left; width:48%; height:50px; text-align: center; line-height: 50px; } .goods_btns a{ color:#fff; font-size: 20px; display: block; } .add_cart{ background: #ff9933; } .goods_buy{ background: red; } .small-img{ width:90%; height:400px; overflow: hidden; } .small-img img{ width:100%; } .cart_del{ padding: 5px 10px; border:none; cursor: pointer; }
0.522202
0.074164
body{ background-color: #F8F5EC; } /* NAVBAR */ * { margin: 0; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: #333; } .navbar { padding: 20px; display: flex; align-items: center; } .navbar h1 { color: #68756c; margin-left: 13em; } .navbar .navbar-links { margin-left: auto; margin-left: 25em; line-height: 20px; } .navbar a { margin-left: 16px; text-decoration: none; padding: 6px; } .navbar a:hover { color: #68756c; } .navbar-links .cart-icon { font-size: 1.1em; margin-top: 25px; line-height: 20px; } /* APP */ .app { height: 100vh; background-color: #F8F5EC; background-size: cover; background-position: center center; justify-content: center; align-items: center; background-image: url('./Assets/background_02.jpg'); } .container{ width: 734px; height: 485px; background-color: #FFFFFF; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 20px; padding: 24px; align-items: center; margin-left: 18em; overflow-y: auto; } /* PRODUCT LIST */ .data-result{ height: 460px; } .data-result .data-result-item{ height: 40px; width: 80%; margin-left: 4em; padding: 10px; display: flex; } .data-result-item button{ margin-left: auto; align-items: center; background-color: #459942; border: 0; border-radius: 100px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 600; justify-content: center; line-height: 20px; max-width: 480px; min-height: 40px; min-width: 0px; overflow: hidden; padding: 0px; padding-left: 20px; padding-right: 20px; } .product-list .product-title{ font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; border-bottom: 1px solid #a4a8b0; padding: 5px; } /* CART ITEMS */ .cart-item-list{ border-bottom: 1px solid #a4a8b0; padding: 8px; display: flex; } .cart-item-list .cart-item-info{ margin-left: 5em; } .clear-cart{ display: flex; padding: 10px; } .clear-cart h3{ font-weight: 600; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 1.5em; } .cart-no-items-title{ margin-left: 0.6em; } .clear-cart-button{ margin-left: auto; align-items: center; background-color: #459942; border: 0; border-radius: 100px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: inline-flex; font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; justify-content: center; line-height: 20px; max-width: 480px; min-height: 40px; min-width: 0px; overflow: hidden; padding: 0px; padding-left: 20px; padding-right: 20px; text-align: center; touch-action: manipulation; transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s; user-select: none; -webkit-user-select: none; vertical-align: middle; } .clear-cart-button:hover, .clear-cart-button:focus, .product-add-button:hover, .product-add-button:focus { background-color: #367534; color: #ffffff; } .clear-cart-button:active, .product-add-button:active { background: #09223b; color: rgb(255, 255, 255, .7); } .clear-cart-button:disabled, .product-add-button:disabled { cursor: not-allowed; background: rgba(0, 0, 0, .08); color: rgba(0, 0, 0, .3); } .data-result-item { padding: 15px; } .cart-items-functions { padding: 4px; display: flex; font-size: 12px; font-weight: 600; justify-content: center; line-height: 15px; cursor: pointer; display: inline-flex; width: 80px; margin-right: 8px; } .cart-items-functions .product-button{ background-color: initial; background-color: #459942; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif; height: 22px; line-height: 15px; outline: 0; overflow: hidden; padding: 0 10px; pointer-events: auto; position: relative; text-align: center; touch-action: manipulation; user-select: none; -webkit-user-select: none; vertical-align: top; white-space: nowrap; width: 100%; z-index: 9; border: 0; margin-right: 6px; } .product-button:hover { background-color: #367534; }
src/index.css
body{ background-color: #F8F5EC; } /* NAVBAR */ * { margin: 0; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: #333; } .navbar { padding: 20px; display: flex; align-items: center; } .navbar h1 { color: #68756c; margin-left: 13em; } .navbar .navbar-links { margin-left: auto; margin-left: 25em; line-height: 20px; } .navbar a { margin-left: 16px; text-decoration: none; padding: 6px; } .navbar a:hover { color: #68756c; } .navbar-links .cart-icon { font-size: 1.1em; margin-top: 25px; line-height: 20px; } /* APP */ .app { height: 100vh; background-color: #F8F5EC; background-size: cover; background-position: center center; justify-content: center; align-items: center; background-image: url('./Assets/background_02.jpg'); } .container{ width: 734px; height: 485px; background-color: #FFFFFF; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 20px; padding: 24px; align-items: center; margin-left: 18em; overflow-y: auto; } /* PRODUCT LIST */ .data-result{ height: 460px; } .data-result .data-result-item{ height: 40px; width: 80%; margin-left: 4em; padding: 10px; display: flex; } .data-result-item button{ margin-left: auto; align-items: center; background-color: #459942; border: 0; border-radius: 100px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 600; justify-content: center; line-height: 20px; max-width: 480px; min-height: 40px; min-width: 0px; overflow: hidden; padding: 0px; padding-left: 20px; padding-right: 20px; } .product-list .product-title{ font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; border-bottom: 1px solid #a4a8b0; padding: 5px; } /* CART ITEMS */ .cart-item-list{ border-bottom: 1px solid #a4a8b0; padding: 8px; display: flex; } .cart-item-list .cart-item-info{ margin-left: 5em; } .clear-cart{ display: flex; padding: 10px; } .clear-cart h3{ font-weight: 600; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 1.5em; } .cart-no-items-title{ margin-left: 0.6em; } .clear-cart-button{ margin-left: auto; align-items: center; background-color: #459942; border: 0; border-radius: 100px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: inline-flex; font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 600; justify-content: center; line-height: 20px; max-width: 480px; min-height: 40px; min-width: 0px; overflow: hidden; padding: 0px; padding-left: 20px; padding-right: 20px; text-align: center; touch-action: manipulation; transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s; user-select: none; -webkit-user-select: none; vertical-align: middle; } .clear-cart-button:hover, .clear-cart-button:focus, .product-add-button:hover, .product-add-button:focus { background-color: #367534; color: #ffffff; } .clear-cart-button:active, .product-add-button:active { background: #09223b; color: rgb(255, 255, 255, .7); } .clear-cart-button:disabled, .product-add-button:disabled { cursor: not-allowed; background: rgba(0, 0, 0, .08); color: rgba(0, 0, 0, .3); } .data-result-item { padding: 15px; } .cart-items-functions { padding: 4px; display: flex; font-size: 12px; font-weight: 600; justify-content: center; line-height: 15px; cursor: pointer; display: inline-flex; width: 80px; margin-right: 8px; } .cart-items-functions .product-button{ background-color: initial; background-color: #459942; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif; height: 22px; line-height: 15px; outline: 0; overflow: hidden; padding: 0 10px; pointer-events: auto; position: relative; text-align: center; touch-action: manipulation; user-select: none; -webkit-user-select: none; vertical-align: top; white-space: nowrap; width: 100%; z-index: 9; border: 0; margin-right: 6px; } .product-button:hover { background-color: #367534; }
0.335351
0.059537
*{ padding:0; margin:0; box-sizing: border-box; } @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-desktop.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Container,onde contem as duas partes principais do projeto*/ .container{ display: flex; height: 100vh; justify-content: center; align-items: center; } /*Caixa1*/ .caixa1{ margin-right: 4rem; padding: 1rem; color: white; width: 22rem; height: 18rem; } .caixa1 h1{ font-size: 2.4rem; margin: 3rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /* Aqui termina a caixa1*/ /*Aqui começa o formulario*/ .form-container{ padding: 1rem; height: 33rem; } .caixa-azul { background-color: hsl(248,32%,49%); width:30rem; height: 2rem; padding: 1.5rem; margin-bottom: 1.5rem; text-align: center; color: #DCDCDC; border-radius: 10px; -webkit-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); -moz-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); box-shadow: 0px 8px 2px -2px rgba(198,100,117,1); box-shadow: 0px 8px 2px -2px rgba(229,109,112,1); box-shadow: 0px 8px 2px -2px rgba(185,98,120,1); } .caixa-azul span{ color: white; } .form{ border-radius: 10px; background-color: white; text-align: center; -webkit-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); -moz-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); box-shadow: 0px 8px 2px -2px rgba(198,100,117,1); box-shadow: 0px 8px 2px -2px rgba(229,109,112,1); box-shadow: 0px 8px 2px -2px rgba(185,98,120,1); } .form input{ font-weight: bold; width:26rem; padding: 1rem; margin:1rem; border-color: #FBFBFB; transition: border 8s; } #svg, #svg2, #svg3, #svg4{ display: none; transform: translate(-4rem,0.3rem); } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } .form input:hover{ border: 2px solid black; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; transform: translate(14rem,-2rem); padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } #res4{ margin-bottom: 1rem; } .alvo{ font-size: 15rem; } input[type=button]{ width: 26rem; height: 3rem; border:none; background-color: hsl(154,59%,51%); color: white; border-radius: 10px; border-bottom:1px solid #2F4F4F; } .footer{ margin: 1rem ; font-weight: bold; padding-bottom: 1rem; font-size: 0.6rem; color:grey; } .footer span{ color: #F4D; } /*Aqui termina o formulario*/ /* Media queries*/ @media only screen and (min-width:360px) and (max-width : 400px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 40vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 7rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 50%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da Media querie de 360 ate 400px*/ /* Inicio da Media querie de 300 ate 350px*/ @media only screen and (min-width:320px) and (max-width : 359px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top:2rem; text-align: center; color: white; height: 34vh; width: 100%; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 3rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 75%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 320 ate 360*/ /* Inicio da media de 400 ate 500px*/ @media only screen and (min-width:400px) and (max-width : 500px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 40vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 5.1rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 40%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 400 ate 500px*/ /* Inicio da media de 500 ate 600px*/ @media only screen and (min-width: 600px ) and (max-width: 700px){ #svg{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -38%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: -10%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } } @media only screen and (min-width:500px) and (max-width : 700px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 28vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 5.1rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 6%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 500 ate 700px*/
estilos.css
*{ padding:0; margin:0; box-sizing: border-box; } @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-desktop.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Container,onde contem as duas partes principais do projeto*/ .container{ display: flex; height: 100vh; justify-content: center; align-items: center; } /*Caixa1*/ .caixa1{ margin-right: 4rem; padding: 1rem; color: white; width: 22rem; height: 18rem; } .caixa1 h1{ font-size: 2.4rem; margin: 3rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /* Aqui termina a caixa1*/ /*Aqui começa o formulario*/ .form-container{ padding: 1rem; height: 33rem; } .caixa-azul { background-color: hsl(248,32%,49%); width:30rem; height: 2rem; padding: 1.5rem; margin-bottom: 1.5rem; text-align: center; color: #DCDCDC; border-radius: 10px; -webkit-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); -moz-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); box-shadow: 0px 8px 2px -2px rgba(198,100,117,1); box-shadow: 0px 8px 2px -2px rgba(229,109,112,1); box-shadow: 0px 8px 2px -2px rgba(185,98,120,1); } .caixa-azul span{ color: white; } .form{ border-radius: 10px; background-color: white; text-align: center; -webkit-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); -moz-box-shadow: 0px 8px 2px -2px rgba(204,153,173,1); box-shadow: 0px 8px 2px -2px rgba(198,100,117,1); box-shadow: 0px 8px 2px -2px rgba(229,109,112,1); box-shadow: 0px 8px 2px -2px rgba(185,98,120,1); } .form input{ font-weight: bold; width:26rem; padding: 1rem; margin:1rem; border-color: #FBFBFB; transition: border 8s; } #svg, #svg2, #svg3, #svg4{ display: none; transform: translate(-4rem,0.3rem); } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } .form input:hover{ border: 2px solid black; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; transform: translate(14rem,-2rem); padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } #res4{ margin-bottom: 1rem; } .alvo{ font-size: 15rem; } input[type=button]{ width: 26rem; height: 3rem; border:none; background-color: hsl(154,59%,51%); color: white; border-radius: 10px; border-bottom:1px solid #2F4F4F; } .footer{ margin: 1rem ; font-weight: bold; padding-bottom: 1rem; font-size: 0.6rem; color:grey; } .footer span{ color: #F4D; } /*Aqui termina o formulario*/ /* Media queries*/ @media only screen and (min-width:360px) and (max-width : 400px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 40vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 7rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 50%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da Media querie de 360 ate 400px*/ /* Inicio da Media querie de 300 ate 350px*/ @media only screen and (min-width:320px) and (max-width : 359px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top:2rem; text-align: center; color: white; height: 34vh; width: 100%; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 3rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 75%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 320 ate 360*/ /* Inicio da media de 400 ate 500px*/ @media only screen and (min-width:400px) and (max-width : 500px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 40vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 5.1rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 40%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 400 ate 500px*/ /* Inicio da media de 500 ate 600px*/ @media only screen and (min-width: 600px ) and (max-width: 700px){ #svg{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -38%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -38%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: -10%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } } @media only screen and (min-width:500px) and (max-width : 700px){ body{ background-image: url(https://github.com/HenriqueGalvim/Design1/blob/master/images/bg-intro-mobile.png?raw=true); background-color: hsl(0,100%,74%); font-family: 'Poppins', sans-serif; } /*Contem tudo*/ .container{ display: flex; flex-direction: column; height: 128vh; justify-content: center; align-items: center; } /*Caixa numero 1*/ .caixa1{ margin:0; margin-top: 22rem; text-align: center; color: white; height: 28vh; } .caixa1 h1{ text-align: center; font-size: 1.6rem; margin: 1rem 0; } .caixa1 p{ line-height: 1.5rem; font-size: 0.72rem; } /*Fim da caixa numero 1*/ /*Inicio do formulario*/ .form-container{ padding: 1rem; width: 95%; height: 110%; margin-top: 1rem; margin-bottom: 5.1rem; } #svg{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg2{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg3{ transform: translateY(-3.5rem); position: relative; right: -35%; } #svg4{ transform: translateY(-3.5rem); position: relative; right: -35%; } #res1, #res2, #res3, #res4{ width: 16rem; font-size: 0.7rem; position: relative; right: 6%; padding: 0 0; font-weight: 900; color:rgba(229,109,112,1); } .caixa-azul{ width:95%; height: 5rem; } .form input{ width:88%; } .form button{ width:88%; height: 4rem; } .footer{ color: black; font-size: 0.7rem; width: 14rem; padding-top: 0.7rem; margin: auto; line-height: 1rem; } } /* Fim da media de 500 ate 700px*/
0.404037
0.055132
html { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } html, body { height: 100%; } body { margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: url(https://joecoyle.net/img/abswipe/ui/a-paisaje-boceto.png); background-repeat: no-repeat; background-size: cover; } button { cursor: pointer; } button#playAgainBtn { border-radius: 50%; height: 70px; width: 70px; background-color: #ffd100; bottom: 10px; left: 10px; position: absolute; background-size: 100%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABbUlEQVR4Ae2aAUZEYRhFkyIoRBAIEUrm/Re0ggAESjtoB+2gHbSDBALQCgIIAQIQRCgEkS8koqnLc/oZ7rkAnN8wM3PeezMXQgghhBBCCCGEEALF1nK77O/BGPbag6q/h2FBZ+1dpcI8PWmbulV9rrcHQCd6VX2tpwdge7Vdq76vnweg7bdHlT+Y9wBsLOlc9XM9PAC7O+1eNW28h2dep3pTTR/vgRnW243q9/EelHagF9Vf4z0Ymyu6ULnxHrR0/HgPWjp+vActHT/eg5aOH+9BS8eP96Cl48d70NLx4z1o6fjxHrR0/HAPWzp+rAcvHT/OM4LhCHoBh96Tt9Bsf4gNkwnw9Wc9+SHzKaGnsQcDHoJhDYgw70lO+wuauxEHAx4MLQKXgt6Ti3r/4OfKH4x6eHSsZ38w78mtxVm5uQvU0lhPHnBQtdTZw9cS48lj1vG11NnD1xLlyZ89xtbSf3pCCCGEEEIIIYQQQvgAqa+vfjj8r00AAAAASUVORK5CYII=); box-shadow: 0 0 9px 2px black; } button.changeViewBtn { background: #00ffdc; border: 2px solid black; margin: 5px; font-weight: bold; font-size: 12pt; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } #progressBarContainer { margin: 5px auto 0 auto; width: 90%; border: 2px solid black; background: white; height: 25px; } #progressBar { height: 100%; width: 0%; background: #0F0; transition: .5s; } img#awardDisplay { width: 35vw; max-width: 320px; position: absolute; padding: 0px 37%; bottom: 20%; right: 0; animation-duration: 1s; animation-name: slideIn; } @keyframes slideIn { 0% { bottom: -50%; } } @keyframes stashInBackpack { 100% { width: 5vw; padding: 0; right: 9%; bottom: 18vw; } } @keyframes runAway { 100% { right: 100%; } } .letter { border: none; display: inline-block; text-align: center; font-size: 10vw; width: 100%; box-shadow: inset 0 0 8px 0px black; background-color: #ffa700; color: black; } #letterContainer { position: fixed; display: flex; align-items: stretch; flex-wrap: nowrap; bottom: 0; width: 100%; } #awardCollection { display: block; } #awardCollection img.award { width: 150px; position: absolute; animation-name: removeFromBackpack; animation-duration: 1s; } @keyframes removeFromBackpack { 0% { width: 5vw; padding: 0; right: 9%; bottom: 18vw; } } img#backpack { width: 15vw; bottom: 14vw; right: 20px; position: fixed; } div#stats { background: white; padding: 25px; margin: 25px; border-radius: 10px; border: 1px solid gray; } div#stats th { text-align: left; } div#stats th, td { padding-right: 20px; }
src/index.css
html { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } html, body { height: 100%; } body { margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: url(https://joecoyle.net/img/abswipe/ui/a-paisaje-boceto.png); background-repeat: no-repeat; background-size: cover; } button { cursor: pointer; } button#playAgainBtn { border-radius: 50%; height: 70px; width: 70px; background-color: #ffd100; bottom: 10px; left: 10px; position: absolute; background-size: 100%; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABbUlEQVR4Ae2aAUZEYRhFkyIoRBAIEUrm/Re0ggAESjtoB+2gHbSDBALQCgIIAQIQRCgEkS8koqnLc/oZ7rkAnN8wM3PeezMXQgghhBBCCCGEEALF1nK77O/BGPbag6q/h2FBZ+1dpcI8PWmbulV9rrcHQCd6VX2tpwdge7Vdq76vnweg7bdHlT+Y9wBsLOlc9XM9PAC7O+1eNW28h2dep3pTTR/vgRnW243q9/EelHagF9Vf4z0Ymyu6ULnxHrR0/HgPWjp+vActHT/eg5aOH+9BS8eP96Cl48d70NLx4z1o6fjxHrR0/HAPWzp+rAcvHT/OM4LhCHoBh96Tt9Bsf4gNkwnw9Wc9+SHzKaGnsQcDHoJhDYgw70lO+wuauxEHAx4MLQKXgt6Ti3r/4OfKH4x6eHSsZ38w78mtxVm5uQvU0lhPHnBQtdTZw9cS48lj1vG11NnD1xLlyZ89xtbSf3pCCCGEEEIIIYQQQvgAqa+vfjj8r00AAAAASUVORK5CYII=); box-shadow: 0 0 9px 2px black; } button.changeViewBtn { background: #00ffdc; border: 2px solid black; margin: 5px; font-weight: bold; font-size: 12pt; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } #progressBarContainer { margin: 5px auto 0 auto; width: 90%; border: 2px solid black; background: white; height: 25px; } #progressBar { height: 100%; width: 0%; background: #0F0; transition: .5s; } img#awardDisplay { width: 35vw; max-width: 320px; position: absolute; padding: 0px 37%; bottom: 20%; right: 0; animation-duration: 1s; animation-name: slideIn; } @keyframes slideIn { 0% { bottom: -50%; } } @keyframes stashInBackpack { 100% { width: 5vw; padding: 0; right: 9%; bottom: 18vw; } } @keyframes runAway { 100% { right: 100%; } } .letter { border: none; display: inline-block; text-align: center; font-size: 10vw; width: 100%; box-shadow: inset 0 0 8px 0px black; background-color: #ffa700; color: black; } #letterContainer { position: fixed; display: flex; align-items: stretch; flex-wrap: nowrap; bottom: 0; width: 100%; } #awardCollection { display: block; } #awardCollection img.award { width: 150px; position: absolute; animation-name: removeFromBackpack; animation-duration: 1s; } @keyframes removeFromBackpack { 0% { width: 5vw; padding: 0; right: 9%; bottom: 18vw; } } img#backpack { width: 15vw; bottom: 14vw; right: 20px; position: fixed; } div#stats { background: white; padding: 25px; margin: 25px; border-radius: 10px; border: 1px solid gray; } div#stats th { text-align: left; } div#stats th, td { padding-right: 20px; }
0.467089
0.09795
.allymember { color: lime; } .noob { color: #a0ffa0; } .strong { color: #ffa0a0; } .vacation { color: skyblue; } .inactive { color: CCCCCC; } .longinactive { color: 999999; } .banned { text-decoration: line-through; } .flight { } .return { } .holding { } *.ownattack { color: lime; } .flight .ownattack a { color: #E6EBFB; } *.owncolony { color: lime; } .flight .owncolony a { color: #E6EBFB; } *.owndeploy { color: lime; } .flight .owndeploy a { color: #E6EBFB; } *.owndestroy { color: gold; } .flight .owndestroy a { color: #E6EBFB; } *.ownespionage { color: orange; } .flight .ownespionage a { color: #E6EBFB; } *.ownfederation { color: 33CC00; } .flight .ownfederation a { color: #E6EBFB; } *.ownharvest { color: lime; } .flight .ownharvest a { color: #E6EBFB; } *.ownhold { color: #80a0C0; } .flight .ownhold a { color: #E6EBFB; } *.ownmissile { color: orange; } .flight .ownmissile a { color: #E6EBFB; } *.owntransport { color: lime; } .flight .owntransport a { color: #E6EBFB; } *.attack { color: red; } .flight .attack a { color: #E6EBFB; } *.colony { color: lime; } .flight .colony a { color: #E6EBFB; } *.deploy { color: lime; } .flight .deploy a { color: #E6EBFB; } *.destroy { color: gold; } .flight .destroy a { color: #E6EBFB; } *.espionage { color: red; } .flight .espionage a { color: #E6EBFB; } *.federation { color: CC0000; } .flight .federation a { color: #E6EBFB; } *.harvest { color: lime; } .flight .harvest a { color: #E6EBFB; } *.hold { color: #80a0C0; } .flight .hold a { color: #E6EBFB; } *.missile { color: red; } *.transport { color: lime; } .flight .transport a { color: #E6EBFB; } .success { color: lime; } .errormessage a { text-decoration: underline; } .error { color: red; } .warning { color: orange; } .notice { color: yellow; } .combatreport { color: red; } .espionagereport { color: orange; } .timeremaining { color: orange; }
administrator!@/administrator!@/viewuser/css/default.css
.allymember { color: lime; } .noob { color: #a0ffa0; } .strong { color: #ffa0a0; } .vacation { color: skyblue; } .inactive { color: CCCCCC; } .longinactive { color: 999999; } .banned { text-decoration: line-through; } .flight { } .return { } .holding { } *.ownattack { color: lime; } .flight .ownattack a { color: #E6EBFB; } *.owncolony { color: lime; } .flight .owncolony a { color: #E6EBFB; } *.owndeploy { color: lime; } .flight .owndeploy a { color: #E6EBFB; } *.owndestroy { color: gold; } .flight .owndestroy a { color: #E6EBFB; } *.ownespionage { color: orange; } .flight .ownespionage a { color: #E6EBFB; } *.ownfederation { color: 33CC00; } .flight .ownfederation a { color: #E6EBFB; } *.ownharvest { color: lime; } .flight .ownharvest a { color: #E6EBFB; } *.ownhold { color: #80a0C0; } .flight .ownhold a { color: #E6EBFB; } *.ownmissile { color: orange; } .flight .ownmissile a { color: #E6EBFB; } *.owntransport { color: lime; } .flight .owntransport a { color: #E6EBFB; } *.attack { color: red; } .flight .attack a { color: #E6EBFB; } *.colony { color: lime; } .flight .colony a { color: #E6EBFB; } *.deploy { color: lime; } .flight .deploy a { color: #E6EBFB; } *.destroy { color: gold; } .flight .destroy a { color: #E6EBFB; } *.espionage { color: red; } .flight .espionage a { color: #E6EBFB; } *.federation { color: CC0000; } .flight .federation a { color: #E6EBFB; } *.harvest { color: lime; } .flight .harvest a { color: #E6EBFB; } *.hold { color: #80a0C0; } .flight .hold a { color: #E6EBFB; } *.missile { color: red; } *.transport { color: lime; } .flight .transport a { color: #E6EBFB; } .success { color: lime; } .errormessage a { text-decoration: underline; } .error { color: red; } .warning { color: orange; } .notice { color: yellow; } .combatreport { color: red; } .espionagereport { color: orange; } .timeremaining { color: orange; }
0.774199
0.350255
.navbar .navbar-nav { display: inline-block; float: none; vertical-align: top; } .navbar .navbar-collapse { text-align: center; } /* navbar */ .navbar-default { background-color: #ffffff; border-color: #ffffff; } /* title */ .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5E5E5E; } /* link */ .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #2e6da4; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #E7E7E7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #D5D5D5; } /* caret */ .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777; border-bottom-color: #777; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333; border-bottom-color: #333; } .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555; border-bottom-color: #555; } /* mobile version */ .navbar-default .navbar-toggle { border-color: #DDD; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #DDD; } .navbar-default .navbar-toggle .icon-bar { background-color: #CCC; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; } } /* .navbar-default .navbar-nav > li > a { color: #333; border-bottom: 1px solid transparent; padding: 0; margin: 14px; } add spacing*/ .header { min-height: 120px; } .container { min-height: 0px !important; } .content { overflow: hidden; } .category-detail { text-align: center; } .content-cake { background-color: white; padding-top: 10px; padding-bottom: 5px; padding-right: 5px; padding-left: 5px; margin-bottom: 25px; } .cake { width: 117px; padding: 0px; margin: 10px; border-style: solid; border-width: 1px; border-color: lightgrey; border-radius: 6px; float: left; } .cake-header { min-height: 25px; background-color: lightgrey; border-top-right-radius: 6px; border-top-left-radius: 6px; text-align: center; } .cake-img { width: 115px; } .cake-container { display: flex; flex-flow: row wrap; justify-content: space-around; } body { background-image: url('../images/page/hatter.jpg'); background-repeat: no-repeat; background-attachment: fixed; } .footer { background-color: white; padding-top: 10px; padding-bottom: 5px; padding-right: 5px; padding-left: 5px; margin-bottom: 25px; } .side-images { width: 100%; } .side-right-images-corner { } .crop { width: 200px; height: 150px; overflow: hidden; } .crop_img { width: 400px; height: 300px; margin: -75px 0 0 -100px; } .taste-img { width: 100%; } .taste-box { display: flex; flex-flow: row wrap; justify-content: space-around; } .taste-pcs-line { background-color: white; padding-top: 10px; } /* Bal oldalsó sáv képei*/ #left-1 { margin-top: 10px; margin-left: -40px; width: 300px; } #left-4 { position: relative; margin-left: -275px; top: 20px; left: 20px; height: 100%; width: 500px; } #left-2 { position: absolute; top: 140px; left: -20px; width: 200px; } #left-3 { position: absolute; top: 300px; left: 30px; width: 130px; } #left-5 { margin-left: -20px; } /* <NAME>*/ #right-1 { margin-top: -80px; } #right-2 { margin-right: -40px; width: 300px; }
Modules/Frontend/Assets/css/index.css
.navbar .navbar-nav { display: inline-block; float: none; vertical-align: top; } .navbar .navbar-collapse { text-align: center; } /* navbar */ .navbar-default { background-color: #ffffff; border-color: #ffffff; } /* title */ .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5E5E5E; } /* link */ .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #2e6da4; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #E7E7E7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #D5D5D5; } /* caret */ .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777; border-bottom-color: #777; } .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333; border-bottom-color: #333; } .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555; border-bottom-color: #555; } /* mobile version */ .navbar-default .navbar-toggle { border-color: #DDD; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #DDD; } .navbar-default .navbar-toggle .icon-bar { background-color: #CCC; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; } } /* .navbar-default .navbar-nav > li > a { color: #333; border-bottom: 1px solid transparent; padding: 0; margin: 14px; } add spacing*/ .header { min-height: 120px; } .container { min-height: 0px !important; } .content { overflow: hidden; } .category-detail { text-align: center; } .content-cake { background-color: white; padding-top: 10px; padding-bottom: 5px; padding-right: 5px; padding-left: 5px; margin-bottom: 25px; } .cake { width: 117px; padding: 0px; margin: 10px; border-style: solid; border-width: 1px; border-color: lightgrey; border-radius: 6px; float: left; } .cake-header { min-height: 25px; background-color: lightgrey; border-top-right-radius: 6px; border-top-left-radius: 6px; text-align: center; } .cake-img { width: 115px; } .cake-container { display: flex; flex-flow: row wrap; justify-content: space-around; } body { background-image: url('../images/page/hatter.jpg'); background-repeat: no-repeat; background-attachment: fixed; } .footer { background-color: white; padding-top: 10px; padding-bottom: 5px; padding-right: 5px; padding-left: 5px; margin-bottom: 25px; } .side-images { width: 100%; } .side-right-images-corner { } .crop { width: 200px; height: 150px; overflow: hidden; } .crop_img { width: 400px; height: 300px; margin: -75px 0 0 -100px; } .taste-img { width: 100%; } .taste-box { display: flex; flex-flow: row wrap; justify-content: space-around; } .taste-pcs-line { background-color: white; padding-top: 10px; } /* Bal oldalsó sáv képei*/ #left-1 { margin-top: 10px; margin-left: -40px; width: 300px; } #left-4 { position: relative; margin-left: -275px; top: 20px; left: 20px; height: 100%; width: 500px; } #left-2 { position: absolute; top: 140px; left: -20px; width: 200px; } #left-3 { position: absolute; top: 300px; left: 30px; width: 130px; } #left-5 { margin-left: -20px; } /* <NAME>*/ #right-1 { margin-top: -80px; } #right-2 { margin-right: -40px; width: 300px; }
0.371821
0.048722
body { margin: 0; font-family: 'EB Garamond', serif; } h3 { color: #11999E; font-size: 24px; } h2 { color: #66BFBF; font-size: 30px; } p { font-size: 20px; color: #40514E; font-weight: bold; } span { text-decoration: underline; } hr { border-style: dotted; border-top: none; width: 3%; border-width: 6px; border-color: #EAF6F6; margin: 70px auto; } /* **************** class selector *********************************************** */ .android-img { height: 120px; width: 120px; } .bottom-container { text-align: center; background-color: #66BFBF; padding-top: 40px; } .bottom-container-copyright { color: #EAF6F6; font-size: 14px; line-height: 2; margin-bottom: 0; margin-top: 40px; } .btn { background: #c9cdff; background-image: -webkit-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -moz-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -ms-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -o-linear-gradient(top, #c9cdff, #1ea3a8); background-image: linear-gradient(to bottom, #c9cdff, #1ea3a8); -webkit-border-radius: 11; -moz-border-radius: 11; border-radius: 11px; font-family: Arial; color: #ffffff; font-size: 18px; padding: 10px 20px 10px 20px; text-decoration: none; text-transform: lowercase; position: relative; top: 50px; } .btn:hover { background: #38dedb; background-image: -webkit-linear-gradient(top, #38dedb, #3498db); background-image: -moz-linear-gradient(top, #38dedb, #3498db); background-image: -ms-linear-gradient(top, #38dedb, #3498db); background-image: -o-linear-gradient(top, #38dedb, #3498db); background-image: linear-gradient(to bottom, #38dedb, #3498db); text-decoration: none; } .cloud-bottom { position: absolute; left: 290px; top: 228; } .cloud-top { position: absolute; top: 100px; right: 492px; } .contact-me { padding-bottom: 120px; text-align: center; } .footer-link { color: #11999E; font-size: 18px; font-weight: bold; text-decoration: none; margin-left: 10px; margin-right: 10px; } .head-title { margin: 0; margin-top: 80px; font-size: 5.635rem; color: #66BFBF; font-family: 'Sacramento', cursive; } .head-paragraph { font-family: 'Handlee', cursive; color: #66BFBF; font-size: 2.50rem; font-weight: normal; } .middle-container { text-align: center; } .skill-h { color: #66BFBF; } .skill-row { width: 50%; margin: 60px auto 100px auto; text-align: left; line-height: 2; } .skill-row-top-img { width: 25%; float:left; padding-right: 30px; } .skill-row-bottom-img { width: 25%; float: right; padding-left: 30px; } /* No need of this to use it making the page little akward for now .skill-row-top-para { clear: left; } .skill-row-bottom-para { clear: right; } */ .top-container { background-color: #EAF6F6; padding: 10px; text-align: center; padding-top: 140px; }
CSS - My Site/css/CSSstyle.css
body { margin: 0; font-family: 'EB Garamond', serif; } h3 { color: #11999E; font-size: 24px; } h2 { color: #66BFBF; font-size: 30px; } p { font-size: 20px; color: #40514E; font-weight: bold; } span { text-decoration: underline; } hr { border-style: dotted; border-top: none; width: 3%; border-width: 6px; border-color: #EAF6F6; margin: 70px auto; } /* **************** class selector *********************************************** */ .android-img { height: 120px; width: 120px; } .bottom-container { text-align: center; background-color: #66BFBF; padding-top: 40px; } .bottom-container-copyright { color: #EAF6F6; font-size: 14px; line-height: 2; margin-bottom: 0; margin-top: 40px; } .btn { background: #c9cdff; background-image: -webkit-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -moz-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -ms-linear-gradient(top, #c9cdff, #1ea3a8); background-image: -o-linear-gradient(top, #c9cdff, #1ea3a8); background-image: linear-gradient(to bottom, #c9cdff, #1ea3a8); -webkit-border-radius: 11; -moz-border-radius: 11; border-radius: 11px; font-family: Arial; color: #ffffff; font-size: 18px; padding: 10px 20px 10px 20px; text-decoration: none; text-transform: lowercase; position: relative; top: 50px; } .btn:hover { background: #38dedb; background-image: -webkit-linear-gradient(top, #38dedb, #3498db); background-image: -moz-linear-gradient(top, #38dedb, #3498db); background-image: -ms-linear-gradient(top, #38dedb, #3498db); background-image: -o-linear-gradient(top, #38dedb, #3498db); background-image: linear-gradient(to bottom, #38dedb, #3498db); text-decoration: none; } .cloud-bottom { position: absolute; left: 290px; top: 228; } .cloud-top { position: absolute; top: 100px; right: 492px; } .contact-me { padding-bottom: 120px; text-align: center; } .footer-link { color: #11999E; font-size: 18px; font-weight: bold; text-decoration: none; margin-left: 10px; margin-right: 10px; } .head-title { margin: 0; margin-top: 80px; font-size: 5.635rem; color: #66BFBF; font-family: 'Sacramento', cursive; } .head-paragraph { font-family: 'Handlee', cursive; color: #66BFBF; font-size: 2.50rem; font-weight: normal; } .middle-container { text-align: center; } .skill-h { color: #66BFBF; } .skill-row { width: 50%; margin: 60px auto 100px auto; text-align: left; line-height: 2; } .skill-row-top-img { width: 25%; float:left; padding-right: 30px; } .skill-row-bottom-img { width: 25%; float: right; padding-left: 30px; } /* No need of this to use it making the page little akward for now .skill-row-top-para { clear: left; } .skill-row-bottom-para { clear: right; } */ .top-container { background-color: #EAF6F6; padding: 10px; text-align: center; padding-top: 140px; }
0.286568
0.053899
/* This is the bit that moves. It has 4 images, so 4 * 450 = 1800. You could use javascript to work this out instead by counting images. */ -webkit-transition:all 1.0s ease-in-out; -moz-transition:all 1.0s ease-in-out; -o-transition:all 1.0s ease-in-out; transition:all 1.0s ease-in-out; } body { -webkit-transition: all 1s ease-in 1s; -moz-transition: all 1s ease-in 1s; -ms-transition: all 1s ease-in 1s; -o-transition: all 1s ease-in 1s; transition: all 1s ease-in 1s; } body:hover { transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } .bgimg { width: 100%; height: 100%; background-repeat:no-repeat; color: #51ABF5; background-position: center; background-attachment:fixed; } .bgimg4 { width: 900px; height: 900px; } #blaf{ position:absolute; background-repeat: no-repeat; top:40px; margin-left:10px; height:2590px; width:2800px; background-image: url(../images/b1.jpg); } #slideshow { width: 900px; height: 900px; } .bgimg2 { background-image: url(../images/b1.jpg); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-repeat:no-repeat; color: #51ABF5; background-position: center; background-attachment:fixed; transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } div { transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } #testB body { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } #testA a { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } #testP p { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } @keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } }
css/trans0.css
/* This is the bit that moves. It has 4 images, so 4 * 450 = 1800. You could use javascript to work this out instead by counting images. */ -webkit-transition:all 1.0s ease-in-out; -moz-transition:all 1.0s ease-in-out; -o-transition:all 1.0s ease-in-out; transition:all 1.0s ease-in-out; } body { -webkit-transition: all 1s ease-in 1s; -moz-transition: all 1s ease-in 1s; -ms-transition: all 1s ease-in 1s; -o-transition: all 1s ease-in 1s; transition: all 1s ease-in 1s; } body:hover { transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } .bgimg { width: 100%; height: 100%; background-repeat:no-repeat; color: #51ABF5; background-position: center; background-attachment:fixed; } .bgimg4 { width: 900px; height: 900px; } #blaf{ position:absolute; background-repeat: no-repeat; top:40px; margin-left:10px; height:2590px; width:2800px; background-image: url(../images/b1.jpg); } #slideshow { width: 900px; height: 900px; } .bgimg2 { background-image: url(../images/b1.jpg); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-repeat:no-repeat; color: #51ABF5; background-position: center; background-attachment:fixed; transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } div { transition: width 2s; -moz-transition: width 2s; /* Firefox 4 */ -webkit-transition: width 2s; /* Safari and Chrome */ -o-transition: width 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } #testB body { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ transition: background 0.5s linear; transition:all 2.0s ease-in-out; -webkit-transition:all 2.0s ease-in-out; -moz-transition:all 2.0s ease-in-out; -o-transition:all 2.0s ease-in-out; opacity: 1.0; -moz-opacity: 1.0; -khtml-opacity: 1.0; filter: alpha(opacity=100); } #testA a { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } #testP p { animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } @keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } }
0.338296
0.071138
html,body{ height:100%; width: 100%; background: linear-gradient(#4a148c, #190335)no-repeat; background-color: #8a0787; background-size: cover; background-blend-mode: hard-light; font-family: 'Raleway', sans-serif; } .h100{ height: 100%; margin: 0 !important; } .sizeP{ width: 5% !important; } .sizeG{ width: 95% !important; } .lateralBar{ border-right: 1px solid #ff1262; background-position: left; min-height: 100% !important; background: #480686; background-size: cover; background-blend-mode: hard-light; position: fixed !important; } .changeHeight{ justify-content: center; height: 68px; } .center{ transform: translate(0,50%); } a{ color: #ff1262; } a:hover,a.active{ background-color: #ff1262; margin:0; color:#4a148c; } #nav-mobile a{ display: inline-block; color: #fff; } #nav-mobile a:hover,a:active{ margin:0; color:#fff; background-color: transparent; } #nav-mobile li { padding: 0 10px; display: inline-block; } .mt40{ margin-top:40px; } .p0{ padding:0 !important; } .pl0{ padding-left: 0 !important; } .ml40{ padding-left: 40px !important; } .workflow{ background: url(../img/bg_triangle.png)no-repeat; background-position: left; min-height: 100% !important; background-color: #601d77; background-blend-mode: overlay; background-size: cover; position: relative !important; float:right !important; } #header{ position: fixed; right: 0; } #middle>div{ height: 100vh; transform:translate(0,30%); } .Title{ font-weight: 700; margin-bottom:0; } .white-text{ color:#fff; } .pink-text{ color:#ff1262; } .subtitle{ font-size: 1.3em; font-weight: 300; } .justify{ text-align: justify; } .btn.cv{ text-transform:capitalize ; background-color: #ff1262; } .tooltipped:after{ content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent !important; }
css/style.css
html,body{ height:100%; width: 100%; background: linear-gradient(#4a148c, #190335)no-repeat; background-color: #8a0787; background-size: cover; background-blend-mode: hard-light; font-family: 'Raleway', sans-serif; } .h100{ height: 100%; margin: 0 !important; } .sizeP{ width: 5% !important; } .sizeG{ width: 95% !important; } .lateralBar{ border-right: 1px solid #ff1262; background-position: left; min-height: 100% !important; background: #480686; background-size: cover; background-blend-mode: hard-light; position: fixed !important; } .changeHeight{ justify-content: center; height: 68px; } .center{ transform: translate(0,50%); } a{ color: #ff1262; } a:hover,a.active{ background-color: #ff1262; margin:0; color:#4a148c; } #nav-mobile a{ display: inline-block; color: #fff; } #nav-mobile a:hover,a:active{ margin:0; color:#fff; background-color: transparent; } #nav-mobile li { padding: 0 10px; display: inline-block; } .mt40{ margin-top:40px; } .p0{ padding:0 !important; } .pl0{ padding-left: 0 !important; } .ml40{ padding-left: 40px !important; } .workflow{ background: url(../img/bg_triangle.png)no-repeat; background-position: left; min-height: 100% !important; background-color: #601d77; background-blend-mode: overlay; background-size: cover; position: relative !important; float:right !important; } #header{ position: fixed; right: 0; } #middle>div{ height: 100vh; transform:translate(0,30%); } .Title{ font-weight: 700; margin-bottom:0; } .white-text{ color:#fff; } .pink-text{ color:#ff1262; } .subtitle{ font-size: 1.3em; font-weight: 300; } .justify{ text-align: justify; } .btn.cv{ text-transform:capitalize ; background-color: #ff1262; } .tooltipped:after{ content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent !important; }
0.467089
0.065965
.resource{ padding: 0 30px; } .employees-wrapper h4{ position: relative; padding-left: 14px; color: #333; font-weight: normal; font-size: 18px; height: 20px; line-height: 20px; } .employees-wrapper h4::before{ content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #ef704d; } .employees-wrapper ul{ display: inline-block; padding: 30px 0; box-shadow: 5px 5px 10px #f5f5f6, -5px -5px 10px #f5f5f6; } .employees-wrapper ul li{ position: relative; display: inline-block; list-style: none; width: 128px; text-align: center; } .employees-wrapper ul li:after{ position: absolute; content: ""; top: 8px; right: 0; width: 1px; height: 40px; background: #e5e5e5; } .employees-wrapper ul li p{ margin: 0 0 10px; font-size: 14px; } .employees-wrapper ul li span{ font-size: 24px; font-weight: bold; } .employees-wrapper ul li span.blue{ color: #04a9ff; } .employees-wrapper ul li span.green{ color: #00d299; } .employees-wrapper ul li span.orange{ color: #ef704d; } .cur-employee, .pie{ display: inline-block; vertical-align: top; } .cur-employee{ margin-right: 50px; } .select-box { position: relative; margin-bottom: 20px; width: 260px; } .select-box ul li, .select-box span { box-sizing: border-box; padding: 0 10px; height: 40px; width: 260px; line-height: 40px; color: #333; border: 1px solid #efefef; background: #fff; list-style: none; cursor: pointer; } .select-box span { position: relative; display: inline-block; background-image: url(../images/arrow_down_gray.png); background-size: 10px 6px; background-position: right 10px center; background-repeat: no-repeat; } .select-box ul { box-sizing: border-box; padding: 0; margin-top: 0; display: none; position: absolute; z-index: 999; } .select-box ul li:hover, .select-box ul li.active { color: #00afff; } .select-wrapper{ margin: 42px 0 74px; } .select-item{ margin-right: 20px; display: inline-block; } .select-item:last-child{ margin-right: 0; } .select-item .select-box{ display: inline-block; } button{ display: inline-block; margin-right: 20px; height: 42px; width: 120px; text-align: center; line-height: 42px; color: #fff; border-radius: 5px; border: none; outline: none; font-size: 16px; cursor: pointer; } .btns button:last-child{ margin-right: 0; } button.blue{ background: #04a9ff; } button.gray{ background: #bfbfbf; }
loulilouwai/css/resource.css
.resource{ padding: 0 30px; } .employees-wrapper h4{ position: relative; padding-left: 14px; color: #333; font-weight: normal; font-size: 18px; height: 20px; line-height: 20px; } .employees-wrapper h4::before{ content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #ef704d; } .employees-wrapper ul{ display: inline-block; padding: 30px 0; box-shadow: 5px 5px 10px #f5f5f6, -5px -5px 10px #f5f5f6; } .employees-wrapper ul li{ position: relative; display: inline-block; list-style: none; width: 128px; text-align: center; } .employees-wrapper ul li:after{ position: absolute; content: ""; top: 8px; right: 0; width: 1px; height: 40px; background: #e5e5e5; } .employees-wrapper ul li p{ margin: 0 0 10px; font-size: 14px; } .employees-wrapper ul li span{ font-size: 24px; font-weight: bold; } .employees-wrapper ul li span.blue{ color: #04a9ff; } .employees-wrapper ul li span.green{ color: #00d299; } .employees-wrapper ul li span.orange{ color: #ef704d; } .cur-employee, .pie{ display: inline-block; vertical-align: top; } .cur-employee{ margin-right: 50px; } .select-box { position: relative; margin-bottom: 20px; width: 260px; } .select-box ul li, .select-box span { box-sizing: border-box; padding: 0 10px; height: 40px; width: 260px; line-height: 40px; color: #333; border: 1px solid #efefef; background: #fff; list-style: none; cursor: pointer; } .select-box span { position: relative; display: inline-block; background-image: url(../images/arrow_down_gray.png); background-size: 10px 6px; background-position: right 10px center; background-repeat: no-repeat; } .select-box ul { box-sizing: border-box; padding: 0; margin-top: 0; display: none; position: absolute; z-index: 999; } .select-box ul li:hover, .select-box ul li.active { color: #00afff; } .select-wrapper{ margin: 42px 0 74px; } .select-item{ margin-right: 20px; display: inline-block; } .select-item:last-child{ margin-right: 0; } .select-item .select-box{ display: inline-block; } button{ display: inline-block; margin-right: 20px; height: 42px; width: 120px; text-align: center; line-height: 42px; color: #fff; border-radius: 5px; border: none; outline: none; font-size: 16px; cursor: pointer; } .btns button:last-child{ margin-right: 0; } button.blue{ background: #04a9ff; } button.gray{ background: #bfbfbf; }
0.28877
0.092483
[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; margin-top: 1px; line-height: 14px; vertical-align: text-top; background-image: url("../images/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; } .icon-chevron-up { background-position: -288px -120px; } .icon-chevron-down { background-position: -313px -119px; } .bootstrap-timepicker-widget input { border: 1px solid #eee; } .icon-time { background-position: -48px -24px; } input[type="text"].timepicker { width: 60px!important; border-bottom: none!important; margin-left: 3px; } .bootstrap-timepicker { float: right; } html { height: 100%; } body { font-family: 'Lato', Arial, sans-serif; font-size: 1.4em; height: inherit; -webkit-font-smoothing: antialiased; } :focus { outline: none; } .pop { cursor: pointer; } .popover { max-width: 500px; width: 600px; } .light { font-weight: 300; } .loading { vertical-align: middle; display: inline-block; width: 32px; height: 32px; background: url("../images/preloader.gif") no-repeat center center; } .btn { background: #1d2027; color: #fff; } .btn:hover, .btn:focus { border: 1px solid #eee; color: #fff; } .btn-alt { background: #45c8dc; } .btn-alt:hover, .btn-alt:focus { background: #3fb4c6; } .cluster { background: #E55055; color: #fff; text-align: center; border-radius: 5px; font-weight: bold; padding: 5px 10px; border: 1px solid #b23a3e; } .cluster-3 { font-size: 1.5em; } .cluster-2 { font-size: 1.35em; } .cluster-1 { font-size: 1.2em; } .ui-sortable-placeholder { background: #fefefe!important; border: 1px dashed #888!important; visibility: visible!important; } /* Custom select */ label.custom-select { position: relative; display: inline-block; } .custom-select select { display: inline-block; padding: 5px 35px 5px 0; margin: 0; border: 0; border-bottom: 1px dashed #cacaca; font: inherit; outline: none; line-height: 1.2; width: 100%; -webkit-appearance: none; font-weight: normal; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: inherit; } .custom-select.disabled select { border-bottom: 0; } .custom-select.disabled:after { visibility: hidden; } /* Select arrow styling */ .custom-select:after { content: "▼"; position: absolute; top: 0; right: 0; bottom: 0; font-size: 80%; line-height: 30px; padding: 0 7px; background: #ff4f5c; color: white; pointer-events: none; } .no-pointer-events .custom-select:after { content: none; } /* Header */ #logo { font-weight: 300; color: #fff; font-size: 1.4em; padding: 20px; height: 70px; background: #3fb4c6; width: 100%; text-align: center; } #logo strong { font-weight: 700; } #logo a { color: #fff; } .top-bar { background: #45c8dc; border: none; height: 70px; padding: 17px 25px; z-index: 1000; } .top-bar h1 { font-size: 1em; font-weight: 700; color: #fff; text-transform: uppercase; float: left; margin: 10px 0 0; } .top-bar .main-search { float: right; margin: 6px 25px 0 0; position: relative; } .top-bar .main-search input { background: #333; opacity: 0.6; color: #fff; border: none; border-radius: 5px; padding: 4px 10px 4px 35px; } .top-bar .main-search input:focus { opacity: 0.9; } .top-bar .main-search .glyphicon-search { position: absolute; color: #fff; left: 10px; top: 6px; cursor: pointer; } .top-bar .secondary-menu { float: right; margin: 10px 42px 0 0; border-left: 1px solid #666; } .top-bar .secondary-menu a { background: none; border: none; color: #333; opacity: 0.6; font-size: 1.1em; margin-left: 20px; } .top-bar .secondary-menu a:hover { text-decoration: none; color: #111; opacity: 1; } .top-bar .spinner { width: 40px; height: 20px; position: absolute; top: 25px; right: 25px; text-align: center; font-size: 10px; } .top-bar .spinner > div { height: 100%; width: 3px; display: inline-block; background: #fff; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; } .top-bar .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .top-bar .spinner .rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; } .top-bar .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .top-bar .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); } } @keyframes stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1); -webkit-transform: scaleY(1); } } /* Main */ .main-container { height: inherit; } .main-container .main-row { height: inherit; } .main-container .main-row .main { overflow: hidden; padding: 0; height: inherit; } .main-container .main-row .main .view-frame { height: inherit; } .main-container .main-row .main .view-frame .controller { height: inherit; } .main-container .main-row .main .list { height: inherit; padding: 0; background: #9fabb0; } .main-container .main-row .main ul.item-list { overflow-x: hidden; overflow-y: auto; height: 90%; height: calc(100% - 187px); z-index: 100; list-style: none; padding: 0; margin: 0; border-right: 1px solid #eee; } .main-container .main-row .main ul.item-list > li { border-top: 1px solid #dcdedd; cursor: pointer; background: #f8f8f8; color: #666; overflow: hidden; } .main-container .main-row .main ul.item-list > li .badge { background: #45c8dc; color: #fff; cursor: pointer; } .main-container .main-row .main ul.item-list > li.active { background: #bf3b45; } .main-container .main-row .main ul.item-list > li.active > .labels { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li.active > .labels .itemName { font-weight: 700; } .main-container .main-row .main ul.item-list > li.active > .labels .itemDescription { color: #eee; } .main-container .main-row .main ul.item-list > li.active > .labels:hover { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li.active > .labels .badge { background: #fff; color: #666666; } .main-container .main-row .main ul.item-list > li > .controls { float: left; width: 35px; padding: 17px 0; text-align: center; } .main-container .main-row .main ul.item-list > li > .labels { float: left; padding: 18px 10px 16px; width: calc(100% - 35px); } .main-container .main-row .main ul.item-list > li > .labels.full { width: 100%; } .main-container .main-row .main ul.item-list > li > .labels:hover { background: #d6d6d6; } .main-container .main-row .main ul.item-list > li > .labels .itemDescription { font-size: 0.8em; color: #aaa; float: left; clear: left; } .main-container .main-row .main ul.item-list > li ul.sublist { clear: left; list-style: none; background: #fff; padding: 0; margin: 0; } .main-container .main-row .main ul.item-list > li ul.sublist li { margin: 0; border-left: 5px solid #3fb4c6; overflow: hidden; padding: 5px; } .main-container .main-row .main ul.item-list > li ul.sublist li:nth-child(2n) { background: #f1f1f1; } .main-container .main-row .main ul.item-list > li ul.sublist li .controls { float: left; width: 25px; text-align: center; padding: 3px 0; } .main-container .main-row .main ul.item-list > li ul.sublist li .labels { float: left; width: calc(100% - 25px); padding: 5px 0; font-size: 0.9em; } .main-container .main-row .main ul.item-list > li ul.sublist li:hover { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li ul.sublist li.active { background: #45c8dc; color: #fff; } .main-container .main-row .main .item-panel { overflow-x: hidden; overflow-y: auto; padding: 30px 20px; background: #fbfbfb; height: 90%; height: calc(100% - 70px); } .main-container .main-row .main .item-panel.trips { padding: 0; } .main-container .main-row .main .item-panel.idle { background: #fbfbfb url("../images/notepad.png") no-repeat center center; } .main-container .main-row .main .item-panel .actions { float: right; margin-right: 30px; } .main-container .main-row .main .item-panel .actions .tip { cursor: pointer; color: #686d77; font-weight: 700; font-size: 1.2em; margin-left: 5px; } .main-container .main-row .main .item-panel .actions .glyphicon-trash:hover, .main-container .main-row .main .item-panel .actions .glyphicon-remove:hover { color: #ff4f5c; } .main-container .main-row .main .item-panel .actions .glyphicon-tags:hover { color: #3fb4c6; } .main-container .main-row .main .item-panel .actions .glyphicon-pencil:hover, .main-container .main-row .main .item-panel .actions .glyphicon-ok:hover { color: #3fb4c6; } .main-container .main-row .main .item-panel input[type=text] { width: 80%; background: none; border: none; border-bottom: 1px dashed #cacaca; } .main-container .main-row .main .item-panel input[type=text]:disabled { border: none; border-bottom: 1px solid #fbfbfb; } .main-container .main-row .main .item-panel input[type=text].datepicker { width: 100%; } .main-container .main-row .main .item-panel .title { font-weight: 700; font-size: 1.6em; padding: 0; margin: 0; color: #686d77; } .main-container .main-row .main .item-panel .item-details { margin: 20px 0; font-size: 1em; color: #777; } .main-container .main-row .main .item-panel .item-details .item-group { margin-bottom: 15px; } .main-container .main-row .main .item-panel .item-details .item-group .title { text-transform: uppercase; font-size: 0.8em; color: #fff; background: #3fb4c6; display: inline-block; padding: 2px 5px; float: left; margin-bottom: 10px; } .main-container .main-row .main .item-panel .item-details .item { overflow: hidden; clear: left; margin: 4px 0 4px 10px; } .main-container .main-row .main .item-panel .item-details .item .key { float: left; margin-right: 10px; min-width: 120px; } .main-container .main-row .main .item-panel .item-details .item .value { float: left; width: calc(100% - 130px); margin-bottom: 0; } .main-container .main-row .main .item-panel .item-details .stop_times { margin: 0; padding: 0; } .main-container .main-row .main .item-panel .item-details .stop_times .addnew { padding: 10px; background: #f0f0f0; cursor: pointer; overflow: hidden; margin-bottom: 10px; } .main-container .main-row .main .item-panel .item-details .stop_times .addnew:hover { background: #3fb4c6; color: #fff; } .main-container .main-row .main .item-panel .item-details .stop_times ul { list-style: none; padding: 0; margin: 10px 0; } .main-container .main-row .main .item-panel .item-details .stop_times ul li { padding: 10px; background: #f0f0f0; overflow: hidden; margin-bottom: 10px; -webkit-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); -moz-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); } .main-container .main-row .main .item-panel .item-details .stop_times ul li:hover { -webkit-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); -moz-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left { float: left; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .seq { float: left; background: #45c8dc; padding: 5px 8px; color: #fff; font-weight: bold; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .name { float: left; margin-left: 15px; font-weight: bold; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .id { float: left; clear: left; font-weight: 300; margin-left: 15px; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right { float: right; text-align: right; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right th { text-align: right; color: #444; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right td { width: 80px; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right td input { text-align: center; width: 100%; } .main-container .main-row .main .item-panel .item-details .stop_times .activeSortable { cursor: move; } .main-container .main-row .main .item-panel .item-details .subcat-actions { float: left; margin-left: 10px; } .main-container .main-row .main .item-panel .item-details .subcat-actions .action { color: #333; cursor: pointer; margin-right: 5px; } .main-container .main-row .main .item-panel .item-details .subcat-actions .action:hover { color: #45c8dc; } .main-container .main-row .main .item-panel .item-details .map { height: 400px; margin: 10px 0; width: 100%; max-width: none; clear: left; border: 5px solid #aaa; } .results-actions { width: 100%; background: #262a33; overflow: hidden; } .results-actions .sorting { padding: 10px 0 10px 10px; float: left; } .results-actions .item-buttons { padding: 10px 10px 10px 0; float: right; } .results-actions #toggle-map { background: #eee; } .results-actions #results-map { height: 300px; width: 100%; } .search { padding: 15px 20px; background: #fbfbfb; box-shadow: 0px 11px 15px -11px #cccccc; z-index: 300; position: relative; border-right: 1px solid #eee; } .search .glyphicon-search { color: #aaa; font-size: 1.5em; margin-top: 5px; float: left; } .search .glyphicon-remove { right: 20px; color: #666; cursor: pointer; display: hidden; } .search input { font-family: Arial, sans-serif; border: none; background: none; border-bottom: 1px solid #bac0cc; padding: 6px 0; margin-left: 12px; width: calc(100% - 53px); } /* Trips page */ .trips .trip_action_bar { background: #262a33; padding: 10px; height: 54px; width: 100%; text-align: right; } .trips .trip_detail { padding: 30px 20px; } .trips .trips_in_route_list.drop ul { text-align: center; height: calc(100% - 54px); overflow: scroll; border-bottom: 10px solid #1d2027; border-top: none; position: absolute; right: 0; min-width: 300px; visibility: hidden; opacity: 0; transition: opacity 0.1s ease-in-out; } .trips .trips_in_route_list.drop ul.active { visibility: visible; opacity: 1; z-index: 1000; transition: opacity 0.1s ease-in-out; } .trips .trips_in_route_list.drop ul li { display: block; padding: 10px; text-align: left; margin: 0; } .trips .trips_in_route_list ul { list-style: none; margin: 0; padding: 0; background: #262a33; text-align: center; } .trips .trips_in_route_list ul li { padding: 8px 8px; background: #1d2027; display: inline-block; cursor: pointer; color: #fff; margin: 6px 2px; } .trips .trips_in_route_list ul li:hover { background: #ff4f5c; color: #fff; } /* Animations */ @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } /* Sidebar */ .sidebar { padding: 0; background-color: #262a33; height: inherit; } .nav-sidebar { padding: 0 0 15px; margin: 0; } .nav-sidebar:last-child { border: 0; } .nav-sidebar li { background: #1d2027; } .nav-sidebar li > a { color: #7e8490; font-size: 0.85em; font-weight: bold; padding: 13px 25px; text-transform: uppercase; } .nav-sidebar li > a:hover { background: #262a33; color: #fff; } .nav-sidebar li.active a { color: #fff; background: #262a33; border-left: 3px solid #3fb4c6; } /* Footer */ /* Pages */ /* Import */ .upload { margin: 30px 2px; } input.import_choose { margin-bottom: 20px; } .my-drop-zone { border: dotted 3px lightgray; } .ng-file-over { border: dotted 3px green; } /* Default class applied to drop zones on over */ .another-file-over-class { border: dotted 3px green; } /* DASHBOARD */ .dashboard { padding: 30px; } .dashboard .panel h4 { font-weight: 700; } .dashboard .panel.bg-primary { background-color: #43a8eb; color: #fff; } .dashboard .panel.bg-red { background-color: #ff4f5c; color: #fff; }
public/stylesheets/style.css
[class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; margin-top: 1px; line-height: 14px; vertical-align: text-top; background-image: url("../images/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; } .icon-chevron-up { background-position: -288px -120px; } .icon-chevron-down { background-position: -313px -119px; } .bootstrap-timepicker-widget input { border: 1px solid #eee; } .icon-time { background-position: -48px -24px; } input[type="text"].timepicker { width: 60px!important; border-bottom: none!important; margin-left: 3px; } .bootstrap-timepicker { float: right; } html { height: 100%; } body { font-family: 'Lato', Arial, sans-serif; font-size: 1.4em; height: inherit; -webkit-font-smoothing: antialiased; } :focus { outline: none; } .pop { cursor: pointer; } .popover { max-width: 500px; width: 600px; } .light { font-weight: 300; } .loading { vertical-align: middle; display: inline-block; width: 32px; height: 32px; background: url("../images/preloader.gif") no-repeat center center; } .btn { background: #1d2027; color: #fff; } .btn:hover, .btn:focus { border: 1px solid #eee; color: #fff; } .btn-alt { background: #45c8dc; } .btn-alt:hover, .btn-alt:focus { background: #3fb4c6; } .cluster { background: #E55055; color: #fff; text-align: center; border-radius: 5px; font-weight: bold; padding: 5px 10px; border: 1px solid #b23a3e; } .cluster-3 { font-size: 1.5em; } .cluster-2 { font-size: 1.35em; } .cluster-1 { font-size: 1.2em; } .ui-sortable-placeholder { background: #fefefe!important; border: 1px dashed #888!important; visibility: visible!important; } /* Custom select */ label.custom-select { position: relative; display: inline-block; } .custom-select select { display: inline-block; padding: 5px 35px 5px 0; margin: 0; border: 0; border-bottom: 1px dashed #cacaca; font: inherit; outline: none; line-height: 1.2; width: 100%; -webkit-appearance: none; font-weight: normal; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: inherit; } .custom-select.disabled select { border-bottom: 0; } .custom-select.disabled:after { visibility: hidden; } /* Select arrow styling */ .custom-select:after { content: "▼"; position: absolute; top: 0; right: 0; bottom: 0; font-size: 80%; line-height: 30px; padding: 0 7px; background: #ff4f5c; color: white; pointer-events: none; } .no-pointer-events .custom-select:after { content: none; } /* Header */ #logo { font-weight: 300; color: #fff; font-size: 1.4em; padding: 20px; height: 70px; background: #3fb4c6; width: 100%; text-align: center; } #logo strong { font-weight: 700; } #logo a { color: #fff; } .top-bar { background: #45c8dc; border: none; height: 70px; padding: 17px 25px; z-index: 1000; } .top-bar h1 { font-size: 1em; font-weight: 700; color: #fff; text-transform: uppercase; float: left; margin: 10px 0 0; } .top-bar .main-search { float: right; margin: 6px 25px 0 0; position: relative; } .top-bar .main-search input { background: #333; opacity: 0.6; color: #fff; border: none; border-radius: 5px; padding: 4px 10px 4px 35px; } .top-bar .main-search input:focus { opacity: 0.9; } .top-bar .main-search .glyphicon-search { position: absolute; color: #fff; left: 10px; top: 6px; cursor: pointer; } .top-bar .secondary-menu { float: right; margin: 10px 42px 0 0; border-left: 1px solid #666; } .top-bar .secondary-menu a { background: none; border: none; color: #333; opacity: 0.6; font-size: 1.1em; margin-left: 20px; } .top-bar .secondary-menu a:hover { text-decoration: none; color: #111; opacity: 1; } .top-bar .spinner { width: 40px; height: 20px; position: absolute; top: 25px; right: 25px; text-align: center; font-size: 10px; } .top-bar .spinner > div { height: 100%; width: 3px; display: inline-block; background: #fff; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; } .top-bar .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .top-bar .spinner .rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; } .top-bar .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .top-bar .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1); } } @keyframes stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1); -webkit-transform: scaleY(1); } } /* Main */ .main-container { height: inherit; } .main-container .main-row { height: inherit; } .main-container .main-row .main { overflow: hidden; padding: 0; height: inherit; } .main-container .main-row .main .view-frame { height: inherit; } .main-container .main-row .main .view-frame .controller { height: inherit; } .main-container .main-row .main .list { height: inherit; padding: 0; background: #9fabb0; } .main-container .main-row .main ul.item-list { overflow-x: hidden; overflow-y: auto; height: 90%; height: calc(100% - 187px); z-index: 100; list-style: none; padding: 0; margin: 0; border-right: 1px solid #eee; } .main-container .main-row .main ul.item-list > li { border-top: 1px solid #dcdedd; cursor: pointer; background: #f8f8f8; color: #666; overflow: hidden; } .main-container .main-row .main ul.item-list > li .badge { background: #45c8dc; color: #fff; cursor: pointer; } .main-container .main-row .main ul.item-list > li.active { background: #bf3b45; } .main-container .main-row .main ul.item-list > li.active > .labels { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li.active > .labels .itemName { font-weight: 700; } .main-container .main-row .main ul.item-list > li.active > .labels .itemDescription { color: #eee; } .main-container .main-row .main ul.item-list > li.active > .labels:hover { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li.active > .labels .badge { background: #fff; color: #666666; } .main-container .main-row .main ul.item-list > li > .controls { float: left; width: 35px; padding: 17px 0; text-align: center; } .main-container .main-row .main ul.item-list > li > .labels { float: left; padding: 18px 10px 16px; width: calc(100% - 35px); } .main-container .main-row .main ul.item-list > li > .labels.full { width: 100%; } .main-container .main-row .main ul.item-list > li > .labels:hover { background: #d6d6d6; } .main-container .main-row .main ul.item-list > li > .labels .itemDescription { font-size: 0.8em; color: #aaa; float: left; clear: left; } .main-container .main-row .main ul.item-list > li ul.sublist { clear: left; list-style: none; background: #fff; padding: 0; margin: 0; } .main-container .main-row .main ul.item-list > li ul.sublist li { margin: 0; border-left: 5px solid #3fb4c6; overflow: hidden; padding: 5px; } .main-container .main-row .main ul.item-list > li ul.sublist li:nth-child(2n) { background: #f1f1f1; } .main-container .main-row .main ul.item-list > li ul.sublist li .controls { float: left; width: 25px; text-align: center; padding: 3px 0; } .main-container .main-row .main ul.item-list > li ul.sublist li .labels { float: left; width: calc(100% - 25px); padding: 5px 0; font-size: 0.9em; } .main-container .main-row .main ul.item-list > li ul.sublist li:hover { background: #ff4f5c; color: #fff; } .main-container .main-row .main ul.item-list > li ul.sublist li.active { background: #45c8dc; color: #fff; } .main-container .main-row .main .item-panel { overflow-x: hidden; overflow-y: auto; padding: 30px 20px; background: #fbfbfb; height: 90%; height: calc(100% - 70px); } .main-container .main-row .main .item-panel.trips { padding: 0; } .main-container .main-row .main .item-panel.idle { background: #fbfbfb url("../images/notepad.png") no-repeat center center; } .main-container .main-row .main .item-panel .actions { float: right; margin-right: 30px; } .main-container .main-row .main .item-panel .actions .tip { cursor: pointer; color: #686d77; font-weight: 700; font-size: 1.2em; margin-left: 5px; } .main-container .main-row .main .item-panel .actions .glyphicon-trash:hover, .main-container .main-row .main .item-panel .actions .glyphicon-remove:hover { color: #ff4f5c; } .main-container .main-row .main .item-panel .actions .glyphicon-tags:hover { color: #3fb4c6; } .main-container .main-row .main .item-panel .actions .glyphicon-pencil:hover, .main-container .main-row .main .item-panel .actions .glyphicon-ok:hover { color: #3fb4c6; } .main-container .main-row .main .item-panel input[type=text] { width: 80%; background: none; border: none; border-bottom: 1px dashed #cacaca; } .main-container .main-row .main .item-panel input[type=text]:disabled { border: none; border-bottom: 1px solid #fbfbfb; } .main-container .main-row .main .item-panel input[type=text].datepicker { width: 100%; } .main-container .main-row .main .item-panel .title { font-weight: 700; font-size: 1.6em; padding: 0; margin: 0; color: #686d77; } .main-container .main-row .main .item-panel .item-details { margin: 20px 0; font-size: 1em; color: #777; } .main-container .main-row .main .item-panel .item-details .item-group { margin-bottom: 15px; } .main-container .main-row .main .item-panel .item-details .item-group .title { text-transform: uppercase; font-size: 0.8em; color: #fff; background: #3fb4c6; display: inline-block; padding: 2px 5px; float: left; margin-bottom: 10px; } .main-container .main-row .main .item-panel .item-details .item { overflow: hidden; clear: left; margin: 4px 0 4px 10px; } .main-container .main-row .main .item-panel .item-details .item .key { float: left; margin-right: 10px; min-width: 120px; } .main-container .main-row .main .item-panel .item-details .item .value { float: left; width: calc(100% - 130px); margin-bottom: 0; } .main-container .main-row .main .item-panel .item-details .stop_times { margin: 0; padding: 0; } .main-container .main-row .main .item-panel .item-details .stop_times .addnew { padding: 10px; background: #f0f0f0; cursor: pointer; overflow: hidden; margin-bottom: 10px; } .main-container .main-row .main .item-panel .item-details .stop_times .addnew:hover { background: #3fb4c6; color: #fff; } .main-container .main-row .main .item-panel .item-details .stop_times ul { list-style: none; padding: 0; margin: 10px 0; } .main-container .main-row .main .item-panel .item-details .stop_times ul li { padding: 10px; background: #f0f0f0; overflow: hidden; margin-bottom: 10px; -webkit-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); -moz-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.1); } .main-container .main-row .main .item-panel .item-details .stop_times ul li:hover { -webkit-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); -moz-box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); box-shadow: inset 0px 0px 38px 1px rgba(143, 143, 143, 0.4); } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left { float: left; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .seq { float: left; background: #45c8dc; padding: 5px 8px; color: #fff; font-weight: bold; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .name { float: left; margin-left: 15px; font-weight: bold; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .left .id { float: left; clear: left; font-weight: 300; margin-left: 15px; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right { float: right; text-align: right; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right th { text-align: right; color: #444; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right td { width: 80px; } .main-container .main-row .main .item-panel .item-details .stop_times ul li .right td input { text-align: center; width: 100%; } .main-container .main-row .main .item-panel .item-details .stop_times .activeSortable { cursor: move; } .main-container .main-row .main .item-panel .item-details .subcat-actions { float: left; margin-left: 10px; } .main-container .main-row .main .item-panel .item-details .subcat-actions .action { color: #333; cursor: pointer; margin-right: 5px; } .main-container .main-row .main .item-panel .item-details .subcat-actions .action:hover { color: #45c8dc; } .main-container .main-row .main .item-panel .item-details .map { height: 400px; margin: 10px 0; width: 100%; max-width: none; clear: left; border: 5px solid #aaa; } .results-actions { width: 100%; background: #262a33; overflow: hidden; } .results-actions .sorting { padding: 10px 0 10px 10px; float: left; } .results-actions .item-buttons { padding: 10px 10px 10px 0; float: right; } .results-actions #toggle-map { background: #eee; } .results-actions #results-map { height: 300px; width: 100%; } .search { padding: 15px 20px; background: #fbfbfb; box-shadow: 0px 11px 15px -11px #cccccc; z-index: 300; position: relative; border-right: 1px solid #eee; } .search .glyphicon-search { color: #aaa; font-size: 1.5em; margin-top: 5px; float: left; } .search .glyphicon-remove { right: 20px; color: #666; cursor: pointer; display: hidden; } .search input { font-family: Arial, sans-serif; border: none; background: none; border-bottom: 1px solid #bac0cc; padding: 6px 0; margin-left: 12px; width: calc(100% - 53px); } /* Trips page */ .trips .trip_action_bar { background: #262a33; padding: 10px; height: 54px; width: 100%; text-align: right; } .trips .trip_detail { padding: 30px 20px; } .trips .trips_in_route_list.drop ul { text-align: center; height: calc(100% - 54px); overflow: scroll; border-bottom: 10px solid #1d2027; border-top: none; position: absolute; right: 0; min-width: 300px; visibility: hidden; opacity: 0; transition: opacity 0.1s ease-in-out; } .trips .trips_in_route_list.drop ul.active { visibility: visible; opacity: 1; z-index: 1000; transition: opacity 0.1s ease-in-out; } .trips .trips_in_route_list.drop ul li { display: block; padding: 10px; text-align: left; margin: 0; } .trips .trips_in_route_list ul { list-style: none; margin: 0; padding: 0; background: #262a33; text-align: center; } .trips .trips_in_route_list ul li { padding: 8px 8px; background: #1d2027; display: inline-block; cursor: pointer; color: #fff; margin: 6px 2px; } .trips .trips_in_route_list ul li:hover { background: #ff4f5c; color: #fff; } /* Animations */ @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } /* Sidebar */ .sidebar { padding: 0; background-color: #262a33; height: inherit; } .nav-sidebar { padding: 0 0 15px; margin: 0; } .nav-sidebar:last-child { border: 0; } .nav-sidebar li { background: #1d2027; } .nav-sidebar li > a { color: #7e8490; font-size: 0.85em; font-weight: bold; padding: 13px 25px; text-transform: uppercase; } .nav-sidebar li > a:hover { background: #262a33; color: #fff; } .nav-sidebar li.active a { color: #fff; background: #262a33; border-left: 3px solid #3fb4c6; } /* Footer */ /* Pages */ /* Import */ .upload { margin: 30px 2px; } input.import_choose { margin-bottom: 20px; } .my-drop-zone { border: dotted 3px lightgray; } .ng-file-over { border: dotted 3px green; } /* Default class applied to drop zones on over */ .another-file-over-class { border: dotted 3px green; } /* DASHBOARD */ .dashboard { padding: 30px; } .dashboard .panel h4 { font-weight: 700; } .dashboard .panel.bg-primary { background-color: #43a8eb; color: #fff; } .dashboard .panel.bg-red { background-color: #ff4f5c; color: #fff; }
0.30013
0.082254
@import url('global.css'); body{ background-color: #FAFAFC; background-repeat: no-repeat; background-size: 100%; } #modal-container{ height:100vh; display:flex; justify-content:center; align-items: center; } #modal-container .form-container{ border-radius:.8rem; display:flex; padding:40px; flex-direction:column; justify-content: center; align-items: center; max-width:900px; text-align: center; background:#fff; cursor: pointer; transition: 400ms; } #modal-container .form-container:hover{ box-shadow: 0 0 2em rgba(67,97,238, 0.3); } #modal-container .form-container .location-icon{ float:left; width:10%; } .form-container .location-icon svg{ margin-top:5px; margin-left:8px; height:20px; width:20px; } #modal-container .form-container > div{ margin-bottom:19px; } #modal-container .form-container img{ width:40.18px; height:50px; } #modal-container .form-container h2{ color: rgba(67, 97, 238, 1); width:350px; } #modal-container .form-container form{ margin-top:1.5rem; width:300px; } #modal-container .form-container .input-field{ border: 2px solid rgba(67, 97, 238, 1); margin-bottom:1.5rem; border-radius:5px; } #modal-container .form-container .input-field button{ background:rgba(67, 97, 238, 0.2); height:100%; width:10%; } #modal-container .form-container .input-field button img{ width:20px; height:100%; margin-top:5px; margin-left:8px; } #modal-container .form-container .input-field input[type="search"]{ background: rgba(67, 97, 238, 0.2); border:none; float:right; width:90%; font-size:15px; padding:6px 15px; outline:0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #modal-container .form-container input[type="submit"]{ padding:8px 15px; outline:0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; text-align: center; width:90%; font-size:16px; } .form-container .input-field input::placeholder{ color:rgba(0,0,0,0.4); font-size:15px; } .form-container .submit-block{ margin-bottom:1rem; background: rgba(78, 186, 181, 1); } .form-container .submit-block input[type="submit"]{ cursor:pointer; border:0; background: rgba(78, 186, 181, 1); color:#fff; width:100%; border-radius:5px; } .form-container .submit-block{ border-radius:5px; } .form-container .alternative-class{ width:300px; display:flex; flex-direction: column; justify-content: center; align-items: center; margin-top:20px; } .form-container .alternative-class p:nth-child(1){ color:#808080; font-size:14px; } .form-container .alternative-class p:nth-child(2){ margin:5px 0; color:#c3c3c3; font-size:12px; } .form-container .alternative-class h4{ margin-bottom:15px; color:#006ce5; float: left; }
PI3Konex_Rapina/src/main/webapp/CSS/modalBusca.css
@import url('global.css'); body{ background-color: #FAFAFC; background-repeat: no-repeat; background-size: 100%; } #modal-container{ height:100vh; display:flex; justify-content:center; align-items: center; } #modal-container .form-container{ border-radius:.8rem; display:flex; padding:40px; flex-direction:column; justify-content: center; align-items: center; max-width:900px; text-align: center; background:#fff; cursor: pointer; transition: 400ms; } #modal-container .form-container:hover{ box-shadow: 0 0 2em rgba(67,97,238, 0.3); } #modal-container .form-container .location-icon{ float:left; width:10%; } .form-container .location-icon svg{ margin-top:5px; margin-left:8px; height:20px; width:20px; } #modal-container .form-container > div{ margin-bottom:19px; } #modal-container .form-container img{ width:40.18px; height:50px; } #modal-container .form-container h2{ color: rgba(67, 97, 238, 1); width:350px; } #modal-container .form-container form{ margin-top:1.5rem; width:300px; } #modal-container .form-container .input-field{ border: 2px solid rgba(67, 97, 238, 1); margin-bottom:1.5rem; border-radius:5px; } #modal-container .form-container .input-field button{ background:rgba(67, 97, 238, 0.2); height:100%; width:10%; } #modal-container .form-container .input-field button img{ width:20px; height:100%; margin-top:5px; margin-left:8px; } #modal-container .form-container .input-field input[type="search"]{ background: rgba(67, 97, 238, 0.2); border:none; float:right; width:90%; font-size:15px; padding:6px 15px; outline:0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } #modal-container .form-container input[type="submit"]{ padding:8px 15px; outline:0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; text-align: center; width:90%; font-size:16px; } .form-container .input-field input::placeholder{ color:rgba(0,0,0,0.4); font-size:15px; } .form-container .submit-block{ margin-bottom:1rem; background: rgba(78, 186, 181, 1); } .form-container .submit-block input[type="submit"]{ cursor:pointer; border:0; background: rgba(78, 186, 181, 1); color:#fff; width:100%; border-radius:5px; } .form-container .submit-block{ border-radius:5px; } .form-container .alternative-class{ width:300px; display:flex; flex-direction: column; justify-content: center; align-items: center; margin-top:20px; } .form-container .alternative-class p:nth-child(1){ color:#808080; font-size:14px; } .form-container .alternative-class p:nth-child(2){ margin:5px 0; color:#c3c3c3; font-size:12px; } .form-container .alternative-class h4{ margin-bottom:15px; color:#006ce5; float: left; }
0.297572
0.04778
body{font-family:Lato} h1,h2,h3,h5,h6{color: #2c3e50; font-weight:700;font-family:Montserrat;} h4{color: #E3E2E1; font-weight:700;font-family:Montserrat;} hr.star-dark,hr.star-light{max-width:15rem;padding:0;text-align:center;border:none;border-top:solid .25rem;margin-top:2.5rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto} hr.star-dark:after,hr.star-light:after{position:relative;top:-.8em;display:inline-block;padding:0 .25em;content:'\f005';font-family:"Font Awesome 5 Free";font-weight:900;font-size:2em} hr.star-light{border-color:#2c3e50} hr.star-light:after{color:#2c3e50;background-color:#E3E2E1} hr.star-dark{border-color:#2c3e50} hr.star-dark:after{color:#2c3e50;background-color:#2c3e50} section{padding:6rem 0} section h2{font-size:2.25rem;line-height:2rem} #about{ margin:0; padding:1.75rem; } @media (min-width:992px){section h2{font-size:3rem;line-height:2.5rem}} .btn-xl{padding:1rem 1.75rem;font-size:1.25rem} .btn-social{width:3.25rem;height:3.25rem;font-size:1.25rem;line-height:2rem} .scroll-to-top{z-index:1042;right:1rem;bottom:1rem;display:none} .scroll-to-top a{width:3.5rem;height:3.5rem;background-color:rgba(33,37,41,.5);line-height:3.1rem} #mainNav{padding-top:1rem;padding-bottom:1rem;font-weight:700;font-family:Montserrat} #mainNav .navbar-brand{color:#2c3e50} #mainNav .navbar-nav{margin-top:1rem;letter-spacing:.0625rem} #mainNav .navbar-nav li.nav-item a.nav-link{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link:hover{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link:active,#mainNav .navbar-nav li.nav-item a.nav-link:focus{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link.active{color:#2c3e50} #mainNav .navbar-toggler{font-size:80%;padding:.8rem;background:#2c3e50} @media (min-width:992px){#mainNav{padding-top:1.5rem;padding-bottom:1.5rem;-webkit-transition:padding-top .3s,padding-bottom .3s;transition:padding-top .3s,padding-bottom .3s} #mainNav .navbar-brand{font-size:2em;-webkit-transition:font-size .3s;transition:font-size .3s} #mainNav .navbar-nav{margin-top:0}#mainNav .navbar-nav>li.nav-item>a.nav-link.active{color:#fff;background:#2c3e50} #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,#mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover{color:#fff;background:#E3E2E1} #mainNav.navbar-shrink{padding-top:.5rem;padding-bottom:.5rem} #mainNav.navbar-shrink .navbar-brand{font-size:1.5em}} header.masthead { padding-top: calc(6rem + 72px); padding-bottom: 6rem; } header.masthead h1 { font-size: 3rem; line-height: 3rem; } header.masthead h2 { font-size: 1.3rem; font-family: 'Lato'; } .footer{padding-top:5rem;padding-bottom:5rem;background-color:#2c3e50;color:#fff} .copyright{background-color:#1a252f} a{color:#18bc9c} a:active,a:focus,a:hover{color:#128f76} .btn{border-width:2px} .bg-primary{background-color:#E3E2E1!important} .bg-secondary{background-color:#2c3e50!important} .text-primary{color:#2c3e50!important} .text-secondary{color:#2c3e50!important} .btn-primary{background-color:#2c3e50;border-color:#2c3e50} .btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#128f76;border-color:#128f76} .btn-secondary{background-color:#2c3e50;border-color:#2c3e50} .btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background-color:#1a252f;border-color:#1a252f}
css/freelancer.min.css
body{font-family:Lato} h1,h2,h3,h5,h6{color: #2c3e50; font-weight:700;font-family:Montserrat;} h4{color: #E3E2E1; font-weight:700;font-family:Montserrat;} hr.star-dark,hr.star-light{max-width:15rem;padding:0;text-align:center;border:none;border-top:solid .25rem;margin-top:2.5rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto} hr.star-dark:after,hr.star-light:after{position:relative;top:-.8em;display:inline-block;padding:0 .25em;content:'\f005';font-family:"Font Awesome 5 Free";font-weight:900;font-size:2em} hr.star-light{border-color:#2c3e50} hr.star-light:after{color:#2c3e50;background-color:#E3E2E1} hr.star-dark{border-color:#2c3e50} hr.star-dark:after{color:#2c3e50;background-color:#2c3e50} section{padding:6rem 0} section h2{font-size:2.25rem;line-height:2rem} #about{ margin:0; padding:1.75rem; } @media (min-width:992px){section h2{font-size:3rem;line-height:2.5rem}} .btn-xl{padding:1rem 1.75rem;font-size:1.25rem} .btn-social{width:3.25rem;height:3.25rem;font-size:1.25rem;line-height:2rem} .scroll-to-top{z-index:1042;right:1rem;bottom:1rem;display:none} .scroll-to-top a{width:3.5rem;height:3.5rem;background-color:rgba(33,37,41,.5);line-height:3.1rem} #mainNav{padding-top:1rem;padding-bottom:1rem;font-weight:700;font-family:Montserrat} #mainNav .navbar-brand{color:#2c3e50} #mainNav .navbar-nav{margin-top:1rem;letter-spacing:.0625rem} #mainNav .navbar-nav li.nav-item a.nav-link{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link:hover{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link:active,#mainNav .navbar-nav li.nav-item a.nav-link:focus{color:#fff} #mainNav .navbar-nav li.nav-item a.nav-link.active{color:#2c3e50} #mainNav .navbar-toggler{font-size:80%;padding:.8rem;background:#2c3e50} @media (min-width:992px){#mainNav{padding-top:1.5rem;padding-bottom:1.5rem;-webkit-transition:padding-top .3s,padding-bottom .3s;transition:padding-top .3s,padding-bottom .3s} #mainNav .navbar-brand{font-size:2em;-webkit-transition:font-size .3s;transition:font-size .3s} #mainNav .navbar-nav{margin-top:0}#mainNav .navbar-nav>li.nav-item>a.nav-link.active{color:#fff;background:#2c3e50} #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,#mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover{color:#fff;background:#E3E2E1} #mainNav.navbar-shrink{padding-top:.5rem;padding-bottom:.5rem} #mainNav.navbar-shrink .navbar-brand{font-size:1.5em}} header.masthead { padding-top: calc(6rem + 72px); padding-bottom: 6rem; } header.masthead h1 { font-size: 3rem; line-height: 3rem; } header.masthead h2 { font-size: 1.3rem; font-family: 'Lato'; } .footer{padding-top:5rem;padding-bottom:5rem;background-color:#2c3e50;color:#fff} .copyright{background-color:#1a252f} a{color:#18bc9c} a:active,a:focus,a:hover{color:#128f76} .btn{border-width:2px} .bg-primary{background-color:#E3E2E1!important} .bg-secondary{background-color:#2c3e50!important} .text-primary{color:#2c3e50!important} .text-secondary{color:#2c3e50!important} .btn-primary{background-color:#2c3e50;border-color:#2c3e50} .btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:#128f76;border-color:#128f76} .btn-secondary{background-color:#2c3e50;border-color:#2c3e50} .btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background-color:#1a252f;border-color:#1a252f}
0.307254
0.053725
body{ background:#fff; font-family: 'Open Sans', sans-serif; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul{ padding: 0; margin: 0; } h1,h2,h3,h4,h5,h6,label,p{ margin:0; } .header { padding: 1.5em 0; } .logo{ float: left; } .header-bottom{ float:right; width:60%; } .top-nav{ float:right; } .top-nav ul li { display:inline-block; } .top-nav ul li a { position: relative; display: inline-block; margin: 23px 25px; outline: none; color: #000; text-decoration: none; letter-spacing: 1px; font-weight: 400; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 1.35em; } .top-nav ul li a:hover, .top-nav ul li a:focus { outline: none; } /* Effect 4: bottom border enlarge */ .top-nav ul li a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #000; content: ''; opacity: 0; -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: height 0.3s, opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .top-nav ul li a:hover::after, .top-nav ul li a:focus::after { height: 5px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } .top-nav span.menu{ display: none; } /*--responsive media-quries--*/ @media(max-width:768px){ .top-nav ul{ display: none; position:absolute; width:100%; z-index: 9999; left: 0%; margin:2em 0em; background:#181f21; top:5em; } .top-nav span.menu{ display: block; width:100%; position:relative; text-align: right; } .top-nav ul li{ display: block; float:none; padding: 1em 0.8em; text-align: center; } .top-nav ul li a{ color:#fff; display:block; margin:0; } .top-nav ul li a::after { background: #fff; } .top-nav ul li a::after { left: 44%; width: 12%; height: 0px; } } .banner{ background:url(../images/banner1.jpg) no-repeat center; width:100%; min-height:600px; background-size:cover; display:block; text-align: right; padding:14em 0 ; } .banner-in{ min-height: 120px; text-align: left; padding: 3.5em 0 0; } .banner-in h6{ color:#fff; font-size:1.5em; text-transform:uppercase; font-family: 'Lato', sans-serif; } .banner-in h6 a{ text-decoration:none; color:#fff; } .banner h1{ font-family: 'Lato', sans-serif; color: #fff; font-size: 3.5em; font-weight: 300; } .banner p{ color: #fff; font-size: 1.1em; line-height:1.5em; margin: 0.8em 0 3em; } a.here{ text-decoration: none; color: #fff; font-size: 1.3em; font-weight: 700; padding: 0.7em 1em; background: none; border: solid 3px #FFF; } a.here:hover{ border: solid 1px #000; } a.here i{ background: url(../images/img-sprite.png) no-repeat -37px -128px; width: 28px; height: 13px; display:inline-block; } /*----*/ .content-top { text-align: center; padding: 4em 0; } .top-grid img { margin: 0 auto 1em; } .top-grid h5 { color: #323232; font-size: 1.3em; font-weight: 700; padding: 0.5em 0; text-transform: uppercase; } .top-grid p { color: #8e8e8e; font-size: 1.1em; line-height: 1.8em; width: 83%; margin: 0 auto; } /*----*/ .content-middle{ border-bottom:1px solid #E2E2E2; padding: 3em 0; } .play{ position: relative; background: url(../images/v1.jpg) no-repeat 0px 0px; min-height: 265px; background-size: cover; } .play a span { background: url(../images/p-icon.png) no-repeat 0px 0px; width: 100px; height: 100px; margin: 0 auto; display: block; position: absolute; top: 33%; left: 46%; } .content-left h3{ color: #323232; font-size: 1.8em; font-weight: 700; padding: 0.5em 0 1em; line-height: 1.2em; margin: 0 0 1em 0; border-bottom: solid 1px rgba(0, 0, 0, 0.09); } .content-left h6{ margin: 0 0 1em; font-size: 1.2em; color: #666666; font-weight: 600; } .content-left p{ color: #8e8e8e; font-size: 1.1em; line-height: 1.8em; margin: 0 auto; } .middle-top h3 { color: #4d4d4d; font-size: 2em; text-align: center; text-transform: uppercase; padding: 2.5em 0; font-weight: 700; } .video-bottom{ padding:2em 0; } /*----*/ .content-bottom{ background:#f5f5f5; text-align:center; padding:7em 0; border-bottom: 1px solid #E2E2E2; border-top: 1px solid #E2E2E2; } .content-bottom h3 { color: #4d4d4d; font-size: 2em; text-transform: uppercase; padding: 0.5em 0; font-weight: 700; } .content-bottom p { color: #4d4d4d; font-size: 1.1em; padding: 0 0 3em; } .middle-top { padding: 0 0 6em; } .fashion{ position:relative; } .fashion p { color: #fff; font-size: 1.5em; text-align: center; position: absolute; bottom: 0; background: #4d4d4d; width: 89.5%; display: block; padding: 1em; display:none; } .submit form { margin: 3em 0 0 12em; } .submit input[type="text"] { width: 65%; color: #4d4d4d; font-weight: 400; background: none; outline: none; font-size: 18px; padding: 1em 2em; margin: 0; border: solid 1px #4d4d4d; -webkit-appearance: none; float: left; } .submit input[type="submit"] { border: none; outline: none; color: #FFF; padding: .73em 2em; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 500; margin: 0; -webkit-appearance: none; background: #4d4d4d; text-transform: uppercase; float: left; border-top-right-radius: 30px; -webkit-border-top-right-radius: 30px; -moz-border-top-right-radius: 30px; -o-border-top-right-radius: 30px; -ms-border-top-right-radius: 30px; border-bottom-right-radius: 30px; -webkit-border-bottom-right-radius: 30px; -moz-border-bottom-right-radius: 30px; -o-border-bottom-right-radius: 30px; -ms-border-bottom-right-radius: 30px; } .submit input[type="submit"]:hover{ background:rgba(77, 77, 77, 0.3); transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .fashion p i{ background: url(../images/img-sprite.png) no-repeat -37px -128px; width: 28px; height: 13px; display:inline-block; } .fashion:hover.fashion p{ display:block; } .fashion img { width: 100%; } /*----*/ .content-bottom-in{ text-align:center; padding:5em 0; } ul.social li{ display:inline-block; padding:0 1.5em; } ul.social li a i{ width: 80px; height: 80px; background: url(../images/img-sprite.png) -149px -25px no-repeat; display: inline-block; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul.social li a i.twitter{ background-position:-339px -25px; } ul.social li a i.dribble{ background-position:-523px -25px; } ul.social li a i.gmail{ background-position:-696px -25px; } ul.social li a i:hover{ background-position:-245px -25px; } ul.social li a i.twitter:hover{ background-position:-429px -25px; } ul.social li a i.dribble:hover{ background-position:-611px -25px; } ul.social li a i.gmail:hover{ background-position:-781px -25px; } /*--story--*/ .content-bottom h3 { color: #4d4d4d; font-size: 2em; padding: 0.5em 0; font-weight: 700; } .in-our h5 { margin: 0 0 0.5em; font-size: 1.7em; font-weight: 300; line-height: 1.5em; color:#4d4d4d; font-family: 'Lato', sans-serif; } .in-our p { margin: 1em 0; font-size: 1.1em; color: #8e8e8e; line-height: 1.7em; } .story-popular h6 { margin: 0.5em 0; font-size: 1.8em; color:#4d4d4d; font-family: 'Lato', sans-serif; } .story-popular p { margin: 0 auto; font-size: 1.1em; width: 92%; line-height: 1.7em; color: #8e8e8e; } .story-popular { text-align: center; } .story-our h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .story { padding: 3em 0; } .story-our { padding: 4em 0 0; } /*--products--*/ .work h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; padding:0 0 0.5em; } .work { padding: 4em 0 0; } /*----*/ .view { overflow: hidden; position: relative; text-align: center; cursor: default; } .view .mask { position: absolute; overflow: hidden; top: 0; left: 0; height: 240px; padding: 4.5em 0; } .view img { display: block; position: relative; } .view h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 20px 0 0 0; } .view p { font-style: italic; font-size: 12px; position: relative; color: #fff; padding: 10px 20px 20px; text-align: center; } .view-tenth img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } .view-tenth .mask { background-color:#55acee; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth h4 { border-bottom: 1px solid #FFFFFF; background: transparent; margin: 0 1em; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #fff; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth p { color: #fff; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .view-tenth.info { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .view-tenth:hover img { -webkit-transform: scale(10); -moz-transform: scale(10); -o-transform: scale(10); -ms-transform: scale(10); transform: scale(10); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth:hover .mask { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .view-tenth:hover h4,.view-tenth:hover p { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .products-bottom { padding: 1em 0; } .work-grid { padding: 1em; } /*--single--*/ .single-middle { padding: 1.5em 0; } .need img{ width:100%; } a.web-in{ font-size:1.2em; font-weight:700; } .date { padding: 0; } .date p,.date-in p{ color:#000; font-size:1em; } .date p span{ color:#55acee; font-size:1em; display:block; } .date p span a{ color:#55acee; font-size:1em; text-decoration:none; } .date p span a:hover{ color:#4d4d4d; } p.tag-in{ font-size:1.1em; color:#8e8e8e; line-height:1.7em; padding:1em 0 ; } p.tag-in span{ display:block; padding:1em 0 0; } .single { padding: 3em 0 0 } .need { padding: 0 1em 0 0em; } /*--comments--*/ .comments-area h3{ font-size: 2em; color: #838383; margin-bottom: 0.5em; } .comments-area p { padding: 8px 0; margin: 0; } .web-in{ padding: 8px 0; } .comments-area span { display: block; color: #838383; font-size:1em; margin-bottom: 5px; } .comments-area input[type="text"] { padding: 14px; width: 75%; color: #838383; font-size: 13px; background:none; border: 1px solid #D1D1D1; outline: none; display: block; } .comments-area textarea { padding: 15px 30px; width:90%; color: #838383; font-size: 13px; outline: none; height:200px; display: block; background:none; border: 1px solid #D1D1D1; resize:none; } .sub-in input[type="submit"] { background: none; color: #4f4f4f; font-size: 1.2em; display: block; outline: none; font-weight: 700; border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px; -moz-border-radius:30px; -ms-border-radius: 30px; padding: 0.4em 1.5em; border: 3px solid #4f4f4f; text-transform:uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .sub-in input[type="submit"]:hover { background:#4f4f4f; color:#fff; } .sub-in { margin: 1em 0 0; } /*--404--*/ .four{ text-align:center; padding: 8em 0 7em; min-height: 450px; } .four h2{ font-size: 5em; color: #4d4d4d; } .four h3{ font-size:4em; color:#4d4d4d; padding:0.7em 0; } a.back { color: #4f4f4f; font-size: 1.2em; font-weight: 700; border-radius: 30px; padding: 0.5em 1.5em; border: 3px solid #4f4f4f; text-decoration:none; } a.back:hover { background:#4f4f4f; color:#fff; } /*--contact--*/ .contact-in h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .contact-right h5 { color:#5f5f5f; margin-bottom:0.5em; font-size:1.7em; margin-top: 0px; } .contact-left input[type="text"],.contact-left textarea{ padding:14px; display:block; width:98%; background:none; border: 1px solid #E0E0E0; outline:none; color:#464646; font-size:0.8125em; } .contact-left textarea{ resize:none; height:100px; } .contact-left input[type="submit"] { background: none; color: #4f4f4f; font-size: 1.2em; display: block; outline: none; font-weight: 700; border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px; -moz-border-radius:30px; -ms-border-radius: 30px; padding: 0.4em 1.5em; border: 3px solid #4f4f4f; text-transform:uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .contact-left input[type="submit"]:hover { background:#4f4f4f; color:#fff; } .contact-right p{ font-size:1em; color:#333; line-height: 1.8em; } .contact-right p a{ text-decoration:underline; color:#333; cursor:pointer; } .contact-right p a:hover{ text-decoration:none; } .map iframe{ border:0; margin-bottom:15px; width: 100%; height: 175px; } .contact-left span{ font-size:1em; display: block; padding: 0.5em 0; color: #838383; } .contact-in{ padding: 0em 0 3em; } .contact { padding: 4em 0 0; } /*--service--*/ .top-grid-right h4{ font-size: 1.7em; color:#4d4d4d; } .top-grid-right p{ font-size: 1.1em; color:#8e8e8e; line-height: 1.7em; margin: 0.4em 0 0; } .service-grid{ padding: 0 1em 0 0; } p.grid-para{ font-size: 1.1em; color:#8e8e8e; line-height: 1.7em; padding: 1em 0 0; } ul.simply-left li{ list-style: none; padding: 0.3em 0; } ul.simply-left li a{ text-decoration:none; font-size: 1.2em; color:#8e8e8e; } ul.simply-left li a:hover{ color:#000; } ul.simply-left li a span{ background: url("../images/ic.png")no-repeat 0px 0px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .simply-grid { padding: 1em 0; } .services { padding: 4em 0 0; } h4.content-mid{ font-size:2.5em; color:#4d4d4d; text-transform: uppercase; padding: 0 0 0.5em; font-family: 'Lato', sans-serif; } .services h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .grid-top-top { padding: 3em 0 ; } .contact-left { padding: 0; } /*----*/ .footer{ background:#3b3b3b; padding:3em 0; } .amet-sed h4{ color:#fff; font-size:1.5em; padding: 0 0 1em; } .amet-sed p{ color:#fff; font-size:1.1em; padding:0.5em 0; } ul.nav-bottom li{ list-style:none; } ul.nav-bottom li a{ text-decoration:none; color:#fff; font-size:1.1em; padding: 0em 0 0.5em; display: block; } ul.nav-bottom li a:hover{ color:#b5b5b5; } .amet-sed a{ text-decoration:none; color:#b5b5b5; font-size:1.1em; } .footer-class a{ text-decoration:none; color:#b5b5b5; } .amet-sed a:hover,.footer-class a:hover{ color:#fff; } .amet-sed a i { background: url(../images/img-sprite.png) no-repeat -78px -128px; width: 28px; height: 13px; display: inline-block; vertical-align: middle; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 25px; right: 10px; overflow: hidden; width: 52px; height: 52px; border: none; text-indent: 100%; background: url('../images/up.png') no-repeat 0px 0px; } /*--responsive--*/ @media(max-width:1440px){ } @media(max-width:1366px){ } @media(max-width:1280px){ } @media(max-width:1024px){ .fashion p { width: 87.5%; } .top-grid-right h4 { font-size: 1.5em; } .top-grid-right p { height: 134px; overflow: hidden; } p.are{ display:none; } .view .mask { height: 197px; padding: 2.5em 0; } p.tag-in { height: 264px; overflow: hidden; } } @media(max-width:768px){ .top-nav { padding: 1.4em 0 0; } .banner { min-height: 530px; padding: 12em 0 ; } .submit form { margin: 3em 0 0 5em; } .content-middle { padding: 1em 0; } .fashion { width: 50%; float: left; padding:1em; } .fashion p { width: 92.3%; bottom: 14px; } .amet-sed h4 { padding: 0 0 0.3em; } .amet-sed { padding: 1em; } .footer { padding: 2em 0; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .service-grid img,.story-popular img,.our-in img{ margin:0 auto; } .top-grid-right { padding: 1em; text-align: -webkit-center; } .story-popular { padding: 0em 1em 1em; } .story { padding: 1em 0; } .in-our { padding: 0em 1em ; } .top-grid-right p { height: 75px; } .work-grid { float: left; width: 50%; } .view .mask { height: 230px; padding: 4em 0; } .work-grid:nth-child(9){ display:none; } p.tag-in { height: 221px; } .date { width: 33.3%; float: left; } .content-bottom { padding: 4em 0 5em; } .content-bottom-in { padding: 3em 0; } .footer-top { text-align: left; } .amet-sed p { padding: 0.3em 0; } .story-popular,.our-in { width: 50%; float: left; } .products-bottom { padding: 1em 0 0; } .work h3 { padding:0; } .story-our h3 { padding: 0 0 0.5em; } .contact-right { padding: 1em 0em 0; } .tag { padding: 1em 0 0; } } @media(max-width:640px){ .play a span { background-size: 71%; } .banner h1 { font-size: 2.5em; } .banner { min-height: 427px; padding: 10em 0; } .fashion p { width: 90.5%; } .middle-top h3 { padding: 1em 0; } .submit input[type="text"] { font-size: 17px; padding: .75em 2em; } .submit input[type="submit"] { padding: .73em 1em; font-size: 18px; } .content-middle h3 { font-size: 1.7em; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .view .mask { height: 184px; padding: 2em 0; } p.tag-in { height: 218px; } .content-bottom { padding: 3em 0 5em; } .story-popular p { height: 50px; overflow: hidden; } .in-our h5 { margin: 0 0 0em; font-size: 1.4em; height: 87px; overflow: hidden; } .contact-right { padding: 1em 1em 0; } } @media(max-width:480px){ .banner { min-height: 298px; padding: 6em 0; } .banner h1 { font-size: 2em; } a.here { font-size: 1.1em; } .banner p { margin: 0.8em 0 2em; } .content-middle h3 { font-size: 1.3em; } .top-grid { margin: 1.5em 0; } .content-top { padding: 1em 0; } .play { min-height: 138px; } .play a span { top: 29%; background-size: 62%; } .submit form { margin: 1em 0 0 1em; } .submit input[type="text"] { padding: .4em 1em; } .middle-top { padding: 0 0 2em; } .middle-top h3 { padding: 1em 0; } .fashion p { width: 87%; font-size:1em; } .content-bottom p { padding: 0 0 1em; } .content-bottom { padding: 3em 0 4em; } .content-bottom input[type="submit"] { font-size: 1em; padding: 0.7em 2em; } ul.social li { padding: 0 0.5em; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .services h3 ,h4.content-mid,.story-our h3,.work h3,.contact-in h3{ font-size: 2em; } h4.content-mid{ padding:0; } .top-grid-right h4 { font-size: 1.4em; } .grid-top-top { padding: 1em 0; } .story { padding: 1em 0; } .work-grid { padding: 0.5em; } .view h4 { font-size: 12px; } .view p { height:44px; overflow: hidden; } .view .mask { height: 137px; padding: 1.3em 0; } .work,.contact,.services ,.story-our{ padding: 2.5em 0 0; } .products-bottom{ padding:0; } .four h2 { font-size: 3em; } .four h3 { font-size: 2.5em; } a.back { font-size: 1em; } .four { padding: 6em 0 4em; min-height: 306px; } .contact-left input[type="submit"] { font-size: 1em; } .single-middle { padding: 0.5em 0; } .sub-in input[type="submit"] { font-size: 1em; } .top-nav ul li a::after { left: 41%; width: 18%; } .story-popular h6 { font-size: 1.3em; } } @media(max-width:320px){ .content-left h6 { font-size: 1em; } .logo { width: 50%; } .logo img{ width: 90%; } .top-nav { padding: 1.1em 0 0; } .header { padding: 0.5em 0; } .banner h1 { font-size: 1.6em; margin-bottom: 0.7em; } .banner p { display:none; } a.here { font-size: 0.9em; padding: 0.5em 1.5em; } .banner { min-height: 176px; padding: 3em 0; } .banner-in { min-height: 91px; padding: 2.5em 0 0; } .content-top { padding: 1em 0; } .top-grid h5 { font-size: 1.1em; } .top-grid p { line-height: 1.5em; overflow: hidden; height: 45px; } .top-grid h5 { font-size: 1em; } .content-middle h3 { font-size: 1.1em; line-height: 1.5em; } .content-middle p { font-size: 1em; line-height: 1.5em; width: 100%; padding: 0; overflow: hidden; height: 87px; } .play { min-height: 106px; } .play a span { background-size: 46%; left:42%; } .middle-top h3 { padding: 1.5em 0 0.8em; font-size: 1.5em; } .submit form { margin: 1em 0 0 0em; } .submit input[type="text"] { padding: .4em 1em; width: 100%; } .fashion p { width: 90%; font-size: 0.8em; padding: 1em 0.3em; bottom: 7px; } .fashion { padding: 0.5em; } .middle-top { padding: 0 0 2em; } .content-bottom h3 { font-size: 1.2em; } .content-bottom p { font-size: 1em; padding: 0 0 1em; } .submit input[type="submit"] { font-size: 1em; padding: 0.5em 1em; margin: 1em auto; width: 50%; border-radius: 30px; float: none; } .content-bottom { padding: 1.5em 0 2.5em; } .content-bottom-in { padding: 2em 0; } ul.social li { padding: 0; } .footer { padding: 1em 0; } .amet-sed h4 { font-size: 1.3em; } .amet-sed p { font-size: 1em; padding: 0.5em 0; } .amet-sed { padding: 1em 1em 0; } .services h3, h4.content-mid, .story-our h3, .work h3, .contact-in h3,.comments-area h3 { font-size: 1.5em; } .top-grid-right h4 { font-size: 1.2em; } .top-grid-right p { font-size: 1em; line-height: 1.5em; height:47px; } p.grid-para { font-size: 1em; line-height: 1.5em; padding: 0.5em 0 0; height: 53px; overflow: hidden; } ul.simply-left li a { font-size: 1em; } .simply-grid { padding: 0.5em 0; } .story-popular h6 { font-size: 1.3em; } .story-popular p { font-size: 1em; line-height: 1.5em; overflow: hidden; height: 42px; } .in-our h5 { font-size: 1.3em; height:52px; } .in-our p { margin: 0.5em 0; font-size: 1em; line-height: 1.5em; height: 60px; overflow: hidden; } .work,.contact,.services ,.story-our{ padding: 1.5em 0 0; } .view h4 { font-size: 10px; border-bottom:none; } .view p { display:none; } .view .mask { height: 79px; padding: 0.8em 0; } .date { width: 50%; } p.tag-in { font-size: 1em; line-height: 1.5em; padding: 0.5em 0; height:116px; } .single { padding: 1.5em 0 0; } .sub-in input[type="submit"],.contact-left input[type="submit"]{ font-size:0.9em; padding:0.4em 1em; } .four h2 { font-size: 2em; } .four h3 { font-size: 1.5em; } a.back { font-size: 0.9em; } .four { padding: 3em 0 2em; min-height: 200px; } .contact-right h5 { font-size: 1.3em; } .contact-in { padding: 0em 0 1.5em; } ul.social li a i { width: 64px; height: 64px; background: url(../images/img-sprite.png) -121px -21px no-repeat; background-size: 700px; } ul.social li a i:hover { background-position: -200px -21px; } ul.social li a i.twitter { background-position: -274px -22px; } ul.social li a i.twitter:hover { background-position: -348px -22px; } ul.social li a i.dribble { background-position: -424px -21px; } ul.social li a i.dribble:hover { background-position: -495px -22px; } ul.social li a i.gmail { background-position: -565px -22px; } ul.social li a i.gmail:hover { background-position: -633px -22px; } .top-nav ul li a { font-size: 1em; } .story-popular, .our-in { width: 100%; float:none; padding:0 0 1em; } .in-our{ padding:0; } .story { padding: 1em 0 0; } .contact-left input[type="text"], .contact-left textarea { padding: 10px; } .tag { padding: 1em 0 0; } .comments-area input[type="text"],.comments-area textarea{ width:100%; padding: 10px; } .comments-area textarea{ height:100px; } .top-nav ul li a::after { left: 38%; width: 24%; } }
css/style.css
body{ background:#fff; font-family: 'Open Sans', sans-serif; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul{ padding: 0; margin: 0; } h1,h2,h3,h4,h5,h6,label,p{ margin:0; } .header { padding: 1.5em 0; } .logo{ float: left; } .header-bottom{ float:right; width:60%; } .top-nav{ float:right; } .top-nav ul li { display:inline-block; } .top-nav ul li a { position: relative; display: inline-block; margin: 23px 25px; outline: none; color: #000; text-decoration: none; letter-spacing: 1px; font-weight: 400; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 1.35em; } .top-nav ul li a:hover, .top-nav ul li a:focus { outline: none; } /* Effect 4: bottom border enlarge */ .top-nav ul li a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #000; content: ''; opacity: 0; -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: height 0.3s, opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .top-nav ul li a:hover::after, .top-nav ul li a:focus::after { height: 5px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } .top-nav span.menu{ display: none; } /*--responsive media-quries--*/ @media(max-width:768px){ .top-nav ul{ display: none; position:absolute; width:100%; z-index: 9999; left: 0%; margin:2em 0em; background:#181f21; top:5em; } .top-nav span.menu{ display: block; width:100%; position:relative; text-align: right; } .top-nav ul li{ display: block; float:none; padding: 1em 0.8em; text-align: center; } .top-nav ul li a{ color:#fff; display:block; margin:0; } .top-nav ul li a::after { background: #fff; } .top-nav ul li a::after { left: 44%; width: 12%; height: 0px; } } .banner{ background:url(../images/banner1.jpg) no-repeat center; width:100%; min-height:600px; background-size:cover; display:block; text-align: right; padding:14em 0 ; } .banner-in{ min-height: 120px; text-align: left; padding: 3.5em 0 0; } .banner-in h6{ color:#fff; font-size:1.5em; text-transform:uppercase; font-family: 'Lato', sans-serif; } .banner-in h6 a{ text-decoration:none; color:#fff; } .banner h1{ font-family: 'Lato', sans-serif; color: #fff; font-size: 3.5em; font-weight: 300; } .banner p{ color: #fff; font-size: 1.1em; line-height:1.5em; margin: 0.8em 0 3em; } a.here{ text-decoration: none; color: #fff; font-size: 1.3em; font-weight: 700; padding: 0.7em 1em; background: none; border: solid 3px #FFF; } a.here:hover{ border: solid 1px #000; } a.here i{ background: url(../images/img-sprite.png) no-repeat -37px -128px; width: 28px; height: 13px; display:inline-block; } /*----*/ .content-top { text-align: center; padding: 4em 0; } .top-grid img { margin: 0 auto 1em; } .top-grid h5 { color: #323232; font-size: 1.3em; font-weight: 700; padding: 0.5em 0; text-transform: uppercase; } .top-grid p { color: #8e8e8e; font-size: 1.1em; line-height: 1.8em; width: 83%; margin: 0 auto; } /*----*/ .content-middle{ border-bottom:1px solid #E2E2E2; padding: 3em 0; } .play{ position: relative; background: url(../images/v1.jpg) no-repeat 0px 0px; min-height: 265px; background-size: cover; } .play a span { background: url(../images/p-icon.png) no-repeat 0px 0px; width: 100px; height: 100px; margin: 0 auto; display: block; position: absolute; top: 33%; left: 46%; } .content-left h3{ color: #323232; font-size: 1.8em; font-weight: 700; padding: 0.5em 0 1em; line-height: 1.2em; margin: 0 0 1em 0; border-bottom: solid 1px rgba(0, 0, 0, 0.09); } .content-left h6{ margin: 0 0 1em; font-size: 1.2em; color: #666666; font-weight: 600; } .content-left p{ color: #8e8e8e; font-size: 1.1em; line-height: 1.8em; margin: 0 auto; } .middle-top h3 { color: #4d4d4d; font-size: 2em; text-align: center; text-transform: uppercase; padding: 2.5em 0; font-weight: 700; } .video-bottom{ padding:2em 0; } /*----*/ .content-bottom{ background:#f5f5f5; text-align:center; padding:7em 0; border-bottom: 1px solid #E2E2E2; border-top: 1px solid #E2E2E2; } .content-bottom h3 { color: #4d4d4d; font-size: 2em; text-transform: uppercase; padding: 0.5em 0; font-weight: 700; } .content-bottom p { color: #4d4d4d; font-size: 1.1em; padding: 0 0 3em; } .middle-top { padding: 0 0 6em; } .fashion{ position:relative; } .fashion p { color: #fff; font-size: 1.5em; text-align: center; position: absolute; bottom: 0; background: #4d4d4d; width: 89.5%; display: block; padding: 1em; display:none; } .submit form { margin: 3em 0 0 12em; } .submit input[type="text"] { width: 65%; color: #4d4d4d; font-weight: 400; background: none; outline: none; font-size: 18px; padding: 1em 2em; margin: 0; border: solid 1px #4d4d4d; -webkit-appearance: none; float: left; } .submit input[type="submit"] { border: none; outline: none; color: #FFF; padding: .73em 2em; font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 500; margin: 0; -webkit-appearance: none; background: #4d4d4d; text-transform: uppercase; float: left; border-top-right-radius: 30px; -webkit-border-top-right-radius: 30px; -moz-border-top-right-radius: 30px; -o-border-top-right-radius: 30px; -ms-border-top-right-radius: 30px; border-bottom-right-radius: 30px; -webkit-border-bottom-right-radius: 30px; -moz-border-bottom-right-radius: 30px; -o-border-bottom-right-radius: 30px; -ms-border-bottom-right-radius: 30px; } .submit input[type="submit"]:hover{ background:rgba(77, 77, 77, 0.3); transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .fashion p i{ background: url(../images/img-sprite.png) no-repeat -37px -128px; width: 28px; height: 13px; display:inline-block; } .fashion:hover.fashion p{ display:block; } .fashion img { width: 100%; } /*----*/ .content-bottom-in{ text-align:center; padding:5em 0; } ul.social li{ display:inline-block; padding:0 1.5em; } ul.social li a i{ width: 80px; height: 80px; background: url(../images/img-sprite.png) -149px -25px no-repeat; display: inline-block; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul.social li a i.twitter{ background-position:-339px -25px; } ul.social li a i.dribble{ background-position:-523px -25px; } ul.social li a i.gmail{ background-position:-696px -25px; } ul.social li a i:hover{ background-position:-245px -25px; } ul.social li a i.twitter:hover{ background-position:-429px -25px; } ul.social li a i.dribble:hover{ background-position:-611px -25px; } ul.social li a i.gmail:hover{ background-position:-781px -25px; } /*--story--*/ .content-bottom h3 { color: #4d4d4d; font-size: 2em; padding: 0.5em 0; font-weight: 700; } .in-our h5 { margin: 0 0 0.5em; font-size: 1.7em; font-weight: 300; line-height: 1.5em; color:#4d4d4d; font-family: 'Lato', sans-serif; } .in-our p { margin: 1em 0; font-size: 1.1em; color: #8e8e8e; line-height: 1.7em; } .story-popular h6 { margin: 0.5em 0; font-size: 1.8em; color:#4d4d4d; font-family: 'Lato', sans-serif; } .story-popular p { margin: 0 auto; font-size: 1.1em; width: 92%; line-height: 1.7em; color: #8e8e8e; } .story-popular { text-align: center; } .story-our h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .story { padding: 3em 0; } .story-our { padding: 4em 0 0; } /*--products--*/ .work h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; padding:0 0 0.5em; } .work { padding: 4em 0 0; } /*----*/ .view { overflow: hidden; position: relative; text-align: center; cursor: default; } .view .mask { position: absolute; overflow: hidden; top: 0; left: 0; height: 240px; padding: 4.5em 0; } .view img { display: block; position: relative; } .view h4 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 20px 0 0 0; } .view p { font-style: italic; font-size: 12px; position: relative; color: #fff; padding: 10px 20px 20px; text-align: center; } .view-tenth img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } .view-tenth .mask { background-color:#55acee; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth h4 { border-bottom: 1px solid #FFFFFF; background: transparent; margin: 0 1em; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #fff; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth p { color: #fff; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .view-tenth.info { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .view-tenth:hover img { -webkit-transform: scale(10); -moz-transform: scale(10); -o-transform: scale(10); -ms-transform: scale(10); transform: scale(10); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .view-tenth:hover .mask { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .view-tenth:hover h4,.view-tenth:hover p { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .products-bottom { padding: 1em 0; } .work-grid { padding: 1em; } /*--single--*/ .single-middle { padding: 1.5em 0; } .need img{ width:100%; } a.web-in{ font-size:1.2em; font-weight:700; } .date { padding: 0; } .date p,.date-in p{ color:#000; font-size:1em; } .date p span{ color:#55acee; font-size:1em; display:block; } .date p span a{ color:#55acee; font-size:1em; text-decoration:none; } .date p span a:hover{ color:#4d4d4d; } p.tag-in{ font-size:1.1em; color:#8e8e8e; line-height:1.7em; padding:1em 0 ; } p.tag-in span{ display:block; padding:1em 0 0; } .single { padding: 3em 0 0 } .need { padding: 0 1em 0 0em; } /*--comments--*/ .comments-area h3{ font-size: 2em; color: #838383; margin-bottom: 0.5em; } .comments-area p { padding: 8px 0; margin: 0; } .web-in{ padding: 8px 0; } .comments-area span { display: block; color: #838383; font-size:1em; margin-bottom: 5px; } .comments-area input[type="text"] { padding: 14px; width: 75%; color: #838383; font-size: 13px; background:none; border: 1px solid #D1D1D1; outline: none; display: block; } .comments-area textarea { padding: 15px 30px; width:90%; color: #838383; font-size: 13px; outline: none; height:200px; display: block; background:none; border: 1px solid #D1D1D1; resize:none; } .sub-in input[type="submit"] { background: none; color: #4f4f4f; font-size: 1.2em; display: block; outline: none; font-weight: 700; border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px; -moz-border-radius:30px; -ms-border-radius: 30px; padding: 0.4em 1.5em; border: 3px solid #4f4f4f; text-transform:uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .sub-in input[type="submit"]:hover { background:#4f4f4f; color:#fff; } .sub-in { margin: 1em 0 0; } /*--404--*/ .four{ text-align:center; padding: 8em 0 7em; min-height: 450px; } .four h2{ font-size: 5em; color: #4d4d4d; } .four h3{ font-size:4em; color:#4d4d4d; padding:0.7em 0; } a.back { color: #4f4f4f; font-size: 1.2em; font-weight: 700; border-radius: 30px; padding: 0.5em 1.5em; border: 3px solid #4f4f4f; text-decoration:none; } a.back:hover { background:#4f4f4f; color:#fff; } /*--contact--*/ .contact-in h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .contact-right h5 { color:#5f5f5f; margin-bottom:0.5em; font-size:1.7em; margin-top: 0px; } .contact-left input[type="text"],.contact-left textarea{ padding:14px; display:block; width:98%; background:none; border: 1px solid #E0E0E0; outline:none; color:#464646; font-size:0.8125em; } .contact-left textarea{ resize:none; height:100px; } .contact-left input[type="submit"] { background: none; color: #4f4f4f; font-size: 1.2em; display: block; outline: none; font-weight: 700; border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px; -moz-border-radius:30px; -ms-border-radius: 30px; padding: 0.4em 1.5em; border: 3px solid #4f4f4f; text-transform:uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .contact-left input[type="submit"]:hover { background:#4f4f4f; color:#fff; } .contact-right p{ font-size:1em; color:#333; line-height: 1.8em; } .contact-right p a{ text-decoration:underline; color:#333; cursor:pointer; } .contact-right p a:hover{ text-decoration:none; } .map iframe{ border:0; margin-bottom:15px; width: 100%; height: 175px; } .contact-left span{ font-size:1em; display: block; padding: 0.5em 0; color: #838383; } .contact-in{ padding: 0em 0 3em; } .contact { padding: 4em 0 0; } /*--service--*/ .top-grid-right h4{ font-size: 1.7em; color:#4d4d4d; } .top-grid-right p{ font-size: 1.1em; color:#8e8e8e; line-height: 1.7em; margin: 0.4em 0 0; } .service-grid{ padding: 0 1em 0 0; } p.grid-para{ font-size: 1.1em; color:#8e8e8e; line-height: 1.7em; padding: 1em 0 0; } ul.simply-left li{ list-style: none; padding: 0.3em 0; } ul.simply-left li a{ text-decoration:none; font-size: 1.2em; color:#8e8e8e; } ul.simply-left li a:hover{ color:#000; } ul.simply-left li a span{ background: url("../images/ic.png")no-repeat 0px 0px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } .simply-grid { padding: 1em 0; } .services { padding: 4em 0 0; } h4.content-mid{ font-size:2.5em; color:#4d4d4d; text-transform: uppercase; padding: 0 0 0.5em; font-family: 'Lato', sans-serif; } .services h3{ font-size:3em; text-align:center; color:#4d4d4d; font-family: 'Lato', sans-serif; } .grid-top-top { padding: 3em 0 ; } .contact-left { padding: 0; } /*----*/ .footer{ background:#3b3b3b; padding:3em 0; } .amet-sed h4{ color:#fff; font-size:1.5em; padding: 0 0 1em; } .amet-sed p{ color:#fff; font-size:1.1em; padding:0.5em 0; } ul.nav-bottom li{ list-style:none; } ul.nav-bottom li a{ text-decoration:none; color:#fff; font-size:1.1em; padding: 0em 0 0.5em; display: block; } ul.nav-bottom li a:hover{ color:#b5b5b5; } .amet-sed a{ text-decoration:none; color:#b5b5b5; font-size:1.1em; } .footer-class a{ text-decoration:none; color:#b5b5b5; } .amet-sed a:hover,.footer-class a:hover{ color:#fff; } .amet-sed a i { background: url(../images/img-sprite.png) no-repeat -78px -128px; width: 28px; height: 13px; display: inline-block; vertical-align: middle; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 25px; right: 10px; overflow: hidden; width: 52px; height: 52px; border: none; text-indent: 100%; background: url('../images/up.png') no-repeat 0px 0px; } /*--responsive--*/ @media(max-width:1440px){ } @media(max-width:1366px){ } @media(max-width:1280px){ } @media(max-width:1024px){ .fashion p { width: 87.5%; } .top-grid-right h4 { font-size: 1.5em; } .top-grid-right p { height: 134px; overflow: hidden; } p.are{ display:none; } .view .mask { height: 197px; padding: 2.5em 0; } p.tag-in { height: 264px; overflow: hidden; } } @media(max-width:768px){ .top-nav { padding: 1.4em 0 0; } .banner { min-height: 530px; padding: 12em 0 ; } .submit form { margin: 3em 0 0 5em; } .content-middle { padding: 1em 0; } .fashion { width: 50%; float: left; padding:1em; } .fashion p { width: 92.3%; bottom: 14px; } .amet-sed h4 { padding: 0 0 0.3em; } .amet-sed { padding: 1em; } .footer { padding: 2em 0; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .service-grid img,.story-popular img,.our-in img{ margin:0 auto; } .top-grid-right { padding: 1em; text-align: -webkit-center; } .story-popular { padding: 0em 1em 1em; } .story { padding: 1em 0; } .in-our { padding: 0em 1em ; } .top-grid-right p { height: 75px; } .work-grid { float: left; width: 50%; } .view .mask { height: 230px; padding: 4em 0; } .work-grid:nth-child(9){ display:none; } p.tag-in { height: 221px; } .date { width: 33.3%; float: left; } .content-bottom { padding: 4em 0 5em; } .content-bottom-in { padding: 3em 0; } .footer-top { text-align: left; } .amet-sed p { padding: 0.3em 0; } .story-popular,.our-in { width: 50%; float: left; } .products-bottom { padding: 1em 0 0; } .work h3 { padding:0; } .story-our h3 { padding: 0 0 0.5em; } .contact-right { padding: 1em 0em 0; } .tag { padding: 1em 0 0; } } @media(max-width:640px){ .play a span { background-size: 71%; } .banner h1 { font-size: 2.5em; } .banner { min-height: 427px; padding: 10em 0; } .fashion p { width: 90.5%; } .middle-top h3 { padding: 1em 0; } .submit input[type="text"] { font-size: 17px; padding: .75em 2em; } .submit input[type="submit"] { padding: .73em 1em; font-size: 18px; } .content-middle h3 { font-size: 1.7em; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .view .mask { height: 184px; padding: 2em 0; } p.tag-in { height: 218px; } .content-bottom { padding: 3em 0 5em; } .story-popular p { height: 50px; overflow: hidden; } .in-our h5 { margin: 0 0 0em; font-size: 1.4em; height: 87px; overflow: hidden; } .contact-right { padding: 1em 1em 0; } } @media(max-width:480px){ .banner { min-height: 298px; padding: 6em 0; } .banner h1 { font-size: 2em; } a.here { font-size: 1.1em; } .banner p { margin: 0.8em 0 2em; } .content-middle h3 { font-size: 1.3em; } .top-grid { margin: 1.5em 0; } .content-top { padding: 1em 0; } .play { min-height: 138px; } .play a span { top: 29%; background-size: 62%; } .submit form { margin: 1em 0 0 1em; } .submit input[type="text"] { padding: .4em 1em; } .middle-top { padding: 0 0 2em; } .middle-top h3 { padding: 1em 0; } .fashion p { width: 87%; font-size:1em; } .content-bottom p { padding: 0 0 1em; } .content-bottom { padding: 3em 0 4em; } .content-bottom input[type="submit"] { font-size: 1em; padding: 0.7em 2em; } ul.social li { padding: 0 0.5em; } .banner-in { min-height: 120px; padding: 3.5em 0 0; } .services h3 ,h4.content-mid,.story-our h3,.work h3,.contact-in h3{ font-size: 2em; } h4.content-mid{ padding:0; } .top-grid-right h4 { font-size: 1.4em; } .grid-top-top { padding: 1em 0; } .story { padding: 1em 0; } .work-grid { padding: 0.5em; } .view h4 { font-size: 12px; } .view p { height:44px; overflow: hidden; } .view .mask { height: 137px; padding: 1.3em 0; } .work,.contact,.services ,.story-our{ padding: 2.5em 0 0; } .products-bottom{ padding:0; } .four h2 { font-size: 3em; } .four h3 { font-size: 2.5em; } a.back { font-size: 1em; } .four { padding: 6em 0 4em; min-height: 306px; } .contact-left input[type="submit"] { font-size: 1em; } .single-middle { padding: 0.5em 0; } .sub-in input[type="submit"] { font-size: 1em; } .top-nav ul li a::after { left: 41%; width: 18%; } .story-popular h6 { font-size: 1.3em; } } @media(max-width:320px){ .content-left h6 { font-size: 1em; } .logo { width: 50%; } .logo img{ width: 90%; } .top-nav { padding: 1.1em 0 0; } .header { padding: 0.5em 0; } .banner h1 { font-size: 1.6em; margin-bottom: 0.7em; } .banner p { display:none; } a.here { font-size: 0.9em; padding: 0.5em 1.5em; } .banner { min-height: 176px; padding: 3em 0; } .banner-in { min-height: 91px; padding: 2.5em 0 0; } .content-top { padding: 1em 0; } .top-grid h5 { font-size: 1.1em; } .top-grid p { line-height: 1.5em; overflow: hidden; height: 45px; } .top-grid h5 { font-size: 1em; } .content-middle h3 { font-size: 1.1em; line-height: 1.5em; } .content-middle p { font-size: 1em; line-height: 1.5em; width: 100%; padding: 0; overflow: hidden; height: 87px; } .play { min-height: 106px; } .play a span { background-size: 46%; left:42%; } .middle-top h3 { padding: 1.5em 0 0.8em; font-size: 1.5em; } .submit form { margin: 1em 0 0 0em; } .submit input[type="text"] { padding: .4em 1em; width: 100%; } .fashion p { width: 90%; font-size: 0.8em; padding: 1em 0.3em; bottom: 7px; } .fashion { padding: 0.5em; } .middle-top { padding: 0 0 2em; } .content-bottom h3 { font-size: 1.2em; } .content-bottom p { font-size: 1em; padding: 0 0 1em; } .submit input[type="submit"] { font-size: 1em; padding: 0.5em 1em; margin: 1em auto; width: 50%; border-radius: 30px; float: none; } .content-bottom { padding: 1.5em 0 2.5em; } .content-bottom-in { padding: 2em 0; } ul.social li { padding: 0; } .footer { padding: 1em 0; } .amet-sed h4 { font-size: 1.3em; } .amet-sed p { font-size: 1em; padding: 0.5em 0; } .amet-sed { padding: 1em 1em 0; } .services h3, h4.content-mid, .story-our h3, .work h3, .contact-in h3,.comments-area h3 { font-size: 1.5em; } .top-grid-right h4 { font-size: 1.2em; } .top-grid-right p { font-size: 1em; line-height: 1.5em; height:47px; } p.grid-para { font-size: 1em; line-height: 1.5em; padding: 0.5em 0 0; height: 53px; overflow: hidden; } ul.simply-left li a { font-size: 1em; } .simply-grid { padding: 0.5em 0; } .story-popular h6 { font-size: 1.3em; } .story-popular p { font-size: 1em; line-height: 1.5em; overflow: hidden; height: 42px; } .in-our h5 { font-size: 1.3em; height:52px; } .in-our p { margin: 0.5em 0; font-size: 1em; line-height: 1.5em; height: 60px; overflow: hidden; } .work,.contact,.services ,.story-our{ padding: 1.5em 0 0; } .view h4 { font-size: 10px; border-bottom:none; } .view p { display:none; } .view .mask { height: 79px; padding: 0.8em 0; } .date { width: 50%; } p.tag-in { font-size: 1em; line-height: 1.5em; padding: 0.5em 0; height:116px; } .single { padding: 1.5em 0 0; } .sub-in input[type="submit"],.contact-left input[type="submit"]{ font-size:0.9em; padding:0.4em 1em; } .four h2 { font-size: 2em; } .four h3 { font-size: 1.5em; } a.back { font-size: 0.9em; } .four { padding: 3em 0 2em; min-height: 200px; } .contact-right h5 { font-size: 1.3em; } .contact-in { padding: 0em 0 1.5em; } ul.social li a i { width: 64px; height: 64px; background: url(../images/img-sprite.png) -121px -21px no-repeat; background-size: 700px; } ul.social li a i:hover { background-position: -200px -21px; } ul.social li a i.twitter { background-position: -274px -22px; } ul.social li a i.twitter:hover { background-position: -348px -22px; } ul.social li a i.dribble { background-position: -424px -21px; } ul.social li a i.dribble:hover { background-position: -495px -22px; } ul.social li a i.gmail { background-position: -565px -22px; } ul.social li a i.gmail:hover { background-position: -633px -22px; } .top-nav ul li a { font-size: 1em; } .story-popular, .our-in { width: 100%; float:none; padding:0 0 1em; } .in-our{ padding:0; } .story { padding: 1em 0 0; } .contact-left input[type="text"], .contact-left textarea { padding: 10px; } .tag { padding: 1em 0 0; } .comments-area input[type="text"],.comments-area textarea{ width:100%; padding: 10px; } .comments-area textarea{ height:100px; } .top-nav ul li a::after { left: 38%; width: 24%; } }
0.234582
0.03872
body { background-color: #fbbd08; transition: linear 500ms; } .Section { overflow: hidden !important; } .sidebar { display: none !important; } .sideBarButton { display: none !important; } .sidebar.menu{ background-color: #666!important; } .top.menu { box-shadow: none; background-color: #666!important; } .top.menu .item { display: block !important; color: #fff; } .top.menu .item:hover, .top.menu .item:active { color: #fbbd08!important; } .lowered { margin-top: 50px; } .fullScreenHeight { height: 100%; } .animatedBackground { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; /* background-color: #fff; */ /* opacity: 0.3; */ } .animatedBackground i { -webkit-font-smoothing: antialiased; transition: 300ms all; position: absolute; opacity: 0.3; color: #fff!important; font-size: 10vw; animation: 10s floatUp ease-in infinite; top: 100%; } .animatedBackground i:nth-child(even):before { animation: 30s slowRotate linear; animation-direction: reverse; } .animatedBackground i:nth-child(odd):before { animation: 40s slowRotate linear; } .fadeIn { opacity: 0; } .section.active .fadeIn { opacity: 1; } .section.active .animated { transition-duration: 700ms; } .section.active .delayAnimation800 { transition-delay: 800ms; } .section.active .delayAnimation1000 { transition-delay: 1000ms; } .section.active .delayAnimation1200 { transition-delay: 1200ms; } .section.active .delayAnimation1400 { transition-delay: 1400ms; } .section.active .delayAnimation1600 { transition-delay: 1600ms; } .section.active .delayAnimation1800 { transition-delay: 1800ms; } .servicesPage a, .portfolioPage a{ font-weight: 600; font-size: medium; color: #eee !important; } .servicesPage a:hover, .servicesPage a:active, .portfolioPage a:hover, .portfolioPage a:active { transition-delay: 0 !important; transition: 250ms !important; color: #666 !important; } .contactPage a .icon { color: #eee !important; } .contactPage a .icon:hover, .contactPage a .icon:active { color: #666 !important; } @keyframes floatUp { 0% { top: 110%; top: calc(100% + 2em); } 100% { top: -25%; top: -2em; } } @keyframes slowRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @media only screen and (max-width: 768px) { p { font-size: 13px; } .sidebar { display: block !important; } .sideBarButton { display: block !important; border: 2px solid #fff; } .ui.menu { background-color: transparent; } .top.menu { box-shadow: none; border: 0px; background-color: transparent!important; } .top.menu .item { display: none !important; } #fp-nav { display: none; } }
src/css/style.css
body { background-color: #fbbd08; transition: linear 500ms; } .Section { overflow: hidden !important; } .sidebar { display: none !important; } .sideBarButton { display: none !important; } .sidebar.menu{ background-color: #666!important; } .top.menu { box-shadow: none; background-color: #666!important; } .top.menu .item { display: block !important; color: #fff; } .top.menu .item:hover, .top.menu .item:active { color: #fbbd08!important; } .lowered { margin-top: 50px; } .fullScreenHeight { height: 100%; } .animatedBackground { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; /* background-color: #fff; */ /* opacity: 0.3; */ } .animatedBackground i { -webkit-font-smoothing: antialiased; transition: 300ms all; position: absolute; opacity: 0.3; color: #fff!important; font-size: 10vw; animation: 10s floatUp ease-in infinite; top: 100%; } .animatedBackground i:nth-child(even):before { animation: 30s slowRotate linear; animation-direction: reverse; } .animatedBackground i:nth-child(odd):before { animation: 40s slowRotate linear; } .fadeIn { opacity: 0; } .section.active .fadeIn { opacity: 1; } .section.active .animated { transition-duration: 700ms; } .section.active .delayAnimation800 { transition-delay: 800ms; } .section.active .delayAnimation1000 { transition-delay: 1000ms; } .section.active .delayAnimation1200 { transition-delay: 1200ms; } .section.active .delayAnimation1400 { transition-delay: 1400ms; } .section.active .delayAnimation1600 { transition-delay: 1600ms; } .section.active .delayAnimation1800 { transition-delay: 1800ms; } .servicesPage a, .portfolioPage a{ font-weight: 600; font-size: medium; color: #eee !important; } .servicesPage a:hover, .servicesPage a:active, .portfolioPage a:hover, .portfolioPage a:active { transition-delay: 0 !important; transition: 250ms !important; color: #666 !important; } .contactPage a .icon { color: #eee !important; } .contactPage a .icon:hover, .contactPage a .icon:active { color: #666 !important; } @keyframes floatUp { 0% { top: 110%; top: calc(100% + 2em); } 100% { top: -25%; top: -2em; } } @keyframes slowRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @media only screen and (max-width: 768px) { p { font-size: 13px; } .sidebar { display: block !important; } .sideBarButton { display: block !important; border: 2px solid #fff; } .ui.menu { background-color: transparent; } .top.menu { box-shadow: none; border: 0px; background-color: transparent!important; } .top.menu .item { display: none !important; } #fp-nav { display: none; } }
0.542136
0.090615
html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-image: linear-gradient(#F7E0AE, #F2DCB9); } marker.live { fill: #6B616E; } marker.dead { fill: #BDAAA1; } .node { fill: #F2DCB9; stroke: #6B616E; stroke-width: 3; cursor: pointer; } .node.dead, .link.dead { fill: #F2DCB9; stroke: #BDAAA1; } .node text { font: 11px/1 Menlo, Consolas, Courier, sans-serif; font-weight: 400; fill: #6B616E; stroke: #6B616E; stroke-width: 0.5; pointer-events: none; cursor: pointer; text-anchor: middle; } .node .labels { font-size: 15px; stroke-width: 0; text-anchor: start; } .node.dead text { stroke: #BDAAA1; } .link { stroke: #6B616E; stroke-width: 3; } .command-line { font: 300%/1em Menlo, Consolas, Courier, sans-serif; position: absolute; top: 50px; left: 50%; max-width: 90%; text-align: center; margin: 0; padding: 3px 25px 3px 25px; border: 3px solid; outline: none; -webkit-border-radius: 15px; border-radius: 15px; color: #666; background-color: rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 0 50px rgba(189, 170, 161, 1); box-shadow: 1px 0 50px rgba(189, 170, 161, 1); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .helper { font: 80%/1em Menlo, Consolas, Courier, sans-serif; position: absolute; bottom: 1em; right: 2em; padding: 1em 1em 1em 2em; color: #666; -webkit-border-radius: 10px; border-radius: 10px; background-color: rgba(189, 170, 161, 0.5); } .helper li { list-style: none; line-height: 1.2em; } .helper .up::before, .helper .down::before, .helper .enter::before { font-size: 20px; position: absolute; margin-left: -.9em; color: #333; z-index: 0; } .helper .up::before { content: '↑'; } .helper .down::before { content: '↓'; } .helper .enter::before { content: '↵'; }
src/index.css
html, body { width: 100%; height: 100%; margin: 0; padding: 0; background-image: linear-gradient(#F7E0AE, #F2DCB9); } marker.live { fill: #6B616E; } marker.dead { fill: #BDAAA1; } .node { fill: #F2DCB9; stroke: #6B616E; stroke-width: 3; cursor: pointer; } .node.dead, .link.dead { fill: #F2DCB9; stroke: #BDAAA1; } .node text { font: 11px/1 Menlo, Consolas, Courier, sans-serif; font-weight: 400; fill: #6B616E; stroke: #6B616E; stroke-width: 0.5; pointer-events: none; cursor: pointer; text-anchor: middle; } .node .labels { font-size: 15px; stroke-width: 0; text-anchor: start; } .node.dead text { stroke: #BDAAA1; } .link { stroke: #6B616E; stroke-width: 3; } .command-line { font: 300%/1em Menlo, Consolas, Courier, sans-serif; position: absolute; top: 50px; left: 50%; max-width: 90%; text-align: center; margin: 0; padding: 3px 25px 3px 25px; border: 3px solid; outline: none; -webkit-border-radius: 15px; border-radius: 15px; color: #666; background-color: rgba(255, 255, 255, 0.3); -webkit-box-shadow: 1px 0 50px rgba(189, 170, 161, 1); box-shadow: 1px 0 50px rgba(189, 170, 161, 1); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .helper { font: 80%/1em Menlo, Consolas, Courier, sans-serif; position: absolute; bottom: 1em; right: 2em; padding: 1em 1em 1em 2em; color: #666; -webkit-border-radius: 10px; border-radius: 10px; background-color: rgba(189, 170, 161, 0.5); } .helper li { list-style: none; line-height: 1.2em; } .helper .up::before, .helper .down::before, .helper .enter::before { font-size: 20px; position: absolute; margin-left: -.9em; color: #333; z-index: 0; } .helper .up::before { content: '↑'; } .helper .down::before { content: '↓'; } .helper .enter::before { content: '↵'; }
0.602763
0.123392
.toast-wrapper { position: fixed; z-index: 1000; width: 100%; height: 100%; top: 0; left: 0; display: flex; } .my-toast { max-width: 80%; margin: 160px auto auto auto; border-radius: 5px; background: rgba(40, 40, 40, 0.7); } .my-toast .my-toast-content { font-size: 14px; line-height: 15px; text-align: center; padding: 0 15px 15px; color: #ffffff; } .my-toast .my-toast-icon { width: 25px; height: 25px; margin: 15px auto 15px; display: block; background-size: 100% 100%; background-repeat: no-repeat; } .my-toast .toast-ok { background-image: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAmPrzTrelIfjXw3ZfGgnk5s+piIJqWzwtKBQRj+9KqkUAAAGOSURBVEjHrJHZcoQgFERBQhwRHNdyS///bybt3HJiVHjJebFATt2l1b+Qe+1qA5jaaZ+rJKEscKAoQ7yAznAi0/elqv4hr0xj29Y2Ro6Pvro2JmnJDrMS5sFKe9OV4bcSpgt/huvMVsifjRJEr+rEqkHKS+M5qkvG54XjeecWdcPi+N8fJucctlK3VJbzTL8uCtagce+wTvF+0nOORUVZOE+/Z862RpVgZGu5HDS<KEY>); } .my-toast .toast-error { background-image: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMApvpO85kJ18MqGrW6al3k+ffmz4iCd3VhPCMgFBGjrF9cNDUAAAF7SURBVEjHrJPrjoIwEIUPbItQLio3QXFz3v8p1xGWlUzRpNnvXyf90rl08C/cBpvWhjR1aocbPuL6Azcceod3XG1MRWyv2CPpTpwxTR5FeWM4c+oSeMmWlIoyW0NlsaSXwUN15gPTOmxw7fOtcwXFhYK9Q3G3FC5e4zjCy3j0OJXE0gk7TCkfVJvKpY48wS5JLvVkL4GDvCHGvpNK3/6udFLHhLdMUk+3zlwmOOIDo8z0ihlL0u6nBH3NxaRZ51F+YUNU/Dp3Q8YOQk+yXQ3GGyciCyy0JHsI0i6HhW9unOj16KRpz40iWahL6iAUJGXnBpIltKMNlCSHpREZtKMNZEvPUtIAylGGYMgUQE028DgeAw1Zz2YO7dBjIJ8zIhnB5xy/vOF3SuxXAhILKD+gyQGjDPgwAd8y4POrFav0iv10WsdEAAAgDAMFcIcF/LtkLmxfD00yebF/5L5Hrjwy4AKgBOgDwALGQRagJBAf6BUkDqkAQQLZA3FFW64xRdDMOl5jAAAAAElFTkSuQmCC"); } .my-toast .toast-loading { background-image: url("/image/loading2.svg"); } /*=============loading============*/ .my_loading { position: fixed; z-index: 2; width: 64px; height: 64px; background-color: rgba(0, 0, 0, 0.6); top: 50%; left: 50%; margin-left: -32px; margin-top: -32px; border-radius: 2px; } .pswp__preloader__icn { opacity:0.75; width: 30px; height: 30px; -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; border-radius: 2px; } /* The idea of animating inner circle is based on Polymer loading indicator by <NAME> https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ .pswp__preloader__cut { position: relative; width: 12px; height: 24px; overflow: hidden; position: absolute; top: 0; left: 0; } .pswp__preloader__donut { box-sizing: border-box; width: 24px; height: 24px; border: 2px solid #fff3e1; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin:0; -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite; animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite; } @-webkit-keyframes clockwise { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg) } } @keyframes clockwise { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-webkit-keyframes donut-rotate { 0% { -webkit-transform: rotate(0) } 50% { -webkit-transform: rotate(-140deg) } 100% { -webkit-transform: rotate(0) } } @keyframes donut-rotate { 0% { transform: rotate(0) } 50% { transform: rotate(-140deg) } 100% { transform: rotate(0) } }
src/style/toast.css
.toast-wrapper { position: fixed; z-index: 1000; width: 100%; height: 100%; top: 0; left: 0; display: flex; } .my-toast { max-width: 80%; margin: 160px auto auto auto; border-radius: 5px; background: rgba(40, 40, 40, 0.7); } .my-toast .my-toast-content { font-size: 14px; line-height: 15px; text-align: center; padding: 0 15px 15px; color: #ffffff; } .my-toast .my-toast-icon { width: 25px; height: 25px; margin: 15px auto 15px; display: block; background-size: 100% 100%; background-repeat: no-repeat; } .my-toast .toast-ok { background-image: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAmPrzTrelIfjXw3ZfGgnk5s+piIJqWzwtKBQRj+9KqkUAAAGOSURBVEjHrJHZcoQgFERBQhwRHNdyS///bybt3HJiVHjJebFATt2l1b+Qe+1qA5jaaZ+rJKEscKAoQ7yAznAi0/elqv4hr0xj29Y2Ro6Pvro2JmnJDrMS5sFKe9OV4bcSpgt/huvMVsifjRJEr+rEqkHKS+M5qkvG54XjeecWdcPi+N8fJucctlK3VJbzTL8uCtagce+wTvF+0nOORUVZOE+/Z862RpVgZGu5HDS<KEY>); } .my-toast .toast-error { background-image: url(" data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMApvpO85kJ18MqGrW6al3k+ffmz4iCd3VhPCMgFBGjrF9cNDUAAAF7SURBVEjHrJPrjoIwEIUPbItQLio3QXFz3v8p1xGWlUzRpNnvXyf90rl08C/cBpvWhjR1aocbPuL6Azcceod3XG1MRWyv2CPpTpwxTR5FeWM4c+oSeMmWlIoyW0NlsaSXwUN15gPTOmxw7fOtcwXFhYK9Q3G3FC5e4zjCy3j0OJXE0gk7TCkfVJvKpY48wS5JLvVkL4GDvCHGvpNK3/6udFLHhLdMUk+3zlwmOOIDo8z0ihlL0u6nBH3NxaRZ51F+YUNU/Dp3Q8YOQk+yXQ3GGyciCyy0JHsI0i6HhW9unOj16KRpz40iWahL6iAUJGXnBpIltKMNlCSHpREZtKMNZEvPUtIAylGGYMgUQE028DgeAw1Zz2YO7dBjIJ8zIhnB5xy/vOF3SuxXAhILKD+gyQGjDPgwAd8y4POrFav0iv10WsdEAAAgDAMFcIcF/LtkLmxfD00yebF/5L5Hrjwy4AKgBOgDwALGQRagJBAf6BUkDqkAQQLZA3FFW64xRdDMOl5jAAAAAElFTkSuQmCC"); } .my-toast .toast-loading { background-image: url("/image/loading2.svg"); } /*=============loading============*/ .my_loading { position: fixed; z-index: 2; width: 64px; height: 64px; background-color: rgba(0, 0, 0, 0.6); top: 50%; left: 50%; margin-left: -32px; margin-top: -32px; border-radius: 2px; } .pswp__preloader__icn { opacity:0.75; width: 30px; height: 30px; -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; border-radius: 2px; } /* The idea of animating inner circle is based on Polymer loading indicator by <NAME> https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ .pswp__preloader__cut { position: relative; width: 12px; height: 24px; overflow: hidden; position: absolute; top: 0; left: 0; } .pswp__preloader__donut { box-sizing: border-box; width: 24px; height: 24px; border: 2px solid #fff3e1; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin:0; -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite; animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite; } @-webkit-keyframes clockwise { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg) } } @keyframes clockwise { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } } @-webkit-keyframes donut-rotate { 0% { -webkit-transform: rotate(0) } 50% { -webkit-transform: rotate(-140deg) } 100% { -webkit-transform: rotate(0) } } @keyframes donut-rotate { 0% { transform: rotate(0) } 50% { transform: rotate(-140deg) } 100% { transform: rotate(0) } }
0.50952
0.153899
@font-face { font-family: ApercuRegular; src: url(Apercu-Regular.otf); } @font-face { font-family: ApercuMono; src: url(Apercu-Mono.otf); } @font-face { font-family: ApercuMedium; src: url(Apercu-Medium.otf); } @font-face { font-family: ApercuMediumItalic; src: url(Apercu-Medium-Italic.otf); } @font-face { font-family: ApercuLight; src: url(Apercu-Light.otf); } @font-face { font-family: ApercuLightItalic; src: url(Apercu-Light-Italic.otf); } @font-face { font-family: ApercuItalic; src: url(Apercu-Italic.otf); } @font-face { font-family: ApercuBold; src: url(Apercu-Bold.otf); } @font-face { font-family: ApercuBoldItalic; src: url(Apercu-Bold-Italic.otf); } body { overflow-x: hidden; font-family: 'Karla', sans-serif; font-weight: 400; margin-left: 7%; margin-right: 7%; } @media (min-width: 768px) { body { margin-left: 10%; margin-right: 10%; } } a { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; color: black; } img.project-img1 { max-width: 250px; padding: 5px 2px; } h1, h2, h3, h4, h5, h6 { font-family: 'ApercuBold', Arial, sans-serif; } h4{ color: black; } h1{ padding-top: 2%; } p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; } div.overview-text { margin: 10px 0; padding: 30px; border: 1px solid #f3f3f3; background-color: #fff; box-shadow: 0 3px 20px 0 rgba(0,0,0,.05); border-radius: 7px; text-align: center; } p.highlight { font-style: italic; border-left: 4px solid #c7c7c7; margin-left: 1%; padding: 0 24px; font-size: 1.3em; } .content { background-color: white; } .title { padding-top: 100px; } .text-faded { color: #848484; } .overview { padding: 10px 0; background-color: #ffffff; } aside { padding: 50px 0; } .no-padding { padding: 0; } .section-heading { margin-top: 0; color: black; } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #F05F40; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #222222; } img.persona { max-width: 75px; margin-left: 10px; margin-right: 20px; } @media (min-width: 768px) { img.persona { max-width: 100px; margin-left: 50px; margin-right: 50px; } }
css/project.css
@font-face { font-family: ApercuRegular; src: url(Apercu-Regular.otf); } @font-face { font-family: ApercuMono; src: url(Apercu-Mono.otf); } @font-face { font-family: ApercuMedium; src: url(Apercu-Medium.otf); } @font-face { font-family: ApercuMediumItalic; src: url(Apercu-Medium-Italic.otf); } @font-face { font-family: ApercuLight; src: url(Apercu-Light.otf); } @font-face { font-family: ApercuLightItalic; src: url(Apercu-Light-Italic.otf); } @font-face { font-family: ApercuItalic; src: url(Apercu-Italic.otf); } @font-face { font-family: ApercuBold; src: url(Apercu-Bold.otf); } @font-face { font-family: ApercuBoldItalic; src: url(Apercu-Bold-Italic.otf); } body { overflow-x: hidden; font-family: 'Karla', sans-serif; font-weight: 400; margin-left: 7%; margin-right: 7%; } @media (min-width: 768px) { body { margin-left: 10%; margin-right: 10%; } } a { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; color: black; } img.project-img1 { max-width: 250px; padding: 5px 2px; } h1, h2, h3, h4, h5, h6 { font-family: 'ApercuBold', Arial, sans-serif; } h4{ color: black; } h1{ padding-top: 2%; } p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; } div.overview-text { margin: 10px 0; padding: 30px; border: 1px solid #f3f3f3; background-color: #fff; box-shadow: 0 3px 20px 0 rgba(0,0,0,.05); border-radius: 7px; text-align: center; } p.highlight { font-style: italic; border-left: 4px solid #c7c7c7; margin-left: 1%; padding: 0 24px; font-size: 1.3em; } .content { background-color: white; } .title { padding-top: 100px; } .text-faded { color: #848484; } .overview { padding: 10px 0; background-color: #ffffff; } aside { padding: 50px 0; } .no-padding { padding: 0; } .section-heading { margin-top: 0; color: black; } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #F05F40; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #222222; } img.persona { max-width: 75px; margin-left: 10px; margin-right: 20px; } @media (min-width: 768px) { img.persona { max-width: 100px; margin-left: 50px; margin-right: 50px; } }
0.437583
0.24947
.editor { position: relative; } .editor .body { min-height: 90px; } .editor [contenteditable="true"]:focus { border: none; outline: none; } .editor [contenteditable="true"]::selection { background: #fff2a8; } .editor .footer { padding: 5px 10px 8px 5px; text-align: right; color: #e1e1e1; font-size: 12px; } .editor .footer span { font-size: 14px; } .editor .footer span.emphasize { color: #95A5A6; font-weight: bold; transition: all .2s; } .editor .footer span.emphasize .key { border: 1px solid #e1e1e1; border-radius: 2px; padding: 0px 2px; border-bottom: 2px solid #D2D7D3; } .editor .footer span.emphasize.disabled { color: #e1e1e1; } .editor .footer span.emphasize.disabled .key { border: 1px solid #eeeeee; border-radius: 2px; padding: 0px 2px; border-bottom: 2px solid #eeeeee; } .editor .footer button { touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: none; background-image: none; white-space: nowrap; vertical-align: middle; text-align: center; background: #ABB7B7; color: #f1f1f1; padding: 2px 6px; border-radius: 2px; font-size: 12px; transition: all .2s; border-bottom: 2px solid #95a5a6; margin: 0 5px; } .editor .footer button:hover { background: #95A5A6; color: white; content: "alt+s"; } .editor .footer button[disabled=disabled], .editor .footer button:disabled { cursor: default; background: #DADFE1; border-bottom: 2px solid #DADFE1; } .editor .footer button[disabled=disabled]:hover, .editor .footer button:disabled:hover { color: #f1f1f1; } .hash-input { border: none; outline: none; border-bottom: 2px solid #F9BF3B; line-height: 1.2; } .hash-input.readonly { padding: 1px 4px; background: #F9BF3B; color: white; border-radius: 2px; margin: 1px 2px; -webkit-user-select: none; } #hash-form { display: inline-block; } #sub .card { min-height: 200px; } #sub .card.ng-enter { transform: rotate(-20deg) translate(-90px); transition: all .5s; opacity: 0; border-bottom: 2px solid #e1e1e7; border-radius: 2px; } #sub .card.ng-enter.ng-enter-active { opacity: 1; transform: rotate(0deg) translate(0px); } .card-container.flatten-3d.rotateX { perspective: none; } .card-container.flatten-3d.rotateX .card { transform-style: flat; } .card-container.ng-leave { transition: all .5s; opacity: 1; } .card-container.ng-leave.ng-leave-active { opacity: 0; transform: translate(200px); } /* file upload */ .drop-box { height: 100%; } .dragover { border: 5px dashed blue; }
static/css/tab1.css
.editor { position: relative; } .editor .body { min-height: 90px; } .editor [contenteditable="true"]:focus { border: none; outline: none; } .editor [contenteditable="true"]::selection { background: #fff2a8; } .editor .footer { padding: 5px 10px 8px 5px; text-align: right; color: #e1e1e1; font-size: 12px; } .editor .footer span { font-size: 14px; } .editor .footer span.emphasize { color: #95A5A6; font-weight: bold; transition: all .2s; } .editor .footer span.emphasize .key { border: 1px solid #e1e1e1; border-radius: 2px; padding: 0px 2px; border-bottom: 2px solid #D2D7D3; } .editor .footer span.emphasize.disabled { color: #e1e1e1; } .editor .footer span.emphasize.disabled .key { border: 1px solid #eeeeee; border-radius: 2px; padding: 0px 2px; border-bottom: 2px solid #eeeeee; } .editor .footer button { touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: none; background-image: none; white-space: nowrap; vertical-align: middle; text-align: center; background: #ABB7B7; color: #f1f1f1; padding: 2px 6px; border-radius: 2px; font-size: 12px; transition: all .2s; border-bottom: 2px solid #95a5a6; margin: 0 5px; } .editor .footer button:hover { background: #95A5A6; color: white; content: "alt+s"; } .editor .footer button[disabled=disabled], .editor .footer button:disabled { cursor: default; background: #DADFE1; border-bottom: 2px solid #DADFE1; } .editor .footer button[disabled=disabled]:hover, .editor .footer button:disabled:hover { color: #f1f1f1; } .hash-input { border: none; outline: none; border-bottom: 2px solid #F9BF3B; line-height: 1.2; } .hash-input.readonly { padding: 1px 4px; background: #F9BF3B; color: white; border-radius: 2px; margin: 1px 2px; -webkit-user-select: none; } #hash-form { display: inline-block; } #sub .card { min-height: 200px; } #sub .card.ng-enter { transform: rotate(-20deg) translate(-90px); transition: all .5s; opacity: 0; border-bottom: 2px solid #e1e1e7; border-radius: 2px; } #sub .card.ng-enter.ng-enter-active { opacity: 1; transform: rotate(0deg) translate(0px); } .card-container.flatten-3d.rotateX { perspective: none; } .card-container.flatten-3d.rotateX .card { transform-style: flat; } .card-container.ng-leave { transition: all .5s; opacity: 1; } .card-container.ng-leave.ng-leave-active { opacity: 0; transform: translate(200px); } /* file upload */ .drop-box { height: 100%; } .dragover { border: 5px dashed blue; }
0.370453
0.143728
8.0.0-beta16:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-beta2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.7:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.8:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.9:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.10:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-alpha1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.7:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85
hashs-database/hashs/core___themes___classy___css___components___tabledrag.css
8.0.0-beta16:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0-rc4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-beta2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.7:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.8:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.9:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.10:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-beta3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.3:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.4:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.5:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.6:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-alpha1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-beta1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-rc1:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.7:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0-rc2:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.0.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.1.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.2.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85 8.3.0:765a3c5e30cfa585f8e4d9d1d43cdc9423c84fbf5340a0a738c56d48fe898a85
0.187988
0.148479
.type-C-26 .border_content { margin: 0 auto; max-width: 85.71429em; width: 100%; } .type-C-26 .clear { clear: both; } .type-C-26 .l-footer-columns { background: #272727; color: #fff; } .type-C-26 .l-footer-columns .block { padding: 50px 0 0 0; } .type-C-26 .l-footer-columns .block-title { font-size: 16px; font-weight: 600; margin-bottom: 25px; text-transform: uppercase; color: #fff; letter-spacing: 1px; } .type-C-26 .l-footer-columns ul { margin-left: 0; } .type-C-26 .l-footer-columns ul li a { color: #aaa; } .type-C-26 .l-footer-columns .menu-item { line-height: 28px; } .type-C-26 .l-footer a:hover, .type-C-26 .l-footer-columns a:hover { text-decoration: underline; } .type-C-26 .textwidget { font-family: inherit; font-size: 1em; margin-bottom: 1.42857em; } .type-C-26 .contact-details .fa { font-size: 1.4em; line-height: 32px; text-align: center; margin-right: 15px; } .type-C-26 .latest-posts ul { margin-left: 0; } .type-C-26 .latest-posts ul li:first-child { padding-top: 0; min-height: 5.6em; } .type-C-26 .latest-posts .blog-image { padding-right: 6px; padding-top: 10px; } .type-C-26 .latest-posts .blog-image img { margin-right: 10px; width: 70px; } .type-C-26 .latest-posts ul li { padding: 10px 0; min-height: 6.5em; } .type-C-26 .latest-posts .blog-title, .type-C-26 .latest-posts .subheader { margin: 0; line-height: 20px; } .type-C-26 .latest-posts .blog-title a { color: #333; font-size: 14px; font-weight: 400; letter-spacing: .5px; line-height: 22px; } .type-C-26 .l-footer-columns .latest-posts .blog-title a { color: #eee; } .type-C-26 .left { float: left !important; } .type-C-26 .subheader { line-height: 1.4; color: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } .type-C-26 .l-footer { color: #777; background: #1f1f1f; border: none; padding-top: 1em; margin-bottom: 0; } .type-C-26 .l-footer .footer { text-align: left; } .type-C-26 .l-footer section.block { padding: 0; } .type-C-26 .l-footer a { color: #ddd; text-decoration: none; } .type-C-26 .l-footer a:hover { color: #106eaa; } .type-C-26 .l-footer p { margin: 0; padding-bottom: 0.7em; direction: ltr; } @media (max-width: 991px) { .type-C-26 .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; } }
group_c/public/css/footer.css
.type-C-26 .border_content { margin: 0 auto; max-width: 85.71429em; width: 100%; } .type-C-26 .clear { clear: both; } .type-C-26 .l-footer-columns { background: #272727; color: #fff; } .type-C-26 .l-footer-columns .block { padding: 50px 0 0 0; } .type-C-26 .l-footer-columns .block-title { font-size: 16px; font-weight: 600; margin-bottom: 25px; text-transform: uppercase; color: #fff; letter-spacing: 1px; } .type-C-26 .l-footer-columns ul { margin-left: 0; } .type-C-26 .l-footer-columns ul li a { color: #aaa; } .type-C-26 .l-footer-columns .menu-item { line-height: 28px; } .type-C-26 .l-footer a:hover, .type-C-26 .l-footer-columns a:hover { text-decoration: underline; } .type-C-26 .textwidget { font-family: inherit; font-size: 1em; margin-bottom: 1.42857em; } .type-C-26 .contact-details .fa { font-size: 1.4em; line-height: 32px; text-align: center; margin-right: 15px; } .type-C-26 .latest-posts ul { margin-left: 0; } .type-C-26 .latest-posts ul li:first-child { padding-top: 0; min-height: 5.6em; } .type-C-26 .latest-posts .blog-image { padding-right: 6px; padding-top: 10px; } .type-C-26 .latest-posts .blog-image img { margin-right: 10px; width: 70px; } .type-C-26 .latest-posts ul li { padding: 10px 0; min-height: 6.5em; } .type-C-26 .latest-posts .blog-title, .type-C-26 .latest-posts .subheader { margin: 0; line-height: 20px; } .type-C-26 .latest-posts .blog-title a { color: #333; font-size: 14px; font-weight: 400; letter-spacing: .5px; line-height: 22px; } .type-C-26 .l-footer-columns .latest-posts .blog-title a { color: #eee; } .type-C-26 .left { float: left !important; } .type-C-26 .subheader { line-height: 1.4; color: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } .type-C-26 .l-footer { color: #777; background: #1f1f1f; border: none; padding-top: 1em; margin-bottom: 0; } .type-C-26 .l-footer .footer { text-align: left; } .type-C-26 .l-footer section.block { padding: 0; } .type-C-26 .l-footer a { color: #ddd; text-decoration: none; } .type-C-26 .l-footer a:hover { color: #106eaa; } .type-C-26 .l-footer p { margin: 0; padding-bottom: 0.7em; direction: ltr; } @media (max-width: 991px) { .type-C-26 .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; } }
0.402744
0.059047
.embetter { -webkit-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -moz-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -ms-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -o-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; background-color: transparent; position: relative; display: block; overflow: hidden; } .embetter:hover { background-color: #000; } .embetter a { display: block; line-height: 0; margin: 0; } .embetter img { -webkit-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -webkit-transform 0.25s linear; -moz-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -moz-transform 0.25s linear; -ms-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -ms-transform 0.25s linear; -o-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -o-transform 0.25s linear; transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, transform 0.25s linear; width: 100%; margin: 0; } .embetter:hover img { opacity: 0.9; -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); } .embetter.embetter-static:hover img { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .embetter.embetter-playing img { opacity: 0; } .embetter .embetter-play-button, .embetter .embetter-loading { -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -ms-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; } .embetter .embetter-play-button, .embetter .embetter-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; cursor: pointer; } .embetter.embetter-playing .embetter-play-button { opacity: 0; } .embetter .embetter-play-button:before { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2286%22%20height%3D%2260%22%20viewBox%3D%220%200%2086%2060%22%3E%3Cpath%20fill%3D%22%23010101%22%20d%3D%22M0%200h86v60h-86z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.422%2017.6v24.8l22.263-12.048z%22/%3E%3C/svg%3E'); /* <svg xmlns="http://www.w3.org/2000/svg" width="86" height="60" viewBox="0 0 86 60"><path fill="#010101" d="M0 0h86v60h-86z"/><path fill="#fff" d="M35.422 17.6v24.8l22.263-12.048z"/></svg> */ background-repeat: no-repeat; background-position: 50% 50%; background-size: 33.333% auto; width: 100%; max-width: 258px; height: 100%; min-height: 100%; content: " "; margin: 0 auto; display: block; } /* Audio services have a round play button */ .embetter[data-soundcloud-id] div:before, .embetter[data-mixcloud-id] div:before { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%3E%3Ccircle%20fill%3D%22%23010101%22%20cx%3D%2232.5%22%20cy%3D%2232.5%22%20r%3D%2232.5%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.095%2020.932v23.136l20.769-11.24z%22/%3E%3C/svg%3E'); /* <svg xmlns="http://www.w3.org/2000/svg" width="65" height="65" viewBox="0 0 65 65"><circle fill="#010101" cx="32.5" cy="32.5" r="32.5"/><path fill="#fff" d="M25.095 20.932v23.136l20.769-11.24z"/></svg> */ max-width: 195px; } .embetter .embetter-loading { background-color: #000000; opacity: 0; } .embetter.embetter-playing .embetter-loading { opacity: 1; } .embetter .embetter-loading:before { background-repeat: no-repeat; background-position: 51.7% 50%; background-size: 9.0909% auto; /* 1/11th of the max width for a background-size of 23px 25px */ max-width: 253px; width: 100%; height: 100%; min-height: 100%; content: " "; margin: 0 auto; display: block; } /* TODO: This was a really big data url we removed and probably needs to be replaced */ /* .embetter.embetter-playing .embetter-loading:before { */ /* } */ .embetter iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Per-service overrides */ .embetter[data-youtube-id], .embetter[data-dailymotion-id] { padding-bottom: 56.25%; height: 0; } .embetter[data-youtube-id] img { margin: -9.4% 0; } .embetter[data-soundcloud-id], .embetter[data-bandcamp-id], .embetter[data-vine-id] { max-width: 600px; } .embetter[data-mixcloud-id] { max-width: 600px; max-height: 600px; } .embetter[data-mixcloud-id].embetter-playing { max-width: 660px; max-height: 180px; } .embetter[data-codepen-id] { max-width: 700px; } .embetter[data-ustream-id] { max-width: 640px; } .embetter[data-slideshare-id] { max-width: 1080px; } .embetter[data-imgur-id] { max-width: 480px; } .embetter[data-instagram-id] { max-width: 640px; } .embetter[data-instagram-id].embetter-playing { max-width: 658px; } .embetter[data-instagram-id].embetter-playing img { padding: 32px 0 48px 0; } /* stylelint-enable */
src/vendor/embetter.css
.embetter { -webkit-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -moz-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -ms-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; -o-transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; transition: background-color 0.25s linear, max-width 0.25s linear, max-height 0.25s linear; background-color: transparent; position: relative; display: block; overflow: hidden; } .embetter:hover { background-color: #000; } .embetter a { display: block; line-height: 0; margin: 0; } .embetter img { -webkit-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -webkit-transform 0.25s linear; -moz-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -moz-transform 0.25s linear; -ms-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -ms-transform 0.25s linear; -o-transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, -o-transform 0.25s linear; transition: opacity 0.25s linear, padding 0.25s linear, max-width 0.25s linear, transform 0.25s linear; width: 100%; margin: 0; } .embetter:hover img { opacity: 0.9; -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02); } .embetter.embetter-static:hover img { opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .embetter.embetter-playing img { opacity: 0; } .embetter .embetter-play-button, .embetter .embetter-loading { -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -ms-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; } .embetter .embetter-play-button, .embetter .embetter-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; cursor: pointer; } .embetter.embetter-playing .embetter-play-button { opacity: 0; } .embetter .embetter-play-button:before { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2286%22%20height%3D%2260%22%20viewBox%3D%220%200%2086%2060%22%3E%3Cpath%20fill%3D%22%23010101%22%20d%3D%22M0%200h86v60h-86z%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.422%2017.6v24.8l22.263-12.048z%22/%3E%3C/svg%3E'); /* <svg xmlns="http://www.w3.org/2000/svg" width="86" height="60" viewBox="0 0 86 60"><path fill="#010101" d="M0 0h86v60h-86z"/><path fill="#fff" d="M35.422 17.6v24.8l22.263-12.048z"/></svg> */ background-repeat: no-repeat; background-position: 50% 50%; background-size: 33.333% auto; width: 100%; max-width: 258px; height: 100%; min-height: 100%; content: " "; margin: 0 auto; display: block; } /* Audio services have a round play button */ .embetter[data-soundcloud-id] div:before, .embetter[data-mixcloud-id] div:before { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2265%22%20height%3D%2265%22%20viewBox%3D%220%200%2065%2065%22%3E%3Ccircle%20fill%3D%22%23010101%22%20cx%3D%2232.5%22%20cy%3D%2232.5%22%20r%3D%2232.5%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.095%2020.932v23.136l20.769-11.24z%22/%3E%3C/svg%3E'); /* <svg xmlns="http://www.w3.org/2000/svg" width="65" height="65" viewBox="0 0 65 65"><circle fill="#010101" cx="32.5" cy="32.5" r="32.5"/><path fill="#fff" d="M25.095 20.932v23.136l20.769-11.24z"/></svg> */ max-width: 195px; } .embetter .embetter-loading { background-color: #000000; opacity: 0; } .embetter.embetter-playing .embetter-loading { opacity: 1; } .embetter .embetter-loading:before { background-repeat: no-repeat; background-position: 51.7% 50%; background-size: 9.0909% auto; /* 1/11th of the max width for a background-size of 23px 25px */ max-width: 253px; width: 100%; height: 100%; min-height: 100%; content: " "; margin: 0 auto; display: block; } /* TODO: This was a really big data url we removed and probably needs to be replaced */ /* .embetter.embetter-playing .embetter-loading:before { */ /* } */ .embetter iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Per-service overrides */ .embetter[data-youtube-id], .embetter[data-dailymotion-id] { padding-bottom: 56.25%; height: 0; } .embetter[data-youtube-id] img { margin: -9.4% 0; } .embetter[data-soundcloud-id], .embetter[data-bandcamp-id], .embetter[data-vine-id] { max-width: 600px; } .embetter[data-mixcloud-id] { max-width: 600px; max-height: 600px; } .embetter[data-mixcloud-id].embetter-playing { max-width: 660px; max-height: 180px; } .embetter[data-codepen-id] { max-width: 700px; } .embetter[data-ustream-id] { max-width: 640px; } .embetter[data-slideshare-id] { max-width: 1080px; } .embetter[data-imgur-id] { max-width: 480px; } .embetter[data-instagram-id] { max-width: 640px; } .embetter[data-instagram-id].embetter-playing { max-width: 658px; } .embetter[data-instagram-id].embetter-playing img { padding: 32px 0 48px 0; } /* stylelint-enable */
0.396535
0.103024
section.pages { background: #347be1; padding-bottom: 10rem; padding-top: 3.45rem; position: relative; } section.pages.green { background: #40aa19; } section.pages.purple { background: linear-gradient(#613be8, #613be8, #5223ff); } section.pages::before { content: ''; width: 100%; position: absolute; height: 100px; background-image: url('../../assets/waves/blue-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } section.pages.green::before { content: ''; width: 100%; position: absolute; height: 100px; background: url('../../assets/waves/green-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } section.pages.purple::before { content: ''; width: 100%; position: absolute; height: 100px; background: url('../../assets/waves/purple-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } div.button-div { margin-top: 2rem; display: flex; justify-content: center; align-items: center; } div.button-div .btn-switch { padding: 10px 15px; font-size: 1.375rem; font-weight: 500; border-radius: 4px; background: #7a23ec; color: #fff; transition: all ease 150ms; } div.button-div .btn-switch:last-child { margin-left: 2rem; } div.button-div .btn-switch:hover { background: #6b19d6; } div.button-div .btn-switch:active { background: #5402be; } @media only screen and (max-height: 780px) { section.pages { padding-top: 3.6rem; } section.pages::before { top: -3.6rem; } section.pages.green::before { top: -3.6rem; } section.pages.purple::before { top: -3.6rem; } } @media only screen and (max-height: 655px) { section.pages { padding-top: 3.8rem; } section.pages::before { top: -3.8rem; } section.pages.green::before { top: -3.8rem; } section.pages.purple::before { top: -3.8rem; } } @media only screen and (max-width: 1006px) { section.pages { display: none; } } @media only screen and (max-width: 832px) { div.button-div { margin-top: 1rem; } } /* @media only screen and (max-width: 768px) and (max-height: 1024) { section.pages.green::before { bottom: 5rem; } section.pages.blue::before { bottom: 1rem; } } */ /* @media only screen and (max-height: 730px) { div.button-div { margin-top: 4rem; } } @media only screen and (max-height: 700px) { div.button-div { margin-top: 5rem; } } */
src/components/ShowPages/styles.css
section.pages { background: #347be1; padding-bottom: 10rem; padding-top: 3.45rem; position: relative; } section.pages.green { background: #40aa19; } section.pages.purple { background: linear-gradient(#613be8, #613be8, #5223ff); } section.pages::before { content: ''; width: 100%; position: absolute; height: 100px; background-image: url('../../assets/waves/blue-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } section.pages.green::before { content: ''; width: 100%; position: absolute; height: 100px; background: url('../../assets/waves/green-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } section.pages.purple::before { content: ''; width: 100%; position: absolute; height: 100px; background: url('../../assets/waves/purple-wave.svg'); background-repeat: no-repeat; background-position: top center; background-size: 100% 100%; top: -3.45rem; } div.button-div { margin-top: 2rem; display: flex; justify-content: center; align-items: center; } div.button-div .btn-switch { padding: 10px 15px; font-size: 1.375rem; font-weight: 500; border-radius: 4px; background: #7a23ec; color: #fff; transition: all ease 150ms; } div.button-div .btn-switch:last-child { margin-left: 2rem; } div.button-div .btn-switch:hover { background: #6b19d6; } div.button-div .btn-switch:active { background: #5402be; } @media only screen and (max-height: 780px) { section.pages { padding-top: 3.6rem; } section.pages::before { top: -3.6rem; } section.pages.green::before { top: -3.6rem; } section.pages.purple::before { top: -3.6rem; } } @media only screen and (max-height: 655px) { section.pages { padding-top: 3.8rem; } section.pages::before { top: -3.8rem; } section.pages.green::before { top: -3.8rem; } section.pages.purple::before { top: -3.8rem; } } @media only screen and (max-width: 1006px) { section.pages { display: none; } } @media only screen and (max-width: 832px) { div.button-div { margin-top: 1rem; } } /* @media only screen and (max-width: 768px) and (max-height: 1024) { section.pages.green::before { bottom: 5rem; } section.pages.blue::before { bottom: 1rem; } } */ /* @media only screen and (max-height: 730px) { div.button-div { margin-top: 4rem; } } @media only screen and (max-height: 700px) { div.button-div { margin-top: 5rem; } } */
0.478529
0.056004
.header{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1rem; margin: 5rem 0; } .header__text{ font-weight: bold; } .header__text h1{ margin: 2rem 0; font-size: 3.5rem; line-height: 1; } .header__text p{ font-size: 1.5rem; line-height: 1.2; margin-bottom: 2rem; color: #615656; } .header__img{ transform: translateX(3rem); width: 100%; } .howItWork{ margin: 8rem 0; } .howItWork__container{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 3rem 3rem; } .howItWork__container img{ width: 100%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) } .howItWork__imgReverse{ width: 100%; order: 2; } .howItWork__text{ padding: 2rem; } .howItWork__text h2{ font-size: 3rem; margin-bottom: 2rem; } .howItWork__text p{ font-size: 1.5rem; line-height: 1.2; margin-bottom: 2rem; } .steps__text h2{ font-size: 2.5rem; font-weight: bold; line-height: 1; margin-top: 2rem; margin-bottom: 2rem; } .steps__list { margin: 0; } .steps__list li{ font-size: 1.4rem; } @media(max-width: 900px){ .header{ grid-template-columns: 1fr; margin: 1rem 0; } .header__text{ margin: 0 2rem; z-index: 4; } .header__text h1{ grid-row: 2; margin-top: 0; margin-bottom: 1.5rem; font-size: 2.2rem; } .header__text p{ font-size: 1.2rem; line-height: 1.2; margin-bottom: 1.5rem; } .header__buttons{ grid-row: 3; } .header__img{ grid-row: 1; margin: auto; margin-top: .4rem; width: 90%; transform: translateX(0); } .howItWork{ margin: 6rem 1rem; } .howItWork__imgReverse{ order: 0; } .howItWork__container{ display: grid; grid-template-columns: 1fr; } .howItWork__text{ padding: 0; } .howItWork__text h2{ font-size: 2.3rem; margin-bottom: 1rem; } .howItWork__text p{ margin-bottom: 1rem; } .steps__text h2{ font-size: 2rem; margin-top: 0; margin-bottom: 1.5rem; } }
client/src/components/home/Home.module.css
.header{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1rem; margin: 5rem 0; } .header__text{ font-weight: bold; } .header__text h1{ margin: 2rem 0; font-size: 3.5rem; line-height: 1; } .header__text p{ font-size: 1.5rem; line-height: 1.2; margin-bottom: 2rem; color: #615656; } .header__img{ transform: translateX(3rem); width: 100%; } .howItWork{ margin: 8rem 0; } .howItWork__container{ display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 3rem 3rem; } .howItWork__container img{ width: 100%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) } .howItWork__imgReverse{ width: 100%; order: 2; } .howItWork__text{ padding: 2rem; } .howItWork__text h2{ font-size: 3rem; margin-bottom: 2rem; } .howItWork__text p{ font-size: 1.5rem; line-height: 1.2; margin-bottom: 2rem; } .steps__text h2{ font-size: 2.5rem; font-weight: bold; line-height: 1; margin-top: 2rem; margin-bottom: 2rem; } .steps__list { margin: 0; } .steps__list li{ font-size: 1.4rem; } @media(max-width: 900px){ .header{ grid-template-columns: 1fr; margin: 1rem 0; } .header__text{ margin: 0 2rem; z-index: 4; } .header__text h1{ grid-row: 2; margin-top: 0; margin-bottom: 1.5rem; font-size: 2.2rem; } .header__text p{ font-size: 1.2rem; line-height: 1.2; margin-bottom: 1.5rem; } .header__buttons{ grid-row: 3; } .header__img{ grid-row: 1; margin: auto; margin-top: .4rem; width: 90%; transform: translateX(0); } .howItWork{ margin: 6rem 1rem; } .howItWork__imgReverse{ order: 0; } .howItWork__container{ display: grid; grid-template-columns: 1fr; } .howItWork__text{ padding: 0; } .howItWork__text h2{ font-size: 2.3rem; margin-bottom: 1rem; } .howItWork__text p{ margin-bottom: 1rem; } .steps__text h2{ font-size: 2rem; margin-top: 0; margin-bottom: 1.5rem; } }
0.469763
0.206754
Margin, padding, and border resets except for form elements */ body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; } /* Consistency fixes adopted from http://necolas.github.com/normalize.css/ */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video { display: block; } html { height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { min-height: 100%; font-size: 100%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } b, strong { font-weight: bold; } abbr[title] { border-bottom: 1px dotted; } table { border-collapse: collapse; border-spacing: 0; } a img, img { -ms-interpolation-mode: bicubic; border: 0; } input, textarea, button, select { margin: 0; font-size: 100%; line-height: normal; vertical-align: baseline; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } textarea { overflow: auto; } /* These are easy to forget */ ::selection { background: orangered; color: white; } ::-moz-selection { background: orangered; color: white; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } body { -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62); } /* Style overrides for IE6-8 http://jonikorpi.com/leaving-old-IE-behind/ */ /* An easy way to zoom your entire layout in or out (as long as it's set in ems). Just change the media queries to activate them. Assuming your base font-size is 16: - the first one zooms out by a factor of (16-2)/16 = 0.875 - the second one zooms in by a factor of (16+2)/16 = 1.125 */ @media screen and (max-width: 1px) { body { font-size: 0.875em; } } @media screen and (max-width: 1px) { body { font-size: 1.125em; } } /* */ /* Layout */ header { width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; margin-bottom: 1em; } .hero { width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; overflow: hidden; } .hero li { width: 16.5em; box-sizing: border-box; height: 16.5em; margin: 0 0 0 24px; float: left; list-style-type: none; border: 0.5em solid white; box-sizing: border-box; overflow: hidden; } .hero li:first-child { margin-left: 0; } .content, footer { overflow: hidden; position: relative; width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; } .copy { width: 34.5em; box-sizing: border-box; margin: 0 0 0 24px; float: left; margin-left: 0; } .pullout { border: 0.5em solid white; background: #b8d3eb; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } nav ul { width: 16.5em; box-sizing: border-box; margin: 0 0 0 24px; float: left; } .benefits { float: left; margin: 2em auto; } /* Colours */ html { background: #72aadb; } h1, h2, h3, h4 { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } /* Type */ h2 { font-size: 3em; text-align: center; margin: 0 auto 0.5em auto; } .home h2 { font-size: 3em; text-align: center; margin: 0.5em auto; } header h1, header p { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; text-align: center; text-transform: lowercase; font-size: 4em; font-weight: bold; } header a { text-decoration: none; } a { color: inherit; } .copy a { display: inline-block; text-shadow: none; background: white; text-decoration: none; padding: 0 3px; margin: 0 -3px; color: #333; -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; } .copy a:hover { -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; background: #b8d3eb; text-decoration: none; padding: 0 3px; margin: 0 -3px; } .pullout a { display: inline-block; background: white; text-decoration: none; padding: 0 3px; margin: 0 -3px; -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; } .pullout a:hover { -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; background: #72aadb; text-decoration: none; padding: 0 3px; margin: 0 -3px; } .hero li { position: relative; } .hero li span { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; font-size: 2.5em; position: absolute; left: 0.25em; bottom: 0; } .copy h1 { margin-left: 0.5em; } .copy h2 { font-size: 2em; margin: 0.5em 0 0 0.5em; text-align: left; } .copy p, .copy ul { font-size: 1.1em; font-family: "Helvetica Neue", sans-serif; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); margin: 0 1em 1em 1em; } .copy ul { padding-left: 1em; line-height: 2em; } .copy li { margin: 0.5em 0; } .pullout p { font-weight: bold; color: #333; text-shadow: 0 1px 1px white; margin: 1em; } .amount { display: inline-block; padding: 0 3px; background-color: #333; } nav { font-family: "Helvetica Neue", sans-serif; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } nav li { font-size: 2.1em; list-style: none; text-align: right; } nav a { display: block; padding-right: 0.5em; border-right: 0.25em solid white; text-decoration: none; background: transparent; } nav a:hover { background: white; border-right-color: #b8d3eb; color: #72aadb; } .recipes .nav-recipes a { color: #72aadb; background: white; } .about .nav-about a { color: #72aadb; background: white; } .measurements .nav-measurements a { color: #72aadb; background: white; } .contact .nav-contact a { color: #72aadb; background: white; } .benefits li { font-family: "Helvetica Neue", sans-serif; list-style: disc; color: white; font-size: 1.5em; float: left; margin-left: 2em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } .benefits li:first-child { list-style: none; } footer div, footer p { color: white; font-family: "Helvetica Neue", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-weight: 200; margin: 5em 1em 1em 1em; } footer p { text-align: right; font-size: 1.5em; position: absolute; bottom: 0; right: 0; margin-bottom: 11px; } footer p a { text-decoration: none; } footer p a:hover { text-decoration: underline; } /* Hero */ .mix { background: url(../img/hero-mix.jpg) 50% 50%; } .roast { background: url(../img/hero-roast.jpg) 50% 50%; } .eat { background: url(../img/hero-eat.jpg) 50% 50%; } /* Logo */ .logo { background: url(../img/logo.png) no-repeat 0 0; height: 100px; float: left; } .logo a { text-decoration: none; font-size: 2.2em; display: block; width: 100px; text-align: left; margin: 20px 0 0 68px; text-transform: lowercase; margin-top: -14px; line-height: 40px; letter-spacing: -1px; }
site/build/css/main.css
Margin, padding, and border resets except for form elements */ body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; border: 0; } /* Consistency fixes adopted from http://necolas.github.com/normalize.css/ */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video { display: block; } html { height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { min-height: 100%; font-size: 100%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } b, strong { font-weight: bold; } abbr[title] { border-bottom: 1px dotted; } table { border-collapse: collapse; border-spacing: 0; } a img, img { -ms-interpolation-mode: bicubic; border: 0; } input, textarea, button, select { margin: 0; font-size: 100%; line-height: normal; vertical-align: baseline; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } textarea { overflow: auto; } /* These are easy to forget */ ::selection { background: orangered; color: white; } ::-moz-selection { background: orangered; color: white; } img::selection { background: transparent; } img::-moz-selection { background: transparent; } body { -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62); } /* Style overrides for IE6-8 http://jonikorpi.com/leaving-old-IE-behind/ */ /* An easy way to zoom your entire layout in or out (as long as it's set in ems). Just change the media queries to activate them. Assuming your base font-size is 16: - the first one zooms out by a factor of (16-2)/16 = 0.875 - the second one zooms in by a factor of (16+2)/16 = 1.125 */ @media screen and (max-width: 1px) { body { font-size: 0.875em; } } @media screen and (max-width: 1px) { body { font-size: 1.125em; } } /* */ /* Layout */ header { width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; margin-bottom: 1em; } .hero { width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; overflow: hidden; } .hero li { width: 16.5em; box-sizing: border-box; height: 16.5em; margin: 0 0 0 24px; float: left; list-style-type: none; border: 0.5em solid white; box-sizing: border-box; overflow: hidden; } .hero li:first-child { margin-left: 0; } .content, footer { overflow: hidden; position: relative; width: 52.5em; box-sizing: border-box; margin-left: auto; margin-right: auto; } .copy { width: 34.5em; box-sizing: border-box; margin: 0 0 0 24px; float: left; margin-left: 0; } .pullout { border: 0.5em solid white; background: #b8d3eb; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } nav ul { width: 16.5em; box-sizing: border-box; margin: 0 0 0 24px; float: left; } .benefits { float: left; margin: 2em auto; } /* Colours */ html { background: #72aadb; } h1, h2, h3, h4 { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } /* Type */ h2 { font-size: 3em; text-align: center; margin: 0 auto 0.5em auto; } .home h2 { font-size: 3em; text-align: center; margin: 0.5em auto; } header h1, header p { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; text-align: center; text-transform: lowercase; font-size: 4em; font-weight: bold; } header a { text-decoration: none; } a { color: inherit; } .copy a { display: inline-block; text-shadow: none; background: white; text-decoration: none; padding: 0 3px; margin: 0 -3px; color: #333; -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; } .copy a:hover { -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; background: #b8d3eb; text-decoration: none; padding: 0 3px; margin: 0 -3px; } .pullout a { display: inline-block; background: white; text-decoration: none; padding: 0 3px; margin: 0 -3px; -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; } .pullout a:hover { -webkit-transition: background-color linear 50ms; -moz-transition: background-color linear 50ms; -ms-transition: background-color linear 50ms; -o-transition: background-color linear 50ms; transition: background-color linear 50ms; background: #72aadb; text-decoration: none; padding: 0 3px; margin: 0 -3px; } .hero li { position: relative; } .hero li span { font-family: "Montserrat Alternates", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); color: white; font-size: 2.5em; position: absolute; left: 0.25em; bottom: 0; } .copy h1 { margin-left: 0.5em; } .copy h2 { font-size: 2em; margin: 0.5em 0 0 0.5em; text-align: left; } .copy p, .copy ul { font-size: 1.1em; font-family: "Helvetica Neue", sans-serif; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); margin: 0 1em 1em 1em; } .copy ul { padding-left: 1em; line-height: 2em; } .copy li { margin: 0.5em 0; } .pullout p { font-weight: bold; color: #333; text-shadow: 0 1px 1px white; margin: 1em; } .amount { display: inline-block; padding: 0 3px; background-color: #333; } nav { font-family: "Helvetica Neue", sans-serif; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } nav li { font-size: 2.1em; list-style: none; text-align: right; } nav a { display: block; padding-right: 0.5em; border-right: 0.25em solid white; text-decoration: none; background: transparent; } nav a:hover { background: white; border-right-color: #b8d3eb; color: #72aadb; } .recipes .nav-recipes a { color: #72aadb; background: white; } .about .nav-about a { color: #72aadb; background: white; } .measurements .nav-measurements a { color: #72aadb; background: white; } .contact .nav-contact a { color: #72aadb; background: white; } .benefits li { font-family: "Helvetica Neue", sans-serif; list-style: disc; color: white; font-size: 1.5em; float: left; margin-left: 2em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); } .benefits li:first-child { list-style: none; } footer div, footer p { color: white; font-family: "Helvetica Neue", sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-weight: 200; margin: 5em 1em 1em 1em; } footer p { text-align: right; font-size: 1.5em; position: absolute; bottom: 0; right: 0; margin-bottom: 11px; } footer p a { text-decoration: none; } footer p a:hover { text-decoration: underline; } /* Hero */ .mix { background: url(../img/hero-mix.jpg) 50% 50%; } .roast { background: url(../img/hero-roast.jpg) 50% 50%; } .eat { background: url(../img/hero-eat.jpg) 50% 50%; } /* Logo */ .logo { background: url(../img/logo.png) no-repeat 0 0; height: 100px; float: left; } .logo a { text-decoration: none; font-size: 2.2em; display: block; width: 100px; text-align: left; margin: 20px 0 0 68px; text-transform: lowercase; margin-top: -14px; line-height: 40px; letter-spacing: -1px; }
0.414188
0.112405
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Embedded Fonts # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Media ## Captions ## Galleries # Page Templates ## Front page --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Embedded Fonts --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: "Merriweather", serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } /* Headings */ h1, h2, h3, h4, h5, h6 { clear: both; } /* Copy */ p { margin-bottom: 1.5rem; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5rem; } address { margin: 0 0 1.5rem; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6rem; max-width: 100%; overflow: auto; padding: 1.6rem; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; font-size: 16px; font-size: 1rem; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote, q { quotes: "" ""; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5rem; } ul, ol { margin: 0 0 1.5rem 3rem; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5rem; } dt { font-weight: bold; } dd { margin: 0 1.5rem 1.5rem; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5rem; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ /* Buttons */ /* Fields */ input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; } textarea { padding-left: 3px; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /* Links */ a { color: #008C83; } a:visited { color: purple; } a:hover, a:focus, a:active { color: #006258; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /* Menus */ .main-navigation { clear: both; display: block; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5rem; left: -999rem; z-index: 99999; } .main-navigation ul ul ul { left: -999rem; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 768px) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5rem; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5rem; } .alignright { display: inline; float: right; margin-left: 1.5rem; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clearfix { clear: both; content: ""; display: table; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5rem; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /* Search widget. */ .widget_search .search-submit { display: none; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /* Posts and pages */ .sticky { display: block; } .hentry { margin: 0 0 1.5rem; } .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5rem 0 0; } .page-links { clear: both; margin: 0 0 1.5rem; } /* Asides */ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /* Comments */ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Captions */ .wp-caption { margin-bottom: 1.5rem; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075rem 0; } .wp-caption-text { text-align: center; } /* Galleries*/ .gallery { margin-bottom: 1.5rem; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Page Templates --------------------------------------------------------------*/ * { box-sizing: border-box; padding: 0; margin: 0; font-family: "Merriweather", serif; } /*COLOUR VARIABLE*/ /*FONT VARIABLE and ASSIGN*/ /*PADDING MARGIN WIDTH AND HEIGHT VARIABLES*/ /*FLEX BOX*/ .flex { display: -ms-flexbox; display: flex; } .just-cont-cent { -ms-flex-pack: center; justify-content: center; } .just-cont-between { -ms-flex-pack: justify; justify-content: space-between; } .just-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .dir-col { -ms-flex-direction: column; flex-direction: column; } .dir-row { -ms-flex-direction: row; flex-direction: row; } .flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-grow-1 { -ms-flex-positive: 1; flex-grow: 1; } .align-item-center { -ms-flex-align: center; align-items: center; } .align-self-end { -ms-flex-item-align: end; align-self: flex-end; } .align-item-end { -ms-flex-align: end; align-items: flex-end; } .row-wrap { -ms-flex-flow: row wrap; flex-flow: row wrap; } .align-self-start { -ms-flex-item-align: start; align-self: flex-start; } /*GLOBAL*/ .text-center { text-align: center; } .main { margin: auto; width: 80%; } .width-50 { width: 50%; } .grey-line { border-bottom: dotted 1px grey; width: 100%; margin-bottom: 10px; } .padding-top-20 { padding-top: 20px; } .padding-30 { padding: 30px; } .padding-bottom-20 { padding-bottom: 20px; } .text-upper { text-transform: uppercase; } .border-bottom { border-bottom: solid 1px #d1d4d6; } .width { width: 20px; } .margin-auto { margin: auto; } .display-none { display: none; } /* Front page */ .top-nav { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 30px; height: 45px; } .logo-img { height: 100%; } .green-logo div:nth-of-type(2) { display: none; } .white-logo div:nth-of-type(1) { display: none; } .top-nav ul { display: -ms-flexbox; display: flex; list-style-type: none; } .top-nav ul li { padding-right: 15px; font-family: "Novecentosanswide-Normal"; font-size: 1em; text-decoration: none; } /* Shop Stuff*/ .shop-stuff h2 { font-weight: 300; padding: 20px; } .stuff-cat { padding: 10px; border: solid; border-width: 5px 1px 1px 1px; border-color: #a3a2a2; margin: 5px; width: 25%; } .stuff-cat img { width: 12vh; padding: 10px; } .stuff-cat p { padding: 10px 0px; } .stuff-cat .shop-button { background-color: #008C83; border: none; color: white; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; font-weight: 300; } /* Inhabitent Journals */ .journal h2 { font-weight: 300; font-size: 1.5em; padding: 20px; } .entry { border-style: solid; border-width: 1px 1px 1px 1px; border-color: #a3a2a2; width: 35%; height: auto; margin: 5px; } .entry-img { height: 30vh; width: 100%; background-repeat: no-repeat; background-size: cover; border-bottom: 3px solid #a3a2a2; } .entry-cont { padding-left: 10px; } .entry-cont p { font-family: "$font_merri-l"; font-size: 10px; padding: 10px 0px 5px 0px; } .entry-cont h2 { color: #008C83; font-weight: bold; font-size: 20px; padding: 0px 0px 10px; } .entry-cont .entry-button { border: 1px solid black; background-color: white; color: black; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; font-weight: 300; } /* Home Adventure */ .adv { padding-bottom: 20px; } .adv h2 { font-weight: 300; font-size: 1.5em; padding: 20px; z-index: 1000; } .adv-cat1 { margin: 5px; width: 100%; } .height-log1 { height: 61.5vh; } .height-log2 { height: 30vh; } .margin-log1 { margin: 0px 5px 0px 0px; } .margin-log2 { margin: 0px 0px 5px 5px; } .margin-log3 { margin: 5px 5px 0px 5px; } .margin-log4 { margin: 5px 0px 0px 5px; } .adv-log { background-position: center; background-size: cover; background-repeat: no-repeat; padding: 10px; } .adv-text { font-family: "$font_merri-l"; font-size: 1.5em; color: white; } .adv-button { background: none; border: 1px solid white; color: white; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; } .more-adv-button { background-color: #008C83; color: white; border: none; padding: 5px 10px; margin-bottom: 10px; } .adv-button-more { margin: 20px 0px 0px 5px; } .adv-button-more a { text-decoration: none; } /* Footer */ .footer { padding: 20px; } .footer-info { padding: 20px; } .footer-info p span { padding-right: 10px; color: white; } .info:last-of-type { border: 1px solid red; text-align: left; -ms-flex-positive: 1; flex-grow: 1; } .info p { color: white; margin-bottom: 1rem; } .info h2 { font-family: "Novecentosanswide-DemiBold"; color: #c97f31; font-size: 1em; padding-bottom: 10px; } .text-white { color: white; } /*ARCHIVE PRODUCTS*/ .prod { margin: 50px; } .prod a { text-decoration: none; } .prod ul { list-style-type: none; margin-left: 0px; padding-left: 0px; width: 30%; margin: auto; text-transform: uppercase; } .prod li { padding: 10px; } .each-prod { border: solid 1px grey; width: 20%; height: auto; margin: 5px; } .each-prod .prod-entry { width: 100%; margin: auto; } .prod-img { width: 100%; height: 25vh; border-bottom: 3px solid grey; } .padding-right-10px { padding-right: 10px; } .prod h1 { font-size: 1.5em; } .prod-content p { font-family: "$font_merri-l"; font-size: 0.8em; margin-bottom: 1rem; } /* TAXONMAY TYPE (PRODUCT TYPE ARCHIVE)*/ .tax { margin: 50px; } .tax h1 { font-size: 1.5em; text-transform: uppercase; } .tax p { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; } .width-25 { width: 25%; } .tax-entry { padding-top: 20px; width: 90%; margin: auto; } .tax-entry .each-entry { border-style: solid; border-width: 1px 1px 1px 1px; border-color: #a3a2a2; width: 100%; height: auto; margin: 5px; } .tax-entry .tax-img { width: 100%; height: 30vh; border-bottom: 3px solid grey; } .padding-right-10px { padding-right: 10px; } .tax-content p { font-family: "$font_merri-l"; font-size: 0.8em; margin-bottom: 1rem; } /*SINGLE PRODUCT (TAXONOMY)*/ .section { padding: 30px; width: 80%; margin: auto; } .section .img-info { padding-right: 20px; } .section .info { width: 50%; padding-left: 20px; } .section .info h2 { font-weight: bold; color: #d8813a; font-weight: bold; } .image { height: 50%; width: 100%; } /*SINGLE JOURNAL and ARCHIVE JOURNAL*/ .entry-content { width: 60%; margin: auto; } .journal { padding-top: 30px; margin-bottom: 20px; } .journal-img { width: 100%; height: 60vh; background-position: center; background-size: cover; background-repeat: no-repeat; } .journal-img h1 { font-size: 1.5em; padding: 10px; width: 75%; color: white; background-color: #008C83; } .journal-img h2 { font-size: 1em; line-height: 0.8em; padding: 10px 35px; width: 70%; color: white; background-color: #008C83; } .journal-img h2 a:visited { color: white; text-decoration: none; } .content p { font-size: 1em; } /* ARCHIVE ADVENTURE */ .adv-main { width: 90%; margin: auto; } .adv-image { background-position: center; background-size: cover; background-repeat: no-repeat; -ms-flex: 1 40%; flex: 1 40%; height: 60vh; width: 45%; } .margin-5px { margin: 5px; } .adv-image { padding: 20px; } .adv-image h2 { font-weight: 300; font-size: 2em; color: white; padding-top: 20px; } /*SINGLE ADVENTURE*/ .single-adv-main { width: 60%; margin: auto; } .adv-blog h2 { font-size: 2em; margin: 30px 0px 0px; } .adv-blog h4 { font-weight: 300; margin: 10px 0px 20px; font-size: 1.2em; } .adv-blog p { font-size: 1em; line-height: 1.5em; font-family: "$font_merri-l"; } /*ABOUT PAGE*/ .about-main { margin: auto; width: 90%; } .about-main h2 { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; } /*CONTACT FORM*/ .contact-main { margin: auto; width: 100%; } .contact-main h2 { padding: 20px 0px; } /*SEARCH FORM*/ .padding-0 { padding: 0px; } .serach-h2 { color: #008C83; padding-top: 20px; } .search-button { border: 1px solid black; padding: 5px 10px; text-decoration: none; } fieldset { padding: 0px; } /* ASIDE */ .aside { width: 40%; border-left: 1px solid grey; padding: 30px; } .aside span { padding-right: 10px; color: black; } .aside p { line-height: 1em; font-size: 0.8em; } .aside h2 { line-height: 2em; font-size: 1em; } .aside ul { list-style-type: none; padding: 0px; margin: 0px; } .aside ul li a { color: #008C83; text-decoration: none; }
wp-content/themes/redstarter-master/style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Embedded Fonts # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Asides ## Comments # Media ## Captions ## Galleries # Page Templates ## Front page --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Embedded Fonts --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: "Merriweather", serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } /* Headings */ h1, h2, h3, h4, h5, h6 { clear: both; } /* Copy */ p { margin-bottom: 1.5rem; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5rem; } address { margin: 0 0 1.5rem; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6rem; max-width: 100%; overflow: auto; padding: 1.6rem; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; font-size: 16px; font-size: 1rem; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote, q { quotes: "" ""; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5rem; } ul, ol { margin: 0 0 1.5rem 3rem; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5rem; } dt { font-weight: bold; } dd { margin: 0 1.5rem 1.5rem; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5rem; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ /* Buttons */ /* Fields */ input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; } textarea { padding-left: 3px; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /* Links */ a { color: #008C83; } a:visited { color: purple; } a:hover, a:focus, a:active { color: #006258; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /* Menus */ .main-navigation { clear: both; display: block; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5rem; left: -999rem; z-index: 99999; } .main-navigation ul ul ul { left: -999rem; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 768px) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5rem; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5rem; } .alignright { display: inline; float: right; margin-left: 1.5rem; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clearfix { clear: both; content: ""; display: table; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5rem; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /* Search widget. */ .widget_search .search-submit { display: none; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /* Posts and pages */ .sticky { display: block; } .hentry { margin: 0 0 1.5rem; } .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5rem 0 0; } .page-links { clear: both; margin: 0 0 1.5rem; } /* Asides */ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /* Comments */ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Captions */ .wp-caption { margin-bottom: 1.5rem; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075rem 0; } .wp-caption-text { text-align: center; } /* Galleries*/ .gallery { margin-bottom: 1.5rem; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Page Templates --------------------------------------------------------------*/ * { box-sizing: border-box; padding: 0; margin: 0; font-family: "Merriweather", serif; } /*COLOUR VARIABLE*/ /*FONT VARIABLE and ASSIGN*/ /*PADDING MARGIN WIDTH AND HEIGHT VARIABLES*/ /*FLEX BOX*/ .flex { display: -ms-flexbox; display: flex; } .just-cont-cent { -ms-flex-pack: center; justify-content: center; } .just-cont-between { -ms-flex-pack: justify; justify-content: space-between; } .just-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .dir-col { -ms-flex-direction: column; flex-direction: column; } .dir-row { -ms-flex-direction: row; flex-direction: row; } .flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-grow-1 { -ms-flex-positive: 1; flex-grow: 1; } .align-item-center { -ms-flex-align: center; align-items: center; } .align-self-end { -ms-flex-item-align: end; align-self: flex-end; } .align-item-end { -ms-flex-align: end; align-items: flex-end; } .row-wrap { -ms-flex-flow: row wrap; flex-flow: row wrap; } .align-self-start { -ms-flex-item-align: start; align-self: flex-start; } /*GLOBAL*/ .text-center { text-align: center; } .main { margin: auto; width: 80%; } .width-50 { width: 50%; } .grey-line { border-bottom: dotted 1px grey; width: 100%; margin-bottom: 10px; } .padding-top-20 { padding-top: 20px; } .padding-30 { padding: 30px; } .padding-bottom-20 { padding-bottom: 20px; } .text-upper { text-transform: uppercase; } .border-bottom { border-bottom: solid 1px #d1d4d6; } .width { width: 20px; } .margin-auto { margin: auto; } .display-none { display: none; } /* Front page */ .top-nav { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 30px; height: 45px; } .logo-img { height: 100%; } .green-logo div:nth-of-type(2) { display: none; } .white-logo div:nth-of-type(1) { display: none; } .top-nav ul { display: -ms-flexbox; display: flex; list-style-type: none; } .top-nav ul li { padding-right: 15px; font-family: "Novecentosanswide-Normal"; font-size: 1em; text-decoration: none; } /* Shop Stuff*/ .shop-stuff h2 { font-weight: 300; padding: 20px; } .stuff-cat { padding: 10px; border: solid; border-width: 5px 1px 1px 1px; border-color: #a3a2a2; margin: 5px; width: 25%; } .stuff-cat img { width: 12vh; padding: 10px; } .stuff-cat p { padding: 10px 0px; } .stuff-cat .shop-button { background-color: #008C83; border: none; color: white; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; font-weight: 300; } /* Inhabitent Journals */ .journal h2 { font-weight: 300; font-size: 1.5em; padding: 20px; } .entry { border-style: solid; border-width: 1px 1px 1px 1px; border-color: #a3a2a2; width: 35%; height: auto; margin: 5px; } .entry-img { height: 30vh; width: 100%; background-repeat: no-repeat; background-size: cover; border-bottom: 3px solid #a3a2a2; } .entry-cont { padding-left: 10px; } .entry-cont p { font-family: "$font_merri-l"; font-size: 10px; padding: 10px 0px 5px 0px; } .entry-cont h2 { color: #008C83; font-weight: bold; font-size: 20px; padding: 0px 0px 10px; } .entry-cont .entry-button { border: 1px solid black; background-color: white; color: black; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; font-weight: 300; } /* Home Adventure */ .adv { padding-bottom: 20px; } .adv h2 { font-weight: 300; font-size: 1.5em; padding: 20px; z-index: 1000; } .adv-cat1 { margin: 5px; width: 100%; } .height-log1 { height: 61.5vh; } .height-log2 { height: 30vh; } .margin-log1 { margin: 0px 5px 0px 0px; } .margin-log2 { margin: 0px 0px 5px 5px; } .margin-log3 { margin: 5px 5px 0px 5px; } .margin-log4 { margin: 5px 0px 0px 5px; } .adv-log { background-position: center; background-size: cover; background-repeat: no-repeat; padding: 10px; } .adv-text { font-family: "$font_merri-l"; font-size: 1.5em; color: white; } .adv-button { background: none; border: 1px solid white; color: white; font-size: 0.8em; padding: 5px 10px; margin-bottom: 10px; } .more-adv-button { background-color: #008C83; color: white; border: none; padding: 5px 10px; margin-bottom: 10px; } .adv-button-more { margin: 20px 0px 0px 5px; } .adv-button-more a { text-decoration: none; } /* Footer */ .footer { padding: 20px; } .footer-info { padding: 20px; } .footer-info p span { padding-right: 10px; color: white; } .info:last-of-type { border: 1px solid red; text-align: left; -ms-flex-positive: 1; flex-grow: 1; } .info p { color: white; margin-bottom: 1rem; } .info h2 { font-family: "Novecentosanswide-DemiBold"; color: #c97f31; font-size: 1em; padding-bottom: 10px; } .text-white { color: white; } /*ARCHIVE PRODUCTS*/ .prod { margin: 50px; } .prod a { text-decoration: none; } .prod ul { list-style-type: none; margin-left: 0px; padding-left: 0px; width: 30%; margin: auto; text-transform: uppercase; } .prod li { padding: 10px; } .each-prod { border: solid 1px grey; width: 20%; height: auto; margin: 5px; } .each-prod .prod-entry { width: 100%; margin: auto; } .prod-img { width: 100%; height: 25vh; border-bottom: 3px solid grey; } .padding-right-10px { padding-right: 10px; } .prod h1 { font-size: 1.5em; } .prod-content p { font-family: "$font_merri-l"; font-size: 0.8em; margin-bottom: 1rem; } /* TAXONMAY TYPE (PRODUCT TYPE ARCHIVE)*/ .tax { margin: 50px; } .tax h1 { font-size: 1.5em; text-transform: uppercase; } .tax p { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; } .width-25 { width: 25%; } .tax-entry { padding-top: 20px; width: 90%; margin: auto; } .tax-entry .each-entry { border-style: solid; border-width: 1px 1px 1px 1px; border-color: #a3a2a2; width: 100%; height: auto; margin: 5px; } .tax-entry .tax-img { width: 100%; height: 30vh; border-bottom: 3px solid grey; } .padding-right-10px { padding-right: 10px; } .tax-content p { font-family: "$font_merri-l"; font-size: 0.8em; margin-bottom: 1rem; } /*SINGLE PRODUCT (TAXONOMY)*/ .section { padding: 30px; width: 80%; margin: auto; } .section .img-info { padding-right: 20px; } .section .info { width: 50%; padding-left: 20px; } .section .info h2 { font-weight: bold; color: #d8813a; font-weight: bold; } .image { height: 50%; width: 100%; } /*SINGLE JOURNAL and ARCHIVE JOURNAL*/ .entry-content { width: 60%; margin: auto; } .journal { padding-top: 30px; margin-bottom: 20px; } .journal-img { width: 100%; height: 60vh; background-position: center; background-size: cover; background-repeat: no-repeat; } .journal-img h1 { font-size: 1.5em; padding: 10px; width: 75%; color: white; background-color: #008C83; } .journal-img h2 { font-size: 1em; line-height: 0.8em; padding: 10px 35px; width: 70%; color: white; background-color: #008C83; } .journal-img h2 a:visited { color: white; text-decoration: none; } .content p { font-size: 1em; } /* ARCHIVE ADVENTURE */ .adv-main { width: 90%; margin: auto; } .adv-image { background-position: center; background-size: cover; background-repeat: no-repeat; -ms-flex: 1 40%; flex: 1 40%; height: 60vh; width: 45%; } .margin-5px { margin: 5px; } .adv-image { padding: 20px; } .adv-image h2 { font-weight: 300; font-size: 2em; color: white; padding-top: 20px; } /*SINGLE ADVENTURE*/ .single-adv-main { width: 60%; margin: auto; } .adv-blog h2 { font-size: 2em; margin: 30px 0px 0px; } .adv-blog h4 { font-weight: 300; margin: 10px 0px 20px; font-size: 1.2em; } .adv-blog p { font-size: 1em; line-height: 1.5em; font-family: "$font_merri-l"; } /*ABOUT PAGE*/ .about-main { margin: auto; width: 90%; } .about-main h2 { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; } /*CONTACT FORM*/ .contact-main { margin: auto; width: 100%; } .contact-main h2 { padding: 20px 0px; } /*SEARCH FORM*/ .padding-0 { padding: 0px; } .serach-h2 { color: #008C83; padding-top: 20px; } .search-button { border: 1px solid black; padding: 5px 10px; text-decoration: none; } fieldset { padding: 0px; } /* ASIDE */ .aside { width: 40%; border-left: 1px solid grey; padding: 30px; } .aside span { padding-right: 10px; color: black; } .aside p { line-height: 1em; font-size: 0.8em; } .aside h2 { line-height: 2em; font-size: 1em; } .aside ul { list-style-type: none; padding: 0px; margin: 0px; } .aside ul li a { color: #008C83; text-decoration: none; }
0.440229
0.077483
* grid * =============================*/ /* ============================= * breakpoints * =============================*/ /* ============================= * space * =============================*/ /* ============================= * font * =============================*/ /* ============================= * colors * =============================*/ .col-md-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-md-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-md-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-md-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-md-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-md-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-md-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-md-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-md-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-md-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-md-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-md-offset-left-0 { margin-left: 0%; } .col-md-offset-left-1 { margin-left: 8.33333%; } .col-md-offset-left-2 { margin-left: 16.66667%; } .col-md-offset-left-3 { margin-left: 25%; } .col-md-offset-left-4 { margin-left: 33.33333%; } .col-md-offset-left-5 { margin-left: 41.66667%; } .col-md-offset-left-6 { margin-left: 50%; } .col-md-offset-left-7 { margin-left: 58.33333%; } .col-md-offset-left-8 { margin-left: 66.66667%; } .col-md-offset-left-9 { margin-left: 75%; } .col-md-offset-left-10 { margin-left: 83.33333%; } .col-md-offset-left-11 { margin-left: 91.66667%; } .col-md-offset-right-0 { margin-right: 0%; } .col-md-offset-right-1 { margin-right: 8.33333%; } .col-md-offset-right-2 { margin-right: 16.66667%; } .col-md-offset-right-3 { margin-right: 25%; } .col-md-offset-right-4 { margin-right: 33.33333%; } .col-md-offset-right-5 { margin-right: 41.66667%; } .col-md-offset-right-6 { margin-right: 50%; } .col-md-offset-right-7 { margin-right: 58.33333%; } .col-md-offset-right-8 { margin-right: 66.66667%; } .col-md-offset-right-9 { margin-right: 75%; } .col-md-offset-right-10 { margin-right: 83.33333%; } .col-md-offset-right-11 { margin-right: 91.66667%; } @media all and (max-width: 1024px) { .col-sm-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-sm-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-sm-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-sm-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-sm-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-sm-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-sm-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-sm-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-sm-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-sm-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-sm-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-sm-offset-left-0 { margin-left: 0%; } .col-sm-offset-left-1 { margin-left: 8.33333%; } .col-sm-offset-left-2 { margin-left: 16.66667%; } .col-sm-offset-left-3 { margin-left: 25%; } .col-sm-offset-left-4 { margin-left: 33.33333%; } .col-sm-offset-left-5 { margin-left: 41.66667%; } .col-sm-offset-left-6 { margin-left: 50%; } .col-sm-offset-left-7 { margin-left: 58.33333%; } .col-sm-offset-left-8 { margin-left: 66.66667%; } .col-sm-offset-left-9 { margin-left: 75%; } .col-sm-offset-left-10 { margin-left: 83.33333%; } .col-sm-offset-left-11 { margin-left: 91.66667%; } .col-sm-offset-right-0 { margin-right: 0%; } .col-sm-offset-right-1 { margin-right: 8.33333%; } .col-sm-offset-right-2 { margin-right: 16.66667%; } .col-sm-offset-right-3 { margin-right: 25%; } .col-sm-offset-right-4 { margin-right: 33.33333%; } .col-sm-offset-right-5 { margin-right: 41.66667%; } .col-sm-offset-right-6 { margin-right: 50%; } .col-sm-offset-right-7 { margin-right: 58.33333%; } .col-sm-offset-right-8 { margin-right: 66.66667%; } .col-sm-offset-right-9 { margin-right: 75%; } .col-sm-offset-right-10 { margin-right: 83.33333%; } .col-sm-offset-right-11 { margin-right: 91.66667%; } } @media all and (max-width: 640px) { .col-md-1 { width: 100%; } .col-md-offset-left-1 { margin-left: 0; } .col-md-offset-right-1 { margin-right: 0; } .col-md-2 { width: 100%; } .col-md-offset-left-2 { margin-left: 0; } .col-md-offset-right-2 { margin-right: 0; } .col-md-3 { width: 100%; } .col-md-offset-left-3 { margin-left: 0; } .col-md-offset-right-3 { margin-right: 0; } .col-md-4 { width: 100%; } .col-md-offset-left-4 { margin-left: 0; } .col-md-offset-right-4 { margin-right: 0; } .col-md-5 { width: 100%; } .col-md-offset-left-5 { margin-left: 0; } .col-md-offset-right-5 { margin-right: 0; } .col-md-6 { width: 100%; } .col-md-offset-left-6 { margin-left: 0; } .col-md-offset-right-6 { margin-right: 0; } .col-md-7 { width: 100%; } .col-md-offset-left-7 { margin-left: 0; } .col-md-offset-right-7 { margin-right: 0; } .col-md-8 { width: 100%; } .col-md-offset-left-8 { margin-left: 0; } .col-md-offset-right-8 { margin-right: 0; } .col-md-9 { width: 100%; } .col-md-offset-left-9 { margin-left: 0; } .col-md-offset-right-9 { margin-right: 0; } .col-md-10 { width: 100%; } .col-md-offset-left-10 { margin-left: 0; } .col-md-offset-right-10 { margin-right: 0; } .col-md-11 { width: 100%; } .col-md-offset-left-11 { margin-left: 0; } .col-md-offset-right-11 { margin-right: 0; } .col-md-12 { width: 100%; } .col-md-offset-left-12 { margin-left: 0; } .col-md-offset-right-12 { margin-right: 0; } .col-xs-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-xs-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-xs-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-xs-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-xs-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-xs-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-xs-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-xs-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-xs-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-xs-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-xs-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-xs-offset-left-0 { margin-left: 0%; } .col-xs-offset-left-1 { margin-left: 8.33333%; } .col-xs-offset-left-2 { margin-left: 16.66667%; } .col-xs-offset-left-3 { margin-left: 25%; } .col-xs-offset-left-4 { margin-left: 33.33333%; } .col-xs-offset-left-5 { margin-left: 41.66667%; } .col-xs-offset-left-6 { margin-left: 50%; } .col-xs-offset-left-7 { margin-left: 58.33333%; } .col-xs-offset-left-8 { margin-left: 66.66667%; } .col-xs-offset-left-9 { margin-left: 75%; } .col-xs-offset-left-10 { margin-left: 83.33333%; } .col-xs-offset-left-11 { margin-left: 91.66667%; } .col-xs-offset-right-0 { margin-right: 0%; } .col-xs-offset-right-1 { margin-right: 8.33333%; } .col-xs-offset-right-2 { margin-right: 16.66667%; } .col-xs-offset-right-3 { margin-right: 25%; } .col-xs-offset-right-4 { margin-right: 33.33333%; } .col-xs-offset-right-5 { margin-right: 41.66667%; } .col-xs-offset-right-6 { margin-right: 50%; } .col-xs-offset-right-7 { margin-right: 58.33333%; } .col-xs-offset-right-8 { margin-right: 66.66667%; } .col-xs-offset-right-9 { margin-right: 75%; } .col-xs-offset-right-10 { margin-right: 83.33333%; } .col-xs-offset-right-11 { margin-right: 91.66667%; } } /* ============================= * base * =============================*/ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-size: 14px; line-height: 1.45; color: #3a3a3a; background-color: #fff; } section { width: 100%; overflow: hidden; } .title { margin: 0px; padding: 10px; float: left; text-transform: uppercase; } .text-center { text-align: center; } /* ============================= * row * =============================*/ .row { width: 100%; overflow: hidden; padding-left: 10px; padding-right: 10px; } /* ============================= * container * =============================*/ .container { width: 940px; overflow: hidden; margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } @media all and (max-width: 1024px) { .container { width: 600px; } } @media all and (max-width: 640px) { .container { width: auto; max-width: 480px; } } /* ============================= * lists * =============================*/ ul { margin: 10px 0; padding: 0 0 0 25px; } /* ============================= * alignment * =============================*/ .container.-vertical-center, .row.-vertical-center { position: absolute; top: 50%; transform: translateY(-50%); } /* ============================= * links * =============================*/ a { color: #3a3a3a; text-decoration: underline; } a.btn { text-decoration: none; } a:active, a:hover { outline: 0; } /* ============================= * image * =============================*/ img { border: 0; } .filled-bg { background-repeat: no-repeat; background-size: cover; background-position: center; } .filled-bg.-attch-fixed { background-attachment: fixed; } /* ============================= * hr * =============================*/ hr { border: 1px solid rgba(0, 0, 0, 0.35); } /* ============================= * footer * =============================*/ footer { color: #fff; padding: 5px 0px; background-color: #3a3a3a; } .btn { display: inline-block; padding: 10px 25px; margin-bottom: 0; line-height: 1.45; text-align: center; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 2px; } .btn:hover { border: 1px solid rgba(0, 0, 0, 0.8); } .btn.-right { float: right; } .btn.-alt { border: 0; background-color: rgba(255, 255, 255, 0.6); } .btn.-alt:hover { background-color: rgba(255, 255, 255, 0.8); } .form-group { margin-bottom: 20px; border-left: 2px solid #ddd; padding-left: 10px; } label { display: inline-block; font-weight: bold; max-width: 100%; margin-bottom: 5px; } .textfield, .selectfield { display: block; width: 100%; font-size: 14px; color: #3a3a3a; height: 40px; line-height: 1.45; padding: 10px 15px; background-color: #fff; background-image: none; border: 1px solid #ddd; border-radius: 2px; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-radius: 0; font-size: 1em; width: 100%; } button, input { overflow: visible; } button:focus, input:focus { outline: 0; } input, textarea, keygen, select, button { font-family: sans-serif; font-size: 14px; } .navigation { float: right; } .navigation ul { margin: 10px 20px; padding: 0; } .navigation ul li { margin: 0; padding: 0; position: relative; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; } .navigation ul li > ul { display: none; margin: 0; padding: 0; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); } .navigation ul li > ul li { padding: 0 10px; width: 100%; text-align: center; } .navigation ul li > ul li:first-child { padding: 10px 10px 0 10px; } .navigation ul li > ul li:last-child { padding: 0 10px 10px 10px; } .navigation ul li:hover ul { display: block; } .navigation a { padding: 10px 30px; display: block; text-decoration: none; text-transform: uppercase; } .navigation a:hover { padding: 10px 30px 8px 30px; border-bottom: 2px solid #ddd; } @media all and (max-width: 640px) { .navigation { float: none; } .navigation ul li { width: 100%; text-align: center; } .navigation ul li > ul { display: block; position: relative; } } .table { width: 100%; max-width: 100%; margin-bottom: 10px; border-spacing: 0; border-collapse: collapse; border-top: 0; } .table tr, .table td, .table th { padding: 10px; line-height: 1.45; vertical-align: top; border-top: 1px solid #ddd; } .table > tbody > tr:first-child td, .table tr:first-child { border-top: 0; } .table > thead > tr > th { vertical-align: bottom; border-top: 0; border-bottom: 2px solid #ddd; } th { text-align: left; } .thumbnail { position: relative; display: block; padding: 5px; margin: 0 0 10px 0; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 2px; } .thumbnail > img { width: 100%; } .thumbnail .cap { padding: 10px; } /*# sourceMappingURL=css-mount.css.map */
css-mount.css
* grid * =============================*/ /* ============================= * breakpoints * =============================*/ /* ============================= * space * =============================*/ /* ============================= * font * =============================*/ /* ============================= * colors * =============================*/ .col-md-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-md-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-md-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-md-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-md-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-md-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-md-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-md-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-md-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-md-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-md-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-md-offset-left-0 { margin-left: 0%; } .col-md-offset-left-1 { margin-left: 8.33333%; } .col-md-offset-left-2 { margin-left: 16.66667%; } .col-md-offset-left-3 { margin-left: 25%; } .col-md-offset-left-4 { margin-left: 33.33333%; } .col-md-offset-left-5 { margin-left: 41.66667%; } .col-md-offset-left-6 { margin-left: 50%; } .col-md-offset-left-7 { margin-left: 58.33333%; } .col-md-offset-left-8 { margin-left: 66.66667%; } .col-md-offset-left-9 { margin-left: 75%; } .col-md-offset-left-10 { margin-left: 83.33333%; } .col-md-offset-left-11 { margin-left: 91.66667%; } .col-md-offset-right-0 { margin-right: 0%; } .col-md-offset-right-1 { margin-right: 8.33333%; } .col-md-offset-right-2 { margin-right: 16.66667%; } .col-md-offset-right-3 { margin-right: 25%; } .col-md-offset-right-4 { margin-right: 33.33333%; } .col-md-offset-right-5 { margin-right: 41.66667%; } .col-md-offset-right-6 { margin-right: 50%; } .col-md-offset-right-7 { margin-right: 58.33333%; } .col-md-offset-right-8 { margin-right: 66.66667%; } .col-md-offset-right-9 { margin-right: 75%; } .col-md-offset-right-10 { margin-right: 83.33333%; } .col-md-offset-right-11 { margin-right: 91.66667%; } @media all and (max-width: 1024px) { .col-sm-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-sm-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-sm-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-sm-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-sm-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-sm-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-sm-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-sm-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-sm-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-sm-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-sm-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-sm-offset-left-0 { margin-left: 0%; } .col-sm-offset-left-1 { margin-left: 8.33333%; } .col-sm-offset-left-2 { margin-left: 16.66667%; } .col-sm-offset-left-3 { margin-left: 25%; } .col-sm-offset-left-4 { margin-left: 33.33333%; } .col-sm-offset-left-5 { margin-left: 41.66667%; } .col-sm-offset-left-6 { margin-left: 50%; } .col-sm-offset-left-7 { margin-left: 58.33333%; } .col-sm-offset-left-8 { margin-left: 66.66667%; } .col-sm-offset-left-9 { margin-left: 75%; } .col-sm-offset-left-10 { margin-left: 83.33333%; } .col-sm-offset-left-11 { margin-left: 91.66667%; } .col-sm-offset-right-0 { margin-right: 0%; } .col-sm-offset-right-1 { margin-right: 8.33333%; } .col-sm-offset-right-2 { margin-right: 16.66667%; } .col-sm-offset-right-3 { margin-right: 25%; } .col-sm-offset-right-4 { margin-right: 33.33333%; } .col-sm-offset-right-5 { margin-right: 41.66667%; } .col-sm-offset-right-6 { margin-right: 50%; } .col-sm-offset-right-7 { margin-right: 58.33333%; } .col-sm-offset-right-8 { margin-right: 66.66667%; } .col-sm-offset-right-9 { margin-right: 75%; } .col-sm-offset-right-10 { margin-right: 83.33333%; } .col-sm-offset-right-11 { margin-right: 91.66667%; } } @media all and (max-width: 640px) { .col-md-1 { width: 100%; } .col-md-offset-left-1 { margin-left: 0; } .col-md-offset-right-1 { margin-right: 0; } .col-md-2 { width: 100%; } .col-md-offset-left-2 { margin-left: 0; } .col-md-offset-right-2 { margin-right: 0; } .col-md-3 { width: 100%; } .col-md-offset-left-3 { margin-left: 0; } .col-md-offset-right-3 { margin-right: 0; } .col-md-4 { width: 100%; } .col-md-offset-left-4 { margin-left: 0; } .col-md-offset-right-4 { margin-right: 0; } .col-md-5 { width: 100%; } .col-md-offset-left-5 { margin-left: 0; } .col-md-offset-right-5 { margin-right: 0; } .col-md-6 { width: 100%; } .col-md-offset-left-6 { margin-left: 0; } .col-md-offset-right-6 { margin-right: 0; } .col-md-7 { width: 100%; } .col-md-offset-left-7 { margin-left: 0; } .col-md-offset-right-7 { margin-right: 0; } .col-md-8 { width: 100%; } .col-md-offset-left-8 { margin-left: 0; } .col-md-offset-right-8 { margin-right: 0; } .col-md-9 { width: 100%; } .col-md-offset-left-9 { margin-left: 0; } .col-md-offset-right-9 { margin-right: 0; } .col-md-10 { width: 100%; } .col-md-offset-left-10 { margin-left: 0; } .col-md-offset-right-10 { margin-right: 0; } .col-md-11 { width: 100%; } .col-md-offset-left-11 { margin-left: 0; } .col-md-offset-right-11 { margin-right: 0; } .col-md-12 { width: 100%; } .col-md-offset-left-12 { margin-left: 0; } .col-md-offset-right-12 { margin-right: 0; } .col-xs-1 { float: left; padding-left: 10px; padding-right: 10px; width: 8.33333%; } .col-xs-2 { float: left; padding-left: 10px; padding-right: 10px; width: 16.66667%; } .col-xs-3 { float: left; padding-left: 10px; padding-right: 10px; width: 25%; } .col-xs-4 { float: left; padding-left: 10px; padding-right: 10px; width: 33.33333%; } .col-xs-5 { float: left; padding-left: 10px; padding-right: 10px; width: 41.66667%; } .col-xs-6 { float: left; padding-left: 10px; padding-right: 10px; width: 50%; } .col-xs-7 { float: left; padding-left: 10px; padding-right: 10px; width: 58.33333%; } .col-xs-8 { float: left; padding-left: 10px; padding-right: 10px; width: 66.66667%; } .col-xs-9 { float: left; padding-left: 10px; padding-right: 10px; width: 75%; } .col-xs-10 { float: left; padding-left: 10px; padding-right: 10px; width: 83.33333%; } .col-xs-11 { float: left; padding-left: 10px; padding-right: 10px; width: 91.66667%; } .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; width: 100%; } .col-xs-offset-left-0 { margin-left: 0%; } .col-xs-offset-left-1 { margin-left: 8.33333%; } .col-xs-offset-left-2 { margin-left: 16.66667%; } .col-xs-offset-left-3 { margin-left: 25%; } .col-xs-offset-left-4 { margin-left: 33.33333%; } .col-xs-offset-left-5 { margin-left: 41.66667%; } .col-xs-offset-left-6 { margin-left: 50%; } .col-xs-offset-left-7 { margin-left: 58.33333%; } .col-xs-offset-left-8 { margin-left: 66.66667%; } .col-xs-offset-left-9 { margin-left: 75%; } .col-xs-offset-left-10 { margin-left: 83.33333%; } .col-xs-offset-left-11 { margin-left: 91.66667%; } .col-xs-offset-right-0 { margin-right: 0%; } .col-xs-offset-right-1 { margin-right: 8.33333%; } .col-xs-offset-right-2 { margin-right: 16.66667%; } .col-xs-offset-right-3 { margin-right: 25%; } .col-xs-offset-right-4 { margin-right: 33.33333%; } .col-xs-offset-right-5 { margin-right: 41.66667%; } .col-xs-offset-right-6 { margin-right: 50%; } .col-xs-offset-right-7 { margin-right: 58.33333%; } .col-xs-offset-right-8 { margin-right: 66.66667%; } .col-xs-offset-right-9 { margin-right: 75%; } .col-xs-offset-right-10 { margin-right: 83.33333%; } .col-xs-offset-right-11 { margin-right: 91.66667%; } } /* ============================= * base * =============================*/ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-size: 14px; line-height: 1.45; color: #3a3a3a; background-color: #fff; } section { width: 100%; overflow: hidden; } .title { margin: 0px; padding: 10px; float: left; text-transform: uppercase; } .text-center { text-align: center; } /* ============================= * row * =============================*/ .row { width: 100%; overflow: hidden; padding-left: 10px; padding-right: 10px; } /* ============================= * container * =============================*/ .container { width: 940px; overflow: hidden; margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } @media all and (max-width: 1024px) { .container { width: 600px; } } @media all and (max-width: 640px) { .container { width: auto; max-width: 480px; } } /* ============================= * lists * =============================*/ ul { margin: 10px 0; padding: 0 0 0 25px; } /* ============================= * alignment * =============================*/ .container.-vertical-center, .row.-vertical-center { position: absolute; top: 50%; transform: translateY(-50%); } /* ============================= * links * =============================*/ a { color: #3a3a3a; text-decoration: underline; } a.btn { text-decoration: none; } a:active, a:hover { outline: 0; } /* ============================= * image * =============================*/ img { border: 0; } .filled-bg { background-repeat: no-repeat; background-size: cover; background-position: center; } .filled-bg.-attch-fixed { background-attachment: fixed; } /* ============================= * hr * =============================*/ hr { border: 1px solid rgba(0, 0, 0, 0.35); } /* ============================= * footer * =============================*/ footer { color: #fff; padding: 5px 0px; background-color: #3a3a3a; } .btn { display: inline-block; padding: 10px 25px; margin-bottom: 0; line-height: 1.45; text-align: center; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 2px; } .btn:hover { border: 1px solid rgba(0, 0, 0, 0.8); } .btn.-right { float: right; } .btn.-alt { border: 0; background-color: rgba(255, 255, 255, 0.6); } .btn.-alt:hover { background-color: rgba(255, 255, 255, 0.8); } .form-group { margin-bottom: 20px; border-left: 2px solid #ddd; padding-left: 10px; } label { display: inline-block; font-weight: bold; max-width: 100%; margin-bottom: 5px; } .textfield, .selectfield { display: block; width: 100%; font-size: 14px; color: #3a3a3a; height: 40px; line-height: 1.45; padding: 10px 15px; background-color: #fff; background-image: none; border: 1px solid #ddd; border-radius: 2px; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; border-radius: 0; font-size: 1em; width: 100%; } button, input { overflow: visible; } button:focus, input:focus { outline: 0; } input, textarea, keygen, select, button { font-family: sans-serif; font-size: 14px; } .navigation { float: right; } .navigation ul { margin: 10px 20px; padding: 0; } .navigation ul li { margin: 0; padding: 0; position: relative; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; } .navigation ul li > ul { display: none; margin: 0; padding: 0; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); } .navigation ul li > ul li { padding: 0 10px; width: 100%; text-align: center; } .navigation ul li > ul li:first-child { padding: 10px 10px 0 10px; } .navigation ul li > ul li:last-child { padding: 0 10px 10px 10px; } .navigation ul li:hover ul { display: block; } .navigation a { padding: 10px 30px; display: block; text-decoration: none; text-transform: uppercase; } .navigation a:hover { padding: 10px 30px 8px 30px; border-bottom: 2px solid #ddd; } @media all and (max-width: 640px) { .navigation { float: none; } .navigation ul li { width: 100%; text-align: center; } .navigation ul li > ul { display: block; position: relative; } } .table { width: 100%; max-width: 100%; margin-bottom: 10px; border-spacing: 0; border-collapse: collapse; border-top: 0; } .table tr, .table td, .table th { padding: 10px; line-height: 1.45; vertical-align: top; border-top: 1px solid #ddd; } .table > tbody > tr:first-child td, .table tr:first-child { border-top: 0; } .table > thead > tr > th { vertical-align: bottom; border-top: 0; border-bottom: 2px solid #ddd; } th { text-align: left; } .thumbnail { position: relative; display: block; padding: 5px; margin: 0 0 10px 0; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 2px; } .thumbnail > img { width: 100%; } .thumbnail .cap { padding: 10px; } /*# sourceMappingURL=css-mount.css.map */
0.637369
0.101145
body{ margin: 0; padding: 0; background: url(http://i.imgur.com/YVhw2Bh.png); } audio{ position: relative; display: block; margin: 0 auto; width:500px; height: 40px; } .container{ position: relative; width:100%; height: 304px; } .this-wrapper{ position: absolute; height: 222px; width: 222px; margin:auto; top:0;bottom:0;left:0;right:0; } .this{ border-radius: 8px; box-shadow: 0 1px 6px rgba(0,0,0,0.4), 0 1px rgba(55,55,55,1) ; position: absolute; height: 222px; width: 220px; -webkit-perspective: 650px; -moz-perspective: 650px; -ms-perspective: 650px; -o-perspective: 650px; perspective: 650px; } .sharescreen{ width: 222px; height: 222px; z-index: 997; position: absolute; top: 0px; } .likescreen, .blackscreen{ border-radius: 8px; position: absolute; top:-1px; height: 224px; width: 222px; z-index: 997; } .blackscreen{ background-color: rgba(0,0,0,0.8); z-index: 996; } .likecounter{ width: 52px; height: 52px; margin: auto; position: absolute; z-index: 999; top:0;left:0;right:0;bottom: 0; background: url(http://i.imgur.com/agUDuC1.png); } .socialicons{ width: 100%; position: absolute; margin: auto; height: 46px; top:0;left:0;right:0;bottom: 0; } .dropdown{ bottom:auto; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; transform: translateY(87px); -webkit-transform: translateY(87px); -moz-transform: translateY(87px); -ms-transform: translateY(87px); -o-transform: translateY(87px); } .sharetext{ position: absolute; color:#fff; font-family: 'Oswald'; font-weight: 300; text-align: center; width: 100%; top:46px; text-transform: uppercase; font-size: 1em; } .facebook, .twitter, .dribbble{ border-radius: 23px; cursor: pointer; width: 46px; height: 46px; margin: 0 auto; right: 0; left: 0; position:absolute; box-shadow: 0 0 0 1px #fff; -o-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -ms-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -moz-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -webkit-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; } .icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 24px; content: ''; top: -1px; left: -1px; padding: 1px; z-index: -1; opacity: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s ease-out; -moz-transition: -moz-transform 0.3s, opacity 0.3s ease-out; transition: transform 0.3s, opacity 0.3s ease-out; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } .icon:hover:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .facebook{ opacity: 0; background: url(http://i.imgur.com/3AzFfdn.png) no-repeat center center; } .twitter{ background: url(http://i.imgur.com/zCUAFPE.png) no-repeat center center; } .twitter .lineone{ content: ' '; position: absolute; margin: auto; bottom: 0; top: 0; right: 46px; width: 0px; height: 1px; background-color: #fff; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .twitter .linetwo{ content: ' '; position: absolute; margin: auto; bottom: 0; top: 0; left: 46px; width: 0px; height: 1px; background-color: #fff; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .dribbble{ opacity: 0; background: url(http://i.imgur.com/pASuBLd.png) no-repeat center center; } .facebook:after{ background: #3b5998; } .twitter:after{ background: #00acee; } .dribbble:after{ background: #ea4c89; } .wrapper{ position: absolute; height: 222px; width: 222px; } .thumbnail{ display: none; } img{ border-radius: 8px; width: 100%; height: 100%; } .slice-content{ overflow: hidden; position: absolute; opacity: 1; cursor:pointer; -webkit-transform-origin: center top; -moz-transform-origin: center top; -ms-transform-origin: center top; -o-transform-origin: center top; transform-origin: center top; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); width: 222px; height:111px; } .slice-content:first-child { border-top: 1px solid #161616; border-left: 1px solid #161616; border-right: 1px solid #000; border-radius: 8px 8px 0 0; top: 0px; } .slice-content:nth-child(4) { border-bottom: 1px solid #161616; border-left: 1px solid #161616; border-right: 1px solid #000; top: 112px; z-index: 100; border-radius: 0 0 8px 8px; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .flip { -webkit-transform: rotateX(62deg) !important; -moz-transform: rotateX(62deg) !important; -ms-transform: rotateX(62deg) !important; transform: rotateX(62deg) !important; border-bottom: 2px solid #161616 !important; } .menu{ position: absolute; z-index: 2; height:52px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #151616; padding:11px; width: 222px; bottom: 0; margin: 0 auto; border-radius: 0 0 8px 8px; left:0;right:0; background-color: #1e1e1e; } .menu ul{ float: left; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px rgba(50,50,50,0.5) ; margin:0 0 0 10px; padding: 0; list-style: none; height:30px; width:120px; display: block; border-radius: 15px; background-color: #171717; } .menu li{ float: left; position: relative; cursor: pointer; width: 40px; height: 30px; -o-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; } .menu span{ position: absolute; top:0;bottom:0;right:0;left:0; } .menu li:hover, .menu .share:hover, .menu .like:hover{ background-color: rgba(0,0,0,0.4); } .menu .previous{ border-radius:15px 0 0 15px; background: url(http://i.imgur.com/n2ER0Dd.png) no-repeat center center; } .previous span{ background: url(http://i.imgur.com/vDIdKpi.png) no-repeat center center; } .menu .play{ background: url(http://i.imgur.com/dU17ZRl.png) no-repeat center center; } .play span{ background: url(http://i.imgur.com/hyUlL2r.png) no-repeat center center; } .menu .pause{ background: url(http://i.imgur.com/D1iTyjp.png) no-repeat center center; } .pause span{ background: url(http://i.imgur.com/dBQOlg1.png) no-repeat center center; } .menu .next{ border-radius:0 15px 15px 0; background: url(http://i.imgur.com/d4yYfGs.png) no-repeat center center; } .next span{ background: url(http://i.imgur.com/JyDNjL9.png) no-repeat center center; } .menu .share, .menu .like{ position: relative; height: 30px; width: 30px; cursor: pointer; border-radius: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px rgba(50,50,50,0.5) ; -o-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; } .menu .like{ float: right; background: #171717 url(http://i.imgur.com/YVh0uwN.png) no-repeat center center; } .like span{ background: url(http://i.imgur.com/BUoeur6.png) no-repeat center center; } .menu .share{ float: left; background: #171717 url(http://i.imgur.com/aGosymG.png) no-repeat center center; } .share span{ background: url(http://i.imgur.com/sVrgiY0.png) no-repeat center center; }
Israel_UI/css/style.css
body{ margin: 0; padding: 0; background: url(http://i.imgur.com/YVhw2Bh.png); } audio{ position: relative; display: block; margin: 0 auto; width:500px; height: 40px; } .container{ position: relative; width:100%; height: 304px; } .this-wrapper{ position: absolute; height: 222px; width: 222px; margin:auto; top:0;bottom:0;left:0;right:0; } .this{ border-radius: 8px; box-shadow: 0 1px 6px rgba(0,0,0,0.4), 0 1px rgba(55,55,55,1) ; position: absolute; height: 222px; width: 220px; -webkit-perspective: 650px; -moz-perspective: 650px; -ms-perspective: 650px; -o-perspective: 650px; perspective: 650px; } .sharescreen{ width: 222px; height: 222px; z-index: 997; position: absolute; top: 0px; } .likescreen, .blackscreen{ border-radius: 8px; position: absolute; top:-1px; height: 224px; width: 222px; z-index: 997; } .blackscreen{ background-color: rgba(0,0,0,0.8); z-index: 996; } .likecounter{ width: 52px; height: 52px; margin: auto; position: absolute; z-index: 999; top:0;left:0;right:0;bottom: 0; background: url(http://i.imgur.com/agUDuC1.png); } .socialicons{ width: 100%; position: absolute; margin: auto; height: 46px; top:0;left:0;right:0;bottom: 0; } .dropdown{ bottom:auto; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; transform: translateY(87px); -webkit-transform: translateY(87px); -moz-transform: translateY(87px); -ms-transform: translateY(87px); -o-transform: translateY(87px); } .sharetext{ position: absolute; color:#fff; font-family: 'Oswald'; font-weight: 300; text-align: center; width: 100%; top:46px; text-transform: uppercase; font-size: 1em; } .facebook, .twitter, .dribbble{ border-radius: 23px; cursor: pointer; width: 46px; height: 46px; margin: 0 auto; right: 0; left: 0; position:absolute; box-shadow: 0 0 0 1px #fff; -o-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -ms-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -moz-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; -webkit-transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; transition: right 0.5s ease-in-out, left 0.5s ease-in-out, opacity 0.4s ease-in-out 0.1s; } .icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 24px; content: ''; top: -1px; left: -1px; padding: 1px; z-index: -1; opacity: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s ease-out; -moz-transition: -moz-transform 0.3s, opacity 0.3s ease-out; transition: transform 0.3s, opacity 0.3s ease-out; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } .icon:hover:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .facebook{ opacity: 0; background: url(http://i.imgur.com/3AzFfdn.png) no-repeat center center; } .twitter{ background: url(http://i.imgur.com/zCUAFPE.png) no-repeat center center; } .twitter .lineone{ content: ' '; position: absolute; margin: auto; bottom: 0; top: 0; right: 46px; width: 0px; height: 1px; background-color: #fff; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .twitter .linetwo{ content: ' '; position: absolute; margin: auto; bottom: 0; top: 0; left: 46px; width: 0px; height: 1px; background-color: #fff; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .dribbble{ opacity: 0; background: url(http://i.imgur.com/pASuBLd.png) no-repeat center center; } .facebook:after{ background: #3b5998; } .twitter:after{ background: #00acee; } .dribbble:after{ background: #ea4c89; } .wrapper{ position: absolute; height: 222px; width: 222px; } .thumbnail{ display: none; } img{ border-radius: 8px; width: 100%; height: 100%; } .slice-content{ overflow: hidden; position: absolute; opacity: 1; cursor:pointer; -webkit-transform-origin: center top; -moz-transform-origin: center top; -ms-transform-origin: center top; -o-transform-origin: center top; transform-origin: center top; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); width: 222px; height:111px; } .slice-content:first-child { border-top: 1px solid #161616; border-left: 1px solid #161616; border-right: 1px solid #000; border-radius: 8px 8px 0 0; top: 0px; } .slice-content:nth-child(4) { border-bottom: 1px solid #161616; border-left: 1px solid #161616; border-right: 1px solid #000; top: 112px; z-index: 100; border-radius: 0 0 8px 8px; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .flip { -webkit-transform: rotateX(62deg) !important; -moz-transform: rotateX(62deg) !important; -ms-transform: rotateX(62deg) !important; transform: rotateX(62deg) !important; border-bottom: 2px solid #161616 !important; } .menu{ position: absolute; z-index: 2; height:52px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #151616; padding:11px; width: 222px; bottom: 0; margin: 0 auto; border-radius: 0 0 8px 8px; left:0;right:0; background-color: #1e1e1e; } .menu ul{ float: left; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px rgba(50,50,50,0.5) ; margin:0 0 0 10px; padding: 0; list-style: none; height:30px; width:120px; display: block; border-radius: 15px; background-color: #171717; } .menu li{ float: left; position: relative; cursor: pointer; width: 40px; height: 30px; -o-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; } .menu span{ position: absolute; top:0;bottom:0;right:0;left:0; } .menu li:hover, .menu .share:hover, .menu .like:hover{ background-color: rgba(0,0,0,0.4); } .menu .previous{ border-radius:15px 0 0 15px; background: url(http://i.imgur.com/n2ER0Dd.png) no-repeat center center; } .previous span{ background: url(http://i.imgur.com/vDIdKpi.png) no-repeat center center; } .menu .play{ background: url(http://i.imgur.com/dU17ZRl.png) no-repeat center center; } .play span{ background: url(http://i.imgur.com/hyUlL2r.png) no-repeat center center; } .menu .pause{ background: url(http://i.imgur.com/D1iTyjp.png) no-repeat center center; } .pause span{ background: url(http://i.imgur.com/dBQOlg1.png) no-repeat center center; } .menu .next{ border-radius:0 15px 15px 0; background: url(http://i.imgur.com/d4yYfGs.png) no-repeat center center; } .next span{ background: url(http://i.imgur.com/JyDNjL9.png) no-repeat center center; } .menu .share, .menu .like{ position: relative; height: 30px; width: 30px; cursor: pointer; border-radius: 15px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 1px rgba(50,50,50,0.5) ; -o-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; } .menu .like{ float: right; background: #171717 url(http://i.imgur.com/YVh0uwN.png) no-repeat center center; } .like span{ background: url(http://i.imgur.com/BUoeur6.png) no-repeat center center; } .menu .share{ float: left; background: #171717 url(http://i.imgur.com/aGosymG.png) no-repeat center center; } .share span{ background: url(http://i.imgur.com/sVrgiY0.png) no-repeat center center; }
0.326057
0.049935
[class*="psicon-"] { display: inline-block; font-family: "plenty-system-icons" !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .psicon-content_search:before { content: ""; } .psicon-content_category:before { content: ""; } .psicon-shaking_hands:before { content: ""; } .psicon-content_check_out:before { content: ""; } .psicon-content_my_account:before { content: ""; } .psicon-new_order:before { content: ""; } .psicon-reply_all:before { content: ""; } .psicon-reply:before { content: ""; } .psicon-table_sort_desc:before { content: ""; } .psicon-table_sort_asc:before { content: ""; } .psicon-table_sort:before { content: ""; } .psicon-auslog:before { content: ""; } .psicon-content:before { content: ""; } .psicon-einlog:before { content: ""; } .psicon-footer:before { content: ""; } .psicon-header:before { content: ""; } .psicon-unlink:before { content: ""; } .psicon-anonymize:before { content: ""; } .psicon-active_doc:before { content: ""; } .psicon-active_fold_closed:before { content: ""; } .psicon-active_fold_open:before { content: ""; } .psicon-active_settings:before { content: ""; } .psicon-equals:before { content: ""; } .psicon-inactive_doc:before { content: ""; } .psicon-inactive_fold_closed:before { content: ""; } .psicon-inactive_fold_open:before { content: ""; } .psicon-intermed_fold_closed:before { content: ""; } .psicon-intermed_fold_open:before { content: ""; } .psicon-link:before { content: ""; } .psicon-real:before { content: ""; } .psicon-reg_expr:before { content: ""; } .psicon-plenty_base:before { content: ""; } .psicon-colorpicker:before { content: ""; } .psicon-servicecenter:before { content: ""; } .psicon-open_external_link:before { content: ""; } .psicon-unlock_contact:before { content: ""; } .psicon-exch_adre_type:before { content: ""; } .psicon-ship_amaz_1st:before { content: ""; } .psicon-ship_amaz_2nd:before { content: ""; } .psicon-ship_amaz_prime_1st:before { content: ""; } .psicon-ship_amaz_prime_2nd:before { content: ""; } .psicon-ship_amaz_prime:before { content: ""; } .psicon-caret:before { content: ""; } .psicon-item-artikel:before { content: ""; } .psicon-align_center:before { content: ""; } .psicon-align_justify:before { content: ""; } .psicon-align_left:before { content: ""; } .psicon-align_right:before { content: ""; } .psicon-device_desktop:before { content: ""; } .psicon-device_laptop:before { content: ""; } .psicon-device_mobile:before { content: ""; } .psicon-device_tablet:before { content: ""; } .psicon-ebay:before { content: ""; } .psicon-switch_editor:before { content: ""; } .psicon-text_bold:before { content: ""; } .psicon-text_italic:before { content: ""; } .psicon-text_strikethrough:before { content: ""; } .psicon-text_underline:before { content: ""; } .psicon-click_and_collect:before { content: ""; } .psicon-ebay_basket:before { content: ""; } .psicon-ebay_plus:before { content: ""; } .psicon-hood:before { content: ""; } .psicon-reverse_fullscreen:before { content: ""; } .psicon-ricardo:before { content: ""; } .psicon-backend_ceres:before { content: ""; } .psicon-backend_io:before { content: ""; } .psicon-shipping_cbc_logistics:before { content: ""; } .psicon-application_double:before { content: ""; } .psicon-box_minus_disabled:before { content: ""; } .psicon-box_minus:before { content: ""; } .psicon-box_plus_disabled:before { content: ""; } .psicon-box_plus:before { content: ""; } .psicon-icon_questionmark_bck:before { content: ""; } .psicon-manual_search:before { content: ""; } .psicon-pay_5_paypal:before { content: ""; } .psicon-pay_25_laredoute:before { content: ""; } .psicon-pay_amazon_payment:before { content: ""; } .psicon-pay_amazon:before { content: ""; } .psicon-pay_bill:before { content: ""; } .psicon-pay_billsafe:before { content: ""; } .psicon-pay_cash_in_advance:before { content: ""; } .psicon-pay_cash_on_delivery:before { content: ""; } .psicon-pay_cash:before { content: ""; } .psicon-pay_cheque:before { content: ""; } .psicon-pay_clickandbuy:before { content: ""; } .psicon-pay_concardis:before { content: ""; } .psicon-pay_coupon:before { content: ""; } .psicon-pay_credit_card:before { content: ""; } .psicon-pay_crefopay:before { content: ""; } .psicon-pay_debit:before { content: ""; } .psicon-pay_ec:before { content: ""; } .psicon-pay_eos:before { content: ""; } .psicon-pay_expercash:before { content: ""; } .psicon-pay_gartenxxl:before { content: ""; } .psicon-pay_gimahhot:before { content: ""; } .psicon-pay_heidelpay:before { content: ""; } .psicon-pay_hitmeister:before { content: ""; } .psicon-pay_iclear:before { content: ""; } .psicon-pay_iloxx:before { content: ""; } .psicon-pay_klarna:before { content: ""; } .psicon-pay_masterpayment:before { content: ""; } .psicon-pay_meinpaket:before { content: ""; } .psicon-pay_neckermann:before { content: ""; } .psicon-pay_other:before { content: ""; } .psicon-pay_pay_card:before { content: ""; } .psicon-pay_paymorrow_new:before { content: ""; } .psicon-pay_paymorrow:before { content: ""; } .psicon-pay_payolution:before { content: ""; } .psicon-pay_payone:before { content: ""; } .psicon-pay_paypal_express:before { content: ""; } .psicon-pay_paypal_qr:before { content: ""; } .psicon-pay_pixmania:before { content: ""; } .psicon-pay_plus:before { content: ""; } .psicon-pay_postpay:before { content: ""; } .psicon-pay_rakuten:before { content: ""; } .psicon-pay_ratepay:before { content: ""; } .psicon-pay_saferpay:before { content: ""; } .psicon-pay_sagepay:before { content: ""; } .psicon-pay_santander:before { content: ""; } .psicon-pay_shopgate:before { content: ""; } .psicon-pay_skrill:before { content: ""; } .psicon-pay_sofortueberweisung:before { content: ""; } .psicon-pay_wirecard:before { content: ""; } .psicon-pay_worldpay:before { content: ""; } .psicon-pay_zalando:before { content: ""; } .psicon-pay_zentralverkauf:before { content: ""; } .psicon-shipping_bilog:before { content: ""; } .psicon-shipping_bps:before { content: ""; } .psicon-shipping_bvw:before { content: ""; } .psicon-shipping_dachser:before { content: ""; } .psicon-shipping_db_schenker:before { content: ""; } .psicon-shipping_deutschepost:before { content: ""; } .psicon-shipping_dhl_packstation:before { content: ""; } .psicon-shipping_dhl:before { content: ""; } .psicon-shipping_dpd:before { content: ""; } .psicon-shipping_ems_garantpost:before { content: ""; } .psicon-shipping_ereturn:before { content: ""; } .psicon-shipping_esellersfriend:before { content: ""; } .psicon-shipping_fedex:before { content: ""; } .psicon-shipping_gel_express:before { content: ""; } .psicon-shipping_gls:before { content: ""; } .psicon-shipping_hbh:before { content: ""; } .psicon-shipping_hermes:before { content: ""; } .psicon-shipping_ids_logistik:before { content: ""; } .psicon-shipping_ilopack:before { content: ""; } .psicon-shipping_iloxx:before { content: ""; } .psicon-shipping_lkv:before { content: ""; } .psicon-shipping_other:before { content: ""; } .psicon-shipping_post_at:before { content: ""; } .psicon-shipping_pvs_logistik:before { content: ""; } .psicon-shipping_rhenus:before { content: ""; } .psicon-shipping_selbstabholer:before { content: ""; } .psicon-shipping_shippingcenter:before { content: ""; } .psicon-shipping_spedition:before { content: ""; } .psicon-shipping_swiss_post:before { content: ""; } .psicon-shipping_tnt:before { content: ""; } .psicon-shipping_trans-o-flex:before { content: ""; } .psicon-shipping_ups:before { content: ""; } .psicon-shipping_yousellwesend:before { content: ""; } .psicon-customer_link:before { content: ""; } .psicon-design_inline_edit:before { content: ""; } .psicon-document_show:before { content: ""; } .psicon-dunning_level_1:before { content: ""; } .psicon-dunning_level_2:before { content: ""; } .psicon-dunning_level_3:before { content: ""; } .psicon-dunning_level_4:before { content: ""; } .psicon-dunning_level_5:before { content: ""; } .psicon-email_sent:before { content: ""; } .psicon-file_extension_odt:before { content: ""; } .psicon-payment_sepa_pain:before { content: ""; } .psicon-shipping_centre:before { content: ""; } .psicon-order_new:before { content: ""; } .psicon-refund_create:before { content: ""; } .psicon-refund_reversal_create:before { content: ""; } .psicon-icon-reversal_document-13:before { content: ""; } .psicon-reorder_search:before { content: ""; } .psicon-shipment_tracking:before { content: ""; } .psicon-zoom_out:before { content: ""; } .psicon-plugin_productive_deploy:before { content: ""; } .psicon-plugin_to_productive:before { content: ""; } .psicon-plugin_to_stage:before { content: ""; } .psicon-image:before { content: ""; } .psicon-plugin_stage_deploy:before { content: ""; } .psicon-plugin_stage:before { content: ""; } .psicon-trash:before { content: ""; } .psicon-author:before { content: ""; } .psicon-changelog:before { content: ""; } .psicon-item_move:before { content: ""; } .psicon-marketplace:before { content: ""; } .psicon-plugin:before { content: ""; } .psicon-burger:before { content: ""; } .psicon-grid:before { content: ""; } .psicon-plugin_inbox:before { content: ""; } .psicon-dunning_level:before { content: ""; } .psicon-folder_closeable:before { content: ""; } .psicon-order_multi:before { content: ""; } .psicon-support:before { content: ""; } .psicon-diagramm:before { content: ""; } .psicon-forum:before { content: ""; } .psicon-handbuch:before { content: ""; } .psicon-statistik:before { content: ""; } .psicon-active:before { content: ""; } .psicon-add:before { content: ""; } .psicon-address_label:before { content: ""; } .psicon-adjustment_form:before { content: ""; } .psicon-apply_all:before { content: ""; } .psicon-back:before { content: ""; } .psicon-booking_carry_outpng:before { content: ""; } .psicon-booking_reset:before { content: ""; } .psicon-calculate_acquisition_pricepng:before { content: ""; } .psicon-calendar_extend_appointment:before { content: ""; } .psicon-cancel:before { content: ""; } .psicon-category_edit:before { content: ""; } .psicon-checkbox_checked:before { content: ""; } .psicon-checkbox_indeterminate:before { content: ""; } .psicon-checkbox_unchecked:before { content: ""; } .psicon-close:before { content: ""; } .psicon-collapse_down:before { content: ""; } .psicon-collapse_left:before { content: ""; } .psicon-collapse_rightpng:before { content: ""; } .psicon-collapse_up:before { content: ""; } .psicon-confirm:before { content: ""; } .psicon-control_pause:before { content: ""; } .psicon-control_play:before { content: ""; } .psicon-control_skip:before { content: ""; } .psicon-control_start:before { content: ""; } .psicon-control_stop:before { content: ""; } .psicon-copy_clipboard:before { content: ""; } .psicon-copy:before { content: ""; } .psicon-credit_note:before { content: ""; } .psicon-customer_new_password:before { content: ""; } .psicon-customer:before { content: ""; } .psicon-data_export:before { content: ""; } .psicon-date_pick:before { content: ""; } .psicon-debug:before { content: ""; } .psicon-delete:before { content: ""; } .psicon-delivery_note_create:before { content: ""; } .psicon-delivery_note:before { content: ""; } .psicon-design_add:before { content: ""; } .psicon-design_copy:before { content: ""; } .psicon-design_export:before { content: ""; } .psicon-design_import:before { content: ""; } .psicon-design_inline_edit_toggle:before { content: ""; } .psicon-design_publish:before { content: ""; } .psicon-design_transfer:before { content: ""; } .psicon-document:before { content: ""; } .psicon-domain_new:before { content: ""; } .psicon-domains:before { content: ""; } .psicon-download:before { content: ""; } .psicon-drag_sort_handle:before { content: ""; } .psicon-dropbox:before { content: ""; } .psicon-dunning_letter:before { content: ""; } .psicon-edit_blog:before { content: ""; } .psicon-edit_listing:before { content: ""; } .psicon-edit:before { content: ""; } .psicon-email_send:before { content: ""; } .psicon-email_service:before { content: ""; } .psicon-error:before { content: ""; } .psicon-execute:before { content: ""; } .psicon-export:before { content: ""; } .psicon-favourite_active:before { content: ""; } .psicon-favourite_inactive:before { content: ""; } .psicon-favourites:before { content: ""; } .psicon-file_attachment:before { content: ""; } .psicon-file_extension_blank:before { content: ""; } .psicon-file_extension_css:before { content: ""; } .psicon-file_extension_csv:before { content: ""; } .psicon-file_extension_doc:before { content: ""; } .psicon-file_extension_docx:before { content: ""; } .psicon-file_extension_gif:before { content: ""; } .psicon-file_extension_gzip:before { content: ""; } .psicon-file_extension_hh:before { content: ""; } .psicon-file_extension_html:before { content: ""; } .psicon-file_extension_ico:before { content: ""; } .psicon-file_extension_jpeg:before { content: ""; } .psicon-file_extension_jpg:before { content: ""; } .psicon-file_extension_js:before { content: ""; } .psicon-file_extension_json:before { content: ""; } .psicon-file_extension_md:before { content: ""; } .psicon-file_extension_openoffice:before { content: ""; } .psicon-file_extension_pdf:before { content: ""; } .psicon-file_extension_png:before { content: ""; } .psicon-file_extension_rtf:before { content: ""; } .psicon-file_extension_swf:before { content: ""; } .psicon-file_extension_tar:before { content: ""; } .psicon-file_extension_tiff:before { content: ""; } .psicon-file_extension_twig:before { content: ""; } .psicon-file_extension_txt:before { content: ""; } .psicon-file_extension_xls:before { content: ""; } .psicon-file_extension_xlsx:before { content: ""; } .psicon-file_extension_xml:before { content: ""; } .psicon-file_extension_zip:before { content: ""; } .psicon-filter_add:before { content: ""; } .psicon-filter_remove:before { content: ""; } .psicon-filter:before { content: ""; } .psicon-first:before { content: ""; } .psicon-flag_alarm:before { content: ""; } .psicon-flag_black:before { content: ""; } .psicon-flag_blue:before { content: ""; } .psicon-flag_bomb_black:before { content: ""; } .psicon-flag_bomb_green:before { content: ""; } .psicon-flag_bomb_red:before { content: ""; } .psicon-flag_green:before { content: ""; } .psicon-flag_help:before { content: ""; } .psicon-flag_ledblack_16:before { content: ""; } .psicon-flag_ledblue_16:before { content: ""; } .psicon-flag_leddarkblue_16:before { content: ""; } .psicon-flag_leddarkgreen_16:before { content: ""; } .psicon-flag_leddarkred_16:before { content: ""; } .psicon-flag_ledgreen_16:before { content: ""; } .psicon-flag_ledgrey_16:before { content: ""; } .psicon-flag_ledorange_16:before { content: ""; } .psicon-flag_ledpink_16:before { content: ""; } .psicon-flag_ledpurple_16:before { content: ""; } .psicon-flag_ledred_16:before { content: ""; } .psicon-flag_ledyellow_16:before { content: ""; } .psicon-flag_none:before { content: ""; } .psicon-flag_red:before { content: ""; } .psicon-flag_star:before { content: ""; } .psicon-flag_user_blue:before { content: ""; } .psicon-flag_user_dark_blue:before { content: ""; } .psicon-flag_user_female:before { content: ""; } .psicon-flag_user_gray:before { content: ""; } .psicon-flag_user_green:before { content: ""; } .psicon-flag_user_light_gray:before { content: ""; } .psicon-flag_user_orange:before { content: ""; } .psicon-flag_user_purple:before { content: ""; } .psicon-flag_user_red:before { content: ""; } .psicon-flag_user_turquoise:before { content: ""; } .psicon-flag_user_yellow:before { content: ""; } .psicon-flag_weather_clouds:before { content: ""; } .psicon-flag_weather_cloudy:before { content: ""; } .psicon-flag_weather_lightning:before { content: ""; } .psicon-flag_weather_rain:before { content: ""; } .psicon-flag_weather_snow:before { content: ""; } .psicon-flag_weather_sun:before { content: ""; } .psicon-flag_yellow:before { content: ""; } .psicon-folder_add:before { content: ""; } .psicon-folder_closable:before { content: ""; } .psicon-folder_openable:before { content: ""; } .psicon-folder_opened:before { content: ""; } .psicon-folder:before { content: ""; } .psicon-frontend_open:before { content: ""; } .psicon-fullscreen:before { content: ""; } .psicon-help:before { content: ""; } .psicon-inactive:before { content: ""; } .psicon-infinite:before { content: ""; } .psicon-info:before { content: ""; } .psicon-insert_after:before { content: ""; } .psicon-insert_before:before { content: ""; } .psicon-invoice_create:before { content: ""; } .psicon-item_barcode_show:before { content: ""; } .psicon-item_bundle:before { content: ""; } .psicon-item_image_gallery:before { content: ""; } .psicon-item_image_selected_1:before { content: ""; } .psicon-item_image_selected_2:before { content: ""; } .psicon-item_label:before { content: ""; } .psicon-item_plus:before { content: ""; } .psicon-item_referrer_url:before { content: ""; } .psicon-item_scan:before { content: ""; } .psicon-item_search:before { content: ""; } .psicon-item_serial_number_register:before { content: ""; } .psicon-item_serial_number:before { content: ""; } .psicon-item_variation_distribute_quantity:before { content: ""; } .psicon-item_variation_inheritance:before { content: ""; } .psicon-item_webshop_invisible:before { content: ""; } .psicon-item:before { content: ""; } .psicon-items_incoming_history:before { content: ""; } .psicon-lang_de:before { content: ""; } .psicon-lang_en:before { content: ""; } .psicon-lang_multilingual:before { content: ""; } .psicon-last:before { content: ""; } .psicon-lionbridge_status_check:before { content: ""; } .psicon-lionbridge_status_checked:before { content: ""; } .psicon-listing_create:before { content: ""; } .psicon-listing_direct_lister:before { content: ""; } .psicon-listing_remove:before { content: ""; } .psicon-listing_show_active:before { content: ""; } .psicon-listing_template_transfer:before { content: ""; } .psicon-listing_type_shop:before { content: ""; } .psicon-listings_show_active:before { content: ""; } .psicon-listings_show:before { content: ""; } .psicon-more:before { content: ""; } .psicon-move_down:before { content: ""; } .psicon-move_up:before { content: ""; } .psicon-navigate_back:before { content: ""; } .psicon-new_todo:before { content: ""; } .psicon-next:before { content: ""; } .psicon-offer:before { content: ""; } .psicon-order_confirmation_create:before { content: ""; } .psicon-order_flag:before { content: ""; } .psicon-order_mulit:before { content: ""; } .psicon-order_not_possible:before { content: ""; } .psicon-order_note_create:before { content: ""; } .psicon-order_note_customer:before { content: ""; } .psicon-order_note:before { content: ""; } .psicon-order_open:before { content: ""; } .psicon-order_parcel_service_change:before { content: ""; } .psicon-order_parcel_service_preset_change:before { content: ""; } .psicon-order_property:before { content: ""; } .psicon-order_return_create_edit:before { content: ""; } .psicon-order_return_slip:before { content: ""; } .psicon-order_return:before { content: ""; } .psicon-order_returns_label:before { content: ""; } .psicon-order_scheduler_new:before { content: ""; } .psicon-order_sent:before { content: ""; } .psicon-order_show_existing_processes:before { content: ""; } .psicon-order_split:before { content: ""; } .psicon-order:before { content: ""; } .psicon-outgoing_items:before { content: ""; } .psicon-owner:before { content: ""; } .psicon-payment_assign:before { content: ""; } .psicon-payment_book_incoming_directly:before { content: ""; } .psicon-payment_credit_note:before { content: ""; } .psicon-payment_manual_booking:before { content: ""; } .psicon-payment_register_incoming:before { content: ""; } .psicon-picklist_close:before { content: ""; } .psicon-picklist:before { content: ""; } .psicon-placeholder_show_list:before { content: ""; } .psicon-plenty_testsystem_new:before { content: ""; } .psicon-plugin_copy_to_stage:before { content: ""; } .psicon-plugin_linked_to_git:before { content: ""; } .psicon-plugin_not_copied_to_stage:before { content: ""; } .psicon-plugin_not_linked_to_git:before { content: ""; } .psicon-plugin_not_productive:before { content: ""; } .psicon-plugin_productive:before { content: ""; } .psicon-plugin_pull_productive:before { content: ""; } .psicon-plugin_pull_stage:before { content: ""; } .psicon-plugin_pull:before { content: ""; } .psicon-plugin_push:before { content: ""; } .psicon-plugin_repo_fetch:before { content: ""; } .psicon-preview_not_available:before { content: ""; } .psicon-preview:before { content: ""; } .psicon-print:before { content: ""; } .psicon-printer_add:before { content: ""; } .psicon-problem:before { content: ""; } .psicon-process_add:before { content: ""; } .psicon-process_caching:before { content: ""; } .psicon-process_counter_1:before { content: ""; } .psicon-process_counter_2:before { content: ""; } .psicon-process_counter_3:before { content: ""; } .psicon-process_counter_4:before { content: ""; } .psicon-process_counter_5:before { content: ""; } .psicon-process_counter_6:before { content: ""; } .psicon-process_counter_7:before { content: ""; } .psicon-process_counter_8:before { content: ""; } .psicon-process_counter_9:before { content: ""; } .psicon-process_counter_10:before { content: ""; } .psicon-process_counter_11:before { content: ""; } .psicon-process_counter_12:before { content: ""; } .psicon-process_counter_13:before { content: ""; } .psicon-process_counter_14:before { content: ""; } .psicon-process_counter_15:before { content: ""; } .psicon-process_counter_16:before { content: ""; } .psicon-process_counter_17:before { content: ""; } .psicon-process_counter_18:before { content: ""; } .psicon-process_counter_19:before { content: ""; } .psicon-process_counter_20:before { content: ""; } .psicon-process_counter_21:before { content: ""; } .psicon-process_counter_22:before { content: ""; } .psicon-process_counter_23:before { content: ""; } .psicon-process_counter_24:before { content: ""; } .psicon-process_counter_25:before { content: ""; } .psicon-process_dialog:before { content: ""; } .psicon-process_end:before { content: ""; } .psicon-process_error_grey:before { content: ""; } .psicon-process_error_red:before { content: ""; } .psicon-process_error:before { content: ""; } .psicon-process_jump:before { content: ""; } .psicon-process_loop:before { content: ""; } .psicon-process_order_status:before { content: ""; } .psicon-process_polling:before { content: ""; } .psicon-process_scan:before { content: ""; } .psicon-rating_small_-1:before { content: ""; } .psicon-rating_small_-2:before { content: ""; } .psicon-rating_small_-3:before { content: ""; } .psicon-rating_small_-4:before { content: ""; } .psicon-rating_small_-5:before { content: ""; } .psicon-rating_small_0:before { content: ""; } .psicon-rating_small_1:before { content: ""; } .psicon-rating_small_02:before { content: ""; } .psicon-rating_small_3:before { content: ""; } .psicon-rating_small_4:before { content: ""; } .psicon-rating_small_5:before { content: ""; } .psicon-receipt_archive:before { content: ""; } .psicon-referrer_backend:before { content: ""; } .psicon-refresh:before { content: ""; } .psicon-reload:before { content: ""; } .psicon-reorder_create:before { content: ""; } .psicon-reorder_not_possible:before { content: ""; } .psicon-reorder_scan:before { content: ""; } .psicon-reorder_show:before { content: ""; } .psicon-reorder_type:before { content: ""; } .psicon-reorder:before { content: ""; } .psicon-repair_slip:before { content: ""; } .psicon-reset_32:before { content: ""; } .psicon-reset:before { content: ""; } .psicon-save:before { content: ""; } .psicon-search_apply:before { content: ""; } .psicon-search:before { content: ""; } .psicon-send_email:before { content: ""; } .psicon-set_package_number:before { content: ""; } .psicon-settings_transfer:before { content: ""; } .psicon-settings:before { content: ""; } .psicon-shipping_dhl_packstation_valid:before { content: ""; } .psicon-shipping_express:before { content: ""; } .psicon-skype:before { content: ""; } .psicon-sort_asc:before { content: ""; } .psicon-sort_desc:before { content: ""; } .psicon-sort_down:before { content: ""; } .psicon-sort_up:before { content: ""; } .psicon-sound:before { content: ""; } .psicon-stock_intake_without_reorder:before { content: ""; } .psicon-stock_intake:before { content: ""; } .psicon-stock_limited:before { content: ""; } .psicon-stock:before { content: ""; } .psicon-success:before { content: ""; } .psicon-tag_disabled:before { content: ""; } .psicon-tag:before { content: ""; } .psicon-telephone_hangup:before { content: ""; } .psicon-telephone:before { content: ""; } .psicon-ticket_add_faq:before { content: ""; } .psicon-ticket_all:before { content: ""; } .psicon-ticket_attachment_private:before { content: ""; } .psicon-ticket_create:before { content: ""; } .psicon-ticket_deadline_exceeded:before { content: ""; } .psicon-ticket_deadline_today:before { content: ""; } .psicon-ticket_events:before { content: ""; } .psicon-ticket_folder_move:before { content: ""; } .psicon-ticket_link:before { content: ""; } .psicon-ticket_message_new:before { content: ""; } .psicon-ticket_message_private_new:before { content: ""; } .psicon-ticket_message_private:before { content: ""; } .psicon-ticket_message:before { content: ""; } .psicon-ticket_mine_done:before { content: ""; } .psicon-ticket_mine_todo:before { content: ""; } .psicon-ticket_mine:before { content: ""; } .psicon-ticket_new:before { content: ""; } .psicon-ticket_prio1:before { content: ""; } .psicon-ticket_prio2:before { content: ""; } .psicon-ticket_prio3:before { content: ""; } .psicon-ticket_prio4:before { content: ""; } .psicon-ticket_prio5:before { content: ""; } .psicon-ticket_prio6:before { content: ""; } .psicon-ticket_prio7:before { content: ""; } .psicon-ticket_prio8:before { content: ""; } .psicon-ticket_show_parent:before { content: ""; } .psicon-ticket_show:before { content: ""; } .psicon-ticket_todo:before { content: ""; } .psicon-timer:before { content: ""; } .psicon-upload:before { content: ""; } .psicon-user_my_account:before { content: ""; } .psicon-vcard:before { content: ""; } .psicon-visibility_private:before { content: ""; } .psicon-warning:before { content: ""; } .psicon-zoom:before { content: ""; }
src/css/plenty-icon-font.css
[class*="psicon-"] { display: inline-block; font-family: "plenty-system-icons" !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .psicon-content_search:before { content: ""; } .psicon-content_category:before { content: ""; } .psicon-shaking_hands:before { content: ""; } .psicon-content_check_out:before { content: ""; } .psicon-content_my_account:before { content: ""; } .psicon-new_order:before { content: ""; } .psicon-reply_all:before { content: ""; } .psicon-reply:before { content: ""; } .psicon-table_sort_desc:before { content: ""; } .psicon-table_sort_asc:before { content: ""; } .psicon-table_sort:before { content: ""; } .psicon-auslog:before { content: ""; } .psicon-content:before { content: ""; } .psicon-einlog:before { content: ""; } .psicon-footer:before { content: ""; } .psicon-header:before { content: ""; } .psicon-unlink:before { content: ""; } .psicon-anonymize:before { content: ""; } .psicon-active_doc:before { content: ""; } .psicon-active_fold_closed:before { content: ""; } .psicon-active_fold_open:before { content: ""; } .psicon-active_settings:before { content: ""; } .psicon-equals:before { content: ""; } .psicon-inactive_doc:before { content: ""; } .psicon-inactive_fold_closed:before { content: ""; } .psicon-inactive_fold_open:before { content: ""; } .psicon-intermed_fold_closed:before { content: ""; } .psicon-intermed_fold_open:before { content: ""; } .psicon-link:before { content: ""; } .psicon-real:before { content: ""; } .psicon-reg_expr:before { content: ""; } .psicon-plenty_base:before { content: ""; } .psicon-colorpicker:before { content: ""; } .psicon-servicecenter:before { content: ""; } .psicon-open_external_link:before { content: ""; } .psicon-unlock_contact:before { content: ""; } .psicon-exch_adre_type:before { content: ""; } .psicon-ship_amaz_1st:before { content: ""; } .psicon-ship_amaz_2nd:before { content: ""; } .psicon-ship_amaz_prime_1st:before { content: ""; } .psicon-ship_amaz_prime_2nd:before { content: ""; } .psicon-ship_amaz_prime:before { content: ""; } .psicon-caret:before { content: ""; } .psicon-item-artikel:before { content: ""; } .psicon-align_center:before { content: ""; } .psicon-align_justify:before { content: ""; } .psicon-align_left:before { content: ""; } .psicon-align_right:before { content: ""; } .psicon-device_desktop:before { content: ""; } .psicon-device_laptop:before { content: ""; } .psicon-device_mobile:before { content: ""; } .psicon-device_tablet:before { content: ""; } .psicon-ebay:before { content: ""; } .psicon-switch_editor:before { content: ""; } .psicon-text_bold:before { content: ""; } .psicon-text_italic:before { content: ""; } .psicon-text_strikethrough:before { content: ""; } .psicon-text_underline:before { content: ""; } .psicon-click_and_collect:before { content: ""; } .psicon-ebay_basket:before { content: ""; } .psicon-ebay_plus:before { content: ""; } .psicon-hood:before { content: ""; } .psicon-reverse_fullscreen:before { content: ""; } .psicon-ricardo:before { content: ""; } .psicon-backend_ceres:before { content: ""; } .psicon-backend_io:before { content: ""; } .psicon-shipping_cbc_logistics:before { content: ""; } .psicon-application_double:before { content: ""; } .psicon-box_minus_disabled:before { content: ""; } .psicon-box_minus:before { content: ""; } .psicon-box_plus_disabled:before { content: ""; } .psicon-box_plus:before { content: ""; } .psicon-icon_questionmark_bck:before { content: ""; } .psicon-manual_search:before { content: ""; } .psicon-pay_5_paypal:before { content: ""; } .psicon-pay_25_laredoute:before { content: ""; } .psicon-pay_amazon_payment:before { content: ""; } .psicon-pay_amazon:before { content: ""; } .psicon-pay_bill:before { content: ""; } .psicon-pay_billsafe:before { content: ""; } .psicon-pay_cash_in_advance:before { content: ""; } .psicon-pay_cash_on_delivery:before { content: ""; } .psicon-pay_cash:before { content: ""; } .psicon-pay_cheque:before { content: ""; } .psicon-pay_clickandbuy:before { content: ""; } .psicon-pay_concardis:before { content: ""; } .psicon-pay_coupon:before { content: ""; } .psicon-pay_credit_card:before { content: ""; } .psicon-pay_crefopay:before { content: ""; } .psicon-pay_debit:before { content: ""; } .psicon-pay_ec:before { content: ""; } .psicon-pay_eos:before { content: ""; } .psicon-pay_expercash:before { content: ""; } .psicon-pay_gartenxxl:before { content: ""; } .psicon-pay_gimahhot:before { content: ""; } .psicon-pay_heidelpay:before { content: ""; } .psicon-pay_hitmeister:before { content: ""; } .psicon-pay_iclear:before { content: ""; } .psicon-pay_iloxx:before { content: ""; } .psicon-pay_klarna:before { content: ""; } .psicon-pay_masterpayment:before { content: ""; } .psicon-pay_meinpaket:before { content: ""; } .psicon-pay_neckermann:before { content: ""; } .psicon-pay_other:before { content: ""; } .psicon-pay_pay_card:before { content: ""; } .psicon-pay_paymorrow_new:before { content: ""; } .psicon-pay_paymorrow:before { content: ""; } .psicon-pay_payolution:before { content: ""; } .psicon-pay_payone:before { content: ""; } .psicon-pay_paypal_express:before { content: ""; } .psicon-pay_paypal_qr:before { content: ""; } .psicon-pay_pixmania:before { content: ""; } .psicon-pay_plus:before { content: ""; } .psicon-pay_postpay:before { content: ""; } .psicon-pay_rakuten:before { content: ""; } .psicon-pay_ratepay:before { content: ""; } .psicon-pay_saferpay:before { content: ""; } .psicon-pay_sagepay:before { content: ""; } .psicon-pay_santander:before { content: ""; } .psicon-pay_shopgate:before { content: ""; } .psicon-pay_skrill:before { content: ""; } .psicon-pay_sofortueberweisung:before { content: ""; } .psicon-pay_wirecard:before { content: ""; } .psicon-pay_worldpay:before { content: ""; } .psicon-pay_zalando:before { content: ""; } .psicon-pay_zentralverkauf:before { content: ""; } .psicon-shipping_bilog:before { content: ""; } .psicon-shipping_bps:before { content: ""; } .psicon-shipping_bvw:before { content: ""; } .psicon-shipping_dachser:before { content: ""; } .psicon-shipping_db_schenker:before { content: ""; } .psicon-shipping_deutschepost:before { content: ""; } .psicon-shipping_dhl_packstation:before { content: ""; } .psicon-shipping_dhl:before { content: ""; } .psicon-shipping_dpd:before { content: ""; } .psicon-shipping_ems_garantpost:before { content: ""; } .psicon-shipping_ereturn:before { content: ""; } .psicon-shipping_esellersfriend:before { content: ""; } .psicon-shipping_fedex:before { content: ""; } .psicon-shipping_gel_express:before { content: ""; } .psicon-shipping_gls:before { content: ""; } .psicon-shipping_hbh:before { content: ""; } .psicon-shipping_hermes:before { content: ""; } .psicon-shipping_ids_logistik:before { content: ""; } .psicon-shipping_ilopack:before { content: ""; } .psicon-shipping_iloxx:before { content: ""; } .psicon-shipping_lkv:before { content: ""; } .psicon-shipping_other:before { content: ""; } .psicon-shipping_post_at:before { content: ""; } .psicon-shipping_pvs_logistik:before { content: ""; } .psicon-shipping_rhenus:before { content: ""; } .psicon-shipping_selbstabholer:before { content: ""; } .psicon-shipping_shippingcenter:before { content: ""; } .psicon-shipping_spedition:before { content: ""; } .psicon-shipping_swiss_post:before { content: ""; } .psicon-shipping_tnt:before { content: ""; } .psicon-shipping_trans-o-flex:before { content: ""; } .psicon-shipping_ups:before { content: ""; } .psicon-shipping_yousellwesend:before { content: ""; } .psicon-customer_link:before { content: ""; } .psicon-design_inline_edit:before { content: ""; } .psicon-document_show:before { content: ""; } .psicon-dunning_level_1:before { content: ""; } .psicon-dunning_level_2:before { content: ""; } .psicon-dunning_level_3:before { content: ""; } .psicon-dunning_level_4:before { content: ""; } .psicon-dunning_level_5:before { content: ""; } .psicon-email_sent:before { content: ""; } .psicon-file_extension_odt:before { content: ""; } .psicon-payment_sepa_pain:before { content: ""; } .psicon-shipping_centre:before { content: ""; } .psicon-order_new:before { content: ""; } .psicon-refund_create:before { content: ""; } .psicon-refund_reversal_create:before { content: ""; } .psicon-icon-reversal_document-13:before { content: ""; } .psicon-reorder_search:before { content: ""; } .psicon-shipment_tracking:before { content: ""; } .psicon-zoom_out:before { content: ""; } .psicon-plugin_productive_deploy:before { content: ""; } .psicon-plugin_to_productive:before { content: ""; } .psicon-plugin_to_stage:before { content: ""; } .psicon-image:before { content: ""; } .psicon-plugin_stage_deploy:before { content: ""; } .psicon-plugin_stage:before { content: ""; } .psicon-trash:before { content: ""; } .psicon-author:before { content: ""; } .psicon-changelog:before { content: ""; } .psicon-item_move:before { content: ""; } .psicon-marketplace:before { content: ""; } .psicon-plugin:before { content: ""; } .psicon-burger:before { content: ""; } .psicon-grid:before { content: ""; } .psicon-plugin_inbox:before { content: ""; } .psicon-dunning_level:before { content: ""; } .psicon-folder_closeable:before { content: ""; } .psicon-order_multi:before { content: ""; } .psicon-support:before { content: ""; } .psicon-diagramm:before { content: ""; } .psicon-forum:before { content: ""; } .psicon-handbuch:before { content: ""; } .psicon-statistik:before { content: ""; } .psicon-active:before { content: ""; } .psicon-add:before { content: ""; } .psicon-address_label:before { content: ""; } .psicon-adjustment_form:before { content: ""; } .psicon-apply_all:before { content: ""; } .psicon-back:before { content: ""; } .psicon-booking_carry_outpng:before { content: ""; } .psicon-booking_reset:before { content: ""; } .psicon-calculate_acquisition_pricepng:before { content: ""; } .psicon-calendar_extend_appointment:before { content: ""; } .psicon-cancel:before { content: ""; } .psicon-category_edit:before { content: ""; } .psicon-checkbox_checked:before { content: ""; } .psicon-checkbox_indeterminate:before { content: ""; } .psicon-checkbox_unchecked:before { content: ""; } .psicon-close:before { content: ""; } .psicon-collapse_down:before { content: ""; } .psicon-collapse_left:before { content: ""; } .psicon-collapse_rightpng:before { content: ""; } .psicon-collapse_up:before { content: ""; } .psicon-confirm:before { content: ""; } .psicon-control_pause:before { content: ""; } .psicon-control_play:before { content: ""; } .psicon-control_skip:before { content: ""; } .psicon-control_start:before { content: ""; } .psicon-control_stop:before { content: ""; } .psicon-copy_clipboard:before { content: ""; } .psicon-copy:before { content: ""; } .psicon-credit_note:before { content: ""; } .psicon-customer_new_password:before { content: ""; } .psicon-customer:before { content: ""; } .psicon-data_export:before { content: ""; } .psicon-date_pick:before { content: ""; } .psicon-debug:before { content: ""; } .psicon-delete:before { content: ""; } .psicon-delivery_note_create:before { content: ""; } .psicon-delivery_note:before { content: ""; } .psicon-design_add:before { content: ""; } .psicon-design_copy:before { content: ""; } .psicon-design_export:before { content: ""; } .psicon-design_import:before { content: ""; } .psicon-design_inline_edit_toggle:before { content: ""; } .psicon-design_publish:before { content: ""; } .psicon-design_transfer:before { content: ""; } .psicon-document:before { content: ""; } .psicon-domain_new:before { content: ""; } .psicon-domains:before { content: ""; } .psicon-download:before { content: ""; } .psicon-drag_sort_handle:before { content: ""; } .psicon-dropbox:before { content: ""; } .psicon-dunning_letter:before { content: ""; } .psicon-edit_blog:before { content: ""; } .psicon-edit_listing:before { content: ""; } .psicon-edit:before { content: ""; } .psicon-email_send:before { content: ""; } .psicon-email_service:before { content: ""; } .psicon-error:before { content: ""; } .psicon-execute:before { content: ""; } .psicon-export:before { content: ""; } .psicon-favourite_active:before { content: ""; } .psicon-favourite_inactive:before { content: ""; } .psicon-favourites:before { content: ""; } .psicon-file_attachment:before { content: ""; } .psicon-file_extension_blank:before { content: ""; } .psicon-file_extension_css:before { content: ""; } .psicon-file_extension_csv:before { content: ""; } .psicon-file_extension_doc:before { content: ""; } .psicon-file_extension_docx:before { content: ""; } .psicon-file_extension_gif:before { content: ""; } .psicon-file_extension_gzip:before { content: ""; } .psicon-file_extension_hh:before { content: ""; } .psicon-file_extension_html:before { content: ""; } .psicon-file_extension_ico:before { content: ""; } .psicon-file_extension_jpeg:before { content: ""; } .psicon-file_extension_jpg:before { content: ""; } .psicon-file_extension_js:before { content: ""; } .psicon-file_extension_json:before { content: ""; } .psicon-file_extension_md:before { content: ""; } .psicon-file_extension_openoffice:before { content: ""; } .psicon-file_extension_pdf:before { content: ""; } .psicon-file_extension_png:before { content: ""; } .psicon-file_extension_rtf:before { content: ""; } .psicon-file_extension_swf:before { content: ""; } .psicon-file_extension_tar:before { content: ""; } .psicon-file_extension_tiff:before { content: ""; } .psicon-file_extension_twig:before { content: ""; } .psicon-file_extension_txt:before { content: ""; } .psicon-file_extension_xls:before { content: ""; } .psicon-file_extension_xlsx:before { content: ""; } .psicon-file_extension_xml:before { content: ""; } .psicon-file_extension_zip:before { content: ""; } .psicon-filter_add:before { content: ""; } .psicon-filter_remove:before { content: ""; } .psicon-filter:before { content: ""; } .psicon-first:before { content: ""; } .psicon-flag_alarm:before { content: ""; } .psicon-flag_black:before { content: ""; } .psicon-flag_blue:before { content: ""; } .psicon-flag_bomb_black:before { content: ""; } .psicon-flag_bomb_green:before { content: ""; } .psicon-flag_bomb_red:before { content: ""; } .psicon-flag_green:before { content: ""; } .psicon-flag_help:before { content: ""; } .psicon-flag_ledblack_16:before { content: ""; } .psicon-flag_ledblue_16:before { content: ""; } .psicon-flag_leddarkblue_16:before { content: ""; } .psicon-flag_leddarkgreen_16:before { content: ""; } .psicon-flag_leddarkred_16:before { content: ""; } .psicon-flag_ledgreen_16:before { content: ""; } .psicon-flag_ledgrey_16:before { content: ""; } .psicon-flag_ledorange_16:before { content: ""; } .psicon-flag_ledpink_16:before { content: ""; } .psicon-flag_ledpurple_16:before { content: ""; } .psicon-flag_ledred_16:before { content: ""; } .psicon-flag_ledyellow_16:before { content: ""; } .psicon-flag_none:before { content: ""; } .psicon-flag_red:before { content: ""; } .psicon-flag_star:before { content: ""; } .psicon-flag_user_blue:before { content: ""; } .psicon-flag_user_dark_blue:before { content: ""; } .psicon-flag_user_female:before { content: ""; } .psicon-flag_user_gray:before { content: ""; } .psicon-flag_user_green:before { content: ""; } .psicon-flag_user_light_gray:before { content: ""; } .psicon-flag_user_orange:before { content: ""; } .psicon-flag_user_purple:before { content: ""; } .psicon-flag_user_red:before { content: ""; } .psicon-flag_user_turquoise:before { content: ""; } .psicon-flag_user_yellow:before { content: ""; } .psicon-flag_weather_clouds:before { content: ""; } .psicon-flag_weather_cloudy:before { content: ""; } .psicon-flag_weather_lightning:before { content: ""; } .psicon-flag_weather_rain:before { content: ""; } .psicon-flag_weather_snow:before { content: ""; } .psicon-flag_weather_sun:before { content: ""; } .psicon-flag_yellow:before { content: ""; } .psicon-folder_add:before { content: ""; } .psicon-folder_closable:before { content: ""; } .psicon-folder_openable:before { content: ""; } .psicon-folder_opened:before { content: ""; } .psicon-folder:before { content: ""; } .psicon-frontend_open:before { content: ""; } .psicon-fullscreen:before { content: ""; } .psicon-help:before { content: ""; } .psicon-inactive:before { content: ""; } .psicon-infinite:before { content: ""; } .psicon-info:before { content: ""; } .psicon-insert_after:before { content: ""; } .psicon-insert_before:before { content: ""; } .psicon-invoice_create:before { content: ""; } .psicon-item_barcode_show:before { content: ""; } .psicon-item_bundle:before { content: ""; } .psicon-item_image_gallery:before { content: ""; } .psicon-item_image_selected_1:before { content: ""; } .psicon-item_image_selected_2:before { content: ""; } .psicon-item_label:before { content: ""; } .psicon-item_plus:before { content: ""; } .psicon-item_referrer_url:before { content: ""; } .psicon-item_scan:before { content: ""; } .psicon-item_search:before { content: ""; } .psicon-item_serial_number_register:before { content: ""; } .psicon-item_serial_number:before { content: ""; } .psicon-item_variation_distribute_quantity:before { content: ""; } .psicon-item_variation_inheritance:before { content: ""; } .psicon-item_webshop_invisible:before { content: ""; } .psicon-item:before { content: ""; } .psicon-items_incoming_history:before { content: ""; } .psicon-lang_de:before { content: ""; } .psicon-lang_en:before { content: ""; } .psicon-lang_multilingual:before { content: ""; } .psicon-last:before { content: ""; } .psicon-lionbridge_status_check:before { content: ""; } .psicon-lionbridge_status_checked:before { content: ""; } .psicon-listing_create:before { content: ""; } .psicon-listing_direct_lister:before { content: ""; } .psicon-listing_remove:before { content: ""; } .psicon-listing_show_active:before { content: ""; } .psicon-listing_template_transfer:before { content: ""; } .psicon-listing_type_shop:before { content: ""; } .psicon-listings_show_active:before { content: ""; } .psicon-listings_show:before { content: ""; } .psicon-more:before { content: ""; } .psicon-move_down:before { content: ""; } .psicon-move_up:before { content: ""; } .psicon-navigate_back:before { content: ""; } .psicon-new_todo:before { content: ""; } .psicon-next:before { content: ""; } .psicon-offer:before { content: ""; } .psicon-order_confirmation_create:before { content: ""; } .psicon-order_flag:before { content: ""; } .psicon-order_mulit:before { content: ""; } .psicon-order_not_possible:before { content: ""; } .psicon-order_note_create:before { content: ""; } .psicon-order_note_customer:before { content: ""; } .psicon-order_note:before { content: ""; } .psicon-order_open:before { content: ""; } .psicon-order_parcel_service_change:before { content: ""; } .psicon-order_parcel_service_preset_change:before { content: ""; } .psicon-order_property:before { content: ""; } .psicon-order_return_create_edit:before { content: ""; } .psicon-order_return_slip:before { content: ""; } .psicon-order_return:before { content: ""; } .psicon-order_returns_label:before { content: ""; } .psicon-order_scheduler_new:before { content: ""; } .psicon-order_sent:before { content: ""; } .psicon-order_show_existing_processes:before { content: ""; } .psicon-order_split:before { content: ""; } .psicon-order:before { content: ""; } .psicon-outgoing_items:before { content: ""; } .psicon-owner:before { content: ""; } .psicon-payment_assign:before { content: ""; } .psicon-payment_book_incoming_directly:before { content: ""; } .psicon-payment_credit_note:before { content: ""; } .psicon-payment_manual_booking:before { content: ""; } .psicon-payment_register_incoming:before { content: ""; } .psicon-picklist_close:before { content: ""; } .psicon-picklist:before { content: ""; } .psicon-placeholder_show_list:before { content: ""; } .psicon-plenty_testsystem_new:before { content: ""; } .psicon-plugin_copy_to_stage:before { content: ""; } .psicon-plugin_linked_to_git:before { content: ""; } .psicon-plugin_not_copied_to_stage:before { content: ""; } .psicon-plugin_not_linked_to_git:before { content: ""; } .psicon-plugin_not_productive:before { content: ""; } .psicon-plugin_productive:before { content: ""; } .psicon-plugin_pull_productive:before { content: ""; } .psicon-plugin_pull_stage:before { content: ""; } .psicon-plugin_pull:before { content: ""; } .psicon-plugin_push:before { content: ""; } .psicon-plugin_repo_fetch:before { content: ""; } .psicon-preview_not_available:before { content: ""; } .psicon-preview:before { content: ""; } .psicon-print:before { content: ""; } .psicon-printer_add:before { content: ""; } .psicon-problem:before { content: ""; } .psicon-process_add:before { content: ""; } .psicon-process_caching:before { content: ""; } .psicon-process_counter_1:before { content: ""; } .psicon-process_counter_2:before { content: ""; } .psicon-process_counter_3:before { content: ""; } .psicon-process_counter_4:before { content: ""; } .psicon-process_counter_5:before { content: ""; } .psicon-process_counter_6:before { content: ""; } .psicon-process_counter_7:before { content: ""; } .psicon-process_counter_8:before { content: ""; } .psicon-process_counter_9:before { content: ""; } .psicon-process_counter_10:before { content: ""; } .psicon-process_counter_11:before { content: ""; } .psicon-process_counter_12:before { content: ""; } .psicon-process_counter_13:before { content: ""; } .psicon-process_counter_14:before { content: ""; } .psicon-process_counter_15:before { content: ""; } .psicon-process_counter_16:before { content: ""; } .psicon-process_counter_17:before { content: ""; } .psicon-process_counter_18:before { content: ""; } .psicon-process_counter_19:before { content: ""; } .psicon-process_counter_20:before { content: ""; } .psicon-process_counter_21:before { content: ""; } .psicon-process_counter_22:before { content: ""; } .psicon-process_counter_23:before { content: ""; } .psicon-process_counter_24:before { content: ""; } .psicon-process_counter_25:before { content: ""; } .psicon-process_dialog:before { content: ""; } .psicon-process_end:before { content: ""; } .psicon-process_error_grey:before { content: ""; } .psicon-process_error_red:before { content: ""; } .psicon-process_error:before { content: ""; } .psicon-process_jump:before { content: ""; } .psicon-process_loop:before { content: ""; } .psicon-process_order_status:before { content: ""; } .psicon-process_polling:before { content: ""; } .psicon-process_scan:before { content: ""; } .psicon-rating_small_-1:before { content: ""; } .psicon-rating_small_-2:before { content: ""; } .psicon-rating_small_-3:before { content: ""; } .psicon-rating_small_-4:before { content: ""; } .psicon-rating_small_-5:before { content: ""; } .psicon-rating_small_0:before { content: ""; } .psicon-rating_small_1:before { content: ""; } .psicon-rating_small_02:before { content: ""; } .psicon-rating_small_3:before { content: ""; } .psicon-rating_small_4:before { content: ""; } .psicon-rating_small_5:before { content: ""; } .psicon-receipt_archive:before { content: ""; } .psicon-referrer_backend:before { content: ""; } .psicon-refresh:before { content: ""; } .psicon-reload:before { content: ""; } .psicon-reorder_create:before { content: ""; } .psicon-reorder_not_possible:before { content: ""; } .psicon-reorder_scan:before { content: ""; } .psicon-reorder_show:before { content: ""; } .psicon-reorder_type:before { content: ""; } .psicon-reorder:before { content: ""; } .psicon-repair_slip:before { content: ""; } .psicon-reset_32:before { content: ""; } .psicon-reset:before { content: ""; } .psicon-save:before { content: ""; } .psicon-search_apply:before { content: ""; } .psicon-search:before { content: ""; } .psicon-send_email:before { content: ""; } .psicon-set_package_number:before { content: ""; } .psicon-settings_transfer:before { content: ""; } .psicon-settings:before { content: ""; } .psicon-shipping_dhl_packstation_valid:before { content: ""; } .psicon-shipping_express:before { content: ""; } .psicon-skype:before { content: ""; } .psicon-sort_asc:before { content: ""; } .psicon-sort_desc:before { content: ""; } .psicon-sort_down:before { content: ""; } .psicon-sort_up:before { content: ""; } .psicon-sound:before { content: ""; } .psicon-stock_intake_without_reorder:before { content: ""; } .psicon-stock_intake:before { content: ""; } .psicon-stock_limited:before { content: ""; } .psicon-stock:before { content: ""; } .psicon-success:before { content: ""; } .psicon-tag_disabled:before { content: ""; } .psicon-tag:before { content: ""; } .psicon-telephone_hangup:before { content: ""; } .psicon-telephone:before { content: ""; } .psicon-ticket_add_faq:before { content: ""; } .psicon-ticket_all:before { content: ""; } .psicon-ticket_attachment_private:before { content: ""; } .psicon-ticket_create:before { content: ""; } .psicon-ticket_deadline_exceeded:before { content: ""; } .psicon-ticket_deadline_today:before { content: ""; } .psicon-ticket_events:before { content: ""; } .psicon-ticket_folder_move:before { content: ""; } .psicon-ticket_link:before { content: ""; } .psicon-ticket_message_new:before { content: ""; } .psicon-ticket_message_private_new:before { content: ""; } .psicon-ticket_message_private:before { content: ""; } .psicon-ticket_message:before { content: ""; } .psicon-ticket_mine_done:before { content: ""; } .psicon-ticket_mine_todo:before { content: ""; } .psicon-ticket_mine:before { content: ""; } .psicon-ticket_new:before { content: ""; } .psicon-ticket_prio1:before { content: ""; } .psicon-ticket_prio2:before { content: ""; } .psicon-ticket_prio3:before { content: ""; } .psicon-ticket_prio4:before { content: ""; } .psicon-ticket_prio5:before { content: ""; } .psicon-ticket_prio6:before { content: ""; } .psicon-ticket_prio7:before { content: ""; } .psicon-ticket_prio8:before { content: ""; } .psicon-ticket_show_parent:before { content: ""; } .psicon-ticket_show:before { content: ""; } .psicon-ticket_todo:before { content: ""; } .psicon-timer:before { content: ""; } .psicon-upload:before { content: ""; } .psicon-user_my_account:before { content: ""; } .psicon-vcard:before { content: ""; } .psicon-visibility_private:before { content: ""; } .psicon-warning:before { content: ""; } .psicon-zoom:before { content: ""; }
0.390941
0.063019
:host body{ background-color: #000000; } body { background: url('../OPES-Splash-Page-1200x675.jpg') center center fixed !important; background-size: cover !important; background-blend-mode: multiply !important; background-color: #00000052 !important; } p { margin: 0 0 10px; } h2, .section-heading h2 { font-size: 1.424em; } a { -webkit-transition: .3s all; transition: .3s all; color: #5068A9; } .card-bg-none{ background:rgb(249, 250, 251) none repeat scroll 0% 0% } .showcursor{ cursor: pointer; } .border-btn{ border: 1px solid #ffffff !important; margin-bottom: 10px !important; border-radius: 5px !important; padding:5px !important; color: #ffffff; } .border-btn-error{ margin-bottom: 10px !important; border-radius: 5px !important; padding:5px !important; border: 1px solid #7c0202 !important; color: #7c0202 !important; } .headerPool{ background-color: #17a2b8; padding:10px; color: white; } .balLink a{ color:#ffffff; } .balLink2 a{ color:#17a2b8; } .btn-outline-info:hover a{ color:#ffffff; } .Container{ min-height: 1000px; } .dheader{ font-size : '50px' !important; height:'100px' !important; } .title-bg{ color:#c00e0e !important; font-weight: bold !important; } .nav-link-bottom { padding: .05rem 1rem !important; font-size: 10px !important; background-color: transparent !important; border-color: #dee2e629 !important; } .dsubheader{ font-size: '10px' !important; color :'#FFFFF'; height:'100px' !important; } @media only screen and (max-width:800){ .dheader{ font-size:'60px' !important; height:'30px' !important; } .dsubheader{ font-size:'38px' !important; color :'#FFFFF'; height:'100px' !important; } } /* .bglower{ background-color: #4a5e72; } */ .MuiDialogContent-root{ background-color: #4a5e72 !important; border:1px solid #186ce9; -moz-box-shadow: 1px 2px 3px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); } .MuiSnackbarContent-root{ background-color: #4a5e72 !important; } .button-unlock{ background-color: #4a5e72 !important; border:1px solid #186ce9; padding: '16px'; border-radius: '1rem'; justify-content: 'space-between' ; min-width: '250px'; display: 'flex'; } .card{ color:#ffffff; -moz-box-shadow: 1px 2px 3px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); border:0px !important; border-radius:10px !important; } .card-body{ background: #4a5e72; /* border:1px solid #186ce9; */ border-radius:10px !important; } @media (min-width:801px){ .card-body:hover{ -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 3; border-radius: 10px; color:#ffffff; } } .headerTitle{ color:#ffffff !important; font-weight: bolder !important; font-size:25px !important; } .round-wallet{ border-radius: 10px; border:1px solid #ffffff; padding:6px; /* background-color:#244370 ; */ color:#ffffff !important; } .round-wallet:hover{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); cursor: pointer; } .navbarStyle { border:1px solid #ffffff !important; } .nav-tabs { border: none !important; } .tableRowStyle{ border-bottom:1px solid #9b9b9b !important; } .rowTitle{ text-align: left !important; } .mob{ display:none; } .des{ display:block; } @media only screen and (max-width: 600px) { .tableRowStyle { text-align:center !important; } .rowTitle{ background-color:rgb(76, 113, 158,0.5); text-align: center !important; } .mob{ display:block; } .des{ display:none; } } .btn, input,h3,h4,p { color: #ffffff !important; } .btn:hover { font-weight: bold; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .list-group,.list-group-item{ background-color: #4a5e72 !important; border-color: #ffffff !important; font-size: 12px !important; } .table thead tr th, .table tbody tr td { border-top: 0px; border-color: #ffffff !important; color:#ffffff !important; text-align: center; } .table tbody tr td { font-size: 20px; font-weight: bold; text-align: center; } /* h4{ border-bottom: 1px solid #ffffff !important; } */ .myButton-disable { background-color:#727272; border-radius:10px; display:inline-block; color:#ffffff; font-family:Arial; font-size:19px; padding:12px 37px; text-decoration:none; width:100%; text-align: center; } .smallBTN-disable { background-color:#727272; border-radius:10px; display:inline-block; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-align: center; } .smallBTN-disable:hover{ text-decoration: none; color:#ffffff; } .myButton { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:12px 37px; text-decoration:none; text-shadow:0px 1px 0px #283966; width:100%; text-align: center; } .myButton:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; } .myButtonSmall { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-shadow:0px 1px 0px #283966; width:100%; text-align: center; } .myButtonSmall:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; color:#ffffff; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .myButtonSmall-small{ padding:2px !important; width:150px !important; } .myButton:active { position:relative; top:1px; } .smallBTN { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px !important; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-shadow:0px 1px 0px #283966; } .smallBTN:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; color:#ffffff; border-radius:10px; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .newtable tbody tr td{ font-size:15px; color:#ffffff !important; } .newtable thead tr th{ font-size:20px; color:#ffffff !important; } .newtable tbody tr td img:hover{ -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); } .newtable tbody tr:hover, .tableRowStyle:hover{ /* -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); */ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); background-color:rgb(76, 113, 158,0.5); } .textheader{ color:#ffffff; font-weight: bold; } .connectBtn{ border:1px solid #FFFFFF; } .btn:hover{ background-color: rgb(4, 131, 89) !important; } .poolended{ text-align: center; color:#FFFFFF; padding:30px; background-color:rgb(76, 113, 158,0.5); vertical-align: middle; } .card-new-header{ color: #FFFFFF !important; background-color: rgb(76, 113, 158) !important; border-top-left-radius: 10px; border-top-right-radius: 10px; } .card-new-body, .card-new-body:hover{ background: #4a5e72 !important; color:#FFFFFF; } .btn-new{ background-color: rgb(76, 113, 158) ; border:0px; color:#FFFFFF; font-weight: bolder; font-size: 20px; }
src/assets/css/style.css
:host body{ background-color: #000000; } body { background: url('../OPES-Splash-Page-1200x675.jpg') center center fixed !important; background-size: cover !important; background-blend-mode: multiply !important; background-color: #00000052 !important; } p { margin: 0 0 10px; } h2, .section-heading h2 { font-size: 1.424em; } a { -webkit-transition: .3s all; transition: .3s all; color: #5068A9; } .card-bg-none{ background:rgb(249, 250, 251) none repeat scroll 0% 0% } .showcursor{ cursor: pointer; } .border-btn{ border: 1px solid #ffffff !important; margin-bottom: 10px !important; border-radius: 5px !important; padding:5px !important; color: #ffffff; } .border-btn-error{ margin-bottom: 10px !important; border-radius: 5px !important; padding:5px !important; border: 1px solid #7c0202 !important; color: #7c0202 !important; } .headerPool{ background-color: #17a2b8; padding:10px; color: white; } .balLink a{ color:#ffffff; } .balLink2 a{ color:#17a2b8; } .btn-outline-info:hover a{ color:#ffffff; } .Container{ min-height: 1000px; } .dheader{ font-size : '50px' !important; height:'100px' !important; } .title-bg{ color:#c00e0e !important; font-weight: bold !important; } .nav-link-bottom { padding: .05rem 1rem !important; font-size: 10px !important; background-color: transparent !important; border-color: #dee2e629 !important; } .dsubheader{ font-size: '10px' !important; color :'#FFFFF'; height:'100px' !important; } @media only screen and (max-width:800){ .dheader{ font-size:'60px' !important; height:'30px' !important; } .dsubheader{ font-size:'38px' !important; color :'#FFFFF'; height:'100px' !important; } } /* .bglower{ background-color: #4a5e72; } */ .MuiDialogContent-root{ background-color: #4a5e72 !important; border:1px solid #186ce9; -moz-box-shadow: 1px 2px 3px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); } .MuiSnackbarContent-root{ background-color: #4a5e72 !important; } .button-unlock{ background-color: #4a5e72 !important; border:1px solid #186ce9; padding: '16px'; border-radius: '1rem'; justify-content: 'space-between' ; min-width: '250px'; display: 'flex'; } .card{ color:#ffffff; -moz-box-shadow: 1px 2px 3px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); box-shadow: 1px 2px 3px rgba(4, 115, 158,.5); border:0px !important; border-radius:10px !important; } .card-body{ background: #4a5e72; /* border:1px solid #186ce9; */ border-radius:10px !important; } @media (min-width:801px){ .card-body:hover{ -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 3; border-radius: 10px; color:#ffffff; } } .headerTitle{ color:#ffffff !important; font-weight: bolder !important; font-size:25px !important; } .round-wallet{ border-radius: 10px; border:1px solid #ffffff; padding:6px; /* background-color:#244370 ; */ color:#ffffff !important; } .round-wallet:hover{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); cursor: pointer; } .navbarStyle { border:1px solid #ffffff !important; } .nav-tabs { border: none !important; } .tableRowStyle{ border-bottom:1px solid #9b9b9b !important; } .rowTitle{ text-align: left !important; } .mob{ display:none; } .des{ display:block; } @media only screen and (max-width: 600px) { .tableRowStyle { text-align:center !important; } .rowTitle{ background-color:rgb(76, 113, 158,0.5); text-align: center !important; } .mob{ display:block; } .des{ display:none; } } .btn, input,h3,h4,p { color: #ffffff !important; } .btn:hover { font-weight: bold; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .list-group,.list-group-item{ background-color: #4a5e72 !important; border-color: #ffffff !important; font-size: 12px !important; } .table thead tr th, .table tbody tr td { border-top: 0px; border-color: #ffffff !important; color:#ffffff !important; text-align: center; } .table tbody tr td { font-size: 20px; font-weight: bold; text-align: center; } /* h4{ border-bottom: 1px solid #ffffff !important; } */ .myButton-disable { background-color:#727272; border-radius:10px; display:inline-block; color:#ffffff; font-family:Arial; font-size:19px; padding:12px 37px; text-decoration:none; width:100%; text-align: center; } .smallBTN-disable { background-color:#727272; border-radius:10px; display:inline-block; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-align: center; } .smallBTN-disable:hover{ text-decoration: none; color:#ffffff; } .myButton { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:12px 37px; text-decoration:none; text-shadow:0px 1px 0px #283966; width:100%; text-align: center; } .myButton:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; } .myButtonSmall { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-shadow:0px 1px 0px #283966; width:100%; text-align: center; } .myButtonSmall:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; color:#ffffff; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .myButtonSmall-small{ padding:2px !important; width:150px !important; } .myButton:active { position:relative; top:1px; } .smallBTN { /* box-shadow: 0px 0px 0px 2px #9fb4f2; */ background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%); background-color:#7892c2; border-radius:10px !important; /* border:1px solid #4e6096; */ display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:19px; padding:5px 10px; text-decoration:none; text-shadow:0px 1px 0px #283966; } .smallBTN:hover { background:linear-gradient(to bottom, #048359 5%, #0dc789 100%); /* background-color:#476e9e; */ background-color: #048359 !important; text-decoration:none; color:#ffffff; border-radius:10px; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .newtable tbody tr td{ font-size:15px; color:#ffffff !important; } .newtable thead tr th{ font-size:20px; color:#ffffff !important; } .newtable tbody tr td img:hover{ -webkit-transform: scale(2); -ms-transform: scale(2); transform: scale(2); } .newtable tbody tr:hover, .tableRowStyle:hover{ /* -moz-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158, 0.5); -webkit-box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); box-shadow: 4px 8px 8px 10px rgba(4, 115, 158,.5); */ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); background-color:rgb(76, 113, 158,0.5); } .textheader{ color:#ffffff; font-weight: bold; } .connectBtn{ border:1px solid #FFFFFF; } .btn:hover{ background-color: rgb(4, 131, 89) !important; } .poolended{ text-align: center; color:#FFFFFF; padding:30px; background-color:rgb(76, 113, 158,0.5); vertical-align: middle; } .card-new-header{ color: #FFFFFF !important; background-color: rgb(76, 113, 158) !important; border-top-left-radius: 10px; border-top-right-radius: 10px; } .card-new-body, .card-new-body:hover{ background: #4a5e72 !important; color:#FFFFFF; } .btn-new{ background-color: rgb(76, 113, 158) ; border:0px; color:#FFFFFF; font-weight: bolder; font-size: 20px; }
0.19923
0.10885
* { margin:0; padding:0; } body { font-size:62.5%; font-family: "Trebuchet MS", arial, sans-serif; color: #000; overflow: -moz-scrollbars-vertical !important; background-color:#fff; background-image:url('/_static/images/www/shared/bgPattern.gif'); background-repeat:repeat-x; } p { margin:10px 0; } a { color:#7F0407; } a:hover {} a img { border: 0; } ul, li { list-style-type:none; list-style-image:none; list-style-position:outside; } .clearfix { background:#f0f; /* IF YOU SEE THIS ON A PAGE, CALL THE POLICE! */ } h1, h2, h3, h4, h5 { font-weight:bold; } h1 {font-size:1.9em; line-height:1.9em;} h2 {font-size:1.7em; line-height:1.7em;} h3 {font-size:1.3em; line-height:1.3em;} h4 {font-size:1.0em; line-height:1.0em;} /* ==================================================================================================== */ /* 2. SPECIFIC CLASSES AND IDs */ /* ==================================================================================================== */ .mandatoryfields { float:right; padding-right:5px; text-align:right; margin-left:30px; } .errorMessage { font-weight:bold; color:#c00; display:block; margin:10px 0 15px 0; font-size:11.5px; text-transform:uppercase; } .attention { font-weight:bold; display:block; margin:10px 0; text-transform:uppercase; letter-spacing:1px; } .note { float:left; display:block; margin:0 5px; } .disabled { -moz-opacity:.25; opacity:.25; } .enabled { -moz-opacity:1; opacity:1; } .hide { display:none; } .show { display:block; } .pixelBlock { width:1px; height:1px; } /* ==================================================================================================== */ /* 3. FAUX INLINE STYLES */ /* ==================================================================================================== */ .displayNone {display:none !important;} .displayBlock {display:block !important;} .displayInline {display:inline !important;} .floatLeft {float:left !important;} .floatRight {float:right !important;} .clearBoth {clear:both !important;} .alignLeft {text-align:left !important;} .alignRight {text-align:right !important;} .marginTop {margin-top:10px !important;} .marginRight {margin-right:10px !important;} .marginBottom {margin-bottom:10px !important;} .marginLeft {margin-left:10px !important;} .red {color:red !important;} .black {color:black !important;} .noMargin {margin:0 !important;} .noWrapping {white-space:nowrap !important;} .widthAuto {width:auto !important;} label.widthAuto {margin-right: 20px;} .paddingLeft {padding-left:30px !important;} .boldText{font-weight:bold !important;} .clearNone{ clear:none !important;} .clearLeft{clear:left !important;} .noBottomBorder{ border-bottom:none !important;} .noBorder{border:none !important;} /* ==================================================================================================== */ /* 4. FORM PROPERTIES */ /* ==================================================================================================== */ .redasterisk{ color:#dd0d0d; font-size:12px; float:right; padding-top:22px; padding-right:30px; } .redasterisk2{ color:#dd0d0d; font-size:12px; float:left; padding-right:5px; } .forgotPasswordLink{ font-size:12px; padding:2px 15px 7px 0; color:#800000; font-size:12px; font-family:"Trebuchet MS"; cursor:pointer; float:right; } .forgotPasswordLink{ cursor:pointer; } fieldset { border:0 none; clear:left; line-height:18px; margin-bottom:8px; } fieldset .asterisk { color: #000; } label { float:left; width:145px; margin-right:5px; color:#6a4935; } label.postalCode { line-height:12px; } label.fieldLabel_error { color:#c00; font-weight:bold; } label.indented { float:left; width:110px; margin-left:40px; } fieldset.checkBox label { width:330px; } input { border:solid 1px #bc9b6a; height:19px; float:left; font-family:arial; width:142px; font-size:1.0em; background:#fbefde; } input.file { width:230px; height:20px; } input.midField { width:60px; margin-right:15px; } input.zipField{ width:181px; float:left; height:19px; color:#6A4935; font-family:"Trebuchet MS"; font-size:12px; } input.shortField{ width:30px; } input.radio, input.checkBox, fieldset.checkBox input { width:13px; height:13px; border:solid 0; float:left; margin-top:3px; margin-right:5px; } input.checkBoxRight { border:0pt solid; float:left; height:14px; margin-right:10px; margin-top:5px; width:14px; } .radioText, .checkBoxText { float:left; display:block; margin-right:20px; width:auto !important; } select { border:1px solid #909090; float:left; font-family:arial; font-size:0.95em; height:18px; width:172px; } select.shortField { width:50px; margin-right:10px; } select.midField { width:60px; margin-left:-4px; margin-right:6px; } select#AgeRange { width:80px; } textarea { float:left; width:170px; border: solid 1px #bc9b6a; background:#fbefde; font-family:arial; font-size:1em; margin-top:5px; } .mainButton { padding:0; height:38px; } .mainButton input, .mainButton button, .mainButton a { background-image:url('/_static/images/www/shared/bgButton.jpg'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:28px; line-height:24px; padding:0 0 0 7px; float:left; margin:0; width:auto; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:12px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:uppercase; color:#fff; } .mainButton .largeButton { font-size:1.4em; font-weight:bold; text-transform:uppercase; } .mainButton .buttonEnd { background-image:url('/_static/images/www/shared/bgButtonEnd.jpg'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } .largeBtnAddtoCart { padding-top:3px; } .largeBtnAddtoCart input, .largeBtnAddtoCart button, .largeBtnAddtoCart a{ background-image:url(/_static/images/www/shared/btnAddtoCart.gif); background-repeat:no-repeat; cursor:pointer; display:block; float:left; height:32px; overflow:hidden; width:107px; border:0 !important; } /* --------------------Shopping Cart Buttons------------------*/ .largeBtnAddtoCart input, .largeBtnAddtoCart button, .largeBtnAddtoCart a{ float:right; margin-right:5px; } .shoppingCartButton { float: right; padding: 0 32px 0 10px; height: 38px; } .shoppingCartButton input, .shoppingCartButton button, .shoppingCartButton a { background-image:url('/_static/images/www/shared/btnShoppingCartMain.gif'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:32px; line-height:24px; padding:0 0 0 7px; margin:0; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:16px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:capitalize; color:#fff; } .shoppingCartButton .largeButton { font-size:1.4em; font-weight:bold; text-transform:uppercase; } .continueShopping .BtnEnd{ background-image:url('/_static/images/www/Shared/btnContinueShoppingEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:22px; height:32px; float:left; margin:0; overflow:hidden; } .shoppingCartButton .buttonEnd { background-image:url('/_static/images/www/shared/btnShoppingCartEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:22px; height:32px; overflow:hidden; float:left; margin:0; cursor:pointer; } .shoppingCartButton input{width:auto !important;} .continueShopping { float: right; display: inline; height: 38px; } .continueShopping input, .continueShopping button, .continueShopping a{ color:#a45424 !important; background-image:url('/_static/images/www/Shared/btnContinueShoppingMain.gif') !important; background-repeat:no-repeat; float:left; height:32px; width:175px; line-height:24px; padding:0 0 0 7px; margin:0; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:16px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:capitalize; border:solid 0;} } .continueShopping input{ /*width:auto;*/ } .breadcrumbLevel2 a{ text-decoration:none; color:#231f20 !important; font-size:11px; font-family:"Trebuchet MS", arial; } .accountButton input, .accountButton button, .accountButton a { background-image:url('/_static/images/www/shared/bgaccountButton.gif'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:25px; line-height:24px; padding:0 0 0 10px; float:left; margin:0; width:auto; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:14px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; color:#fff; text-transform:capitalize; } .accountButtonEnd { background-image:url('/_static/images/www/shared/bgAccountButtonEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } .accountButton { float:right; padding-right:5px; padding-top:10px; clear:right; } .clickHereButton {padding:0;height:38px;margin-left:50px;} .clickHereButton input, .clickHereButton button, .clickHereButton a { background-image:url('/_static/images/www/shared/bgButton.jpg'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:28px; line-height:24px; padding:0px; float:left; margin:0; width:156px; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:12px; font-family:"ms trebuchet",helvetica,arial; font-weight:bold; text-transform:uppercase; color:#fff; } .clickHereButton .buttonEnd { background-image:url('/_static/images/www/shared/bgButtonEnd.jpg'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } div#formButtonRight {width:322px;height:40px;} /*--- 5. STRUCTURE BLOCKS -----------------*/ #wrapper { width:928px; background:#fff; margin:0 auto !important; padding:0px 20px; overflow:hidden; } #topNavigation { margin: 0 0 10px 0; float: left; position: relative; } #contentBlock, #galleryBlock { clear: both; } #contentBlock { font-size:1.1em; min-height:600px; height:auto; overflow:hidden; margin-bottom:5px; } #contentBlock.shortContent{min-height:325px;} div#leftBlock { width:175px; float:left; margin-right:5px; clear:left; display:block; font-family:arial; margin-bottom:5px; overflow:hidden; } .mainBlock { overflow:hidden; line-height:1.5em; width:740px; } #bottomBanner { background-color:#000 !important; color: #fff; width: 800px; height: 40px; clear: both; display:none; } #footerBlock { width:928px; height:134px; clear:both; background-image: url('/_static/images/www/Shared/bgFooter.gif'); background-repeat: repeat-x; margin:0 auto; padding:20px; } #popupOverlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } #popupOverlay div#shade { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000; -moz-opacity: .5; opacity: .5; z-index: 50; } /* ==================================================================================================== */ /* 6. HEADER */ /* ==================================================================================================== */ #topNavigation #logo { float:left; width: 425px; height: 88px; overflow: hidden; } #topNavigation #logo a { display:block; width:425px; height:88px; background-repeat: no-repeat; background-position:0 bottom; } #topNavigation #logo h1 a span { display:none; } #topNavigation #languageSelector { float:right; } #topNavigation div.nav { clear:both; /* overflow:hidden;*/ position: relative; height:32px; line-height:32px; background-image:url(/_static/images/www/shared/navBar.gif); } #topNavigation div.nav .postalSearch { background:#cc0000; width:798px; height:40px; border:solid 1px #000; margin:0; } #topNavigation div.nav a { color:#fff; font-size:14px; font-weight:bold; font-family:"Trebuchet MS"; text-decoration:none; text-transform:uppercase; } #topNavigation div#toolBar { width: 508px; margin-left: -5px; float:right; overflow:hidden; padding-top:15px; } #topNavigation div#navigationMenu { float: left; width: 928px; height: 62px; } #topNavigation div#navigationMenu ul#navigationTabs { height: 30px; padding-left: 45px; } #topNavigation div#navigationMenu ul#navigationTabs li { height: 30px; line-height: 30px; background-image: url(/_static/images/www/shared/navigationTabsLeft.gif); background-repeat: no-repeat; background-position: 0 0; float: left; margin-right: 12px; overflow:hidden; } #topNavigation div#navigationMenu ul#navigationTabs li span { float:left; height: 30px; display: block; background-image: url(/_static/images/www/shared/navigationTabsRight.gif); background-repeat: no-repeat; background-position: 100% 0; padding: 0 25px; font-family: "trebuchet ms",arial; color:#6a4935; font-size:15px; font-weight:bold; cursor: pointer; } #topNavigation div.gift ul#navigationTabs li#tabGifts { background-position: 0 -30px !important; } #topNavigation div.gift ul#navigationTabs li#tabGifts span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.fundraising ul#navigationTabs li#tabFundraising { background-position: 0 -30px !important; } #topNavigation div.fundraising ul#navigationTabs li#tabFundraising span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.retail ul#navigationTabs li#tabRetail { background-position: 0 -30px !important; } #topNavigation div.retail ul#navigationTabs li#tabRetail span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.nav fieldset {margin:5px;} #topNavigation div.nav label { float:left; width:auto; font-size:1.2em; height:32px; line-height:32px; color:#fff; font-weight:bold; margin-left:5px; } #topNavigation div.nav input { height:18px; font-size:1.2em; margin-top:5px; width:70px; } #topNavigation div.nav input#srcGo { height:20px; font-size:1.2em; width:80px; margin-left:5px; font-weight:bold; } /* nav tabs */ #topNavigation div.gift div#giftsNav {display:block; } #topNavigation div.gift div#fundraisingNav {display:none; } #topNavigation div.gift div#retailNav {display:none; } #topNavigation div.gift div#genericNav {display:none; } #topNavigation div.fundraising div#giftsNav {display:none; } #topNavigation div.fundraising div#fundraisingNav {display:block; } #topNavigation div.fundraising div#retailNav {display:none; } #topNavigation div.fundraising div#genericNav {display:none; } #topNavigation div.retail div#giftsNav {display:none; } #topNavigation div.retail div#fundraisingNav {display:none; } #topNavigation div.retail div#retailNav {display:block; } #topNavigation div.retail div#genericNav{display:none; } #topNavigation div.generic div#giftsNav {display:none; } #topNavigation div.generic div#fundraisingNav { display:none; } #topNavigation div.generic div#retailNav {display:none; } #topNavigation div.generic div#genericNav{display:block; } /* --- 6.1. DROPDOWN MENU ----------------------------------------------------------- */ /* --- 6.1.1. Generic structure ----------------------------------------------------*/ ul.nav, ul.nav ul { padding:0; margin:0; list-style:none; line-height:1; z-index:10001; } ul.nav li {float: left;} ul.nav a {display: block;} ul.nav li ul {position:absolute; left: -999em; } ul.nav li:hover, ul.nav li.hover {background-position: 0 0;} ul.nav li:hover ul ul, ul.nav li.sfhover ul ul { left: -999em;} ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li.sfhover ul,ul.nav li li.sfhover ul{ left: auto;} ul#topMenuSections li, ul#topMenuSections li a, ul#giftMenuSections li, ul#giftMenuSections li a, ul#fundraisingMenuSections li, ul#fundraisingMenuSections li a, ul#retailMenuSections li, ul#retailMenuSections li a{ width:auto; height:32px; text-decoration:none; font-family:"ms trebuchet",helvetica,arial; } #fundraisingMenuSections li.navSpacer{background:#6a4a35;width:13px;height:32px;} /* --- Top Navigation: Gift, Fundraising, Retail: Level 1----------------------------------------------------*/ #giftMenuSections li#homeTopNav, #giftMenuSections li#homeTopNav a{ width:43px; height:32px; } #fundraisingMenuSections li#homeTopNav, #fundraisingMenuSections li#homeTopNav a{width:43px; height:32px; } #retailMenuSections li#homeTopNav, #retailMenuSections li#homeTopNav a {width:43px; height:32px; } #giftMenuSections li#homeTopNav, #fundraisingMenuSections li#homeTopNav,#retailMenuSections li#homeTopNav { background-image:url('/_static/images/www/Shared/menuHome.gif'); } #topMenuSections ul li,#giftMenuSections ul li, #fundraisingMenuSections ul li, #retailMenuSections ul li{ border-bottom:1px dotted #dabea8; } ul#giftMenuSections li{ margin-right:6px; } ul#topMenuSections li, ul#fundraisingMenuSections li,ul#retailMenuSections li{ margin-right:7px; } #genericNav #topMenuSections li a, #giftsNav #giftMenuSections li a, #fundraisingNav #fundraisingMenuSections li a, #retailNav #retailMenuSections li a { margin:0; } #topMenuSections li a.navTabLeft, #topMenuSections li a.navTabRight, #giftMenuSections li a.navTabLeft, #giftMenuSections li a.navTabRight, #fundraisingMenuSections li a.navTabLeft, #fundraisingMenuSections li a.navTabRight, #retailMenuSections li a.navTabLeft, #retailMenuSections li a.navTabRight { float:left;background-color:#6a4935; height:32px;width:10px; margin:0;padding:0; } #topMenuSections li:hover a.navTabLeft, #giftMenuSections li:hover a.navTabLeft, #fundraisingMenuSections li:hover a.navTabLeft, #retailMenuSections li:hover a.navTabLeft{ background-image:url(/_static/images/www/Shared/navLeftTab.gif); background-repeat:no-repeat; height:32px; width:10px; } #topMenuSections li:hover a.navTabRight, #giftMenuSections li:hover a.navTabRight, #fundraisingMenuSections li:hover a.navTabRight, #retailMenuSections li:hover a.navTabRight { background-image:url(/_static/images/www/Shared/navRightTab.gif); background-repeat:no-repeat; height:32px; width:10px; } #genericNav #topMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #giftsNav #giftMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 2px;} #fundraisingNav #fundraisingMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #retailNav #retailMenuSections li a.level1 { float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #genericNav #topMenuSections li a.level1:hover, #genericNav #topMenuSections li:hover a.level1, #giftsNav #giftMenuSections li a.level1:hover, #giftsNav #giftMenuSections li:hover a.level1, #fundraisingNav #fundraisingMenuSections li a.level1:hover, #fundraisingNav #fundraisingMenuSections li:hover a.level1, #retailNav #retailMenuSections li a.level1:hover, #retailNav #retailMenuSections li:hover a.level1 { background-image:url(/_static/images/www/Shared/topNavbg.gif); background-repeat:repeat-y; height:32px;width:auto; } /* --- 6.1.3. Top Navigation: Gift, Fundraising, Retail: Level 2 ----------------------------------------------------*/ #genericNav #topMenuSections ul li, #giftsNav #giftMenuSections ul li, #fundraisingNav #fundraisingMenuSections ul li, #retailNav #retailMenuSections ul li{ border-bottom:1px dotted #dabea8; } #genericNav #topMenuSections ul.level2, #giftsNav #giftMenuSections ul.level2, #fundraisingNav #fundraisingMenuSections ul.level2, #retailNav #retailMenuSections ul.level2 { border:solid 1px #bb9b6a; background-color:#ffffff; width:195px; right:auto; top: 32px; height:auto; clear:both; } #genericNav #topMenuSections ul.level2 li, #giftsNav #giftMenuSections ul.level2 li, #fundraisingNav #fundraisingMenuSections ul.level2 li, #retailNav #retailMenuSections ul.level2 li{ margin-left:0px; } #genericNav #topMenuSections ul.level2 li, #genericNav #topMenuSections ul.level2 li a, #giftsNav #giftMenuSections ul.level2 li, #giftsNav #giftMenuSections ul.level2 li a, #fundraisingNav #fundraisingMenuSections ul.level2 li, #fundraisingNav #fundraisingMenuSections ul.level2 li a, #retailNav #retailMenuSections ul.level2 li, #retailNav #retailMenuSections ul.level2 li a { height:23px !important; background-color:#ffffff; font-size:11px; color:#473020; line-height:23px; font-weight:normal; text-transform:none; width:195px; } #genericNav #topMenuSections ul.level2 ul, #giftsNav #giftMenuSections ul.level2 ul, #fundraisingNav #fundraisingMenuSections ul.level2 ul, #retailNav #retailMenuSections ul.level2 ul { margin:-25px 0 0 188px;border:1px solid #BB9B6A; } #genericNav #topMenuSections ul.level2 li a, #giftsNav #giftMenuSections ul.level2 li a, #fundraisingNav #fundraisingMenuSections ul.level2 li a, #retailNav #retailMenuSections ul.level2 li a { text-indent:10px; } #genericNav #topMenuSections ul.level2 li:hover, #giftsNav #giftMenuSections ul.level2 li:hover, #fundraisingNav #fundraisingMenuSections ul.level2 li:hover, #retailNav #retailMenuSections ul.level2 li:hover{ background-color:#bc9b6a;width:195px;height:24px;} #genericNav #topMenuSections ul.level2 li a:hover, #giftsNav #giftMenuSections ul.level2 li a:hover, #fundraisingNav #fundraisingMenuSections ul.level2 li a:hover, #retailNav #retailMenuSections ul.level2 li a:hover {background-color:#bc9b6a;width:195px;height:24px !important;} ul#giftMenuSections { height: 32px; overflow: hidden; } /* --- 6.1.4. Level 3 customization ----------------------------------------------------*/ #genericNav #topMenuSections ul.level3, #giftsNav #giftMenuSections ul.level3, #fundraisingNav #fundraisingMenuSections ul.level3, #retailNav #retailMenuSections ul.level3{ width:160px !important;border-top:1px solid #dabea8;} #fundraisingNav #fundraisingMenuSections ul.level3, #fundraisingNav #fundraisingMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li a {background-color:#e6dac8;} #giftsNav #giftMenuSections ul.level3, #giftsNav #giftMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li a {background-color:#e6dac8;} #retailMenuSections ul.level3, #retailMenuSections ul.level3 li, #retailMenuSections ul.level3 li a {background-color:#e6dac8;} #genericNav #topMenuSections ul.level3, #genericNav #topMenuSections ul.level3 li, #genericNav #topMenuSections ul.level3 li a{background-color:#e6dac8;} #genericNav #topMenuSections ul.level3 li, #genericNav #topMenuSections ul.level3 li a, #giftsNav #giftMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li a, #fundraisingNav #fundraisingMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li a, #retailNav #retailMenuSections ul.level3 li, #retailNav #retailMenuSections ul.level3 li a { height:16px !important; background-color:#e6dac8; font-size:10px; color:#6A4935; line-height:16px; border-bottom:1px dotted #dabea8 !important; margin-left:0px; width:150px !important; } #genericNav #topMenuSections ul.level3 li a:hover, #giftMenuSections ul.level3 li a:hover, #fundraisingMenuSections ul.level3 li a:hover, #retailMenuSections ul.level3 li a:hover { background-color:#bc9b6a !important; width:160px !important; height:17px !important; margin-left:0 !important; text-indent:14px !important; border-bottom:none !important; } #genericNav #topMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li, #retailNav #retailMenuSections ul.level3 li{ margin-left:4px; } #genericNav #topMenuSections ul.level3:hover, #giftsNav #giftMenuSections ul.level3:hover, #fundraisingNav #fundraisingMenuSections ul.level3:hover, #retailNav #retailMenuSections ul.level3:hover { margin:-24px 0 0 188px !important; } #genericNav #topMenuSections ul.level3 li.hover, #giftsNav #giftMenuSections ul.level3 li:hover, #fundraisingNav #fundraisingMenuSections ul.level3 li:hover, #retailNav #retailMenuSections ul.level3 li:hover { margin-top:0px !important;height:17px;margin-left:0px;} #genericNav #topMenuSections ul.level3 li a:hover, #giftsNav #giftMenuSections ul.level3 li a:hover, #fundraisingNav #fundraisingMenuSections ul.level3 li a:hover, #retailNav #retailMenuSections ul.level3 li a:hover{ background-color:#bc9b6a !important; width:160px !important; height:17px !important; margin-left:0 !important; text-indent:14px !important; border-bottom:none !important; } /* --- Gifts Navigation - Level 1 customization ----------------------------------------------------*/ #topMenuSections li#homeTopNav, #topMenuSections li#homeTopNav a {width:43px; height:32px;} /* --- Retail Navigation: Level 1 customization ----------------------------------------------------*/ #retailMenuSections li#homeTopNav, #retailMenuSections li#homeTopNav a {width:43px; height:32px;} #retailMenuSections li#homeTopNav {background-image:url('/_static/images/www/Shared/menuHome.gif');} #genericNav #topMenuSections li#homeTopNav, #genericNav #topMenuSections li#homeTopNav a {width:43px; height:32px;} #genericNav #topMenuSections li#homeTopNav {background-image:url('/static/images/www/Shared/menuHome.gif');} #genericNav #topMenuSections li:hover,#genericNav #topMenuSections li.sfhover, #fundraisingNav #fundraisingMenuSections li:hover, #fundraisingMenuSections li.sfhover {background-position:0 -32px;} #topMenuSections li.sfhover, #giftMenuSections li.sfhover, #fundraisingMenuSections li.sfhover, #retailMenuSections li.sfhover{background-position:0 -32px;} ul.nav a {display: block;} /* --- 6.2. TOOLBAR ---------------------------------------------------------------------------------------- */ #toolBar #topForm { clear:both; margin-bottom:5px; float:right; font-size:0.9em; width:360px; height:auto; } #toolBar #topForm #advanced { float:right !important; height:26px; text-align:right; margin-left:10px; width:355px; } #toolBar #topForm #advanced span#advancedSearchTxt { color:#6A4935; font-family:"Trebuchet MS"; font-size:15px; font-weight:bold; line-height:20px; margin-right: 10px; text-transform: uppercase; } #toolBar #topForm #advanced img{ margin-right:10px; float:left; } #toolBar #topForm #advanced a { color:#909090; text-decoration:none; } #toolBar #topForm form { float:right; margin-right:20px; } #toolBar #topForm input { float:left; } #toolBar #topForm input#searchTerm { width:145px; height:15px; border:solid 2px #bc9b6a; margin:0 8px 0 0; } #toolBar #topForm select { display:none; } #toolBar #topForm input#srcGo { height:18px; line-height:17px; width:40px; border:0px; cursor:pointer; font-family:arial; font-size:1.1em; padding:0 5px 2px; margin:0; background-image:url('/_static/images/www/Shared/btnSearchGo.gif'); background-repeat:no-repeat; } #toolBar #topInformation { width:180px; height:17px; line-height:50px; float:left; color:#909090; } #toolBar #topInformation ul { } #toolBar #topInformation ul li { display:block; float:left; font-size:0.9em; margin-right:3px; } #toolBar #topInformation ul li a { color:#909090; text-decoration:none; } #toolBar #topMyAccount { float:right; color:#909090; margin-right:10px; min-height: 26px; } #toolBar #topMyAccount ul { float: right; } #toolBar #topMyAccount ul li { float: left; padding-right: 5px; font-size:1em; line-height: 23px; } #toolBar #topMyAccount ul li#usernameTopNav { min-width: 100px; max-width: 200px; margin-left: -5px; overflow: hidden; text-align: right; padding-top: 4px; padding-bottom: 3px; line-height: 16px; } #toolBar #topMyAccount ul li#shoppingCartTopNav { padding-right: 2px; } #toolBar #topMyAccount ul li.countryFlag { padding-right:0px; } #toolBar #topMyAccount ul li img#countryArrow{ float:right; padding-bottom:8px; } #toolBar #topMyAccount ul li a { color:#59341E; font-family:"Trebuchet MS",arial,sans-serif; font-size:12px; font-weight:bold; text-decoration:none; text-transform:uppercase; } #toolBar #headerLinks { clear:both; width:485px; margin-left: -10px; min-height:25px; overflow: hidden; clear:both; float:right; text-align:right; margin-right:18px; line-height:20px; font-size:13px; color:#6a4935; font-weight:bold; font-family:"Trebuchet MS"; } #toolBar #headerLinks a { text-decoration:none; color:#6a4935; } #toolBar #headerLinks ul { display:block; float:right; } #toolBar #headerLinks ul li { display:block; float:left; line-height: 18px; padding: 2px 3px 3px 3px; } #toolBar #headerLinks ul li#hdrLnkBuyerName { max-width: 190px; text-align: right; } #toolBar #topShoppingCart { background-image:url(/_static/images/www/shared/iconShoppingBag.gif); background-repeat:no-repeat; color:#59341E; font-family:"ms trebuchet",arial,sans-serif; font-size:12px; font-weight:bold; height:14px; line-height:16px; margin-top:4px; padding-left:20px; text-transform:uppercase; } #toolBar #topShoppingCart a { color:#59341E; text-decoration:none; cursor: pointer; } #toolBar #topShoppingCart #ShoppingBagInfoLine { margin:0 0 0 2px; } #toolBar #topAccount { width:150px; height:43px; float:left; } #toolBar #topCart { width:150px; height:43px; float:left; } div#phoneNumber { color:#6A4935; float:right !important; font-family:Arial,"trebuchet MS"; font-size:18px; font-weight:normal; } #toolBar #contactInfo{ background-image:url(/_static/images/www/Shared/graphPhoneNumber.gif); background-repeat:no-repeat; float:right; font-size:18px; height:20px; line-height:20px; text-indent:23px; margin-right:17px; width:152px; font-family:arial; color:#6a4935; } /* ==================================================================================================== */ /* 7. LEFT BLOCK */ /* ==================================================================================================== */ div#leftBlock div#navMenu { font-size:13px; font-family:"ms trebuchet",arial; padding-left:12px; } div#leftBlock div#navMenu h2 { width:190px; height:37px; text-indent:-99999px; margin-bottom:5px; } div#leftBlock div#navMenu li.leftNavLevel1 { font-weight:bold; font-family:"Trebuchet MS",arial; line-height:21px; } div#leftBlock div#navMenu li.leftNavLevel2 { font-weight:normal; font-family:arial,"Trebuchet MS"; } div#leftBlock div#navMenu img.menuTitle { margin-bottom:5px; } div#leftBlock div#navMenu h2.fre { background-image:url('/_static/images/www/fre/leftMenuTitle.gif'); } div#leftBlock div#navMenu h2.eng { background-image:url('/_static/images/www/eng/leftMenuTitle.gif'); } div#leftBlock div#navMenu ul { margin:2px 0 15px; } div#leftBlock div#navMenu li { min-height:16px; height:auto !important; height:16px; margin-left:1px; padding-top:2px; } div#leftBlock div#navMenu li a { text-decoration:none; color:#400b13; display:block; width:185px; min-height:16px; height:auto !important; height:16px; } div#leftBlock div#navMenu li a:hover { color:#336699; } div#leftBlock div#navMenu li h3 { font-size:1em; font-weight:normal; } div#leftBlock div#navMenu li.selected a { font-weight:bold; color:#800000; } div#leftBlock div#navMenu li.leftNavLevel2 a { background-position:20px -5px; color:#800000; line-height:15px; margin-bottom:2px; padding-left:10px; width:143px; } div#leftBlock div#navMenu li.leftNavLevel2 a:hover { color:#000; } div#leftBlock div#navMenu li.leftNavLevel3 a { width:140px; padding-left:20px; background-position:35px -5px; color:#f00; line-height:15px; margin-bottom:2px; font-family:Arial,"Trebuchet MS"; } div#leftBlock div#navMenu li.leftNavLevel3 a:hover { color:#000; } div#leftBlock div#navMenu li select { margin-left:5px; margin-top:0px; } div#leftBlock div#enterEmail { display:none; width:190px; height:50px; background:#323232; clear:left; margin-top:10px; } div#leftBlock div#enterEmail div#newsletterMessage { width:190px; height:23px; } .enterEmailBackgroundeng { background-image:url('/_static/images/www/eng/newsletterMessage.gif'); } .enterEmailBackgroundfre { background-image:url('/_static/images/www/fre/newsletterMessage.gif'); } div#leftBlock div#enterEmail form { margin:0; width:190px; } div#leftBlock div#enterEmail input#email { width:150px; height:16px; padding-top:2px; border:0; margin:0 0 0 10px; float:left; } div#leftBlock div#enterEmail input#btnEmailGo { width:20px; height:19px; float:left; padding:0; margin-left:5px; margin-top:0px; border:0; } div#leftBlock div#recentlyViewed { } div#leftBlock div#recentlyViewed img { margin:10px 0; } div#leftBlock div#recentlyViewed h3.eng { background-image:url('/_static/images/www/eng/RecentlyViewed.gif'); } div#leftBlock div#recentlyViewed h3.fre { background-image:url('/_static/images/www/fre/RecentlyViewed.gif'); } div#leftBlock div#recentlyViewed ul li { width:190px; height:80px; margin-bottom:10px; display:block; } div#leftBlock div#recentlyViewed ul li a.recentImage { display:block; float:left; width:80px; height:80px; overflow:hidden; } div#leftBlock div#recentlyViewed ul li a.recentDesc { display:block; float:left; width:100px; margin-left:10px; text-decoration:none; } /* ==================================================================================================== */ /* 8. FOOTER */ /* ==================================================================================================== */ div#footerBlock p { display: none;} div#footerBlock ul { color:#bc9b6a; display:block; height:13px; width:auto !important; min-width:70px; float:left; } div#footerBlock ul li{ display:block; float:left; padding-right:9px; } div#footerBlock ul li a { color:#bc9b6a; text-transform:uppercase; font-size:11px; font-weight:bold; text-decoration:none; display:block; float:left; font-family:arial,"trebuchet ms"; } div#footerBlock ul li a:hover{ color:#fff; } div#copyright { color:#FFFFFF; display:inline; float:left !important; font-family:arial; font-size:11px; margin-top:28px; } /* ==================================================================================================== */ /* 9. ALERTBOXES */ /* ==================================================================================================== */ /* --- 9.1. FOR ALL ALERTBOXES ----------------------------------------------------------------------------- */ div#alertbox { color:#3D4341; text-align:left; z-index:1001; } div#alertBoxContent { border:#27669c; border-style:solid; border-width:6px 5px 8px; background:#fff; font-size:1.1em; } div#alertBoxCloseButton { clear:both; height:18px; text-align:right; background:#fff; } div#alertBoxCloseButton button, input#windowClose { float:right; background-color:#27669c; width:20px; height:18px; color:#6a4935; border:none; cursor:pointer; padding:0 0 3px 3px; font-family:arial; font-size:12px; font-weight:bold; text-transform:none; margin:0; } div#alertBoxScroller { padding:0 10px; margin:0; border-bottom:solid 10px #fff; overflow-x:hidden; overflow-y:auto; background:#fff; } div#alertBoxScroller h1 {margin-bottom:10px;} div#alertBoxScroller h2 {margin-bottom:10px; margin-top:0px;} div#alertBoxScroller h3 {margin-bottom:10px;} div#alertBoxScroller h4 {margin-bottom:5px;} div#alertBoxScroller p {margin:0 0 5px 0;} /* --- 9.2. QUICKVIEW -------------------------------------------------------------------------------------- */ .alertboxQuickView { width:500px; height:358px; } .alertboxQuickView #alertBoxScroller { width:470px; height:320px; font-size:1em; } /* --- 9.3. SMALL ALERT BOX -------------------------------------------------------------------------------- */ .alertboxSmall { width:250px; height:138px; } .alertboxSmallTOP { width:250px; height:138px; z-index:99999; } .alertboxSmall #alertBoxScroller { height:100px; } /* --- 9.4. CVC BOX -------------------------------------------------------------------------------- */ .alertboxCVC { width:450px; height:298px; } .alertboxCVC #alertBoxScroller { height:260px; } /* --- 9.5. FIELD EMPTY BOX -------------------------------------------------------------------------------- */ .fieldEmpty { width:270px; height:128px; } .fieldEmpty #alertBoxScroller { height:90px; } /* --- 9.6. WRONG ENTRY IN ORDER STATUS SEARCH ------------------------------------------------------- */ .profileCreateError { width:200px; height:108px; } .profileCreateError #alertBoxScroller { height:70px; } /* --- 9.7. SEND TO A FRIEND -------------------------------------------------------------------------------- */ .productDetailsWindow { width:400px; height:388px; } .productDetailsWindow #alertBoxScroller { height:350px; width:370px; font-size:0.9em; overflow:hidden !important; } .productDetailsWindow #alertBoxScroller h2 { margin-bottom:0; } .productDetailsWindow #alertBoxScroller .mandatoryfields { margin-bottom:10px; padding-top:5px; display:block; float:none; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn { width:180px; float:left; margin-right:5px; border:solid 0; font-size:1.1em; margin-bottom:2px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn .fieldLabel { margin-left:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset { display:block; height:20px; float:left; clear:left; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset label { width:8px; height:18px; overflow:hidden; text-align:center; line-height:18px; margin-right:2px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset label.inputerror { background:#c00; color:#fff; } .productDetailsWindow #alertBoxScroller input { width:158px; margin:0; } .productDetailsWindow #alertBoxScroller #explanation { font-weight:bold; height:30px; clear:both; font-size:1.2em; line-height:30px; padding-top:10px; padding-left:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendMessage { width:100%; border:solid 0; height:24px; line-height:24px; font-size:1.1em; margin-bottom:2px; clear:left; height:70px; padding-top:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendMessage label { margin-left:10px; width:120px; } .productDetailsWindow #alertBoxScroller textarea { width:223px; height:60px; } .productDetailsWindow #alertBoxScroller #sendButton { height:40px; text-align:right; margin-top:10px; margin-right:10px; float:right; } .productDetailsWindow #alertBoxScroller #sendButton input { width:auto; text-transform:uppercase; } /* --- 9.8. FIND IT IN STORE -------------------------------------------------------------------------------- */ .findItInStoreWindow { width:700px; height:366px; } .findItInStoreWindow #alertBoxScroller { height: 338px; width:670px; font-size:0.9em; overflow:hidden !important; border-bottom: 0 none; } .findItInStoreWindow #alertBoxScroller h2 { line-height: 30px; margin: 0; } .findItInStoreWindow #alertBoxScroller iframe#findItInStoreFrame { height: 308px; width: 670px; border: 0 none; overflow: hidden; } body.findItInStore { padding: 10px 0 0 0; background-image: none; font-size: .7em; } body.findItInStore div#findItInStoreResultsWrapper, body.findItInStore div#findItInStoreSearchWrapper { width: 325px; height: 288px; float: left; overflow: hidden; overflow-y: auto; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock { overflow: hidden; margin-bottom: 10px; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeNameAddress { float: left; width: 205px; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeNameAddress a { text-decoration: none; color: #000; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeUnitsAvailable { float: left; width: 50px; text-align: center; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeMap { float: left; width: 50px; text-align: center; } body.findItInStore div#locatorDetailsBox div.map { float: right; width: 335px; height: 288px; } /* --- 9.9. INITIATE A RETURN -------------------------------------------------------------------------------- */ .alertboxReturns { width:400px; height:163px; } .alertboxReturns #alertBoxScroller { height:125px; overflow:hidden; } .alertboxReturns #alertBoxScroller fieldset { padding:10px 0; } /* --- 9.10. FLYDOWN SHOPPING CART ----------------------------------------------------------- */ div#shoppingBagWindow { width:368px; position:absolute; z-index:10002; background:#e0e0e0; left: auto !important; top:38px; right: -20px; border-left:2px solid #593825; } div#shoppingBagWindow div#alertBoxContent { position:relative; width:358px; } div#shoppingBagWindow .title{ background-color:#804016; color:#FFFFFF; display:block; font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; height:26px; padding-left:10px; padding-top:4px; text-transform:uppercase; width:348px; } div#shoppingBagWindow .title .alertBoxCloseButton2{ background-image:url(/_static/images/www/Shared/closeBox.gif); background-repeat:no-repeat; padding:4px 15px 5px 5px; float:right; width:15px; height:15px; color:#fff; border:none; cursor:pointer; padding:0 0 3px 3px; font-family:arial; font-size:12px; font-weight:bold; text-transform:none; margin:-1px 7px; } div#shoppingBagWindow #ShippingBagLineItems { padding:0 5px; margin:0; overflow-x:visible; background-color:#fff; } div#shoppingBagWindow #ShippingBagLineItems table { font-size:1.1em; margin:5px 0; padding:7px 5px; width:350px; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable{ width:350px !important; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable td.descriptionTitle{ width:300px; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable, div#shoppingBagWindow #ShippingBagLineItems table tr.headTable td { background:#fbefde; font-size:11px; font-weight:bold; color:#620404; padding-left:7px; } div#shoppingBagWindow #ShippingBagLineItems table tr td.itemno { white-space:nowrap; } div#shoppingBagWindow #ShippingBagLineItems table tr, div#shoppingBagWindow #ShippingBagLineItems table tr td { font-size:11px; height:32px; line-height:16px; border-bottom:none; color:#620404; } div#shoppingBagWindow #ShippingBagLineItems table tr.emptyLines, div#shoppingBagWindow #ShippingBagLineItems table tr.emptyLines td { height:2px; font-size:1px; line-height:1px; } div#shoppingBagWindow #ShippingBagLineItems table td.rightBorder { border-right:none; font-weight:bold; } div#shoppingBagWindow #ShippingBagLineItems table tr.total td { background:#e6dac8; color:#620404; font-weight:bold; height:28px; } div#shoppingBagWindow #bagButtons { border-top:5px solid #804016; padding:4px 2px 0; height:35px; overflow:hidden; } div#shoppingBagWindow #bagButtons .mainButton { float:right; margin:4px; } div#shoppingBagWindow #bagButtons .mainButton input { text-transform:capitalize; } div#shoppingBagWindow #bagButtons .mainButton input, div#shoppingBagWindow #bagButtons .mainButton button, div#shoppingBagWindow #bagButtons .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); background-repeat:no-repeat; height:22px; font-size:11px; } div#shoppingBagWindow #bagButtons .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); background-repeat:no-repeat; } div#shoppingBagWindow #bagButtons .mainButton2 { height:38px; float:left; } div#shoppingBagWindow #bagButtons .mainButton2 input { text-transform:capitalize; } div#shoppingBagWindow #bagButtons .viewCartLabel{ text-decoration:underline; line-height:39px; font-size:11px; font-weight:bold; text-transform:capitalize; color:#800000; } div#shoppingBagWindow #bagButtons .viewCartLabel label{ cursor:pointer; padding-left:12px; color:#800000; } /* --- 9.11. SHOPPING BAG POPUP (LARGE MID-SCREEN) ----------------------------------- */ div#shopBag { float:left; height:80%; width:80%; z-index:90; } div.overlayBG { position:absolute; top:0pt; width:100%; z-index:100000; background-color:#000; height:100%; left:0; opacity:0.45; -moz-opacity: 0.45; } .shoppingBagFrameInvisible { display:none; } div.opaqueBG { background:#FFFFFF none repeat 0%; border:5px solid #050; height:auto; left:50%; margin-left:-375px; position:absolute; top:80px; width:750px; z-index:100001; } div.opaqueBG h2 { clear:both; font-size:1.6em; height:20px; line-height:20px; text-transform:uppercase; text-align:left; margin:0 0 0 25px; font-family:arial; } div#shopBag h2{ color:#fff; background-color:#6A4935; } div#minOrder { height:28px; margin:0 0 0 25px; line-height:14px; color:#f00; font-size:1em; } div.opaqueBG #orderSumBar { margin-left:25px; width:700px; height:20px; line-height:20px; background:#909090; color:#fff; padding:0; margin:0 0 0 25px; } div.opaqueBG #orderSumBar div { float:left; text-align:center; border-right:solid 1px #909090; } div.opaqueBG #orderSumBar div.prodImage {width:90px;} div.opaqueBG #orderSumBar div.prodDesc {width:120px;} div.opaqueBG #orderSumBar div.prodColor {width:100px;} div.opaqueBG #orderSumBar div.prodSize {width:120px;} div.opaqueBG #orderSumBar div.prodPrice {width:50px;} div.opaqueBG #orderSumBar div.prodQty {width:40px;} div.opaqueBG #orderSumBar div.prodTotal {width:70px;} div.opaqueBG #orderSumBar div.prodRemove {width:86px;} div.opaqueBG iframe { float:left; clear:left; width:700px; height:275px; margin-left:25px; overflow-x: hidden; } div.opaqueBG iframe#iShopping { height:475px; margin-left:0px; overflow:hidden; width:730px; } div.opaqueBG iframe#iShopping body{ background-image:none; } div#alertbox h2.sendtoFriend{ color:#330000; font-family:"Trebuchet MS",Arial; font-size:18px; text-transform:uppercase; } div#overlayForm { background:none repeat scroll 0 0 #FFFFFF; height:auto; width:auto; overflow:hidden; } div#overlayForm .mandatoryfields{ color:#DD0D0D; display:block; float:none; font-size:11px; font-weight:bold; text-align:right; text-transform:capitalize; font-family:"Trebuchet MS"; } div#overlayForm #popupAddAddress h3{ background-color:#6A4935; color:#FFFFFF; font-size:14px; height:30px; line-height:25px; text-indent:20px; text-transform:capitalize; width:100%; } form#sendProductDetails{padding-top:10px;} form#sendProductDetails .sendtofriendColumn{width:auto;} form#sendProductDetails .sendtofriendColumn{width:auto;} form#sendProductDetails .sendtofriendColumn input{ float:right; margin-right:10px; width:180px; height:18px; } form#sendProductDetails textarea { float:right; margin-right:10px; width:180px; background-color:#FBEFDE; border:1px solid #BC9B6A; } .firstFieldInSection{margin-top:30px;} div.sendtofriendColumn .explanation{margin-bottom:10px;} .sendtofriendColumn label, .sendtofriendMessage label{font-weight:bold;} .sendtofriendColumn .redasterisk{ float:none; padding-right:1px; font-size:11px; font-weight:bold; } form#sendProductDetails .mainButton { clear:both; float:right; height:38px; margin:10px 10px 0; padding:0; } div#overlayForm form#addNewUserAddress{ background-color:#FAF7F2; border-left:1px solid #CEAD9A; border-right:1px solid #CEAD9A; padding-left:25px; padding-top:10px; width:374px; height:auto; } #addNewAddressForm{ float:left; background:none repeat scroll 0 0 #FFFFFF; padding-left:10px; margin-top:10px; } div#popupAddAddress .loginBlockTop{ background-image:url("/_static/images/www/Shared/loginBlockTopDiv.gif"); background-repeat:no-repeat; height:7px; width:401px; } div#popupAddAddress .loginBlockBottom{ background-image:url("/_static/images/www/Shared/loginBlockBottomDiv.gif"); background-repeat:no-repeat; height:7px; width:401px; } .sendtofriendMessage fieldset{padding-top:6px;} .sendtofriendMessage input.checkBox{border:0;background:none;clear:left;margin:5px 6px 0 10px;} .sendtofriendMessage label.checkBoxLabel{width:120px;margin-top:5px;height:auto;line-height:13px;} div#overlayForm form#addNewUserAddress .asterisk{color:#dd0d0d;} div#overlayForm form#addNewUserAddress label{font-size:13px;font-weight:bold;text-transform:capitalize;} div#overlayForm form#addNewUserAddress input{width:172px;height:18px;} div#overlayForm form#addNewUserAddress select{background-color:#FBEFDE;} div#overlayForm form#addNewUserAddress .bothButtons{clear:none;overflow:hidden;} div#overlayForm form#addNewUserAddress .mainButton { display: inline; float: right; height: 23px; margin: 8px 21px 11px; width: auto; } div#overlayForm form#addNewUserAddress .mainButton input, div#overlayForm form#addNewUserAddress .mainButton button, div#overlayForm form#addNewUserAddress .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); font-size:11px; height:22px; text-transform:lowercase; width:auto !important; } div#overlayForm form#addNewUserAddress .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); width:8px;height:23px;} div#overlayForm #popupAddAddress{width:auto; height:auto;} div#overlayForm #popupSavedAddresses{ background-color:#FFFFFF; clear:none; float:left; height:auto; padding-bottom:20px; width:322px; } div#overlayForm #popupSavedAddresses h3{ background:none repeat scroll 0 0 transparent; color:#6A4935; float:left; margin-bottom:0; margin-top:10px; text-indent:20px; text-transform:capitalize; width:185px; } div#overlayForm #popupSavedAddresses .name{padding-bottom:1px;} div#overlayForm #popupSavedAddresses .mainButton input, div#overlayForm #popupSavedAddresses .mainButton button, div#overlayForm #popupSavedAddresses .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); font-size:11px; height:22px; } div#overlayForm #popupSavedAddresses div.nameSpacer {height:5px;} div#overlayForm #popupSavedAddresses div.spacer {height:2px;} div#overlayForm #popupSavedAddresses .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); width:8px;height:23px;} div#overlayForm #popupSavedAddresses .mainButton {height:20px;margin-left:7px;margin-top:9px;width:auto;} div#overlayForm #popupSavedAddresses .mainButton a{text-transform:lowercase;} div#overlayForm #popupSavedAddresses div.savedAddress{ background-color:#ECECEC; border-bottom:1px solid #9F7E4A; color:#6A4935; display:inline; float:left; font-family:verdana; font-size:10px; font-weight:normal; height:auto; margin-left:10px; min-height:33px; padding:9px 8px 10px 9px; width:286px; } div#overlayForm #popupSavedAddresses div.oddRow{background-color:#fff;} div#overlayForm #popupSavedAddresses .deleteButton {float:right; margin-top:1px;} div#overlayForm #popupSavedAddresses .editButton{float:right;} .productDetailsWindow{top:0;} body.shoppingCartDetailsBody { background:#fff; margin:0; padding:0; } body.shoppingCartDetailsBody div#orderSumCont { clear:both; width:684px; background:#fff; } body.shoppingCartDetailsBody table.shoppingCartTable { background:#e0e0e0; width:100%; } body.shoppingCartDetailsBody table.shoppingCartTable td { border-right:solid 1px #c0c0c0; border-bottom:solid 1px #c0c0c0; text-align:center; overflow:hidden; padding:10px 0; font-size:11px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodImage {width:90px; border-left:solid 1px #c0c0c0;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodDesc {width:120px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodColor {width:100px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodSize {width:120px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodPrice {width:50px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodQty {width:40px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodTotal {width:70px; font-weight:bold;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodRemove {font-size:10px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodQty input { width:20px; margin:10px; text-align:center; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodColor select { width:90px; margin:0 5px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodSize select { width:110px; margin:0 5px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodRemove button { border:solid 0; font-family:arial; cursor:pointer; font-size:1em; height:20px; width:60px; line-height:20px; background:#606060; color:#fff; } body.shoppingCartDetailsBody table.shoppingCartTable .opaqueShoppingBag { color:#909090; background:#c0c0c0 } body.shoppingCartDetailsBody table.shoppingCartTable td.opaqueShoppingBag img { -moz-opacity: 0.40; opacity:0.40; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedStart { border-left:solid 1px #c00; border-top:solid 1px #c00; border-right:solid 0; border-bottom:solid 1px #c00; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedMiddle { border-top:solid 1px #c00; border-bottom:solid 1px #c00; border-right:solid 0; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedEnd { border-right:solid 1px #c00; border-top:solid 1px #c00; border-bottom:solid 1px #c00; color:#c00; } iframe#iShoppingLogos { width:200px; height:70px; float:left; } body.shoppingLogos { background:#fff; } body.shoppingLogos div#verisignLogo { width:120px; float:left; height:120px; } div.opaqueBG div.buttonHolder { float:right; width:500px; height:70px; margin:15px 25px 0 0; } div.opaqueBG div.buttonHolder button.mainButton { } .opaqueShoppingBag { color:#909090; background:#c0c0c0 } td.opaqueShoppingBag img { -moz-opacity: 0.40; opacity:0.40; } /* --- 9.12. EMPTY SHOPPING CART ------------------------------------------------------------------- */ div#emptyShoppingCart { font-size:1.2em; width:700px; height:200px; background:#fff; margin:15px 0 0 30px; } div#emptyShoppingCart a { display:block; margin:20px 0; font-weight:bold; } /* --- 9.13. GIFT WRAP ------------------------------------------------------------------- */ .giftWrapWindow { width:420px; height:328px; } .giftWrapWindow #alertBoxScroller { height:290px; font-size:0.9em; } .giftWrapWindow #alertBoxScroller .mainButton { float:right; margin-top:10px; margin-left:16px; } .giftWrapWindow #alertBoxScroller .mainButton input {} div.giftWrapItem { float:left; width:100px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftWrapDetails { float:left; width:174px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftWrapPrice { float:left; width:100px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftwrapHighlight, div.giftwrapNotHighlight { width:374px; height:55px; font-size:1.1em; cursor:pointer; clear:left; border-bottom:solid 1px #999; } div.giftwrapHighlight { background:#e0e0e0; } div.giftwrapHighlight img, div.giftwrapNotHighlight img { width:45px; height:45px; float:left; margin:5px 55px 5px 0; background:#ccc; } input.giftwrapRemove { width:130px !important; left:-10px; } div.giftwrapHighlight div.colorName, div.giftwrapNotHighlight div.colorName { width:174px; float:left; padding-top:10px; } div.giftwrapHighlight div.price, div.giftwrapNotHighlight div.price { width:100px; float:left; padding-top:10px; } /* --- 9.14. KITS ------------------------------------------------------------------- */ .kitsWindow { width:800px; height:550px; } .kitsWindow #alertBoxScroller { height:290px; font-size:0.9em; } .kitsWindow #alertBoxScroller .mainButton { float:right; margin-top:10px; margin-left:16px; } .kitsWindow #alertBoxScroller .mainButton input {} /* ==================================================================================================== */ /* 10. TABLE PROPERTIES */ /* ==================================================================================================== */ /* --- 10.1. GENERAL PROPERTIES FOR ALL TABLES --------------- */ table { margin:10px 0; color:#000; font-size:11px; clear:both; width:100%; } table thead{ background:#6a4935; font-family:"Trebuchet MS"; } table th { color:#fff; height:20px; line-height:20px; text-transform:capitalize; } table td { padding:3px; } table .columnLeft { text-align:left; width:285px; } table .columnLeft span.nameCartTitle{ text-align:left; padding-left:60px; } table .columnRight { text-transform:none; font-weight:bold; font-family:"Trebuchet MS"; } table td.columnRight { border-right:none; } table td.columnFullWidth { text-align:center; border-right:solid 1px #c0c0c0; } table td.columnDelete button.buttonDelete, table td.columnDelete button.buttonDelete input{ background-image:url(/_static/images/www/Shared/deleteBtn.gif); background-repeat:no-repeat; border:0 none; height:14px; width:14px; cursor:pointer; } table#shoppingCart td.columnDelete button.buttonDelete { margin-top: 2px; } table#shoppingCart input.shortInputSalesEntry{float:none;min-width:56px;text-align:right;width:56px;} table#shoppingCart input.quantityBox{ border: 1px solid #BC9B6A; width: 50px; } /* --- 10.2. LIST OF ORDERS --------------- */ /* --- 10.2.1. Common items --------------- */ table.ordersList {} table.ordersList .columnOrderNumber {width:100px;} table.ordersList .columnOrderDate {width:100px;} table.ordersList .columnOrderStatus {} /* VARIABLE WIDTH! */ table.ordersList .columnParentNumber {} table.ordersList .columnShipTo{} table.ordersList .columnDeliveryDate{} table.ordersList .columnOrderTotal {width:100px; white-space:nowrap;} /* --- 10.2.2. Specific items --------------- */ table#ordersHistory .columnTracking {/*width:63px;*/ text-align:center;} table#ordersHistory .columnParentNumber{text-align:center;} table.ordersListTable{ clear:none; width:713px; margin-top:0; font-size:12px; font-weight:bold; } table.ordersListTable th { font-size: 12px; } table.ordersListTable thead{height:29px;} div.orderSearchTablesCtn { width: 740px; height: 370px; overflow: auto; margin: 0px 0px 10px 0px; } #frmAccountSearch { margin-right: -5px; } table.orderSearchTables { width: 715px; margin: 0px 0px 0px 5px; } table.orderSearchTables tr th, table.orderSearchTables tr td { padding: 3px 2px; text-align: center; } table.orderSearchTables .accountCol {width: 85px;} table.orderSearchTables .nameCol {width: 251px;} table.orderSearchTables .cityCol {width: 115px;} table.orderSearchTables .stateCol {width: 60px;} table.orderSearchTables .zipCol {width: 90px;} table.orderSearchTables .phoneCol {width: 90px;} table.orderSearchTables thead tr#orderHistoryTopInputs td input, table.ordersListTable thead tr#orderHistoryTopInputs td input { width: 95%; display: block; float: none; background:#fff; margin-top:2px; } table.orderSearchTables thead tr#orderHistoryTopInputs .searchOrderButtons, table.ordersListTable thead tr#orderHistoryTopInputs td .searchOrderButtons { clear: left; width: 55px; margin: 3px auto 0px; } table.orderSearchTables thead.srchResultTopSection, table.ordersListTable thead.srchResultTopSection { background:none repeat scroll 0 0 #FBEFDE !important; } table.ordersListTable thead th{ padding-top:5px; } table.ordersListTable .topColumnBar{ height:2px; background-color:#BC9B6A; background-repeat:no-repeat; } table.ordersListTable .topColumnBar td{ padding:0; height:2px; } table.ordersListTable .columnFullWidth{ border:none; padding-top:10px; } table.ordersListTable .columnLeft{ text-indent:6px; } table#pastReturns th.columnLeftAligned, table#pastReturns td.columnLeftAligned {text-align:left;text-indent:8px;} table.ordersListTable .orderColumns{ height:28px; background-color:#ececec; font-size:12px; color:#6a4935; } table#pastReturns td.extraLeftPadding{padding-left:18px;} table.ordersListTable .orderColumns a{ color:#800000; } table.ordersListTable .orderColumns .versionOne{ background-color:#ececec; } table.ordersListTable .orderColumns .versionTwo{ background-color:#fafafa; } table.ordersListTable tr.rowOdd td,table.ordersListTable tr.rowEven td {background-color:#fff; } table.ordersListTable tr.rowEven td {background-color:#ececec;} table.ordersListTable tr.rowOdd td, table.ordersListTable tr.rowEven td { border:none; color:#6a4935; font-size:11px; font-weight:bold; padding: 2px 1px; line-height:14px; } div.orderSearchRightSide{ width: 726px; overflow: hidden; } div.orderSearchRightSide table.ordersListTable th { font-size:11px; } /* --- 10.3. LIST OF ITEMS --------------- */ /* --- 10.3.1. Common items --------------- */ table.itemsList { color:#dd0d0d; font-weight:bold; } table.itemsList .columnItem {} /* VARIABLE WIDTH! */ table.itemsList .columnItem div.itemImage { display:block; float:left; height:50px; margin:5px 20px 5px 5px; overflow:hidden; width:50px; border:solid 1px #886d5d; } table.itemsList .columnItem div.itemImage a { width:50px; height:50px; display:block; overflow:hidden; } table.itemsList .columnItem div.itemImage img { width:50px; height:50px; border:solid 1px #e0e0e0; } table.itemsList .columnItem div.itemID { float:left;font-weight:bold;} table.itemsList .columnItem div.itemLink { float:left; display:block; width:200px; line-height:60px; font-weight:normal; color:#620404; } table.itemsList .itemSku { color: #000000; } table.itemsList .itemSku .kitLink a { font-weight:bold !important; color:#7F0407 !important; padding-top:0 !important; font-family:"Trebuchet MS" !important; text-decoration:underline !important; font-size:12px !important; } table.itemsList .columnItem div.giftWrap {clear:both; float:left;} table.itemsList .columnItem div.giftWrap a {text-decoration:none;} table.itemsList .columnItem div.giftWrap img {margin-right:3px;} table.itemsList .columnColor { width:80px; } table.itemsList .columnID{ /*width:90px;*/ font-weight:normal; color:#620404; text-decoration:none; } table.itemsList .columnPersonalize{ background-image:url(/_static/images/www/Shared/bgPersonalize.gif); background-repeat:no-repeat; font-weight:normal; color:#3b3b3b; text-decoration:underline; text-indent:30px; width:135px; text-transform:capitalize; } table.itemsList .columnColor select {width:90px;} table.itemsList .columnSize {width:100px; overflow:hidden;} table.itemsList .columnSize input {} table.itemsList .columnSize select {width:auto; margin:0; float:none;} table.itemsList .columnUnitPrice { width:auto; white-space:nowrap; } table.itemsList .columnPrice {width:auto; white-space:nowrap;} table.itemsList .columnQuantity {width:40px;} table.itemsList td.columnQuantity input { width: 45px; margin: 0 5px; text-align: center; background: #FBEFDE; border: 1px solid #6A4935; } table.itemsList .columnTotal {width:auto; white-space:nowrap;} table.itemsList tr.bottomLine td { background:#e0e0e0; text-align:right; height:18px; line-height:18px; padding:0 5px; font-weight:bold; color:#303030; } table.itemsList tr.bottomLine td.columnRight { border-left:solid 0; } table.itemsList tr td.promoRow { background:#ECECEC; border-top:1px solid #9F7E4A; } table.itemsList tr td .promoLine { color:#800000; } table.itemsList tr td .promoLine p { margin:0; } /* --- 10.3.2. Unique items to specific tables --------------- */ /* ---Shopping Cart Tables---- */ table#shoppingCart { font-size:12px; font-family:"Trebuchet MS"; } table#shoppingCart thead{ background-repeat:no-repeat; } table#shoppingCart thead tr{ height:20px; } table#shoppingCart tr.productRow td { border-top:1px solid #6A4935; } table#shoppingCart tr.productBottomRow td { border-top:1px solid #6A4935; border-bottom:1px solid #6A4935; } table#shoppingCart td.itemDetailsColumn{ text-align:left; padding-bottom:10px; padding-top:10px; } table#shoppingCart .columnRemove { width:75px; text-align:center; } table#shoppingCart .columnRemove button { font-size:11px; font-family:"Trebuchet MS"; font-weight:bold; color:#ffffff; margin:0 5px; width:54px; height:auto; border:none; } table#shoppingCart .columnRemove .buttonRemove{ background-image:url(/_static/images/www/Shared/btnRemove.gif); background-repeat:no-repeat; } table#shoppingCart .columnAddToCart {width:75px; text-align:center;} table#shoppingCart .columnAddToCart button {border:solid 1px #000; font-size:9px; width:65px; font-family:arial; margin:0 5px;} table#requestReturn .columnReasonSelect {width:140px;} table#requestReturn .columnReasonSelect select {width:140px;} table#requestReturn .columnQuantity {width:40px;} table#requestReturn .columnQuantity select {width:40px;} table#pastReturn .columnReason {width:60px;} table#pastReturn .columnReturned {width:50px;} table#pastReturn .columnCredited {width:50px;} table#shoppingCart tr#shoppingCartLines td.columnTotal{ width:100px; } table#shoppingCart .columnLeft { width:60px; text-align:center; } table#shoppingCart td.columnRight { width: 115px; } table#shoppingCart td.columnDelete { height: 60px; padding-top: 27px; vertical-align: top; text-align: center; } table#shoppingCart .addPrizeQtyBtn { margin-left: 5px; } table#shoppingCart td.columnAddToCart{width:85px;} table#shoppingCart td.columnTotal {text-align:center;} table#shoppingCart td.columnPrice {text-align:center;} table#shoppingCart div.itemID{ font-family:arial; font-size:14px; color:#6a4935; } table#shoppingCart div.itemLink { float: left; padding-top: 18px; padding-left: 2px; min-width: 95px; } table#shoppingCart div.itemLink a{ text-decoration:none; color:#525252; font-weight:normal; font-family:verdana,arial; font-size:11px; padding-top:12px; text-align:left; } table#shoppingCart div.itemPersonalisation { float: left; width: 70px; height: 52px; overflow: hidden; padding-left: 4px; text-align: center; } table#shoppingCart div.itemPersonalisation a{ border:0; text-decoration:none; } table#shoppingCart div.itemPersonalisation a img{ height:50px; overflow:hidden; width:50px; } table#shoppingCart div.itemImage{ display:inline; float:left; margin-left:10px; width:50px; height:50px; overflow:hidden; } table#shoppingCart div.itemImage img, table#shoppingCart div.itemPersonalisation img { border:1px solid #6a4935; } table#shoppingCart div.itemImage a img{ height:50px; overflow:hidden; width:50px; } table#shoppingCart div.itemImage a{ text-decoration:none; border:none; } table#shoppingCart div.itemImage a img.noBorder{ border:none !important;} #emptyCartButton{float:right;clear:both;} div#shoppingCartBlock #emptyCartButton{clear:none;} #emptyCartButton .mainButton input, #emptyCartButton .mainButton button, #emptyCartButton .mainButton a{ background-image:url(/_static/images/www/Shared/btnEmptyCart.gif); background-repeat:no-repeat; height:18px; width:auto; color:#fff; font-size:11px; text-transform:lowercase; float:left; border:0; line-height:12px; } #emptyCartButton .mainButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/btnEmptyCartEnd.gif); background-repeat:no-repeat; height:18px; width:6px; overflow:hidden; float:left; border:0; } .addPrizeQtyBtn { float:right; } .addPrizeQtyBtn input, .addPrizeQtyBtn button, .addPrizeQtyBtn a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); font-size:11px; height:18px; text-transform:lowercase; padding:0 0 1px 7px; } .addPrizeQtyBtn div.buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); background-repeat:no-repeat; height:18px; width:8px; } /* --- 10.4. ERROR LINES ETC. --------------- */ table td.errorRow { padding:0 !important; border:solid 0 !important; } table td.errorRow .errorLine { background:#fff; padding:3px; font-weight:bold; color:#c00; display:none; margin:0; border:solid 0; margin-top:10px; border:solid 1px #c00; } table td.errorRow .errorLine .errorMessage { line-height:1.2em; margin:0; } table tr.productError td { background:#ddd; color:#909090; border-top:solid 1px #c00; border-bottom:solid 1px #c00; } table tr.productError td.columnLeft { border-left:solid 1px #c00; text-align:left; } table tr.productError td.columnRight { border-right:solid 1px #c00; text-align:right; } table tr.productError td a { color:#909090; } /* ==================================================================================================== */ /* 11. MY ACCOUNT */ /* ==================================================================================================== */ /* --- 11.1. GENERAL ------------------------------------------------------------------- */ .mainBlock .editAccountBlock{ height:600px !important; } #myAccountHomeSection{ float:right; width:740px; height:auto; } #myAccountBlock { width: 928px; font-family:"Trebuchet MS",Arial; } #myAccountBlock .mandatoryfields, #contactContentBlock .mandatoryfields{ display:block; float:none; margin:15px 45px 15px 0; text-align:right; text-transform:capitalize; color:#dd0d0d; font-size:11px; font-weight:bold; } #myAccountBlock h1 { display:none; } #myAccountBlock h2 { clear:both; line-height:25px; margin-bottom:12px; margin-top:10px; text-indent:50px; } #myAccountBlock h3 { margin-bottom: 10px; clear:both; font-size:12px; color:#6a4935; width:327px; text-transform: uppercase; font-size:16px; } #myAccountBlock h3.subHeading{ color:#7F0407; margin-left:50px; } #myAccountBlock h6 { margin-bottom:10px; clear:both; font-size:16px; color:#6a4935; width:327px; } #myAccountBlock ul { clear:left; width:85%; margin-bottom:10px; } #myAccountBlock h3.searchTitle{ font-size:16px !important; } #myAccountBlock #SRRelatedAccounts, #myAccountBlock #createOrderSection, #myAccountBlock #openOrdersSection, #myAccountBlock #searchOrdersSection, #myAccountBlock #accountStatement, #myAccountBlock #infoToolsContentBlock { width: 740px; overflow: hidden; margin-right: -5px; } #createEditProfile, #myAccountBlock #SRcreateAccountBlock { width: 400px; overflow: hidden; margin-left: 25px; display: inline; float: left; } #myAccountBlock #SRcreateAccountBlock #dvAccountSearch { clear:right; float:left; display: inline; width: /*398px*/ 388px; padding-left: 10px; overflow: hidden; background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; padding-bottom:20px; } #SRcreateAccountBlock #dvAccountSearch .checkBoxFieldsets input { width: 20px; border: none; } /* --- 11.2. NAVIGATION ------------------------------------------------------------------- */ #myAccountBlock #myAccountNav {margin-left:34px;overflow:hidden;} #myAccountBlock #myAccountNav h3{ color:#800000; font-family:"Trebuchet MS",Arial; font-size:20px; height:21px; line-height:30px; margin-bottom:7px; padding-top:10px; text-transform:capitalize; } #myAccountBlock #myAccountNav #breadcrumbs{ height:21px; padding-left:151px; } #myAccountBlock #myAccountNav ul { width:590px; margin-bottom:0; } #myAccountBlock #myAccountNav li { display:block; float:left; border-right:none; font-weight:bold; } #myAccountBlock #myAccountNav li.last,#myAccountBlock #myAccountNav li.last a { border-right:none; text-decoration:none; color:#231f20; text-transform:capitalize; } .redColorFont{font-weight:normal !important;} ul#forcheckOrder li{text-transform:capitalize;} #myAccountBlock #myAccountNav h3.chkOrdAcctHeader {height:17px; padding-top:0;} #myAccountBlock #myAccountNav li.redColorFont {text-transform:none;} /* --- 11.3. LOGIN PAGE ------------------------------------------------------------------- */ .accountLoginHeader { background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; text-indent:18px; margin-left:36px; } .billAndShipHeader{ background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; } .payAndSaveHeader{ background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; float:left; width:862px; margin-bottom:20px; border:none !important; } .payAndSaveHeader span.sharedHeader{ float:left; } .accountHeader { background:#fbefde; background-repeat:no-repeat; border-bottom:solid 1px #e6cfbd; color:#800000; font-size:17px; height:26px; line-height:26px; text-indent:18px; margin:20px 12px 0; width:900px; font-weight:bold; } .accountHeader span.sharedHeader{ float:left; width:414px; text-transform:capitalize; } .sharedHeader{ float:left; width:414px; text-transform:capitalize; } .accountProfileHeader { line-height:29px; text-indent:13px; margin-bottom:20px; } #myAccountBlock .createAccountHeader{ color:#6a4935; font-size:16px; font-family:"Trebuchet MS"; font-weight:bold; clear:right; width:435px; text-indent:62px; height:35px; float:left; padding-top:40px; } #myAccountBlock .guestHeader{ padding-top:10px !important; color:#6a4935; font-size:16px; font-family:"Trebuchet MS"; font-weight:bold; clear:right; width:450px; text-indent:55px; height:2px; float:left; } #myAccountBlock .accountBlock { margin:30px -16px 11px 44px; overflow:hidden; width:394px; float:left; padding:7px 5px 15px 0; border-right:solid 1px #CEAE9A; border-left:solid 1px #CEAE9A; background:#FAF6F1 none repeat scroll 0 0; font-weight:bold; } #myAccountBlock #newLogin{ width:401px; } #myAccountBlock .loginBlock{ float:right; margin:0 37px 0 0; } #myAccountBlock div#createAccountBlock{ float:right; width:438px; height:auto; } #myAccountBlock div#returningCustomerBlock{ float:right; width:438px; height:auto; } #myAccountBlock .loginBlockTop{ background-image:url(/_static/images/www/Shared/loginBlockTopDiv.gif); background-repeat:no-repeat; height:7px; width:401px; } #myAccountBlock .loginBlockBottom{ background-image:url(/_static/images/www/Shared/loginBlockBottomDiv.gif); background-repeat:no-repeat; height:7px; width:401px; clear:both; } #shippingFormVisible{ float:left; margin-left:26px; width:395px; } #shippingFormVisible select{ -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FBEFDE none repeat scroll 0 0; border:1px solid #BC9B6A; float:left; font-family:arial; font-size:1em; height:19px; width:182px; } #shippingFormVisible #shippingForm { margin:0 0 8px 5px; overflow:hidden; width:377px; float:left; padding:15px 0 15px 30px; border:solid 1px #CEAE9A; background:#FAF6F1 none repeat scroll 0 0; font-weight:bold; clear:both; } #shippingFormVisible #shippingForm span.asteriskNote { color:#DD0D0D; float:right; font-size:12px; padding-right:30px; text-transform:capitalize; } #shippingFormVisible #shippingForm label{ color:#6A4935; font-size:13px; margin:0 15px 0 4px; text-transform:capitalize; } #shippingFormVisible #shippingForm input{ height:17px; width:180px; } #shippingFormVisible #shippingForm input.shortField{ width:30px; } #shippingFormVisible #shippingForm fieldset .textIndent{ text-indent:27px; } .guestBlock{ float:left; clear:both;} .guestBlock form{ width:327px; overflow:hidden; padding:15px 39px 10px 39px !important; } .guestBlock div.accountButton{ padding-top:5px; cursor:pointer; } #myAccountBlock label { float:left; width:auto; color:#6a4935; font-size:13px; } #myAccountBlock #createaccount label {} #myAccountBlock #orderSearchForm label { font-size:12px; margin-right:0; overflow-x: hidden; width: 115px; } #myAccountBlock #createaccount input, #myAccountBlock #createaccount select, #myAccountBlock #orderSearchForm input, #myAccountBlock #orderSearchForm select { width: 180px; } #myAccountBlock #createaccount div.accountButton input, #myAccountBlock #orderSearchForm div.accountButton input { width: auto; } #myAccountBlock #orderSearchForm input#requested_delivery_date_to, #myAccountBlock #orderSearchForm input#requested_delivery_date_from { width: 140px; display: inline; float: left; margin-left: 5px; margin-right: 5px; } /* hacks */ #myAccountBlock #orderSearchForm .mainButton input { width: 60px; } #myAccountBlock #orderSearchForm .ui-datepicker-trigger { float: none; } #myAccountBlock #orderSearchForm .shoppingCartButton { float: none; padding: 0px 0px 0px 0px; height: 38px; } #myAccountBlock .accountBlockRight { margin-right:0; } #myAccountBlock .accountBlock form { width:335px; overflow:hidden; padding:20px 39px; } #myAccountBlock .accountBlock form div.mainButton{ float:right; padding-right:15px; } #myAccountBlock .accountBlock form .input{ float:right; height:18px; margin-right:10px; width:162px; text-indent:2px; } #myAccountBlock .accountBlock .addressBlock { margin:10px 0 0 0; padding:10px 0; border-top:dashed 1px #d0d0d0; } #myAccountBlock .accountBlock p { padding-bottom:10px; } #myAccountBlock #userLoginMessageContainer, #myAccountBlock #forgotPasswordContainer, #myAccountBlock #newUserMessageContainer { } #myAccountBlock #userLoginMessageContainer img { float:left; } #myAccountBlock #userLoginMessageContainer #loginUserMessage, #myAccountBlock #forgotPasswordContainer #forgotPasswordMessage, #myAccountBlock #newUserMessageContainer #newUserMessage { line-height:16px; color:#c00; float:left; font-weight:bold; } #myAccountBlock #newUserRegistrationForm li { list-style-type:disc; list-style-position:inside; } #myAccountBlock #newUserRegistrationForm, #myAccountBlock #userLoginForm { min-height: 190px; } #myAccountBlock .largerTitle{ color:#6A4935; font-size:17px; text-transform:capitalize; } /* --- 11.4. ACCOUNT HOME ------------------------------------------------------------------- */ #myAccountBlock .accountHomeBlock { margin:10px 70px; padding-bottom:20px; border-bottom:1px solid #9F7E4A; width:575px; float:left; clear:both; font-family:verdana; font-size:11px; font-weight:normal; } #myAccountBlock .accountHomeBlock h2{ font-size:17px; color:#6A4935; font-family:"Trebuchet MS"; } #myAccountBlock .accountHomeBlock form { } #myAccountBlock .accountHomeBlock .addressBlock { color:#6A4935; background-color:#ECECEC; border-bottom:1px solid #9F7E4A; font-family:verdana; font-size:11px; font-weight:normal; padding:10px 15px;} #myAccountBlock .accountHomeBlock .oddRow{ background-color:#fff; } #myAccountBlock .accountHomeBlock p { padding-bottom:10px; } #myAccountBlock .accountHomeBlock ul{ } #myAccountBlock .accountHomeBlock .mainButton { float:right; display:block; margin-top:-3px; } #myAccountBlock .accountHomeBlock .mainButton input, #myAccountBlock .accountHomeBlock .mainButton button, #myAccountBlock .accountHomeBlock .mainButton a{ background-image:url(/_static/images/www/shared/bgaccountButton.gif); width:auto; text-transform:lowercase; height:25px; line-height:24px; font-size:11px; } #myAccountBlock .accountHomeBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/shared/bgAccountButtonEnd.gif); height:28px; } #myAccountBlock .accountHomeBlock .editButton{ float:right; } #myAccountBlock .accountHomeBlock .deleteButton{ float:right; margin-top:1px; } #myAccountBlock #userLoginMessageContainer img { float:left; } #myAccountBlock #userLoginMessageContainer #loginUserMessage, #myAccountBlock #forgotPasswordContainer #forgotPasswordMessage, #myAccountBlock #newUserMessageContainer #newUserMessage { line-height:16px; color:#c00; float:left; font-weight:bold; } #myAccountBlock #newUserRegistrationForm li { list-style-type:disc; list-style-position:inside; } /* --- 11.5. ACCOUNT PROFILE (MY PROFILE, "EDIT ACCOUNT" FROM ACCOUNT HOME, AND QUICK ORDER) --------------- */ #myAccountBlock #accountNav{ float:left; clear:both; padding-left:12px; width:165px; height:auto; } #orderHistory #accountNav{ height:auto !important; } #myAccountBlock #accountNav ul{ padding-left:8px; margin-bottom:0; } #myAccountBlock #accountNav ul li{ font-size:16px; text-transform:capitalize; text-decoration:none; font-weight:bold; line-height:24px; } #myAccountBlock #accountNav ul li a{ text-decoration:none; color:#BC9B6A; font-weight:bold; } #myAccountBlock #accountNav ul li a:active, #myAccountBlock #accountNav ul li a:hover{ text-decoration:none; color:#6a4935; } #myAccountBlock #accountNav span.selectedMenuItem{ text-transform:uppercase; color:#6a4935; } #myAccountBlock #accountNav span.selectedMenuItem a{ color:#6a4935; text-transform:uppercase; } .selectedMenuItem{ text-transform:uppercase; color:#6a4935; } #myAccountBlock #profileForm { background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; overflow:hidden; width:398px; } #myAccountBlock #profileForm .disabled{ opacity:-1 !important; display:none; } #myAccountBlock #profileForm .enabled{ display:block; } #myAccountBlock #profileForm #profileFormFields{ clear:both; float:right; width:325px; height:auto; } #myAccountBlock #profileForm fieldset{ margin-left:-50px; margin-right:50px; } #myAccountBlock #profileForm fieldset.extraTopPadding{ padding-top:10px; } #myAccountBlock #profileForm input{ color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:17px; text-indent:2px; width:183px; } #myAccountBlock #profileForm .extension, form#contactUSForm #formSide2 .extension{ color:#6A4935; font-size:13px; font-weight:bold; margin-left:3px; } #myAccountBlock #profileForm span.formDash, form#contactUSForm #formSide2 span.formDash{ color:#6A4935; font-size:13px; font-weight:bold; margin:0 2px; } #myAccountBlock #profileForm input.shortField{ width:33px; } #myAccountBlock #profileForm select{ float:right; background:#FBEFDE none repeat scroll 0 0; border:1px solid #BC9B6A; height:20px; width:185px; color:#6A4935; font-family:"Trebuchet MS"; font-size:12px; } #myAccountBlock #profileForm select.dayField, #myAccountBlock #profileForm select.monthField, #myAccountBlock #profileForm select.yearField{ margin-left:5px; margin-right:0; } #myAccountBlock #profileForm select.dayField{ width:48px; } #myAccountBlock #profileForm select.monthField{ width:62px; } #myAccountBlock #profileForm select.yearField{ width:65px; } #myAccountBlock #profileForm label{ font-weight:bold; text-transform:capitalize; } #myAccountBlock #profileForm label.surveyFields{ margin-left:4px; width:130px; } #myAccountBlock #profileForm label.genderLabel{ margin-right:88px; } .profileFormBottomCSR{ clear:right; padding-bottom:25px; background-image:url(/_static/images/www/Shared/roundedFormBottom.gif); background-repeat:no-repeat; float: left; width: 400px; height:7px; } #profileForm fieldset.checkBoxFieldsets label.residentialInd{margin-right:65px;} #profileForm label.phoneFormField{width:135px;} #profileForm fieldset.checkBoxFieldsets label.deceasedInd{margin-right:68px;} #profileForm fieldset.checkBoxFieldsets label.labelForDoNot {margin-right:65px;} #profileForm fieldset.checkBoxFieldsets label.doNotCall{margin-right:66px;} #profileForm fieldset.checkBoxFieldsets label.doNotRentName{margin-right:21px;} #profileForm fieldset.checkBoxFieldsets label.netPromoterScore{margin-left:2px;} #profileForm fieldset.checkBoxFieldsets label.checkBoxSRLabel {margin-right:25px;} #profileForm fieldset label.labelForWrappingTxt {margin-left:7px;width:128px;} #profileForm fieldset label.nbFundraisersYear{ margin-left:5px; width:129px; } #myAccountBlock #profileForm label#residentialInd{ margin-right:57px; } #myAccountBlock #profileForm label#MaritalStatus{margin-right:57px;} .residentialInd{ margin-right:60px; } #myAccountBlock #profileForm label.residentialIndOptions{ margin-right:15px; } #myAccountBlock #profileForm label.acctTypeLabel{ margin-right:67px; } #myAccountBlock #profileForm .acctOptions{ margin-left:-1px; margin-right:10px; } #myAccountBlock #profileForm .checkBox{ padding-right:16px; } #myAccountBlock #profileForm input.checkBoxOption{ float:left; margin-right:5px; width:10px; } #myAccountBlock #profileForm .accountButton, #myAccountBlock #profileForm .accountButton input{ color:#FFFFFF; font-size:14px; height:28px; overflow:hidden; text-indent:0; width:auto; } #myAccountBlock #profileForm .accountButton{ float:right; margin:25px 41px 21px; } #myAccountBlock #profileForm .accountButton input{ float:left; } #myAccountBlock #profileForm .accountButton .buttonEnd, #myAccountBlock .accountButton .buttonEnd { background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; float:left; height:30px; width:7px; } #myAccountBlock #profileForm fieldset#receiveUpdatesField{ margin-right:0; padding-left:18px; padding-top:15px; } #myAccountBlock #profileForm fieldset#receiveUpdatesField label{ float:left; font-size:12px; text-transform:none; } #myAccountBlock #profileForm .asterisk, #contactContentBlock .asterisk, #SRcreateAccountBlock .asterisk { color:#DD0D0D; font-size:12px; vertical-align:top; } .genderFieldset{ padding-bottom:2px; padding-top:3px; } .checkBoxFieldsets{ padding-bottom:3px; padding-top:4px; } div#overlayForm form#addNewUserAddress #residentialInd { margin-bottom: 5px; } div#overlayForm form#addNewUserAddress .checkBoxFieldsets label.residentialIndOptions { clear: left; } div#overlayForm form#addNewUserAddress .checkBoxFieldsets input#residentialInd_Y, div#overlayForm form#addNewUserAddress .checkBoxFieldsets input#residentialInd_N { width: 15px; } .profileFormTop, .profileFormBottom { background-repeat:no-repeat; overflow:hidden; height:7px; width:400px; } .profileFormTop { clear:right; background-image:url(/_static/images/www/Shared/roundedFormTop.gif); } .profileFormBottom{clear:right; padding-bottom:25px; background-image:url(/_static/images/www/Shared/roundedFormBottom.gif);} #myAccountBlock .profileTitle{ float:left; overflow:hidden; width:726px; text-indent:30px; } #myAccountBlock .customerProfileTitle{ float:left; margin-right:2px; overflow:hidden; text-align:center; width:auto; } #returningCustomerForm{ margin-left:15px; } .formBox{ width:auto; height:auto; } #myAccountBlock .formBox{ width:400px; float:left; height:auto; } .longForms{ clear:both; float:left; height:auto; width:auto; } .bothAccountNavs { clear:both; display: inline; float:left; height:auto; width: 185px; } .longForm{ width:165px; } div#blankMenu{ height:450px; } #myAccountBlock .profileTitle h3{ font-size:16px; color:#6a4935; text-transform:capitalize; } #myAccountBlock #profileForm div#newsletterInfo { clear:left; } #myAccountBlock #profileForm div#newsletterInfo.enabled { display:inline; } #myAccountBlock #profileForm .mainButton { clear:both; } #myAccountBlock #profileForm fieldset.checkBox { width:100%; } #myAccountBlock #profileForm fieldset.checkBox label { width:400px; } /*--------- My Account Pages --------------*/ /* My Profile - create/edit my profile */ #myAccountBlock #profileForm div#newsletterFields {margin-top:23px;} #myAccountBlock #profileForm div#newsletterFields fieldset{margin:0 0 11px -33px;} form#insertUpdateProfile .customerProfileTitle{width:690px;} form#insertUpdateProfile .customerProfileTitle H3{width:232px;} form#insertUpdateProfile div#newsletterFields label.checkBoxText{float: none;} form#insertUpdateProfile div#newsletterFields input.checkBoxOption{} form#insertUpdateProfile div#newsletterFields .accountButton{margin-top:18px;} /* Generic/Account Homepage */ #myAccountBlock #MyAccountBannerSection{ margin-top:3px; float:none; width:160px; overflow:hidden; margin-left:90px; } #myAccountBlock #EditAccountBannerSection{ margin-top:3px; float:left; width:160px; overflow:hidden; margin-left:90px; } #myAccountBlock #profileForm .accountForms label#residentialInd { margin-right:14px; } #myAccountBlock #profileForm .accountForms label.residentialIndOptions { margin-right:9px; } #SRRelatedAccounts table#linkedAccounts .editCol { width: 60px; } /* Quick Order */ #billingInfoQuickOrder{ width:740px; float:right; } #billingInfoQuickOrder #profileForm { width:398px; } #billingInfoQuickOrder #profileForm fieldset{ margin-left:20px; } #billingInfoQuickOrder #profileForm fieldset label.phoneFieldset{ width:138px; } #billingInfoQuickOrder #profileForm .mainButton{ float:right; display:inline; margin-right:25px; } #billingInfoQuickOrder #profileForm .mainButton input, #billingInfoQuickOrder #profileForm .mainButton button, #billingInfoQuickOrder #profileForm .mainButton a{ background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); background-repeat:no-repeat; height:23px; width:auto; float:left; color:#fff; text-transform:lowercase; font-size:11px; } #billingInfoQuickOrder #profileForm .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); background-repeat:no-repeat; height:23px; width:8px; } #quickOrderRightSide{ float:left; width:740px; height:auto; } #quickOrderRightSide h2{ color:#6a4935; font-size: 16px; text-indent:20px; margin-top:10px; } #quickOrderRightSide .countColumn{ line-height:20px; } #quickOrderRightSide .searchBtnImage { padding-left: 2px; cursor: pointer; } form#quickOrder { width:490px; float:left; margin-right:10px; } #quickOrderRightSide table{ border-left:1px solid #BC9B6A; border-right:0; color:#BC9B6A; font-size:12px; font-weight:bold; } #quickOrderRightSide table tr{ height:37px; } #quickOrderRightSide table tr th{ } #quickOrderRightSide table tr th#ErrorMsgTh{ height:37px; background:#fff; } #quickOrderRightSide table tbody#detailLines tr td{ border-bottom:0 none; border-top:1px solid #BC9B6A; height:42px; } #quickOrderRightSide table tbody#detailLines td.withRightBorder{ border-right:1px solid #BC9B6A; height:37px; } #quickOrderRightSide table tbody#detailLines td.errorColumn{ border-bottom:0 none !important; border-top:0 none; height:37px; line-height:34px; margin-bottom:-1px; min-width:80px; } #quickOrderRightSide table tr td.formLabel, #quickOrderRightSide table tr.noBorders, #quickOrderRightSide table tr.noBorders td, #quickOrderRightSide table.noBorders { border:none !important; } #quickOrderRightSide #quickOrderContentBanner{ float:right; background-repeat:no-repeat; height:443px; width:232px; } #quickOrderRightSide table.noBorders{ margin:0; } #quickOrderRightSide table tbody#detailLines tr.bottomBorderRow, #quickOrderRightSide table tr.bottomBorderRow, #quickOrderRightSide table tbody#detailLines tr.bottomBorderRow td, #quickOrderRightSide table tr.bottomBorderRow td { border-bottom:1px solid #BC9B6A; margin-bottom:0; } #quickOrderRightSide table tbody#detailLines tr.formLabelExtraRows, #quickOrderRightSide table tbody#detailLines tr.formLabelExtraRows td { margin-bottom:-1px; margin-top:0; border-top:0 none; height:37px; } td.withBottomBorder{ border-bottom:1px solid #BC9B6A !important; } #quickOrderRightSide td.formLabel img{ float:left; } #quickOrderRightSide input{ background-color:#fff; } #quickOrderRightSide input.qtyColumn{ width:65px; } #quickOrderRightSide table.noBorders .mainButton{ float:right; } #quickOrderRightSide table.noBorders .mainButton input, #quickOrderRightSide table.noBorders .mainButton button, #quickOrderRightSide table.noBorders .mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); height:32px; width:auto; font-size:16px; font-family:"Trebuchet MS"; text-transform:capitalize; padding-right:7px; } #quickOrderRightSide table tr td.formLabelExtra{ width:auto; } #quickOrderRightSide table tr td.formLabelNumber{ width:auto; margin:0; } div.quickOrderPopup .closeBtn a{ background-image:url(/_static/images/www/Shared/closeBox.gif); background-repeat:no-repeat; float:right; margin-top:4px; width:25px; height:auto; } div.quickOrderPopup #quickOrderPopUpHeader{ background-color:#6A4935; height:35px; color:#fff; font-size:16px; text-indent:20px; font-weight:bold; width:100%; } div.quickOrderPopup table#tablesearch{ margin-left:24px; width:670px; height:auto; } div.quickOrderPopup tr td#forSearchLabel{ width:89px; text-align:right; border:none !important; } div.quickOrderPopup tr td#forSearchBar{ border:0px !important; text-align:left !important; width:307px; height:auto; } div.quickOrderPopup tr td#forSearchBar input{ width:358px; border:2px solid #BC9B6A; background:#fff; height:17px; } div.quickOrderPopup .searchLabel{ font-size:18px; color:#6a4935; text-transform:uppercase; } div.quickOrderPopup td#GoSearch{ border:medium none; height:auto; padding-top:6px; width:40px; } div.quickOrderPopup td#GoSearch .goBtn{ background-image:url(/_static/images/www/Shared/goBtn.gif); background-repeat:no-repeat; height:21px; width:auto; padding:3px 11px 3px 1px; } div.quickOrderPopup td#GoSearch .goBtn a{ color:#FFFFFF; font-size:12px; font-weight:bold; line-height:2px; padding-left:10px; padding-right:14px; text-transform:uppercase; text-decoration:none; } div.quickOrderPopup td#GoSearch .goBtn a:hover{ text-decoration:none; } div.quickOrderPopup td#selectSearch{ border:medium none; height:auto; padding-top:3px; width:80px; } div.quickOrderPopup td#selectSearch .selectBtn{ background-image:url(/_static/images/www/Shared/productSearchSelectBtn.gif); background-repeat:no-repeat; height:23px; padding-right:0px; padding-top:3px; width:81px; padding-bottom:5px; } div.quickOrderPopup td#selectSearch .selectBtnEnd{ background-image:url(/_static/images/www/Shared/ShortBtn_694834_End.gif); background-repeat:no-repeat; width:5px; float:right; height:23px; padding-bottom:5px; padding-top:3px; } div.quickOrderPopup td#selectSearch .selectBtn a{ color:#FFFFFF; font-size:12px; font-weight:bold; padding-left:17px; padding-right:17px; text-transform:uppercase; text-decoration:none; } div.quickOrderPopup td#selectSearch .selectBtn a:hover{ text-decoration:none; } div.quickOrderPopup td#loginUserProgress{ border:none; } div.quickOrderPopup #forProductSearchDesc{ border:none; color:#6A4935; font-size:12px; font-weight:bold; padding:9px 0; } div.quickOrderPopup #searchResultsTable { overflow:auto; width:100%; height:384px; } div.quickOrderPopup table#tablesearch tr td{ height:60px; } div.quickOrderPopup table#tablesearch tr td#descriptionTD { min-width:225px; } div.quickOrderPopup table#tablesearch tr td#personalizeColumn { min-width:101px; } #searchResultsTable .nextPageBtn{ float:right; margin-right:30px; } #searchResultsTable .nextPageBtn input, #searchResultsTable .nextPageBtn button, #searchResultsTable .nextPageBtn a{ background-image:url(/_static/images/www/Shared/nextPageBtn.gif); background-repeat:no-repeat; border:0; height:32px; width:auto; padding-right:23px; padding-left:7px; color:#fff; font-weight:bold; font-size:16px; background-position:right center; } #searchResultsTable .goBackBtn{ float:left; margin-left:30px; } #searchResultsTable .goBackBtn input, #searchResultsTable .goBackBtn button, #searchResultsTable .goBackBtn a{ background-image:url(/_static/images/www/Shared/goBackBtn.gif); background-repeat:no-repeat; border:1px solid #94542f; height:32px; width:auto; padding-left:23px; padding-right:5px; color:#94542f; font-weight:bold; font-size:16px; } div.quickOrderPopup table#tablesearch td{ text-align:left; text-indent:2px; } #quickOrderRightSide input.skuColumn{ width:100px; } div.quickOrderPopup table#tablesearch tr td.columnAlignCenter{ text-align:center; } #addressBookForm{ width: 735px; overflow: hidden; } #addressBookForm .accountButton{ float:left; padding-top:13px; } .addressTitle{ clear:right; color:#6A4935; float:left; font-size:16px; font-weight:bold; padding:17px 0 1px 13px; text-transform:capitalize; width:500px; } #addressBookForm h3{ text-transform:capitalize; font-size:16px; color:#6a4935; padding:20px 0 0 2px; margin-bottom:8px; } #addressBookForm input.uploadItem{ width:275px; height:18px; } #addressBookForm fieldset{ margin-bottom:-3px; } #addressBookForm label.uploadItemLabel{ font-size:12px; margin-bottom:20px; font-weight:bold; } #addressBookForm label.uploadItemLabel img{ cursor:pointer; vertical-align:sub; } #addressBookForm .shortButton{ float:left; padding-left:5px; padding-top:1px; } .shortButton input, .shortButton button, .shortButton a { background-image:url(/_static/images/www/Shared/shortBtn_694834.gif); background-repeat:no-repeat; height:18px; float:left; border:none; text-indent:6px; width:auto; color:#fff; font-family:trebuchet MS; font-weight:bold; padding-bottom:1px; text-indent:6px; cursor:pointer; } .shortButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/shortBtn_694834_End.gif); background-repeat:no-repeat; height:18px; width:5px; float:right; } div#addressBookBanner{ height:auto; overflow:hidden; width:732px; display:block; } div.addressBookBlock { clear:left; color:#6A4935; float:left; font-family:verdana; font-size:11px; font-weight:normal; height:auto; padding:10px 15px; width:702px; background-color:#ececec; border-bottom:1px solid #9f7e4a; } div#addressBookForm .oddRow{ background-color:#fff; } .shopfromAddressButton{ float:right; margin-right:40px; } table.addressTable{ clear:none; float:left; width:732px; } table.addressTable fieldset{ line-height:17px !important; } table.addressTable thead{ height:24px; text-indent:5px; } table.addressTable thead a{ color:#fff; font-size:11px; } table.addressTable thead th { padding-top:5px; } table.addressTable th { font-size:12px; } table.addressTable tbody tr{ height:70px; } table.addressTable tbody tr.coloredRow{ background-color:#ececec; } table.addressTable td{ font-family:verdana,"Trebuchet MS"; padding:1px; text-align:left; color:#6a4935; border-color:#9F7E4A; } table.addressTable input{ width:35px; height:67px; } table.addressTable .editButton input{ width:35px; height:20px !important; } label.addressLabel{ float:left; display:inline; } table.addressTable ul{ clear:none !important; width:100% !important; margin-top:8px; margin-bottom:2px !important; } .editOrCancelBtns{ width:84px; } .editButton{ float:left; padding-left:5px; padding-top:1px; } .editButton input, .editButton button, .editButton a{ background-image:url(/_static/images/www/shared/Btn_a3824c.gif); background-repeat:no-repeat; border:0 solid; color:#FFFFFF; cursor:pointer; display:block; float:left; font-family:"Trebuchet MS",helvetica,arial; font-size:11px; font-weight:bold; height:18px; line-height:18px; margin:0; overflow:visible; padding:0 0 3px 5px; text-decoration:none; text-transform:lowercase; width:auto; } .editButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/Btn_a3824c_End.gif); background-repeat:no-repeat; float:left; height:18px; width:5px; } .deleteButton{ float:left; width:14px; height:14px; padding:2px 0 0 11px; } .deleteButton img, .deleteButton a{ cursor:pointer; } .shopfromAddressButton input, .shopfromAddressButton button, .shopfromAddressButton a { background-color:#FFFFFF; background-image:url(/_static/images/www/shared/bgaccountButton.gif); background-repeat:no-repeat; border:0 solid; color:#FFFFFF; cursor:pointer; display:block; float:left; font-family:"Trebuchet MS",helvetica,arial; font-size:14px; font-weight:bold; height:25px; line-height:24px; margin:0; overflow:visible; padding:0 0 0 10px; text-decoration:none; text-transform:capitalize; width:auto; } .shopfromAddressButton div.buttonEnd { background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; float:right; height:30px; width:7px; } /* ----- Batch Add Address Form & Results --------- */ #batchAddressUploadPage{min-height:460px;height:auto !important;} .batchAddressesTable{ float:left; } .batchAddressesTable,.batchAddressesTable tr, .batchAddressesTable tr td, .batchAddressesTable th { border:0 none; border-spacing:0; border-collapse:separate; } .batchAddressesTable tr td {text-align:center;} #batchShipSection{ width:740px; float:right; margin-top:15px; } #batchShipSection h3{ font-size:16px; margin-top:5px;} #batchShipSection .error{ color:#DD0D0D; } #batchShipSection .attention{ color:#800000; font-size:12px; text-transform:none; letter-spacing:0px; margin-top:7px; text-indent:2px; } #batchShipSection .attention a{ color:#bc9b6a; } #batchShipSection .attention a:hover{ color:#231f20; } .importBtn{ clear:both; margin:9px 0; padding:0 6px 1px; width:auto; } div#batchShipSection form#batchUploadForm{ width:495px; } div#batchShipSection .mainButton { clear:both; float:right; margin-top:30px; } div#batchShipSection .mainButton input, div#batchShipSection .mainButton button, div#batchShipSection .mainButton a{ background-image:url(/_static/images/www/Shared/bgaccountButton.gif); background-repeat:no-repeat; height:28px; width:auto; color:#fff; text-transform:capitalize; font-size:14px; padding-bottom:4px; } div#batchShipSection .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; height:28px; width:7px; } div#batchAddressListBtn { padding:0; margin:30px 1px 0 10px; } /* --- 11.7. WISH LIST --------------------------------------------------------------------- */ #wishList{ border:none; width: 735px; overflow: hidden; } #wishList #wishListItems{ width:690px; height:auto; float:left; } #wishList #wishListHeaderBar{ width:690px; height:24px; background-color:#6a4935; color:#fff; font-size:12px; text-transform:capitalize; font-weight:bold; } #wishList #wishListHeaderBar ul{ width:690px; line-height:25px; height:auto; } #wishList #wishListHeaderBar ul li{ width:140px; display:block; height:auto; float:left; } #wishList #wishListHeaderBar ul li.headerExtraSpace{ width:89px; } #wishList #wishListHeaderBar ul li#itemName{ width:280px; text-align:left; } #wishList #wishListHeaderBar ul li#itemPrice{ width:60px; text-align:right; } #wishList #wishListHeaderBar ul li#selectItem{ width:102px; text-align:right; } #wishList .mainButton { } #wishList #addSkuBtn{ float:right; } #wishList #wishListButtons { float:right; margin-top:5px; } #wishList .mainButton input, #wishList .mainButton button, #wishList .mainButton a{ background-image:url(/_static/images/www/Shared/myAccountMainBtn.gif); background-repeat:no-repeat; width:auto; height:23px; text-transform:capitalize; font-size:14px; padding-right:2px; } #wishList .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/myAccountMainBtnEnd.gif); background-repeat:no-repeat; height:23px; width:5px; margin-right:10px; } #wishList div.addBtn{ float:left; height:60px; overflow:hidden; padding-left:45px; padding-top:12px; width:40px; } #wishList .addBtn input, #wishList .addBtn button, #wishList .addBtn a { background-image:url(/_static/images/www/Shared/addToCartQuickviewBtn.gif) !important; height:18px; font-size:12px; padding-right:6px; line-height:18px !important; width:auto; } #wishList .mainButton .buttonEndNoMargin{ background-image:url(/_static/images/www/Shared/myAccountMainBtnEnd.gif); background-repeat:no-repeat; height:23px; width:5px; margin-right:0px; float:right; } #wishList #addSkuBtn.mainButton input, #wishList #addSkuBtn.mainButton button, #wishList #addSkuBtn.mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; width:auto; height:32px; text-transform:capitalize; font-size:16px; padding-right:6px; } #myAccountBlock div.CheckboxWishlist { width:30px; height:60px; padding-left:29px; overflow:hidden; float:left; padding-top:12px; } #myAccountBlock div.CheckboxWishlist input { width:14px; height:14px; border:solid 0; clear:left; margin-right:10px; } #myAccountBlock div.removeBtn { float:right; height:60px; overflow:hidden; padding-top:12px; width:56px; } #myAccountBlock div.ImageWishlist { width:50px; height:50px; overflow:hidden; float:left; background:#fbefde; margin-right:10px; margin-left:2px; border:1px solid #6A4935; } #myAccountBlock div.DescriptionWishlist { float: left; overflow: hidden; } #myAccountBlock ul#wishListItems { width:100%; } #myAccountBlock div.wishListRow { display:block; padding-top:10px; margin-bottom:10px; overflow: hidden; width:100%; border-bottom:1px solid #6a4935; } #myAccountBlock div.wishListTBL { width:400px; } #myAccountBlock div.wishListTBL ul{ width:100%; } #myAccountBlock div.wishListTBL li { min-height:14px; min-width:80px; height:auto !important; height:14px; border:solid 0; margin:0; display:block; float:left; font-size:12px; font-weight:bold; padding:12px 0 0; line-height:20px; } #myAccountBlock div.wishListTBL li a{ text-decoration:none; color:#525252; } #myAccountBlock div.wishListTBL li.WLitemDescriptionColumn{ width:212px; text-decoration:none; color:#525252; padding-top:12px; } #myAccountBlock div.wishListTBL li.wishListStatus{ width:99px; } #myAccountBlock div.wishListTBL li.wishlistItemPrice{ width:80px; text-align:center; color:#DD0D0D; font-weight:bold; } #myAccountBlock div.wishListTBL li.wishlistPersonalizeStock{ width:80px; } #myAccountBlock div.wishListTBL li#itemDesc { width:280px; } #myAccountBlock div.quantities { float:left; } #myAccountBlock div.quantities fieldset { width:150px; margin:0; } #myAccountBlock div.quantities fieldset label { width:100px; } #myAccountBlock div.quantities fieldset input { width:20px; text-align:center; } #myAccountBlock div#buttonRow { width:100%; float:left; } #myAccountBlock div#buttonRow input { margin-right:10px; } #myAccountBlock div#buttonRow input.continueButton { float:right; } .giftRegistry div.CheckboxWishlist { width:110px !important; } .giftRegistry div.CheckboxWishlist select { width:100px !important; } /* --- 11.8. WISH LIST (PRINT VERSION) ------------------------------------------------ */ body.printWishList { background:#fff; background-image:none; margin:10px; font-size:62.5%; } body.printWishList h2 { margin:5px 0 10px 0; } body.printWishList div.wishListRow { width:100%; clear:both; overflow:hidden; margin-bottom:10px; } body.printWishList div.CheckboxWishlist, body.printWishList p, body.printWishList .mainButton { display:none; } body.printWishList div.ImageWishList { width:90px; height:90px; float:left; } body.printWishList div.ImageWishList a { display:block; width:80px; height:80px; background:#e0e0e0; } body.printWishList div.DescriptionWishlist { float:left; font-size:12px; } /* --- 11.9. ORDER HISTORY LIST / REQUEST A RETURN LIST ------------------------------------------------ */ div#orderHistory { overflow:hidden; float:left; margin-top:0px; } #myAccountSalesRepNav { clear:both; float:left; padding-left:12px; width:170px; font-size:16px; line-height:24px; font-weight:bold; font-family:"Trebuchet MS"; text-transform:capitalize; margin-top:10px; } #myAccountBlock #accountNav ul li.longerListItem {width:150px; } #myAccountSalesRepNav ul{ padding-left:8px; } #myAccountSalesRepNav ul li a{ color:#BC9B6A; text-decoration:none; font-weight:bold; } #myAccountSalesRepNav ul li a:hover{ color:#6A4935; text-decoration:none; } #myAccountBlock #accountNav ul li.buyerAcctHeader{ font-size:17px; color:#800000; padding-bottom:3px; width:157px; word-spacing:-1px; overflow:visible; padding-top:10px; } div#myAccountSalesRepNav ul li.salesRepNavHeader{ font-size:17px; color:#800000; border-top:2px solid #6a4935; padding-top:15px; padding-bottom:3px; width:157px; word-spacing:-1px; } div#orderHistory #orderHistoryTopForm{ background-color:#FBEFDE; border-top:1px solid #BC9B6A; height:79px; width:726px; } div#orderHistory #pastReturnsTopForm{ width:686px; height:26px; } div#orderHistory form { overflow:hidden; margin:5px 3px 0; background:none repeat scroll 0 0 #FFFFFF; } div#orderHistory #orderHistoryTopForm .dropDownSelect{ display:block; } div#orderHistory #orderHistoryTopForm .dropDownSelect select{ margin-right:3px; border-color:#BC9B6A; height:19px; } div#orderHistory #orderHistoryTopForm ul{ width:100%; } div#orderHistory #orderHistoryTopForm ul li{ width:auto; height:auto; float:left; } table.ordersListTable .firstColumn{} table.ordersListTable .nameColumn{text-align:center;/*width:79px;*/} table#ordersHistory td{text-align:center;} table#ordersHistory td input.radioInput{width:20px;border:none;} table#ordersHistory tr.topColumnBar td, table.ordersListTable .topColumnBar{ border-bottom:1px solid #6A4935; height:1px;padding:1px !important;} table#ordersHistory tr.noBorder td {border:none !important;} table.ordersListTable .statusColumn{text-align:center;} table.ordersListTable tr#colHeadersForBuyer .statusColumn{padding-left:0px;} table.ordersListTable .dateColumn{text-align:center;} table.ordersListTable .deliveryColumn{} table.ordersListTable tr#colHeadersForBuyer .deliveryColumn{} table.ordersListTable .columnOrderStatus{text-align:center;} table.ordersListTable .columnOrderTotal{color:#dd0d0d !important;text-align:center;} table.ordersListTable .acctColumn{text-align:center;} table.ordersListTable .trackColumn{text-align:center;} table.ordersListTable tr#colHeadersForBuyer .trackColumn{} table.ordersListTable .buyerIDcolumn{} table.ordersListTable .totalPricingColumn{} table.ordersListTable .columnForBuyer{text-align:center;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer li#orderNo{ width:66px;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer #forOrder{width:62px;} table#ordersHistory tr#orderHistoryTopInputs td#parentNo{} table#ordersHistory tr#orderHistoryTopInputs td#parentNo input{} div#orderHistory #orderHistoryTopForm #forParent{} div#orderHistory #orderHistoryTopForm #btnsForParent{} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer li#parentNo{ width:75px;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer #forParent{width:71px;} table#ordersHistory tr#orderHistoryTopInputs td#shipTo{} .searchOrderButtons { clear: both; padding-top: 5px; } .searchOrderButtons img { cursor: pointer; } div#orderHistory div#orderSearchPagination{ color:#800000; font-family:"Trebuchet MS",Arial; font-size:11px; font-weight:bold; height:22px; line-height:22px; margin-right:2px; width:auto; } div#orderHistory div#orderSearchPagination .paginationLabel { margin-right:2px; } div#orderHistory div#orderSearchPagination .paginationText{margin-right:5px;} span.dash {font-size:15px;} /*-----------Order History --- First Row:Drop-Downs --------*/ div#orderHistory #orderHistoryTopForm input{ background-color:#fff; } div#orderHistory #orderHistoryTopForm input.radioInput{ border:0;width:12px;background:none;} div#orderHistory #orderHistoryTopForm label.radioLabel{ text-indent:7px; margin-right:13px; font-size:12px; font-weight:bold;} /*-----------Order History --- Second Row:Arrow/Look Up Buttons --------*/ div#orderHistory #orderHistoryTopForm #orderHistoryBtns{ float:left; padding-top:2px; } div#orderHistory #orderHistoryTopForm .searchOrderButtons{ clear:both; float:right; margin-right:2px; } div#orderHistory #orderHistoryTopForm .searchOrderButtons img{ cursor:pointer; border:none; padding:4px 1px; float:right; } div#orderHistory #orderHistoryTopForm .searchOrderButtons img.arrows{ float:right; padding-right:8px; } div#orderHistory #orderHistoryTopForm .radioSearch { clear:both; float:left; } div#orderHistory #orderHistoryTopForm .radioSearch fieldset{ margin-bottom:0; margin-left:10px; } div#orderHistory #orderHistoryTopForm .radioSearch label{ font-size:12px; !important; font-weight:bold; line-height:20px; margin-right:20px; text-indent:5px; } div#orderHistory #orderHistoryTopForm .radioSearch input{width:24px;} div#createOrderSection table#ordersHistory tr.searchBarBuyer input.radioInput, div#orderHistory table#ordersHistory input.radioInput{float:left;} table#ordersHistory tr#orderHistoryTopInputs{background:none repeat scroll 0 0 #FBEFDE !important; border-top:1px solid #BC9B6A;} table#ordersHistory thead.srchResultTopSection td{} table#ordersHistory tr#orderHistoryTopInputs td{width:auto; border-top:1px solid #BC9B6A; text-align:center;} div#orderHistory table#ordersHistory tr.searchBarBuyer input {width:85px;} table#accountsHeader tr#accountSearchNavRadio, table#accounts tr#accountSearchNavRadio, table#ordersHistory tr#orderSearchNavRadio { background: none repeat scroll 0 0 #FBEFDE !important; } table#accountsHeader tr#accountSearchNavRadio fieldset, table#accounts tr#accountSearchNavRadio fieldset, table#ordersHistory tr#orderSearchNavRadio fieldset { float: left; margin-bottom: 0; margin-left: 4px; margin-right: 30px; } table#accountsHeader tr#accountSearchNavRadio input, table#accounts tr#accountSearchNavRadio input, table#ordersHistory tr#orderSearchNavRadio input { border:0 none; margin-top: 5px; width:10px; height:auto; } table#accountsHeader tr#accountSearchNavRadio label, table#accounts tr#accountSearchNavRadio label, table#ordersHistory tr#orderSearchNavRadio label { line-height: 23px; margin-left: 5px; margin-right: 25px; } /* --- 11.10. ORDER HISTORY DETAILS / REQUEST A RETURN DETAILS --------------------------------------------------------------------- */ /* Past Returns: Check Order / Initiate a Return */ #myAccountBlock div#chkOrderProfileTitle{text-indent:20px;} div#orderHistory table#ordersHistory.chkOrderTable{width:737px; margin-left:-5px;} table#ordersHistory.chkOrderTable th{padding-top:2px;font-size:11px;line-height:10px;text-align:center;} table#ordersHistory.chkOrderTable th.firstColumn{padding-left:1px;padding-right:1px;} table#ordersHistory.chkOrderTable th.nameColumn{width:71px;padding-right:1px;} table#ordersHistory.chkOrderTable th.dateColumn{padding-left:0;padding-right:2px;} table#ordersHistory.chkOrderTable th.deliveryColumn{padding-left:0;padding-right:0;} table#ordersHistory.chkOrderTable th.statusColumn{padding-left:0;} table#ordersHistory.chkOrderTable th.totalPricingColumn{padding-left:0px;} table#ordersHistory.chkOrderTable th.trackColumn{padding-left:0px; padding-right:3px;} table#ordersHistory.chkOrderTable th.acctColumn {width:56px;} table#ordersHistory.chkOrderTable th.buyerIDcolumn{padding-left:0px;} table#ordersHistory.chkOrderTable tr.rowEven td, table#ordersHistory.chkOrderTable tr.rowOdd td { border:none; line-height:14px;padding:6px 1px; color:#6A4935; font-family:arial; font-size:11px; font-weight:normal; text-align:center; } table#ordersHistory.chkOrderTable td.columnParentNumber{padding-left:0;padding-right:0;} table#ordersHistory.chkOrderTable td.columnOrderTotal{font-weight:bold !important;} table#ordersHistory.chkOrderTable td.columnOrderBuyerID{text-align:right !important; height:auto; width:125px;} table#ordersHistory.chkOrderTable td.columnOrderDate{text-align:center;} /* Past Returns: Status Detail Page */ div#orderDetails { overflow: hidden; width: 733px; } div#orderDetails div#ordDetailLeftNav { width:185px; overflow:hidden; float:left; } div#orderDetails div#ordDetailLeftNav .bothAccountNavs{min-height:500px; height:auto !important; height:500px;} div#orderDetails .largerTitle{ float: left; width: 205px; font-weight: normal; } #myAccountBlock .secondTitle{float:right;margin-right:20px;} #myAccountBlock .billingTopLine { margin-top:25px; margin-left: 30px; height:30px; } #myAccountBlock .topOrderNumberHeader{ float: left; font-weight: bold; font-size: 12px; } #myAccountBlock .orderNumber{color:#7F0407;font-size:12px;font-weight:bold;} #myAccountBlock .storeLogoSmallBanner{ width:305px; background-image:url(/_static/images/www/Shared/wfcBannerSmall.gif); background-repeat:no-repeat; height:85px; margin-top:25px; clear:both; width:305px; margin-left:20px; } div#orderDetails a.editLink {display:block;} div#orderDetails div#orderNumbers, div#rmaReturnForm div#orderNumbers { float:left; height:auto; margin-bottom:20px; width:auto; } div#orderDetails div#shippingAddress, div#rmaReturnForm div#shippingAddress { /*width: auto;*/ } div#rmaReturnForm div#shippingAddress{float:left;} div#orderDetails div#shippingAddress ul { clear:none; width:auto; height:auto; padding-top:1px; } div#orderDetails div#orderTopSection div#shippingAddress ul { float: left; margin-left: 30px; } div#orderDetails div#shippingAddress ul li, div#rmaReturnForm div#shippingAddress ul li, div#rmaReturnForm div#billingAddress ul li{ color:#6A4935; font-family:verdana; } div#orderDetails div#billingAddress, div#rmaReturnForm div#billingAddress { float:left; width: 475px; margin-bottom: 20px; } div#rmaReturnForm div#billingAddress {width:25%;} div#rmaReturnForm div.shoppingCartButton{padding:15px 0 0 10px;} div#orderDetails div#billingAddress, div#rmaReturnForm div#billingAddress {clear:both;} div#orderDetails .billingAddressNotTop, div#rmaReturnForm div#billingAddress .billingAddressNotTop{width:720px !important;} div#rmaReturnForm table th.columnLeft{text-indent:3px;} div#orderDetails label, div#rmaReturnForm label { clear:left; float:left; width:100%; height:20px; line-height:20px; text-indent: 30px; font-size:12px; font-weight:bold; } div#rmaReturnForm div#orderNumbers {width:100%;} div#orderDetails label span.labelInfo, div#rmaReturnForm label span.labelInfo { width:167px; display:block; float:left; clear:left; font-weight:bold; font-size:12px; } div#orderDetails .invoiceBtns{ float:right; height:auto; padding-top:15px; width:325px; } div#orderDetails div#orderTopSection .invoiceBtns{padding-top:0;} div#orderDetails .invoiceBtns .mainButton{ height:27px; padding-top:1px; } div#orderDetails .invoiceBtns .mainButton input, div#orderDetails .invoiceBtns .mainButton button, div#orderDetails .invoiceBtns .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); height:18px; text-transform:lowercase; font-size:1em; line-height:18px; } div#orderDetails .invoiceBtns .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); height:18px; width:8px; } div#orderDetails .invoiceBtns label.invoiceBtnLabel{ clear:none; width:120px; font-size:14px; text-transform:capitalize; } div#orderDetails div#itemsList, div#rmaReturnForm div#itemsList { clear:left; padding-top:30px; } div#itemsList h3{ font-size:16px; } div#orderDetails ul#billingAddressList{ float: left; display: inline; width: 170px; padding-top:1px; margin-left: 30px; margin-right: 5px; } div#orderDetails ul#billingAddressList li{ color:#6A4935; font-family:verdana; } div#orderDetails #orderPrice { float:left; display: inline; width: 200px; } div#orderDetails #orderPrice table { clear: none; width: 150px; /* height: auto;*/ margin-top: 0px; } div#orderDetails #orderPrice table td { border:none; color:#6A4935; font-weight:bold; text-align:right; font-size:12px; text-transform:capitalize; } div#orderDetails #orderPrice table td.columnRight{ color:#dd0d0d; } div#orderDetails .accountButton { clear:right; float:right; height:auto; width: 240px; } div#orderDetails .copyWholeOrderBtn{ padding-top:0; } div#orderDetails .printBtn, div#orderDetails .copyBtn { padding-top:0; } div#orderDetails .printBtn{ padding-top:10px; } div#orderDetails .copyBtn { padding-right: 5px; } div#orderDetails #copyOrder{ float:left; clear:none; } div#orderDetails label.highlightedLabel{ background-color:#ececec; } div#orderDetails .storeLogoSmallBanner {float:left;margin-top:0;clear:none; width:500px;} div#orderDetails #logoForReturnInit{clear:both;} #orderTopSection {clear:both;} div#orderDetails .coloredRow{background-color:#eeeeee;} div#orderDetails div#orderNumbers span.labelInfo{width:145px;} div#orderDetails div#billedAndShippedToSection{width:740px;height:auto;float:left;margin-left:7px;} div#orderDetails div#billedAndShippedToSection.forPastReturns{} div#orderDetails div#billedAndShippedToSection div#billingAddress{width:30%;} div#orderDetails div#billedAndShippedToSection ul li{color:#6A4935;font-family:verdana;} div#orderDetails div#billedAndShippedToSection div#shippingAddress{float:left;width:30%;} div#orderDetails div#returnedItemsList{float:left; width:719px;} div#orderDetails table#pastReturn{color:#000000;} div#orderDetails table#pastReturn td{color:#000000; text-align:center;} div#orderDetails table#pastReturn th{height:23px;} div#orderDetails table#pastReturn .columnLeft{text-align:left; width:auto; min-width:125px; text-indent:5px;} div#orderDetails table#pastReturn tr.bottomLine td.columnTotalsLabel{text-align:right;} div#orderDetails table#pastReturn tr#totalsBorder td.withBorder{border-bottom:1px solid #6a4935;} div#orderDetails table#orderStatus{} div#orderDetails table#orderStatus th{height:22px;} div#orderDetails table#orderStatus td{ height:60px; width:auto; font-size:12px; } div#orderDetails table#orderStatus td.columnImagePersonalize{text-align:center;} div#orderDetails table#orderStatus td.columnTotal {width:50px;text-align:center;} div#orderDetails table#orderStatus td.columnMoreInfo{width:auto;} div#orderDetails table#orderStatus .columnLeft{ width:auto; text-align:center; } div#orderDetails table#orderStatus .columnID{ font-weight:bold; width:75px; } div#orderDetails table#orderStatus tr.bottomLine td, div#orderDetails table#pastReturn tr.bottomLine td { height:25px; width:auto; font-size:12px; border:none; background:#fff; } div#orderDetails table#orderStatus tr.bottomLine td.columnTotalsLabel, div#orderDetails table#pastReturn tr.bottomLine td.columnTotalsLabel { padding-right:20px; color:#6A4935; font-size:13px; text-transform:capitalize; } div#orderDetails table#orderStatus tr.bottomLine td.columnRight, div#orderDetails table#pastReturn tr.bottomLine td.columnRight { padding-left:12px; text-align:left; color:#DD0D0D; } div#orderDetails table#orderStatus td.columnColor, div#orderDetails table#orderStatus td.columnSize, div#orderDetails table#orderStatus td.columnQuantity{ color:#5f0504; width:77px; text-align:center; } div#orderDetails table#orderStatus td.columnPrice{width:110px; text-align:center;} div#orderDetails .itemImage img{ border:1px solid #6A4935; height:50px; margin:5px 5px 0 0; overflow:hidden; width:50px; } div#orderDetails #bonusInfoDescription { color:#6A4A35; font-size:12px; height:auto; margin:-50px 0 0 17px; width:325px; } div#orderDetails #bonusInfoDescription .bonusTitle{ font-size:14px; font-weight:bold; line-height:34px; padding-right:3px; } div#orderDetails #bonusInfoDescription .redAmount{ color:#dd0d0d; font-family:arial; font-size:14px; font-weight:bold; } div#returnReasonBlock { overflow:hidden; } div#returnReasonBlock form { overflow:hidden; } div#returnReasonBlock #returnReasonIframeDiv {} div#rmaReturnForm {overflow:hidden;} #createOrderSection{ width:740px; overflow:hidden; margin-top:20px; float:left; } #openOrdersSection{ width:740px; overflow:hidden; margin-top:20px; float:left; } #openOrdersSection H3, #createOrderSection H3{ font-size:16px; } #openOrdersSection label, #createOrderSection label{ font-weight:bold; font-size:12px; } #openOrdersSection fieldset, #createOrderSection fieldset{ clear:both; float:left; font-size:12px; line-height:23px; margin-left:30px; width:303px; } #openOrdersSection fieldset select, #createOrderSection fieldset select{ background-color:#FBEFDE; border:1px solid #BC9B6A; float:right; height:19px; width:170px; } #openOrdersSection fieldset select#fOrderType, #createOrderSection fieldset select#fOrderType, select#fOrderType { width:183px; } #openOrdersSection fieldset input#telephone, #createOrderSection fieldset input#telephone{ float:right; height:17px; width:168px; } #openOrdersSection fieldset input.formFields, #createOrderSection fieldset input.formFields{ height:17px; width:168px; float:right; } #openOrdersSection .shoppingCartButton, #createOrderSection .shoppingCartButton{ float:right; margin-right:14px; } #openOrdersSection .mainButton, #createOrderSection .mainButton{ clear:both; float:right; margin-right:14px; } #createOrderSection .goBackBtn{ float:right; margin-left:30px; cursor:pointer; } #createOrderSection .goBackBtn input, #createOrderSection .goBackBtn button, #createOrderSection .goBackBtn a{ background-image:url(/_static/images/www/Shared/goBackBtn.gif); background-repeat:no-repeat; border:1px solid #94542f; height:32px; width:auto; padding-left:23px; padding-right:5px; color:#94542f; font-weight:bold; font-size:16px; cursor:pointer; } #createOrderSection #orderTypeNextBtn, #openOrdersSection #orderTypeNextBtn, #orderTypeNextBtn { margin-top:61px; width:150px; height:auto; clear:both; } #searchAcctBtns{ clear:both; float:right; margin-top: 5px; margin-right: 25px; } #dvSalesRepSearch #searchAcctBtns{ margin-top:61px; } div.inProgress{ clear:both; float:right; margin-right:24px; margin-top:-30px; } #dvAccountsSearchResults table{ width:690px; margin-left:20px; height:auto; } #dvAccountsSearchResults table th{ height:29px; font-size:12px; padding-top:5px; } table.orderSearchTables .topColumnBar{ background-color:#BC9B6A; background-repeat:no-repeat; height:2px; } table.orderSearchTables .topColumnBar td{height:2px;padding:0;} table.orderSearchTables tr.rowOdd{background-color:#fff;} table.orderSearchTables tr.rowEven{background-color:#ececec;} table.orderSearchTables tr.hover{background-color:#EAD9B9;cursor:pointer;} table.orderSearchTables tr#ordSearchResults td, table.orderSearchTables tr.searchFormResults td{ text-align:center; padding:4px 3px;} /* --- 11.11. ORDER SEARCH FORM --------------------------------------------------------------------- */ form#orderSearch { width:701px; clear:left; float:left; } #searchOrdersSection { float:left; overflow:hidden; width:740px; margin-top:20px; } #orderSearchForm { float:left; clear:both; width: 699px; overflow: hidden; padding: 12px 0 16px; border-left: 1px solid #ceae9a; border-right: 1px solid #ceae9a; background-color: #faf6f1; font-size: 12px; font-weight: bold; color:#6a4935; } #orderSearchForm fieldset { clear:both; display: inline; float:left; margin-left:30px; font-size:12px; width:303px; line-height:23px; } #orderSearch fieldset input { display: inline; float:right; } #orderSearch fieldset input.formFields { width:168px; height:17px; } #orderSearch fieldset select { float:right; background-color:#FBEFDE; border:1px solid #BC9B6A; width:171px; height:19px; color:#6A4935; font-family:Trebuchet MS; font-size:12px; } #orderSearch select option{ color:#6A4935; font-family:Trebuchet MS; font-size:12px; line-height:12px; } #orderSearch fieldset.rightSideFields{ clear:none; display: inline; float:right; margin-right:30px; } .formSubHeader{ clear:both; float:left; margin:0 0 13px 30px; } #deliveryFields { border-top:1px solid #CEAE9A; display: inline; float:left; height:21px; margin-left:30px; color:#a85626; font-size:11px; width:639px; font-weight:normal; padding-top:15px; } #deliveryFields span.dateLabelLeft{ width:337px; float:right } #deliveryFields span.dateLabelRight{ float:right; width:163px; } #orderSearch div.calendarBtn { float:right; } #orderSearch div.calendarBtn img { padding-left:7px; } #orderSearch .mainButton { float:right; margin-right:30px; } #orderSearch .mainButton input, #orderSearch .mainButton button, #orderSearch .mainButton a { background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; height:18px; width:auto; text-transform:lowercase; font-size:11px; line-height:18px; } #orderSearch .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); width:8px; height:18px; } #searchOrdersSection .shoppingCartButton{ clear:both; float:right; margin-right:14px; } #searchOrdersSection .orderSearchTop{ background-image:url(/_static/images/www/Shared/orderSearchTopDiv.gif); background-repeat:no-repeat; height:6px; width:701px; overflow: hidden; } #searchOrdersSection .orderSearchBottom{ background-image:url(/_static/images/www/Shared/orderSearchBottomDiv.gif); background-repeat:no-repeat; height:6px; width:701px; clear:both; margin-bottom:26px; } /* ==================================================================================================== */ /* 12. BANNERS */ /* ==================================================================================================== */ .bannerPlaceHolder { background-position:50% 50% !important; } /* Placeholder ID: 64 (background banner) */ #storeMain { width:928px; overflow:hidden; height:320px; margin-bottom:10px; } #storeMain.storeMainLandingPage{ margin-bottom:0px; } div#bannerBottom { margin-top: 10px; } /* Placeholder ID: 67 */ div#bannerBottom div#left { width:300px; height:220px; float:left; margin-right:14px; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 68 */ div#bannerBottom div#middle { width:300px; height:220px; float:left; margin-right:14px; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 69 */ div#bannerBottom div#right { width:300px; height:220px; float:left; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 77 */ div#searchResultsBlock div#searchTopBanner { width:728px; margin:0 0 14px 8px; overflow:hidden; height:auto; } /* Content Block Backgrounds hard-coded for now */ #homeBlock { height:200px; width:300px; color:#6a260d; font-size:12px; font-weight:bold; float:left; } #homeBlock p{ padding:90px 20px 10px; line-height:20px; } #homeBlock.blockOne{ background:url('/_static/images/www/eng/gifts_contentBlock1.jpg'); background-repeat:no-repeat; margin-right:13px; } #homeBlock.blockTwo{ background:url('/_static/images/www/eng/fundraising_contentBlock2.jpg'); background-repeat:no-repeat; margin-right:15px} #homeBlock.blockTwo p{ font-weight:bold; } #homeBlock.blockThree{ background:url('/_static/images/www/eng/retail_contentBlock3.jpg'); background-repeat:no-repeat; } #homeBlock.blockThree p{ font-weight:bold; padding-top:95px; } .homecontentBlock { height:224px; width:300px; overflow:hidden; float:left; margin-right:14px; margin-bottom:5px; } .retailcontentBlock { height:224px; width:300px; overflow:hidden; float:left; margin-right:0px; margin-bottom:5px; } .mainhomeBanner { height:321px; width:928px; overflow:hidden; } /* ==================================================================================================== */ /* 13. CONTENT PAGES AND OTHER SPECIFICS */ /* ==================================================================================================== */ /* --- 13.1. GENERAL STYLING --------------------------------------------------------- */ div#errorBlock { padding-top:20px; } div#textBlock ul { margin:10px 30px; list-style-type:disc; } div#textBlock ul li { list-style-type:disc; } div#cmsBlock { width:928px; font-size:12px; margin-bottom:30px; } div#addAddressForm{ float:right; width:640px; } div#editAddressForm{ float:right; width:640px; } #editAddressRoundedForm, #addAddressRoundedForm{ background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; overflow:hidden; width:398px; padding-bottom:10px; } #addAddressForm label { font-weight:bold; color:#6A4935; float:left; font-size:13px; text-transform:capitalize; } #editAddressForm input, #addAddressForm input { float:right; height:17px; width:183px; } #editAddressForm input.shortField, #addAddressForm input.shortField { width:30px; float:left; } #editAddressForm .mandatoryfields, #addAddressForm .mandatoryfields { color:#DD0D0D; display:block; float:none; font-size:11px; font-weight:bold; margin:15px 16px 15px 0; text-align:right; text-transform:capitalize; } #editAddressForm select, #addAddressForm select { float:right; width:185px; border:1px solid #BC9B6A; height:20px; } #editAddressForm .accountButton input, #editAddressForm .accountButton button, #editAddressForm .accountButton a { height:25px; width:auto; float:left; } #addAddressForm .accountButton input, #addAddressForm .accountButton button, #addAddressForm .accountButton a { height:25px; width:auto; float:left; } #addAddressForm .accountButton, #editAddressForm .accountButton{ margin-bottom:5px; } #addAddressRoundedForm label.phoneFieldsetLabel, #editAddressForm label.phoneFieldsetLabel{ padding-right:1px; } #addAddressForm fieldset .asterisk, #editAddressForm fieldset .asterisk{ color:#DD0D0D; font-size:12px; vertical-align:top; } #editAddressForm .addressTitle, #addAddressForm .addressTitle { padding-bottom:15px; padding-left:0; } #editAddressRoundedForm fieldset, #addAddressRoundedForm fieldset { margin-left:15px; } #editAddressRoundedForm input, #editAddressRoundedForm select, #addAddressRoundedForm input, #addAddressRoundedForm select { float:left; background-color:#FBEFDE; } #editAddressRoundedForm label, #addAddressRoundedForm label{ font-weight:bold; color:#6A4935; float:left; font-size:13px; text-transform:capitalize; } #editAddressRoundedForm label#residentialInd, #addAddressRoundedForm label#residentialInd { margin-right:14px; } #editAddressRoundedForm label.residentialIndOptions, #addAddressRoundedForm label.residentialIndOptions { margin-right:9px; width:auto; } #editAddressRoundedForm input.shortField { width:33px; } #editAddressRoundedForm .accountButton{ clear:none; } #editAddressRoundedForm #updateShippingAddressBtns, #addAddressRoundedForm .accountButton { margin:17px 20px 0 0; } #myAccountBlock #profileForm input.checkBoxOption { float:left; margin-right:5px; width:10px; } #editAddressRoundedForm input.checkBoxOption, #addAddressRoundedForm input.checkBoxOption { float:left; margin-right:5px; width:10px; background:none; border:0 none; } /* --- 13.2. LANGUAGE SELECTION ---------------------------------------------------------------------- */ div#languageBlock { width:640px; height:480px; position:absolute; left:50%; top:50%; margin-top:-240px; margin-left:-300px; background:#c0c0c0; } div#languageBlock ul { margin:0 0 0 230px; } div#languageBlock ul li { display:block; float:left; font-size:2em; margin:0 10px; line-height:480px; } /* --- 13.3. STORE.CFM AND CATEGORY LANDING PAGES ----------------------------------- */ #homepageContentBlocks { width:440px; display:block; float:left; } #homepageContentBlocks .homepageBlock { width:212px; height:125px; float:left; margin:0 6px 6px 0; background:#DCEDFE; display:inline; overflow:hidden; font-size:0.9em; } #homepageContentBlocks .homepageBlock h2 { font-size:1.7em; margin:16px 0 0 10px; text-transform:uppercase; font-weight:bold; color:#336699; } #homepageContentBlocks .homepageBlock ul { width:115px; margin-left:70px; margin-top:5px; } #homepageContentBlocks .homepageBlock ul li { width:115px; border-bottom:dotted 1px #333; font-size:0.9em; line-height:1.4em; list-style-type:disc; list-style-position:inside; } #homepageContentBlocks .homepageBlock a { text-decoration:none; font-family:arial,helvetica; color:#000; } #landingBlock {} #landingBlock #landingBannerTop { float:left; height:auto; overflow:hidden; width:740px; } #landingBlock #landingBannerTop img{ padding:0 5px; } #landingBlock #landingBannerTop .leftBanner{ } #landingBlock #landingBannerTop .rightBanner{ } #categorypageContentBlocks { width:440px; display:block; margin-left:200px; } #categorypageContentBlocks .categorypageBlock { width:210px; height:125px; float:left; margin:10px 6px 6px 0; display:inline; overflow:hidden; border:solid 1px #c0c0c0; } #categorypageContentBlocks .categorypageBlock .productImage { width:125px; height:125px; float:left; } #categorypageContentBlocks .categorypageBlock .productDescription { float:left; width:85px; height:100px; } #categorypageContentBlocks .categorypageBlock .productDescription .name { } #categorypageContentBlocks .categorypageBlock .productDescription .description { color:#909090; } #categorypageContentBlocks .categorypageBlock .productDescription .price { font-weight:bold; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems { float:left; width:85px; height:25px; font-size:0.8em; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems a { text-decoration:none; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems a:hover { text-decoration:underline; } div#mainBanner div#categoryDescription {} /* --- 13.4. ADVANCED SEARCH -------------------------------------------------------- */ #advancedSearchBlock { width:740px; height:auto; float:left; } #advancedSearchBlock fieldset{ clear:both; line-height:15px; width:340px; margin-left:30px; font-size:12px; float:left; font-weight:bold; } #advancedSearchBlock fieldset input.textfield{ width:181px; } #advancedSearchBlock input.radio{ background:none; margin-top:4px; } #advancedSearchBlock div#chooseGender { padding-bottom:20px; overflow:hidden; clear:both; } #advancedSearchBlock div#chooseGender fieldset { clear:both; line-height:23px; width:303px; margin-left:30px; font-size:12px; float:left; } #advancedSearchBlock fieldset#sizesByGender { width:150px; float:left; } #advancedSearchBlock fieldset#sizesByGender { width:150px; clear:none; float:left; } #advancedSearchBlock h3 { clear:left; font-size:16px; margin-bottom:5px; } #advancedSearchBlock .mainButton { clear:both; margin-top:10px; float:left; } #advancedSearchBlock button { text-transform:capitalize; } #advancedSearchBlock fieldset select{ background:none repeat scroll 0 0 #FBEFDE; width:183px; height:21px; border:1px solid #BC9B6A; } #advancedSearchBlock form#searchProductsForm{ width:375px; height:auto; } #advancedSearchBlock .accountButton{ clear:both; float:right; padding-top:10px; padding-right:8px; } #advancedSearchBlock label{ text-transform:capitalize; } #advancedSearchBlock label.productSearchFormLabel{ color:#6A4935; float:left; margin-right:5px; width:115px; margin-left:30px; font-size:12px; font-weight:bold; font-family:"Trebuchet MS"; } /* --- 13.5. CONTACT US ---------------------------------------------------------------------- */ #contactContentBlock{ width:860px; padding-left:35px; font-family:"Trebuchet MS"; } #contactContentBlock div#breadcrumbs{ padding-left:150px; } #contactContentBlock h2.contactHeader{ background-color:#FBEFDE; border-bottom:1px solid #E6CFBD; color:#800000; font-size:17px; height:24px; line-height:24px; padding-left:10px; padding-right:5px; margin-bottom:18px; } #contactContentBlock .secondaryHeader{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; padding:0 0 10px 28px; } #contactContentBlock #aboutEventForm { padding-left:12px; padding-top:10px; } #contactContentBlock #aboutEventForm .aboutEventHeader{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; padding:0 0 10px 18px; margin-top:10px; } .contactFormTopDiv{ background-image:url(/_static/images/www/Shared/contactFormTopDiv.gif); margin-top:13px; } .contactFormBottomDiv{ background-image:url(/_static/images/www/Shared/contactFormBottomDiv.gif); float:left; margin-bottom:50px; } .contactFormTopDiv, .contactFormBottomDiv{ width:839px; height:9px; background-repeat:no-repeat; } div#textBlock{ width:auto; } div#textBlock select{ height:19px; width:183px; } div#textBlock select,div#textBlock textarea{ background-color:#FBEFDE; border:1px solid #BC9B6A; font-size:11px; } div#textBlock select option { height:18px; background-color:#FBEFDE; font-size:11px; } div#textBlock label{ text-transform:capitalize; } div#textBlock input{ width:181px; height:18px; font-size:11px; } div#textBlock .mainButton input{ width:auto; height:28px; } div#textBlock.mainBlock .title{ font-size:16px; color:#6A4935; font-weight:bold; } div#contactUsSection{ margin-top:25px; margin-left:10px; } div#contactUsPage{ margin-left:30px; height:auto; width:auto; } #contactUsCMBlock{ height:auto; margin-bottom:36px; overflow:hidden; width:auto; } form#contactUSForm { background-color:#faf6f1; border-left:1px solid #ceae9a; border-right:1px solid #ceae9a; margin-top:0px; padding-top:10px; font-size:13px; font-weight:bold; color:#6A4935; width:837px; height:auto; } form#contactUSForm fieldset{ margin-bottom:11px; margin-left:15px; width:auto; height:auto; } form#contactUSForm .mainButton { clear:both; padding:30px 0 16px 707px; } form#contactUSForm .mainButton input, form#contactUSForm .mainButton button, form#contactUSForm .mainButton a { background-image:url(/_static/images/www/shared/bgaccountButton.gif); font-size:14px; padding:0 10px 0 17px; text-transform:capitalize; } form#contactUSForm .mainButton div.buttonEnd{ background-image:url(/_static/images/www/shared/bgAccountButtonEnd.gif); } form#contactUSForm #formSide1 .mandatoryfields{ margin-right:0; } form#contactUSForm #formSide2 .mandatoryfields{ margin-right:20px; } form#contactUSForm #formSide1{ float:left; width:47%; padding-left:33px; } form#contactUSForm #formSide2{ float:right; padding-right:7px; width:43%; } form#contactUSForm #formSide1 input, form#contactUSForm #formSide2 input { width:180px; font-size:12px; font-family:"Trebuchet MS"; color:#6a4935; height:18px; } form#contactUSForm #formSide2 input.shortField{ float:right; width:30px; padding-right:2px; } form#contactUSForm #formSide2 div.phoneField{ padding-right:39px; } form#contactUSForm #formSide1 select, form#contactUSForm #formSide2 select { width:182px; border:1px solid #BC9B6A; background-color:#FBEFDE; font-size:12px; font-family:"Trebuchet MS"; color:#6a4935; height:20px; } form#contactUSForm #formSide2 label{ width:118px; text-transform:capitalize; } form#contactUSForm #formSide1 label{ margin-right:13px; text-align:right; text-transform:none; width:197px; } form#contactUSForm .formNotes{ width:100%; float:left; font-weight:bold; padding-bottom:10px; } form#contactUSForm #formSide2 .formNotes{ width:96%;} form#contactUSForm .monthField{ width:61px; margin-right:3px; } form#contactUSForm .dayField{ margin-right:3px; width:50px; } form#contactUSForm .yearField{ width:66px; } form#contactUSForm #formSide1 .eventDateField select{ height:20px; } form#contactUSForm #formSide1 .eventDateField option{ line-height:20px; } form#contactUSForm #receiveVirtualCatalog{ float:right; margin:20px 15px 7px 0; } form#contactUSForm #receivePrintCatalog{ float:right; margin:0 15px 0 0; } form#contactUSForm #receiveVirtualCatalog input, form#contactUSForm #receivePrintCatalog input{ width:28px; } form#contactUSForm label{ margin-right:6px; text-align:right; width:214px; text-transform:none; } div#textBlock textarea { width:180px; } form#contactUSForm #receiveVirtualCatalog label, form#contactUSForm #receivePrintCatalog label{ float:left; text-transform:none; width:274px; text-align:left; margin-right:0; } form#contactUSForm #contactUsFormLeftSide{ float:left; margin-left:10px; width:418px; } form#contactUSForm #contactUsFormRightSide{ float:right; width:380px; } form#contactUSForm #formSide2 input.checkBoxOption{ width:16px; } form#contactUSForm #formSide2 label.acctOptions{ width:63px; padding:0 0px 0 8px; } form#contactUSForm #formSide2 label.acctTypeLabel{ width:117px; } form#contactUSForm #formSide2 #telephoneFormFields{ float:left; } form#contactUSForm input.radioInputs{ background:none repeat scroll 0 0 transparent; height:13px; margin-right:3px; margin-top:3px; width:13px; border:0 none; } form#contactUSForm #catalogFieldsets input, form#contactUSForm .catalogFieldsetsContact input{ margin:6px 8px; border:0 none; } form#contactUSForm #catalogFieldsets label, form#contactUSForm .catalogFieldsetsContact label { margin-top:5px; text-align:left; } form#contactUSForm #catalogFieldsets { margin-left:60px; } form#contactUSForm .catalogFieldsetsContact { margin-left:40px !important; } form#contactUSForm label.radioLabels{ padding-left:1px; padding-right:4px; width:auto; } form#contactUSForm label.radioLabelsLong{width:300px;} div#textBlock .asterisk{ color:#dd0d0d;} form#contactUSForm #contactUsFormRightSide label{ text-align:left; width:122px; margin-right:15px; } div#textBlock input.shortField{ width:30px; } form#contactUSForm div#checkBoxesLeft {float:left; margin-top:30px; clear:both; width:426px; border-right:solid 1px #6A4935;} form#contactUSForm div#checkBoxesRight {float:left; width:375px; margin-top:30px;} form#contactUSForm #contactUsFormRightSide input{} form#contactUSForm #contactUsFormRightSide input.radioInputs{float:left;} form#contactUSForm #contactUsFormRightSide label.radioLabels{width:auto;} form#contactUSForm #contactUsFormRightSide .extension{padding:0 4px;} form#contactUSForm #contactUsFormRightSide .formDash{padding:0 2px;} form#contactUSForm .redasterisk { color:#DD0D0D; float:left; font-size:12px; text-align:right; width:418px; text-transform:capitalize; padding-bottom:10px; padding-right:0; } form#contactUSForm #contactUsFormRightSide .redasterisk{width:336px;} /* --- 13.6. GIFT CARDS -------------------------------------------------------------- */ div#giftCardBlock {} div#giftCardBlock h3 {height:50px;line-height:50px;} div#giftCardBlock div.buttonRow { width:350px; margin:0 auto; height:40px; text-align:center; padding-bottom:10px; } div#giftCardBlock div.buttonRow input.mainButton { } div#giftCardBlock div#giftCardHome { overflow:hidden; } div#giftCardBlock div#giftCardHome div.giftCardImage { width:250px; height:200px; float:left; margin-right:10px; border:solid 1px #909090; background:#e0e0e0; } div#giftCardBlock div#giftCardHome div.giftCardFormHome { float:left; width:330px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome strong { display:block; } /* ================================================================================= */ /* CHANGE AS LITTLE AS POSSIBLE IN THE FOLLOWING STYLES. THESE ARE PROVEN TO WORK IN */ /* MOST BROWSERS AND SHOULDN'T BE MESSED WITH UNLESS YOU'RE SURE IT WON'T BREAK. */ /* THIS MENU DOES NEED A LOT OF CLEANUP AS IT IS NOT VERY FLEXIBLE. */ /* ================================================================================= */ .giftCardMenu { width:200px; height:55px; border: 1px solid #c0c0c0; margin:10px 0; float:left; background:#fff; } .giftCardMenu .menuSelect { display:block; cursor:pointer; width:180px; float:left; border:none; white-space:nowrap; } div#cardImageThumbnail { width:50px; height:40px; float:left; padding:0; } .giftCardMenu .menuSelect a, .giftCardMenu .menuSelect a:hover { overflow:hidden; height:33px; text-decoration:none; padding:4px 0 0 4px; background:#fff; color:#5F5F5F; display:block; } .giftCardMenu .menuArrow { cursor:pointer; padding:0; float:left; clear:right; text-align:center; border:0; display:inline; } .giftCardMenu .menuArrow a { width: 18px; display:block; height:19px; background: url('/_static/images/www/Shared/arrowDropDown.png'); text-indent:-40000px; background-position:center; } .giftCardMenu .menuBody { height:auto; width:165px !important; overflow-y:auto; overflow-x:hidden; } .giftCardMenu .menuBodyLong{ height:150px; overflow:auto; overflow-y:auto; overflow-x:hidden; z-index: 99999; } .giftCardMenu .menuBody li a,.giftCardMenu .menuBodyLong li a { padding-top:4px; height:25px; border:1px solid #fff; } .giftCardMenu .menuBody, .menuBodyLong { border: 1px solid #c0c0c0; display:none; } .giftCardMenu .menuBody b, .menuBodyLong b{ display:none; } .giftCardMenu ul.menuBody, .giftCardMenu ul.menuBodyLong { position:relative; top:16px; } .giftCardMenu ul.menuBody li a { height:35px; } .giftCardMenu ul { clear:left; } .giftCardMenu ul li { display:block; overflow:visible; height:40px; } .giftCardMenu ul li img { border:none; float:left; } .giftCardMenu ul li span { float:left; height:23px; padding:10px 0 0 5px; } .giftCardMenu ul li a { padding-left:2px; background:#fff; color:#5F5F5F; white-space:nowrap; } .giftCardMenu ul li a:hover { text-decoration:none; padding-left:2px; background:#e0e0e0; color:#5F5F5F; white-space:nowrap; } /* ================================================================================= */ /* DROPDOWN MENU STYLES END HERE */ /* ================================================================================= */ div#giftCardBlock div#giftCardHome div.giftCardFormHome #cardText { display:block; clear:left; text-align:justify; width:300px; overflow:hidden; padding:10px 0; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock { width:50%; float:left; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset { height:50px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset label { margin:0; font-weight:bold; height:20px; line-height:20px; float:left; clear:left; width:85px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset select { width:50px; float:left; clear:left; } div#giftCardBlock div#giftCardHome div.giftCardFormHome div#corporateCard { clear:both; display:block; margin:10px 0; } /* --- 13.7. GIFT CARDS: ACTIVATE CARD / CHECK BALANCE -------------------------------------------------------------- */ div#giftCardBlock div#giftCardImage { width:250px; float:left; margin-top:20px; } div#giftCardBlock .giftCardForm { float:left; width:350px; margin-top:20px; } div#giftCardBlock .giftCardForm div#captchaImage { clear:both; margin-top:15px; float:left; } div#giftCardBlock .giftCardForm div#captchaText { clear:both; float:left; margin:5px 0; } div#giftCardBlock .giftCardForm div#cardButtons { text-align:right; width:320px; height:40px; } div#giftCardBlock .giftCardForm div#balanceDisplayed { text-align:right; width:320px; margin-top:20px; font-size:1.1em; } div#giftCardBlock .giftCardForm div#balanceDisplayed .balance { font-weight:bold; } /* --- 13.8. MEMBERSHIP CARDS ------------------------------------------------------- */ div#membershipCardBlock { } div#membershipCardBlock li { list-style-type:disc; list-style-position:inside; } div#membershipCardBlock div#AddToShopProcessingMain { height:28px; line-height:24px; float:left; margin:10px 0 0 20px; } /* --- 13.9. NEWS + VIDEO ---------------------------------------------------------------- */ div#newsBlock { width:800px; } div#newsBlock h2 { margin-bottom:5px; } div#newsBlock table#newsListing .columnNewsDate {width:100px; text-align:center;} div#newsBlock table#newsListing .columnNewsWhere {text-align:left;} div#newsBlock table#newsListing .columnNewsView {width:100px; border-right:solid 1px #c0c0c0;} div#newsBlock table#newsListing td.noNews {text-align:left; border-right:solid 1px #c0c0c0;} /* --- 13.10. CYBERCARDS ---------------------------------------------------------------- */ div#cyberCardIntroText { margin:10px 0; } ul.cyberCardList li { width:150px; height:109px; display:block; float:left; border:solid 1px #c0c0c0; margin-right:10px; } ul.cyberCardList li a { width:150px; height:109px; display:block; } img.smallCyberCard { width:150px; height:109px; } img.largeCard { border:solid 1px #c0c0c0; margin:5px 10px 20px 0; clear:left; } form#cyberResult {} form#cyberResult .mainButton { clear:both; } /* --- 13.11. SITEMAP ---------------------------------------------------------------- */ div#siteMapBlock { margin-bottom:20px; width:890px; float:left; } div#siteMapBlock #siteMapSections{ margin-left:35px; width:890px; } div#siteMapBlock ul { font-family:"Trebuchet MS"; } div#siteMapBlock ul.level1 { float:left; padding-left:20px; width: 200px; } div#siteMapBlock ul.level1 li { margin-bottom: 17px; } div#siteMapBlock ul.level2 li, div#siteMapBlock ul.level3 li { padding-bottom: 5px; } div#siteMapBlock ul.level1 li#giftsList{ width:190px; } div#siteMapBlock ul.level1 li a { text-decoration:none; color:#bc9b6a; font-size:16px; font-weight:bold; text-transform:capitalize; } div#siteMapBlock ul.level2 { margin-bottom: 15px; font-weight:normal; list-style-type:none; } div#siteMapBlock ul.level2 ul.level3 { margin-top: -15px; } div#siteMapBlock ul.level2 li { list-style-type:inherit; } div#siteMapBlock ul.level3 li { margin-top: 0px; list-style-type:inherit; } div#siteMapBlock ul.level2 li a { border:0; font-weight:normal; font-size:14px; color:#9e5023; } div#siteMapBlock ul.level3 { padding-left:25px; list-style-type:square; font-size:0.7em; } div#siteMapBlock ul.level3 li a { font-size:12px; list-style-type:square; margin-bottom:0; } #siteMapBlock div#breadcrumbs{ height:21px; padding-left:185px; } /* --- 13.12. STORE LOCATOR ------------------------------------------------------------------- */ div#storeLocatorBlock { font-family:"Trebuchet MS",Arial; width:100%; } div#storeLocatorBlock #mainBlockHeader{ color:#6a4935; font-size:18px; font-weight:bold; text-indent:10px; } div#storeLocatorBlock .introText{ text-indent:10px; } div#storeLocatorBlock #storeLocatorBlockContent H2{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; text-indent:10px; } div#storeLocatorBlock.storeLocatorResultsSection{ float:right; width:740px; margin-top:20px; } div#storeLocatorBanner{ width:740px; float:right; margin-top:20px; height:auto; } #locatorNav{ float:left; padding-left:24px; width:160px; } div.map { width: 335px; height: auto; } #locatorNav ul{ font-weight:bold; font-family:Arial; font-size:12px; margin-top:7px; } #locatorNav ul li.navLevel1{ color:#400b13; font-family:Arial; font-size:12px; line-height:23px; text-decoration:none; text-transform:capitalize; } #locatorNav ul li.navLevel1:hover, #locatorNav ul li.navLevel1:active{ color:#620404; } #locatorNav ul li.navLevel2 { font-weight:normal; font-size:12px; color:#620404; margin-left:11px; } #locatorNav ul li.navLevel2:hover{color:#400b13;} #locatorNav ul li.navLevel2:active{ font-weight:bold; } #locatorNav .locatorNavigation{ cursor:pointer !important; } #locatorNav label{ text-decoration:none; text-transform:capitalize; line-height:25px; font-family:Arial; font-size:12px; } #locatorNav a{ text-decoration:none; color:#400b13; text-transform:capitalize; line-height:25px; } #locatorWrapper{ float:left; } #locatorWrapper h3{ color:#6A4935; font-size:16px; margin-bottom:8px; padding:20px 0 0 2px; text-transform:capitalize; } #locatorWrapper #storeLocationSection{ background-color:#faf6f1; border-left:1px solid #ceae9a; border-right:1px solid #ceae9a; height:auto; width:644px; } #storeLocationSection fieldset{ padding-left:25px; margin-bottom:4px; } #storeLocationSection #topFields, #storeLocationSection #secondaryFields{ float:none; height:60px; } #storeLocationSection #secondaryFields{ height:auto; padding-top:10px; } #storeLocationSection fieldset label{ font-size:13px; font-weight:bold; width:100%; text-transform:capitalize; } #storeLocationSection .floatingLeft{ float:left; width:185px; } #storeLocationSection .floatingLeft2{ float:left; padding-left:33px; width:186px; } #storeLocationSection input, #storeLocationSection select{ height:17px; width:185px; } #storeLocationSection input.midField{ margin-top:3px; width:100px; } #storeLocationSection select{ background-color:#FBEFDE; border:1px solid #BC9B6A; height:20px; margin-top:2px; width:188px; } #storeLocationSection select.shortSelect{ height:20px; width:76px; } #storeLocationSection .addressLocation{ margin-left:8px; margin-top:3px; } #storeLocationSection fieldset.firstField{ padding-top:0px; padding-left:33px; } #storeLocationSection .errorMessage{ margin:0 41px; } #storeLocatorBlock #breadcrumbs{ height:21px; padding-left:175px; } #storeLocatorBlock #breadcrumbs li.last{ border-right:medium none; color:#231F20; text-decoration:none; text-transform:capitalize; font-weight:bold; } .locatorTopDiv{ background-image:url(/_static/images/www/Shared/storeLocatorTopDiv.gif); } .locatorBottomDiv{ background-image:url(/_static/images/www/Shared/storeLocatorBottomDiv.gif); float:left; } .locatorTopDiv, .locatorBottomDiv { background-repeat:no-repeat; width:646px; height:7px; } div#storeLocatorBlock h2 { padding-bottom:20px; width:70%; } div#storeLocatorBlock h3 { clear:left; } div#storeLocatorBlock span.or { font-weight:bold; text-transform:uppercase; } div#storeLocatorBlock fieldset.selectCountry { clear:right; float:left; padding-left:46px; width:230px; } div#storeLocatorBlock fieldset.selectZip { clear:right; float:left; padding-left:46px; padding-right:23px; } div#storeLocatorBlock fieldset.selectRange{ clear:right; padding-left:8px; } div#storeLocatorBlock .mainButton input, div#storeLocatorBlock .mainButton button, div#storeLocatorBlock .mainButton a{ background-image:url(/_static/images/www/shared/Btn_a3824c.gif); height:18px; line-height:18px; } div#storeLocatorBlock .mainButton { clear:none; margin-top:13px; } div#storeLocatorBlock .mainButton input { width:auto; text-transform:lowercase; } div#storeLocatorBlock div#searchAgainBtn { min-height:60px; padding:20px; } div#storeLocatorBlock .mainButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/Btn_a3824c_End.gif); height:18px; width:5px; } div#storeLocatorBlockContent{ height:auto; } div#storeLocatorBlockContent .mainButton{ clear:both; height:auto; font-size:8px; } div.storeRow { height:60px; width:auto; font-weight:bold; font-size:13px; margin-left:25px; } div.storeRow .mainButton{ margin-bottom:10px; } div#storeLocatorBlock button.searchAgain { float:right; margin-top:0; } div#storeLocatorBlock div.storeBlock { width:100%; float:left; color:#6A4935; margin-bottom:10px; height:auto; } div#storeLocatorBlock div.storeBlock strong { font-size:1.1em; } div#storeLocatorBlock div#noZipCode_Province_Error { clear:left; } #storeLocatorBlock #storeInfo, #storeLocatorBlock #storeMap{ font-weight:bold; } #storeLocatorBlock #storeInfo, #storeLocatorBlock #storeHours, #storeLocatorBlock #storeMap{ width:245px; color:#6a4935; font-family:"Trebuchet MS"; clear:left; float:left; padding-top:24px; } #storeLocatorBlock #storeInfo ul, #storeLocatorBlock #storeHours ul, #storeLocatorBlock #storeMap ul { padding:5px 23px 0; margin-bottom:20px; } #storeLocatorBlock #storeInfo ul li, #storeLocatorBlock #storeMap ul li{ font-size:13px; line-height:21px; } #storeLocatorBlock #storeMap{ clear:right; padding-left:15px; width:124px; } #storeLocatorBlock #storeMap .mainButton{ margin-top:7px; } #storeLocatorBlock #storeHours ul li{ font-size:12px; font-weight:normal; line-height:24px; } #storeLocatorBlock #storeHours{ clear:right; } #storeLocatorBlock #LocatorContentBlock { height:256px; overflow:hidden; width:646px; margin-bottom:30px; padding-top:30px; } #storeLocatorBlock #LocatorContentBlock H4 { color:#fff; font-size:16px; text-align:center; font-weight:bold; text-transform:uppercase; padding-top:100px; } #newsAndEventsBlock{ padding-bottom:70px; } #newsAndEventsBlock ul li { font-weight:bold; font-size:12px; clear:right; float:left; color:#800000; font-family:arial; } #newsAndEventsBlock .darkNewsText{ color:#400b13; padding:0 5px; } /* --- 13.13. CONTESTS PAGE ------------------------------------------------- */ div#contestImage { clear:both; overflow:hidden; } .contestImageTop div#contestImage {float:none;} .contestImageLeft div#contestImage {float:left; width:200px;} .contestImageRight div#contestImage {float:right; width:200px;} .contestImageBottom div#contestImage {float:none;} .contestImageLeft div#contestIntroText, .contestImageLeft form#contestForm {float:right; width:390px;} .contestImageRight div#contestIntroText, .contestImageRight form#contestForm {float:left; width:390px;} div#contestIntroText p {margin:0 0 15px 0;} form#contestForm {} form#contestForm h3 { margin-top:25px; margin-bottom:10px; clear:both; float:left; } form#contestForm .newsletterSummary { display: block; line-height:16px; clear:left; margin-bottom:10px; } form#contestForm .mainButton { clear:both; margin:20px 0; } form#contestForm #bottomText { clear:both; } /* --- 13.14. IN THE MEDIA ------------------------------------------------- */ div#intheMedia { } div#intheMedia h2 { padding-bottom:20px; text-transform:capitalize; } div#intheMedia .mediaContent { float:left; width:300px; margin-top:20px; } div#intheMedia img.magazine { width:110px; height:140px; margin-right:10px; margin-bottom:5px; float:left; } div#intheMedia div#itemImage { float:left; width:170px; overflow-x:hidden; min-height:150px; height:auto !important; height:150px; margin-bottom:5px; } div#intheMedia div#itemImage a.prodImage { width:80px; height:80px; margin:0 90px 5px 0; overflow:hidden; display:block; border:solid #e0e0e0 1px; } div#intheMedia div#itemImage a { font-weight:bold; display:block; margin-top:5px; } /* --- 13.15. POLL ------------------------------------------------------------------ */ div#pollBlock { } div#pollBlock h2 { margin-bottom:20px; } div#pollBlock div#pollItem { margin-bottom: 10px; width: 50%; float:left; } div#pollBlock div#pollItem img { width: 200px; height: 200px; } div#pollBlock div#pollItem .radio { margin-right: 10px; } div#pollBlock .optionBlock { clear:left; height: 200px; margin-bottom: 10px; } div#pollBlock .resultsBar { border-left:solid 1px #000; border-right:solid 1px #000; } div#pollBlock img.resultsBar { height: 12px; } div#pollBlock .pollResult { border-bottom:solid 1px #c0c0c0; padding-bottom:20px; margin-bottom:20px; font-weight:bold; } /* --- 13.16. NEWSLETTER SIGNUP ------------------------------------------------- */ div#newsletterBlock { float:right; width:740px; } div#newsletterBlock div#newsletterFormSection{ } div#newsletterBlock h2{ color:#6A4935; font-size:16px; height:50px; line-height:40px; text-transform:capitalize; width:auto; } div#newsletterBlock form#newsLetterForm{ background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; margin-left:25px; overflow:hidden; width:398px; } div#newsletterBlock form#newsLetterForm fieldset{ margin-left:20px; } div#newsletterBlock form#newsLetterForm fieldset label{ font-size:13px; color:#6A4935; font-weight:bold; text-transform:capitalize; } div#newsletterBlock div.mandatoryfields{ float:none; color:#DD0D0D; font-size:11px; font-weight:bold; margin:15px 45px 15px 0; text-transform:capitalize; } div#newsletterBlock input{ color:#6A4935; float:left; font-family:"Trebuchet MS"; font-size:12px; height:17px; text-indent:2px; width:183px; } div#newsletterBlock input.radio{height:10px;width:10px;} div#newsletterBlock form#newsLetterForm fieldset.checkBox{margin-left:40px;} div#newsletterBlock input.checkbox{border:0 none; width:13px; height:13px; margin-right:10px;} div#newsletterBlock select{ color:#6A4935; background-color:#FBEFDE; border:1px solid #BC9B6A; font-size:12px; height:20px; width:185px; font-family:"Trebuchet MS"; } div#newsletterBlock select.shortField{ width:55px; } div#newsletterBlock select.midField{ width:64px; } div#newsletterBlock select#AgeRange, div#newsletterBlock select#Children { width:185px; } div#newsletterBlock .asterisk{ color:#DD0D0D; margin-left:-2px; } div#newsletterBlock .mainButton { clear:both; float:right; margin:20px 30px 10px 0; } div#newsletterBlock .mainButton input, div#newsletterBlock .mainButton button, div#newsletterBlock .mainButton a{ background-image:url(/_static/images/www/Shared/bgaccountButton.gif); background-repeat:no-repeat; height:28px; width:auto; color:#fff; text-transform:capitalize; font-size:14px; padding-bottom:4px; } div#newsletterBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; height:28px; width:7px; } textarea.newsletterUnsubscribe { width:590px; height:50px; background:#efefef; margin-bottom:10px; float:none; } #footerLeft { float:left; width:693px; } #newsletterSignup { color:#FFFFFF; float:right; font-family:"Trebuchet MS",Arial; font-size:12px; font-weight:bold; } div#enterEmail { padding-top:5px; } /* --- 13.17. INLINE SHOPPING CART ------------------------------------------------- */ div#shoppingCartBlock { width:860px; margin-left:35px; clear:both; } .multi div#shoppingCartBlock { margin-left: 0px; } #updateShippingOptions { clear: both; } .multi div#shoppingCartBlock table.itemsList { width: 660px; overflow: hidden; } #shoppingCartBlock #shoppingCartBanner { height:90px; overflow:hidden; padding:10px 66px 21px; width:728px; } #shoppingCartBlock h2 { background-color:#FBEFDE; border-bottom:1px solid #E6CFBD; color:#800000; font-family:"Trebuchet MS"; font-size:17px !important; height:24px; line-height:24px; padding-left:23px; padding-right:5px; width:864px; } #shoppingCartBlock h2 img { padding-left:5px; } #shoppingCartBlock h3 { color:#000 !important; } #shoppingCartBlock h3#orderNumberHeader{ height:12px; margin-top:17px; width:auto; } div#shoppingCartBlock .shopCartEmptyDiv { display:block; margin:20px 0; } div#shoppingCartBlock div#enterZip { margin:25px 37px 0 0; overflow:hidden; float:right; } div#shoppingCartBlock div#enterZip label { font-weight:bold; width:220px; color:#6a4935; font-family:"Trebuchet MS"; font-size:13px; } div#shoppingCartBlock div#enterZip .shippingPickup{ margin-top:8px; margin-bottom:8px; line-height:18px; } div#shoppingCartBlock div#enterZip fieldset.shippingPickup label{ float:left; text-transform:capitalize; } .zipCodeField{ margin-top:10px; } div#shoppingCartBlock div#enterZip select { width:181px; background-color:#FBEFDE; height:20px; border:1px solid #BC9B6A; color:#6a4935; font-family:"Trebuchet MS"; font-size:12px; } /* *** Coupons section *** */ div#Coupons { float: right; clear: both; overflow: hidden; margin: 10px 32px 0 0; } div#Coupons fieldset { float:left; width:auto; } div#Coupons label { font-weight:bold; text-transform:capitalize; font-family:"Trebuchet MS"; font-size:13px; width:219px; } div#Coupons input.input { width:180px; margin:4px 18px 0 0; float:left; } div#Coupons .mainButton { float:left; width:auto; height:18px; margin-left:10px; margin-top:5px; } div#Coupons .mainButton input, div#Coupons .mainButton button, div#Coupons .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; text-transform:lowercase; font-size:11px; height:18px; } div#Coupons .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); background-repeat:no-repeat; } #contentBlock #totalRowsCtn { clear: both; overflow: hidden; } #contentBlock #totalRowsCtn table { width: 405px; margin-left: 361px; color: #DD0D0D; } #contentBlock #totalRowsCtn table td { text-align: right; font-size: 16px; } #contentBlock #totalRowsCtn table td.amount { width: 110px; } div#total, div#shippingShow, div#discountShow, div#giftwrapshow, div#estimateTax { overflow: hidden; clear: left; height: 24px; line-height: 24px; margin-bottom: 20px; text-align: right; font-weight: bold; font-size: 1.4em; } div#estimateTax label, div#total label, div#shippingShow label, div#discountShow label, div#giftwrapshow label { float:left; color:#DD0D0D; text-align:right; font-size:16px; font-family:Arial; } div#shoppingCartBlock div#discountAmount, div#shoppingCartBlock div#shippingAmount, div#shoppingCartBlock div#totalPrice { width:100px; padding-right:5px; text-align:right; float:left; font-family:Arial; color:#dd0d0d; } div#discountAmount, div.taxAmount, div#shippingAmount, div#totalPrice, div#giftwrapAmount { width:45px; padding-right:5px; text-align:right; float:left; font-family:Arial; color:#dd0d0d; } div#shoppingCartBlock div#mcAfee { height:30px; margin-top:20px; float:left; text-align:right; margin-left:10px; background:#efefef; } div#shoppingCartBlock div#verisign { width:110px; height:70px; float:left; text-align:right; margin-top:20px; } #shoppingCartCrossSell { width:740px; height:auto; float:right; margin-right:20px; } #shoppingCartCrossSell h3{ background-color:#FBEFDE; width:740px; border-bottom:1px solid #E6CFBD; color:#330000; display:block; font-family:"Trebuchet MS"; font-size:14px; height:24px; line-height:25px; margin-bottom:5px; text-indent:15px; } #shoppingCartCrossSell table .columnLeft{ width:300px; } #shoppingCartCrossSell .mainButton{height:23px; } #shoppingCartCrossSell .mainButton input, #shoppingCartCrossSell .mainButton button, #shoppingCartCrossSell .mainButton a{ background-image:url(/_static/images/www/Shared/addToCartSearchResults.gif); background-repeat:no-repeat; font-size:11px; height:23px; text-transform:lowercase; width:auto; } #shoppingCartCrossSell .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/addToCartSearchResultsEnd.gif); background-repeat:no-repeat; height:23px; width:9px; float:left; } #shoppingCartCrossSell table.itemsList .columnID{width:50px; font-weight:bold;} #shoppingCartCrossSell table.itemsList .columnItem{width:380px;} #shoppingCartCrossSell table.itemsList .columnPrice{width:auto;} #shoppingCartCrossSell table.itemsList .columnColor {width:50px;} #shoppingCartCrossSell table.itemsList .columnQuantity {width:40px;} #shoppingCartCrossSell table.itemsList .columnItem div.itemLink { float:none; line-height:19px; margin-top:0; text-align:left; text-indent:0; width:auto; } #shoppingCartCrossSell table.itemsList .columnItem div.itemLink a{ margin-left:0;} #shoppingCartCrossSell table .columnAddToCart{ width:100px; } div#buttons{ clear:both; overflow: hidden; padding: 25px 0px 20px 0px; } div#shoppingCartBlock div#buttons { clear:both; float:right; margin:25px 0px 20px 0px; } div#shoppingCartBlock div#buttons .mainButton { margin-left:5px; float:right; } div#buttons #paypalCheckout { display: inline; float: right; clear: right; margin: 10px 32px; cursor:pointer; } div#OrderInformation td.reducedTop { background:#e0e0e0; font-weight:bold; color:#c00; border-left:solid 1px #c00; border-right:solid 1px #c00; border-top:solid 1px #c00; } div#OrderInformation td.reducedBottomLeft { border-left:solid 1px #c00; border-bottom:solid 1px #c00; } div#OrderInformation td.reducedBottomMiddle { border-bottom:solid 1px #c00; } div#OrderInformation td.reducedBottomRight { border-right:solid 1px #c00; border-bottom:solid 1px #c00; } div#shoppingCartBlock div#multipleShipShoppingCart{ margin-top:30px; } div#shoppingCartBlock div#multipleShipShoppingCart h2{ text-transform:capitalize; } /* Shopping Cart Table */ div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart { border-collapse: collapse; empty-cells: show; margin-top:30px; color:#6a4935; font-size:11px; text-align:left; } table#shoppingCart table { margin-top: 0px; border-collapse: collapse; empty-cells: show; } table#shoppingCart td table td { padding: 0px; border-bottom: none; } /* *** Ship Info Section *** */ table#shoppingCart td#shoppingCartShipInfoCtn { border-top:1px solid #9f7e4a; border-bottom: 1px solid #9F7E4A; background-color: #ececec; padding: 0px; padding-top:9px; padding-bottom: 9px; width: 860px; } table#shoppingCart td, table#shoppingCart td table td { padding: 0px; } table#shoppingCart td#shoppingCartShipInfoCtn div {} td#shoppingCartShipInfoCtn div#addressColumn { display: inline; float: left; width: 200px; text-align:left; color:#6a4935; font-size:11px; margin : 4px 10px 15px 20px; font-family:verdana,arial,"Trebuchet MS"; letter-spacing:-0.01em; font-weight:normal; line-height:16px; } td#shoppingCartShipInfoCtn div#addressColumn .mainButton { float: none; } td#shoppingCartShipInfoCtn #shippingMethodDates { float: left; width: 260px; } td#shoppingCartShipInfoCtn #giftMessages { float: left; width: 370px; text-align:left; line-height:20px; padding-top:10px; overflow: hidden; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages label { width: 105px; float: left; overflow: hidden; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages label.longerLabel { display: block; clear: right; width: 350px; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages input { float: right; width: 245px; margin-bottom:7px; font-family:"Trebuchet MS"; color:#6A4935; font-size:12px; margin-right: 10px; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages textarea.instructionsField { clear:both; width:358px; } table#shoppingCart div#showDeliveryDates { clear: both; color:#6A4935; font-weight:bold; padding-bottom:30px; } table#shoppingCart div#showDeliveryDates .calendarBtn { margin:8px 5px 0 7px; overflow: hidden; } .lessThanLeadTimeLabel{ clear:both; float:left; padding-top:5px; color:#dd0d0d; } .datePickerLabel{ margin-left:4px; line-height:20px; text-transform:capitalize; font-weight:normal; } .rowWithBottomBorder{ border-bottom:1px solid #9F7E4A; } div#multipleShipShoppingCart table#shoppingCart div#showDeliveryDates .calendarBtn input, div#multipleShipShoppingCart table#shoppingCart div#showDeliveryDates .calendarBtn button{ background-image:url(/_static/images/www/Shared/iconCalendar.gif); background-repeat:no-repeat; width:24px; height:23px; border:0; cursor:pointer; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart select { background-color:#FBEFDE; border:1px solid #BC9B6A; height: 20px; line-height: 17px; vertical-align: middle; color:#6a4935; font-family:"Trebuchet MS"; font-size: 12px; width: 204px; margin-bottom: 18px; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart div.selectShippingDropdowns { height:35px; width:auto; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart div.selectShippingDropdowns select { } #shippingMethodDates table.deliveryDatesCtn { font-size:12px; color:#6A4935; width: 230px; } #shippingMethodDates table.deliveryDatesCtn .deliveryDate { text-align:right; font-size:12px; } .capitalizedText{ text-transform:capitalize; } .uppercaseText{ text-transform:uppercase; } /* *** Items Table *** */ div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart table#itemsTable { width: 810px; empty-cells: show; border-collapse: collapse; margin-left: 50px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td { border-bottom: 1px solid #9F7E4A; padding:4px 0px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td.errorRow { text-align: left; } table#itemsTable td#itemIDImagesPersonalize{ width: 170px; } table#itemsTable td#itemDescriptionColumn { width: 285px; } td#itemDescriptionColumn label { width: 125px; } td#itemDescriptionColumn select { width: 140px; } td#itemDescriptionColumn div.errorLine { clear: left; margin-top: 5px; text-align: left; color: #DD0D0D; } table#itemsTable td#quantityFieldsColumn, table#itemsTable td#totalQtyColumn { text-align: left; width: 110px; } table#itemsTable td#itemPriceColumn { text-align: left; width: 100px; } table#itemsTable td#quantityFieldsColumn { width: 120px; } table#itemsTable td#quantityFieldsColumn.withPrizeQty{ width:155px; } table#itemsTable td#totalQtyColumn .priceField { text-align: center; padding: 0px 0px; color: #DD0D0D; } .personalizeItemColumn {} div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemID{ width:auto; text-align:left; padding-top:20px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemImage{ margin-left:6px; margin-right:4px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemLink{ text-align:left; padding-top:0; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemPersonalisation { } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div#personalizeItemColumn.itemImage{ float:left; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div#personalizeItemColumn.itemImage a img{ border:none; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#prizeQtyColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#totalQtyColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#itemPriceColumn label{ color:#620404; display:block; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; padding-bottom:4px; text-align:center; float: none; width: 100px; margin-right: 0px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn label { text-align: left; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#itemPriceColumn .priceField { clear:both; color:#DD0D0D; font-family:arial; font-size:12px; height:19px; text-align:center; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn input, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#prizeQtyColumn input, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#totalQtyColumn input{ width:37px; height:19px; border:solid 1px #6a4935; clear:both; font-size:11px; text-align:center; padding-top:1px; font-weight:bold; font-family:"Trebuchet MS"; color:#620404; float: none; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn input { float: left; } div#multipleShipShoppingCart .mainButton{float:right;margin-right:15px;} div#multipleShipShoppingCart .mainButton input, div#multipleShipShoppingCart .mainButton button, div#multipleShipShoppingCart .mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; height:32px; width:auto; text-transform:capitalize; font-size:16px; } div#multipleShipShoppingCart .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnShoppingCartEnd.gif); background-repeat:no-repeat; height:32px; width:22px; cursor:pointer; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton { margin-top: 12px; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton input, div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton button, div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; height:18px; font-size:11px; padding-bottom:2px; line-height:17px; padding-left:8px; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif);background-repeat:no-repeat; height:18px;width:8px;} div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn .accountButton{padding:2px 0 0;} table#shoppingCart table#itemsTable td#quantityFieldsColumn div.accountButton div.buttonEnd{cursor:pointer;float:left;} div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn .accountButton input{ color:#fff !important; line-height:18px; border:0; height:18px; width:auto; margin:0; padding-top:0; clear:none; float:left; } /* --- 13.18. CALENDAR ------------------------------------------------- */ div#calendarBlock { width:100%; } div#calendarBlock h2 { margin-bottom:14px; } div#calendarBlock fieldset label { width:120px; } div#calendarBlock fieldset select { width:auto; } div#calendarBlock fieldset select option { padding-right:10px; } table#calendar td.empty { background:#e0e0e0; } table#calendar td { font-size:12px; font-weight:bold; color:#aa2244; width:14%; padding:0 0 3px 0; text-align:left; } table#calendar td.pastDay { color:#808080; } table#calendar td.columnRight { text-align:center; } table#calendar td .dayNumber { border-right:solid 1px #a0a0a0; border-bottom:solid 1px #a0a0a0; width:20px; height:20px; float:left; line-height:20px; text-align:center; background:#d0d0d0; margin-bottom:20px; } table#calendar td.pastDay .dayNumber { border-right:solid 1px #c0c0c0; border-bottom:solid 1px #c0c0c0; background:#e0e0e0; } table#calendar td .events { float:left; margin-left:5px; font-size:9px; font-weight:normal; } table#calendar td .events a { font-weight:normal; text-decoration:none; display:block; } table#calendar td .events a:hover { text-decoration:underline; } table#calendar td.pastDay .events a { color:#606060; } div#calendarDetailsBlock { width:100%; } div#calendarDetailsBlock ul { margin:15px 0; float:left; clear:both; width:100%; } div#calendarDetailsBlock ul li { width:100%; } div#calendarDetailsBlock ul li div.label { width:110px; float:left; font-weight:bold; } div#calendarDetailsBlock ul li p {margin:0 0 10px 0;} div#calendarDetailsBlock a.backToCalendar { font-weight:bold; font-size:1.1em; margin-bottom:20px; float:left; } /* --- 13.19. Forward to a friend ------------------------------------------------- */ div#newsLetterForwardBlock {width:100%;} div#newsLetterForwardBlock div#introductionText {float:left; clear:both;margin:10px 0;} div#newsLetterForwardBlock div#yourInfoBlock {width:400px;float:left;} div#newsLetterForwardBlock div#friendInfoBlock {width:400px;float:left;} div#newsLetterForwardBlock div#friendInfoBlock label.friendLabel {width:175px;} div#newsLetterForwardBlock .formRowError label {font-weight:bold;color:#c00;} div#newsLetterForwardBlock .formRowError input {border:solid 1px #f00;} div#newsLetterForwardBlock div#messageBlock {clear:both;float:left;margin-top:20px;.} div#newsLetterForwardBlock div#messageBlock textarea {width:300px;height:100px;} div#newsLetterForwardBlock div#messageBlock .mainButton {margin-left:150px;} div#newsletterBlock .accountButton{height:auto;width:100px;margin-bottom:10px;} /* --- 13.20. Testimonials ------------------------------------------------- */ div#testimonialsBlock {width:100%;} div#testimonialsBlock h3 {margin:10px 0 0 0;} div#testimonialsBlock .testimonial {margin:0 0 10px 30px;} div#testimonialsBlock h4 {text-transform:uppercase;line-height:15px;margin-top:10px;} div#testimonialsBlock .testimonialText p {margin-top:0;} div#testimonialsBlock .testimonialAuthor {font-style:italic;} div#testimonialsBlock form {margin-top:20px;} /* ================================================================================== */ /* CENTRALIZED -- OVERRIDING COLORS, TO GIVE THE SITE A WHOLE NEW COLOR - OPTIONAL /* ================================================================================== */ h1, h2, h3, h4, h5, a {color:#7F0407;} /* color of all links and titles */ div#leftBlock div#navMenu li a:hover, div#leftBlock div#navMenu li.leftNavLevel3 a {color:#7F0407;} div#alertBoxContent {border-color:#804016;} /* color of border round all alertboxes */ div#alertBoxCloseButton .alertBoxCloseButton2{ background-color:#FFFFFF;padding:4px 15px 5px 5px;} div#alertBoxCloseButton button, input#windowClose {background-color:#fff; padding:4px 15px 5px 5px;} /* color of "X" background of all alertboxes */ div.opaqueBG { border:7px solid #6a4935; } div.shoppingBagContainer input#windowClose { background-color:#6A4935; color:#FFFFFF; font-size:15px; height:30px; padding:0 15px 5px 5px; width:10px; } .show{display:block;} .hide{ display:none;} .personalizeYourKit { padding-top:10px;} .personalizeYourKit input, .personalizeYourKit button, .personalizeYourKit a { background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; cursor:pointer; display:block; overflow:hidden; width:auto; color:#FFF; font-family:"Trebuchet MS"; float:left; margin-left:8px; border:none; padding-left:2px; height:22px; } #infoToolsContentBlock{ width:740px; float:left; } div#infoToolsContentBlock h4{ font-size:16px; color:#6a4935; margin: 10px 0 15px; } div#ToolsInfoTabbedBlock{ background-color:#FFFFFF; float:left; width:500px; margin-left:50px; } div#ToolsInfoTabbedBlock ul#tabRow{width:auto;} div#ToolsInfoTabbedBlock ul#tabRow li{ background-image:url(/static/images/www/shared/productTabsLeft.gif); float:left; height:27px; line-height:27px; padding:0 25px 0 21px; text-align:center; width:auto; text-transform:capitalize; font-weight:bold; font-family:"Trebuchet MS"; color:#BA9980; font-size:11px; cursor:pointer; } div#ToolsInfoTabbedBlock ul#tabRow li.clearTab{ background-image:none; border-bottom:1px solid #E6CFBD; height:26px; cursor:default; width:44px; } div#ToolsInfoTabbedBlock ul#tabRow li.selectedTab{ background-image:none; border-left:1px solid #E6CFBD; border-right:1px solid #E6CFBD; border-top:1px solid #E6CFBD; height:26px; line-height:26px; padding:0 24px 0 20px; } div#ToolsInfoTabbedBlock div#ToolsInfoBoxBlock{ height:204px; overflow:auto; border-bottom:1px solid #E6CFBD; border-left:1px solid #E6CFBD; border-right:1px solid #E6CFBD; color:#620404; display:block; font-family:"Trebuchet MS"; font-size:12px; clear:both; } div#ToolsInfoBoxBlock .toolsInfoText{width: 470px;margin:10px 14px;} #SRcreateAccountBlock h3 { color:#6A4935; font-size:16px; } #SRcreateAccountBlock #dvAccountSearch form#createaccount{ margin-left:18px; width:355px } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset label{font-weight:bold;text-transform:capitalize;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset label.checkBoxLabel{line-height:12px; } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset input, #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset select{ color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:17px; text-indent:2px; width:183px; background-color:#FBEFDE; border:1px solid #bc9b6a; } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset input.uploadFileInput{ float:right; font-size:11px; height:19px; margin-right:4px; } #SRcreateAccountBlock fieldset option{width:auto;height:auto;} #SRcreateAccountBlock label.radioLabels{width:166px;} #SRcreateAccountBlock label.radioOptions{width:auto;margin-right:20px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset.forCheckBox{margin-top:10px important;} #SRcreateAccountBlock #dvAccountSearch form#createaccount input.checkBoxOption { width:10px; float:left; margin-right:5px; border:0; background:none; } #SRcreateAccountBlock #dvAccountSearch form#createaccount input#copyOverInformation{margin-left:8px;margin-right:2px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount label#copyOverInfoLabel{line-height:16px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset select { height:19px; text-indent:0; width:185px; } #SRcreateAccountBlock label.textWrapLabel{width:130px;} #SRcreateAccountBlock label.noRightMarginLabel{margin-right:0px;} #SRcreateAccountBlock input.textWrapFieldInput{margin-top:2px;} #SRcreateAccountBlock .accountButton{margin-top:15px;} #SRcreateAccountBlock .resetButton{clear:none;} #SRcreateAccountBlock #validationErrors{ float:left; margin-left:20px; border:3px solid #6a4935; padding:10px 0px 0 12px; background-color:#E7DAC9; width:272px; height:auto; } #testpersonalisation{ width:100%; height:705px;} #quickOrderRightSide table tr.tableHeader { background:#6A4935;} #myAccountBlock #insertUpdateProfile #MyAccountBannerSection { float:left;} form#sendUserDetails{ height:auto; margin:0px 20px; width:400px; } form#sendUserDetails .mandatoryfields{margin-bottom:15px;} form#sendUserDetails fieldset{ color:#6a4935;margin-bottom:12px; } form#sendUserDetails label{ font-weight:bold; font-size:13px; text-transform:capitalize; width:165px;} form#sendUserDetails input { color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:20px; text-indent:2px; width:183px; } form#sendUserDetails select{ background:#FBEFDE; border:1px solid #BC9B6A; color:#6A4935; float:right; font-family:"Trebuchet MS"; font-size:12px; height:20px; width:185px; } form#sendUserDetails .asterisk { color:#dd0d0d; font-size:12px; padding-right:3px; } form#sendUserDetails .indentedTxt{ text-indent:8px;} form#sendUserDetails .mainButton{ background-color:none;} form#sendUserDetails .accountButton{ padding-top:20px;padding-right:0;} form#sendUserDetails .accountButton input, form#sendUserDetails .accountButton button, form#sendUserDetails .accountButton a { background-image:url(/_static/images/www/Shared/bgaccountButton.gif); border:0 none; color:#FFFFFF; float:left; font-size:14px; font-weight:bold; height:25px; line-height:26px; padding:0 4px 0 12px; text-transform:capitalize; width:auto; } form#sendUserDetails .accountButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgaccountButtonEnd.gif); height:25px; width:7px; float:left; } /* ---------- Survey ------------*/ div#surveySection{color:#6A4935;font-size:13px;font-weight:bold;height:auto; margin-left:30px; width:auto;} #surveySection form{background:none; border:none; height:auto; width:auto;} #surveySection table td{ border:none; color:#6A4935; text-align:left; padding-bottom:4px; font-size:13px; } #surveySection .surveyQuestionAnswer table td{} div.styledSurveyBlock{background-color:#fbefde; border:1px solid #ceae9a; padding:15px 20px 15px 25px; overflow:hidden;} div.styledSurveyBlock .surveyTxt{color:#6a4935; font-weight:bold; font-size:18px;height:auto;width:100%; margin-bottom:15px;} div.styledSurveyBlock div.surveyButton{float:right; height:22px; margin:10px 4px; padding:0;} div.styledSurveyBlock div.surveyButton input, div.styledSurveyBlock div.surveyButton a{ background-image:url('/_static/images/www/Shared/mainBtnCheckout.gif');background-repeat:no-repeat; color:#FFFFFF;font-family:trebuchet MS;font-size:11px;font-weight:bold; height:23px;width:auto;line-height:23px; padding:0 0 1px 8px;border:0 none;float:left; cursor:pointer; text-decoration:none; } div.styledSurveyBlock div.surveyButton .buttonEnd{ background-image:url('/_static/images/www/Shared/mainBtnCheckoutEnd.gif');background-repeat:no-repeat; height:23px;width:8px; margin:0;padding:0;float:left; cursor:pointer; } div.styledSurveyBlock fieldset {margin-left:40px;} div.styledSurveyBlock fieldset label{width:160px;} div.styledSurveyBlock fieldset select{width:182px; height:19px; border: 1px solid #BC9B6A;} div.styledSurveyBlock fieldset input.surveyFormField{background:#fff; width:180px; height:17px;} #surveySection .question{color:#6a4935; font-weight:bold; font-size:18px;height:auto;width:100%; margin-bottom:15px;} div#surveySection textarea{margin-left:20px;width:500px;border:1px solid #BC9B6A; } div#surveySection input.checkbox{margin-left:18px; width:13px; border:0 none; margin-right:0;} /* -------------------------------------------------------- */ #shippingOrdersAddresses{ height:auto; margin-left:40px; width:500px; } #shippingOrdersAddresses fieldset{ width:355px; } #shippingOrdersAddresses label{ margin:0 5px; width:auto; font-weight:bold; } #shippingOrdersAddresses select{ float:right; background:#FBEFDE; border:1px solid #BC9B6A; width:200px; } #shippingOrdersAddresses select#selPerPage{width:50px;} #shippingOrdersAddresses input{ clear:right;} #shippingOrdersAddresses input.backButton, #shippingOrdersAddresses .backButton button, #shippingOrdersAddresses .backButton a{ background-image:url(/_static/images/www/Shared/previousTab.gif); border:1px solid #6A4935; color:#6A4935; cursor:pointer; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; height:15px; margin-right:6px; padding:0 5px 17px 15px; text-transform:lowercase; width:auto; } #shippingOrdersAddresses input.nextButton, #shippingOrdersAddresses .nextButton button, #shippingOrdersAddresses .nextButton a{ background-image:url(/_static/images/www/Shared/nextTab.gif); background-position:right top; border:1px solid #6A4935; color:#6A4935; cursor:pointer; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; height:15px; padding:0 15px 17px 5px; text-transform:lowercase; width:auto; } #shippingOrdersAddresses input.nextButtonEnd{ background-image:url(/_static/images/www/Shared/btnShoppingCartEnd.gif); background-repeat:no-repeat; width:22px; border:0; height:32px; } #BckNxtButtons { float:right; margin:25px 0 0 0; width:336px; height:auto; } #addNewItemBtn{float:right;margin-top:55px;} #overlayForm {height:auto;min-height:400px;} /* ---- Edit Address popup in billing & Shipping checkout section ------ */ #overlayForm form#sendUserDetails { background:none repeat scroll 0 0 #FFFFFF; height:auto; margin:0 20px; padding-top:20px; width:380px; } #overlayForm form#sendUserDetails label { display: inline; } #overlayForm.editAddressOverlay { min-height: 400px; width: 360px; height: auto; } #overlayForm.editAddressOverlay form#sendUserDetails { width: 320px; padding-top: 2px; } #overlayForm.editAddressOverlay form#sendUserDetails label { font-size: 12px; /*width: auto;*/ width: 130px; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets label#residentialInd { float: none; display: block; margin-bottom: 5px; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets label { clear: left; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets input { width: 15px; float: none; } #overlayForm form#sendUserDetails #formButtons{ width:400px; background:#fff; } #overlayForm form#sendUserDetails .accountButton{ clear:none; float:right; padding-top:0; } .qasPopup{ background:#fff; } div.editNewAddressDialog {float:left; margin-right:47px; margin-top:-6px; } .whatsThis img {cursor:pointer;} /* --------------- Sales Rep Portal ------------------- */ /* Homepage */ #SalesRepHomePageSection{ width:740px; height:auto; float:left; } #SalesRepHomePageSection h2{ color:#6A4935; font-size:17px; } #SalesRepHomePageSection #SalesRepHomePageTopBanner{ width:732px; overflow:hidden; height:auto; float:left; } #SalesRepHomePageSection #SalesRepHomePageTop2ndBanner{ width:732px; overflow:hidden; height:auto; float:left; } #SalesRepHomePageSection .pendingSections{ background:none no-repeat scroll 0 0 #FBEFDE; border:1px solid #E6CFBD; float:left; height:282px; margin-bottom:3px; margin-left:0px; margin-top:6px; min-height:190px; width:731px; overflow:auto; clear:both; } #SalesRepHomePageSection .pendingSections h2 {text-indent:0;clear:both;line-height:18px;margin-bottom:2px;margin-top:10px;text-align:center;} #SalesRepHomePageSection .pendingSections div.pendingDataBlock{ overflow:auto; height:295px; width:100%; background:none no-repeat scroll 0 0 #FBEFDE; } #SalesRepHomePageSection .pendingSections table {background:none no-repeat scroll 0 0 #FBEFDE; width:100%;} #SalesRepHomePageSection .pendingSections table th{ background-color:#FBEFDE; border-right:1px solid #6A4935; color:#800000; font-size:13px; padding:0px 3px; } #SalesRepHomePageSection .pendingSections table td{text-align:center; color:#6A4935; } #SalesRepHomePageSection .pendingSections table#outstandingARTable {width:100%;} #SalesRepHomePageSection .pendingSections table td.delDateColumn{line-height:14px;padding-left:11px;} #SalesRepHomePageSection .pendingSections table#outstandingARTable th{ } input.checkBoxOption{border:0;background:none;} /* ------- Linked Accounts ----- */ #SRRelatedAccounts{width:740px;} #SRRelatedAccounts h3{width:auto; text-indent:15px; margin-top:20px;} #SRRelatedAccounts table th{border-bottom:2px solid #BC9B6A;} #SRRelatedAccounts table td {color:#6A4935; height:28px; font-weight:bold; text-align:center;} tr.oddRow td{background-color:#ECECEC;} tr.evenRow td{background-color:#fff;} .dedupTitle{font-weight:bold; font-size:13px; color:#800000;} #dedupForm {margin-top:10px;} #dedupForm fieldset{margin-left:10px; line-height:13px; font-size:11px;} #dedupForm fieldset label{text-transform:capitalize;} #dedupForm .redasterisk, #dedupForm .attachLink{ float:right; font-size:11px; padding-right:7px; padding-top:2px; } #dedupForm .attachLink{text-decoration:underline;} .streetNumberLabel, .refineSearchText {height:30px; width:auto; line-height:31px; margin-left:24px; margin-top:15px;} .refineSearchText{line-height:37px; margin-left:35px;} .surveyQuestionAnswer table tr td {} .surveyQuestionAnswer input.surveyFormField { background-color:#FFFFFF; float:right; text-align:right; font-size:12px; font-weight:bold; } .surveyQuestionAnswer .qtFillInBlanks input.surveyFormField { float: none; } .surveyQuestionAnswer .inputFixed { background-color:#FFFFFF; color:#DD0D0D; float:right; font-size:12px; text-align:right; } div#freeItemSelection{} div#address_div fieldset{ margin:5px 0 8px 15px; } div#address_div label{ width:150px;} div#freeItemSelection table#shoppingCart .columnLeft {width:430px; } div#freeItemSelection table#shoppingCart tbody td{ line-height:55px;text-align:center; } div#freeItemSelection table#shoppingCart tbody td.promoRow {line-height:13px;} div#freeItemSelection table#shoppingCart div.itemLink {line-height:15px; text-indent:8px;} #searchOrderStatusFormLogout { width: 500px; } #searchOrderStatusFormLogout fieldset { width: 350px; } #searchOrderStatusFormLogout .mainButton { margin-right: 150px; }
html/tc3462/wfc_styles.css
* { margin:0; padding:0; } body { font-size:62.5%; font-family: "Trebuchet MS", arial, sans-serif; color: #000; overflow: -moz-scrollbars-vertical !important; background-color:#fff; background-image:url('/_static/images/www/shared/bgPattern.gif'); background-repeat:repeat-x; } p { margin:10px 0; } a { color:#7F0407; } a:hover {} a img { border: 0; } ul, li { list-style-type:none; list-style-image:none; list-style-position:outside; } .clearfix { background:#f0f; /* IF YOU SEE THIS ON A PAGE, CALL THE POLICE! */ } h1, h2, h3, h4, h5 { font-weight:bold; } h1 {font-size:1.9em; line-height:1.9em;} h2 {font-size:1.7em; line-height:1.7em;} h3 {font-size:1.3em; line-height:1.3em;} h4 {font-size:1.0em; line-height:1.0em;} /* ==================================================================================================== */ /* 2. SPECIFIC CLASSES AND IDs */ /* ==================================================================================================== */ .mandatoryfields { float:right; padding-right:5px; text-align:right; margin-left:30px; } .errorMessage { font-weight:bold; color:#c00; display:block; margin:10px 0 15px 0; font-size:11.5px; text-transform:uppercase; } .attention { font-weight:bold; display:block; margin:10px 0; text-transform:uppercase; letter-spacing:1px; } .note { float:left; display:block; margin:0 5px; } .disabled { -moz-opacity:.25; opacity:.25; } .enabled { -moz-opacity:1; opacity:1; } .hide { display:none; } .show { display:block; } .pixelBlock { width:1px; height:1px; } /* ==================================================================================================== */ /* 3. FAUX INLINE STYLES */ /* ==================================================================================================== */ .displayNone {display:none !important;} .displayBlock {display:block !important;} .displayInline {display:inline !important;} .floatLeft {float:left !important;} .floatRight {float:right !important;} .clearBoth {clear:both !important;} .alignLeft {text-align:left !important;} .alignRight {text-align:right !important;} .marginTop {margin-top:10px !important;} .marginRight {margin-right:10px !important;} .marginBottom {margin-bottom:10px !important;} .marginLeft {margin-left:10px !important;} .red {color:red !important;} .black {color:black !important;} .noMargin {margin:0 !important;} .noWrapping {white-space:nowrap !important;} .widthAuto {width:auto !important;} label.widthAuto {margin-right: 20px;} .paddingLeft {padding-left:30px !important;} .boldText{font-weight:bold !important;} .clearNone{ clear:none !important;} .clearLeft{clear:left !important;} .noBottomBorder{ border-bottom:none !important;} .noBorder{border:none !important;} /* ==================================================================================================== */ /* 4. FORM PROPERTIES */ /* ==================================================================================================== */ .redasterisk{ color:#dd0d0d; font-size:12px; float:right; padding-top:22px; padding-right:30px; } .redasterisk2{ color:#dd0d0d; font-size:12px; float:left; padding-right:5px; } .forgotPasswordLink{ font-size:12px; padding:2px 15px 7px 0; color:#800000; font-size:12px; font-family:"Trebuchet MS"; cursor:pointer; float:right; } .forgotPasswordLink{ cursor:pointer; } fieldset { border:0 none; clear:left; line-height:18px; margin-bottom:8px; } fieldset .asterisk { color: #000; } label { float:left; width:145px; margin-right:5px; color:#6a4935; } label.postalCode { line-height:12px; } label.fieldLabel_error { color:#c00; font-weight:bold; } label.indented { float:left; width:110px; margin-left:40px; } fieldset.checkBox label { width:330px; } input { border:solid 1px #bc9b6a; height:19px; float:left; font-family:arial; width:142px; font-size:1.0em; background:#fbefde; } input.file { width:230px; height:20px; } input.midField { width:60px; margin-right:15px; } input.zipField{ width:181px; float:left; height:19px; color:#6A4935; font-family:"Trebuchet MS"; font-size:12px; } input.shortField{ width:30px; } input.radio, input.checkBox, fieldset.checkBox input { width:13px; height:13px; border:solid 0; float:left; margin-top:3px; margin-right:5px; } input.checkBoxRight { border:0pt solid; float:left; height:14px; margin-right:10px; margin-top:5px; width:14px; } .radioText, .checkBoxText { float:left; display:block; margin-right:20px; width:auto !important; } select { border:1px solid #909090; float:left; font-family:arial; font-size:0.95em; height:18px; width:172px; } select.shortField { width:50px; margin-right:10px; } select.midField { width:60px; margin-left:-4px; margin-right:6px; } select#AgeRange { width:80px; } textarea { float:left; width:170px; border: solid 1px #bc9b6a; background:#fbefde; font-family:arial; font-size:1em; margin-top:5px; } .mainButton { padding:0; height:38px; } .mainButton input, .mainButton button, .mainButton a { background-image:url('/_static/images/www/shared/bgButton.jpg'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:28px; line-height:24px; padding:0 0 0 7px; float:left; margin:0; width:auto; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:12px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:uppercase; color:#fff; } .mainButton .largeButton { font-size:1.4em; font-weight:bold; text-transform:uppercase; } .mainButton .buttonEnd { background-image:url('/_static/images/www/shared/bgButtonEnd.jpg'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } .largeBtnAddtoCart { padding-top:3px; } .largeBtnAddtoCart input, .largeBtnAddtoCart button, .largeBtnAddtoCart a{ background-image:url(/_static/images/www/shared/btnAddtoCart.gif); background-repeat:no-repeat; cursor:pointer; display:block; float:left; height:32px; overflow:hidden; width:107px; border:0 !important; } /* --------------------Shopping Cart Buttons------------------*/ .largeBtnAddtoCart input, .largeBtnAddtoCart button, .largeBtnAddtoCart a{ float:right; margin-right:5px; } .shoppingCartButton { float: right; padding: 0 32px 0 10px; height: 38px; } .shoppingCartButton input, .shoppingCartButton button, .shoppingCartButton a { background-image:url('/_static/images/www/shared/btnShoppingCartMain.gif'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:32px; line-height:24px; padding:0 0 0 7px; margin:0; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:16px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:capitalize; color:#fff; } .shoppingCartButton .largeButton { font-size:1.4em; font-weight:bold; text-transform:uppercase; } .continueShopping .BtnEnd{ background-image:url('/_static/images/www/Shared/btnContinueShoppingEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:22px; height:32px; float:left; margin:0; overflow:hidden; } .shoppingCartButton .buttonEnd { background-image:url('/_static/images/www/shared/btnShoppingCartEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:22px; height:32px; overflow:hidden; float:left; margin:0; cursor:pointer; } .shoppingCartButton input{width:auto !important;} .continueShopping { float: right; display: inline; height: 38px; } .continueShopping input, .continueShopping button, .continueShopping a{ color:#a45424 !important; background-image:url('/_static/images/www/Shared/btnContinueShoppingMain.gif') !important; background-repeat:no-repeat; float:left; height:32px; width:175px; line-height:24px; padding:0 0 0 7px; margin:0; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:16px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; text-transform:capitalize; border:solid 0;} } .continueShopping input{ /*width:auto;*/ } .breadcrumbLevel2 a{ text-decoration:none; color:#231f20 !important; font-size:11px; font-family:"Trebuchet MS", arial; } .accountButton input, .accountButton button, .accountButton a { background-image:url('/_static/images/www/shared/bgaccountButton.gif'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:25px; line-height:24px; padding:0 0 0 10px; float:left; margin:0; width:auto; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:14px; font-family:"Trebuchet MS",helvetica,arial; font-weight:bold; color:#fff; text-transform:capitalize; } .accountButtonEnd { background-image:url('/_static/images/www/shared/bgAccountButtonEnd.gif'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } .accountButton { float:right; padding-right:5px; padding-top:10px; clear:right; } .clickHereButton {padding:0;height:38px;margin-left:50px;} .clickHereButton input, .clickHereButton button, .clickHereButton a { background-image:url('/_static/images/www/shared/bgButton.jpg'); background-repeat:no-repeat; background-color:#fff; border:solid 0; height:28px; line-height:24px; padding:0px; float:left; margin:0; width:156px; overflow:visible; display:block; text-decoration:none; cursor:pointer; font-size:12px; font-family:"ms trebuchet",helvetica,arial; font-weight:bold; text-transform:uppercase; color:#fff; } .clickHereButton .buttonEnd { background-image:url('/_static/images/www/shared/bgButtonEnd.jpg'); background-repeat:no-repeat; background-color:#fff; width:9px; height:28px; overflow:hidden; float:left; margin:0; } div#formButtonRight {width:322px;height:40px;} /*--- 5. STRUCTURE BLOCKS -----------------*/ #wrapper { width:928px; background:#fff; margin:0 auto !important; padding:0px 20px; overflow:hidden; } #topNavigation { margin: 0 0 10px 0; float: left; position: relative; } #contentBlock, #galleryBlock { clear: both; } #contentBlock { font-size:1.1em; min-height:600px; height:auto; overflow:hidden; margin-bottom:5px; } #contentBlock.shortContent{min-height:325px;} div#leftBlock { width:175px; float:left; margin-right:5px; clear:left; display:block; font-family:arial; margin-bottom:5px; overflow:hidden; } .mainBlock { overflow:hidden; line-height:1.5em; width:740px; } #bottomBanner { background-color:#000 !important; color: #fff; width: 800px; height: 40px; clear: both; display:none; } #footerBlock { width:928px; height:134px; clear:both; background-image: url('/_static/images/www/Shared/bgFooter.gif'); background-repeat: repeat-x; margin:0 auto; padding:20px; } #popupOverlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } #popupOverlay div#shade { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000; -moz-opacity: .5; opacity: .5; z-index: 50; } /* ==================================================================================================== */ /* 6. HEADER */ /* ==================================================================================================== */ #topNavigation #logo { float:left; width: 425px; height: 88px; overflow: hidden; } #topNavigation #logo a { display:block; width:425px; height:88px; background-repeat: no-repeat; background-position:0 bottom; } #topNavigation #logo h1 a span { display:none; } #topNavigation #languageSelector { float:right; } #topNavigation div.nav { clear:both; /* overflow:hidden;*/ position: relative; height:32px; line-height:32px; background-image:url(/_static/images/www/shared/navBar.gif); } #topNavigation div.nav .postalSearch { background:#cc0000; width:798px; height:40px; border:solid 1px #000; margin:0; } #topNavigation div.nav a { color:#fff; font-size:14px; font-weight:bold; font-family:"Trebuchet MS"; text-decoration:none; text-transform:uppercase; } #topNavigation div#toolBar { width: 508px; margin-left: -5px; float:right; overflow:hidden; padding-top:15px; } #topNavigation div#navigationMenu { float: left; width: 928px; height: 62px; } #topNavigation div#navigationMenu ul#navigationTabs { height: 30px; padding-left: 45px; } #topNavigation div#navigationMenu ul#navigationTabs li { height: 30px; line-height: 30px; background-image: url(/_static/images/www/shared/navigationTabsLeft.gif); background-repeat: no-repeat; background-position: 0 0; float: left; margin-right: 12px; overflow:hidden; } #topNavigation div#navigationMenu ul#navigationTabs li span { float:left; height: 30px; display: block; background-image: url(/_static/images/www/shared/navigationTabsRight.gif); background-repeat: no-repeat; background-position: 100% 0; padding: 0 25px; font-family: "trebuchet ms",arial; color:#6a4935; font-size:15px; font-weight:bold; cursor: pointer; } #topNavigation div.gift ul#navigationTabs li#tabGifts { background-position: 0 -30px !important; } #topNavigation div.gift ul#navigationTabs li#tabGifts span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.fundraising ul#navigationTabs li#tabFundraising { background-position: 0 -30px !important; } #topNavigation div.fundraising ul#navigationTabs li#tabFundraising span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.retail ul#navigationTabs li#tabRetail { background-position: 0 -30px !important; } #topNavigation div.retail ul#navigationTabs li#tabRetail span { background-position: 100% -30px !important; color: #fff !important; } #topNavigation div.nav fieldset {margin:5px;} #topNavigation div.nav label { float:left; width:auto; font-size:1.2em; height:32px; line-height:32px; color:#fff; font-weight:bold; margin-left:5px; } #topNavigation div.nav input { height:18px; font-size:1.2em; margin-top:5px; width:70px; } #topNavigation div.nav input#srcGo { height:20px; font-size:1.2em; width:80px; margin-left:5px; font-weight:bold; } /* nav tabs */ #topNavigation div.gift div#giftsNav {display:block; } #topNavigation div.gift div#fundraisingNav {display:none; } #topNavigation div.gift div#retailNav {display:none; } #topNavigation div.gift div#genericNav {display:none; } #topNavigation div.fundraising div#giftsNav {display:none; } #topNavigation div.fundraising div#fundraisingNav {display:block; } #topNavigation div.fundraising div#retailNav {display:none; } #topNavigation div.fundraising div#genericNav {display:none; } #topNavigation div.retail div#giftsNav {display:none; } #topNavigation div.retail div#fundraisingNav {display:none; } #topNavigation div.retail div#retailNav {display:block; } #topNavigation div.retail div#genericNav{display:none; } #topNavigation div.generic div#giftsNav {display:none; } #topNavigation div.generic div#fundraisingNav { display:none; } #topNavigation div.generic div#retailNav {display:none; } #topNavigation div.generic div#genericNav{display:block; } /* --- 6.1. DROPDOWN MENU ----------------------------------------------------------- */ /* --- 6.1.1. Generic structure ----------------------------------------------------*/ ul.nav, ul.nav ul { padding:0; margin:0; list-style:none; line-height:1; z-index:10001; } ul.nav li {float: left;} ul.nav a {display: block;} ul.nav li ul {position:absolute; left: -999em; } ul.nav li:hover, ul.nav li.hover {background-position: 0 0;} ul.nav li:hover ul ul, ul.nav li.sfhover ul ul { left: -999em;} ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li.sfhover ul,ul.nav li li.sfhover ul{ left: auto;} ul#topMenuSections li, ul#topMenuSections li a, ul#giftMenuSections li, ul#giftMenuSections li a, ul#fundraisingMenuSections li, ul#fundraisingMenuSections li a, ul#retailMenuSections li, ul#retailMenuSections li a{ width:auto; height:32px; text-decoration:none; font-family:"ms trebuchet",helvetica,arial; } #fundraisingMenuSections li.navSpacer{background:#6a4a35;width:13px;height:32px;} /* --- Top Navigation: Gift, Fundraising, Retail: Level 1----------------------------------------------------*/ #giftMenuSections li#homeTopNav, #giftMenuSections li#homeTopNav a{ width:43px; height:32px; } #fundraisingMenuSections li#homeTopNav, #fundraisingMenuSections li#homeTopNav a{width:43px; height:32px; } #retailMenuSections li#homeTopNav, #retailMenuSections li#homeTopNav a {width:43px; height:32px; } #giftMenuSections li#homeTopNav, #fundraisingMenuSections li#homeTopNav,#retailMenuSections li#homeTopNav { background-image:url('/_static/images/www/Shared/menuHome.gif'); } #topMenuSections ul li,#giftMenuSections ul li, #fundraisingMenuSections ul li, #retailMenuSections ul li{ border-bottom:1px dotted #dabea8; } ul#giftMenuSections li{ margin-right:6px; } ul#topMenuSections li, ul#fundraisingMenuSections li,ul#retailMenuSections li{ margin-right:7px; } #genericNav #topMenuSections li a, #giftsNav #giftMenuSections li a, #fundraisingNav #fundraisingMenuSections li a, #retailNav #retailMenuSections li a { margin:0; } #topMenuSections li a.navTabLeft, #topMenuSections li a.navTabRight, #giftMenuSections li a.navTabLeft, #giftMenuSections li a.navTabRight, #fundraisingMenuSections li a.navTabLeft, #fundraisingMenuSections li a.navTabRight, #retailMenuSections li a.navTabLeft, #retailMenuSections li a.navTabRight { float:left;background-color:#6a4935; height:32px;width:10px; margin:0;padding:0; } #topMenuSections li:hover a.navTabLeft, #giftMenuSections li:hover a.navTabLeft, #fundraisingMenuSections li:hover a.navTabLeft, #retailMenuSections li:hover a.navTabLeft{ background-image:url(/_static/images/www/Shared/navLeftTab.gif); background-repeat:no-repeat; height:32px; width:10px; } #topMenuSections li:hover a.navTabRight, #giftMenuSections li:hover a.navTabRight, #fundraisingMenuSections li:hover a.navTabRight, #retailMenuSections li:hover a.navTabRight { background-image:url(/_static/images/www/Shared/navRightTab.gif); background-repeat:no-repeat; height:32px; width:10px; } #genericNav #topMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #giftsNav #giftMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 2px;} #fundraisingNav #fundraisingMenuSections li a.level1{ float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #retailNav #retailMenuSections li a.level1 { float:left;line-height:32px;height:32px;width:auto;padding:0 5px;} #genericNav #topMenuSections li a.level1:hover, #genericNav #topMenuSections li:hover a.level1, #giftsNav #giftMenuSections li a.level1:hover, #giftsNav #giftMenuSections li:hover a.level1, #fundraisingNav #fundraisingMenuSections li a.level1:hover, #fundraisingNav #fundraisingMenuSections li:hover a.level1, #retailNav #retailMenuSections li a.level1:hover, #retailNav #retailMenuSections li:hover a.level1 { background-image:url(/_static/images/www/Shared/topNavbg.gif); background-repeat:repeat-y; height:32px;width:auto; } /* --- 6.1.3. Top Navigation: Gift, Fundraising, Retail: Level 2 ----------------------------------------------------*/ #genericNav #topMenuSections ul li, #giftsNav #giftMenuSections ul li, #fundraisingNav #fundraisingMenuSections ul li, #retailNav #retailMenuSections ul li{ border-bottom:1px dotted #dabea8; } #genericNav #topMenuSections ul.level2, #giftsNav #giftMenuSections ul.level2, #fundraisingNav #fundraisingMenuSections ul.level2, #retailNav #retailMenuSections ul.level2 { border:solid 1px #bb9b6a; background-color:#ffffff; width:195px; right:auto; top: 32px; height:auto; clear:both; } #genericNav #topMenuSections ul.level2 li, #giftsNav #giftMenuSections ul.level2 li, #fundraisingNav #fundraisingMenuSections ul.level2 li, #retailNav #retailMenuSections ul.level2 li{ margin-left:0px; } #genericNav #topMenuSections ul.level2 li, #genericNav #topMenuSections ul.level2 li a, #giftsNav #giftMenuSections ul.level2 li, #giftsNav #giftMenuSections ul.level2 li a, #fundraisingNav #fundraisingMenuSections ul.level2 li, #fundraisingNav #fundraisingMenuSections ul.level2 li a, #retailNav #retailMenuSections ul.level2 li, #retailNav #retailMenuSections ul.level2 li a { height:23px !important; background-color:#ffffff; font-size:11px; color:#473020; line-height:23px; font-weight:normal; text-transform:none; width:195px; } #genericNav #topMenuSections ul.level2 ul, #giftsNav #giftMenuSections ul.level2 ul, #fundraisingNav #fundraisingMenuSections ul.level2 ul, #retailNav #retailMenuSections ul.level2 ul { margin:-25px 0 0 188px;border:1px solid #BB9B6A; } #genericNav #topMenuSections ul.level2 li a, #giftsNav #giftMenuSections ul.level2 li a, #fundraisingNav #fundraisingMenuSections ul.level2 li a, #retailNav #retailMenuSections ul.level2 li a { text-indent:10px; } #genericNav #topMenuSections ul.level2 li:hover, #giftsNav #giftMenuSections ul.level2 li:hover, #fundraisingNav #fundraisingMenuSections ul.level2 li:hover, #retailNav #retailMenuSections ul.level2 li:hover{ background-color:#bc9b6a;width:195px;height:24px;} #genericNav #topMenuSections ul.level2 li a:hover, #giftsNav #giftMenuSections ul.level2 li a:hover, #fundraisingNav #fundraisingMenuSections ul.level2 li a:hover, #retailNav #retailMenuSections ul.level2 li a:hover {background-color:#bc9b6a;width:195px;height:24px !important;} ul#giftMenuSections { height: 32px; overflow: hidden; } /* --- 6.1.4. Level 3 customization ----------------------------------------------------*/ #genericNav #topMenuSections ul.level3, #giftsNav #giftMenuSections ul.level3, #fundraisingNav #fundraisingMenuSections ul.level3, #retailNav #retailMenuSections ul.level3{ width:160px !important;border-top:1px solid #dabea8;} #fundraisingNav #fundraisingMenuSections ul.level3, #fundraisingNav #fundraisingMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li a {background-color:#e6dac8;} #giftsNav #giftMenuSections ul.level3, #giftsNav #giftMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li a {background-color:#e6dac8;} #retailMenuSections ul.level3, #retailMenuSections ul.level3 li, #retailMenuSections ul.level3 li a {background-color:#e6dac8;} #genericNav #topMenuSections ul.level3, #genericNav #topMenuSections ul.level3 li, #genericNav #topMenuSections ul.level3 li a{background-color:#e6dac8;} #genericNav #topMenuSections ul.level3 li, #genericNav #topMenuSections ul.level3 li a, #giftsNav #giftMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li a, #fundraisingNav #fundraisingMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li a, #retailNav #retailMenuSections ul.level3 li, #retailNav #retailMenuSections ul.level3 li a { height:16px !important; background-color:#e6dac8; font-size:10px; color:#6A4935; line-height:16px; border-bottom:1px dotted #dabea8 !important; margin-left:0px; width:150px !important; } #genericNav #topMenuSections ul.level3 li a:hover, #giftMenuSections ul.level3 li a:hover, #fundraisingMenuSections ul.level3 li a:hover, #retailMenuSections ul.level3 li a:hover { background-color:#bc9b6a !important; width:160px !important; height:17px !important; margin-left:0 !important; text-indent:14px !important; border-bottom:none !important; } #genericNav #topMenuSections ul.level3 li, #giftsNav #giftMenuSections ul.level3 li, #fundraisingNav #fundraisingMenuSections ul.level3 li, #retailNav #retailMenuSections ul.level3 li{ margin-left:4px; } #genericNav #topMenuSections ul.level3:hover, #giftsNav #giftMenuSections ul.level3:hover, #fundraisingNav #fundraisingMenuSections ul.level3:hover, #retailNav #retailMenuSections ul.level3:hover { margin:-24px 0 0 188px !important; } #genericNav #topMenuSections ul.level3 li.hover, #giftsNav #giftMenuSections ul.level3 li:hover, #fundraisingNav #fundraisingMenuSections ul.level3 li:hover, #retailNav #retailMenuSections ul.level3 li:hover { margin-top:0px !important;height:17px;margin-left:0px;} #genericNav #topMenuSections ul.level3 li a:hover, #giftsNav #giftMenuSections ul.level3 li a:hover, #fundraisingNav #fundraisingMenuSections ul.level3 li a:hover, #retailNav #retailMenuSections ul.level3 li a:hover{ background-color:#bc9b6a !important; width:160px !important; height:17px !important; margin-left:0 !important; text-indent:14px !important; border-bottom:none !important; } /* --- Gifts Navigation - Level 1 customization ----------------------------------------------------*/ #topMenuSections li#homeTopNav, #topMenuSections li#homeTopNav a {width:43px; height:32px;} /* --- Retail Navigation: Level 1 customization ----------------------------------------------------*/ #retailMenuSections li#homeTopNav, #retailMenuSections li#homeTopNav a {width:43px; height:32px;} #retailMenuSections li#homeTopNav {background-image:url('/_static/images/www/Shared/menuHome.gif');} #genericNav #topMenuSections li#homeTopNav, #genericNav #topMenuSections li#homeTopNav a {width:43px; height:32px;} #genericNav #topMenuSections li#homeTopNav {background-image:url('/static/images/www/Shared/menuHome.gif');} #genericNav #topMenuSections li:hover,#genericNav #topMenuSections li.sfhover, #fundraisingNav #fundraisingMenuSections li:hover, #fundraisingMenuSections li.sfhover {background-position:0 -32px;} #topMenuSections li.sfhover, #giftMenuSections li.sfhover, #fundraisingMenuSections li.sfhover, #retailMenuSections li.sfhover{background-position:0 -32px;} ul.nav a {display: block;} /* --- 6.2. TOOLBAR ---------------------------------------------------------------------------------------- */ #toolBar #topForm { clear:both; margin-bottom:5px; float:right; font-size:0.9em; width:360px; height:auto; } #toolBar #topForm #advanced { float:right !important; height:26px; text-align:right; margin-left:10px; width:355px; } #toolBar #topForm #advanced span#advancedSearchTxt { color:#6A4935; font-family:"Trebuchet MS"; font-size:15px; font-weight:bold; line-height:20px; margin-right: 10px; text-transform: uppercase; } #toolBar #topForm #advanced img{ margin-right:10px; float:left; } #toolBar #topForm #advanced a { color:#909090; text-decoration:none; } #toolBar #topForm form { float:right; margin-right:20px; } #toolBar #topForm input { float:left; } #toolBar #topForm input#searchTerm { width:145px; height:15px; border:solid 2px #bc9b6a; margin:0 8px 0 0; } #toolBar #topForm select { display:none; } #toolBar #topForm input#srcGo { height:18px; line-height:17px; width:40px; border:0px; cursor:pointer; font-family:arial; font-size:1.1em; padding:0 5px 2px; margin:0; background-image:url('/_static/images/www/Shared/btnSearchGo.gif'); background-repeat:no-repeat; } #toolBar #topInformation { width:180px; height:17px; line-height:50px; float:left; color:#909090; } #toolBar #topInformation ul { } #toolBar #topInformation ul li { display:block; float:left; font-size:0.9em; margin-right:3px; } #toolBar #topInformation ul li a { color:#909090; text-decoration:none; } #toolBar #topMyAccount { float:right; color:#909090; margin-right:10px; min-height: 26px; } #toolBar #topMyAccount ul { float: right; } #toolBar #topMyAccount ul li { float: left; padding-right: 5px; font-size:1em; line-height: 23px; } #toolBar #topMyAccount ul li#usernameTopNav { min-width: 100px; max-width: 200px; margin-left: -5px; overflow: hidden; text-align: right; padding-top: 4px; padding-bottom: 3px; line-height: 16px; } #toolBar #topMyAccount ul li#shoppingCartTopNav { padding-right: 2px; } #toolBar #topMyAccount ul li.countryFlag { padding-right:0px; } #toolBar #topMyAccount ul li img#countryArrow{ float:right; padding-bottom:8px; } #toolBar #topMyAccount ul li a { color:#59341E; font-family:"Trebuchet MS",arial,sans-serif; font-size:12px; font-weight:bold; text-decoration:none; text-transform:uppercase; } #toolBar #headerLinks { clear:both; width:485px; margin-left: -10px; min-height:25px; overflow: hidden; clear:both; float:right; text-align:right; margin-right:18px; line-height:20px; font-size:13px; color:#6a4935; font-weight:bold; font-family:"Trebuchet MS"; } #toolBar #headerLinks a { text-decoration:none; color:#6a4935; } #toolBar #headerLinks ul { display:block; float:right; } #toolBar #headerLinks ul li { display:block; float:left; line-height: 18px; padding: 2px 3px 3px 3px; } #toolBar #headerLinks ul li#hdrLnkBuyerName { max-width: 190px; text-align: right; } #toolBar #topShoppingCart { background-image:url(/_static/images/www/shared/iconShoppingBag.gif); background-repeat:no-repeat; color:#59341E; font-family:"ms trebuchet",arial,sans-serif; font-size:12px; font-weight:bold; height:14px; line-height:16px; margin-top:4px; padding-left:20px; text-transform:uppercase; } #toolBar #topShoppingCart a { color:#59341E; text-decoration:none; cursor: pointer; } #toolBar #topShoppingCart #ShoppingBagInfoLine { margin:0 0 0 2px; } #toolBar #topAccount { width:150px; height:43px; float:left; } #toolBar #topCart { width:150px; height:43px; float:left; } div#phoneNumber { color:#6A4935; float:right !important; font-family:Arial,"trebuchet MS"; font-size:18px; font-weight:normal; } #toolBar #contactInfo{ background-image:url(/_static/images/www/Shared/graphPhoneNumber.gif); background-repeat:no-repeat; float:right; font-size:18px; height:20px; line-height:20px; text-indent:23px; margin-right:17px; width:152px; font-family:arial; color:#6a4935; } /* ==================================================================================================== */ /* 7. LEFT BLOCK */ /* ==================================================================================================== */ div#leftBlock div#navMenu { font-size:13px; font-family:"ms trebuchet",arial; padding-left:12px; } div#leftBlock div#navMenu h2 { width:190px; height:37px; text-indent:-99999px; margin-bottom:5px; } div#leftBlock div#navMenu li.leftNavLevel1 { font-weight:bold; font-family:"Trebuchet MS",arial; line-height:21px; } div#leftBlock div#navMenu li.leftNavLevel2 { font-weight:normal; font-family:arial,"Trebuchet MS"; } div#leftBlock div#navMenu img.menuTitle { margin-bottom:5px; } div#leftBlock div#navMenu h2.fre { background-image:url('/_static/images/www/fre/leftMenuTitle.gif'); } div#leftBlock div#navMenu h2.eng { background-image:url('/_static/images/www/eng/leftMenuTitle.gif'); } div#leftBlock div#navMenu ul { margin:2px 0 15px; } div#leftBlock div#navMenu li { min-height:16px; height:auto !important; height:16px; margin-left:1px; padding-top:2px; } div#leftBlock div#navMenu li a { text-decoration:none; color:#400b13; display:block; width:185px; min-height:16px; height:auto !important; height:16px; } div#leftBlock div#navMenu li a:hover { color:#336699; } div#leftBlock div#navMenu li h3 { font-size:1em; font-weight:normal; } div#leftBlock div#navMenu li.selected a { font-weight:bold; color:#800000; } div#leftBlock div#navMenu li.leftNavLevel2 a { background-position:20px -5px; color:#800000; line-height:15px; margin-bottom:2px; padding-left:10px; width:143px; } div#leftBlock div#navMenu li.leftNavLevel2 a:hover { color:#000; } div#leftBlock div#navMenu li.leftNavLevel3 a { width:140px; padding-left:20px; background-position:35px -5px; color:#f00; line-height:15px; margin-bottom:2px; font-family:Arial,"Trebuchet MS"; } div#leftBlock div#navMenu li.leftNavLevel3 a:hover { color:#000; } div#leftBlock div#navMenu li select { margin-left:5px; margin-top:0px; } div#leftBlock div#enterEmail { display:none; width:190px; height:50px; background:#323232; clear:left; margin-top:10px; } div#leftBlock div#enterEmail div#newsletterMessage { width:190px; height:23px; } .enterEmailBackgroundeng { background-image:url('/_static/images/www/eng/newsletterMessage.gif'); } .enterEmailBackgroundfre { background-image:url('/_static/images/www/fre/newsletterMessage.gif'); } div#leftBlock div#enterEmail form { margin:0; width:190px; } div#leftBlock div#enterEmail input#email { width:150px; height:16px; padding-top:2px; border:0; margin:0 0 0 10px; float:left; } div#leftBlock div#enterEmail input#btnEmailGo { width:20px; height:19px; float:left; padding:0; margin-left:5px; margin-top:0px; border:0; } div#leftBlock div#recentlyViewed { } div#leftBlock div#recentlyViewed img { margin:10px 0; } div#leftBlock div#recentlyViewed h3.eng { background-image:url('/_static/images/www/eng/RecentlyViewed.gif'); } div#leftBlock div#recentlyViewed h3.fre { background-image:url('/_static/images/www/fre/RecentlyViewed.gif'); } div#leftBlock div#recentlyViewed ul li { width:190px; height:80px; margin-bottom:10px; display:block; } div#leftBlock div#recentlyViewed ul li a.recentImage { display:block; float:left; width:80px; height:80px; overflow:hidden; } div#leftBlock div#recentlyViewed ul li a.recentDesc { display:block; float:left; width:100px; margin-left:10px; text-decoration:none; } /* ==================================================================================================== */ /* 8. FOOTER */ /* ==================================================================================================== */ div#footerBlock p { display: none;} div#footerBlock ul { color:#bc9b6a; display:block; height:13px; width:auto !important; min-width:70px; float:left; } div#footerBlock ul li{ display:block; float:left; padding-right:9px; } div#footerBlock ul li a { color:#bc9b6a; text-transform:uppercase; font-size:11px; font-weight:bold; text-decoration:none; display:block; float:left; font-family:arial,"trebuchet ms"; } div#footerBlock ul li a:hover{ color:#fff; } div#copyright { color:#FFFFFF; display:inline; float:left !important; font-family:arial; font-size:11px; margin-top:28px; } /* ==================================================================================================== */ /* 9. ALERTBOXES */ /* ==================================================================================================== */ /* --- 9.1. FOR ALL ALERTBOXES ----------------------------------------------------------------------------- */ div#alertbox { color:#3D4341; text-align:left; z-index:1001; } div#alertBoxContent { border:#27669c; border-style:solid; border-width:6px 5px 8px; background:#fff; font-size:1.1em; } div#alertBoxCloseButton { clear:both; height:18px; text-align:right; background:#fff; } div#alertBoxCloseButton button, input#windowClose { float:right; background-color:#27669c; width:20px; height:18px; color:#6a4935; border:none; cursor:pointer; padding:0 0 3px 3px; font-family:arial; font-size:12px; font-weight:bold; text-transform:none; margin:0; } div#alertBoxScroller { padding:0 10px; margin:0; border-bottom:solid 10px #fff; overflow-x:hidden; overflow-y:auto; background:#fff; } div#alertBoxScroller h1 {margin-bottom:10px;} div#alertBoxScroller h2 {margin-bottom:10px; margin-top:0px;} div#alertBoxScroller h3 {margin-bottom:10px;} div#alertBoxScroller h4 {margin-bottom:5px;} div#alertBoxScroller p {margin:0 0 5px 0;} /* --- 9.2. QUICKVIEW -------------------------------------------------------------------------------------- */ .alertboxQuickView { width:500px; height:358px; } .alertboxQuickView #alertBoxScroller { width:470px; height:320px; font-size:1em; } /* --- 9.3. SMALL ALERT BOX -------------------------------------------------------------------------------- */ .alertboxSmall { width:250px; height:138px; } .alertboxSmallTOP { width:250px; height:138px; z-index:99999; } .alertboxSmall #alertBoxScroller { height:100px; } /* --- 9.4. CVC BOX -------------------------------------------------------------------------------- */ .alertboxCVC { width:450px; height:298px; } .alertboxCVC #alertBoxScroller { height:260px; } /* --- 9.5. FIELD EMPTY BOX -------------------------------------------------------------------------------- */ .fieldEmpty { width:270px; height:128px; } .fieldEmpty #alertBoxScroller { height:90px; } /* --- 9.6. WRONG ENTRY IN ORDER STATUS SEARCH ------------------------------------------------------- */ .profileCreateError { width:200px; height:108px; } .profileCreateError #alertBoxScroller { height:70px; } /* --- 9.7. SEND TO A FRIEND -------------------------------------------------------------------------------- */ .productDetailsWindow { width:400px; height:388px; } .productDetailsWindow #alertBoxScroller { height:350px; width:370px; font-size:0.9em; overflow:hidden !important; } .productDetailsWindow #alertBoxScroller h2 { margin-bottom:0; } .productDetailsWindow #alertBoxScroller .mandatoryfields { margin-bottom:10px; padding-top:5px; display:block; float:none; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn { width:180px; float:left; margin-right:5px; border:solid 0; font-size:1.1em; margin-bottom:2px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn .fieldLabel { margin-left:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset { display:block; height:20px; float:left; clear:left; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset label { width:8px; height:18px; overflow:hidden; text-align:center; line-height:18px; margin-right:2px; } .productDetailsWindow #alertBoxScroller .sendtofriendColumn fieldset label.inputerror { background:#c00; color:#fff; } .productDetailsWindow #alertBoxScroller input { width:158px; margin:0; } .productDetailsWindow #alertBoxScroller #explanation { font-weight:bold; height:30px; clear:both; font-size:1.2em; line-height:30px; padding-top:10px; padding-left:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendMessage { width:100%; border:solid 0; height:24px; line-height:24px; font-size:1.1em; margin-bottom:2px; clear:left; height:70px; padding-top:10px; } .productDetailsWindow #alertBoxScroller .sendtofriendMessage label { margin-left:10px; width:120px; } .productDetailsWindow #alertBoxScroller textarea { width:223px; height:60px; } .productDetailsWindow #alertBoxScroller #sendButton { height:40px; text-align:right; margin-top:10px; margin-right:10px; float:right; } .productDetailsWindow #alertBoxScroller #sendButton input { width:auto; text-transform:uppercase; } /* --- 9.8. FIND IT IN STORE -------------------------------------------------------------------------------- */ .findItInStoreWindow { width:700px; height:366px; } .findItInStoreWindow #alertBoxScroller { height: 338px; width:670px; font-size:0.9em; overflow:hidden !important; border-bottom: 0 none; } .findItInStoreWindow #alertBoxScroller h2 { line-height: 30px; margin: 0; } .findItInStoreWindow #alertBoxScroller iframe#findItInStoreFrame { height: 308px; width: 670px; border: 0 none; overflow: hidden; } body.findItInStore { padding: 10px 0 0 0; background-image: none; font-size: .7em; } body.findItInStore div#findItInStoreResultsWrapper, body.findItInStore div#findItInStoreSearchWrapper { width: 325px; height: 288px; float: left; overflow: hidden; overflow-y: auto; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock { overflow: hidden; margin-bottom: 10px; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeNameAddress { float: left; width: 205px; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeNameAddress a { text-decoration: none; color: #000; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeUnitsAvailable { float: left; width: 50px; text-align: center; } body.findItInStore div#findItInStoreResultsWrapper div.storeBlock div.storeMap { float: left; width: 50px; text-align: center; } body.findItInStore div#locatorDetailsBox div.map { float: right; width: 335px; height: 288px; } /* --- 9.9. INITIATE A RETURN -------------------------------------------------------------------------------- */ .alertboxReturns { width:400px; height:163px; } .alertboxReturns #alertBoxScroller { height:125px; overflow:hidden; } .alertboxReturns #alertBoxScroller fieldset { padding:10px 0; } /* --- 9.10. FLYDOWN SHOPPING CART ----------------------------------------------------------- */ div#shoppingBagWindow { width:368px; position:absolute; z-index:10002; background:#e0e0e0; left: auto !important; top:38px; right: -20px; border-left:2px solid #593825; } div#shoppingBagWindow div#alertBoxContent { position:relative; width:358px; } div#shoppingBagWindow .title{ background-color:#804016; color:#FFFFFF; display:block; font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; height:26px; padding-left:10px; padding-top:4px; text-transform:uppercase; width:348px; } div#shoppingBagWindow .title .alertBoxCloseButton2{ background-image:url(/_static/images/www/Shared/closeBox.gif); background-repeat:no-repeat; padding:4px 15px 5px 5px; float:right; width:15px; height:15px; color:#fff; border:none; cursor:pointer; padding:0 0 3px 3px; font-family:arial; font-size:12px; font-weight:bold; text-transform:none; margin:-1px 7px; } div#shoppingBagWindow #ShippingBagLineItems { padding:0 5px; margin:0; overflow-x:visible; background-color:#fff; } div#shoppingBagWindow #ShippingBagLineItems table { font-size:1.1em; margin:5px 0; padding:7px 5px; width:350px; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable{ width:350px !important; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable td.descriptionTitle{ width:300px; } div#shoppingBagWindow #ShippingBagLineItems table tr.headTable, div#shoppingBagWindow #ShippingBagLineItems table tr.headTable td { background:#fbefde; font-size:11px; font-weight:bold; color:#620404; padding-left:7px; } div#shoppingBagWindow #ShippingBagLineItems table tr td.itemno { white-space:nowrap; } div#shoppingBagWindow #ShippingBagLineItems table tr, div#shoppingBagWindow #ShippingBagLineItems table tr td { font-size:11px; height:32px; line-height:16px; border-bottom:none; color:#620404; } div#shoppingBagWindow #ShippingBagLineItems table tr.emptyLines, div#shoppingBagWindow #ShippingBagLineItems table tr.emptyLines td { height:2px; font-size:1px; line-height:1px; } div#shoppingBagWindow #ShippingBagLineItems table td.rightBorder { border-right:none; font-weight:bold; } div#shoppingBagWindow #ShippingBagLineItems table tr.total td { background:#e6dac8; color:#620404; font-weight:bold; height:28px; } div#shoppingBagWindow #bagButtons { border-top:5px solid #804016; padding:4px 2px 0; height:35px; overflow:hidden; } div#shoppingBagWindow #bagButtons .mainButton { float:right; margin:4px; } div#shoppingBagWindow #bagButtons .mainButton input { text-transform:capitalize; } div#shoppingBagWindow #bagButtons .mainButton input, div#shoppingBagWindow #bagButtons .mainButton button, div#shoppingBagWindow #bagButtons .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); background-repeat:no-repeat; height:22px; font-size:11px; } div#shoppingBagWindow #bagButtons .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); background-repeat:no-repeat; } div#shoppingBagWindow #bagButtons .mainButton2 { height:38px; float:left; } div#shoppingBagWindow #bagButtons .mainButton2 input { text-transform:capitalize; } div#shoppingBagWindow #bagButtons .viewCartLabel{ text-decoration:underline; line-height:39px; font-size:11px; font-weight:bold; text-transform:capitalize; color:#800000; } div#shoppingBagWindow #bagButtons .viewCartLabel label{ cursor:pointer; padding-left:12px; color:#800000; } /* --- 9.11. SHOPPING BAG POPUP (LARGE MID-SCREEN) ----------------------------------- */ div#shopBag { float:left; height:80%; width:80%; z-index:90; } div.overlayBG { position:absolute; top:0pt; width:100%; z-index:100000; background-color:#000; height:100%; left:0; opacity:0.45; -moz-opacity: 0.45; } .shoppingBagFrameInvisible { display:none; } div.opaqueBG { background:#FFFFFF none repeat 0%; border:5px solid #050; height:auto; left:50%; margin-left:-375px; position:absolute; top:80px; width:750px; z-index:100001; } div.opaqueBG h2 { clear:both; font-size:1.6em; height:20px; line-height:20px; text-transform:uppercase; text-align:left; margin:0 0 0 25px; font-family:arial; } div#shopBag h2{ color:#fff; background-color:#6A4935; } div#minOrder { height:28px; margin:0 0 0 25px; line-height:14px; color:#f00; font-size:1em; } div.opaqueBG #orderSumBar { margin-left:25px; width:700px; height:20px; line-height:20px; background:#909090; color:#fff; padding:0; margin:0 0 0 25px; } div.opaqueBG #orderSumBar div { float:left; text-align:center; border-right:solid 1px #909090; } div.opaqueBG #orderSumBar div.prodImage {width:90px;} div.opaqueBG #orderSumBar div.prodDesc {width:120px;} div.opaqueBG #orderSumBar div.prodColor {width:100px;} div.opaqueBG #orderSumBar div.prodSize {width:120px;} div.opaqueBG #orderSumBar div.prodPrice {width:50px;} div.opaqueBG #orderSumBar div.prodQty {width:40px;} div.opaqueBG #orderSumBar div.prodTotal {width:70px;} div.opaqueBG #orderSumBar div.prodRemove {width:86px;} div.opaqueBG iframe { float:left; clear:left; width:700px; height:275px; margin-left:25px; overflow-x: hidden; } div.opaqueBG iframe#iShopping { height:475px; margin-left:0px; overflow:hidden; width:730px; } div.opaqueBG iframe#iShopping body{ background-image:none; } div#alertbox h2.sendtoFriend{ color:#330000; font-family:"Trebuchet MS",Arial; font-size:18px; text-transform:uppercase; } div#overlayForm { background:none repeat scroll 0 0 #FFFFFF; height:auto; width:auto; overflow:hidden; } div#overlayForm .mandatoryfields{ color:#DD0D0D; display:block; float:none; font-size:11px; font-weight:bold; text-align:right; text-transform:capitalize; font-family:"Trebuchet MS"; } div#overlayForm #popupAddAddress h3{ background-color:#6A4935; color:#FFFFFF; font-size:14px; height:30px; line-height:25px; text-indent:20px; text-transform:capitalize; width:100%; } form#sendProductDetails{padding-top:10px;} form#sendProductDetails .sendtofriendColumn{width:auto;} form#sendProductDetails .sendtofriendColumn{width:auto;} form#sendProductDetails .sendtofriendColumn input{ float:right; margin-right:10px; width:180px; height:18px; } form#sendProductDetails textarea { float:right; margin-right:10px; width:180px; background-color:#FBEFDE; border:1px solid #BC9B6A; } .firstFieldInSection{margin-top:30px;} div.sendtofriendColumn .explanation{margin-bottom:10px;} .sendtofriendColumn label, .sendtofriendMessage label{font-weight:bold;} .sendtofriendColumn .redasterisk{ float:none; padding-right:1px; font-size:11px; font-weight:bold; } form#sendProductDetails .mainButton { clear:both; float:right; height:38px; margin:10px 10px 0; padding:0; } div#overlayForm form#addNewUserAddress{ background-color:#FAF7F2; border-left:1px solid #CEAD9A; border-right:1px solid #CEAD9A; padding-left:25px; padding-top:10px; width:374px; height:auto; } #addNewAddressForm{ float:left; background:none repeat scroll 0 0 #FFFFFF; padding-left:10px; margin-top:10px; } div#popupAddAddress .loginBlockTop{ background-image:url("/_static/images/www/Shared/loginBlockTopDiv.gif"); background-repeat:no-repeat; height:7px; width:401px; } div#popupAddAddress .loginBlockBottom{ background-image:url("/_static/images/www/Shared/loginBlockBottomDiv.gif"); background-repeat:no-repeat; height:7px; width:401px; } .sendtofriendMessage fieldset{padding-top:6px;} .sendtofriendMessage input.checkBox{border:0;background:none;clear:left;margin:5px 6px 0 10px;} .sendtofriendMessage label.checkBoxLabel{width:120px;margin-top:5px;height:auto;line-height:13px;} div#overlayForm form#addNewUserAddress .asterisk{color:#dd0d0d;} div#overlayForm form#addNewUserAddress label{font-size:13px;font-weight:bold;text-transform:capitalize;} div#overlayForm form#addNewUserAddress input{width:172px;height:18px;} div#overlayForm form#addNewUserAddress select{background-color:#FBEFDE;} div#overlayForm form#addNewUserAddress .bothButtons{clear:none;overflow:hidden;} div#overlayForm form#addNewUserAddress .mainButton { display: inline; float: right; height: 23px; margin: 8px 21px 11px; width: auto; } div#overlayForm form#addNewUserAddress .mainButton input, div#overlayForm form#addNewUserAddress .mainButton button, div#overlayForm form#addNewUserAddress .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); font-size:11px; height:22px; text-transform:lowercase; width:auto !important; } div#overlayForm form#addNewUserAddress .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); width:8px;height:23px;} div#overlayForm #popupAddAddress{width:auto; height:auto;} div#overlayForm #popupSavedAddresses{ background-color:#FFFFFF; clear:none; float:left; height:auto; padding-bottom:20px; width:322px; } div#overlayForm #popupSavedAddresses h3{ background:none repeat scroll 0 0 transparent; color:#6A4935; float:left; margin-bottom:0; margin-top:10px; text-indent:20px; text-transform:capitalize; width:185px; } div#overlayForm #popupSavedAddresses .name{padding-bottom:1px;} div#overlayForm #popupSavedAddresses .mainButton input, div#overlayForm #popupSavedAddresses .mainButton button, div#overlayForm #popupSavedAddresses .mainButton a { background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); font-size:11px; height:22px; } div#overlayForm #popupSavedAddresses div.nameSpacer {height:5px;} div#overlayForm #popupSavedAddresses div.spacer {height:2px;} div#overlayForm #popupSavedAddresses .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); width:8px;height:23px;} div#overlayForm #popupSavedAddresses .mainButton {height:20px;margin-left:7px;margin-top:9px;width:auto;} div#overlayForm #popupSavedAddresses .mainButton a{text-transform:lowercase;} div#overlayForm #popupSavedAddresses div.savedAddress{ background-color:#ECECEC; border-bottom:1px solid #9F7E4A; color:#6A4935; display:inline; float:left; font-family:verdana; font-size:10px; font-weight:normal; height:auto; margin-left:10px; min-height:33px; padding:9px 8px 10px 9px; width:286px; } div#overlayForm #popupSavedAddresses div.oddRow{background-color:#fff;} div#overlayForm #popupSavedAddresses .deleteButton {float:right; margin-top:1px;} div#overlayForm #popupSavedAddresses .editButton{float:right;} .productDetailsWindow{top:0;} body.shoppingCartDetailsBody { background:#fff; margin:0; padding:0; } body.shoppingCartDetailsBody div#orderSumCont { clear:both; width:684px; background:#fff; } body.shoppingCartDetailsBody table.shoppingCartTable { background:#e0e0e0; width:100%; } body.shoppingCartDetailsBody table.shoppingCartTable td { border-right:solid 1px #c0c0c0; border-bottom:solid 1px #c0c0c0; text-align:center; overflow:hidden; padding:10px 0; font-size:11px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodImage {width:90px; border-left:solid 1px #c0c0c0;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodDesc {width:120px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodColor {width:100px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodSize {width:120px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodPrice {width:50px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodQty {width:40px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodTotal {width:70px; font-weight:bold;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodRemove {font-size:10px;} body.shoppingCartDetailsBody table.shoppingCartTable td.prodQty input { width:20px; margin:10px; text-align:center; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodColor select { width:90px; margin:0 5px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodSize select { width:110px; margin:0 5px; } body.shoppingCartDetailsBody table.shoppingCartTable td.prodRemove button { border:solid 0; font-family:arial; cursor:pointer; font-size:1em; height:20px; width:60px; line-height:20px; background:#606060; color:#fff; } body.shoppingCartDetailsBody table.shoppingCartTable .opaqueShoppingBag { color:#909090; background:#c0c0c0 } body.shoppingCartDetailsBody table.shoppingCartTable td.opaqueShoppingBag img { -moz-opacity: 0.40; opacity:0.40; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedStart { border-left:solid 1px #c00; border-top:solid 1px #c00; border-right:solid 0; border-bottom:solid 1px #c00; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedMiddle { border-top:solid 1px #c00; border-bottom:solid 1px #c00; border-right:solid 0; } body.shoppingCartDetailsBody table.shoppingCartTable td.reducedEnd { border-right:solid 1px #c00; border-top:solid 1px #c00; border-bottom:solid 1px #c00; color:#c00; } iframe#iShoppingLogos { width:200px; height:70px; float:left; } body.shoppingLogos { background:#fff; } body.shoppingLogos div#verisignLogo { width:120px; float:left; height:120px; } div.opaqueBG div.buttonHolder { float:right; width:500px; height:70px; margin:15px 25px 0 0; } div.opaqueBG div.buttonHolder button.mainButton { } .opaqueShoppingBag { color:#909090; background:#c0c0c0 } td.opaqueShoppingBag img { -moz-opacity: 0.40; opacity:0.40; } /* --- 9.12. EMPTY SHOPPING CART ------------------------------------------------------------------- */ div#emptyShoppingCart { font-size:1.2em; width:700px; height:200px; background:#fff; margin:15px 0 0 30px; } div#emptyShoppingCart a { display:block; margin:20px 0; font-weight:bold; } /* --- 9.13. GIFT WRAP ------------------------------------------------------------------- */ .giftWrapWindow { width:420px; height:328px; } .giftWrapWindow #alertBoxScroller { height:290px; font-size:0.9em; } .giftWrapWindow #alertBoxScroller .mainButton { float:right; margin-top:10px; margin-left:16px; } .giftWrapWindow #alertBoxScroller .mainButton input {} div.giftWrapItem { float:left; width:100px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftWrapDetails { float:left; width:174px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftWrapPrice { float:left; width:100px; font-size:1.2em; height:30px; line-height:30px; border-bottom:solid 1px #999; font-weight:bold; color:#999; } div.giftwrapHighlight, div.giftwrapNotHighlight { width:374px; height:55px; font-size:1.1em; cursor:pointer; clear:left; border-bottom:solid 1px #999; } div.giftwrapHighlight { background:#e0e0e0; } div.giftwrapHighlight img, div.giftwrapNotHighlight img { width:45px; height:45px; float:left; margin:5px 55px 5px 0; background:#ccc; } input.giftwrapRemove { width:130px !important; left:-10px; } div.giftwrapHighlight div.colorName, div.giftwrapNotHighlight div.colorName { width:174px; float:left; padding-top:10px; } div.giftwrapHighlight div.price, div.giftwrapNotHighlight div.price { width:100px; float:left; padding-top:10px; } /* --- 9.14. KITS ------------------------------------------------------------------- */ .kitsWindow { width:800px; height:550px; } .kitsWindow #alertBoxScroller { height:290px; font-size:0.9em; } .kitsWindow #alertBoxScroller .mainButton { float:right; margin-top:10px; margin-left:16px; } .kitsWindow #alertBoxScroller .mainButton input {} /* ==================================================================================================== */ /* 10. TABLE PROPERTIES */ /* ==================================================================================================== */ /* --- 10.1. GENERAL PROPERTIES FOR ALL TABLES --------------- */ table { margin:10px 0; color:#000; font-size:11px; clear:both; width:100%; } table thead{ background:#6a4935; font-family:"Trebuchet MS"; } table th { color:#fff; height:20px; line-height:20px; text-transform:capitalize; } table td { padding:3px; } table .columnLeft { text-align:left; width:285px; } table .columnLeft span.nameCartTitle{ text-align:left; padding-left:60px; } table .columnRight { text-transform:none; font-weight:bold; font-family:"Trebuchet MS"; } table td.columnRight { border-right:none; } table td.columnFullWidth { text-align:center; border-right:solid 1px #c0c0c0; } table td.columnDelete button.buttonDelete, table td.columnDelete button.buttonDelete input{ background-image:url(/_static/images/www/Shared/deleteBtn.gif); background-repeat:no-repeat; border:0 none; height:14px; width:14px; cursor:pointer; } table#shoppingCart td.columnDelete button.buttonDelete { margin-top: 2px; } table#shoppingCart input.shortInputSalesEntry{float:none;min-width:56px;text-align:right;width:56px;} table#shoppingCart input.quantityBox{ border: 1px solid #BC9B6A; width: 50px; } /* --- 10.2. LIST OF ORDERS --------------- */ /* --- 10.2.1. Common items --------------- */ table.ordersList {} table.ordersList .columnOrderNumber {width:100px;} table.ordersList .columnOrderDate {width:100px;} table.ordersList .columnOrderStatus {} /* VARIABLE WIDTH! */ table.ordersList .columnParentNumber {} table.ordersList .columnShipTo{} table.ordersList .columnDeliveryDate{} table.ordersList .columnOrderTotal {width:100px; white-space:nowrap;} /* --- 10.2.2. Specific items --------------- */ table#ordersHistory .columnTracking {/*width:63px;*/ text-align:center;} table#ordersHistory .columnParentNumber{text-align:center;} table.ordersListTable{ clear:none; width:713px; margin-top:0; font-size:12px; font-weight:bold; } table.ordersListTable th { font-size: 12px; } table.ordersListTable thead{height:29px;} div.orderSearchTablesCtn { width: 740px; height: 370px; overflow: auto; margin: 0px 0px 10px 0px; } #frmAccountSearch { margin-right: -5px; } table.orderSearchTables { width: 715px; margin: 0px 0px 0px 5px; } table.orderSearchTables tr th, table.orderSearchTables tr td { padding: 3px 2px; text-align: center; } table.orderSearchTables .accountCol {width: 85px;} table.orderSearchTables .nameCol {width: 251px;} table.orderSearchTables .cityCol {width: 115px;} table.orderSearchTables .stateCol {width: 60px;} table.orderSearchTables .zipCol {width: 90px;} table.orderSearchTables .phoneCol {width: 90px;} table.orderSearchTables thead tr#orderHistoryTopInputs td input, table.ordersListTable thead tr#orderHistoryTopInputs td input { width: 95%; display: block; float: none; background:#fff; margin-top:2px; } table.orderSearchTables thead tr#orderHistoryTopInputs .searchOrderButtons, table.ordersListTable thead tr#orderHistoryTopInputs td .searchOrderButtons { clear: left; width: 55px; margin: 3px auto 0px; } table.orderSearchTables thead.srchResultTopSection, table.ordersListTable thead.srchResultTopSection { background:none repeat scroll 0 0 #FBEFDE !important; } table.ordersListTable thead th{ padding-top:5px; } table.ordersListTable .topColumnBar{ height:2px; background-color:#BC9B6A; background-repeat:no-repeat; } table.ordersListTable .topColumnBar td{ padding:0; height:2px; } table.ordersListTable .columnFullWidth{ border:none; padding-top:10px; } table.ordersListTable .columnLeft{ text-indent:6px; } table#pastReturns th.columnLeftAligned, table#pastReturns td.columnLeftAligned {text-align:left;text-indent:8px;} table.ordersListTable .orderColumns{ height:28px; background-color:#ececec; font-size:12px; color:#6a4935; } table#pastReturns td.extraLeftPadding{padding-left:18px;} table.ordersListTable .orderColumns a{ color:#800000; } table.ordersListTable .orderColumns .versionOne{ background-color:#ececec; } table.ordersListTable .orderColumns .versionTwo{ background-color:#fafafa; } table.ordersListTable tr.rowOdd td,table.ordersListTable tr.rowEven td {background-color:#fff; } table.ordersListTable tr.rowEven td {background-color:#ececec;} table.ordersListTable tr.rowOdd td, table.ordersListTable tr.rowEven td { border:none; color:#6a4935; font-size:11px; font-weight:bold; padding: 2px 1px; line-height:14px; } div.orderSearchRightSide{ width: 726px; overflow: hidden; } div.orderSearchRightSide table.ordersListTable th { font-size:11px; } /* --- 10.3. LIST OF ITEMS --------------- */ /* --- 10.3.1. Common items --------------- */ table.itemsList { color:#dd0d0d; font-weight:bold; } table.itemsList .columnItem {} /* VARIABLE WIDTH! */ table.itemsList .columnItem div.itemImage { display:block; float:left; height:50px; margin:5px 20px 5px 5px; overflow:hidden; width:50px; border:solid 1px #886d5d; } table.itemsList .columnItem div.itemImage a { width:50px; height:50px; display:block; overflow:hidden; } table.itemsList .columnItem div.itemImage img { width:50px; height:50px; border:solid 1px #e0e0e0; } table.itemsList .columnItem div.itemID { float:left;font-weight:bold;} table.itemsList .columnItem div.itemLink { float:left; display:block; width:200px; line-height:60px; font-weight:normal; color:#620404; } table.itemsList .itemSku { color: #000000; } table.itemsList .itemSku .kitLink a { font-weight:bold !important; color:#7F0407 !important; padding-top:0 !important; font-family:"Trebuchet MS" !important; text-decoration:underline !important; font-size:12px !important; } table.itemsList .columnItem div.giftWrap {clear:both; float:left;} table.itemsList .columnItem div.giftWrap a {text-decoration:none;} table.itemsList .columnItem div.giftWrap img {margin-right:3px;} table.itemsList .columnColor { width:80px; } table.itemsList .columnID{ /*width:90px;*/ font-weight:normal; color:#620404; text-decoration:none; } table.itemsList .columnPersonalize{ background-image:url(/_static/images/www/Shared/bgPersonalize.gif); background-repeat:no-repeat; font-weight:normal; color:#3b3b3b; text-decoration:underline; text-indent:30px; width:135px; text-transform:capitalize; } table.itemsList .columnColor select {width:90px;} table.itemsList .columnSize {width:100px; overflow:hidden;} table.itemsList .columnSize input {} table.itemsList .columnSize select {width:auto; margin:0; float:none;} table.itemsList .columnUnitPrice { width:auto; white-space:nowrap; } table.itemsList .columnPrice {width:auto; white-space:nowrap;} table.itemsList .columnQuantity {width:40px;} table.itemsList td.columnQuantity input { width: 45px; margin: 0 5px; text-align: center; background: #FBEFDE; border: 1px solid #6A4935; } table.itemsList .columnTotal {width:auto; white-space:nowrap;} table.itemsList tr.bottomLine td { background:#e0e0e0; text-align:right; height:18px; line-height:18px; padding:0 5px; font-weight:bold; color:#303030; } table.itemsList tr.bottomLine td.columnRight { border-left:solid 0; } table.itemsList tr td.promoRow { background:#ECECEC; border-top:1px solid #9F7E4A; } table.itemsList tr td .promoLine { color:#800000; } table.itemsList tr td .promoLine p { margin:0; } /* --- 10.3.2. Unique items to specific tables --------------- */ /* ---Shopping Cart Tables---- */ table#shoppingCart { font-size:12px; font-family:"Trebuchet MS"; } table#shoppingCart thead{ background-repeat:no-repeat; } table#shoppingCart thead tr{ height:20px; } table#shoppingCart tr.productRow td { border-top:1px solid #6A4935; } table#shoppingCart tr.productBottomRow td { border-top:1px solid #6A4935; border-bottom:1px solid #6A4935; } table#shoppingCart td.itemDetailsColumn{ text-align:left; padding-bottom:10px; padding-top:10px; } table#shoppingCart .columnRemove { width:75px; text-align:center; } table#shoppingCart .columnRemove button { font-size:11px; font-family:"Trebuchet MS"; font-weight:bold; color:#ffffff; margin:0 5px; width:54px; height:auto; border:none; } table#shoppingCart .columnRemove .buttonRemove{ background-image:url(/_static/images/www/Shared/btnRemove.gif); background-repeat:no-repeat; } table#shoppingCart .columnAddToCart {width:75px; text-align:center;} table#shoppingCart .columnAddToCart button {border:solid 1px #000; font-size:9px; width:65px; font-family:arial; margin:0 5px;} table#requestReturn .columnReasonSelect {width:140px;} table#requestReturn .columnReasonSelect select {width:140px;} table#requestReturn .columnQuantity {width:40px;} table#requestReturn .columnQuantity select {width:40px;} table#pastReturn .columnReason {width:60px;} table#pastReturn .columnReturned {width:50px;} table#pastReturn .columnCredited {width:50px;} table#shoppingCart tr#shoppingCartLines td.columnTotal{ width:100px; } table#shoppingCart .columnLeft { width:60px; text-align:center; } table#shoppingCart td.columnRight { width: 115px; } table#shoppingCart td.columnDelete { height: 60px; padding-top: 27px; vertical-align: top; text-align: center; } table#shoppingCart .addPrizeQtyBtn { margin-left: 5px; } table#shoppingCart td.columnAddToCart{width:85px;} table#shoppingCart td.columnTotal {text-align:center;} table#shoppingCart td.columnPrice {text-align:center;} table#shoppingCart div.itemID{ font-family:arial; font-size:14px; color:#6a4935; } table#shoppingCart div.itemLink { float: left; padding-top: 18px; padding-left: 2px; min-width: 95px; } table#shoppingCart div.itemLink a{ text-decoration:none; color:#525252; font-weight:normal; font-family:verdana,arial; font-size:11px; padding-top:12px; text-align:left; } table#shoppingCart div.itemPersonalisation { float: left; width: 70px; height: 52px; overflow: hidden; padding-left: 4px; text-align: center; } table#shoppingCart div.itemPersonalisation a{ border:0; text-decoration:none; } table#shoppingCart div.itemPersonalisation a img{ height:50px; overflow:hidden; width:50px; } table#shoppingCart div.itemImage{ display:inline; float:left; margin-left:10px; width:50px; height:50px; overflow:hidden; } table#shoppingCart div.itemImage img, table#shoppingCart div.itemPersonalisation img { border:1px solid #6a4935; } table#shoppingCart div.itemImage a img{ height:50px; overflow:hidden; width:50px; } table#shoppingCart div.itemImage a{ text-decoration:none; border:none; } table#shoppingCart div.itemImage a img.noBorder{ border:none !important;} #emptyCartButton{float:right;clear:both;} div#shoppingCartBlock #emptyCartButton{clear:none;} #emptyCartButton .mainButton input, #emptyCartButton .mainButton button, #emptyCartButton .mainButton a{ background-image:url(/_static/images/www/Shared/btnEmptyCart.gif); background-repeat:no-repeat; height:18px; width:auto; color:#fff; font-size:11px; text-transform:lowercase; float:left; border:0; line-height:12px; } #emptyCartButton .mainButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/btnEmptyCartEnd.gif); background-repeat:no-repeat; height:18px; width:6px; overflow:hidden; float:left; border:0; } .addPrizeQtyBtn { float:right; } .addPrizeQtyBtn input, .addPrizeQtyBtn button, .addPrizeQtyBtn a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); font-size:11px; height:18px; text-transform:lowercase; padding:0 0 1px 7px; } .addPrizeQtyBtn div.buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); background-repeat:no-repeat; height:18px; width:8px; } /* --- 10.4. ERROR LINES ETC. --------------- */ table td.errorRow { padding:0 !important; border:solid 0 !important; } table td.errorRow .errorLine { background:#fff; padding:3px; font-weight:bold; color:#c00; display:none; margin:0; border:solid 0; margin-top:10px; border:solid 1px #c00; } table td.errorRow .errorLine .errorMessage { line-height:1.2em; margin:0; } table tr.productError td { background:#ddd; color:#909090; border-top:solid 1px #c00; border-bottom:solid 1px #c00; } table tr.productError td.columnLeft { border-left:solid 1px #c00; text-align:left; } table tr.productError td.columnRight { border-right:solid 1px #c00; text-align:right; } table tr.productError td a { color:#909090; } /* ==================================================================================================== */ /* 11. MY ACCOUNT */ /* ==================================================================================================== */ /* --- 11.1. GENERAL ------------------------------------------------------------------- */ .mainBlock .editAccountBlock{ height:600px !important; } #myAccountHomeSection{ float:right; width:740px; height:auto; } #myAccountBlock { width: 928px; font-family:"Trebuchet MS",Arial; } #myAccountBlock .mandatoryfields, #contactContentBlock .mandatoryfields{ display:block; float:none; margin:15px 45px 15px 0; text-align:right; text-transform:capitalize; color:#dd0d0d; font-size:11px; font-weight:bold; } #myAccountBlock h1 { display:none; } #myAccountBlock h2 { clear:both; line-height:25px; margin-bottom:12px; margin-top:10px; text-indent:50px; } #myAccountBlock h3 { margin-bottom: 10px; clear:both; font-size:12px; color:#6a4935; width:327px; text-transform: uppercase; font-size:16px; } #myAccountBlock h3.subHeading{ color:#7F0407; margin-left:50px; } #myAccountBlock h6 { margin-bottom:10px; clear:both; font-size:16px; color:#6a4935; width:327px; } #myAccountBlock ul { clear:left; width:85%; margin-bottom:10px; } #myAccountBlock h3.searchTitle{ font-size:16px !important; } #myAccountBlock #SRRelatedAccounts, #myAccountBlock #createOrderSection, #myAccountBlock #openOrdersSection, #myAccountBlock #searchOrdersSection, #myAccountBlock #accountStatement, #myAccountBlock #infoToolsContentBlock { width: 740px; overflow: hidden; margin-right: -5px; } #createEditProfile, #myAccountBlock #SRcreateAccountBlock { width: 400px; overflow: hidden; margin-left: 25px; display: inline; float: left; } #myAccountBlock #SRcreateAccountBlock #dvAccountSearch { clear:right; float:left; display: inline; width: /*398px*/ 388px; padding-left: 10px; overflow: hidden; background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; padding-bottom:20px; } #SRcreateAccountBlock #dvAccountSearch .checkBoxFieldsets input { width: 20px; border: none; } /* --- 11.2. NAVIGATION ------------------------------------------------------------------- */ #myAccountBlock #myAccountNav {margin-left:34px;overflow:hidden;} #myAccountBlock #myAccountNav h3{ color:#800000; font-family:"Trebuchet MS",Arial; font-size:20px; height:21px; line-height:30px; margin-bottom:7px; padding-top:10px; text-transform:capitalize; } #myAccountBlock #myAccountNav #breadcrumbs{ height:21px; padding-left:151px; } #myAccountBlock #myAccountNav ul { width:590px; margin-bottom:0; } #myAccountBlock #myAccountNav li { display:block; float:left; border-right:none; font-weight:bold; } #myAccountBlock #myAccountNav li.last,#myAccountBlock #myAccountNav li.last a { border-right:none; text-decoration:none; color:#231f20; text-transform:capitalize; } .redColorFont{font-weight:normal !important;} ul#forcheckOrder li{text-transform:capitalize;} #myAccountBlock #myAccountNav h3.chkOrdAcctHeader {height:17px; padding-top:0;} #myAccountBlock #myAccountNav li.redColorFont {text-transform:none;} /* --- 11.3. LOGIN PAGE ------------------------------------------------------------------- */ .accountLoginHeader { background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; text-indent:18px; margin-left:36px; } .billAndShipHeader{ background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; } .payAndSaveHeader{ background-image:url(/_static/images/www/Shared/bgMyAccountBar.gif); background-repeat:no-repeat; color:#800000; font-size:17px; height:24px; line-height:25px; float:left; width:862px; margin-bottom:20px; border:none !important; } .payAndSaveHeader span.sharedHeader{ float:left; } .accountHeader { background:#fbefde; background-repeat:no-repeat; border-bottom:solid 1px #e6cfbd; color:#800000; font-size:17px; height:26px; line-height:26px; text-indent:18px; margin:20px 12px 0; width:900px; font-weight:bold; } .accountHeader span.sharedHeader{ float:left; width:414px; text-transform:capitalize; } .sharedHeader{ float:left; width:414px; text-transform:capitalize; } .accountProfileHeader { line-height:29px; text-indent:13px; margin-bottom:20px; } #myAccountBlock .createAccountHeader{ color:#6a4935; font-size:16px; font-family:"Trebuchet MS"; font-weight:bold; clear:right; width:435px; text-indent:62px; height:35px; float:left; padding-top:40px; } #myAccountBlock .guestHeader{ padding-top:10px !important; color:#6a4935; font-size:16px; font-family:"Trebuchet MS"; font-weight:bold; clear:right; width:450px; text-indent:55px; height:2px; float:left; } #myAccountBlock .accountBlock { margin:30px -16px 11px 44px; overflow:hidden; width:394px; float:left; padding:7px 5px 15px 0; border-right:solid 1px #CEAE9A; border-left:solid 1px #CEAE9A; background:#FAF6F1 none repeat scroll 0 0; font-weight:bold; } #myAccountBlock #newLogin{ width:401px; } #myAccountBlock .loginBlock{ float:right; margin:0 37px 0 0; } #myAccountBlock div#createAccountBlock{ float:right; width:438px; height:auto; } #myAccountBlock div#returningCustomerBlock{ float:right; width:438px; height:auto; } #myAccountBlock .loginBlockTop{ background-image:url(/_static/images/www/Shared/loginBlockTopDiv.gif); background-repeat:no-repeat; height:7px; width:401px; } #myAccountBlock .loginBlockBottom{ background-image:url(/_static/images/www/Shared/loginBlockBottomDiv.gif); background-repeat:no-repeat; height:7px; width:401px; clear:both; } #shippingFormVisible{ float:left; margin-left:26px; width:395px; } #shippingFormVisible select{ -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FBEFDE none repeat scroll 0 0; border:1px solid #BC9B6A; float:left; font-family:arial; font-size:1em; height:19px; width:182px; } #shippingFormVisible #shippingForm { margin:0 0 8px 5px; overflow:hidden; width:377px; float:left; padding:15px 0 15px 30px; border:solid 1px #CEAE9A; background:#FAF6F1 none repeat scroll 0 0; font-weight:bold; clear:both; } #shippingFormVisible #shippingForm span.asteriskNote { color:#DD0D0D; float:right; font-size:12px; padding-right:30px; text-transform:capitalize; } #shippingFormVisible #shippingForm label{ color:#6A4935; font-size:13px; margin:0 15px 0 4px; text-transform:capitalize; } #shippingFormVisible #shippingForm input{ height:17px; width:180px; } #shippingFormVisible #shippingForm input.shortField{ width:30px; } #shippingFormVisible #shippingForm fieldset .textIndent{ text-indent:27px; } .guestBlock{ float:left; clear:both;} .guestBlock form{ width:327px; overflow:hidden; padding:15px 39px 10px 39px !important; } .guestBlock div.accountButton{ padding-top:5px; cursor:pointer; } #myAccountBlock label { float:left; width:auto; color:#6a4935; font-size:13px; } #myAccountBlock #createaccount label {} #myAccountBlock #orderSearchForm label { font-size:12px; margin-right:0; overflow-x: hidden; width: 115px; } #myAccountBlock #createaccount input, #myAccountBlock #createaccount select, #myAccountBlock #orderSearchForm input, #myAccountBlock #orderSearchForm select { width: 180px; } #myAccountBlock #createaccount div.accountButton input, #myAccountBlock #orderSearchForm div.accountButton input { width: auto; } #myAccountBlock #orderSearchForm input#requested_delivery_date_to, #myAccountBlock #orderSearchForm input#requested_delivery_date_from { width: 140px; display: inline; float: left; margin-left: 5px; margin-right: 5px; } /* hacks */ #myAccountBlock #orderSearchForm .mainButton input { width: 60px; } #myAccountBlock #orderSearchForm .ui-datepicker-trigger { float: none; } #myAccountBlock #orderSearchForm .shoppingCartButton { float: none; padding: 0px 0px 0px 0px; height: 38px; } #myAccountBlock .accountBlockRight { margin-right:0; } #myAccountBlock .accountBlock form { width:335px; overflow:hidden; padding:20px 39px; } #myAccountBlock .accountBlock form div.mainButton{ float:right; padding-right:15px; } #myAccountBlock .accountBlock form .input{ float:right; height:18px; margin-right:10px; width:162px; text-indent:2px; } #myAccountBlock .accountBlock .addressBlock { margin:10px 0 0 0; padding:10px 0; border-top:dashed 1px #d0d0d0; } #myAccountBlock .accountBlock p { padding-bottom:10px; } #myAccountBlock #userLoginMessageContainer, #myAccountBlock #forgotPasswordContainer, #myAccountBlock #newUserMessageContainer { } #myAccountBlock #userLoginMessageContainer img { float:left; } #myAccountBlock #userLoginMessageContainer #loginUserMessage, #myAccountBlock #forgotPasswordContainer #forgotPasswordMessage, #myAccountBlock #newUserMessageContainer #newUserMessage { line-height:16px; color:#c00; float:left; font-weight:bold; } #myAccountBlock #newUserRegistrationForm li { list-style-type:disc; list-style-position:inside; } #myAccountBlock #newUserRegistrationForm, #myAccountBlock #userLoginForm { min-height: 190px; } #myAccountBlock .largerTitle{ color:#6A4935; font-size:17px; text-transform:capitalize; } /* --- 11.4. ACCOUNT HOME ------------------------------------------------------------------- */ #myAccountBlock .accountHomeBlock { margin:10px 70px; padding-bottom:20px; border-bottom:1px solid #9F7E4A; width:575px; float:left; clear:both; font-family:verdana; font-size:11px; font-weight:normal; } #myAccountBlock .accountHomeBlock h2{ font-size:17px; color:#6A4935; font-family:"Trebuchet MS"; } #myAccountBlock .accountHomeBlock form { } #myAccountBlock .accountHomeBlock .addressBlock { color:#6A4935; background-color:#ECECEC; border-bottom:1px solid #9F7E4A; font-family:verdana; font-size:11px; font-weight:normal; padding:10px 15px;} #myAccountBlock .accountHomeBlock .oddRow{ background-color:#fff; } #myAccountBlock .accountHomeBlock p { padding-bottom:10px; } #myAccountBlock .accountHomeBlock ul{ } #myAccountBlock .accountHomeBlock .mainButton { float:right; display:block; margin-top:-3px; } #myAccountBlock .accountHomeBlock .mainButton input, #myAccountBlock .accountHomeBlock .mainButton button, #myAccountBlock .accountHomeBlock .mainButton a{ background-image:url(/_static/images/www/shared/bgaccountButton.gif); width:auto; text-transform:lowercase; height:25px; line-height:24px; font-size:11px; } #myAccountBlock .accountHomeBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/shared/bgAccountButtonEnd.gif); height:28px; } #myAccountBlock .accountHomeBlock .editButton{ float:right; } #myAccountBlock .accountHomeBlock .deleteButton{ float:right; margin-top:1px; } #myAccountBlock #userLoginMessageContainer img { float:left; } #myAccountBlock #userLoginMessageContainer #loginUserMessage, #myAccountBlock #forgotPasswordContainer #forgotPasswordMessage, #myAccountBlock #newUserMessageContainer #newUserMessage { line-height:16px; color:#c00; float:left; font-weight:bold; } #myAccountBlock #newUserRegistrationForm li { list-style-type:disc; list-style-position:inside; } /* --- 11.5. ACCOUNT PROFILE (MY PROFILE, "EDIT ACCOUNT" FROM ACCOUNT HOME, AND QUICK ORDER) --------------- */ #myAccountBlock #accountNav{ float:left; clear:both; padding-left:12px; width:165px; height:auto; } #orderHistory #accountNav{ height:auto !important; } #myAccountBlock #accountNav ul{ padding-left:8px; margin-bottom:0; } #myAccountBlock #accountNav ul li{ font-size:16px; text-transform:capitalize; text-decoration:none; font-weight:bold; line-height:24px; } #myAccountBlock #accountNav ul li a{ text-decoration:none; color:#BC9B6A; font-weight:bold; } #myAccountBlock #accountNav ul li a:active, #myAccountBlock #accountNav ul li a:hover{ text-decoration:none; color:#6a4935; } #myAccountBlock #accountNav span.selectedMenuItem{ text-transform:uppercase; color:#6a4935; } #myAccountBlock #accountNav span.selectedMenuItem a{ color:#6a4935; text-transform:uppercase; } .selectedMenuItem{ text-transform:uppercase; color:#6a4935; } #myAccountBlock #profileForm { background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; overflow:hidden; width:398px; } #myAccountBlock #profileForm .disabled{ opacity:-1 !important; display:none; } #myAccountBlock #profileForm .enabled{ display:block; } #myAccountBlock #profileForm #profileFormFields{ clear:both; float:right; width:325px; height:auto; } #myAccountBlock #profileForm fieldset{ margin-left:-50px; margin-right:50px; } #myAccountBlock #profileForm fieldset.extraTopPadding{ padding-top:10px; } #myAccountBlock #profileForm input{ color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:17px; text-indent:2px; width:183px; } #myAccountBlock #profileForm .extension, form#contactUSForm #formSide2 .extension{ color:#6A4935; font-size:13px; font-weight:bold; margin-left:3px; } #myAccountBlock #profileForm span.formDash, form#contactUSForm #formSide2 span.formDash{ color:#6A4935; font-size:13px; font-weight:bold; margin:0 2px; } #myAccountBlock #profileForm input.shortField{ width:33px; } #myAccountBlock #profileForm select{ float:right; background:#FBEFDE none repeat scroll 0 0; border:1px solid #BC9B6A; height:20px; width:185px; color:#6A4935; font-family:"Trebuchet MS"; font-size:12px; } #myAccountBlock #profileForm select.dayField, #myAccountBlock #profileForm select.monthField, #myAccountBlock #profileForm select.yearField{ margin-left:5px; margin-right:0; } #myAccountBlock #profileForm select.dayField{ width:48px; } #myAccountBlock #profileForm select.monthField{ width:62px; } #myAccountBlock #profileForm select.yearField{ width:65px; } #myAccountBlock #profileForm label{ font-weight:bold; text-transform:capitalize; } #myAccountBlock #profileForm label.surveyFields{ margin-left:4px; width:130px; } #myAccountBlock #profileForm label.genderLabel{ margin-right:88px; } .profileFormBottomCSR{ clear:right; padding-bottom:25px; background-image:url(/_static/images/www/Shared/roundedFormBottom.gif); background-repeat:no-repeat; float: left; width: 400px; height:7px; } #profileForm fieldset.checkBoxFieldsets label.residentialInd{margin-right:65px;} #profileForm label.phoneFormField{width:135px;} #profileForm fieldset.checkBoxFieldsets label.deceasedInd{margin-right:68px;} #profileForm fieldset.checkBoxFieldsets label.labelForDoNot {margin-right:65px;} #profileForm fieldset.checkBoxFieldsets label.doNotCall{margin-right:66px;} #profileForm fieldset.checkBoxFieldsets label.doNotRentName{margin-right:21px;} #profileForm fieldset.checkBoxFieldsets label.netPromoterScore{margin-left:2px;} #profileForm fieldset.checkBoxFieldsets label.checkBoxSRLabel {margin-right:25px;} #profileForm fieldset label.labelForWrappingTxt {margin-left:7px;width:128px;} #profileForm fieldset label.nbFundraisersYear{ margin-left:5px; width:129px; } #myAccountBlock #profileForm label#residentialInd{ margin-right:57px; } #myAccountBlock #profileForm label#MaritalStatus{margin-right:57px;} .residentialInd{ margin-right:60px; } #myAccountBlock #profileForm label.residentialIndOptions{ margin-right:15px; } #myAccountBlock #profileForm label.acctTypeLabel{ margin-right:67px; } #myAccountBlock #profileForm .acctOptions{ margin-left:-1px; margin-right:10px; } #myAccountBlock #profileForm .checkBox{ padding-right:16px; } #myAccountBlock #profileForm input.checkBoxOption{ float:left; margin-right:5px; width:10px; } #myAccountBlock #profileForm .accountButton, #myAccountBlock #profileForm .accountButton input{ color:#FFFFFF; font-size:14px; height:28px; overflow:hidden; text-indent:0; width:auto; } #myAccountBlock #profileForm .accountButton{ float:right; margin:25px 41px 21px; } #myAccountBlock #profileForm .accountButton input{ float:left; } #myAccountBlock #profileForm .accountButton .buttonEnd, #myAccountBlock .accountButton .buttonEnd { background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; float:left; height:30px; width:7px; } #myAccountBlock #profileForm fieldset#receiveUpdatesField{ margin-right:0; padding-left:18px; padding-top:15px; } #myAccountBlock #profileForm fieldset#receiveUpdatesField label{ float:left; font-size:12px; text-transform:none; } #myAccountBlock #profileForm .asterisk, #contactContentBlock .asterisk, #SRcreateAccountBlock .asterisk { color:#DD0D0D; font-size:12px; vertical-align:top; } .genderFieldset{ padding-bottom:2px; padding-top:3px; } .checkBoxFieldsets{ padding-bottom:3px; padding-top:4px; } div#overlayForm form#addNewUserAddress #residentialInd { margin-bottom: 5px; } div#overlayForm form#addNewUserAddress .checkBoxFieldsets label.residentialIndOptions { clear: left; } div#overlayForm form#addNewUserAddress .checkBoxFieldsets input#residentialInd_Y, div#overlayForm form#addNewUserAddress .checkBoxFieldsets input#residentialInd_N { width: 15px; } .profileFormTop, .profileFormBottom { background-repeat:no-repeat; overflow:hidden; height:7px; width:400px; } .profileFormTop { clear:right; background-image:url(/_static/images/www/Shared/roundedFormTop.gif); } .profileFormBottom{clear:right; padding-bottom:25px; background-image:url(/_static/images/www/Shared/roundedFormBottom.gif);} #myAccountBlock .profileTitle{ float:left; overflow:hidden; width:726px; text-indent:30px; } #myAccountBlock .customerProfileTitle{ float:left; margin-right:2px; overflow:hidden; text-align:center; width:auto; } #returningCustomerForm{ margin-left:15px; } .formBox{ width:auto; height:auto; } #myAccountBlock .formBox{ width:400px; float:left; height:auto; } .longForms{ clear:both; float:left; height:auto; width:auto; } .bothAccountNavs { clear:both; display: inline; float:left; height:auto; width: 185px; } .longForm{ width:165px; } div#blankMenu{ height:450px; } #myAccountBlock .profileTitle h3{ font-size:16px; color:#6a4935; text-transform:capitalize; } #myAccountBlock #profileForm div#newsletterInfo { clear:left; } #myAccountBlock #profileForm div#newsletterInfo.enabled { display:inline; } #myAccountBlock #profileForm .mainButton { clear:both; } #myAccountBlock #profileForm fieldset.checkBox { width:100%; } #myAccountBlock #profileForm fieldset.checkBox label { width:400px; } /*--------- My Account Pages --------------*/ /* My Profile - create/edit my profile */ #myAccountBlock #profileForm div#newsletterFields {margin-top:23px;} #myAccountBlock #profileForm div#newsletterFields fieldset{margin:0 0 11px -33px;} form#insertUpdateProfile .customerProfileTitle{width:690px;} form#insertUpdateProfile .customerProfileTitle H3{width:232px;} form#insertUpdateProfile div#newsletterFields label.checkBoxText{float: none;} form#insertUpdateProfile div#newsletterFields input.checkBoxOption{} form#insertUpdateProfile div#newsletterFields .accountButton{margin-top:18px;} /* Generic/Account Homepage */ #myAccountBlock #MyAccountBannerSection{ margin-top:3px; float:none; width:160px; overflow:hidden; margin-left:90px; } #myAccountBlock #EditAccountBannerSection{ margin-top:3px; float:left; width:160px; overflow:hidden; margin-left:90px; } #myAccountBlock #profileForm .accountForms label#residentialInd { margin-right:14px; } #myAccountBlock #profileForm .accountForms label.residentialIndOptions { margin-right:9px; } #SRRelatedAccounts table#linkedAccounts .editCol { width: 60px; } /* Quick Order */ #billingInfoQuickOrder{ width:740px; float:right; } #billingInfoQuickOrder #profileForm { width:398px; } #billingInfoQuickOrder #profileForm fieldset{ margin-left:20px; } #billingInfoQuickOrder #profileForm fieldset label.phoneFieldset{ width:138px; } #billingInfoQuickOrder #profileForm .mainButton{ float:right; display:inline; margin-right:25px; } #billingInfoQuickOrder #profileForm .mainButton input, #billingInfoQuickOrder #profileForm .mainButton button, #billingInfoQuickOrder #profileForm .mainButton a{ background-image:url(/_static/images/www/Shared/mainBtnCheckout.gif); background-repeat:no-repeat; height:23px; width:auto; float:left; color:#fff; text-transform:lowercase; font-size:11px; } #billingInfoQuickOrder #profileForm .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/mainBtnCheckoutEnd.gif); background-repeat:no-repeat; height:23px; width:8px; } #quickOrderRightSide{ float:left; width:740px; height:auto; } #quickOrderRightSide h2{ color:#6a4935; font-size: 16px; text-indent:20px; margin-top:10px; } #quickOrderRightSide .countColumn{ line-height:20px; } #quickOrderRightSide .searchBtnImage { padding-left: 2px; cursor: pointer; } form#quickOrder { width:490px; float:left; margin-right:10px; } #quickOrderRightSide table{ border-left:1px solid #BC9B6A; border-right:0; color:#BC9B6A; font-size:12px; font-weight:bold; } #quickOrderRightSide table tr{ height:37px; } #quickOrderRightSide table tr th{ } #quickOrderRightSide table tr th#ErrorMsgTh{ height:37px; background:#fff; } #quickOrderRightSide table tbody#detailLines tr td{ border-bottom:0 none; border-top:1px solid #BC9B6A; height:42px; } #quickOrderRightSide table tbody#detailLines td.withRightBorder{ border-right:1px solid #BC9B6A; height:37px; } #quickOrderRightSide table tbody#detailLines td.errorColumn{ border-bottom:0 none !important; border-top:0 none; height:37px; line-height:34px; margin-bottom:-1px; min-width:80px; } #quickOrderRightSide table tr td.formLabel, #quickOrderRightSide table tr.noBorders, #quickOrderRightSide table tr.noBorders td, #quickOrderRightSide table.noBorders { border:none !important; } #quickOrderRightSide #quickOrderContentBanner{ float:right; background-repeat:no-repeat; height:443px; width:232px; } #quickOrderRightSide table.noBorders{ margin:0; } #quickOrderRightSide table tbody#detailLines tr.bottomBorderRow, #quickOrderRightSide table tr.bottomBorderRow, #quickOrderRightSide table tbody#detailLines tr.bottomBorderRow td, #quickOrderRightSide table tr.bottomBorderRow td { border-bottom:1px solid #BC9B6A; margin-bottom:0; } #quickOrderRightSide table tbody#detailLines tr.formLabelExtraRows, #quickOrderRightSide table tbody#detailLines tr.formLabelExtraRows td { margin-bottom:-1px; margin-top:0; border-top:0 none; height:37px; } td.withBottomBorder{ border-bottom:1px solid #BC9B6A !important; } #quickOrderRightSide td.formLabel img{ float:left; } #quickOrderRightSide input{ background-color:#fff; } #quickOrderRightSide input.qtyColumn{ width:65px; } #quickOrderRightSide table.noBorders .mainButton{ float:right; } #quickOrderRightSide table.noBorders .mainButton input, #quickOrderRightSide table.noBorders .mainButton button, #quickOrderRightSide table.noBorders .mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); height:32px; width:auto; font-size:16px; font-family:"Trebuchet MS"; text-transform:capitalize; padding-right:7px; } #quickOrderRightSide table tr td.formLabelExtra{ width:auto; } #quickOrderRightSide table tr td.formLabelNumber{ width:auto; margin:0; } div.quickOrderPopup .closeBtn a{ background-image:url(/_static/images/www/Shared/closeBox.gif); background-repeat:no-repeat; float:right; margin-top:4px; width:25px; height:auto; } div.quickOrderPopup #quickOrderPopUpHeader{ background-color:#6A4935; height:35px; color:#fff; font-size:16px; text-indent:20px; font-weight:bold; width:100%; } div.quickOrderPopup table#tablesearch{ margin-left:24px; width:670px; height:auto; } div.quickOrderPopup tr td#forSearchLabel{ width:89px; text-align:right; border:none !important; } div.quickOrderPopup tr td#forSearchBar{ border:0px !important; text-align:left !important; width:307px; height:auto; } div.quickOrderPopup tr td#forSearchBar input{ width:358px; border:2px solid #BC9B6A; background:#fff; height:17px; } div.quickOrderPopup .searchLabel{ font-size:18px; color:#6a4935; text-transform:uppercase; } div.quickOrderPopup td#GoSearch{ border:medium none; height:auto; padding-top:6px; width:40px; } div.quickOrderPopup td#GoSearch .goBtn{ background-image:url(/_static/images/www/Shared/goBtn.gif); background-repeat:no-repeat; height:21px; width:auto; padding:3px 11px 3px 1px; } div.quickOrderPopup td#GoSearch .goBtn a{ color:#FFFFFF; font-size:12px; font-weight:bold; line-height:2px; padding-left:10px; padding-right:14px; text-transform:uppercase; text-decoration:none; } div.quickOrderPopup td#GoSearch .goBtn a:hover{ text-decoration:none; } div.quickOrderPopup td#selectSearch{ border:medium none; height:auto; padding-top:3px; width:80px; } div.quickOrderPopup td#selectSearch .selectBtn{ background-image:url(/_static/images/www/Shared/productSearchSelectBtn.gif); background-repeat:no-repeat; height:23px; padding-right:0px; padding-top:3px; width:81px; padding-bottom:5px; } div.quickOrderPopup td#selectSearch .selectBtnEnd{ background-image:url(/_static/images/www/Shared/ShortBtn_694834_End.gif); background-repeat:no-repeat; width:5px; float:right; height:23px; padding-bottom:5px; padding-top:3px; } div.quickOrderPopup td#selectSearch .selectBtn a{ color:#FFFFFF; font-size:12px; font-weight:bold; padding-left:17px; padding-right:17px; text-transform:uppercase; text-decoration:none; } div.quickOrderPopup td#selectSearch .selectBtn a:hover{ text-decoration:none; } div.quickOrderPopup td#loginUserProgress{ border:none; } div.quickOrderPopup #forProductSearchDesc{ border:none; color:#6A4935; font-size:12px; font-weight:bold; padding:9px 0; } div.quickOrderPopup #searchResultsTable { overflow:auto; width:100%; height:384px; } div.quickOrderPopup table#tablesearch tr td{ height:60px; } div.quickOrderPopup table#tablesearch tr td#descriptionTD { min-width:225px; } div.quickOrderPopup table#tablesearch tr td#personalizeColumn { min-width:101px; } #searchResultsTable .nextPageBtn{ float:right; margin-right:30px; } #searchResultsTable .nextPageBtn input, #searchResultsTable .nextPageBtn button, #searchResultsTable .nextPageBtn a{ background-image:url(/_static/images/www/Shared/nextPageBtn.gif); background-repeat:no-repeat; border:0; height:32px; width:auto; padding-right:23px; padding-left:7px; color:#fff; font-weight:bold; font-size:16px; background-position:right center; } #searchResultsTable .goBackBtn{ float:left; margin-left:30px; } #searchResultsTable .goBackBtn input, #searchResultsTable .goBackBtn button, #searchResultsTable .goBackBtn a{ background-image:url(/_static/images/www/Shared/goBackBtn.gif); background-repeat:no-repeat; border:1px solid #94542f; height:32px; width:auto; padding-left:23px; padding-right:5px; color:#94542f; font-weight:bold; font-size:16px; } div.quickOrderPopup table#tablesearch td{ text-align:left; text-indent:2px; } #quickOrderRightSide input.skuColumn{ width:100px; } div.quickOrderPopup table#tablesearch tr td.columnAlignCenter{ text-align:center; } #addressBookForm{ width: 735px; overflow: hidden; } #addressBookForm .accountButton{ float:left; padding-top:13px; } .addressTitle{ clear:right; color:#6A4935; float:left; font-size:16px; font-weight:bold; padding:17px 0 1px 13px; text-transform:capitalize; width:500px; } #addressBookForm h3{ text-transform:capitalize; font-size:16px; color:#6a4935; padding:20px 0 0 2px; margin-bottom:8px; } #addressBookForm input.uploadItem{ width:275px; height:18px; } #addressBookForm fieldset{ margin-bottom:-3px; } #addressBookForm label.uploadItemLabel{ font-size:12px; margin-bottom:20px; font-weight:bold; } #addressBookForm label.uploadItemLabel img{ cursor:pointer; vertical-align:sub; } #addressBookForm .shortButton{ float:left; padding-left:5px; padding-top:1px; } .shortButton input, .shortButton button, .shortButton a { background-image:url(/_static/images/www/Shared/shortBtn_694834.gif); background-repeat:no-repeat; height:18px; float:left; border:none; text-indent:6px; width:auto; color:#fff; font-family:trebuchet MS; font-weight:bold; padding-bottom:1px; text-indent:6px; cursor:pointer; } .shortButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/shortBtn_694834_End.gif); background-repeat:no-repeat; height:18px; width:5px; float:right; } div#addressBookBanner{ height:auto; overflow:hidden; width:732px; display:block; } div.addressBookBlock { clear:left; color:#6A4935; float:left; font-family:verdana; font-size:11px; font-weight:normal; height:auto; padding:10px 15px; width:702px; background-color:#ececec; border-bottom:1px solid #9f7e4a; } div#addressBookForm .oddRow{ background-color:#fff; } .shopfromAddressButton{ float:right; margin-right:40px; } table.addressTable{ clear:none; float:left; width:732px; } table.addressTable fieldset{ line-height:17px !important; } table.addressTable thead{ height:24px; text-indent:5px; } table.addressTable thead a{ color:#fff; font-size:11px; } table.addressTable thead th { padding-top:5px; } table.addressTable th { font-size:12px; } table.addressTable tbody tr{ height:70px; } table.addressTable tbody tr.coloredRow{ background-color:#ececec; } table.addressTable td{ font-family:verdana,"Trebuchet MS"; padding:1px; text-align:left; color:#6a4935; border-color:#9F7E4A; } table.addressTable input{ width:35px; height:67px; } table.addressTable .editButton input{ width:35px; height:20px !important; } label.addressLabel{ float:left; display:inline; } table.addressTable ul{ clear:none !important; width:100% !important; margin-top:8px; margin-bottom:2px !important; } .editOrCancelBtns{ width:84px; } .editButton{ float:left; padding-left:5px; padding-top:1px; } .editButton input, .editButton button, .editButton a{ background-image:url(/_static/images/www/shared/Btn_a3824c.gif); background-repeat:no-repeat; border:0 solid; color:#FFFFFF; cursor:pointer; display:block; float:left; font-family:"Trebuchet MS",helvetica,arial; font-size:11px; font-weight:bold; height:18px; line-height:18px; margin:0; overflow:visible; padding:0 0 3px 5px; text-decoration:none; text-transform:lowercase; width:auto; } .editButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/Btn_a3824c_End.gif); background-repeat:no-repeat; float:left; height:18px; width:5px; } .deleteButton{ float:left; width:14px; height:14px; padding:2px 0 0 11px; } .deleteButton img, .deleteButton a{ cursor:pointer; } .shopfromAddressButton input, .shopfromAddressButton button, .shopfromAddressButton a { background-color:#FFFFFF; background-image:url(/_static/images/www/shared/bgaccountButton.gif); background-repeat:no-repeat; border:0 solid; color:#FFFFFF; cursor:pointer; display:block; float:left; font-family:"Trebuchet MS",helvetica,arial; font-size:14px; font-weight:bold; height:25px; line-height:24px; margin:0; overflow:visible; padding:0 0 0 10px; text-decoration:none; text-transform:capitalize; width:auto; } .shopfromAddressButton div.buttonEnd { background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; float:right; height:30px; width:7px; } /* ----- Batch Add Address Form & Results --------- */ #batchAddressUploadPage{min-height:460px;height:auto !important;} .batchAddressesTable{ float:left; } .batchAddressesTable,.batchAddressesTable tr, .batchAddressesTable tr td, .batchAddressesTable th { border:0 none; border-spacing:0; border-collapse:separate; } .batchAddressesTable tr td {text-align:center;} #batchShipSection{ width:740px; float:right; margin-top:15px; } #batchShipSection h3{ font-size:16px; margin-top:5px;} #batchShipSection .error{ color:#DD0D0D; } #batchShipSection .attention{ color:#800000; font-size:12px; text-transform:none; letter-spacing:0px; margin-top:7px; text-indent:2px; } #batchShipSection .attention a{ color:#bc9b6a; } #batchShipSection .attention a:hover{ color:#231f20; } .importBtn{ clear:both; margin:9px 0; padding:0 6px 1px; width:auto; } div#batchShipSection form#batchUploadForm{ width:495px; } div#batchShipSection .mainButton { clear:both; float:right; margin-top:30px; } div#batchShipSection .mainButton input, div#batchShipSection .mainButton button, div#batchShipSection .mainButton a{ background-image:url(/_static/images/www/Shared/bgaccountButton.gif); background-repeat:no-repeat; height:28px; width:auto; color:#fff; text-transform:capitalize; font-size:14px; padding-bottom:4px; } div#batchShipSection .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; height:28px; width:7px; } div#batchAddressListBtn { padding:0; margin:30px 1px 0 10px; } /* --- 11.7. WISH LIST --------------------------------------------------------------------- */ #wishList{ border:none; width: 735px; overflow: hidden; } #wishList #wishListItems{ width:690px; height:auto; float:left; } #wishList #wishListHeaderBar{ width:690px; height:24px; background-color:#6a4935; color:#fff; font-size:12px; text-transform:capitalize; font-weight:bold; } #wishList #wishListHeaderBar ul{ width:690px; line-height:25px; height:auto; } #wishList #wishListHeaderBar ul li{ width:140px; display:block; height:auto; float:left; } #wishList #wishListHeaderBar ul li.headerExtraSpace{ width:89px; } #wishList #wishListHeaderBar ul li#itemName{ width:280px; text-align:left; } #wishList #wishListHeaderBar ul li#itemPrice{ width:60px; text-align:right; } #wishList #wishListHeaderBar ul li#selectItem{ width:102px; text-align:right; } #wishList .mainButton { } #wishList #addSkuBtn{ float:right; } #wishList #wishListButtons { float:right; margin-top:5px; } #wishList .mainButton input, #wishList .mainButton button, #wishList .mainButton a{ background-image:url(/_static/images/www/Shared/myAccountMainBtn.gif); background-repeat:no-repeat; width:auto; height:23px; text-transform:capitalize; font-size:14px; padding-right:2px; } #wishList .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/myAccountMainBtnEnd.gif); background-repeat:no-repeat; height:23px; width:5px; margin-right:10px; } #wishList div.addBtn{ float:left; height:60px; overflow:hidden; padding-left:45px; padding-top:12px; width:40px; } #wishList .addBtn input, #wishList .addBtn button, #wishList .addBtn a { background-image:url(/_static/images/www/Shared/addToCartQuickviewBtn.gif) !important; height:18px; font-size:12px; padding-right:6px; line-height:18px !important; width:auto; } #wishList .mainButton .buttonEndNoMargin{ background-image:url(/_static/images/www/Shared/myAccountMainBtnEnd.gif); background-repeat:no-repeat; height:23px; width:5px; margin-right:0px; float:right; } #wishList #addSkuBtn.mainButton input, #wishList #addSkuBtn.mainButton button, #wishList #addSkuBtn.mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; width:auto; height:32px; text-transform:capitalize; font-size:16px; padding-right:6px; } #myAccountBlock div.CheckboxWishlist { width:30px; height:60px; padding-left:29px; overflow:hidden; float:left; padding-top:12px; } #myAccountBlock div.CheckboxWishlist input { width:14px; height:14px; border:solid 0; clear:left; margin-right:10px; } #myAccountBlock div.removeBtn { float:right; height:60px; overflow:hidden; padding-top:12px; width:56px; } #myAccountBlock div.ImageWishlist { width:50px; height:50px; overflow:hidden; float:left; background:#fbefde; margin-right:10px; margin-left:2px; border:1px solid #6A4935; } #myAccountBlock div.DescriptionWishlist { float: left; overflow: hidden; } #myAccountBlock ul#wishListItems { width:100%; } #myAccountBlock div.wishListRow { display:block; padding-top:10px; margin-bottom:10px; overflow: hidden; width:100%; border-bottom:1px solid #6a4935; } #myAccountBlock div.wishListTBL { width:400px; } #myAccountBlock div.wishListTBL ul{ width:100%; } #myAccountBlock div.wishListTBL li { min-height:14px; min-width:80px; height:auto !important; height:14px; border:solid 0; margin:0; display:block; float:left; font-size:12px; font-weight:bold; padding:12px 0 0; line-height:20px; } #myAccountBlock div.wishListTBL li a{ text-decoration:none; color:#525252; } #myAccountBlock div.wishListTBL li.WLitemDescriptionColumn{ width:212px; text-decoration:none; color:#525252; padding-top:12px; } #myAccountBlock div.wishListTBL li.wishListStatus{ width:99px; } #myAccountBlock div.wishListTBL li.wishlistItemPrice{ width:80px; text-align:center; color:#DD0D0D; font-weight:bold; } #myAccountBlock div.wishListTBL li.wishlistPersonalizeStock{ width:80px; } #myAccountBlock div.wishListTBL li#itemDesc { width:280px; } #myAccountBlock div.quantities { float:left; } #myAccountBlock div.quantities fieldset { width:150px; margin:0; } #myAccountBlock div.quantities fieldset label { width:100px; } #myAccountBlock div.quantities fieldset input { width:20px; text-align:center; } #myAccountBlock div#buttonRow { width:100%; float:left; } #myAccountBlock div#buttonRow input { margin-right:10px; } #myAccountBlock div#buttonRow input.continueButton { float:right; } .giftRegistry div.CheckboxWishlist { width:110px !important; } .giftRegistry div.CheckboxWishlist select { width:100px !important; } /* --- 11.8. WISH LIST (PRINT VERSION) ------------------------------------------------ */ body.printWishList { background:#fff; background-image:none; margin:10px; font-size:62.5%; } body.printWishList h2 { margin:5px 0 10px 0; } body.printWishList div.wishListRow { width:100%; clear:both; overflow:hidden; margin-bottom:10px; } body.printWishList div.CheckboxWishlist, body.printWishList p, body.printWishList .mainButton { display:none; } body.printWishList div.ImageWishList { width:90px; height:90px; float:left; } body.printWishList div.ImageWishList a { display:block; width:80px; height:80px; background:#e0e0e0; } body.printWishList div.DescriptionWishlist { float:left; font-size:12px; } /* --- 11.9. ORDER HISTORY LIST / REQUEST A RETURN LIST ------------------------------------------------ */ div#orderHistory { overflow:hidden; float:left; margin-top:0px; } #myAccountSalesRepNav { clear:both; float:left; padding-left:12px; width:170px; font-size:16px; line-height:24px; font-weight:bold; font-family:"Trebuchet MS"; text-transform:capitalize; margin-top:10px; } #myAccountBlock #accountNav ul li.longerListItem {width:150px; } #myAccountSalesRepNav ul{ padding-left:8px; } #myAccountSalesRepNav ul li a{ color:#BC9B6A; text-decoration:none; font-weight:bold; } #myAccountSalesRepNav ul li a:hover{ color:#6A4935; text-decoration:none; } #myAccountBlock #accountNav ul li.buyerAcctHeader{ font-size:17px; color:#800000; padding-bottom:3px; width:157px; word-spacing:-1px; overflow:visible; padding-top:10px; } div#myAccountSalesRepNav ul li.salesRepNavHeader{ font-size:17px; color:#800000; border-top:2px solid #6a4935; padding-top:15px; padding-bottom:3px; width:157px; word-spacing:-1px; } div#orderHistory #orderHistoryTopForm{ background-color:#FBEFDE; border-top:1px solid #BC9B6A; height:79px; width:726px; } div#orderHistory #pastReturnsTopForm{ width:686px; height:26px; } div#orderHistory form { overflow:hidden; margin:5px 3px 0; background:none repeat scroll 0 0 #FFFFFF; } div#orderHistory #orderHistoryTopForm .dropDownSelect{ display:block; } div#orderHistory #orderHistoryTopForm .dropDownSelect select{ margin-right:3px; border-color:#BC9B6A; height:19px; } div#orderHistory #orderHistoryTopForm ul{ width:100%; } div#orderHistory #orderHistoryTopForm ul li{ width:auto; height:auto; float:left; } table.ordersListTable .firstColumn{} table.ordersListTable .nameColumn{text-align:center;/*width:79px;*/} table#ordersHistory td{text-align:center;} table#ordersHistory td input.radioInput{width:20px;border:none;} table#ordersHistory tr.topColumnBar td, table.ordersListTable .topColumnBar{ border-bottom:1px solid #6A4935; height:1px;padding:1px !important;} table#ordersHistory tr.noBorder td {border:none !important;} table.ordersListTable .statusColumn{text-align:center;} table.ordersListTable tr#colHeadersForBuyer .statusColumn{padding-left:0px;} table.ordersListTable .dateColumn{text-align:center;} table.ordersListTable .deliveryColumn{} table.ordersListTable tr#colHeadersForBuyer .deliveryColumn{} table.ordersListTable .columnOrderStatus{text-align:center;} table.ordersListTable .columnOrderTotal{color:#dd0d0d !important;text-align:center;} table.ordersListTable .acctColumn{text-align:center;} table.ordersListTable .trackColumn{text-align:center;} table.ordersListTable tr#colHeadersForBuyer .trackColumn{} table.ordersListTable .buyerIDcolumn{} table.ordersListTable .totalPricingColumn{} table.ordersListTable .columnForBuyer{text-align:center;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer li#orderNo{ width:66px;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer #forOrder{width:62px;} table#ordersHistory tr#orderHistoryTopInputs td#parentNo{} table#ordersHistory tr#orderHistoryTopInputs td#parentNo input{} div#orderHistory #orderHistoryTopForm #forParent{} div#orderHistory #orderHistoryTopForm #btnsForParent{} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer li#parentNo{ width:75px;} div#orderHistory #orderHistoryTopForm ul.searchBarBuyer #forParent{width:71px;} table#ordersHistory tr#orderHistoryTopInputs td#shipTo{} .searchOrderButtons { clear: both; padding-top: 5px; } .searchOrderButtons img { cursor: pointer; } div#orderHistory div#orderSearchPagination{ color:#800000; font-family:"Trebuchet MS",Arial; font-size:11px; font-weight:bold; height:22px; line-height:22px; margin-right:2px; width:auto; } div#orderHistory div#orderSearchPagination .paginationLabel { margin-right:2px; } div#orderHistory div#orderSearchPagination .paginationText{margin-right:5px;} span.dash {font-size:15px;} /*-----------Order History --- First Row:Drop-Downs --------*/ div#orderHistory #orderHistoryTopForm input{ background-color:#fff; } div#orderHistory #orderHistoryTopForm input.radioInput{ border:0;width:12px;background:none;} div#orderHistory #orderHistoryTopForm label.radioLabel{ text-indent:7px; margin-right:13px; font-size:12px; font-weight:bold;} /*-----------Order History --- Second Row:Arrow/Look Up Buttons --------*/ div#orderHistory #orderHistoryTopForm #orderHistoryBtns{ float:left; padding-top:2px; } div#orderHistory #orderHistoryTopForm .searchOrderButtons{ clear:both; float:right; margin-right:2px; } div#orderHistory #orderHistoryTopForm .searchOrderButtons img{ cursor:pointer; border:none; padding:4px 1px; float:right; } div#orderHistory #orderHistoryTopForm .searchOrderButtons img.arrows{ float:right; padding-right:8px; } div#orderHistory #orderHistoryTopForm .radioSearch { clear:both; float:left; } div#orderHistory #orderHistoryTopForm .radioSearch fieldset{ margin-bottom:0; margin-left:10px; } div#orderHistory #orderHistoryTopForm .radioSearch label{ font-size:12px; !important; font-weight:bold; line-height:20px; margin-right:20px; text-indent:5px; } div#orderHistory #orderHistoryTopForm .radioSearch input{width:24px;} div#createOrderSection table#ordersHistory tr.searchBarBuyer input.radioInput, div#orderHistory table#ordersHistory input.radioInput{float:left;} table#ordersHistory tr#orderHistoryTopInputs{background:none repeat scroll 0 0 #FBEFDE !important; border-top:1px solid #BC9B6A;} table#ordersHistory thead.srchResultTopSection td{} table#ordersHistory tr#orderHistoryTopInputs td{width:auto; border-top:1px solid #BC9B6A; text-align:center;} div#orderHistory table#ordersHistory tr.searchBarBuyer input {width:85px;} table#accountsHeader tr#accountSearchNavRadio, table#accounts tr#accountSearchNavRadio, table#ordersHistory tr#orderSearchNavRadio { background: none repeat scroll 0 0 #FBEFDE !important; } table#accountsHeader tr#accountSearchNavRadio fieldset, table#accounts tr#accountSearchNavRadio fieldset, table#ordersHistory tr#orderSearchNavRadio fieldset { float: left; margin-bottom: 0; margin-left: 4px; margin-right: 30px; } table#accountsHeader tr#accountSearchNavRadio input, table#accounts tr#accountSearchNavRadio input, table#ordersHistory tr#orderSearchNavRadio input { border:0 none; margin-top: 5px; width:10px; height:auto; } table#accountsHeader tr#accountSearchNavRadio label, table#accounts tr#accountSearchNavRadio label, table#ordersHistory tr#orderSearchNavRadio label { line-height: 23px; margin-left: 5px; margin-right: 25px; } /* --- 11.10. ORDER HISTORY DETAILS / REQUEST A RETURN DETAILS --------------------------------------------------------------------- */ /* Past Returns: Check Order / Initiate a Return */ #myAccountBlock div#chkOrderProfileTitle{text-indent:20px;} div#orderHistory table#ordersHistory.chkOrderTable{width:737px; margin-left:-5px;} table#ordersHistory.chkOrderTable th{padding-top:2px;font-size:11px;line-height:10px;text-align:center;} table#ordersHistory.chkOrderTable th.firstColumn{padding-left:1px;padding-right:1px;} table#ordersHistory.chkOrderTable th.nameColumn{width:71px;padding-right:1px;} table#ordersHistory.chkOrderTable th.dateColumn{padding-left:0;padding-right:2px;} table#ordersHistory.chkOrderTable th.deliveryColumn{padding-left:0;padding-right:0;} table#ordersHistory.chkOrderTable th.statusColumn{padding-left:0;} table#ordersHistory.chkOrderTable th.totalPricingColumn{padding-left:0px;} table#ordersHistory.chkOrderTable th.trackColumn{padding-left:0px; padding-right:3px;} table#ordersHistory.chkOrderTable th.acctColumn {width:56px;} table#ordersHistory.chkOrderTable th.buyerIDcolumn{padding-left:0px;} table#ordersHistory.chkOrderTable tr.rowEven td, table#ordersHistory.chkOrderTable tr.rowOdd td { border:none; line-height:14px;padding:6px 1px; color:#6A4935; font-family:arial; font-size:11px; font-weight:normal; text-align:center; } table#ordersHistory.chkOrderTable td.columnParentNumber{padding-left:0;padding-right:0;} table#ordersHistory.chkOrderTable td.columnOrderTotal{font-weight:bold !important;} table#ordersHistory.chkOrderTable td.columnOrderBuyerID{text-align:right !important; height:auto; width:125px;} table#ordersHistory.chkOrderTable td.columnOrderDate{text-align:center;} /* Past Returns: Status Detail Page */ div#orderDetails { overflow: hidden; width: 733px; } div#orderDetails div#ordDetailLeftNav { width:185px; overflow:hidden; float:left; } div#orderDetails div#ordDetailLeftNav .bothAccountNavs{min-height:500px; height:auto !important; height:500px;} div#orderDetails .largerTitle{ float: left; width: 205px; font-weight: normal; } #myAccountBlock .secondTitle{float:right;margin-right:20px;} #myAccountBlock .billingTopLine { margin-top:25px; margin-left: 30px; height:30px; } #myAccountBlock .topOrderNumberHeader{ float: left; font-weight: bold; font-size: 12px; } #myAccountBlock .orderNumber{color:#7F0407;font-size:12px;font-weight:bold;} #myAccountBlock .storeLogoSmallBanner{ width:305px; background-image:url(/_static/images/www/Shared/wfcBannerSmall.gif); background-repeat:no-repeat; height:85px; margin-top:25px; clear:both; width:305px; margin-left:20px; } div#orderDetails a.editLink {display:block;} div#orderDetails div#orderNumbers, div#rmaReturnForm div#orderNumbers { float:left; height:auto; margin-bottom:20px; width:auto; } div#orderDetails div#shippingAddress, div#rmaReturnForm div#shippingAddress { /*width: auto;*/ } div#rmaReturnForm div#shippingAddress{float:left;} div#orderDetails div#shippingAddress ul { clear:none; width:auto; height:auto; padding-top:1px; } div#orderDetails div#orderTopSection div#shippingAddress ul { float: left; margin-left: 30px; } div#orderDetails div#shippingAddress ul li, div#rmaReturnForm div#shippingAddress ul li, div#rmaReturnForm div#billingAddress ul li{ color:#6A4935; font-family:verdana; } div#orderDetails div#billingAddress, div#rmaReturnForm div#billingAddress { float:left; width: 475px; margin-bottom: 20px; } div#rmaReturnForm div#billingAddress {width:25%;} div#rmaReturnForm div.shoppingCartButton{padding:15px 0 0 10px;} div#orderDetails div#billingAddress, div#rmaReturnForm div#billingAddress {clear:both;} div#orderDetails .billingAddressNotTop, div#rmaReturnForm div#billingAddress .billingAddressNotTop{width:720px !important;} div#rmaReturnForm table th.columnLeft{text-indent:3px;} div#orderDetails label, div#rmaReturnForm label { clear:left; float:left; width:100%; height:20px; line-height:20px; text-indent: 30px; font-size:12px; font-weight:bold; } div#rmaReturnForm div#orderNumbers {width:100%;} div#orderDetails label span.labelInfo, div#rmaReturnForm label span.labelInfo { width:167px; display:block; float:left; clear:left; font-weight:bold; font-size:12px; } div#orderDetails .invoiceBtns{ float:right; height:auto; padding-top:15px; width:325px; } div#orderDetails div#orderTopSection .invoiceBtns{padding-top:0;} div#orderDetails .invoiceBtns .mainButton{ height:27px; padding-top:1px; } div#orderDetails .invoiceBtns .mainButton input, div#orderDetails .invoiceBtns .mainButton button, div#orderDetails .invoiceBtns .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); height:18px; text-transform:lowercase; font-size:1em; line-height:18px; } div#orderDetails .invoiceBtns .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); height:18px; width:8px; } div#orderDetails .invoiceBtns label.invoiceBtnLabel{ clear:none; width:120px; font-size:14px; text-transform:capitalize; } div#orderDetails div#itemsList, div#rmaReturnForm div#itemsList { clear:left; padding-top:30px; } div#itemsList h3{ font-size:16px; } div#orderDetails ul#billingAddressList{ float: left; display: inline; width: 170px; padding-top:1px; margin-left: 30px; margin-right: 5px; } div#orderDetails ul#billingAddressList li{ color:#6A4935; font-family:verdana; } div#orderDetails #orderPrice { float:left; display: inline; width: 200px; } div#orderDetails #orderPrice table { clear: none; width: 150px; /* height: auto;*/ margin-top: 0px; } div#orderDetails #orderPrice table td { border:none; color:#6A4935; font-weight:bold; text-align:right; font-size:12px; text-transform:capitalize; } div#orderDetails #orderPrice table td.columnRight{ color:#dd0d0d; } div#orderDetails .accountButton { clear:right; float:right; height:auto; width: 240px; } div#orderDetails .copyWholeOrderBtn{ padding-top:0; } div#orderDetails .printBtn, div#orderDetails .copyBtn { padding-top:0; } div#orderDetails .printBtn{ padding-top:10px; } div#orderDetails .copyBtn { padding-right: 5px; } div#orderDetails #copyOrder{ float:left; clear:none; } div#orderDetails label.highlightedLabel{ background-color:#ececec; } div#orderDetails .storeLogoSmallBanner {float:left;margin-top:0;clear:none; width:500px;} div#orderDetails #logoForReturnInit{clear:both;} #orderTopSection {clear:both;} div#orderDetails .coloredRow{background-color:#eeeeee;} div#orderDetails div#orderNumbers span.labelInfo{width:145px;} div#orderDetails div#billedAndShippedToSection{width:740px;height:auto;float:left;margin-left:7px;} div#orderDetails div#billedAndShippedToSection.forPastReturns{} div#orderDetails div#billedAndShippedToSection div#billingAddress{width:30%;} div#orderDetails div#billedAndShippedToSection ul li{color:#6A4935;font-family:verdana;} div#orderDetails div#billedAndShippedToSection div#shippingAddress{float:left;width:30%;} div#orderDetails div#returnedItemsList{float:left; width:719px;} div#orderDetails table#pastReturn{color:#000000;} div#orderDetails table#pastReturn td{color:#000000; text-align:center;} div#orderDetails table#pastReturn th{height:23px;} div#orderDetails table#pastReturn .columnLeft{text-align:left; width:auto; min-width:125px; text-indent:5px;} div#orderDetails table#pastReturn tr.bottomLine td.columnTotalsLabel{text-align:right;} div#orderDetails table#pastReturn tr#totalsBorder td.withBorder{border-bottom:1px solid #6a4935;} div#orderDetails table#orderStatus{} div#orderDetails table#orderStatus th{height:22px;} div#orderDetails table#orderStatus td{ height:60px; width:auto; font-size:12px; } div#orderDetails table#orderStatus td.columnImagePersonalize{text-align:center;} div#orderDetails table#orderStatus td.columnTotal {width:50px;text-align:center;} div#orderDetails table#orderStatus td.columnMoreInfo{width:auto;} div#orderDetails table#orderStatus .columnLeft{ width:auto; text-align:center; } div#orderDetails table#orderStatus .columnID{ font-weight:bold; width:75px; } div#orderDetails table#orderStatus tr.bottomLine td, div#orderDetails table#pastReturn tr.bottomLine td { height:25px; width:auto; font-size:12px; border:none; background:#fff; } div#orderDetails table#orderStatus tr.bottomLine td.columnTotalsLabel, div#orderDetails table#pastReturn tr.bottomLine td.columnTotalsLabel { padding-right:20px; color:#6A4935; font-size:13px; text-transform:capitalize; } div#orderDetails table#orderStatus tr.bottomLine td.columnRight, div#orderDetails table#pastReturn tr.bottomLine td.columnRight { padding-left:12px; text-align:left; color:#DD0D0D; } div#orderDetails table#orderStatus td.columnColor, div#orderDetails table#orderStatus td.columnSize, div#orderDetails table#orderStatus td.columnQuantity{ color:#5f0504; width:77px; text-align:center; } div#orderDetails table#orderStatus td.columnPrice{width:110px; text-align:center;} div#orderDetails .itemImage img{ border:1px solid #6A4935; height:50px; margin:5px 5px 0 0; overflow:hidden; width:50px; } div#orderDetails #bonusInfoDescription { color:#6A4A35; font-size:12px; height:auto; margin:-50px 0 0 17px; width:325px; } div#orderDetails #bonusInfoDescription .bonusTitle{ font-size:14px; font-weight:bold; line-height:34px; padding-right:3px; } div#orderDetails #bonusInfoDescription .redAmount{ color:#dd0d0d; font-family:arial; font-size:14px; font-weight:bold; } div#returnReasonBlock { overflow:hidden; } div#returnReasonBlock form { overflow:hidden; } div#returnReasonBlock #returnReasonIframeDiv {} div#rmaReturnForm {overflow:hidden;} #createOrderSection{ width:740px; overflow:hidden; margin-top:20px; float:left; } #openOrdersSection{ width:740px; overflow:hidden; margin-top:20px; float:left; } #openOrdersSection H3, #createOrderSection H3{ font-size:16px; } #openOrdersSection label, #createOrderSection label{ font-weight:bold; font-size:12px; } #openOrdersSection fieldset, #createOrderSection fieldset{ clear:both; float:left; font-size:12px; line-height:23px; margin-left:30px; width:303px; } #openOrdersSection fieldset select, #createOrderSection fieldset select{ background-color:#FBEFDE; border:1px solid #BC9B6A; float:right; height:19px; width:170px; } #openOrdersSection fieldset select#fOrderType, #createOrderSection fieldset select#fOrderType, select#fOrderType { width:183px; } #openOrdersSection fieldset input#telephone, #createOrderSection fieldset input#telephone{ float:right; height:17px; width:168px; } #openOrdersSection fieldset input.formFields, #createOrderSection fieldset input.formFields{ height:17px; width:168px; float:right; } #openOrdersSection .shoppingCartButton, #createOrderSection .shoppingCartButton{ float:right; margin-right:14px; } #openOrdersSection .mainButton, #createOrderSection .mainButton{ clear:both; float:right; margin-right:14px; } #createOrderSection .goBackBtn{ float:right; margin-left:30px; cursor:pointer; } #createOrderSection .goBackBtn input, #createOrderSection .goBackBtn button, #createOrderSection .goBackBtn a{ background-image:url(/_static/images/www/Shared/goBackBtn.gif); background-repeat:no-repeat; border:1px solid #94542f; height:32px; width:auto; padding-left:23px; padding-right:5px; color:#94542f; font-weight:bold; font-size:16px; cursor:pointer; } #createOrderSection #orderTypeNextBtn, #openOrdersSection #orderTypeNextBtn, #orderTypeNextBtn { margin-top:61px; width:150px; height:auto; clear:both; } #searchAcctBtns{ clear:both; float:right; margin-top: 5px; margin-right: 25px; } #dvSalesRepSearch #searchAcctBtns{ margin-top:61px; } div.inProgress{ clear:both; float:right; margin-right:24px; margin-top:-30px; } #dvAccountsSearchResults table{ width:690px; margin-left:20px; height:auto; } #dvAccountsSearchResults table th{ height:29px; font-size:12px; padding-top:5px; } table.orderSearchTables .topColumnBar{ background-color:#BC9B6A; background-repeat:no-repeat; height:2px; } table.orderSearchTables .topColumnBar td{height:2px;padding:0;} table.orderSearchTables tr.rowOdd{background-color:#fff;} table.orderSearchTables tr.rowEven{background-color:#ececec;} table.orderSearchTables tr.hover{background-color:#EAD9B9;cursor:pointer;} table.orderSearchTables tr#ordSearchResults td, table.orderSearchTables tr.searchFormResults td{ text-align:center; padding:4px 3px;} /* --- 11.11. ORDER SEARCH FORM --------------------------------------------------------------------- */ form#orderSearch { width:701px; clear:left; float:left; } #searchOrdersSection { float:left; overflow:hidden; width:740px; margin-top:20px; } #orderSearchForm { float:left; clear:both; width: 699px; overflow: hidden; padding: 12px 0 16px; border-left: 1px solid #ceae9a; border-right: 1px solid #ceae9a; background-color: #faf6f1; font-size: 12px; font-weight: bold; color:#6a4935; } #orderSearchForm fieldset { clear:both; display: inline; float:left; margin-left:30px; font-size:12px; width:303px; line-height:23px; } #orderSearch fieldset input { display: inline; float:right; } #orderSearch fieldset input.formFields { width:168px; height:17px; } #orderSearch fieldset select { float:right; background-color:#FBEFDE; border:1px solid #BC9B6A; width:171px; height:19px; color:#6A4935; font-family:Trebuchet MS; font-size:12px; } #orderSearch select option{ color:#6A4935; font-family:Trebuchet MS; font-size:12px; line-height:12px; } #orderSearch fieldset.rightSideFields{ clear:none; display: inline; float:right; margin-right:30px; } .formSubHeader{ clear:both; float:left; margin:0 0 13px 30px; } #deliveryFields { border-top:1px solid #CEAE9A; display: inline; float:left; height:21px; margin-left:30px; color:#a85626; font-size:11px; width:639px; font-weight:normal; padding-top:15px; } #deliveryFields span.dateLabelLeft{ width:337px; float:right } #deliveryFields span.dateLabelRight{ float:right; width:163px; } #orderSearch div.calendarBtn { float:right; } #orderSearch div.calendarBtn img { padding-left:7px; } #orderSearch .mainButton { float:right; margin-right:30px; } #orderSearch .mainButton input, #orderSearch .mainButton button, #orderSearch .mainButton a { background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; height:18px; width:auto; text-transform:lowercase; font-size:11px; line-height:18px; } #orderSearch .mainButton .buttonEnd { background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); width:8px; height:18px; } #searchOrdersSection .shoppingCartButton{ clear:both; float:right; margin-right:14px; } #searchOrdersSection .orderSearchTop{ background-image:url(/_static/images/www/Shared/orderSearchTopDiv.gif); background-repeat:no-repeat; height:6px; width:701px; overflow: hidden; } #searchOrdersSection .orderSearchBottom{ background-image:url(/_static/images/www/Shared/orderSearchBottomDiv.gif); background-repeat:no-repeat; height:6px; width:701px; clear:both; margin-bottom:26px; } /* ==================================================================================================== */ /* 12. BANNERS */ /* ==================================================================================================== */ .bannerPlaceHolder { background-position:50% 50% !important; } /* Placeholder ID: 64 (background banner) */ #storeMain { width:928px; overflow:hidden; height:320px; margin-bottom:10px; } #storeMain.storeMainLandingPage{ margin-bottom:0px; } div#bannerBottom { margin-top: 10px; } /* Placeholder ID: 67 */ div#bannerBottom div#left { width:300px; height:220px; float:left; margin-right:14px; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 68 */ div#bannerBottom div#middle { width:300px; height:220px; float:left; margin-right:14px; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 69 */ div#bannerBottom div#right { width:300px; height:220px; float:left; margin-bottom:20px; cursor:pointer; } /* Placeholder ID: 77 */ div#searchResultsBlock div#searchTopBanner { width:728px; margin:0 0 14px 8px; overflow:hidden; height:auto; } /* Content Block Backgrounds hard-coded for now */ #homeBlock { height:200px; width:300px; color:#6a260d; font-size:12px; font-weight:bold; float:left; } #homeBlock p{ padding:90px 20px 10px; line-height:20px; } #homeBlock.blockOne{ background:url('/_static/images/www/eng/gifts_contentBlock1.jpg'); background-repeat:no-repeat; margin-right:13px; } #homeBlock.blockTwo{ background:url('/_static/images/www/eng/fundraising_contentBlock2.jpg'); background-repeat:no-repeat; margin-right:15px} #homeBlock.blockTwo p{ font-weight:bold; } #homeBlock.blockThree{ background:url('/_static/images/www/eng/retail_contentBlock3.jpg'); background-repeat:no-repeat; } #homeBlock.blockThree p{ font-weight:bold; padding-top:95px; } .homecontentBlock { height:224px; width:300px; overflow:hidden; float:left; margin-right:14px; margin-bottom:5px; } .retailcontentBlock { height:224px; width:300px; overflow:hidden; float:left; margin-right:0px; margin-bottom:5px; } .mainhomeBanner { height:321px; width:928px; overflow:hidden; } /* ==================================================================================================== */ /* 13. CONTENT PAGES AND OTHER SPECIFICS */ /* ==================================================================================================== */ /* --- 13.1. GENERAL STYLING --------------------------------------------------------- */ div#errorBlock { padding-top:20px; } div#textBlock ul { margin:10px 30px; list-style-type:disc; } div#textBlock ul li { list-style-type:disc; } div#cmsBlock { width:928px; font-size:12px; margin-bottom:30px; } div#addAddressForm{ float:right; width:640px; } div#editAddressForm{ float:right; width:640px; } #editAddressRoundedForm, #addAddressRoundedForm{ background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; overflow:hidden; width:398px; padding-bottom:10px; } #addAddressForm label { font-weight:bold; color:#6A4935; float:left; font-size:13px; text-transform:capitalize; } #editAddressForm input, #addAddressForm input { float:right; height:17px; width:183px; } #editAddressForm input.shortField, #addAddressForm input.shortField { width:30px; float:left; } #editAddressForm .mandatoryfields, #addAddressForm .mandatoryfields { color:#DD0D0D; display:block; float:none; font-size:11px; font-weight:bold; margin:15px 16px 15px 0; text-align:right; text-transform:capitalize; } #editAddressForm select, #addAddressForm select { float:right; width:185px; border:1px solid #BC9B6A; height:20px; } #editAddressForm .accountButton input, #editAddressForm .accountButton button, #editAddressForm .accountButton a { height:25px; width:auto; float:left; } #addAddressForm .accountButton input, #addAddressForm .accountButton button, #addAddressForm .accountButton a { height:25px; width:auto; float:left; } #addAddressForm .accountButton, #editAddressForm .accountButton{ margin-bottom:5px; } #addAddressRoundedForm label.phoneFieldsetLabel, #editAddressForm label.phoneFieldsetLabel{ padding-right:1px; } #addAddressForm fieldset .asterisk, #editAddressForm fieldset .asterisk{ color:#DD0D0D; font-size:12px; vertical-align:top; } #editAddressForm .addressTitle, #addAddressForm .addressTitle { padding-bottom:15px; padding-left:0; } #editAddressRoundedForm fieldset, #addAddressRoundedForm fieldset { margin-left:15px; } #editAddressRoundedForm input, #editAddressRoundedForm select, #addAddressRoundedForm input, #addAddressRoundedForm select { float:left; background-color:#FBEFDE; } #editAddressRoundedForm label, #addAddressRoundedForm label{ font-weight:bold; color:#6A4935; float:left; font-size:13px; text-transform:capitalize; } #editAddressRoundedForm label#residentialInd, #addAddressRoundedForm label#residentialInd { margin-right:14px; } #editAddressRoundedForm label.residentialIndOptions, #addAddressRoundedForm label.residentialIndOptions { margin-right:9px; width:auto; } #editAddressRoundedForm input.shortField { width:33px; } #editAddressRoundedForm .accountButton{ clear:none; } #editAddressRoundedForm #updateShippingAddressBtns, #addAddressRoundedForm .accountButton { margin:17px 20px 0 0; } #myAccountBlock #profileForm input.checkBoxOption { float:left; margin-right:5px; width:10px; } #editAddressRoundedForm input.checkBoxOption, #addAddressRoundedForm input.checkBoxOption { float:left; margin-right:5px; width:10px; background:none; border:0 none; } /* --- 13.2. LANGUAGE SELECTION ---------------------------------------------------------------------- */ div#languageBlock { width:640px; height:480px; position:absolute; left:50%; top:50%; margin-top:-240px; margin-left:-300px; background:#c0c0c0; } div#languageBlock ul { margin:0 0 0 230px; } div#languageBlock ul li { display:block; float:left; font-size:2em; margin:0 10px; line-height:480px; } /* --- 13.3. STORE.CFM AND CATEGORY LANDING PAGES ----------------------------------- */ #homepageContentBlocks { width:440px; display:block; float:left; } #homepageContentBlocks .homepageBlock { width:212px; height:125px; float:left; margin:0 6px 6px 0; background:#DCEDFE; display:inline; overflow:hidden; font-size:0.9em; } #homepageContentBlocks .homepageBlock h2 { font-size:1.7em; margin:16px 0 0 10px; text-transform:uppercase; font-weight:bold; color:#336699; } #homepageContentBlocks .homepageBlock ul { width:115px; margin-left:70px; margin-top:5px; } #homepageContentBlocks .homepageBlock ul li { width:115px; border-bottom:dotted 1px #333; font-size:0.9em; line-height:1.4em; list-style-type:disc; list-style-position:inside; } #homepageContentBlocks .homepageBlock a { text-decoration:none; font-family:arial,helvetica; color:#000; } #landingBlock {} #landingBlock #landingBannerTop { float:left; height:auto; overflow:hidden; width:740px; } #landingBlock #landingBannerTop img{ padding:0 5px; } #landingBlock #landingBannerTop .leftBanner{ } #landingBlock #landingBannerTop .rightBanner{ } #categorypageContentBlocks { width:440px; display:block; margin-left:200px; } #categorypageContentBlocks .categorypageBlock { width:210px; height:125px; float:left; margin:10px 6px 6px 0; display:inline; overflow:hidden; border:solid 1px #c0c0c0; } #categorypageContentBlocks .categorypageBlock .productImage { width:125px; height:125px; float:left; } #categorypageContentBlocks .categorypageBlock .productDescription { float:left; width:85px; height:100px; } #categorypageContentBlocks .categorypageBlock .productDescription .name { } #categorypageContentBlocks .categorypageBlock .productDescription .description { color:#909090; } #categorypageContentBlocks .categorypageBlock .productDescription .price { font-weight:bold; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems { float:left; width:85px; height:25px; font-size:0.8em; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems a { text-decoration:none; } #categorypageContentBlocks .categorypageBlock .viewAllCategoryItems a:hover { text-decoration:underline; } div#mainBanner div#categoryDescription {} /* --- 13.4. ADVANCED SEARCH -------------------------------------------------------- */ #advancedSearchBlock { width:740px; height:auto; float:left; } #advancedSearchBlock fieldset{ clear:both; line-height:15px; width:340px; margin-left:30px; font-size:12px; float:left; font-weight:bold; } #advancedSearchBlock fieldset input.textfield{ width:181px; } #advancedSearchBlock input.radio{ background:none; margin-top:4px; } #advancedSearchBlock div#chooseGender { padding-bottom:20px; overflow:hidden; clear:both; } #advancedSearchBlock div#chooseGender fieldset { clear:both; line-height:23px; width:303px; margin-left:30px; font-size:12px; float:left; } #advancedSearchBlock fieldset#sizesByGender { width:150px; float:left; } #advancedSearchBlock fieldset#sizesByGender { width:150px; clear:none; float:left; } #advancedSearchBlock h3 { clear:left; font-size:16px; margin-bottom:5px; } #advancedSearchBlock .mainButton { clear:both; margin-top:10px; float:left; } #advancedSearchBlock button { text-transform:capitalize; } #advancedSearchBlock fieldset select{ background:none repeat scroll 0 0 #FBEFDE; width:183px; height:21px; border:1px solid #BC9B6A; } #advancedSearchBlock form#searchProductsForm{ width:375px; height:auto; } #advancedSearchBlock .accountButton{ clear:both; float:right; padding-top:10px; padding-right:8px; } #advancedSearchBlock label{ text-transform:capitalize; } #advancedSearchBlock label.productSearchFormLabel{ color:#6A4935; float:left; margin-right:5px; width:115px; margin-left:30px; font-size:12px; font-weight:bold; font-family:"Trebuchet MS"; } /* --- 13.5. CONTACT US ---------------------------------------------------------------------- */ #contactContentBlock{ width:860px; padding-left:35px; font-family:"Trebuchet MS"; } #contactContentBlock div#breadcrumbs{ padding-left:150px; } #contactContentBlock h2.contactHeader{ background-color:#FBEFDE; border-bottom:1px solid #E6CFBD; color:#800000; font-size:17px; height:24px; line-height:24px; padding-left:10px; padding-right:5px; margin-bottom:18px; } #contactContentBlock .secondaryHeader{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; padding:0 0 10px 28px; } #contactContentBlock #aboutEventForm { padding-left:12px; padding-top:10px; } #contactContentBlock #aboutEventForm .aboutEventHeader{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; padding:0 0 10px 18px; margin-top:10px; } .contactFormTopDiv{ background-image:url(/_static/images/www/Shared/contactFormTopDiv.gif); margin-top:13px; } .contactFormBottomDiv{ background-image:url(/_static/images/www/Shared/contactFormBottomDiv.gif); float:left; margin-bottom:50px; } .contactFormTopDiv, .contactFormBottomDiv{ width:839px; height:9px; background-repeat:no-repeat; } div#textBlock{ width:auto; } div#textBlock select{ height:19px; width:183px; } div#textBlock select,div#textBlock textarea{ background-color:#FBEFDE; border:1px solid #BC9B6A; font-size:11px; } div#textBlock select option { height:18px; background-color:#FBEFDE; font-size:11px; } div#textBlock label{ text-transform:capitalize; } div#textBlock input{ width:181px; height:18px; font-size:11px; } div#textBlock .mainButton input{ width:auto; height:28px; } div#textBlock.mainBlock .title{ font-size:16px; color:#6A4935; font-weight:bold; } div#contactUsSection{ margin-top:25px; margin-left:10px; } div#contactUsPage{ margin-left:30px; height:auto; width:auto; } #contactUsCMBlock{ height:auto; margin-bottom:36px; overflow:hidden; width:auto; } form#contactUSForm { background-color:#faf6f1; border-left:1px solid #ceae9a; border-right:1px solid #ceae9a; margin-top:0px; padding-top:10px; font-size:13px; font-weight:bold; color:#6A4935; width:837px; height:auto; } form#contactUSForm fieldset{ margin-bottom:11px; margin-left:15px; width:auto; height:auto; } form#contactUSForm .mainButton { clear:both; padding:30px 0 16px 707px; } form#contactUSForm .mainButton input, form#contactUSForm .mainButton button, form#contactUSForm .mainButton a { background-image:url(/_static/images/www/shared/bgaccountButton.gif); font-size:14px; padding:0 10px 0 17px; text-transform:capitalize; } form#contactUSForm .mainButton div.buttonEnd{ background-image:url(/_static/images/www/shared/bgAccountButtonEnd.gif); } form#contactUSForm #formSide1 .mandatoryfields{ margin-right:0; } form#contactUSForm #formSide2 .mandatoryfields{ margin-right:20px; } form#contactUSForm #formSide1{ float:left; width:47%; padding-left:33px; } form#contactUSForm #formSide2{ float:right; padding-right:7px; width:43%; } form#contactUSForm #formSide1 input, form#contactUSForm #formSide2 input { width:180px; font-size:12px; font-family:"Trebuchet MS"; color:#6a4935; height:18px; } form#contactUSForm #formSide2 input.shortField{ float:right; width:30px; padding-right:2px; } form#contactUSForm #formSide2 div.phoneField{ padding-right:39px; } form#contactUSForm #formSide1 select, form#contactUSForm #formSide2 select { width:182px; border:1px solid #BC9B6A; background-color:#FBEFDE; font-size:12px; font-family:"Trebuchet MS"; color:#6a4935; height:20px; } form#contactUSForm #formSide2 label{ width:118px; text-transform:capitalize; } form#contactUSForm #formSide1 label{ margin-right:13px; text-align:right; text-transform:none; width:197px; } form#contactUSForm .formNotes{ width:100%; float:left; font-weight:bold; padding-bottom:10px; } form#contactUSForm #formSide2 .formNotes{ width:96%;} form#contactUSForm .monthField{ width:61px; margin-right:3px; } form#contactUSForm .dayField{ margin-right:3px; width:50px; } form#contactUSForm .yearField{ width:66px; } form#contactUSForm #formSide1 .eventDateField select{ height:20px; } form#contactUSForm #formSide1 .eventDateField option{ line-height:20px; } form#contactUSForm #receiveVirtualCatalog{ float:right; margin:20px 15px 7px 0; } form#contactUSForm #receivePrintCatalog{ float:right; margin:0 15px 0 0; } form#contactUSForm #receiveVirtualCatalog input, form#contactUSForm #receivePrintCatalog input{ width:28px; } form#contactUSForm label{ margin-right:6px; text-align:right; width:214px; text-transform:none; } div#textBlock textarea { width:180px; } form#contactUSForm #receiveVirtualCatalog label, form#contactUSForm #receivePrintCatalog label{ float:left; text-transform:none; width:274px; text-align:left; margin-right:0; } form#contactUSForm #contactUsFormLeftSide{ float:left; margin-left:10px; width:418px; } form#contactUSForm #contactUsFormRightSide{ float:right; width:380px; } form#contactUSForm #formSide2 input.checkBoxOption{ width:16px; } form#contactUSForm #formSide2 label.acctOptions{ width:63px; padding:0 0px 0 8px; } form#contactUSForm #formSide2 label.acctTypeLabel{ width:117px; } form#contactUSForm #formSide2 #telephoneFormFields{ float:left; } form#contactUSForm input.radioInputs{ background:none repeat scroll 0 0 transparent; height:13px; margin-right:3px; margin-top:3px; width:13px; border:0 none; } form#contactUSForm #catalogFieldsets input, form#contactUSForm .catalogFieldsetsContact input{ margin:6px 8px; border:0 none; } form#contactUSForm #catalogFieldsets label, form#contactUSForm .catalogFieldsetsContact label { margin-top:5px; text-align:left; } form#contactUSForm #catalogFieldsets { margin-left:60px; } form#contactUSForm .catalogFieldsetsContact { margin-left:40px !important; } form#contactUSForm label.radioLabels{ padding-left:1px; padding-right:4px; width:auto; } form#contactUSForm label.radioLabelsLong{width:300px;} div#textBlock .asterisk{ color:#dd0d0d;} form#contactUSForm #contactUsFormRightSide label{ text-align:left; width:122px; margin-right:15px; } div#textBlock input.shortField{ width:30px; } form#contactUSForm div#checkBoxesLeft {float:left; margin-top:30px; clear:both; width:426px; border-right:solid 1px #6A4935;} form#contactUSForm div#checkBoxesRight {float:left; width:375px; margin-top:30px;} form#contactUSForm #contactUsFormRightSide input{} form#contactUSForm #contactUsFormRightSide input.radioInputs{float:left;} form#contactUSForm #contactUsFormRightSide label.radioLabels{width:auto;} form#contactUSForm #contactUsFormRightSide .extension{padding:0 4px;} form#contactUSForm #contactUsFormRightSide .formDash{padding:0 2px;} form#contactUSForm .redasterisk { color:#DD0D0D; float:left; font-size:12px; text-align:right; width:418px; text-transform:capitalize; padding-bottom:10px; padding-right:0; } form#contactUSForm #contactUsFormRightSide .redasterisk{width:336px;} /* --- 13.6. GIFT CARDS -------------------------------------------------------------- */ div#giftCardBlock {} div#giftCardBlock h3 {height:50px;line-height:50px;} div#giftCardBlock div.buttonRow { width:350px; margin:0 auto; height:40px; text-align:center; padding-bottom:10px; } div#giftCardBlock div.buttonRow input.mainButton { } div#giftCardBlock div#giftCardHome { overflow:hidden; } div#giftCardBlock div#giftCardHome div.giftCardImage { width:250px; height:200px; float:left; margin-right:10px; border:solid 1px #909090; background:#e0e0e0; } div#giftCardBlock div#giftCardHome div.giftCardFormHome { float:left; width:330px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome strong { display:block; } /* ================================================================================= */ /* CHANGE AS LITTLE AS POSSIBLE IN THE FOLLOWING STYLES. THESE ARE PROVEN TO WORK IN */ /* MOST BROWSERS AND SHOULDN'T BE MESSED WITH UNLESS YOU'RE SURE IT WON'T BREAK. */ /* THIS MENU DOES NEED A LOT OF CLEANUP AS IT IS NOT VERY FLEXIBLE. */ /* ================================================================================= */ .giftCardMenu { width:200px; height:55px; border: 1px solid #c0c0c0; margin:10px 0; float:left; background:#fff; } .giftCardMenu .menuSelect { display:block; cursor:pointer; width:180px; float:left; border:none; white-space:nowrap; } div#cardImageThumbnail { width:50px; height:40px; float:left; padding:0; } .giftCardMenu .menuSelect a, .giftCardMenu .menuSelect a:hover { overflow:hidden; height:33px; text-decoration:none; padding:4px 0 0 4px; background:#fff; color:#5F5F5F; display:block; } .giftCardMenu .menuArrow { cursor:pointer; padding:0; float:left; clear:right; text-align:center; border:0; display:inline; } .giftCardMenu .menuArrow a { width: 18px; display:block; height:19px; background: url('/_static/images/www/Shared/arrowDropDown.png'); text-indent:-40000px; background-position:center; } .giftCardMenu .menuBody { height:auto; width:165px !important; overflow-y:auto; overflow-x:hidden; } .giftCardMenu .menuBodyLong{ height:150px; overflow:auto; overflow-y:auto; overflow-x:hidden; z-index: 99999; } .giftCardMenu .menuBody li a,.giftCardMenu .menuBodyLong li a { padding-top:4px; height:25px; border:1px solid #fff; } .giftCardMenu .menuBody, .menuBodyLong { border: 1px solid #c0c0c0; display:none; } .giftCardMenu .menuBody b, .menuBodyLong b{ display:none; } .giftCardMenu ul.menuBody, .giftCardMenu ul.menuBodyLong { position:relative; top:16px; } .giftCardMenu ul.menuBody li a { height:35px; } .giftCardMenu ul { clear:left; } .giftCardMenu ul li { display:block; overflow:visible; height:40px; } .giftCardMenu ul li img { border:none; float:left; } .giftCardMenu ul li span { float:left; height:23px; padding:10px 0 0 5px; } .giftCardMenu ul li a { padding-left:2px; background:#fff; color:#5F5F5F; white-space:nowrap; } .giftCardMenu ul li a:hover { text-decoration:none; padding-left:2px; background:#e0e0e0; color:#5F5F5F; white-space:nowrap; } /* ================================================================================= */ /* DROPDOWN MENU STYLES END HERE */ /* ================================================================================= */ div#giftCardBlock div#giftCardHome div.giftCardFormHome #cardText { display:block; clear:left; text-align:justify; width:300px; overflow:hidden; padding:10px 0; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock { width:50%; float:left; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset { height:50px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset label { margin:0; font-weight:bold; height:20px; line-height:20px; float:left; clear:left; width:85px; } div#giftCardBlock div#giftCardHome div.giftCardFormHome .halfBlock fieldset select { width:50px; float:left; clear:left; } div#giftCardBlock div#giftCardHome div.giftCardFormHome div#corporateCard { clear:both; display:block; margin:10px 0; } /* --- 13.7. GIFT CARDS: ACTIVATE CARD / CHECK BALANCE -------------------------------------------------------------- */ div#giftCardBlock div#giftCardImage { width:250px; float:left; margin-top:20px; } div#giftCardBlock .giftCardForm { float:left; width:350px; margin-top:20px; } div#giftCardBlock .giftCardForm div#captchaImage { clear:both; margin-top:15px; float:left; } div#giftCardBlock .giftCardForm div#captchaText { clear:both; float:left; margin:5px 0; } div#giftCardBlock .giftCardForm div#cardButtons { text-align:right; width:320px; height:40px; } div#giftCardBlock .giftCardForm div#balanceDisplayed { text-align:right; width:320px; margin-top:20px; font-size:1.1em; } div#giftCardBlock .giftCardForm div#balanceDisplayed .balance { font-weight:bold; } /* --- 13.8. MEMBERSHIP CARDS ------------------------------------------------------- */ div#membershipCardBlock { } div#membershipCardBlock li { list-style-type:disc; list-style-position:inside; } div#membershipCardBlock div#AddToShopProcessingMain { height:28px; line-height:24px; float:left; margin:10px 0 0 20px; } /* --- 13.9. NEWS + VIDEO ---------------------------------------------------------------- */ div#newsBlock { width:800px; } div#newsBlock h2 { margin-bottom:5px; } div#newsBlock table#newsListing .columnNewsDate {width:100px; text-align:center;} div#newsBlock table#newsListing .columnNewsWhere {text-align:left;} div#newsBlock table#newsListing .columnNewsView {width:100px; border-right:solid 1px #c0c0c0;} div#newsBlock table#newsListing td.noNews {text-align:left; border-right:solid 1px #c0c0c0;} /* --- 13.10. CYBERCARDS ---------------------------------------------------------------- */ div#cyberCardIntroText { margin:10px 0; } ul.cyberCardList li { width:150px; height:109px; display:block; float:left; border:solid 1px #c0c0c0; margin-right:10px; } ul.cyberCardList li a { width:150px; height:109px; display:block; } img.smallCyberCard { width:150px; height:109px; } img.largeCard { border:solid 1px #c0c0c0; margin:5px 10px 20px 0; clear:left; } form#cyberResult {} form#cyberResult .mainButton { clear:both; } /* --- 13.11. SITEMAP ---------------------------------------------------------------- */ div#siteMapBlock { margin-bottom:20px; width:890px; float:left; } div#siteMapBlock #siteMapSections{ margin-left:35px; width:890px; } div#siteMapBlock ul { font-family:"Trebuchet MS"; } div#siteMapBlock ul.level1 { float:left; padding-left:20px; width: 200px; } div#siteMapBlock ul.level1 li { margin-bottom: 17px; } div#siteMapBlock ul.level2 li, div#siteMapBlock ul.level3 li { padding-bottom: 5px; } div#siteMapBlock ul.level1 li#giftsList{ width:190px; } div#siteMapBlock ul.level1 li a { text-decoration:none; color:#bc9b6a; font-size:16px; font-weight:bold; text-transform:capitalize; } div#siteMapBlock ul.level2 { margin-bottom: 15px; font-weight:normal; list-style-type:none; } div#siteMapBlock ul.level2 ul.level3 { margin-top: -15px; } div#siteMapBlock ul.level2 li { list-style-type:inherit; } div#siteMapBlock ul.level3 li { margin-top: 0px; list-style-type:inherit; } div#siteMapBlock ul.level2 li a { border:0; font-weight:normal; font-size:14px; color:#9e5023; } div#siteMapBlock ul.level3 { padding-left:25px; list-style-type:square; font-size:0.7em; } div#siteMapBlock ul.level3 li a { font-size:12px; list-style-type:square; margin-bottom:0; } #siteMapBlock div#breadcrumbs{ height:21px; padding-left:185px; } /* --- 13.12. STORE LOCATOR ------------------------------------------------------------------- */ div#storeLocatorBlock { font-family:"Trebuchet MS",Arial; width:100%; } div#storeLocatorBlock #mainBlockHeader{ color:#6a4935; font-size:18px; font-weight:bold; text-indent:10px; } div#storeLocatorBlock .introText{ text-indent:10px; } div#storeLocatorBlock #storeLocatorBlockContent H2{ color:#6a4935; font-size:16px; font-weight:bold; text-transform:capitalize; text-indent:10px; } div#storeLocatorBlock.storeLocatorResultsSection{ float:right; width:740px; margin-top:20px; } div#storeLocatorBanner{ width:740px; float:right; margin-top:20px; height:auto; } #locatorNav{ float:left; padding-left:24px; width:160px; } div.map { width: 335px; height: auto; } #locatorNav ul{ font-weight:bold; font-family:Arial; font-size:12px; margin-top:7px; } #locatorNav ul li.navLevel1{ color:#400b13; font-family:Arial; font-size:12px; line-height:23px; text-decoration:none; text-transform:capitalize; } #locatorNav ul li.navLevel1:hover, #locatorNav ul li.navLevel1:active{ color:#620404; } #locatorNav ul li.navLevel2 { font-weight:normal; font-size:12px; color:#620404; margin-left:11px; } #locatorNav ul li.navLevel2:hover{color:#400b13;} #locatorNav ul li.navLevel2:active{ font-weight:bold; } #locatorNav .locatorNavigation{ cursor:pointer !important; } #locatorNav label{ text-decoration:none; text-transform:capitalize; line-height:25px; font-family:Arial; font-size:12px; } #locatorNav a{ text-decoration:none; color:#400b13; text-transform:capitalize; line-height:25px; } #locatorWrapper{ float:left; } #locatorWrapper h3{ color:#6A4935; font-size:16px; margin-bottom:8px; padding:20px 0 0 2px; text-transform:capitalize; } #locatorWrapper #storeLocationSection{ background-color:#faf6f1; border-left:1px solid #ceae9a; border-right:1px solid #ceae9a; height:auto; width:644px; } #storeLocationSection fieldset{ padding-left:25px; margin-bottom:4px; } #storeLocationSection #topFields, #storeLocationSection #secondaryFields{ float:none; height:60px; } #storeLocationSection #secondaryFields{ height:auto; padding-top:10px; } #storeLocationSection fieldset label{ font-size:13px; font-weight:bold; width:100%; text-transform:capitalize; } #storeLocationSection .floatingLeft{ float:left; width:185px; } #storeLocationSection .floatingLeft2{ float:left; padding-left:33px; width:186px; } #storeLocationSection input, #storeLocationSection select{ height:17px; width:185px; } #storeLocationSection input.midField{ margin-top:3px; width:100px; } #storeLocationSection select{ background-color:#FBEFDE; border:1px solid #BC9B6A; height:20px; margin-top:2px; width:188px; } #storeLocationSection select.shortSelect{ height:20px; width:76px; } #storeLocationSection .addressLocation{ margin-left:8px; margin-top:3px; } #storeLocationSection fieldset.firstField{ padding-top:0px; padding-left:33px; } #storeLocationSection .errorMessage{ margin:0 41px; } #storeLocatorBlock #breadcrumbs{ height:21px; padding-left:175px; } #storeLocatorBlock #breadcrumbs li.last{ border-right:medium none; color:#231F20; text-decoration:none; text-transform:capitalize; font-weight:bold; } .locatorTopDiv{ background-image:url(/_static/images/www/Shared/storeLocatorTopDiv.gif); } .locatorBottomDiv{ background-image:url(/_static/images/www/Shared/storeLocatorBottomDiv.gif); float:left; } .locatorTopDiv, .locatorBottomDiv { background-repeat:no-repeat; width:646px; height:7px; } div#storeLocatorBlock h2 { padding-bottom:20px; width:70%; } div#storeLocatorBlock h3 { clear:left; } div#storeLocatorBlock span.or { font-weight:bold; text-transform:uppercase; } div#storeLocatorBlock fieldset.selectCountry { clear:right; float:left; padding-left:46px; width:230px; } div#storeLocatorBlock fieldset.selectZip { clear:right; float:left; padding-left:46px; padding-right:23px; } div#storeLocatorBlock fieldset.selectRange{ clear:right; padding-left:8px; } div#storeLocatorBlock .mainButton input, div#storeLocatorBlock .mainButton button, div#storeLocatorBlock .mainButton a{ background-image:url(/_static/images/www/shared/Btn_a3824c.gif); height:18px; line-height:18px; } div#storeLocatorBlock .mainButton { clear:none; margin-top:13px; } div#storeLocatorBlock .mainButton input { width:auto; text-transform:lowercase; } div#storeLocatorBlock div#searchAgainBtn { min-height:60px; padding:20px; } div#storeLocatorBlock .mainButton div.buttonEnd{ background-image:url(/_static/images/www/Shared/Btn_a3824c_End.gif); height:18px; width:5px; } div#storeLocatorBlockContent{ height:auto; } div#storeLocatorBlockContent .mainButton{ clear:both; height:auto; font-size:8px; } div.storeRow { height:60px; width:auto; font-weight:bold; font-size:13px; margin-left:25px; } div.storeRow .mainButton{ margin-bottom:10px; } div#storeLocatorBlock button.searchAgain { float:right; margin-top:0; } div#storeLocatorBlock div.storeBlock { width:100%; float:left; color:#6A4935; margin-bottom:10px; height:auto; } div#storeLocatorBlock div.storeBlock strong { font-size:1.1em; } div#storeLocatorBlock div#noZipCode_Province_Error { clear:left; } #storeLocatorBlock #storeInfo, #storeLocatorBlock #storeMap{ font-weight:bold; } #storeLocatorBlock #storeInfo, #storeLocatorBlock #storeHours, #storeLocatorBlock #storeMap{ width:245px; color:#6a4935; font-family:"Trebuchet MS"; clear:left; float:left; padding-top:24px; } #storeLocatorBlock #storeInfo ul, #storeLocatorBlock #storeHours ul, #storeLocatorBlock #storeMap ul { padding:5px 23px 0; margin-bottom:20px; } #storeLocatorBlock #storeInfo ul li, #storeLocatorBlock #storeMap ul li{ font-size:13px; line-height:21px; } #storeLocatorBlock #storeMap{ clear:right; padding-left:15px; width:124px; } #storeLocatorBlock #storeMap .mainButton{ margin-top:7px; } #storeLocatorBlock #storeHours ul li{ font-size:12px; font-weight:normal; line-height:24px; } #storeLocatorBlock #storeHours{ clear:right; } #storeLocatorBlock #LocatorContentBlock { height:256px; overflow:hidden; width:646px; margin-bottom:30px; padding-top:30px; } #storeLocatorBlock #LocatorContentBlock H4 { color:#fff; font-size:16px; text-align:center; font-weight:bold; text-transform:uppercase; padding-top:100px; } #newsAndEventsBlock{ padding-bottom:70px; } #newsAndEventsBlock ul li { font-weight:bold; font-size:12px; clear:right; float:left; color:#800000; font-family:arial; } #newsAndEventsBlock .darkNewsText{ color:#400b13; padding:0 5px; } /* --- 13.13. CONTESTS PAGE ------------------------------------------------- */ div#contestImage { clear:both; overflow:hidden; } .contestImageTop div#contestImage {float:none;} .contestImageLeft div#contestImage {float:left; width:200px;} .contestImageRight div#contestImage {float:right; width:200px;} .contestImageBottom div#contestImage {float:none;} .contestImageLeft div#contestIntroText, .contestImageLeft form#contestForm {float:right; width:390px;} .contestImageRight div#contestIntroText, .contestImageRight form#contestForm {float:left; width:390px;} div#contestIntroText p {margin:0 0 15px 0;} form#contestForm {} form#contestForm h3 { margin-top:25px; margin-bottom:10px; clear:both; float:left; } form#contestForm .newsletterSummary { display: block; line-height:16px; clear:left; margin-bottom:10px; } form#contestForm .mainButton { clear:both; margin:20px 0; } form#contestForm #bottomText { clear:both; } /* --- 13.14. IN THE MEDIA ------------------------------------------------- */ div#intheMedia { } div#intheMedia h2 { padding-bottom:20px; text-transform:capitalize; } div#intheMedia .mediaContent { float:left; width:300px; margin-top:20px; } div#intheMedia img.magazine { width:110px; height:140px; margin-right:10px; margin-bottom:5px; float:left; } div#intheMedia div#itemImage { float:left; width:170px; overflow-x:hidden; min-height:150px; height:auto !important; height:150px; margin-bottom:5px; } div#intheMedia div#itemImage a.prodImage { width:80px; height:80px; margin:0 90px 5px 0; overflow:hidden; display:block; border:solid #e0e0e0 1px; } div#intheMedia div#itemImage a { font-weight:bold; display:block; margin-top:5px; } /* --- 13.15. POLL ------------------------------------------------------------------ */ div#pollBlock { } div#pollBlock h2 { margin-bottom:20px; } div#pollBlock div#pollItem { margin-bottom: 10px; width: 50%; float:left; } div#pollBlock div#pollItem img { width: 200px; height: 200px; } div#pollBlock div#pollItem .radio { margin-right: 10px; } div#pollBlock .optionBlock { clear:left; height: 200px; margin-bottom: 10px; } div#pollBlock .resultsBar { border-left:solid 1px #000; border-right:solid 1px #000; } div#pollBlock img.resultsBar { height: 12px; } div#pollBlock .pollResult { border-bottom:solid 1px #c0c0c0; padding-bottom:20px; margin-bottom:20px; font-weight:bold; } /* --- 13.16. NEWSLETTER SIGNUP ------------------------------------------------- */ div#newsletterBlock { float:right; width:740px; } div#newsletterBlock div#newsletterFormSection{ } div#newsletterBlock h2{ color:#6A4935; font-size:16px; height:50px; line-height:40px; text-transform:capitalize; width:auto; } div#newsletterBlock form#newsLetterForm{ background-color:#FAF6F1; border-left:1px solid #CEAE9A; border-right:1px solid #CEAE9A; clear:right; float:left; margin-left:25px; overflow:hidden; width:398px; } div#newsletterBlock form#newsLetterForm fieldset{ margin-left:20px; } div#newsletterBlock form#newsLetterForm fieldset label{ font-size:13px; color:#6A4935; font-weight:bold; text-transform:capitalize; } div#newsletterBlock div.mandatoryfields{ float:none; color:#DD0D0D; font-size:11px; font-weight:bold; margin:15px 45px 15px 0; text-transform:capitalize; } div#newsletterBlock input{ color:#6A4935; float:left; font-family:"Trebuchet MS"; font-size:12px; height:17px; text-indent:2px; width:183px; } div#newsletterBlock input.radio{height:10px;width:10px;} div#newsletterBlock form#newsLetterForm fieldset.checkBox{margin-left:40px;} div#newsletterBlock input.checkbox{border:0 none; width:13px; height:13px; margin-right:10px;} div#newsletterBlock select{ color:#6A4935; background-color:#FBEFDE; border:1px solid #BC9B6A; font-size:12px; height:20px; width:185px; font-family:"Trebuchet MS"; } div#newsletterBlock select.shortField{ width:55px; } div#newsletterBlock select.midField{ width:64px; } div#newsletterBlock select#AgeRange, div#newsletterBlock select#Children { width:185px; } div#newsletterBlock .asterisk{ color:#DD0D0D; margin-left:-2px; } div#newsletterBlock .mainButton { clear:both; float:right; margin:20px 30px 10px 0; } div#newsletterBlock .mainButton input, div#newsletterBlock .mainButton button, div#newsletterBlock .mainButton a{ background-image:url(/_static/images/www/Shared/bgaccountButton.gif); background-repeat:no-repeat; height:28px; width:auto; color:#fff; text-transform:capitalize; font-size:14px; padding-bottom:4px; } div#newsletterBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgAccountButtonEnd.gif); background-repeat:no-repeat; height:28px; width:7px; } textarea.newsletterUnsubscribe { width:590px; height:50px; background:#efefef; margin-bottom:10px; float:none; } #footerLeft { float:left; width:693px; } #newsletterSignup { color:#FFFFFF; float:right; font-family:"Trebuchet MS",Arial; font-size:12px; font-weight:bold; } div#enterEmail { padding-top:5px; } /* --- 13.17. INLINE SHOPPING CART ------------------------------------------------- */ div#shoppingCartBlock { width:860px; margin-left:35px; clear:both; } .multi div#shoppingCartBlock { margin-left: 0px; } #updateShippingOptions { clear: both; } .multi div#shoppingCartBlock table.itemsList { width: 660px; overflow: hidden; } #shoppingCartBlock #shoppingCartBanner { height:90px; overflow:hidden; padding:10px 66px 21px; width:728px; } #shoppingCartBlock h2 { background-color:#FBEFDE; border-bottom:1px solid #E6CFBD; color:#800000; font-family:"Trebuchet MS"; font-size:17px !important; height:24px; line-height:24px; padding-left:23px; padding-right:5px; width:864px; } #shoppingCartBlock h2 img { padding-left:5px; } #shoppingCartBlock h3 { color:#000 !important; } #shoppingCartBlock h3#orderNumberHeader{ height:12px; margin-top:17px; width:auto; } div#shoppingCartBlock .shopCartEmptyDiv { display:block; margin:20px 0; } div#shoppingCartBlock div#enterZip { margin:25px 37px 0 0; overflow:hidden; float:right; } div#shoppingCartBlock div#enterZip label { font-weight:bold; width:220px; color:#6a4935; font-family:"Trebuchet MS"; font-size:13px; } div#shoppingCartBlock div#enterZip .shippingPickup{ margin-top:8px; margin-bottom:8px; line-height:18px; } div#shoppingCartBlock div#enterZip fieldset.shippingPickup label{ float:left; text-transform:capitalize; } .zipCodeField{ margin-top:10px; } div#shoppingCartBlock div#enterZip select { width:181px; background-color:#FBEFDE; height:20px; border:1px solid #BC9B6A; color:#6a4935; font-family:"Trebuchet MS"; font-size:12px; } /* *** Coupons section *** */ div#Coupons { float: right; clear: both; overflow: hidden; margin: 10px 32px 0 0; } div#Coupons fieldset { float:left; width:auto; } div#Coupons label { font-weight:bold; text-transform:capitalize; font-family:"Trebuchet MS"; font-size:13px; width:219px; } div#Coupons input.input { width:180px; margin:4px 18px 0 0; float:left; } div#Coupons .mainButton { float:left; width:auto; height:18px; margin-left:10px; margin-top:5px; } div#Coupons .mainButton input, div#Coupons .mainButton button, div#Coupons .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; text-transform:lowercase; font-size:11px; height:18px; } div#Coupons .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif); background-repeat:no-repeat; } #contentBlock #totalRowsCtn { clear: both; overflow: hidden; } #contentBlock #totalRowsCtn table { width: 405px; margin-left: 361px; color: #DD0D0D; } #contentBlock #totalRowsCtn table td { text-align: right; font-size: 16px; } #contentBlock #totalRowsCtn table td.amount { width: 110px; } div#total, div#shippingShow, div#discountShow, div#giftwrapshow, div#estimateTax { overflow: hidden; clear: left; height: 24px; line-height: 24px; margin-bottom: 20px; text-align: right; font-weight: bold; font-size: 1.4em; } div#estimateTax label, div#total label, div#shippingShow label, div#discountShow label, div#giftwrapshow label { float:left; color:#DD0D0D; text-align:right; font-size:16px; font-family:Arial; } div#shoppingCartBlock div#discountAmount, div#shoppingCartBlock div#shippingAmount, div#shoppingCartBlock div#totalPrice { width:100px; padding-right:5px; text-align:right; float:left; font-family:Arial; color:#dd0d0d; } div#discountAmount, div.taxAmount, div#shippingAmount, div#totalPrice, div#giftwrapAmount { width:45px; padding-right:5px; text-align:right; float:left; font-family:Arial; color:#dd0d0d; } div#shoppingCartBlock div#mcAfee { height:30px; margin-top:20px; float:left; text-align:right; margin-left:10px; background:#efefef; } div#shoppingCartBlock div#verisign { width:110px; height:70px; float:left; text-align:right; margin-top:20px; } #shoppingCartCrossSell { width:740px; height:auto; float:right; margin-right:20px; } #shoppingCartCrossSell h3{ background-color:#FBEFDE; width:740px; border-bottom:1px solid #E6CFBD; color:#330000; display:block; font-family:"Trebuchet MS"; font-size:14px; height:24px; line-height:25px; margin-bottom:5px; text-indent:15px; } #shoppingCartCrossSell table .columnLeft{ width:300px; } #shoppingCartCrossSell .mainButton{height:23px; } #shoppingCartCrossSell .mainButton input, #shoppingCartCrossSell .mainButton button, #shoppingCartCrossSell .mainButton a{ background-image:url(/_static/images/www/Shared/addToCartSearchResults.gif); background-repeat:no-repeat; font-size:11px; height:23px; text-transform:lowercase; width:auto; } #shoppingCartCrossSell .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/addToCartSearchResultsEnd.gif); background-repeat:no-repeat; height:23px; width:9px; float:left; } #shoppingCartCrossSell table.itemsList .columnID{width:50px; font-weight:bold;} #shoppingCartCrossSell table.itemsList .columnItem{width:380px;} #shoppingCartCrossSell table.itemsList .columnPrice{width:auto;} #shoppingCartCrossSell table.itemsList .columnColor {width:50px;} #shoppingCartCrossSell table.itemsList .columnQuantity {width:40px;} #shoppingCartCrossSell table.itemsList .columnItem div.itemLink { float:none; line-height:19px; margin-top:0; text-align:left; text-indent:0; width:auto; } #shoppingCartCrossSell table.itemsList .columnItem div.itemLink a{ margin-left:0;} #shoppingCartCrossSell table .columnAddToCart{ width:100px; } div#buttons{ clear:both; overflow: hidden; padding: 25px 0px 20px 0px; } div#shoppingCartBlock div#buttons { clear:both; float:right; margin:25px 0px 20px 0px; } div#shoppingCartBlock div#buttons .mainButton { margin-left:5px; float:right; } div#buttons #paypalCheckout { display: inline; float: right; clear: right; margin: 10px 32px; cursor:pointer; } div#OrderInformation td.reducedTop { background:#e0e0e0; font-weight:bold; color:#c00; border-left:solid 1px #c00; border-right:solid 1px #c00; border-top:solid 1px #c00; } div#OrderInformation td.reducedBottomLeft { border-left:solid 1px #c00; border-bottom:solid 1px #c00; } div#OrderInformation td.reducedBottomMiddle { border-bottom:solid 1px #c00; } div#OrderInformation td.reducedBottomRight { border-right:solid 1px #c00; border-bottom:solid 1px #c00; } div#shoppingCartBlock div#multipleShipShoppingCart{ margin-top:30px; } div#shoppingCartBlock div#multipleShipShoppingCart h2{ text-transform:capitalize; } /* Shopping Cart Table */ div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart { border-collapse: collapse; empty-cells: show; margin-top:30px; color:#6a4935; font-size:11px; text-align:left; } table#shoppingCart table { margin-top: 0px; border-collapse: collapse; empty-cells: show; } table#shoppingCart td table td { padding: 0px; border-bottom: none; } /* *** Ship Info Section *** */ table#shoppingCart td#shoppingCartShipInfoCtn { border-top:1px solid #9f7e4a; border-bottom: 1px solid #9F7E4A; background-color: #ececec; padding: 0px; padding-top:9px; padding-bottom: 9px; width: 860px; } table#shoppingCart td, table#shoppingCart td table td { padding: 0px; } table#shoppingCart td#shoppingCartShipInfoCtn div {} td#shoppingCartShipInfoCtn div#addressColumn { display: inline; float: left; width: 200px; text-align:left; color:#6a4935; font-size:11px; margin : 4px 10px 15px 20px; font-family:verdana,arial,"Trebuchet MS"; letter-spacing:-0.01em; font-weight:normal; line-height:16px; } td#shoppingCartShipInfoCtn div#addressColumn .mainButton { float: none; } td#shoppingCartShipInfoCtn #shippingMethodDates { float: left; width: 260px; } td#shoppingCartShipInfoCtn #giftMessages { float: left; width: 370px; text-align:left; line-height:20px; padding-top:10px; overflow: hidden; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages label { width: 105px; float: left; overflow: hidden; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages label.longerLabel { display: block; clear: right; width: 350px; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages input { float: right; width: 245px; margin-bottom:7px; font-family:"Trebuchet MS"; color:#6A4935; font-size:12px; margin-right: 10px; } table#shoppingCart td#shoppingCartShipInfoCtn #giftMessages textarea.instructionsField { clear:both; width:358px; } table#shoppingCart div#showDeliveryDates { clear: both; color:#6A4935; font-weight:bold; padding-bottom:30px; } table#shoppingCart div#showDeliveryDates .calendarBtn { margin:8px 5px 0 7px; overflow: hidden; } .lessThanLeadTimeLabel{ clear:both; float:left; padding-top:5px; color:#dd0d0d; } .datePickerLabel{ margin-left:4px; line-height:20px; text-transform:capitalize; font-weight:normal; } .rowWithBottomBorder{ border-bottom:1px solid #9F7E4A; } div#multipleShipShoppingCart table#shoppingCart div#showDeliveryDates .calendarBtn input, div#multipleShipShoppingCart table#shoppingCart div#showDeliveryDates .calendarBtn button{ background-image:url(/_static/images/www/Shared/iconCalendar.gif); background-repeat:no-repeat; width:24px; height:23px; border:0; cursor:pointer; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart select { background-color:#FBEFDE; border:1px solid #BC9B6A; height: 20px; line-height: 17px; vertical-align: middle; color:#6a4935; font-family:"Trebuchet MS"; font-size: 12px; width: 204px; margin-bottom: 18px; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart div.selectShippingDropdowns { height:35px; width:auto; } div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart div.selectShippingDropdowns select { } #shippingMethodDates table.deliveryDatesCtn { font-size:12px; color:#6A4935; width: 230px; } #shippingMethodDates table.deliveryDatesCtn .deliveryDate { text-align:right; font-size:12px; } .capitalizedText{ text-transform:capitalize; } .uppercaseText{ text-transform:uppercase; } /* *** Items Table *** */ div#shoppingCartBlock div#multipleShipShoppingCart table#shoppingCart table#itemsTable { width: 810px; empty-cells: show; border-collapse: collapse; margin-left: 50px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td { border-bottom: 1px solid #9F7E4A; padding:4px 0px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td.errorRow { text-align: left; } table#itemsTable td#itemIDImagesPersonalize{ width: 170px; } table#itemsTable td#itemDescriptionColumn { width: 285px; } td#itemDescriptionColumn label { width: 125px; } td#itemDescriptionColumn select { width: 140px; } td#itemDescriptionColumn div.errorLine { clear: left; margin-top: 5px; text-align: left; color: #DD0D0D; } table#itemsTable td#quantityFieldsColumn, table#itemsTable td#totalQtyColumn { text-align: left; width: 110px; } table#itemsTable td#itemPriceColumn { text-align: left; width: 100px; } table#itemsTable td#quantityFieldsColumn { width: 120px; } table#itemsTable td#quantityFieldsColumn.withPrizeQty{ width:155px; } table#itemsTable td#totalQtyColumn .priceField { text-align: center; padding: 0px 0px; color: #DD0D0D; } .personalizeItemColumn {} div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemID{ width:auto; text-align:left; padding-top:20px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemImage{ margin-left:6px; margin-right:4px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemLink{ text-align:left; padding-top:0; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div.itemPersonalisation { } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div#personalizeItemColumn.itemImage{ float:left; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable div#personalizeItemColumn.itemImage a img{ border:none; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#prizeQtyColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#totalQtyColumn label, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#itemPriceColumn label{ color:#620404; display:block; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; padding-bottom:4px; text-align:center; float: none; width: 100px; margin-right: 0px; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn label { text-align: left; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#itemPriceColumn .priceField { clear:both; color:#DD0D0D; font-family:arial; font-size:12px; height:19px; text-align:center; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn input, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#prizeQtyColumn input, div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#totalQtyColumn input{ width:37px; height:19px; border:solid 1px #6a4935; clear:both; font-size:11px; text-align:center; padding-top:1px; font-weight:bold; font-family:"Trebuchet MS"; color:#620404; float: none; } div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn input { float: left; } div#multipleShipShoppingCart .mainButton{float:right;margin-right:15px;} div#multipleShipShoppingCart .mainButton input, div#multipleShipShoppingCart .mainButton button, div#multipleShipShoppingCart .mainButton a{ background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; height:32px; width:auto; text-transform:capitalize; font-size:16px; } div#multipleShipShoppingCart .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnShoppingCartEnd.gif); background-repeat:no-repeat; height:32px; width:22px; cursor:pointer; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton { margin-top: 12px; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton input, div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton button, div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton a{ background-image:url(/_static/images/www/Shared/btnApplyCode.gif); background-repeat:no-repeat; height:18px; font-size:11px; padding-bottom:2px; line-height:17px; padding-left:8px; } div#multipleShipShoppingCart table#shoppingCart .addressListBlock .mainButton .buttonEnd{ background-image:url(/_static/images/www/Shared/btnApplyCodeEnd.gif);background-repeat:no-repeat; height:18px;width:8px;} div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn .accountButton{padding:2px 0 0;} table#shoppingCart table#itemsTable td#quantityFieldsColumn div.accountButton div.buttonEnd{cursor:pointer;float:left;} div#multipleShipShoppingCart table#shoppingCart table#itemsTable td#quantityFieldsColumn .accountButton input{ color:#fff !important; line-height:18px; border:0; height:18px; width:auto; margin:0; padding-top:0; clear:none; float:left; } /* --- 13.18. CALENDAR ------------------------------------------------- */ div#calendarBlock { width:100%; } div#calendarBlock h2 { margin-bottom:14px; } div#calendarBlock fieldset label { width:120px; } div#calendarBlock fieldset select { width:auto; } div#calendarBlock fieldset select option { padding-right:10px; } table#calendar td.empty { background:#e0e0e0; } table#calendar td { font-size:12px; font-weight:bold; color:#aa2244; width:14%; padding:0 0 3px 0; text-align:left; } table#calendar td.pastDay { color:#808080; } table#calendar td.columnRight { text-align:center; } table#calendar td .dayNumber { border-right:solid 1px #a0a0a0; border-bottom:solid 1px #a0a0a0; width:20px; height:20px; float:left; line-height:20px; text-align:center; background:#d0d0d0; margin-bottom:20px; } table#calendar td.pastDay .dayNumber { border-right:solid 1px #c0c0c0; border-bottom:solid 1px #c0c0c0; background:#e0e0e0; } table#calendar td .events { float:left; margin-left:5px; font-size:9px; font-weight:normal; } table#calendar td .events a { font-weight:normal; text-decoration:none; display:block; } table#calendar td .events a:hover { text-decoration:underline; } table#calendar td.pastDay .events a { color:#606060; } div#calendarDetailsBlock { width:100%; } div#calendarDetailsBlock ul { margin:15px 0; float:left; clear:both; width:100%; } div#calendarDetailsBlock ul li { width:100%; } div#calendarDetailsBlock ul li div.label { width:110px; float:left; font-weight:bold; } div#calendarDetailsBlock ul li p {margin:0 0 10px 0;} div#calendarDetailsBlock a.backToCalendar { font-weight:bold; font-size:1.1em; margin-bottom:20px; float:left; } /* --- 13.19. Forward to a friend ------------------------------------------------- */ div#newsLetterForwardBlock {width:100%;} div#newsLetterForwardBlock div#introductionText {float:left; clear:both;margin:10px 0;} div#newsLetterForwardBlock div#yourInfoBlock {width:400px;float:left;} div#newsLetterForwardBlock div#friendInfoBlock {width:400px;float:left;} div#newsLetterForwardBlock div#friendInfoBlock label.friendLabel {width:175px;} div#newsLetterForwardBlock .formRowError label {font-weight:bold;color:#c00;} div#newsLetterForwardBlock .formRowError input {border:solid 1px #f00;} div#newsLetterForwardBlock div#messageBlock {clear:both;float:left;margin-top:20px;.} div#newsLetterForwardBlock div#messageBlock textarea {width:300px;height:100px;} div#newsLetterForwardBlock div#messageBlock .mainButton {margin-left:150px;} div#newsletterBlock .accountButton{height:auto;width:100px;margin-bottom:10px;} /* --- 13.20. Testimonials ------------------------------------------------- */ div#testimonialsBlock {width:100%;} div#testimonialsBlock h3 {margin:10px 0 0 0;} div#testimonialsBlock .testimonial {margin:0 0 10px 30px;} div#testimonialsBlock h4 {text-transform:uppercase;line-height:15px;margin-top:10px;} div#testimonialsBlock .testimonialText p {margin-top:0;} div#testimonialsBlock .testimonialAuthor {font-style:italic;} div#testimonialsBlock form {margin-top:20px;} /* ================================================================================== */ /* CENTRALIZED -- OVERRIDING COLORS, TO GIVE THE SITE A WHOLE NEW COLOR - OPTIONAL /* ================================================================================== */ h1, h2, h3, h4, h5, a {color:#7F0407;} /* color of all links and titles */ div#leftBlock div#navMenu li a:hover, div#leftBlock div#navMenu li.leftNavLevel3 a {color:#7F0407;} div#alertBoxContent {border-color:#804016;} /* color of border round all alertboxes */ div#alertBoxCloseButton .alertBoxCloseButton2{ background-color:#FFFFFF;padding:4px 15px 5px 5px;} div#alertBoxCloseButton button, input#windowClose {background-color:#fff; padding:4px 15px 5px 5px;} /* color of "X" background of all alertboxes */ div.opaqueBG { border:7px solid #6a4935; } div.shoppingBagContainer input#windowClose { background-color:#6A4935; color:#FFFFFF; font-size:15px; height:30px; padding:0 15px 5px 5px; width:10px; } .show{display:block;} .hide{ display:none;} .personalizeYourKit { padding-top:10px;} .personalizeYourKit input, .personalizeYourKit button, .personalizeYourKit a { background-image:url(/_static/images/www/Shared/btnShoppingCartMain.gif); background-repeat:no-repeat; cursor:pointer; display:block; overflow:hidden; width:auto; color:#FFF; font-family:"Trebuchet MS"; float:left; margin-left:8px; border:none; padding-left:2px; height:22px; } #infoToolsContentBlock{ width:740px; float:left; } div#infoToolsContentBlock h4{ font-size:16px; color:#6a4935; margin: 10px 0 15px; } div#ToolsInfoTabbedBlock{ background-color:#FFFFFF; float:left; width:500px; margin-left:50px; } div#ToolsInfoTabbedBlock ul#tabRow{width:auto;} div#ToolsInfoTabbedBlock ul#tabRow li{ background-image:url(/static/images/www/shared/productTabsLeft.gif); float:left; height:27px; line-height:27px; padding:0 25px 0 21px; text-align:center; width:auto; text-transform:capitalize; font-weight:bold; font-family:"Trebuchet MS"; color:#BA9980; font-size:11px; cursor:pointer; } div#ToolsInfoTabbedBlock ul#tabRow li.clearTab{ background-image:none; border-bottom:1px solid #E6CFBD; height:26px; cursor:default; width:44px; } div#ToolsInfoTabbedBlock ul#tabRow li.selectedTab{ background-image:none; border-left:1px solid #E6CFBD; border-right:1px solid #E6CFBD; border-top:1px solid #E6CFBD; height:26px; line-height:26px; padding:0 24px 0 20px; } div#ToolsInfoTabbedBlock div#ToolsInfoBoxBlock{ height:204px; overflow:auto; border-bottom:1px solid #E6CFBD; border-left:1px solid #E6CFBD; border-right:1px solid #E6CFBD; color:#620404; display:block; font-family:"Trebuchet MS"; font-size:12px; clear:both; } div#ToolsInfoBoxBlock .toolsInfoText{width: 470px;margin:10px 14px;} #SRcreateAccountBlock h3 { color:#6A4935; font-size:16px; } #SRcreateAccountBlock #dvAccountSearch form#createaccount{ margin-left:18px; width:355px } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset label{font-weight:bold;text-transform:capitalize;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset label.checkBoxLabel{line-height:12px; } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset input, #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset select{ color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:17px; text-indent:2px; width:183px; background-color:#FBEFDE; border:1px solid #bc9b6a; } #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset input.uploadFileInput{ float:right; font-size:11px; height:19px; margin-right:4px; } #SRcreateAccountBlock fieldset option{width:auto;height:auto;} #SRcreateAccountBlock label.radioLabels{width:166px;} #SRcreateAccountBlock label.radioOptions{width:auto;margin-right:20px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset.forCheckBox{margin-top:10px important;} #SRcreateAccountBlock #dvAccountSearch form#createaccount input.checkBoxOption { width:10px; float:left; margin-right:5px; border:0; background:none; } #SRcreateAccountBlock #dvAccountSearch form#createaccount input#copyOverInformation{margin-left:8px;margin-right:2px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount label#copyOverInfoLabel{line-height:16px;} #SRcreateAccountBlock #dvAccountSearch form#createaccount fieldset select { height:19px; text-indent:0; width:185px; } #SRcreateAccountBlock label.textWrapLabel{width:130px;} #SRcreateAccountBlock label.noRightMarginLabel{margin-right:0px;} #SRcreateAccountBlock input.textWrapFieldInput{margin-top:2px;} #SRcreateAccountBlock .accountButton{margin-top:15px;} #SRcreateAccountBlock .resetButton{clear:none;} #SRcreateAccountBlock #validationErrors{ float:left; margin-left:20px; border:3px solid #6a4935; padding:10px 0px 0 12px; background-color:#E7DAC9; width:272px; height:auto; } #testpersonalisation{ width:100%; height:705px;} #quickOrderRightSide table tr.tableHeader { background:#6A4935;} #myAccountBlock #insertUpdateProfile #MyAccountBannerSection { float:left;} form#sendUserDetails{ height:auto; margin:0px 20px; width:400px; } form#sendUserDetails .mandatoryfields{margin-bottom:15px;} form#sendUserDetails fieldset{ color:#6a4935;margin-bottom:12px; } form#sendUserDetails label{ font-weight:bold; font-size:13px; text-transform:capitalize; width:165px;} form#sendUserDetails input { color:#6A4935; float:right; font-family:trebuchet MS; font-size:12px; height:20px; text-indent:2px; width:183px; } form#sendUserDetails select{ background:#FBEFDE; border:1px solid #BC9B6A; color:#6A4935; float:right; font-family:"Trebuchet MS"; font-size:12px; height:20px; width:185px; } form#sendUserDetails .asterisk { color:#dd0d0d; font-size:12px; padding-right:3px; } form#sendUserDetails .indentedTxt{ text-indent:8px;} form#sendUserDetails .mainButton{ background-color:none;} form#sendUserDetails .accountButton{ padding-top:20px;padding-right:0;} form#sendUserDetails .accountButton input, form#sendUserDetails .accountButton button, form#sendUserDetails .accountButton a { background-image:url(/_static/images/www/Shared/bgaccountButton.gif); border:0 none; color:#FFFFFF; float:left; font-size:14px; font-weight:bold; height:25px; line-height:26px; padding:0 4px 0 12px; text-transform:capitalize; width:auto; } form#sendUserDetails .accountButton .buttonEnd{ background-image:url(/_static/images/www/Shared/bgaccountButtonEnd.gif); height:25px; width:7px; float:left; } /* ---------- Survey ------------*/ div#surveySection{color:#6A4935;font-size:13px;font-weight:bold;height:auto; margin-left:30px; width:auto;} #surveySection form{background:none; border:none; height:auto; width:auto;} #surveySection table td{ border:none; color:#6A4935; text-align:left; padding-bottom:4px; font-size:13px; } #surveySection .surveyQuestionAnswer table td{} div.styledSurveyBlock{background-color:#fbefde; border:1px solid #ceae9a; padding:15px 20px 15px 25px; overflow:hidden;} div.styledSurveyBlock .surveyTxt{color:#6a4935; font-weight:bold; font-size:18px;height:auto;width:100%; margin-bottom:15px;} div.styledSurveyBlock div.surveyButton{float:right; height:22px; margin:10px 4px; padding:0;} div.styledSurveyBlock div.surveyButton input, div.styledSurveyBlock div.surveyButton a{ background-image:url('/_static/images/www/Shared/mainBtnCheckout.gif');background-repeat:no-repeat; color:#FFFFFF;font-family:trebuchet MS;font-size:11px;font-weight:bold; height:23px;width:auto;line-height:23px; padding:0 0 1px 8px;border:0 none;float:left; cursor:pointer; text-decoration:none; } div.styledSurveyBlock div.surveyButton .buttonEnd{ background-image:url('/_static/images/www/Shared/mainBtnCheckoutEnd.gif');background-repeat:no-repeat; height:23px;width:8px; margin:0;padding:0;float:left; cursor:pointer; } div.styledSurveyBlock fieldset {margin-left:40px;} div.styledSurveyBlock fieldset label{width:160px;} div.styledSurveyBlock fieldset select{width:182px; height:19px; border: 1px solid #BC9B6A;} div.styledSurveyBlock fieldset input.surveyFormField{background:#fff; width:180px; height:17px;} #surveySection .question{color:#6a4935; font-weight:bold; font-size:18px;height:auto;width:100%; margin-bottom:15px;} div#surveySection textarea{margin-left:20px;width:500px;border:1px solid #BC9B6A; } div#surveySection input.checkbox{margin-left:18px; width:13px; border:0 none; margin-right:0;} /* -------------------------------------------------------- */ #shippingOrdersAddresses{ height:auto; margin-left:40px; width:500px; } #shippingOrdersAddresses fieldset{ width:355px; } #shippingOrdersAddresses label{ margin:0 5px; width:auto; font-weight:bold; } #shippingOrdersAddresses select{ float:right; background:#FBEFDE; border:1px solid #BC9B6A; width:200px; } #shippingOrdersAddresses select#selPerPage{width:50px;} #shippingOrdersAddresses input{ clear:right;} #shippingOrdersAddresses input.backButton, #shippingOrdersAddresses .backButton button, #shippingOrdersAddresses .backButton a{ background-image:url(/_static/images/www/Shared/previousTab.gif); border:1px solid #6A4935; color:#6A4935; cursor:pointer; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; height:15px; margin-right:6px; padding:0 5px 17px 15px; text-transform:lowercase; width:auto; } #shippingOrdersAddresses input.nextButton, #shippingOrdersAddresses .nextButton button, #shippingOrdersAddresses .nextButton a{ background-image:url(/_static/images/www/Shared/nextTab.gif); background-position:right top; border:1px solid #6A4935; color:#6A4935; cursor:pointer; font-family:"Trebuchet MS"; font-size:11px; font-weight:bold; height:15px; padding:0 15px 17px 5px; text-transform:lowercase; width:auto; } #shippingOrdersAddresses input.nextButtonEnd{ background-image:url(/_static/images/www/Shared/btnShoppingCartEnd.gif); background-repeat:no-repeat; width:22px; border:0; height:32px; } #BckNxtButtons { float:right; margin:25px 0 0 0; width:336px; height:auto; } #addNewItemBtn{float:right;margin-top:55px;} #overlayForm {height:auto;min-height:400px;} /* ---- Edit Address popup in billing & Shipping checkout section ------ */ #overlayForm form#sendUserDetails { background:none repeat scroll 0 0 #FFFFFF; height:auto; margin:0 20px; padding-top:20px; width:380px; } #overlayForm form#sendUserDetails label { display: inline; } #overlayForm.editAddressOverlay { min-height: 400px; width: 360px; height: auto; } #overlayForm.editAddressOverlay form#sendUserDetails { width: 320px; padding-top: 2px; } #overlayForm.editAddressOverlay form#sendUserDetails label { font-size: 12px; /*width: auto;*/ width: 130px; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets label#residentialInd { float: none; display: block; margin-bottom: 5px; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets label { clear: left; } #overlayForm.editAddressOverlay form#sendUserDetails .checkBoxFieldsets input { width: 15px; float: none; } #overlayForm form#sendUserDetails #formButtons{ width:400px; background:#fff; } #overlayForm form#sendUserDetails .accountButton{ clear:none; float:right; padding-top:0; } .qasPopup{ background:#fff; } div.editNewAddressDialog {float:left; margin-right:47px; margin-top:-6px; } .whatsThis img {cursor:pointer;} /* --------------- Sales Rep Portal ------------------- */ /* Homepage */ #SalesRepHomePageSection{ width:740px; height:auto; float:left; } #SalesRepHomePageSection h2{ color:#6A4935; font-size:17px; } #SalesRepHomePageSection #SalesRepHomePageTopBanner{ width:732px; overflow:hidden; height:auto; float:left; } #SalesRepHomePageSection #SalesRepHomePageTop2ndBanner{ width:732px; overflow:hidden; height:auto; float:left; } #SalesRepHomePageSection .pendingSections{ background:none no-repeat scroll 0 0 #FBEFDE; border:1px solid #E6CFBD; float:left; height:282px; margin-bottom:3px; margin-left:0px; margin-top:6px; min-height:190px; width:731px; overflow:auto; clear:both; } #SalesRepHomePageSection .pendingSections h2 {text-indent:0;clear:both;line-height:18px;margin-bottom:2px;margin-top:10px;text-align:center;} #SalesRepHomePageSection .pendingSections div.pendingDataBlock{ overflow:auto; height:295px; width:100%; background:none no-repeat scroll 0 0 #FBEFDE; } #SalesRepHomePageSection .pendingSections table {background:none no-repeat scroll 0 0 #FBEFDE; width:100%;} #SalesRepHomePageSection .pendingSections table th{ background-color:#FBEFDE; border-right:1px solid #6A4935; color:#800000; font-size:13px; padding:0px 3px; } #SalesRepHomePageSection .pendingSections table td{text-align:center; color:#6A4935; } #SalesRepHomePageSection .pendingSections table#outstandingARTable {width:100%;} #SalesRepHomePageSection .pendingSections table td.delDateColumn{line-height:14px;padding-left:11px;} #SalesRepHomePageSection .pendingSections table#outstandingARTable th{ } input.checkBoxOption{border:0;background:none;} /* ------- Linked Accounts ----- */ #SRRelatedAccounts{width:740px;} #SRRelatedAccounts h3{width:auto; text-indent:15px; margin-top:20px;} #SRRelatedAccounts table th{border-bottom:2px solid #BC9B6A;} #SRRelatedAccounts table td {color:#6A4935; height:28px; font-weight:bold; text-align:center;} tr.oddRow td{background-color:#ECECEC;} tr.evenRow td{background-color:#fff;} .dedupTitle{font-weight:bold; font-size:13px; color:#800000;} #dedupForm {margin-top:10px;} #dedupForm fieldset{margin-left:10px; line-height:13px; font-size:11px;} #dedupForm fieldset label{text-transform:capitalize;} #dedupForm .redasterisk, #dedupForm .attachLink{ float:right; font-size:11px; padding-right:7px; padding-top:2px; } #dedupForm .attachLink{text-decoration:underline;} .streetNumberLabel, .refineSearchText {height:30px; width:auto; line-height:31px; margin-left:24px; margin-top:15px;} .refineSearchText{line-height:37px; margin-left:35px;} .surveyQuestionAnswer table tr td {} .surveyQuestionAnswer input.surveyFormField { background-color:#FFFFFF; float:right; text-align:right; font-size:12px; font-weight:bold; } .surveyQuestionAnswer .qtFillInBlanks input.surveyFormField { float: none; } .surveyQuestionAnswer .inputFixed { background-color:#FFFFFF; color:#DD0D0D; float:right; font-size:12px; text-align:right; } div#freeItemSelection{} div#address_div fieldset{ margin:5px 0 8px 15px; } div#address_div label{ width:150px;} div#freeItemSelection table#shoppingCart .columnLeft {width:430px; } div#freeItemSelection table#shoppingCart tbody td{ line-height:55px;text-align:center; } div#freeItemSelection table#shoppingCart tbody td.promoRow {line-height:13px;} div#freeItemSelection table#shoppingCart div.itemLink {line-height:15px; text-indent:8px;} #searchOrderStatusFormLogout { width: 500px; } #searchOrderStatusFormLogout fieldset { width: 350px; } #searchOrderStatusFormLogout .mainButton { margin-right: 150px; }
0.235636
0.038394
.ms-DetailsColumn { font-size: var(--fontSize-Small); font-weight: var(--fontWeight-Regular); } .ms-DetailsColumn { color: var(--semanticTextColors-BodyText); display: inline-block; position: relative; box-sizing: border-box; padding: 0 8px 0 12px; line-height: inherit; margin: 0; height: 42px; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; text-align: left; } .ms-DetailsColumn::-moz-focus-inner { border: 0; } .ms-Fabric--isFocusVisible .ms-DetailsColumn:focus::after { content: ''; position: absolute; left: 1px; top: 1px; bottom: 1px; right: 1px; border: 1px solid var(--palette-White); outline: 1px solid var(--palette-NeutralSecondary); z-index: var(--zIndex-FocusStyle); } @media screen and (-ms-high-contrast: active) { .ms-DetailsColumn:focus::after { } } .ms-DetailsColumn.is-actionable:hover { color: var(--semanticTextColors-BodyText); background: var(--semanticColors-ListHeaderBackgroundHovered); } .ms-DetailsColumn.is-actionable:active { background: var(--semanticColors-ListHeaderBackgroundPressed); } .ms-DetailsColumn.is-empty { text-overflow: clip; } .ms-DetailsColumn.is-padded { padding-right: 32px; } .ms-DetailsColumn.is-padded:hover i[data-icon-name='GripperBarVertical'] { display: block; } /*GripperBarVerticalStyle*/ .ms-DetailsColumn-gripperBar { display: none; position: absolute; text-align: left; color: var(--palette-NeutralTertiary); left: 1px; } /*NearIcon*/ .ms-DetailsColumn-nearIcon { color: var(--semanticTextColors-BodySubtext); opacity: 1; padding-left: 8px; } /*SortIcon*/ .ms-DetailsColumn-sortIcon { color: var(--semanticTextColors-BodySubtext); opacity: 1; padding-left: 4px; position: relative; top: 1px; } /*FilterChevron*/ .ms-DetailsColumn-filterChevron { color: var(--palette-NeutralTertiary); padding-left: 6px; vertical-align: middle; font-size: var(--fontSize-Small); } /*CellTitle*/ .ms-DetailsColumn-cellTitle::-moz-focus-inner { border: 0; } .ms-Fabric--isFocusVisible .ms-DetailsColumn-cellTitle:focus::after { content: ''; position: absolute; left: 1px; top: 1px; bottom: 1px; right: 1px; border: 1px solid var(--palette-White); outline: 1px solid var(--palette-NeutralSecondary); z-index: var(--zIndex-FocusStyle); } @media screen and (-ms-high-contrast: active) { .ms-DetailsColumn-cellTitle:focus::after { } } .ms-DetailsColumn-cellTitle { outline: transparent; position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden; padding: 0 8px 0 12px; } .ms-DetailsColumn.is-iconOnly .ms-DetailsColumn-cellTitle .ms-DetailsColumn-nearIcon { padding-left: 0; } /*CellTitle*/ .ms-DetailsColumn-cellTooltip { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
src/BlazorFluentUI.ListComponents/DetailsList/DetailsColumn.razor.css
.ms-DetailsColumn { font-size: var(--fontSize-Small); font-weight: var(--fontWeight-Regular); } .ms-DetailsColumn { color: var(--semanticTextColors-BodyText); display: inline-block; position: relative; box-sizing: border-box; padding: 0 8px 0 12px; line-height: inherit; margin: 0; height: 42px; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; text-align: left; } .ms-DetailsColumn::-moz-focus-inner { border: 0; } .ms-Fabric--isFocusVisible .ms-DetailsColumn:focus::after { content: ''; position: absolute; left: 1px; top: 1px; bottom: 1px; right: 1px; border: 1px solid var(--palette-White); outline: 1px solid var(--palette-NeutralSecondary); z-index: var(--zIndex-FocusStyle); } @media screen and (-ms-high-contrast: active) { .ms-DetailsColumn:focus::after { } } .ms-DetailsColumn.is-actionable:hover { color: var(--semanticTextColors-BodyText); background: var(--semanticColors-ListHeaderBackgroundHovered); } .ms-DetailsColumn.is-actionable:active { background: var(--semanticColors-ListHeaderBackgroundPressed); } .ms-DetailsColumn.is-empty { text-overflow: clip; } .ms-DetailsColumn.is-padded { padding-right: 32px; } .ms-DetailsColumn.is-padded:hover i[data-icon-name='GripperBarVertical'] { display: block; } /*GripperBarVerticalStyle*/ .ms-DetailsColumn-gripperBar { display: none; position: absolute; text-align: left; color: var(--palette-NeutralTertiary); left: 1px; } /*NearIcon*/ .ms-DetailsColumn-nearIcon { color: var(--semanticTextColors-BodySubtext); opacity: 1; padding-left: 8px; } /*SortIcon*/ .ms-DetailsColumn-sortIcon { color: var(--semanticTextColors-BodySubtext); opacity: 1; padding-left: 4px; position: relative; top: 1px; } /*FilterChevron*/ .ms-DetailsColumn-filterChevron { color: var(--palette-NeutralTertiary); padding-left: 6px; vertical-align: middle; font-size: var(--fontSize-Small); } /*CellTitle*/ .ms-DetailsColumn-cellTitle::-moz-focus-inner { border: 0; } .ms-Fabric--isFocusVisible .ms-DetailsColumn-cellTitle:focus::after { content: ''; position: absolute; left: 1px; top: 1px; bottom: 1px; right: 1px; border: 1px solid var(--palette-White); outline: 1px solid var(--palette-NeutralSecondary); z-index: var(--zIndex-FocusStyle); } @media screen and (-ms-high-contrast: active) { .ms-DetailsColumn-cellTitle:focus::after { } } .ms-DetailsColumn-cellTitle { outline: transparent; position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; box-sizing: border-box; overflow: hidden; padding: 0 8px 0 12px; } .ms-DetailsColumn.is-iconOnly .ms-DetailsColumn-cellTitle .ms-DetailsColumn-nearIcon { padding-left: 0; } /*CellTitle*/ .ms-DetailsColumn-cellTooltip { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
0.655446
0.109372
.nav { width : 100%; min-height : 100%; height : 100%; position : absolute; /* absolute relative */ float : left; overflow : hidden; background-color : rgba(239, 239, 244, 0.3); top : 0px; z-index : 3001; -webkit-transition : margin 0.4s ease-out; -moz-transition : margin 0.4s ease-out; -o-transition : margin 0.4s ease-out; transition : margin 0.4s ease-out; } .nav-hleft { margin-left : 0; } .nav-hright { margin-left : 0; } .nav-left { margin-left : -100%; } .nav-right { margin-right : -200%; } .push-left { margin-left : -100%; } .push-right { margin-right : -200%; } .pull-left { margin-left : 0; } .pull-right { margin-right : -100%; } .nav .nav-content { width : 80%; min-height : 100%; height : 100%; position : relative; /* absolute relative */ float : left; overflow : hidden; color : #ffffff; background-color : #000000; top : 0px; padding : 20px; valign : middle; vertical-align : middle; align : center; text-align : center; background : url(../images/menu_back.png) top center no-repeat; background-size : cover; } .nav p { height : 25px; align : center; text-align : center; } .nav .title { height : 135px; align : center; text-align : center; } .nav .title img { width : 121px; height : 121px; } .nav .info { height : 35px; align : center; text-align : center; font-size : 16px; } .nav ul li { width : 98%; height : 45px; line-height : 45px; } .nav ul .blank { height : 20px; } .nav ul .section { height : 40px; align : left; text-align : left; font-size : 18px; padding-left : 10px; } .nav ul .menu { height : 60px; line-height : 60px; align : left; text-align : left; padding-left : 50px; font-size : 20px; border : 0; } .nav ul .menu img { padding-right : 20px; valign : middle; vertical-align : middle; width : 30px; height : 30px; }
source/css/nav.css
.nav { width : 100%; min-height : 100%; height : 100%; position : absolute; /* absolute relative */ float : left; overflow : hidden; background-color : rgba(239, 239, 244, 0.3); top : 0px; z-index : 3001; -webkit-transition : margin 0.4s ease-out; -moz-transition : margin 0.4s ease-out; -o-transition : margin 0.4s ease-out; transition : margin 0.4s ease-out; } .nav-hleft { margin-left : 0; } .nav-hright { margin-left : 0; } .nav-left { margin-left : -100%; } .nav-right { margin-right : -200%; } .push-left { margin-left : -100%; } .push-right { margin-right : -200%; } .pull-left { margin-left : 0; } .pull-right { margin-right : -100%; } .nav .nav-content { width : 80%; min-height : 100%; height : 100%; position : relative; /* absolute relative */ float : left; overflow : hidden; color : #ffffff; background-color : #000000; top : 0px; padding : 20px; valign : middle; vertical-align : middle; align : center; text-align : center; background : url(../images/menu_back.png) top center no-repeat; background-size : cover; } .nav p { height : 25px; align : center; text-align : center; } .nav .title { height : 135px; align : center; text-align : center; } .nav .title img { width : 121px; height : 121px; } .nav .info { height : 35px; align : center; text-align : center; font-size : 16px; } .nav ul li { width : 98%; height : 45px; line-height : 45px; } .nav ul .blank { height : 20px; } .nav ul .section { height : 40px; align : left; text-align : left; font-size : 18px; padding-left : 10px; } .nav ul .menu { height : 60px; line-height : 60px; align : left; text-align : left; padding-left : 50px; font-size : 20px; border : 0; } .nav ul .menu img { padding-right : 20px; valign : middle; vertical-align : middle; width : 30px; height : 30px; }
0.369315
0.056366
.photos { position: relative; display: flex; flex-wrap: wrap; max-width: 400px; margin: 20px auto; user-select: none; /*background-color: #000;*/ } .photos__back, .photos__item { width: 100%; height: 400px; max-height: 80vh; } .photos__radio {display: none;} .photos__img { width: 100%; height: 100%; object-fit:cover; } .photos__item { position: absolute; z-index: -1; top: 0; left: 0; opacity: 0; transition: opacity 0.5s; } .photos__view { cursor: pointer; width: 1px; height: 100px; max-height: 20vh; flex-grow: 1; } .photos__img_item {object-fit: contain;} .photos__radio:checked+.photos__item {z-index: 1; opacity: 1;} .photos__radio:checked+.photos__item+.photos__view {transform: scale(.93);} .tabs { display: flex; flex-wrap: wrap; max-width: 600px; } .tabs__title { width: 1px; flex-grow: 1; order: -1; cursor: pointer; user-select: none; text-transform: uppercase; text-align: center; padding: 10px; overflow: hidden; text-overflow: ellipsis; } .tabs__text { display: none; width: 100%; flex-grow: 2; margin: 0; padding: 10px; } .tabs__tab:checked+.tabs__title { border-bottom: 2px solid #e62e04; } .tabs__tab:checked+.tabs__title+.tabs__text {display: flex;} .tabs__title:hover {opacity: 0.9;} /* дополнительные стили для этого примера */ .slider__items { counter-reset: slide; } .slider__item { counter-increment: slide; } .col-md-2{ padding-right: 0px; padding-left: 0px; } .aiz-carousel.gutters-10 .carousel-box { padding-left: 3px; padding-right: 3px; } .text-truncate2 { overflow: hidden; text-overflow: ellipsis; white-space: break-spaces; text-align: center; height: 36px; } .fs-12 { font-size: 0.65rem !important; } .babs-0{ position: absolute; bottom: 0; } .modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99999; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; display: none; pointer-events: none; } .modalDialog:target { display: block; pointer-events: auto; } .modalDialog > div { position: relative; padding: 5px 20px 13px 20px; border-radius: 10px; } .close { background: #606061; color: #FFFFFF; line-height: 25px; position: absolute; right: -12px; text-align: center; top: -10px; width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000; } .close:hover { background: #00d9ff; } .lh-1-4 { line-height: 1.4 !important; height: 35px; } .min-height{ min-height: 62%; } @media (min-width: 768px){ .p-md-3 { padding: 0.6rem!important; } } .modal-content { border: 1px solid rgba(20, 20, 35, 0.2); border: none; padding: 0; } .aiz-checkbox, .aiz-radio { display: inline-block; position: relative; padding-left: 28px; margin-bottom: 10px; cursor: pointer; font-size: 0.775rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
public/css/my.css
.photos { position: relative; display: flex; flex-wrap: wrap; max-width: 400px; margin: 20px auto; user-select: none; /*background-color: #000;*/ } .photos__back, .photos__item { width: 100%; height: 400px; max-height: 80vh; } .photos__radio {display: none;} .photos__img { width: 100%; height: 100%; object-fit:cover; } .photos__item { position: absolute; z-index: -1; top: 0; left: 0; opacity: 0; transition: opacity 0.5s; } .photos__view { cursor: pointer; width: 1px; height: 100px; max-height: 20vh; flex-grow: 1; } .photos__img_item {object-fit: contain;} .photos__radio:checked+.photos__item {z-index: 1; opacity: 1;} .photos__radio:checked+.photos__item+.photos__view {transform: scale(.93);} .tabs { display: flex; flex-wrap: wrap; max-width: 600px; } .tabs__title { width: 1px; flex-grow: 1; order: -1; cursor: pointer; user-select: none; text-transform: uppercase; text-align: center; padding: 10px; overflow: hidden; text-overflow: ellipsis; } .tabs__text { display: none; width: 100%; flex-grow: 2; margin: 0; padding: 10px; } .tabs__tab:checked+.tabs__title { border-bottom: 2px solid #e62e04; } .tabs__tab:checked+.tabs__title+.tabs__text {display: flex;} .tabs__title:hover {opacity: 0.9;} /* дополнительные стили для этого примера */ .slider__items { counter-reset: slide; } .slider__item { counter-increment: slide; } .col-md-2{ padding-right: 0px; padding-left: 0px; } .aiz-carousel.gutters-10 .carousel-box { padding-left: 3px; padding-right: 3px; } .text-truncate2 { overflow: hidden; text-overflow: ellipsis; white-space: break-spaces; text-align: center; height: 36px; } .fs-12 { font-size: 0.65rem !important; } .babs-0{ position: absolute; bottom: 0; } .modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 99999; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; display: none; pointer-events: none; } .modalDialog:target { display: block; pointer-events: auto; } .modalDialog > div { position: relative; padding: 5px 20px 13px 20px; border-radius: 10px; } .close { background: #606061; color: #FFFFFF; line-height: 25px; position: absolute; right: -12px; text-align: center; top: -10px; width: 24px; text-decoration: none; font-weight: bold; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000; } .close:hover { background: #00d9ff; } .lh-1-4 { line-height: 1.4 !important; height: 35px; } .min-height{ min-height: 62%; } @media (min-width: 768px){ .p-md-3 { padding: 0.6rem!important; } } .modal-content { border: 1px solid rgba(20, 20, 35, 0.2); border: none; padding: 0; } .aiz-checkbox, .aiz-radio { display: inline-block; position: relative; padding-left: 28px; margin-bottom: 10px; cursor: pointer; font-size: 0.775rem; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
0.425128
0.089574
Global Styles ================================================ */ @import 'settings-panel.css'; @import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,600,400,300,200,100); @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400); h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Raleway", sans-serif; text-transform: uppercase; color: #4b4741; text-align: center; font-weight: 800; } .small, small { font-family: "Josefin Sans", sans-serif; font-weight: 700; display: block !important; text-transform: none; text-align: center; margin: 10px 0px 15px 0px; } .white { color: #ffffff; } .white .small, .white small { color: #eee; } .black { color: #4b4741; } .page-header { border: none; margin: 80px 0 40px; } .page-header:after { content: ""; display: block; position: relative; height: 3px; width: 113px; background-color: #f9c56a; margin: 0px auto; } p { font-family: "Josefin Sans", sans-serif; color: #828281; font-size: 22px; } a, a:hover { text-decoration: none; } html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } .primary-color { color: #f9c56a; } /* Vertical Rhythm */ .vertical-space { margin: 20px 0; } .horizontal-space { margin: 0 20px; } .left-space { margin-left: 20px; } .right-space { margin-right: 20px; } .top-space { margin-top: 20px; } .bottom-space { margin-bottom: 20px; } .no-top-space { margin-top: 0; } .no-bottom-space { margin-bottom: 0; } .no-left-space { margin-left: 0; } .no-right-space { margin-right: 0; } /* lg - large */ .vertical-space-lg { margin: 40px 0; } .horizontal-space-lg { margin: 0 40px; } .left-space-lg { margin-left: 40px; } .right-space-lg { margin-right: 40px; } .top-space-lg { margin-top: 40px; } .bottom-space-lg { margin-bottom: 40px; } /* xl - Extra large */ .vertical-space-xl { margin: 80px 0; } .horizontal-space-xl { margin: 0 80px; } .left-space-xl { margin-left: 80px; } .right-space-xl { margin-right: 80px; } .top-space-xl { margin-top: 80px; } .bottom-space-xl { margin-bottom: 80px; } /* sm - small */ .vertical-space-sm { margin: 10px 0; } .horizontal-space-sm { margin: 0 10px; } .left-space-sm { margin-left: 10px; } .right-space-sm { margin-right: 10px; } .top-space-sm { margin-top: 10px; } .bottom-space-sm { margin-bottom: 10px; } /*padding*/ .vertical-padding { padding: 50px 0!important; } /*giant*/ .giant-space { margin: 100px 0; } .text-giant { font-size: 150px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; } /* ================================================ Forms & Buttons ================================================ */ .form-group { font-family: "Josefin Sans", sans-serif; } .form-group label { font-size: 18px; font-weight: 400; } .form-group input, .form-group textarea { border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; background-color: #f3f1ed; padding: 10px 15px; } .btn { border-radius: 0px; border: none; font-family: "Raleway", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; padding: 10px 15px; } .btn-default { background-color: #f9c56a; } .btn-default:hover { background-color: #f7b239; } .btn-secondary { background-color: #e9e5dd; color: #8c8881; border: 1px solid #e9e5dd; } .btn-secondary:hover { background-color: #d5cdbe; border: 1px solid #e9e5dd; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { background-color: #f7b239; border-color: #f7b239; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #f7b239; } .btn-lg { font-weight: 700; padding: 15px 40px; } /* ================================================ Navbar ================================================ */ .navbar { background-color: rgba(0, 0, 0, 0.33); color: #FFF; z-index: 50; margin: 0; transition: .4s; } .navbar-static-top { background-color: #000; } .navbar .navbar-nav > li > a { color: #ECECEC; text-transform: uppercase; padding: 25px 15px; font-weight: 700; font-size: 13px; font-family: "Raleway", sans-serif; transition: all 0.5s ease; } .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active { background-color: inherit !important; color: #f9c56a; } .navbar .navbar-nav > li > a:focus { background-color: inherit !important; } .navbar .navbar-brand { padding: 18px 0px; } .navbar .cart-number { background: #f9c56a; float: left; width: 20px; height: 20px; text-align: center; line-height: 17px; border-radius: 50%; color: #000 !important; margin-right: 5px; } .navbar .navbar-toggle .icon-bar { background-color: #fff; } .nav .open > a, .nav .open > a:hover { background-color: inherit !important; color: #f9c56a; } .nav .open > a:focus { background-color: inherit !important; } /* Dropdown menu ------------- */ .dropdown-menu { background-color: rgba(0, 0, 0, 0.85); transition: all 0.25s ease; } .dropdown-menu li { position: relative; } .dropdown-menu li .dropdown-menu { top: 0px; left: 99%; min-width: 200px; } .dropdown-menu li:hover .dropdown-menu { display: block; } .dropdown-menu li a { transition: all 0.5s ease; } .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active { background-color: inherit !important; color: #f9c56a; } .dropdown-menu > li > a { color: #C5C5C5; text-transform: uppercase; font-weight: 700; font-size: 12px; font-family: "Raleway", sans-serif; padding: 7px 30px; } .dropdown-menu .divider { background-color: #4f4f4e; } .dropdown .caret, .caret-right { margin-left: 5px; } .caret-right { border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 4px solid; display: inline-block; height: 0; width: 0; } /* Cart Dropdown ------------- */ .cart-content { min-width: 300px; padding: 0px; } .cart-content .cart-title { border-top: 2px solid #f9c56a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 15px; } .cart-content .cart-title h4 { margin: 0px; color: #ffffff; text-align: left; } .cart-content .cart-items .cart-item { padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .cart-item-image { float: left; margin-right: 15px; } .cart-item-desc { position: relative; } .cart-item-desc a { display: block; text-decoration: none; color: #ECECEC; font-weight: 700; font-family: Josefin Sans; font-size: 15px; } .cart-item-desc a:hover { color: #F9C56A; } .cart-item-price { color: #C5C5C5; font-size: 13px; font-family: "Raleway", sans-serif; } .cart-item-quantity { color: #C5C5C5; font-size: 13px; font-family: "Raleway", sans-serif; position: relative; right: 0px; top: 0px; } .cart-action { padding: 15px; } .cart-action .checkout-price { line-height: 40px; font-weight: 500; font-size: 22px; font-family: "Raleway", sans-serif; } @media (max-width: 992px) { .pricing { margin-bottom: 30px; } .navbar-header { float: none; } .navbar-left, .navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none !important; } .navbar-nav { float: none !important; margin-top: 7.5px; } .navbar-nav > li { float: none; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .collapse.in { display: block !important; } .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu.cart-content { position: static; float: none; width: auto; margin-top: 0; background-color: #000; border: 0; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; margin-bottom: -10px; } .navbar .navbar-brand { padding: 8px 0px 8px 15px; } } /* ================================================ Footer ================================================ */ .footer { background: url("https://i.imgur.com/mdNDzbu.png") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .footer .container { padding-bottom: 44px; } .footer-copyrights .container { padding-bottom: 0px; } .footer h1 { color: #f9c56a; font-size: 18px; text-align: left; margin: 60px 0px 26px; } .footer p { color: #ffffff; font-size: 18px; } .footer-address p { color: #bcbcbc; font-size: 17px; } .contact-info p { color: #6B6B6B; font-size: 18px; } .footer a { color: #f9c56a; text-decoration: none; } .footer a:hover { color: #999; } .footer .footer-blog { margin-bottom: 27px; } .footer .footer-blog.last { margin-bottom: 0px; } .footer .footer-blog img { float: left; margin-right: 15px; } .footer .footer-blog .footer-blog-text { font-weight: 700; font-size: 17px; margin-top: -4px !important; } .footer .footer-blog .footer-blog-text:hover { color: #f9c56a; } .footer .footer-blog .footer-blog-date { font-size: 14px; color: #828281; font-weight: 700; margin: 0px; } .footer-address .fa { margin-right: 10px; color: #f9c56a; width: 18px; text-align: center; } .footer .footer-copyrights { text-align: center; background-color: #1c1c1e; } .footer .footer-copyrights p { margin: 30px 0px; color: #b5b5b4; font-size: 16px; } /* Preloader --------- */ .preloder { position: fixed; top: 0; left: 0; height: 100%; width: 100%; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); z-index: 100; } .preloder .scoket { position: relative; top: 45%; width: 140px; height: 140px; margin: auto; } .preloder img { width: 100%; height: 100%; } /* ================================================ Sections ================================================ */ /* Home ---- */ .home { position: relative; height: 100vh; width: 100%; background: url(../img/bg2.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .home .tittle-block { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } .home .tittle-block .logo { text-align: center; } .home .tittle-block h1 { color: #ffffff; font-size: 72px; } .home .tittle-block h2 { text-transform: none; font-weight: 400; color: #e6e6e6; font-size: 36px; } .home .scroll-down { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); } @media (max-width: 768px) { .home .tittle-block img { height: 200px; } .home .tittle-block h1 { font-size: 42px; } .home .tittle-block h2 { font-size: 24px; } } .help-block { margin-top: 10px; font-size: 16px; font-weight: normal; } .top-space { margin-top: 15px; } /* Menu ---- */ .menu { padding-bottom: 30px; } .space60 { margin-bottom: 60px; } .menu-tags { text-align: center; margin-bottom: 20px; } .menu-tags2, .menu-tags3, .menu-tags4 { text-align: center; margin-bottom: 50px; margin-top: 20px; } .menu-tags span, .menu-tags2 span, .menu-tags3 span, .menu-tags4 span { font-family: "Raleway", sans-serif; font-size: 18px; color: #828281; font-weight: 700; text-transform: uppercase; margin: 0px 20px; padding-bottom: 2px; padding-top: 5px; cursor: pointer; transition: all 0.5s ease; border-bottom: 3px solid transparent; } .menu-tags .tagsort-active, .menu-tags2 .tagsort2-active, .menu-tags3 .tagsort3-active, .menu-tags4 .tagsort4-active { border-bottom: 3px solid #f9c56a; color: #4b4741; } .menu .food-menu .menu-item, .menu .food-menu .menu-item3 { overflow: hidden; margin: 15px 0px; padding-left: 10px; border-left: 3px solid white; } .menu .food-menu .menu-item.featured { border-left: 3px solid #f9c56a; } .menu .food-menu .menu-item .dotted-bg, .menu .food-menu .menu-item3 .dotted-bg { border-top: dotted 2px #ccc; position: absolute; left: 0px; top: 15px; width: 100%; z-index: -1; } .menu .food-menu .menu-item .menu-wrapper, .menu .food-menu .menu-item3 .menu-wrapper { position: relative; z-index: 1; } .menu .food-menu .menu-item h4, .menu .food-menu .menu-item3 h4 { text-align: left; margin: 5px 0px; float: left; padding-right: 10px; display: inline; background: #fff; } .menu .food-menu .menu-item p, .menu .food-menu .menu-item3 p { font-size: 18px; } .menu .food-menu .menu-item .price, .menu .food-menu .menu-item3 .price { float: right; padding-left: 10px; line-height: 19.8px; margin: 5px 0px; background: #FFF none repeat scroll 0% 0%; font-family: Josefin Sans; font-size: 22px; font-weight: 700; } .menu .food-menu .menu-item-active { border-left: 3px solid #f9c56a; } .menu .food-menu .menu-btn { text-align: center; padding: 20px 0px; } /* Page Header ----------- */ .page_header { background: url("https://i.imgur.com/u0KFMaQ.jpg") no-repeat center top; background-size: cover; padding: 200px 0 150px; } .page_header h2 { margin: 0; font-size: 70px; line-height: 70px; font-weight: 900; color: #fff; } .page_header p { margin: 15px 0; font-size: 24px; font-family: Raleway; color: #fff; opacity: 0.7; } /* ================================================ Menu ================================================ */ .menu2 { background: #ececec; } .menu-item2 { margin-bottom: 50px; } .menu-info { position: relative; z-index: 0; } .menu-more, .menu-more:hover { width: 55px; height: 55px; -webkit-border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; -moz-border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; background-color: #f9c56a; -webkit-box-shadow: 0 5px 4px rgba(177, 177, 177, .75); -moz-box-shadow: 0 5px 4px rgba(177, 177, 177, .75); box-shadow: 0 5px 4px rgba(177, 177, 177, .75); text-shadow: 0 5px 5px #c1913e; border: solid 1px #f2ba57; color: #FFF; line-height: 0; font-weight: 300; font-size: 65px; text-align: center; display: table; position: absolute; z-index: 48; bottom: -27.5px; right: 45px; font-family: Raleway; padding-top: 27px; text-decoration: none; } /* Menu Overlay ------------ */ .menu2-overlay { background: rgba(19, 19, 19, 0.7); position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; text-align: center; opacity: 0; visibility: hidden; transition: .4s; } .menu-info:hover .menu2-overlay { opacity: 1; visibility: visible; transition: .4s; } .menu2-overlay h4 { font-size: 19px; color: #fff; margin: 46px 0 5px; } .menu2-overlay p { color: #fff; font-size: 19px; line-height: 24px; } .menu2-overlay .price { font-family: Josefin Sans; font-size: 36px; font-weight: bold; text-transform: uppercase; color: #FFF; border-top: 1px solid #3E3D3B; width: 100%; display: table; margin: 17px 0 0; padding-top: 17px; } .menu-item3 img { width: 83px; float: left; } .menu-item3 .menu-wrapper { margin-left: 115px; } .menu-items3 p { float: left; } .menu-items4 { margin-bottom: 75px; } .menu-item4 { margin-bottom: 30px; } .menu-item4 a { text-decoration: none !important; } .menu4-overlay { width: 100%; background-color: #ffffff; box-shadow: 0px 5px 5px #E2E2E2; margin-bottom: 0; margin-top: -10px; text-align: center; text-decoration: none !important; display: table; } .menu4-overlay h4 { font-size: 19px; color: #4b4741; margin: 46px 0 15px; } .menu4-overlay p { color: #4b4741; font-size: 18px; line-height: 24px; } .menu4-overlay .price { font-family: Josefin Sans; font-size: 36px; font-weight: 700; text-transform: uppercase; color: #E7AD48; width: 100%; display: table; margin: 0px; padding: 13px 0 45px; } .main-content { padding: 70px 0; } .no-margin-top { margin-top: 0px; } /* Direction List -------------- */ .directions-list { list-style-type: none; margin: 0 0 40px; padding: 0; counter-reset: li-counter; } .directions-list > li { position: relative; margin-bottom: 28px; padding-left: 70px; font-family: josefin Sans; font-size: 16px; } .directions-list > li:before { position: absolute; top: 10px; left: 0; width: 35px; height: 35px; font-size: 20px; line-height: 34px; font-weight: 500; border-radius: 50%; text-align: center; color: #fff; content: counter(li-counter); counter-increment: li-counter; background-color: #F9C56A; } /* Progress bar ------------ */ .progressbar { display: inline-block; width: 150px; height: 4px; margin-left: 10px; background-color: #dbdbdb; } .progressbar > span { display: block; width: 40%; height: 4px; background-color: #F9C56A; } .progressbar .level-1 { width: 10%; } .progressbar .level-2 { width: 20%; } .progressbar .level-3 { width: 30%; } .progressbar .level-4 { width: 40%; } .progressbar .level-5 { width: 50%; } .progressbar .level-6 { width: 60%; } .progressbar .level-7 { width: 70%; } .progressbar .level-8 { width: 80%; } .progressbar .level-9 { width: 90%; } .progressbar .level-10 { width: 100%; } table { width: 100%; } .single-recipe .rc-ratings { float: right; margin: 0; } .recipe-top-meta a { color: #888; } /* Sidebar ------- */ .side-widget { margin-bottom: 50px; } .search { position: relative; } .search input { padding: 0 75px 0 25px; width: 100%; height: 46px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; } .search button { height: 46px; line-height: 46px; padding: 0; border: none; text-align: center; width: 50px; position: absolute; top: 0; right: 0; background: #f9c56a; color: #0a0a0a; font-size: 15px; } .side-widget h5 { font-size: 18px; color: #4b4741; font-weight: 700; text-align: left; margin: 0 0 25px; } .side-cat { padding: 0; } .side-cat li { list-style: none; padding-left: 35px; font-size: 17px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 20px; position: relative; } .side-cat li i { font-size: 10px; color: #0A0A0A; position: absolute; top: 9px; left: 10px; } .side-cat li:last-child { margin-bottom: 0px; } .side-cat li a { color: #0a0a0a; } .side-cat li a:hover { color: #f9c56a; } .recent-post { padding: 0; font-family: Josefin Sans; } .recent-post li { list-style: none; margin-bottom: 30px; clear: both; display: table; width: 100%; } .recent-post li:last-child { margin-bottom: 0px; } .recent-post li img { width: 85px; float: left; } .rp-info { margin-left: 100px; } .rp-info a { font-size: 15px; color: #0A0A0A; padding: 0 0 5px; display: table; font-weight: 700; } .rp-info a:hover { color: #f9c56a; } .rp-info span { color: #CACACA; font-size: 14px; font-weight: 700; } #respond input { padding: 0 15px; width: 100%; height: 46px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 10px; } #respond textarea { padding: 15px; width: 100%; height: 156px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 10px; } /* ================================================ Shop ================================================ */ .shop-content { padding: 60px 0; font-family: Josefin Sans; } .shop-content aside h5 { font-weight: 800; } .shop-cat { padding: 0; } .shop-cat li { list-style: none; font-size: 13px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 20px; position: relative; text-transform: uppercase; } .shop-cat li i { font-size: 13px; color: #0A0A0A; position: absolute; top: 5px; right: 0px; } .shop-cat li:last-child { margin-bottom: 0px; } .shop-cat li a { color: #0a0a0a; padding-right: 35px; position: relative; width: 100%; display: table; } .shop-cat li a:hover { color: #f9c56a; } .shop-grid { margin-bottom: 40px; display: table; width: 100%; } .shop-grid select { padding: 0 20px; width: 262px; height: 42px; background-color: #fff; border: solid 1px #eae9e7; float: left; } .sg-list { margin-left: 18px; float: left; } .sg-list a { color: #6e7682; font-size: 18px; width: 42px; height: 42px; line-height: 40px; background-color: #fff; border: solid 1px #eae9e7; float: left; text-align: center; margin-left: 12px; } .shop-grid span { color: #0a0a0a; font-size: 16px; padding-top: 9px; display: table; float: right; } /* Products -------- */ .product-img { width: 262px; height: 288px; margin: 0 auto; } .product-img img{ width: 262px; height: 288px; } .product-info { margin-bottom: 60px; } .product-info h4 { font-size: 16px; font-weight: 700; margin: 30px 0px 10px; } .product-info h4 a { color: #4b4741; } .product-info h4 a:hover { color: #F9C56A; } .product-info .rc-ratings { margin: 0 auto; display: table; } .product-info .rc-ratings span { font-size: 13px; margin: 0 1px; } .product-price { text-align: center; color: #4b4741; font-size: 18px; margin: 6px 0px 27px; } .shop-meta { border-top: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; display: table; width: 100%; padding: 8px 15px; } .shop-meta a { color: #0a0a0a; font-size: 16px; } .shop-meta a i { margin-right: 8px; } .load-more { display: table; margin: 0 auto; } .recent-products { padding: 0; font-family: Josefin Sans; } .recent-products li { list-style: none; margin-bottom: 15px; border-bottom: 1px solid #F1F1F1; padding-bottom: 15px; clear: both; display: table; width: 100%; } .recent-products li:last-child { margin-bottom: 0px; border-bottom: none; padding-bottom: 0px; } .recent-products li img { width: 76px; float: left; } .rpp-info { margin-left: 100px; } .rpp-info a { font-size: 18px; color: #0A0A0A; padding: 0 0 5px; display: table; } .rpp-info a:hover { color: #f9c56a; } .rpp-info span { color: #4b4741; font-size: 18px; margin: 5px 0px 2px; font-weight: 700; } .rpp-info .fa { color: #cdcdcd; } .recent-products .rc-ratings { margin: 0; } .recent-products .rc-ratings span { font-size: 14px; margin: 0 1px; font-weight: normal; } /* ================================================ Cart page ================================================ */ .cart-table { font-size: 16px; } .cart-table thead tr th { background: #000; color: #fff; border: 1px solid #222; text-transform: uppercase; line-height: 40px; } .cart-table thead { border-top: 1px solid #000; } .cart-table tbody tr td a { color: #000; font-weight: 700; font-size: 15px; } .cart-table tbody tr td a:hover { color: #F9C56A; } .cart-table thead tr th, .cart-table tbody tr td { vertical-align: middle; text-align: center; } .coupon { text-align: left; padding: 5px 0 10px; } .coupon input { width: 70%; float: left; } .coupon button { color: #ffffff; text-transform: uppercase; background: #848484; height: 34px; padding: 0 15px; border: none; line-height: 34px; width: 30%; font-size: 12px; transition: .4s; font-weight: 700; } .coupon button:hover { background: #F9C56A; transition: .4s; color: #0a0a0a; } .cart-btn { float: right; margin-top: 17px; } .cart-btn button { float: left; margin-left: 5px; } .coupon { width: 260px; } .table thead tr th { border-radius: 0px !important; border: none; } .cart_totals { font-size: 16px; } /* Billing ------- */ .billing-details select { height: 40px; margin-bottom: 15px; font-size: 15px; border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; } .logregform input[type=text], .billing-details input[type=text], .logregform input[type=password], .billing-details input[type=password] { height: 40px; border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; margin-bottom: 15px; font-size: 15px; } .billing-details textarea { border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; margin-bottom: 15px; font-size: 15px; } .logregform label, .billing-details label { font-size: 16px; font-weight: 700; color: #666; } .payment-method .col-md-4 span { display: inline-block; margin-left: 9px; position: relative; top: -1px; text-transform: uppercase; font-weight: 700; font-size: 16px; margin-bottom: 10px; } .payment-method form span { text-transform: none; font-size: 15px; margin-left: 9px; } .payment-method p { font-size: 16px; line-height: 25px; margin-bottom: 10px; } .table.extra-padding tbody tr th, .table.extra-padding tbody tr td { padding: 15px; } .logregform { border: 1px solid #e2e2e2; padding: 50px; } .ma-address h3 { margin: 0 0 10px; } .ma-address { border: 1px solid #ddd; padding: 25px; } .ma-address h4 { text-transform: uppercase; margin: 30px 0 10px; text-align: left; } .ma-address h4 a { font-size: 14px; margin-left: 5px; } .ma-address p { font-size: 17px; } .ma-address a { color: #F9C56A; } .gallery-item img { width: 100%; } /* Shop Single ----------- */ .single-shop-carousel { margin-bottom: 30px; border: 1px solid #ddd; } .single-shop-carousel img { width: 100%; } .single-shop-carousel-nav { margin-bottom: 0px; padding: 0px 30px; } .single-shop-carousel-nav .slick-slide { border: 1px solid #ddd; margin: 0 10px; } .single-shop-carousel-nav .slick-next { background: #f9c56a; color: #0a0a0a; right: 0; } .single-shop-carousel-nav .slick-prev { background: #f9c56a; color: #0a0a0a; left: 0; } .single-shop-carousel-nav .slick-next:before { content: "\f105"; } .single-shop-carousel-nav .slick-prev:before { content: "\f104"; } .single-shop-carousel-nav .slick-prev:before, .single-shop-carousel-nav .slick-next:before { font-family: 'FontAwesome'; color: #0a0a0a; font-size: 15px; } .shop-single-title h3 { margin: 0px 0px 20px; font-size: 20px; color: #4b4741; } .ssp { color: #0a0a0a; font-size: 30px; font-weight: 700; } .ssp span { color: #767676; font-size: 18px; font-weight: 400; text-decoration: line-through; } .shop-single-price { border-top: 1px solid #dcdddd; border-bottom: 1px solid #dcdddd; padding: 10px 0px; display: table; width: 100%; margin-bottom: 27px; } .shop-single-price .rc-ratings { margin: 12px 0 0; } .shop-single-info p { font-size: 18px; color: #0a0a0a; line-height: 32px; border-bottom: 1px solid #dcdddd; padding-bottom: 35px; margin-bottom: 45px; } .shop-single-info input { width: 40px; height: 40px; text-align: center; border: 1px solid #dcdddd; } .shop-single-info .btn-default.pull-right { margin-left: 9px; } .shop-products h6 { text-align: left; margin: 50px 0 45px; font-size: 18px; } .tab-style3 { margin-top: 80px; border-bottom: 1px solid #DCDDDD; } /* Nav Tabs -------- */ .nav-tabs > li { float: left; margin-bottom: -1px; padding: 0 35px 0 0; font-size: 16px; text-transform: uppercase; font-weight: 700; } .nav-tabs > li a { color: #b9b9b9; border: none !important; margin: 0 0 1px; background: transparent !important; padding: 10px 0px; } .nav-tabs > li.active > a, .nav-tabs > li:hover a { color: #4b4741; } .tab-pane { padding: 35px 0; } .tab-pane p { font-size: 18px; line-height: 32px; margin-bottom: 30px; color: #0a0a0a; } .list { padding-left: 77px; margin-bottom: 0px; } .list span { padding-left: 25px; position: relative; display: block; margin-bottom: 5px; } .list span i { color: #E4A83F; position: absolute; left: 0; top: 8px; font-size: 14px; } .comment-meta { margin-left: 70px; margin-bottom: 5px; } .comment-list { padding: 0; } .comment-list li { list-style: none; } .comment-list li p { margin-left: 70px; line-height: 21px; } .comment-meta li a {} .comment-meta em { font-style: normal; margin-left: 6px; font-size: 10px; } /* Rating ------ */ .rating3 { direction: rtl; display: table; margin-bottom: 10px; } .rating3 > span { display: inline-block; position: relative; width: 22px; font-size: 23px; color: #f8cd00; padding-right: 5px; } .rating3 > span:hover, .rating3 > span:hover ~ span { color: transparent; } .rating3 > span:hover:after, .rating3 > span:hover ~ span:after { content: "\2605"; position: absolute; left: -2px; top: 0; color: #f8cd00; } .rating2 { display: table; unicode-bidi: bidi-override; padding-left: 20px; position: relative; top: -7px; } .rating2 > span { display: inline-block; position: relative; font-size: 17px; color: #f8cd00; } .review-form input { border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; background-color: #f3f1ed; padding: 10px 15px; height: 40px; } .review-form textarea { background-color: #f3f1ed; padding: 17px 20px; border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .review-form input { margin-bottom: 15px; } .single-shop-carousel { margin-bottom: 30px; border: 1px solid #DDD; display: block; width: 95%; } /* ================================================ Media Queries ================================================ */ /* For Screens less than 992px --------------------------- */ @media (max-width: 992px) { .list { padding-left: 0px; margin-bottom: 0px; } .navbar .navbar-nav > li > a { padding: 9px 15px; } .subscribe .btn-default { padding: 0px 15px; height: 46px; border: 1px solid #F2BA57; margin-left: 0 px; margin-top: 0px; } .team-staff { border-bottom: 1px solid #DCDDDD; padding-bottom: 30px; margin-bottom: 30px; } .contact-social { margin-bottom: 60px; } .menu-item2 { margin-bottom: 50px; width: 50%; } .menu .food-menu .menu-item3 h4 { font-size: 14px; } .menu-item4 { width: 50%; } .rc-info { margin-left: 0; } .recipie-content img { float: none; width: 100%; margin-bottom: 25px; } .recipie-content hr { margin: 20px 0px 50px; } .rc-info { margin-bottom: 30px; } } /* For Screens less than 767px --------------------------- */ @media (max-width: 767px) { .reservation .reservation-form .reservation-btn a { padding: 15px 14px; font-size: 15px; } .table-responsive { padding: 10px 19px; } .fp-content img { width: 100%; } .recipie-content hr { margin: 20px 0px 50px; } .rc-info { margin-bottom: 30px; } .menu-item2 { width: 100%; } .menu-item2 img, .menu-item4 img { min-width: 100%; } .post-date { margin: 0px 0px 30px; float: none; } article h4 { margin: 40px 0px 10px; } h1, .h1 { font-size: 32px; } .subscribe .btn-default { padding: 0px 15px; height: 46px; border: 1px solid #F2BA57; margin-left: 0 px; margin-top: 0; } .subscribe input { width: auto !important; } .trusted-quote .quote-body { font-size: 19px; } .trusted-quote .quote-author { font-size: 18px; } .menu-tags span, .menu-tags2 span, .menu-tags3 span, .menu-tags4 span { font-size: 15px; margin: 0px 8px 4px; display: inline-block; } .page_header h2 { font-size: 61px; } .menu .food-menu .menu-item3 h4 { font-size: 14px; } .menu-item4 { width: 100%; } } /* For Screens less than 480px --------------------------- */ @media (max-width: 480px) { .special-slider .slider-content .btn { margin: 17px 5px 20px 0px; font-weight: 700; font-size: 10px; letter-spacing: normal; padding: 10px 20px; float: left; } .element-tab .nav-tabs > li > a { color: #4B4741; font-size: 12px; font-family: Raleway; padding: 19px 14px; } .cart-table tbody tr td a { font-size: 11px; } .cart-table { font-size: 8px; } .cart-table img { max-width: 50px; height: auto; } .menu .food-menu .menu-item3 .price { float: none; padding-left: 0; margin: 6px 0px 11px; font-size: 22px; display: table; padding-top: 10px; } .contact-info p { font-size: 15px; } .menu2-overlay h4 { font-size: 17px; margin: 22px 0px 5px; } .table > tbody > tr > td { padding: 8px 2px; } .shop-grid select { float: none; display: block; margin-bottom: 15px; } .sg-list { margin-left: -12px; } } .slick-slide { outline: 0; } .team-social li a:hover { color: #f9c56a; } .footer { font-family: Josefin Sans; } .footer .footer-blog .footer-blog-text { margin-top: -15px; } input, textarea { outline: 0; } .menu-info { position: relative; overflow: hidden; } .menu-item4 img { transform: scale(1); transition: .4s; opacity: 1; } .menu-item4:hover img { transform: scale(1.1); transition: .4s; opacity: 0.9; } .menu4-overlay { position: relative; z-index: 444; } .menu-item2 img { transform: scale(1); transition: .4s; opacity: 1; } .menu-item2:hover img { transform: scale(1.1); transition: .4s; opacity: 0.9; } .fsc { font-size: 17px; position: relative; top: 1px; margin-right: 7px; } .ci-close { font-size: 13px; color: #555; position: absolute; top: -6px; right: -4px; cursor: pointer; } .ci-close:hover { color: #999; } #result { text-align: center; position: absolute; top: 103%; left: 0px; right: 0px; display: block; margin: 0px auto; font-size: 15px; color: #000 !important; max-width: 100%; padding: 0px 12px; font-family: Josefin Sans; } #result a { color: #000 !important; } #result em { font-style: normal; } .statusMessage, .successmessage, .errormessage { display: none; margin: auto; width: 100%; height: auto; left: 0px; right: 0px; top: 0px; border: 1px solid #e1e1e1; margin: 0 auto 25px auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #000; } .statusMessage i { color: #3498DB; font-size: 15px; margin-right: 5px; } .statusMessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .successmessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .successmessage i { color: #1abc9c; font-size: 15px; margin-right: 5px; } .errormessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .errormessage i { color: #ff0000; font-size: 15px; margin-right: 5px; } #incompleteMessage i { color: #f1c40f; font-size: 15px; margin-right: 5px; } /* magnific Popup -------------- */ .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } /* overlay animate in */ .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate out */ .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } /* content at start */ .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } /* content animate it */ .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } /* content animate out */ .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } .pagi_nation.center-block { display: table; margin: 30px auto 10px; } .css-pointer { cursor: pointer; } /* Alert ----- */ .alert { font-family: Josefin Sans; font-size: 18px; color: #0a0a0a; border: none; border-radius: 0px; padding: 20px 30px; } .alert span { font-size: 14px; font-weight: bold; } .alert-info { background: #d9edf6; } .alert-tip { background: #fdf8e4; } .alert-success { background: #e0efd8; } .alert-error { background: #f2dedf; } .list.list-circle span i { color: #E4A83F; position: absolute; left: 0px; top: 12px; font-size: 9px; } .no-padding { padding: 0; } /* Tabs ---- */ .element-tab { border: 1px solid #e6e6e6; } .element-tab .nav-tabs > li > a { color: #4B4741; font-size: 14px; font-family: Raleway; padding: 25px; } .element-tab .nav-tabs > li { border-right: 1px solid #e6e6e6; } .element-tab .tab-content > .tab-pane { padding: 0; } .element-tab .tab-content > .tab-pane p { margin: 0px; font-size: 18px; line-height: 32px; padding: 25px; } .element-tab .nav-tabs { border-bottom: 1px solid #DDD; } .element-tab .nav-tabs > li.active > a, .element-tab .nav-tabs > li:hover > a { color: #eeaf41; } .element-tab .nav-tabs > li.active { border-bottom: 1px solid #fff; } /* ========================================== Accordion ========================================== */ .panel-heading { color: #333; border: none; padding: 0 !important; } .panel-title { margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit; background: #fff; } .panel-title.active a, .panel-title.active a span { color: #f1b458; } .panel-title a { padding: 25px 35px 25px 22px; display: table; width: 100%; border: none; color: #0a0a0a; font-size: 14px; position: relative; font-weight: 700; letter-spacing: 0; text-transform: uppercase; text-align: left; } .panel-title a span { position: absolute; top: 26px; right: 19px; color: #000; font-size: 13px; font-weight: 300; } .panel-body { padding: 0; } .panel-body p { color: #0A0A0A; margin: 0px; font-size: 18px; line-height: 32px; padding: 25px; } .panel { border-radius: 0; } .panel-group .panel+.panel { margin-top: -1px; }
Sparrow-Delivery/Content/main.css
Global Styles ================================================ */ @import 'settings-panel.css'; @import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,600,400,300,200,100); @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400); h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Raleway", sans-serif; text-transform: uppercase; color: #4b4741; text-align: center; font-weight: 800; } .small, small { font-family: "Josefin Sans", sans-serif; font-weight: 700; display: block !important; text-transform: none; text-align: center; margin: 10px 0px 15px 0px; } .white { color: #ffffff; } .white .small, .white small { color: #eee; } .black { color: #4b4741; } .page-header { border: none; margin: 80px 0 40px; } .page-header:after { content: ""; display: block; position: relative; height: 3px; width: 113px; background-color: #f9c56a; margin: 0px auto; } p { font-family: "Josefin Sans", sans-serif; color: #828281; font-size: 22px; } a, a:hover { text-decoration: none; } html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } .primary-color { color: #f9c56a; } /* Vertical Rhythm */ .vertical-space { margin: 20px 0; } .horizontal-space { margin: 0 20px; } .left-space { margin-left: 20px; } .right-space { margin-right: 20px; } .top-space { margin-top: 20px; } .bottom-space { margin-bottom: 20px; } .no-top-space { margin-top: 0; } .no-bottom-space { margin-bottom: 0; } .no-left-space { margin-left: 0; } .no-right-space { margin-right: 0; } /* lg - large */ .vertical-space-lg { margin: 40px 0; } .horizontal-space-lg { margin: 0 40px; } .left-space-lg { margin-left: 40px; } .right-space-lg { margin-right: 40px; } .top-space-lg { margin-top: 40px; } .bottom-space-lg { margin-bottom: 40px; } /* xl - Extra large */ .vertical-space-xl { margin: 80px 0; } .horizontal-space-xl { margin: 0 80px; } .left-space-xl { margin-left: 80px; } .right-space-xl { margin-right: 80px; } .top-space-xl { margin-top: 80px; } .bottom-space-xl { margin-bottom: 80px; } /* sm - small */ .vertical-space-sm { margin: 10px 0; } .horizontal-space-sm { margin: 0 10px; } .left-space-sm { margin-left: 10px; } .right-space-sm { margin-right: 10px; } .top-space-sm { margin-top: 10px; } .bottom-space-sm { margin-bottom: 10px; } /*padding*/ .vertical-padding { padding: 50px 0!important; } /*giant*/ .giant-space { margin: 100px 0; } .text-giant { font-size: 150px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; } /* ================================================ Forms & Buttons ================================================ */ .form-group { font-family: "Josefin Sans", sans-serif; } .form-group label { font-size: 18px; font-weight: 400; } .form-group input, .form-group textarea { border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; background-color: #f3f1ed; padding: 10px 15px; } .btn { border-radius: 0px; border: none; font-family: "Raleway", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; padding: 10px 15px; } .btn-default { background-color: #f9c56a; } .btn-default:hover { background-color: #f7b239; } .btn-secondary { background-color: #e9e5dd; color: #8c8881; border: 1px solid #e9e5dd; } .btn-secondary:hover { background-color: #d5cdbe; border: 1px solid #e9e5dd; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { background-color: #f7b239; border-color: #f7b239; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #f7b239; } .btn-lg { font-weight: 700; padding: 15px 40px; } /* ================================================ Navbar ================================================ */ .navbar { background-color: rgba(0, 0, 0, 0.33); color: #FFF; z-index: 50; margin: 0; transition: .4s; } .navbar-static-top { background-color: #000; } .navbar .navbar-nav > li > a { color: #ECECEC; text-transform: uppercase; padding: 25px 15px; font-weight: 700; font-size: 13px; font-family: "Raleway", sans-serif; transition: all 0.5s ease; } .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active { background-color: inherit !important; color: #f9c56a; } .navbar .navbar-nav > li > a:focus { background-color: inherit !important; } .navbar .navbar-brand { padding: 18px 0px; } .navbar .cart-number { background: #f9c56a; float: left; width: 20px; height: 20px; text-align: center; line-height: 17px; border-radius: 50%; color: #000 !important; margin-right: 5px; } .navbar .navbar-toggle .icon-bar { background-color: #fff; } .nav .open > a, .nav .open > a:hover { background-color: inherit !important; color: #f9c56a; } .nav .open > a:focus { background-color: inherit !important; } /* Dropdown menu ------------- */ .dropdown-menu { background-color: rgba(0, 0, 0, 0.85); transition: all 0.25s ease; } .dropdown-menu li { position: relative; } .dropdown-menu li .dropdown-menu { top: 0px; left: 99%; min-width: 200px; } .dropdown-menu li:hover .dropdown-menu { display: block; } .dropdown-menu li a { transition: all 0.5s ease; } .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active { background-color: inherit !important; color: #f9c56a; } .dropdown-menu > li > a { color: #C5C5C5; text-transform: uppercase; font-weight: 700; font-size: 12px; font-family: "Raleway", sans-serif; padding: 7px 30px; } .dropdown-menu .divider { background-color: #4f4f4e; } .dropdown .caret, .caret-right { margin-left: 5px; } .caret-right { border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 4px solid; display: inline-block; height: 0; width: 0; } /* Cart Dropdown ------------- */ .cart-content { min-width: 300px; padding: 0px; } .cart-content .cart-title { border-top: 2px solid #f9c56a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 15px; } .cart-content .cart-title h4 { margin: 0px; color: #ffffff; text-align: left; } .cart-content .cart-items .cart-item { padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .cart-item-image { float: left; margin-right: 15px; } .cart-item-desc { position: relative; } .cart-item-desc a { display: block; text-decoration: none; color: #ECECEC; font-weight: 700; font-family: Josefin Sans; font-size: 15px; } .cart-item-desc a:hover { color: #F9C56A; } .cart-item-price { color: #C5C5C5; font-size: 13px; font-family: "Raleway", sans-serif; } .cart-item-quantity { color: #C5C5C5; font-size: 13px; font-family: "Raleway", sans-serif; position: relative; right: 0px; top: 0px; } .cart-action { padding: 15px; } .cart-action .checkout-price { line-height: 40px; font-weight: 500; font-size: 22px; font-family: "Raleway", sans-serif; } @media (max-width: 992px) { .pricing { margin-bottom: 30px; } .navbar-header { float: none; } .navbar-left, .navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none !important; } .navbar-nav { float: none !important; margin-top: 7.5px; } .navbar-nav > li { float: none; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .collapse.in { display: block !important; } .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu.cart-content { position: static; float: none; width: auto; margin-top: 0; background-color: #000; border: 0; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; margin-bottom: -10px; } .navbar .navbar-brand { padding: 8px 0px 8px 15px; } } /* ================================================ Footer ================================================ */ .footer { background: url("https://i.imgur.com/mdNDzbu.png") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .footer .container { padding-bottom: 44px; } .footer-copyrights .container { padding-bottom: 0px; } .footer h1 { color: #f9c56a; font-size: 18px; text-align: left; margin: 60px 0px 26px; } .footer p { color: #ffffff; font-size: 18px; } .footer-address p { color: #bcbcbc; font-size: 17px; } .contact-info p { color: #6B6B6B; font-size: 18px; } .footer a { color: #f9c56a; text-decoration: none; } .footer a:hover { color: #999; } .footer .footer-blog { margin-bottom: 27px; } .footer .footer-blog.last { margin-bottom: 0px; } .footer .footer-blog img { float: left; margin-right: 15px; } .footer .footer-blog .footer-blog-text { font-weight: 700; font-size: 17px; margin-top: -4px !important; } .footer .footer-blog .footer-blog-text:hover { color: #f9c56a; } .footer .footer-blog .footer-blog-date { font-size: 14px; color: #828281; font-weight: 700; margin: 0px; } .footer-address .fa { margin-right: 10px; color: #f9c56a; width: 18px; text-align: center; } .footer .footer-copyrights { text-align: center; background-color: #1c1c1e; } .footer .footer-copyrights p { margin: 30px 0px; color: #b5b5b4; font-size: 16px; } /* Preloader --------- */ .preloder { position: fixed; top: 0; left: 0; height: 100%; width: 100%; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); z-index: 100; } .preloder .scoket { position: relative; top: 45%; width: 140px; height: 140px; margin: auto; } .preloder img { width: 100%; height: 100%; } /* ================================================ Sections ================================================ */ /* Home ---- */ .home { position: relative; height: 100vh; width: 100%; background: url(../img/bg2.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .home .tittle-block { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } .home .tittle-block .logo { text-align: center; } .home .tittle-block h1 { color: #ffffff; font-size: 72px; } .home .tittle-block h2 { text-transform: none; font-weight: 400; color: #e6e6e6; font-size: 36px; } .home .scroll-down { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); } @media (max-width: 768px) { .home .tittle-block img { height: 200px; } .home .tittle-block h1 { font-size: 42px; } .home .tittle-block h2 { font-size: 24px; } } .help-block { margin-top: 10px; font-size: 16px; font-weight: normal; } .top-space { margin-top: 15px; } /* Menu ---- */ .menu { padding-bottom: 30px; } .space60 { margin-bottom: 60px; } .menu-tags { text-align: center; margin-bottom: 20px; } .menu-tags2, .menu-tags3, .menu-tags4 { text-align: center; margin-bottom: 50px; margin-top: 20px; } .menu-tags span, .menu-tags2 span, .menu-tags3 span, .menu-tags4 span { font-family: "Raleway", sans-serif; font-size: 18px; color: #828281; font-weight: 700; text-transform: uppercase; margin: 0px 20px; padding-bottom: 2px; padding-top: 5px; cursor: pointer; transition: all 0.5s ease; border-bottom: 3px solid transparent; } .menu-tags .tagsort-active, .menu-tags2 .tagsort2-active, .menu-tags3 .tagsort3-active, .menu-tags4 .tagsort4-active { border-bottom: 3px solid #f9c56a; color: #4b4741; } .menu .food-menu .menu-item, .menu .food-menu .menu-item3 { overflow: hidden; margin: 15px 0px; padding-left: 10px; border-left: 3px solid white; } .menu .food-menu .menu-item.featured { border-left: 3px solid #f9c56a; } .menu .food-menu .menu-item .dotted-bg, .menu .food-menu .menu-item3 .dotted-bg { border-top: dotted 2px #ccc; position: absolute; left: 0px; top: 15px; width: 100%; z-index: -1; } .menu .food-menu .menu-item .menu-wrapper, .menu .food-menu .menu-item3 .menu-wrapper { position: relative; z-index: 1; } .menu .food-menu .menu-item h4, .menu .food-menu .menu-item3 h4 { text-align: left; margin: 5px 0px; float: left; padding-right: 10px; display: inline; background: #fff; } .menu .food-menu .menu-item p, .menu .food-menu .menu-item3 p { font-size: 18px; } .menu .food-menu .menu-item .price, .menu .food-menu .menu-item3 .price { float: right; padding-left: 10px; line-height: 19.8px; margin: 5px 0px; background: #FFF none repeat scroll 0% 0%; font-family: Josefin Sans; font-size: 22px; font-weight: 700; } .menu .food-menu .menu-item-active { border-left: 3px solid #f9c56a; } .menu .food-menu .menu-btn { text-align: center; padding: 20px 0px; } /* Page Header ----------- */ .page_header { background: url("https://i.imgur.com/u0KFMaQ.jpg") no-repeat center top; background-size: cover; padding: 200px 0 150px; } .page_header h2 { margin: 0; font-size: 70px; line-height: 70px; font-weight: 900; color: #fff; } .page_header p { margin: 15px 0; font-size: 24px; font-family: Raleway; color: #fff; opacity: 0.7; } /* ================================================ Menu ================================================ */ .menu2 { background: #ececec; } .menu-item2 { margin-bottom: 50px; } .menu-info { position: relative; z-index: 0; } .menu-more, .menu-more:hover { width: 55px; height: 55px; -webkit-border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; -moz-border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; border-radius: 27px 28px 28px 27px/27px 27px 28px 28px; background-color: #f9c56a; -webkit-box-shadow: 0 5px 4px rgba(177, 177, 177, .75); -moz-box-shadow: 0 5px 4px rgba(177, 177, 177, .75); box-shadow: 0 5px 4px rgba(177, 177, 177, .75); text-shadow: 0 5px 5px #c1913e; border: solid 1px #f2ba57; color: #FFF; line-height: 0; font-weight: 300; font-size: 65px; text-align: center; display: table; position: absolute; z-index: 48; bottom: -27.5px; right: 45px; font-family: Raleway; padding-top: 27px; text-decoration: none; } /* Menu Overlay ------------ */ .menu2-overlay { background: rgba(19, 19, 19, 0.7); position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; text-align: center; opacity: 0; visibility: hidden; transition: .4s; } .menu-info:hover .menu2-overlay { opacity: 1; visibility: visible; transition: .4s; } .menu2-overlay h4 { font-size: 19px; color: #fff; margin: 46px 0 5px; } .menu2-overlay p { color: #fff; font-size: 19px; line-height: 24px; } .menu2-overlay .price { font-family: Josefin Sans; font-size: 36px; font-weight: bold; text-transform: uppercase; color: #FFF; border-top: 1px solid #3E3D3B; width: 100%; display: table; margin: 17px 0 0; padding-top: 17px; } .menu-item3 img { width: 83px; float: left; } .menu-item3 .menu-wrapper { margin-left: 115px; } .menu-items3 p { float: left; } .menu-items4 { margin-bottom: 75px; } .menu-item4 { margin-bottom: 30px; } .menu-item4 a { text-decoration: none !important; } .menu4-overlay { width: 100%; background-color: #ffffff; box-shadow: 0px 5px 5px #E2E2E2; margin-bottom: 0; margin-top: -10px; text-align: center; text-decoration: none !important; display: table; } .menu4-overlay h4 { font-size: 19px; color: #4b4741; margin: 46px 0 15px; } .menu4-overlay p { color: #4b4741; font-size: 18px; line-height: 24px; } .menu4-overlay .price { font-family: Josefin Sans; font-size: 36px; font-weight: 700; text-transform: uppercase; color: #E7AD48; width: 100%; display: table; margin: 0px; padding: 13px 0 45px; } .main-content { padding: 70px 0; } .no-margin-top { margin-top: 0px; } /* Direction List -------------- */ .directions-list { list-style-type: none; margin: 0 0 40px; padding: 0; counter-reset: li-counter; } .directions-list > li { position: relative; margin-bottom: 28px; padding-left: 70px; font-family: josefin Sans; font-size: 16px; } .directions-list > li:before { position: absolute; top: 10px; left: 0; width: 35px; height: 35px; font-size: 20px; line-height: 34px; font-weight: 500; border-radius: 50%; text-align: center; color: #fff; content: counter(li-counter); counter-increment: li-counter; background-color: #F9C56A; } /* Progress bar ------------ */ .progressbar { display: inline-block; width: 150px; height: 4px; margin-left: 10px; background-color: #dbdbdb; } .progressbar > span { display: block; width: 40%; height: 4px; background-color: #F9C56A; } .progressbar .level-1 { width: 10%; } .progressbar .level-2 { width: 20%; } .progressbar .level-3 { width: 30%; } .progressbar .level-4 { width: 40%; } .progressbar .level-5 { width: 50%; } .progressbar .level-6 { width: 60%; } .progressbar .level-7 { width: 70%; } .progressbar .level-8 { width: 80%; } .progressbar .level-9 { width: 90%; } .progressbar .level-10 { width: 100%; } table { width: 100%; } .single-recipe .rc-ratings { float: right; margin: 0; } .recipe-top-meta a { color: #888; } /* Sidebar ------- */ .side-widget { margin-bottom: 50px; } .search { position: relative; } .search input { padding: 0 75px 0 25px; width: 100%; height: 46px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; } .search button { height: 46px; line-height: 46px; padding: 0; border: none; text-align: center; width: 50px; position: absolute; top: 0; right: 0; background: #f9c56a; color: #0a0a0a; font-size: 15px; } .side-widget h5 { font-size: 18px; color: #4b4741; font-weight: 700; text-align: left; margin: 0 0 25px; } .side-cat { padding: 0; } .side-cat li { list-style: none; padding-left: 35px; font-size: 17px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 20px; position: relative; } .side-cat li i { font-size: 10px; color: #0A0A0A; position: absolute; top: 9px; left: 10px; } .side-cat li:last-child { margin-bottom: 0px; } .side-cat li a { color: #0a0a0a; } .side-cat li a:hover { color: #f9c56a; } .recent-post { padding: 0; font-family: Josefin Sans; } .recent-post li { list-style: none; margin-bottom: 30px; clear: both; display: table; width: 100%; } .recent-post li:last-child { margin-bottom: 0px; } .recent-post li img { width: 85px; float: left; } .rp-info { margin-left: 100px; } .rp-info a { font-size: 15px; color: #0A0A0A; padding: 0 0 5px; display: table; font-weight: 700; } .rp-info a:hover { color: #f9c56a; } .rp-info span { color: #CACACA; font-size: 14px; font-weight: 700; } #respond input { padding: 0 15px; width: 100%; height: 46px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 10px; } #respond textarea { padding: 15px; width: 100%; height: 156px; background-color: #fff; border: solid 1px #e7e7e7; font-size: 18px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 10px; } /* ================================================ Shop ================================================ */ .shop-content { padding: 60px 0; font-family: Josefin Sans; } .shop-content aside h5 { font-weight: 800; } .shop-cat { padding: 0; } .shop-cat li { list-style: none; font-size: 13px; color: #0a0a0a; font-family: Josefin Sans; margin-bottom: 20px; position: relative; text-transform: uppercase; } .shop-cat li i { font-size: 13px; color: #0A0A0A; position: absolute; top: 5px; right: 0px; } .shop-cat li:last-child { margin-bottom: 0px; } .shop-cat li a { color: #0a0a0a; padding-right: 35px; position: relative; width: 100%; display: table; } .shop-cat li a:hover { color: #f9c56a; } .shop-grid { margin-bottom: 40px; display: table; width: 100%; } .shop-grid select { padding: 0 20px; width: 262px; height: 42px; background-color: #fff; border: solid 1px #eae9e7; float: left; } .sg-list { margin-left: 18px; float: left; } .sg-list a { color: #6e7682; font-size: 18px; width: 42px; height: 42px; line-height: 40px; background-color: #fff; border: solid 1px #eae9e7; float: left; text-align: center; margin-left: 12px; } .shop-grid span { color: #0a0a0a; font-size: 16px; padding-top: 9px; display: table; float: right; } /* Products -------- */ .product-img { width: 262px; height: 288px; margin: 0 auto; } .product-img img{ width: 262px; height: 288px; } .product-info { margin-bottom: 60px; } .product-info h4 { font-size: 16px; font-weight: 700; margin: 30px 0px 10px; } .product-info h4 a { color: #4b4741; } .product-info h4 a:hover { color: #F9C56A; } .product-info .rc-ratings { margin: 0 auto; display: table; } .product-info .rc-ratings span { font-size: 13px; margin: 0 1px; } .product-price { text-align: center; color: #4b4741; font-size: 18px; margin: 6px 0px 27px; } .shop-meta { border-top: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; display: table; width: 100%; padding: 8px 15px; } .shop-meta a { color: #0a0a0a; font-size: 16px; } .shop-meta a i { margin-right: 8px; } .load-more { display: table; margin: 0 auto; } .recent-products { padding: 0; font-family: Josefin Sans; } .recent-products li { list-style: none; margin-bottom: 15px; border-bottom: 1px solid #F1F1F1; padding-bottom: 15px; clear: both; display: table; width: 100%; } .recent-products li:last-child { margin-bottom: 0px; border-bottom: none; padding-bottom: 0px; } .recent-products li img { width: 76px; float: left; } .rpp-info { margin-left: 100px; } .rpp-info a { font-size: 18px; color: #0A0A0A; padding: 0 0 5px; display: table; } .rpp-info a:hover { color: #f9c56a; } .rpp-info span { color: #4b4741; font-size: 18px; margin: 5px 0px 2px; font-weight: 700; } .rpp-info .fa { color: #cdcdcd; } .recent-products .rc-ratings { margin: 0; } .recent-products .rc-ratings span { font-size: 14px; margin: 0 1px; font-weight: normal; } /* ================================================ Cart page ================================================ */ .cart-table { font-size: 16px; } .cart-table thead tr th { background: #000; color: #fff; border: 1px solid #222; text-transform: uppercase; line-height: 40px; } .cart-table thead { border-top: 1px solid #000; } .cart-table tbody tr td a { color: #000; font-weight: 700; font-size: 15px; } .cart-table tbody tr td a:hover { color: #F9C56A; } .cart-table thead tr th, .cart-table tbody tr td { vertical-align: middle; text-align: center; } .coupon { text-align: left; padding: 5px 0 10px; } .coupon input { width: 70%; float: left; } .coupon button { color: #ffffff; text-transform: uppercase; background: #848484; height: 34px; padding: 0 15px; border: none; line-height: 34px; width: 30%; font-size: 12px; transition: .4s; font-weight: 700; } .coupon button:hover { background: #F9C56A; transition: .4s; color: #0a0a0a; } .cart-btn { float: right; margin-top: 17px; } .cart-btn button { float: left; margin-left: 5px; } .coupon { width: 260px; } .table thead tr th { border-radius: 0px !important; border: none; } .cart_totals { font-size: 16px; } /* Billing ------- */ .billing-details select { height: 40px; margin-bottom: 15px; font-size: 15px; border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; } .logregform input[type=text], .billing-details input[type=text], .logregform input[type=password], .billing-details input[type=password] { height: 40px; border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; margin-bottom: 15px; font-size: 15px; } .billing-details textarea { border-radius: 0px; border: medium none !important; box-shadow: none !important; background-color: #F3F1ED; margin-bottom: 15px; font-size: 15px; } .logregform label, .billing-details label { font-size: 16px; font-weight: 700; color: #666; } .payment-method .col-md-4 span { display: inline-block; margin-left: 9px; position: relative; top: -1px; text-transform: uppercase; font-weight: 700; font-size: 16px; margin-bottom: 10px; } .payment-method form span { text-transform: none; font-size: 15px; margin-left: 9px; } .payment-method p { font-size: 16px; line-height: 25px; margin-bottom: 10px; } .table.extra-padding tbody tr th, .table.extra-padding tbody tr td { padding: 15px; } .logregform { border: 1px solid #e2e2e2; padding: 50px; } .ma-address h3 { margin: 0 0 10px; } .ma-address { border: 1px solid #ddd; padding: 25px; } .ma-address h4 { text-transform: uppercase; margin: 30px 0 10px; text-align: left; } .ma-address h4 a { font-size: 14px; margin-left: 5px; } .ma-address p { font-size: 17px; } .ma-address a { color: #F9C56A; } .gallery-item img { width: 100%; } /* Shop Single ----------- */ .single-shop-carousel { margin-bottom: 30px; border: 1px solid #ddd; } .single-shop-carousel img { width: 100%; } .single-shop-carousel-nav { margin-bottom: 0px; padding: 0px 30px; } .single-shop-carousel-nav .slick-slide { border: 1px solid #ddd; margin: 0 10px; } .single-shop-carousel-nav .slick-next { background: #f9c56a; color: #0a0a0a; right: 0; } .single-shop-carousel-nav .slick-prev { background: #f9c56a; color: #0a0a0a; left: 0; } .single-shop-carousel-nav .slick-next:before { content: "\f105"; } .single-shop-carousel-nav .slick-prev:before { content: "\f104"; } .single-shop-carousel-nav .slick-prev:before, .single-shop-carousel-nav .slick-next:before { font-family: 'FontAwesome'; color: #0a0a0a; font-size: 15px; } .shop-single-title h3 { margin: 0px 0px 20px; font-size: 20px; color: #4b4741; } .ssp { color: #0a0a0a; font-size: 30px; font-weight: 700; } .ssp span { color: #767676; font-size: 18px; font-weight: 400; text-decoration: line-through; } .shop-single-price { border-top: 1px solid #dcdddd; border-bottom: 1px solid #dcdddd; padding: 10px 0px; display: table; width: 100%; margin-bottom: 27px; } .shop-single-price .rc-ratings { margin: 12px 0 0; } .shop-single-info p { font-size: 18px; color: #0a0a0a; line-height: 32px; border-bottom: 1px solid #dcdddd; padding-bottom: 35px; margin-bottom: 45px; } .shop-single-info input { width: 40px; height: 40px; text-align: center; border: 1px solid #dcdddd; } .shop-single-info .btn-default.pull-right { margin-left: 9px; } .shop-products h6 { text-align: left; margin: 50px 0 45px; font-size: 18px; } .tab-style3 { margin-top: 80px; border-bottom: 1px solid #DCDDDD; } /* Nav Tabs -------- */ .nav-tabs > li { float: left; margin-bottom: -1px; padding: 0 35px 0 0; font-size: 16px; text-transform: uppercase; font-weight: 700; } .nav-tabs > li a { color: #b9b9b9; border: none !important; margin: 0 0 1px; background: transparent !important; padding: 10px 0px; } .nav-tabs > li.active > a, .nav-tabs > li:hover a { color: #4b4741; } .tab-pane { padding: 35px 0; } .tab-pane p { font-size: 18px; line-height: 32px; margin-bottom: 30px; color: #0a0a0a; } .list { padding-left: 77px; margin-bottom: 0px; } .list span { padding-left: 25px; position: relative; display: block; margin-bottom: 5px; } .list span i { color: #E4A83F; position: absolute; left: 0; top: 8px; font-size: 14px; } .comment-meta { margin-left: 70px; margin-bottom: 5px; } .comment-list { padding: 0; } .comment-list li { list-style: none; } .comment-list li p { margin-left: 70px; line-height: 21px; } .comment-meta li a {} .comment-meta em { font-style: normal; margin-left: 6px; font-size: 10px; } /* Rating ------ */ .rating3 { direction: rtl; display: table; margin-bottom: 10px; } .rating3 > span { display: inline-block; position: relative; width: 22px; font-size: 23px; color: #f8cd00; padding-right: 5px; } .rating3 > span:hover, .rating3 > span:hover ~ span { color: transparent; } .rating3 > span:hover:after, .rating3 > span:hover ~ span:after { content: "\2605"; position: absolute; left: -2px; top: 0; color: #f8cd00; } .rating2 { display: table; unicode-bidi: bidi-override; padding-left: 20px; position: relative; top: -7px; } .rating2 > span { display: inline-block; position: relative; font-size: 17px; color: #f8cd00; } .review-form input { border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; background-color: #f3f1ed; padding: 10px 15px; height: 40px; } .review-form textarea { background-color: #f3f1ed; padding: 17px 20px; border-radius: 0px; border: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .review-form input { margin-bottom: 15px; } .single-shop-carousel { margin-bottom: 30px; border: 1px solid #DDD; display: block; width: 95%; } /* ================================================ Media Queries ================================================ */ /* For Screens less than 992px --------------------------- */ @media (max-width: 992px) { .list { padding-left: 0px; margin-bottom: 0px; } .navbar .navbar-nav > li > a { padding: 9px 15px; } .subscribe .btn-default { padding: 0px 15px; height: 46px; border: 1px solid #F2BA57; margin-left: 0 px; margin-top: 0px; } .team-staff { border-bottom: 1px solid #DCDDDD; padding-bottom: 30px; margin-bottom: 30px; } .contact-social { margin-bottom: 60px; } .menu-item2 { margin-bottom: 50px; width: 50%; } .menu .food-menu .menu-item3 h4 { font-size: 14px; } .menu-item4 { width: 50%; } .rc-info { margin-left: 0; } .recipie-content img { float: none; width: 100%; margin-bottom: 25px; } .recipie-content hr { margin: 20px 0px 50px; } .rc-info { margin-bottom: 30px; } } /* For Screens less than 767px --------------------------- */ @media (max-width: 767px) { .reservation .reservation-form .reservation-btn a { padding: 15px 14px; font-size: 15px; } .table-responsive { padding: 10px 19px; } .fp-content img { width: 100%; } .recipie-content hr { margin: 20px 0px 50px; } .rc-info { margin-bottom: 30px; } .menu-item2 { width: 100%; } .menu-item2 img, .menu-item4 img { min-width: 100%; } .post-date { margin: 0px 0px 30px; float: none; } article h4 { margin: 40px 0px 10px; } h1, .h1 { font-size: 32px; } .subscribe .btn-default { padding: 0px 15px; height: 46px; border: 1px solid #F2BA57; margin-left: 0 px; margin-top: 0; } .subscribe input { width: auto !important; } .trusted-quote .quote-body { font-size: 19px; } .trusted-quote .quote-author { font-size: 18px; } .menu-tags span, .menu-tags2 span, .menu-tags3 span, .menu-tags4 span { font-size: 15px; margin: 0px 8px 4px; display: inline-block; } .page_header h2 { font-size: 61px; } .menu .food-menu .menu-item3 h4 { font-size: 14px; } .menu-item4 { width: 100%; } } /* For Screens less than 480px --------------------------- */ @media (max-width: 480px) { .special-slider .slider-content .btn { margin: 17px 5px 20px 0px; font-weight: 700; font-size: 10px; letter-spacing: normal; padding: 10px 20px; float: left; } .element-tab .nav-tabs > li > a { color: #4B4741; font-size: 12px; font-family: Raleway; padding: 19px 14px; } .cart-table tbody tr td a { font-size: 11px; } .cart-table { font-size: 8px; } .cart-table img { max-width: 50px; height: auto; } .menu .food-menu .menu-item3 .price { float: none; padding-left: 0; margin: 6px 0px 11px; font-size: 22px; display: table; padding-top: 10px; } .contact-info p { font-size: 15px; } .menu2-overlay h4 { font-size: 17px; margin: 22px 0px 5px; } .table > tbody > tr > td { padding: 8px 2px; } .shop-grid select { float: none; display: block; margin-bottom: 15px; } .sg-list { margin-left: -12px; } } .slick-slide { outline: 0; } .team-social li a:hover { color: #f9c56a; } .footer { font-family: Josefin Sans; } .footer .footer-blog .footer-blog-text { margin-top: -15px; } input, textarea { outline: 0; } .menu-info { position: relative; overflow: hidden; } .menu-item4 img { transform: scale(1); transition: .4s; opacity: 1; } .menu-item4:hover img { transform: scale(1.1); transition: .4s; opacity: 0.9; } .menu4-overlay { position: relative; z-index: 444; } .menu-item2 img { transform: scale(1); transition: .4s; opacity: 1; } .menu-item2:hover img { transform: scale(1.1); transition: .4s; opacity: 0.9; } .fsc { font-size: 17px; position: relative; top: 1px; margin-right: 7px; } .ci-close { font-size: 13px; color: #555; position: absolute; top: -6px; right: -4px; cursor: pointer; } .ci-close:hover { color: #999; } #result { text-align: center; position: absolute; top: 103%; left: 0px; right: 0px; display: block; margin: 0px auto; font-size: 15px; color: #000 !important; max-width: 100%; padding: 0px 12px; font-family: Josefin Sans; } #result a { color: #000 !important; } #result em { font-style: normal; } .statusMessage, .successmessage, .errormessage { display: none; margin: auto; width: 100%; height: auto; left: 0px; right: 0px; top: 0px; border: 1px solid #e1e1e1; margin: 0 auto 25px auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #000; } .statusMessage i { color: #3498DB; font-size: 15px; margin-right: 5px; } .statusMessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .successmessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .successmessage i { color: #1abc9c; font-size: 15px; margin-right: 5px; } .errormessage p { margin: 0; padding: 20px; color: #555; font-size: 14px; } .errormessage i { color: #ff0000; font-size: 15px; margin-right: 5px; } #incompleteMessage i { color: #f1c40f; font-size: 15px; margin-right: 5px; } /* magnific Popup -------------- */ .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } /* overlay animate in */ .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } /* overlay animate out */ .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } /* content at start */ .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } /* content animate it */ .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } /* content animate out */ .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } .pagi_nation.center-block { display: table; margin: 30px auto 10px; } .css-pointer { cursor: pointer; } /* Alert ----- */ .alert { font-family: Josefin Sans; font-size: 18px; color: #0a0a0a; border: none; border-radius: 0px; padding: 20px 30px; } .alert span { font-size: 14px; font-weight: bold; } .alert-info { background: #d9edf6; } .alert-tip { background: #fdf8e4; } .alert-success { background: #e0efd8; } .alert-error { background: #f2dedf; } .list.list-circle span i { color: #E4A83F; position: absolute; left: 0px; top: 12px; font-size: 9px; } .no-padding { padding: 0; } /* Tabs ---- */ .element-tab { border: 1px solid #e6e6e6; } .element-tab .nav-tabs > li > a { color: #4B4741; font-size: 14px; font-family: Raleway; padding: 25px; } .element-tab .nav-tabs > li { border-right: 1px solid #e6e6e6; } .element-tab .tab-content > .tab-pane { padding: 0; } .element-tab .tab-content > .tab-pane p { margin: 0px; font-size: 18px; line-height: 32px; padding: 25px; } .element-tab .nav-tabs { border-bottom: 1px solid #DDD; } .element-tab .nav-tabs > li.active > a, .element-tab .nav-tabs > li:hover > a { color: #eeaf41; } .element-tab .nav-tabs > li.active { border-bottom: 1px solid #fff; } /* ========================================== Accordion ========================================== */ .panel-heading { color: #333; border: none; padding: 0 !important; } .panel-title { margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit; background: #fff; } .panel-title.active a, .panel-title.active a span { color: #f1b458; } .panel-title a { padding: 25px 35px 25px 22px; display: table; width: 100%; border: none; color: #0a0a0a; font-size: 14px; position: relative; font-weight: 700; letter-spacing: 0; text-transform: uppercase; text-align: left; } .panel-title a span { position: absolute; top: 26px; right: 19px; color: #000; font-size: 13px; font-weight: 300; } .panel-body { padding: 0; } .panel-body p { color: #0A0A0A; margin: 0px; font-size: 18px; line-height: 32px; padding: 25px; } .panel { border-radius: 0; } .panel-group .panel+.panel { margin-top: -1px; }
0.314893
0.074804
/* 3rd-party CSS files */ @import 'vendor/h5bp-head.css'; @import 'vendor/normalize.css'; @import 'vendor/h5bp-tail.css'; /* use a more intuitive box sizing model (http://is.gd/wNVjAo) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Scale down images and embedded videos so they don't overflow their parents */ img, object { max-width: 100%; } /* Development/layout aid. Remove the comments on this rule in order to draw boxes around DIVs and other elements used for layout. */ /* div, main, article, section, aside, hgroup, header, footer, address, nav { border: 1px solid rgba(255,0,0,0.15) !important; background: rgba(255,0,0,0.05) !important; } */ /* ------------------------------------------------------------ */ /* start project-specifc styles below this line */ /* NAV BAR */ .navbar ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #93e5c7; } .navbar li { float: right; border-left:1px solid white; } .navbar li a { display: block; color: black; text-align: center; padding: 10px 16px; text-decoration: none; } #main{ float: left; border-right:1px solid white; } .navbar li a:hover{ background-color: #c7eadd; } /*CONTENT */ body { font-family: 'Raleway', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5em; color: #222; } /* wider screens */ #logo { display: block; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 40px; width: 40%; } /* Generally, you will only want one container element in the document, wrapping around the main content area. If you have more than one container, you are probably doing something wrong. */ .banner{ background-image: url("../img/city-at-night.jpg"); /* alternative cover light-connector1.jpg connector-cover.jpg */ background-position: fixed; background-size: cover; min-height: 400px; } .container { margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; width: 90%; max-width: 1200px; padding: .5em; background-color: #93e5c7; /* border: 5px solid #93e5c7;*/ text-align: center; } /* smaller screens */ @media (max-width: 490px) { #logo { display: block; margin-left: auto; margin-right: auto; padding-top: 50px; padding-left: 10px; width: 55%; } .banner { background-image: url("../img/city-at-night2.jpg"); /* alternate connector-cover2.jpg*/ background-position: fixed; min-height: 300px; } .navbar li{ width: 50%; border: .5px solid white; } #main{ width: 100%; margin-left: auto; margin-right: auto; border:1px solid white; border-top: .5px solid white; } .navbar li a { padding: 5px 12px; } .container { } }
css/sitewide.css
/* 3rd-party CSS files */ @import 'vendor/h5bp-head.css'; @import 'vendor/normalize.css'; @import 'vendor/h5bp-tail.css'; /* use a more intuitive box sizing model (http://is.gd/wNVjAo) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Scale down images and embedded videos so they don't overflow their parents */ img, object { max-width: 100%; } /* Development/layout aid. Remove the comments on this rule in order to draw boxes around DIVs and other elements used for layout. */ /* div, main, article, section, aside, hgroup, header, footer, address, nav { border: 1px solid rgba(255,0,0,0.15) !important; background: rgba(255,0,0,0.05) !important; } */ /* ------------------------------------------------------------ */ /* start project-specifc styles below this line */ /* NAV BAR */ .navbar ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #93e5c7; } .navbar li { float: right; border-left:1px solid white; } .navbar li a { display: block; color: black; text-align: center; padding: 10px 16px; text-decoration: none; } #main{ float: left; border-right:1px solid white; } .navbar li a:hover{ background-color: #c7eadd; } /*CONTENT */ body { font-family: 'Raleway', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5em; color: #222; } /* wider screens */ #logo { display: block; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 40px; width: 40%; } /* Generally, you will only want one container element in the document, wrapping around the main content area. If you have more than one container, you are probably doing something wrong. */ .banner{ background-image: url("../img/city-at-night.jpg"); /* alternative cover light-connector1.jpg connector-cover.jpg */ background-position: fixed; background-size: cover; min-height: 400px; } .container { margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; width: 90%; max-width: 1200px; padding: .5em; background-color: #93e5c7; /* border: 5px solid #93e5c7;*/ text-align: center; } /* smaller screens */ @media (max-width: 490px) { #logo { display: block; margin-left: auto; margin-right: auto; padding-top: 50px; padding-left: 10px; width: 55%; } .banner { background-image: url("../img/city-at-night2.jpg"); /* alternate connector-cover2.jpg*/ background-position: fixed; min-height: 300px; } .navbar li{ width: 50%; border: .5px solid white; } #main{ width: 100%; margin-left: auto; margin-right: auto; border:1px solid white; border-top: .5px solid white; } .navbar li a { padding: 5px 12px; } .container { } }
0.289874
0.04975
.tape-backdrop,.tape-modal,.tape-modal-ft,.tape-modal-ft-btn2{position:absolute} #report2{width:100%;background-color:#65c700;color:#fff;text-align:center;padding:15px 0} #report2 h1{font-size:16px;margin-top:10px} #report3{margin-top:20px;width:100%;text-align:center} #report3 ul li{font-size:15px;line-height:40px} #report3 ul li span{padding-right:20px} #report3 li.active span{color:#65c700;background:url(report_07.png) right no-repeat;padding-right:20px;background-size:15px} #report4{text-align:center;margin-top:10px} #report4 a{width:140px;height:30px;line-height:30px;font-size:14px;border-radius:3px;background-color:#65c700;color:#fff;text-align:center} .tape-backdrop{top:0;left:0;bottom:0;right:0;z-index:2000} .tape-modal{z-index:2001;background-color:#fff} .icon-tape{display:block;margin-left:auto;margin-right:auto;background-repeat:no-repeat} .tape-modal-ft-btn2{display:none} .tape-modal.tape-valentine77{top:20%;left:50%;width:232px;height:172px;background:url([email protected]) no-repeat;background-size:cover;color:#f70e6b} .tape-valentine77 .icon-tape{width:56px;height:56px;margin-top:50px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite} .tape-valentine77 .icon-audio-play{background-image:url(icon-audio-play.png);animation-name:valentine77Step4;animation-timing-function:steps(4,end)} .tape-valentine77 .icon-audio-play,.tape-valentine77 .icon-tape-play{-webkit-animation-name:valentine77Step4;-webkit-animation-timing-function:steps(4,end)} .tape-valentine77 .icon-audio-none{background-image:url(icon-audio-none.png)} .tape-valentine77 .icon-tape-play{position:relative;left:9px;background-image:url(icon-tape-play.png);animation-name:valentine77Step4;animation-timing-function:steps(4,end)} .tape-valentine77 .icon-tape-record{background-image:url(icon-tape-record.png);-webkit-animation-name:valentine77Step5;animation-name:valentine77Step5;-webkit-animation-timing-function:steps(5,end);animation-timing-function:steps(5,end)} .tape-valentine77 .icon-tape-upload{background-image:url(icon-tape-upload.png);-webkit-animation-name:valentine77Step4;animation-name:valentine77Step4;-webkit-animation-timing-function:steps(4,end);animation-timing-function:steps(4,end)} .tape-valentine77 .icon-tape-upload-fail{background-image:url(icon-tape-upload-fail.png)} .tape-valentine77 .tape-modal-ft,.tape-valentine77 .tape-modal-ft-btn2{left:0;right:0;bottom:6px} .tape-valentine77 .tape-modal-btn{display:inline-block;width:100%;height:40px;padding-top:10px;padding-bottom:10px;border:none;font-size:14px;background-color:transparent;color:inherit} .tape-valentine77 .tape-modal-ft-btn2 .tape-modal-btn:first-child{width:50%;padding-right:3%;text-align:right} .tape-valentine77 .tape-modal-ft-btn2 .tape-modal-btn:last-child{width:49.5%;margin-left:.5%;padding-left:3%;text-align:left} @-webkit-keyframes valentine77Step4{from{background-position:0} to{background-position:-224px} } @keyframes valentine77Step4{from{background-position:0} to{background-position:-224px} } @-webkit-keyframes valentine77Step5{from{background-position:0} to{background-position:-280px} } @keyframes valentine77Step5{from{background-position:0} to{background-position:-280px} } @-moz-keyframes walltop_anim{0%{transform:translateY(0);-moz-transform:translateY(0);opacity:.8}100%{transform:translateY(-1500px);-moz-transform:translateY(-1500px);opacity:.8}} @-webkit-keyframes walltop_anim{0%{transform:translateY(0);-webkit-transform:translateY0px);opacity:.8}100%{transform:translateY(-1500px);-webkit-transform:translateY(-1500px);opacity:.8}} @-moz-keyframes wall_anim{0%{transform:translateX(0);-moz-transform:translateX(0);opacity:.8}100%{transform:translateX(-450px);-moz-transform:translateX(-450px);opacity:.8}} @-webkit-keyframes wall_anim{0%{transform:translateX(0);-webkit-transform:translateX(0);opacity:.8}100%{transform:translateX(-450px);-webkit-transform:translateX(-450px);opacity:.8}} .danmu-top .danmu-tmee,.danmu-wapper .danmu-tmee { float: left; height: 40px; line-height: 40px; color: #fff; font-size: 14px; border-radius: 20px; opacity: .8; position: absolute; animation-fill-mode: backwards; -webkit-backface-visibility: hidden } .danmu-wapper { position: absolute; top: 0; left: 0; z-index: 999 } .danmu-wapper .danmu-tmee { background: #12b016; left: 0; -webkit-transform-style: preserve-3d } .danmu-top { position: absolute; top: 100%; left: 0; z-index: 999 } .danmu-top .danmu-tmee { background: #12b016; top: 0; -webkit-transform-style: preserve-3d } .aduio_time { float: right; font-size: 14px; color: #fff; margin-right: 10px; line-height: 40px; } .voiceicon { margin: 10px 0 0; width: 20px; height: 20px; float: left; background-image: url(../app52_message.png); background-position: 0 0; } .voiceicon_play { background-image: url(../app52_play.png); background-position: 0 0; -webkit-animation: messageStep4 1s steps(4) infinite } @-webkit-keyframes messageStep4{from{background-position:0 0}to{background-position:-100px 0}} @-moz-keyframes messageStep4{from{background-position:0 0}to{background-position:-100px 0}} .header_img { margin: 5px 0 0 5px; width: 30px; height: 30px; border-radius: 10em; background-size: cover; float: left }
h5/welcome/css/app52yy.css
.tape-backdrop,.tape-modal,.tape-modal-ft,.tape-modal-ft-btn2{position:absolute} #report2{width:100%;background-color:#65c700;color:#fff;text-align:center;padding:15px 0} #report2 h1{font-size:16px;margin-top:10px} #report3{margin-top:20px;width:100%;text-align:center} #report3 ul li{font-size:15px;line-height:40px} #report3 ul li span{padding-right:20px} #report3 li.active span{color:#65c700;background:url(report_07.png) right no-repeat;padding-right:20px;background-size:15px} #report4{text-align:center;margin-top:10px} #report4 a{width:140px;height:30px;line-height:30px;font-size:14px;border-radius:3px;background-color:#65c700;color:#fff;text-align:center} .tape-backdrop{top:0;left:0;bottom:0;right:0;z-index:2000} .tape-modal{z-index:2001;background-color:#fff} .icon-tape{display:block;margin-left:auto;margin-right:auto;background-repeat:no-repeat} .tape-modal-ft-btn2{display:none} .tape-modal.tape-valentine77{top:20%;left:50%;width:232px;height:172px;background:url([email protected]) no-repeat;background-size:cover;color:#f70e6b} .tape-valentine77 .icon-tape{width:56px;height:56px;margin-top:50px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite} .tape-valentine77 .icon-audio-play{background-image:url(icon-audio-play.png);animation-name:valentine77Step4;animation-timing-function:steps(4,end)} .tape-valentine77 .icon-audio-play,.tape-valentine77 .icon-tape-play{-webkit-animation-name:valentine77Step4;-webkit-animation-timing-function:steps(4,end)} .tape-valentine77 .icon-audio-none{background-image:url(icon-audio-none.png)} .tape-valentine77 .icon-tape-play{position:relative;left:9px;background-image:url(icon-tape-play.png);animation-name:valentine77Step4;animation-timing-function:steps(4,end)} .tape-valentine77 .icon-tape-record{background-image:url(icon-tape-record.png);-webkit-animation-name:valentine77Step5;animation-name:valentine77Step5;-webkit-animation-timing-function:steps(5,end);animation-timing-function:steps(5,end)} .tape-valentine77 .icon-tape-upload{background-image:url(icon-tape-upload.png);-webkit-animation-name:valentine77Step4;animation-name:valentine77Step4;-webkit-animation-timing-function:steps(4,end);animation-timing-function:steps(4,end)} .tape-valentine77 .icon-tape-upload-fail{background-image:url(icon-tape-upload-fail.png)} .tape-valentine77 .tape-modal-ft,.tape-valentine77 .tape-modal-ft-btn2{left:0;right:0;bottom:6px} .tape-valentine77 .tape-modal-btn{display:inline-block;width:100%;height:40px;padding-top:10px;padding-bottom:10px;border:none;font-size:14px;background-color:transparent;color:inherit} .tape-valentine77 .tape-modal-ft-btn2 .tape-modal-btn:first-child{width:50%;padding-right:3%;text-align:right} .tape-valentine77 .tape-modal-ft-btn2 .tape-modal-btn:last-child{width:49.5%;margin-left:.5%;padding-left:3%;text-align:left} @-webkit-keyframes valentine77Step4{from{background-position:0} to{background-position:-224px} } @keyframes valentine77Step4{from{background-position:0} to{background-position:-224px} } @-webkit-keyframes valentine77Step5{from{background-position:0} to{background-position:-280px} } @keyframes valentine77Step5{from{background-position:0} to{background-position:-280px} } @-moz-keyframes walltop_anim{0%{transform:translateY(0);-moz-transform:translateY(0);opacity:.8}100%{transform:translateY(-1500px);-moz-transform:translateY(-1500px);opacity:.8}} @-webkit-keyframes walltop_anim{0%{transform:translateY(0);-webkit-transform:translateY0px);opacity:.8}100%{transform:translateY(-1500px);-webkit-transform:translateY(-1500px);opacity:.8}} @-moz-keyframes wall_anim{0%{transform:translateX(0);-moz-transform:translateX(0);opacity:.8}100%{transform:translateX(-450px);-moz-transform:translateX(-450px);opacity:.8}} @-webkit-keyframes wall_anim{0%{transform:translateX(0);-webkit-transform:translateX(0);opacity:.8}100%{transform:translateX(-450px);-webkit-transform:translateX(-450px);opacity:.8}} .danmu-top .danmu-tmee,.danmu-wapper .danmu-tmee { float: left; height: 40px; line-height: 40px; color: #fff; font-size: 14px; border-radius: 20px; opacity: .8; position: absolute; animation-fill-mode: backwards; -webkit-backface-visibility: hidden } .danmu-wapper { position: absolute; top: 0; left: 0; z-index: 999 } .danmu-wapper .danmu-tmee { background: #12b016; left: 0; -webkit-transform-style: preserve-3d } .danmu-top { position: absolute; top: 100%; left: 0; z-index: 999 } .danmu-top .danmu-tmee { background: #12b016; top: 0; -webkit-transform-style: preserve-3d } .aduio_time { float: right; font-size: 14px; color: #fff; margin-right: 10px; line-height: 40px; } .voiceicon { margin: 10px 0 0; width: 20px; height: 20px; float: left; background-image: url(../app52_message.png); background-position: 0 0; } .voiceicon_play { background-image: url(../app52_play.png); background-position: 0 0; -webkit-animation: messageStep4 1s steps(4) infinite } @-webkit-keyframes messageStep4{from{background-position:0 0}to{background-position:-100px 0}} @-moz-keyframes messageStep4{from{background-position:0 0}to{background-position:-100px 0}} .header_img { margin: 5px 0 0 5px; width: 30px; height: 30px; border-radius: 10em; background-size: cover; float: left }
0.342681
0.054904
html { --mainBackground: #fff; --toolMenu: linear-gradient(90deg, rgba(0, 128, 128, 0.9) 0%, rgba(69, 189, 159, 0.8) 100%); --optionsBg: #4cbbae; --optionsBloom: inset 0px 0px 33px 0px rgba(63, 50, 50, 0.2), 0px 0px 33px 0px rgba(255, 255, 255, 0.1); --fontColour: #000000; --inverseFont: #fff; --icons: rgba(0, 0, 0, 0.25); --switchOn: rgb(100, 228, 195); --switchOff: #232323; --hover: #ed6a5a; } html[data-theme='dark'] { --mainBackground: #232323; --toolMenu: #2c3e50; --fontColour: #fff; --inverseFont: #000000; --icons: rgba(256, 256, 256, 0.2); --optionsBg: #232323; --optionsBloom: inset 0px 0px 33px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(255, 255, 255); --switchOn: linear-gradient(90deg, rgba(0, 128, 128, 1) 0%, rgba(100, 228, 195, 1) 100%); --switchOff: #000000; --hover: #ed6a5a; } body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: baloo; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; } .corners { height: 98vh; width: 100vw; top: 0px; border-radius: 0px 0px 20px 20px; background-color: var(--mainBackground); overflow: hidden; overflow-y: hidden; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; } ::-webkit-scrollbar { display: none; } /* FONTS */ @font-face { font-family: 'sunflower'; src: url('./fonts/made_sunflower-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'baloo'; src: url('./fonts/baloo2-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* WAVES */ .wavecontainer { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100vw; } .wave { background: url('../imgs/wave.svg') repeat-x; position: absolute; /* top: -198px; */ width: 6400px; height: 198px; -webkit-animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .wave:nth-of-type(2) { top: -80px; -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; opacity: 1; } /* Title Animation */ .mainTitle { position: absolute; top: 10vh; left: 0; bottom: 0; right: 0; margin: auto; padding-bottom: 0.2em; } .mainTitle .text-wrapper { position: relative; display: inline-block; padding-top: 0.2em; padding-right: 0.05em; padding-bottom: 0.1em; } .mainTitle .letter { display: inline-block; line-height: 1em; } /* Basic Types */ h1 { color: var(--fontColour); font-size: 55pt; font-family: sunflower; outline: 0em; font-weight: normal; text-align: center; } h2 { color: white; } a, h3, li, h4 { font-family: baloo !important; color: var(--fontColour); } ol { margin-left: -3.5vw; list-style-type: disc; color: var(--hover); } li { list-style-position: outside !important; } b { color: var(--hover); } i { color: var(--icons); } i:hover { color: var(--hover); } p { color: white; } /* BANNER */ header { top: 0; left: 0; width: 100%; height: 15%; color: black; -webkit-app-region: drag; position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100vw; -ms-flex-line-pack: center; align-content: center; margin: 10px; cursor: pointer; } #toolBar { position: absolute; top: 4vw; left: 5vh; z-index: 4; } .colourstrip { width: 100%; height: 5px; background-color: teal; position: fixed; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-animation: 3.5s ease-out 0s 1 barLoad; animation: 3.5s ease-out 0s 1 barLoad; } .colourstrip#optionstrip { background-color: white !important; } .stripAnimate { -webkit-animation: 2.5s ease-out 0s 1 barLoad; animation: 2.5s ease-out 0s 1 barLoad; opacity: 1 !important; } #optionsIcon { padding: 10px; } #optionsIcon:hover { color: teal !important; } #closeOptions, #closedocs { position: absolute; z-index: 6; bottom: 7vh; left: 48.4vw; } /* Documentation */ .docbg { width: 100vw; height: 100vh; background: var(--mainBackground); position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; bottom: 100vh; z-index: 5; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .docbg h1 { font-size: xx-large; padding-top: 2.5vh; padding-bottom: -15vh; } .docbg i { position: absolute; cursor: pointer; bottom: 10vh !important; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; right: 48.5vw !important; } #docbar { background-color: var(--hover); top: 5px; width: 100vw; height: 7.5px; position: absolute; } .docstuff { position: absolute; top: 23vh; left: 10vw; overflow-y: scroll; padding: 0vw 5vw 0vw 5vw; width: 70vw; height: 60vh; background-color: rgba(0, 0, 0, 0.05); border-radius: 30px; } .docsOpen { bottom: 0vh !important; } /* Options */ .optionsbg { width: 100vw; height: 100vh; background: var(--optionsBg); position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 100vh; z-index: 5; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .optionsbg h1 { font-size: 24pt; padding-top: 2.5vh; color: white; } .optionsOpen { top: 0vh !important; } .optionsblock { width: 80vw; height: 70vh; position: relative; z-index: 5; margin: 10vw; } .optionscontainer { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 70vw; padding: 3vw; height: 52vh; overflow-y: scroll; position: absolute; top: -13vh; left: 2.5vw; color: var(--fontColour); background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.05))); background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%); -webkit-box-shadow: var(--optionsBloom); box-shadow: var(--optionsBloom); border-radius: 25px; min-height: -webkit-min-content; min-height: -moz-min-content; min-height: min-content; } .optionscontainertwo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .optionscontainertwo p { text-align: center; font-size: smaller; line-height: 0.7rem; } label { cursor: pointer; text-indent: -9999px; width: 55px; height: 30px; background: var(--switchOff); margin: 0 auto; 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; border-radius: 100px; position: relative; } label:after { content: ''; background: #fff; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 5px; left: 4px; -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; } input:checked + label { background: var(--switchOn); } input:checked + label:after { left: calc(100% - 5px); -webkit-transform: translateX(-100%); transform: translateX(-100%); } html.transition, html.transition *, html.transition *:before, html.transition *:after { -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms !important; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms !important; -webkit-transition-delay: 0 !important; transition-delay: 0 !important; } #settingDelete { margin-top: 15px; cursor: pointer; background-color: var(--hover); } /* Tool Bar */ #currentTool { position: absolute; width: 100%; top: 0; } .toolMenu { position: absolute; width: 25vw; height: 100vh; left: -40vw; background: var(--toolMenu); z-index: 4; padding-left: 25px; -webkit-filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .toolMenu a:hover { color: white; cursor: pointer; font-weight: bold; } .toolMenu a:link { text-decoration: none; } .toolOpen { left: 0vw !important; } .toolClose { font-size: x-large; } /* TOOLS */ .maindiv { width: 75vw; height: 50vh; top: 40vh; position: relative; } .toolChange { -webkit-animation: 1.2s ease-in-out 0s 1 toolSwap; animation: 1.2s ease-in-out 0s 1 toolSwap; } #inputURL { width: 100%; margin-bottom: 5vh; } .fileButton, #downloadPath { margin: 0; width: 70%; border-radius: 20px 0 0 20px !important; } #downloadFile { margin: 0; width: 70%; border-radius: 20px 0 0 20px !important; } #downFileButton, #convFileButton, #effectFileButton { margin: 0; width: 28%; border-radius: 0 20px 20px 0 !important; } .downloadbox { margin-bottom: 5vh; } input { height: 50% !important; } input[type='text'], input[type='password'] { border-radius: 8px; border: 0px; color: black; background-color: lightgrey; font-family: baloo; text-align: center; } input[type='text']:focus, input[type='password']:focus { color: black; background-color: white; border-radius: 20px; } input[type='text']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder { color: grey; } input[type='text']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder { color: grey; } input[type='text']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder { color: grey; } input[type='text']::placeholder, input[type='password']::placeholder { color: grey; } input[type='checkbox'] { height: 0; width: 0; visibility: hidden; } button { border-radius: 8px; border: 0px; color: white; background-color: teal; font-family: baloo; z-index: 1; } .runButton { font-weight: bold; width: 50%; -webkit-transition: opacity 500ms ease 400ms, height 500ms ease 100ms, font-size 400ms ease, color 400ms ease; transition: opacity 500ms ease 400ms, height 500ms ease 100ms, font-size 400ms ease, color 400ms ease; color: rgba(255, 255, 255, 0); opacity: 0; height: 0; font-size: xx-small; } .active { display: block !important; opacity: 1 !important; height: 22px !important; font-size: small !important; color: white !important; -webkit-transition: opacity 500ms ease 200ms, height 700ms ease, font-size 400ms ease 300ms, color 200ms ease 200ms !important; transition: opacity 500ms ease 200ms, height 700ms ease, font-size 400ms ease 300ms, color 200ms ease 200ms !important; } /* Converter */ .convFormat, .geo { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; border: 0 !important; background: #2c3e50; background-image: none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 0.5em; color: #fff; cursor: pointer; font-family: baloo; font-weight: bold; } .geo { border-radius: 1em; padding: 0 5em; } /* Custom Select */ .select { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 35vw; height: 8vh; line-height: 3; background: #2c3e50; overflow: hidden; border-radius: 5px; } .select::after { content: '\25BC'; position: absolute; top: -7px; right: 0; padding: 0 1em; background: teal; cursor: pointer; pointer-events: none; -webkit-transition: 0.25s all ease; transition: 0.25s all ease; } .select:hover::after { color: var(--hover); } /* WAVEFORM */ canvas { position: absolute; left: 110vw; top: 0vh; } /* SWAL */ .swal-size-sm { font-size: 0.65rem !important; border-radius: 40px !important; } .swalContainer { border-radius: 0px 0px 20px 20px !important; } .swal2-container { border-radius: 0px 0px 20px 20px !important; bottom: 0 !important; } .swal2-container a { color: #232323 !important; } .swal2-popup { top: 0vh !important; font-size: 0.65rem !important; border-radius: 20px !important; } .swal2-toast-shown { top: 0vh !important; } .swal2-loading { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; margin: auto !important; } .swal2-loader { margin: 5px !important; -webkit-transform: scale(0.8); transform: scale(0.8); border-color: #008080 transparent #008080 transparent !important; } .swal2-icon { margin: 1em auto 1.3em !important; } #swal-input1, #swal-input2 { border-radius: 8px; border: 0px; color: black; background-color: lightgrey; font-family: baloo; text-align: center; } .swal2-container .select::after { top: -2px; } .swal2-range output { line-height: 1.6em !important; } #progressText { color: black; font-family: sunflower; font-size: xx-large; text-align: center; padding: -15vh; margin: 0px; } /* Animations */ .grow-on-hover { display: inline-block; vertical-align: bottom; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-app-region: no-drag; } .grow-on-hover:hover, .grow-on-hover:focus, .grow-on-hover:active { -webkit-transform: scale(1.05); transform: scale(1.05); } svg { height: 22px; cursor: pointer; display: inline-block; vertical-align: bottom; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition: all 500ms ease !important; transition: all 500ms ease !important; -webkit-app-region: no-drag; color: var(--icons) !important; } svg:hover, svg:focus, svg:active { color: var(--hover) !important; -webkit-transform: scale(1.1); transform: scale(1.1); } @-webkit-keyframes wave { 0% { margin-left: 0; } 100% { margin-left: -3200px; } } @keyframes wave { 0% { margin-left: 0; } 100% { margin-left: -3200px; } } @-webkit-keyframes swell { 0%, 100% { -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0); } 50% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } } @keyframes swell { 0%, 100% { -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0); } 50% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } } @-webkit-keyframes toolSwap { 0% { left: 0vw; } 50% { left: 100vw; } 51% { left: -100vw; } 100% { left: 0vw; } } @keyframes toolSwap { 0% { left: 0vw; } 50% { left: 100vw; } 51% { left: -100vw; } 100% { left: 0vw; } } @-webkit-keyframes barLoad { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes barLoad { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /*# sourceMappingURL=main.css.map */
GUI/main.css
html { --mainBackground: #fff; --toolMenu: linear-gradient(90deg, rgba(0, 128, 128, 0.9) 0%, rgba(69, 189, 159, 0.8) 100%); --optionsBg: #4cbbae; --optionsBloom: inset 0px 0px 33px 0px rgba(63, 50, 50, 0.2), 0px 0px 33px 0px rgba(255, 255, 255, 0.1); --fontColour: #000000; --inverseFont: #fff; --icons: rgba(0, 0, 0, 0.25); --switchOn: rgb(100, 228, 195); --switchOff: #232323; --hover: #ed6a5a; } html[data-theme='dark'] { --mainBackground: #232323; --toolMenu: #2c3e50; --fontColour: #fff; --inverseFont: #000000; --icons: rgba(256, 256, 256, 0.2); --optionsBg: #232323; --optionsBloom: inset 0px 0px 33px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(255, 255, 255); --switchOn: linear-gradient(90deg, rgba(0, 128, 128, 1) 0%, rgba(100, 228, 195, 1) 100%); --switchOff: #000000; --hover: #ed6a5a; } body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: baloo; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; } .corners { height: 98vh; width: 100vw; top: 0px; border-radius: 0px 0px 20px 20px; background-color: var(--mainBackground); overflow: hidden; overflow-y: hidden; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; } ::-webkit-scrollbar { display: none; } /* FONTS */ @font-face { font-family: 'sunflower'; src: url('./fonts/made_sunflower-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'baloo'; src: url('./fonts/baloo2-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } /* WAVES */ .wavecontainer { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100vw; } .wave { background: url('../imgs/wave.svg') repeat-x; position: absolute; /* top: -198px; */ width: 6400px; height: 198px; -webkit-animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; animation: wave 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .wave:nth-of-type(2) { top: -80px; -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; opacity: 1; } /* Title Animation */ .mainTitle { position: absolute; top: 10vh; left: 0; bottom: 0; right: 0; margin: auto; padding-bottom: 0.2em; } .mainTitle .text-wrapper { position: relative; display: inline-block; padding-top: 0.2em; padding-right: 0.05em; padding-bottom: 0.1em; } .mainTitle .letter { display: inline-block; line-height: 1em; } /* Basic Types */ h1 { color: var(--fontColour); font-size: 55pt; font-family: sunflower; outline: 0em; font-weight: normal; text-align: center; } h2 { color: white; } a, h3, li, h4 { font-family: baloo !important; color: var(--fontColour); } ol { margin-left: -3.5vw; list-style-type: disc; color: var(--hover); } li { list-style-position: outside !important; } b { color: var(--hover); } i { color: var(--icons); } i:hover { color: var(--hover); } p { color: white; } /* BANNER */ header { top: 0; left: 0; width: 100%; height: 15%; color: black; -webkit-app-region: drag; position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .banner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100vw; -ms-flex-line-pack: center; align-content: center; margin: 10px; cursor: pointer; } #toolBar { position: absolute; top: 4vw; left: 5vh; z-index: 4; } .colourstrip { width: 100%; height: 5px; background-color: teal; position: fixed; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-animation: 3.5s ease-out 0s 1 barLoad; animation: 3.5s ease-out 0s 1 barLoad; } .colourstrip#optionstrip { background-color: white !important; } .stripAnimate { -webkit-animation: 2.5s ease-out 0s 1 barLoad; animation: 2.5s ease-out 0s 1 barLoad; opacity: 1 !important; } #optionsIcon { padding: 10px; } #optionsIcon:hover { color: teal !important; } #closeOptions, #closedocs { position: absolute; z-index: 6; bottom: 7vh; left: 48.4vw; } /* Documentation */ .docbg { width: 100vw; height: 100vh; background: var(--mainBackground); position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; bottom: 100vh; z-index: 5; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .docbg h1 { font-size: xx-large; padding-top: 2.5vh; padding-bottom: -15vh; } .docbg i { position: absolute; cursor: pointer; bottom: 10vh !important; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; right: 48.5vw !important; } #docbar { background-color: var(--hover); top: 5px; width: 100vw; height: 7.5px; position: absolute; } .docstuff { position: absolute; top: 23vh; left: 10vw; overflow-y: scroll; padding: 0vw 5vw 0vw 5vw; width: 70vw; height: 60vh; background-color: rgba(0, 0, 0, 0.05); border-radius: 30px; } .docsOpen { bottom: 0vh !important; } /* Options */ .optionsbg { width: 100vw; height: 100vh; background: var(--optionsBg); position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 100vh; z-index: 5; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .optionsbg h1 { font-size: 24pt; padding-top: 2.5vh; color: white; } .optionsOpen { top: 0vh !important; } .optionsblock { width: 80vw; height: 70vh; position: relative; z-index: 5; margin: 10vw; } .optionscontainer { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 70vw; padding: 3vw; height: 52vh; overflow-y: scroll; position: absolute; top: -13vh; left: 2.5vw; color: var(--fontColour); background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.05))); background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 100%); -webkit-box-shadow: var(--optionsBloom); box-shadow: var(--optionsBloom); border-radius: 25px; min-height: -webkit-min-content; min-height: -moz-min-content; min-height: min-content; } .optionscontainertwo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .optionscontainertwo p { text-align: center; font-size: smaller; line-height: 0.7rem; } label { cursor: pointer; text-indent: -9999px; width: 55px; height: 30px; background: var(--switchOff); margin: 0 auto; 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; border-radius: 100px; position: relative; } label:after { content: ''; background: #fff; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 5px; left: 4px; -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms; } input:checked + label { background: var(--switchOn); } input:checked + label:after { left: calc(100% - 5px); -webkit-transform: translateX(-100%); transform: translateX(-100%); } html.transition, html.transition *, html.transition *:before, html.transition *:after { -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms !important; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms !important; -webkit-transition-delay: 0 !important; transition-delay: 0 !important; } #settingDelete { margin-top: 15px; cursor: pointer; background-color: var(--hover); } /* Tool Bar */ #currentTool { position: absolute; width: 100%; top: 0; } .toolMenu { position: absolute; width: 25vw; height: 100vh; left: -40vw; background: var(--toolMenu); z-index: 4; padding-left: 25px; -webkit-filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0px 0px 0px #fff) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .toolMenu a:hover { color: white; cursor: pointer; font-weight: bold; } .toolMenu a:link { text-decoration: none; } .toolOpen { left: 0vw !important; } .toolClose { font-size: x-large; } /* TOOLS */ .maindiv { width: 75vw; height: 50vh; top: 40vh; position: relative; } .toolChange { -webkit-animation: 1.2s ease-in-out 0s 1 toolSwap; animation: 1.2s ease-in-out 0s 1 toolSwap; } #inputURL { width: 100%; margin-bottom: 5vh; } .fileButton, #downloadPath { margin: 0; width: 70%; border-radius: 20px 0 0 20px !important; } #downloadFile { margin: 0; width: 70%; border-radius: 20px 0 0 20px !important; } #downFileButton, #convFileButton, #effectFileButton { margin: 0; width: 28%; border-radius: 0 20px 20px 0 !important; } .downloadbox { margin-bottom: 5vh; } input { height: 50% !important; } input[type='text'], input[type='password'] { border-radius: 8px; border: 0px; color: black; background-color: lightgrey; font-family: baloo; text-align: center; } input[type='text']:focus, input[type='password']:focus { color: black; background-color: white; border-radius: 20px; } input[type='text']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder { color: grey; } input[type='text']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder { color: grey; } input[type='text']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder { color: grey; } input[type='text']::placeholder, input[type='password']::placeholder { color: grey; } input[type='checkbox'] { height: 0; width: 0; visibility: hidden; } button { border-radius: 8px; border: 0px; color: white; background-color: teal; font-family: baloo; z-index: 1; } .runButton { font-weight: bold; width: 50%; -webkit-transition: opacity 500ms ease 400ms, height 500ms ease 100ms, font-size 400ms ease, color 400ms ease; transition: opacity 500ms ease 400ms, height 500ms ease 100ms, font-size 400ms ease, color 400ms ease; color: rgba(255, 255, 255, 0); opacity: 0; height: 0; font-size: xx-small; } .active { display: block !important; opacity: 1 !important; height: 22px !important; font-size: small !important; color: white !important; -webkit-transition: opacity 500ms ease 200ms, height 700ms ease, font-size 400ms ease 300ms, color 200ms ease 200ms !important; transition: opacity 500ms ease 200ms, height 700ms ease, font-size 400ms ease 300ms, color 200ms ease 200ms !important; } /* Converter */ .convFormat, .geo { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; border: 0 !important; background: #2c3e50; background-image: none; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 0.5em; color: #fff; cursor: pointer; font-family: baloo; font-weight: bold; } .geo { border-radius: 1em; padding: 0 5em; } /* Custom Select */ .select { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 35vw; height: 8vh; line-height: 3; background: #2c3e50; overflow: hidden; border-radius: 5px; } .select::after { content: '\25BC'; position: absolute; top: -7px; right: 0; padding: 0 1em; background: teal; cursor: pointer; pointer-events: none; -webkit-transition: 0.25s all ease; transition: 0.25s all ease; } .select:hover::after { color: var(--hover); } /* WAVEFORM */ canvas { position: absolute; left: 110vw; top: 0vh; } /* SWAL */ .swal-size-sm { font-size: 0.65rem !important; border-radius: 40px !important; } .swalContainer { border-radius: 0px 0px 20px 20px !important; } .swal2-container { border-radius: 0px 0px 20px 20px !important; bottom: 0 !important; } .swal2-container a { color: #232323 !important; } .swal2-popup { top: 0vh !important; font-size: 0.65rem !important; border-radius: 20px !important; } .swal2-toast-shown { top: 0vh !important; } .swal2-loading { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; margin: auto !important; } .swal2-loader { margin: 5px !important; -webkit-transform: scale(0.8); transform: scale(0.8); border-color: #008080 transparent #008080 transparent !important; } .swal2-icon { margin: 1em auto 1.3em !important; } #swal-input1, #swal-input2 { border-radius: 8px; border: 0px; color: black; background-color: lightgrey; font-family: baloo; text-align: center; } .swal2-container .select::after { top: -2px; } .swal2-range output { line-height: 1.6em !important; } #progressText { color: black; font-family: sunflower; font-size: xx-large; text-align: center; padding: -15vh; margin: 0px; } /* Animations */ .grow-on-hover { display: inline-block; vertical-align: bottom; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-app-region: no-drag; } .grow-on-hover:hover, .grow-on-hover:focus, .grow-on-hover:active { -webkit-transform: scale(1.05); transform: scale(1.05); } svg { height: 22px; cursor: pointer; display: inline-block; vertical-align: bottom; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition: all 500ms ease !important; transition: all 500ms ease !important; -webkit-app-region: no-drag; color: var(--icons) !important; } svg:hover, svg:focus, svg:active { color: var(--hover) !important; -webkit-transform: scale(1.1); transform: scale(1.1); } @-webkit-keyframes wave { 0% { margin-left: 0; } 100% { margin-left: -3200px; } } @keyframes wave { 0% { margin-left: 0; } 100% { margin-left: -3200px; } } @-webkit-keyframes swell { 0%, 100% { -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0); } 50% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } } @keyframes swell { 0%, 100% { -webkit-transform: translate3d(0, -25px, 0); transform: translate3d(0, -25px, 0); } 50% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } } @-webkit-keyframes toolSwap { 0% { left: 0vw; } 50% { left: 100vw; } 51% { left: -100vw; } 100% { left: 0vw; } } @keyframes toolSwap { 0% { left: 0vw; } 50% { left: 100vw; } 51% { left: -100vw; } 100% { left: 0vw; } } @-webkit-keyframes barLoad { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes barLoad { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } /*# sourceMappingURL=main.css.map */
0.410993
0.05848
body { box-sizing: border-box; } .header { display: flex; justify-content: space-between; align-items: center; height: 80px; background-color: teal; } .logo { width: 70px; height: 60px; margin-right: 10px; } .header-container{ display: flex; justify-content: space-between; align-items: center; width: 900px; margin: 0 auto } .header-logo{ display: flex; justify-content: space-between; align-items: center; } .btn { display: inline-block; border: none; background-color: rgb(102, 214, 67); padding: 10px 20px; border-radius: 0.25rem; } .input { display: inline-block; border: none; background-color: white; padding: 7px 16px 8px 16px; border-radius: 0.25rem; outline: none; } .titulo-header{ font-size: 1.5rem; color: white; } /*================================================== Main====================*/ .body-conatiner { max-width: 900px; display: grid; grid-template-columns: repeat(2, 1fr); margin: 10px auto; } .imgNasa { border-radius: 0.25rem; max-height: 540px; } .info { margin: 10px; display: flex; flex-direction: column; flex-wrap: wrap; } .body-texto { font-size: 0.8rem; margin: 10px; padding: 10px; font-weight: 600; } .body-texto span { font-weight: 400; } .titulo-body{ font-size: 1rem; } #bem-vindo { margin: 150px 30px; font-size: 3rem; font-weight: 600; } @media (max-width: 700px) { .header { height: 90px; } .body-conatiner { grid-template-columns: repeat(1, 1fr); justify-items:center; } .imgNasa { max-width: 350px; padding: 0 20px; } .info { max-width: 350px; padding:0 20px } .titulo-header{ font-size: 0.9rem; color: white; } .input { margin-top: 10px; margin-bottom: 5px; margin-right: 5px; } .body-texto { margin: 0px; } .info{ padding: 0; } }
css/index.css
body { box-sizing: border-box; } .header { display: flex; justify-content: space-between; align-items: center; height: 80px; background-color: teal; } .logo { width: 70px; height: 60px; margin-right: 10px; } .header-container{ display: flex; justify-content: space-between; align-items: center; width: 900px; margin: 0 auto } .header-logo{ display: flex; justify-content: space-between; align-items: center; } .btn { display: inline-block; border: none; background-color: rgb(102, 214, 67); padding: 10px 20px; border-radius: 0.25rem; } .input { display: inline-block; border: none; background-color: white; padding: 7px 16px 8px 16px; border-radius: 0.25rem; outline: none; } .titulo-header{ font-size: 1.5rem; color: white; } /*================================================== Main====================*/ .body-conatiner { max-width: 900px; display: grid; grid-template-columns: repeat(2, 1fr); margin: 10px auto; } .imgNasa { border-radius: 0.25rem; max-height: 540px; } .info { margin: 10px; display: flex; flex-direction: column; flex-wrap: wrap; } .body-texto { font-size: 0.8rem; margin: 10px; padding: 10px; font-weight: 600; } .body-texto span { font-weight: 400; } .titulo-body{ font-size: 1rem; } #bem-vindo { margin: 150px 30px; font-size: 3rem; font-weight: 600; } @media (max-width: 700px) { .header { height: 90px; } .body-conatiner { grid-template-columns: repeat(1, 1fr); justify-items:center; } .imgNasa { max-width: 350px; padding: 0 20px; } .info { max-width: 350px; padding:0 20px } .titulo-header{ font-size: 0.9rem; color: white; } .input { margin-top: 10px; margin-bottom: 5px; margin-right: 5px; } .body-texto { margin: 0px; } .info{ padding: 0; } }
0.449876
0.124054
.region-settings { height: 100%; width: 100%; } .region-settings__header-text { margin-left: 2.8rem; } .region-settings__row { border-bottom: solid 1px var(--border__color); display: flex; flex-direction: row; } .region-settings__lwt-container { justify-content: flex-start; display: flex; height: 100%; padding: 1.5rem 0 1rem 0; flex-wrap: wrap; width: 80%; } .region-settings__lwt-label { width: 10rem; font-size: 1.4rem; padding: 0; margin: 0; } .region-settings__lwt-text { font-size: 1.4rem; flex: 1 1 auto; min-width: 50%; } .region-settings__ap-modal { width: 30rem; } .region-settings__ap-modal__content { padding: 0; } .region-settings__language-select__select-label { display: none; } .region-settings__language-select__select-wrapper { width: 11rem; } .region-settings__language-select__select-wrapper select { font-size: var(--nav-item__font-size); height: 4rem; color: var(--nav-item__color); border-top: 0; border-bottom: 0; font-weight: bold; text-transform: uppercase; } .region-settings__language-select__triangles-container { top: 1.5rem; right: 1rem; } .region-settings__language-form { flex: 0; } .region-settings__language-form .popover-select__popover.popover-menu__popover { height: 4rem; } .region-settings__language-form .custom-icon--world { width: 20px; } .region-settings__language-form .popover-select__content { margin-top: -3.2rem; } .region-settings__language-form .popover-select__popover-menu-trigger > span { display: flex; align-items: center; } .region-settings__selected-language-container { display: flex; align-items: center; } .region-settings__language-form .popover-select__selected-item { display: block; } .region-settings__selected-language { font-size: var(--nav-item__font-size); color: var(--nav-item__color); font-weight: 700; text-transform: uppercase; margin-left: 0.5rem; } .region-settings__language-form .popover-menu__item { font-size: var(--nav-item__font-size); color: var(--nav-item__color); font-weight: 700; text-transform: uppercase; } @media only screen and (max-width: 590px) { .region-settings__language-form { position: absolute; right: 40px; z-index: 900; } .region-settings__language-form .popover-select__popover.popover-menu__popover { height: 5rem; } .region-settings__language-form .popover-menu__item { height: 5rem; } .region-settings__language-select__triangles-container { top: 2rem; } .region-settings__language-form .popover-select__selected-item { margin-right: 0; } }
packages/ui/src/components/Settings/ProfileAndSecurity/RegionSettingsCard/RegionSettings/RegionSettingsComponent.css
.region-settings { height: 100%; width: 100%; } .region-settings__header-text { margin-left: 2.8rem; } .region-settings__row { border-bottom: solid 1px var(--border__color); display: flex; flex-direction: row; } .region-settings__lwt-container { justify-content: flex-start; display: flex; height: 100%; padding: 1.5rem 0 1rem 0; flex-wrap: wrap; width: 80%; } .region-settings__lwt-label { width: 10rem; font-size: 1.4rem; padding: 0; margin: 0; } .region-settings__lwt-text { font-size: 1.4rem; flex: 1 1 auto; min-width: 50%; } .region-settings__ap-modal { width: 30rem; } .region-settings__ap-modal__content { padding: 0; } .region-settings__language-select__select-label { display: none; } .region-settings__language-select__select-wrapper { width: 11rem; } .region-settings__language-select__select-wrapper select { font-size: var(--nav-item__font-size); height: 4rem; color: var(--nav-item__color); border-top: 0; border-bottom: 0; font-weight: bold; text-transform: uppercase; } .region-settings__language-select__triangles-container { top: 1.5rem; right: 1rem; } .region-settings__language-form { flex: 0; } .region-settings__language-form .popover-select__popover.popover-menu__popover { height: 4rem; } .region-settings__language-form .custom-icon--world { width: 20px; } .region-settings__language-form .popover-select__content { margin-top: -3.2rem; } .region-settings__language-form .popover-select__popover-menu-trigger > span { display: flex; align-items: center; } .region-settings__selected-language-container { display: flex; align-items: center; } .region-settings__language-form .popover-select__selected-item { display: block; } .region-settings__selected-language { font-size: var(--nav-item__font-size); color: var(--nav-item__color); font-weight: 700; text-transform: uppercase; margin-left: 0.5rem; } .region-settings__language-form .popover-menu__item { font-size: var(--nav-item__font-size); color: var(--nav-item__color); font-weight: 700; text-transform: uppercase; } @media only screen and (max-width: 590px) { .region-settings__language-form { position: absolute; right: 40px; z-index: 900; } .region-settings__language-form .popover-select__popover.popover-menu__popover { height: 5rem; } .region-settings__language-form .popover-menu__item { height: 5rem; } .region-settings__language-select__triangles-container { top: 2rem; } .region-settings__language-form .popover-select__selected-item { margin-right: 0; } }
0.59408
0.049359
body { margin: 10px 80px; background-color: #ddd; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; } .info-column { position: fixed; top: 0; left: 0; width: 120px; padding: 20px; height: 100%; } .info-column div { float: left; clear: both; width: 100px; padding-bottom: 20px; position: relative; } .main { float: left; width: 600px; margin-left: 20px; } #unread-count { font-size: 1.2em; color: #666; background-color: #bbb; border-radius: 5px; padding: 5px; } #unread-count.loading { background-color: #fff3cd; } .tweetledum-feed { margin: 20px 0; width: 545px; } #load-more, .bulk-save { cursor: pointer; width: 175px; margin: 20px 0 100px 0; color: #fff; background-color: #007bff; border-color: #007bff; display: inline-block; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: button; } .bulk-save { margin-bottom: 20px; } #load-more:hover, .bulk-save:hover { background-color: #999; border-color: #999; } .bulk-input { width: 300px; clear: both; font-size: 1rem; line-height: 1.9; padding: 0 4px; } .bulk-save.bulk-save--list { margin-top: 5px; } .tweetledum-tweet { margin-bottom: 30px; padding: 10px 20px; border: 2px solid transparent; } .tweetledum-tweet:hover { border-radius: 10px; border: 2px solid #999; background-color: #ccc; } .tweetledum-tweet.active { border-radius: 10px; border: 2px solid #999; background-color: #ccc; } .loading-message { width: 135px; position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #333; border-radius: 0.25rem; color: #fff; background-color: #999; } .loading-message.error { border: 1px solid #f9c9bf; color: #a51b00; background-color: #fcf4f2; } .tweetledum-quoted { width: 475px; margin-left: 25px; } .info-column .tweetledum-controls { position: absolute; bottom: 0; height: 200px; margin: 0 0 20px 0; } .info-column .tweetledum-controls button { display: block; clear: both; padding: 10px 0 10px 0; margin: 10px 0 0 0; font-size: 20px; width: 45px; background-color: #ccc; border: 1px solid #999; border-radius: 0.25rem; } .tweetledum-bulk { margin: 20px 0 0 60px; width: 505px; } .bulk-mark-read td.checkbox { } .bulk-mark-read td.tweeter { } .bulk-mark-read td.count { text-align: right; } .lists-wrapper h3 { margin-bottom: 0; } .lists-wrapper .lists ul { padding-inline-start: 17px; } .list-fields { margin-top: 30px; } .messages { width: 400px; border: 1px solid #3c763d; padding: 10px; color: #3c763d; background-color: #dff0d8; margin-bottom: 30px; } .messages.errors { border-color: #a94442; color: #a94442; background-color: #f2dede; } div.count-label { padding-bottom: 0; font-weight: bold; } .count-value { font-size: 1.2em; color: #666; background-color: #bbb; border-radius: 5px; padding: 5px; } @media screen and (min-width: 775px) { /* .bulk-save--mark { position: fixed; left: 500px; bottom: 0%; } */ .bulk-save.bulk-save--list { margin-top: 20px; } .list-fields { padding: 0 50px; } .actions div { display: inline; } .actions { position: fixed; left: 0; bottom: 0; background-color: #fff3cd; border-top: 2px solid; width: 100%; padding-left: 30px; } }
tweetledum/css/styles.css
body { margin: 10px 80px; background-color: #ddd; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; } .info-column { position: fixed; top: 0; left: 0; width: 120px; padding: 20px; height: 100%; } .info-column div { float: left; clear: both; width: 100px; padding-bottom: 20px; position: relative; } .main { float: left; width: 600px; margin-left: 20px; } #unread-count { font-size: 1.2em; color: #666; background-color: #bbb; border-radius: 5px; padding: 5px; } #unread-count.loading { background-color: #fff3cd; } .tweetledum-feed { margin: 20px 0; width: 545px; } #load-more, .bulk-save { cursor: pointer; width: 175px; margin: 20px 0 100px 0; color: #fff; background-color: #007bff; border-color: #007bff; display: inline-block; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: button; } .bulk-save { margin-bottom: 20px; } #load-more:hover, .bulk-save:hover { background-color: #999; border-color: #999; } .bulk-input { width: 300px; clear: both; font-size: 1rem; line-height: 1.9; padding: 0 4px; } .bulk-save.bulk-save--list { margin-top: 5px; } .tweetledum-tweet { margin-bottom: 30px; padding: 10px 20px; border: 2px solid transparent; } .tweetledum-tweet:hover { border-radius: 10px; border: 2px solid #999; background-color: #ccc; } .tweetledum-tweet.active { border-radius: 10px; border: 2px solid #999; background-color: #ccc; } .loading-message { width: 135px; position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #333; border-radius: 0.25rem; color: #fff; background-color: #999; } .loading-message.error { border: 1px solid #f9c9bf; color: #a51b00; background-color: #fcf4f2; } .tweetledum-quoted { width: 475px; margin-left: 25px; } .info-column .tweetledum-controls { position: absolute; bottom: 0; height: 200px; margin: 0 0 20px 0; } .info-column .tweetledum-controls button { display: block; clear: both; padding: 10px 0 10px 0; margin: 10px 0 0 0; font-size: 20px; width: 45px; background-color: #ccc; border: 1px solid #999; border-radius: 0.25rem; } .tweetledum-bulk { margin: 20px 0 0 60px; width: 505px; } .bulk-mark-read td.checkbox { } .bulk-mark-read td.tweeter { } .bulk-mark-read td.count { text-align: right; } .lists-wrapper h3 { margin-bottom: 0; } .lists-wrapper .lists ul { padding-inline-start: 17px; } .list-fields { margin-top: 30px; } .messages { width: 400px; border: 1px solid #3c763d; padding: 10px; color: #3c763d; background-color: #dff0d8; margin-bottom: 30px; } .messages.errors { border-color: #a94442; color: #a94442; background-color: #f2dede; } div.count-label { padding-bottom: 0; font-weight: bold; } .count-value { font-size: 1.2em; color: #666; background-color: #bbb; border-radius: 5px; padding: 5px; } @media screen and (min-width: 775px) { /* .bulk-save--mark { position: fixed; left: 500px; bottom: 0%; } */ .bulk-save.bulk-save--list { margin-top: 20px; } .list-fields { padding: 0 50px; } .actions div { display: inline; } .actions { position: fixed; left: 0; bottom: 0; background-color: #fff3cd; border-top: 2px solid; width: 100%; padding-left: 30px; } }
0.332961
0.080069
img { max-width: 100%; } #team { padding: 150px 0; } #fun-fact, #team { background: #2ad2be10; } #team .team-section-text { padding-top: 70px; } .section-count, .section-title { font-family: 'Josefin Sans', sans-serif; } .section-count { height: 120px; overflow: hidden; font-weight: 100; } .section-count > span { color: #e6e9f4; display: block; font-size: 220px; line-height: 0.7em; } .section-title { color: #38c8e8; font-size: 48px; font-weight: 300; text-transform: capitalize; margin-bottom: 20px; } .section-text > p { margin-bottom: 15px; } #team .team-single { border: 8px solid #30c1b040; margin: 0 auto; padding: 15px; width: 320px; display: none; } #team .team-single.active { display: block; } #team .team-list > ul { list-style: none; margin: 0; padding: 0; } #team .team-list > ul > li { position: relative; margin: 15px 0; } #team .team-list > ul > li:first-child { margin-top: 0; } #team .team-list > ul > li:last-child { margin-bottom: 0; } #team .team-list > ul > li.active > a > figure::before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(131, 158, 226, 0.7); } #team .team-list > ul > li.active::after { color: #3e6edf; content: ""; font-family: fontawesome, sans-serif; margin-top: -10px; position: absolute; right: 0; top: 50%; } #team .team-list > ul > li > a > figure { border-radius: 50%; height: 100px; overflow: hidden; width: 100px; position: relative; } #team .team-info > h4 { color: #3a3a3a; font-size: 16px; margin-bottom: 5px; margin-top: 20px; text-align: center; } #team .team-img { position: relative; } #team .team-img > img { width: 100%; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #team .team-social > ul { bottom: 0; list-style: none; margin: 0 0 0 20px; padding: 0; position: absolute; right: 30px; opacity: 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } #team .team-social > ul > li > a { border-radius: 50%; color: #3e6edf; display: block; font-size: 18px; height: 40px; margin: 15px 5px; padding: 8px; position: relative; text-align: center; width: 40px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #team .team-social > ul > li > a:hover { background: #3e6edf; color: #fff; } #team .team-social > ul > li > a::after { border: 1px solid #dee3f4; border-radius: 50%; content: ""; height: 50px; left: -5px; position: absolute; top: -5px; width: 50px; } #team .team-single:hover .team-img > img { margin-left: -70px; } #team .team-single:hover .team-social > ul { opacity: 1; right: 0; } @media screen and (max-width: 1200px) { #team { padding: 120px 0; } } @media screen and (max-width: 991px) { #team { padding: 90px 0; } #team .col-md-5.col-sm-12.pull-right { float: none; } #team .team-section-text { padding-bottom: 50px; padding-top: 0; } } @media screen and (max-width: 767px) { #team { padding: 60px 0; } #team .team-section-text { padding-bottom: 30px; padding-top: 0; } #team .team-single { margin: 30px auto 0; overflow: hidden; padding: 10px; width: 100%; } #team .team-list { text-align: center; } #team .team-list > ul > li { position: relative; display: inline-block; margin: 15px 0; } #team .team-list > ul > li > a > figure { height: 65px; position: relative; width: 65px; } #team .team-list > ul > li.active::after { margin-top: 10px; position: absolute; right: 30px; top: 100%; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } } @media screen and (max-width: 1200px) { #team { padding: 120px 0; } } @media screen and (max-width: 991px) { #team { padding: 90px 0; } #team .team-section-text { padding-bottom: 50px; padding-top: 0; } }
src/views/OurTeam/App.css
img { max-width: 100%; } #team { padding: 150px 0; } #fun-fact, #team { background: #2ad2be10; } #team .team-section-text { padding-top: 70px; } .section-count, .section-title { font-family: 'Josefin Sans', sans-serif; } .section-count { height: 120px; overflow: hidden; font-weight: 100; } .section-count > span { color: #e6e9f4; display: block; font-size: 220px; line-height: 0.7em; } .section-title { color: #38c8e8; font-size: 48px; font-weight: 300; text-transform: capitalize; margin-bottom: 20px; } .section-text > p { margin-bottom: 15px; } #team .team-single { border: 8px solid #30c1b040; margin: 0 auto; padding: 15px; width: 320px; display: none; } #team .team-single.active { display: block; } #team .team-list > ul { list-style: none; margin: 0; padding: 0; } #team .team-list > ul > li { position: relative; margin: 15px 0; } #team .team-list > ul > li:first-child { margin-top: 0; } #team .team-list > ul > li:last-child { margin-bottom: 0; } #team .team-list > ul > li.active > a > figure::before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(131, 158, 226, 0.7); } #team .team-list > ul > li.active::after { color: #3e6edf; content: ""; font-family: fontawesome, sans-serif; margin-top: -10px; position: absolute; right: 0; top: 50%; } #team .team-list > ul > li > a > figure { border-radius: 50%; height: 100px; overflow: hidden; width: 100px; position: relative; } #team .team-info > h4 { color: #3a3a3a; font-size: 16px; margin-bottom: 5px; margin-top: 20px; text-align: center; } #team .team-img { position: relative; } #team .team-img > img { width: 100%; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #team .team-social > ul { bottom: 0; list-style: none; margin: 0 0 0 20px; padding: 0; position: absolute; right: 30px; opacity: 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } #team .team-social > ul > li > a { border-radius: 50%; color: #3e6edf; display: block; font-size: 18px; height: 40px; margin: 15px 5px; padding: 8px; position: relative; text-align: center; width: 40px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } #team .team-social > ul > li > a:hover { background: #3e6edf; color: #fff; } #team .team-social > ul > li > a::after { border: 1px solid #dee3f4; border-radius: 50%; content: ""; height: 50px; left: -5px; position: absolute; top: -5px; width: 50px; } #team .team-single:hover .team-img > img { margin-left: -70px; } #team .team-single:hover .team-social > ul { opacity: 1; right: 0; } @media screen and (max-width: 1200px) { #team { padding: 120px 0; } } @media screen and (max-width: 991px) { #team { padding: 90px 0; } #team .col-md-5.col-sm-12.pull-right { float: none; } #team .team-section-text { padding-bottom: 50px; padding-top: 0; } } @media screen and (max-width: 767px) { #team { padding: 60px 0; } #team .team-section-text { padding-bottom: 30px; padding-top: 0; } #team .team-single { margin: 30px auto 0; overflow: hidden; padding: 10px; width: 100%; } #team .team-list { text-align: center; } #team .team-list > ul > li { position: relative; display: inline-block; margin: 15px 0; } #team .team-list > ul > li > a > figure { height: 65px; position: relative; width: 65px; } #team .team-list > ul > li.active::after { margin-top: 10px; position: absolute; right: 30px; top: 100%; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } } @media screen and (max-width: 1200px) { #team { padding: 120px 0; } } @media screen and (max-width: 991px) { #team { padding: 90px 0; } #team .team-section-text { padding-bottom: 50px; padding-top: 0; } }
0.370453
0.096834
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap'); html, body{ font-family: 'Ubuntu', sans-serif; width: 100vw; } .main{ margin: auto; } .modebar{ display: none !important; } #logo { font-size: 2rem; font-weight: 500; } a#logo{ text-decoration: none; } a.link{ color: #ffffff!important; } .banner{ /* padding-left: 50px; */ background-color: #00acee; color: #ffffff; display: flex; align-items: center; height: 70px; width: 100vw; } .total{ min-height: 6rem; } .title{ margin-top: 1rem; margin-bottom: 0; font-size: 15px; color: #777777; } .total .value{ font-size: 36px; text-align: right; } .confirm{ color: rgb(255, 103, 0); } .recover{ color: green; } .death{ color: red; } .graph{ min-height: 12rem; } .map{ min-height: 18rem; } .world{ margin-top: 0; } .report{ text-align: center; padding-top: 1rem; color: rgb(255, 103, 0); min-height: 4.6rem; } a.report{ text-decoration: none; } .report:hover{ background-color: rgb(255, 103, 0); color: #ffffff; } .news{ min-height: 13.4rem; } .tweets{ height: 24.6rem; overflow-y: scroll; } .tweets .username{ font-weight: 500; } .tweets .handle{ font-weight: 400; color: #999999; } .tweets .text{ font-weight: 400; } .sponsor{ min-height: 5.5rem; } .card{ border: none; margin-top: 1.5rem; background-color: #ffffff; box-shadow: 0.05rem 0.1rem 0.3rem #cccccc; transition: box-shadow 0.5s; } .card:hover{ box-shadow: 0.3rem 0.7rem 1.5rem #bbbbbb; } .contributor{ font-size: 15px; margin-bottom: 0; overflow-y: scroll; } .allColumns{ display: flex; justify-content: space-evenly; } /* html, body { overflow: hidden; } */ /* .reportPage, reportForm { overflow: hidden; } */ iframe { height: 100vh; width: 100%; /* position: absolute; */ border: none; margin: auto; overflow: hidden!important; }
app/assets/stylesheet.css
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap'); html, body{ font-family: 'Ubuntu', sans-serif; width: 100vw; } .main{ margin: auto; } .modebar{ display: none !important; } #logo { font-size: 2rem; font-weight: 500; } a#logo{ text-decoration: none; } a.link{ color: #ffffff!important; } .banner{ /* padding-left: 50px; */ background-color: #00acee; color: #ffffff; display: flex; align-items: center; height: 70px; width: 100vw; } .total{ min-height: 6rem; } .title{ margin-top: 1rem; margin-bottom: 0; font-size: 15px; color: #777777; } .total .value{ font-size: 36px; text-align: right; } .confirm{ color: rgb(255, 103, 0); } .recover{ color: green; } .death{ color: red; } .graph{ min-height: 12rem; } .map{ min-height: 18rem; } .world{ margin-top: 0; } .report{ text-align: center; padding-top: 1rem; color: rgb(255, 103, 0); min-height: 4.6rem; } a.report{ text-decoration: none; } .report:hover{ background-color: rgb(255, 103, 0); color: #ffffff; } .news{ min-height: 13.4rem; } .tweets{ height: 24.6rem; overflow-y: scroll; } .tweets .username{ font-weight: 500; } .tweets .handle{ font-weight: 400; color: #999999; } .tweets .text{ font-weight: 400; } .sponsor{ min-height: 5.5rem; } .card{ border: none; margin-top: 1.5rem; background-color: #ffffff; box-shadow: 0.05rem 0.1rem 0.3rem #cccccc; transition: box-shadow 0.5s; } .card:hover{ box-shadow: 0.3rem 0.7rem 1.5rem #bbbbbb; } .contributor{ font-size: 15px; margin-bottom: 0; overflow-y: scroll; } .allColumns{ display: flex; justify-content: space-evenly; } /* html, body { overflow: hidden; } */ /* .reportPage, reportForm { overflow: hidden; } */ iframe { height: 100vh; width: 100%; /* position: absolute; */ border: none; margin: auto; overflow: hidden!important; }
0.390011
0.088662
@-moz-document domain("kwadratowa.tv") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: #952929; } body { background: #0f0303; } .hLydtH { filter: drop-shadow(#150505 0px 0px 24px); } .jeNlDX { filter: drop-shadow(#150505 0px 0px 24px); } .sc-hhIhEF.iQztHj > svg > path:nth-of-type(1) { fill: #150405; } .gEjMre { filter: drop-shadow(#150505 0px 0px 24px); } .gYVUwz .sc-eJoaVz { background: #150505; } .ixNhtS { filter: drop-shadow(#150505 0px 0px 24px); } .jowjcL { background: #0f0303; } .kJtgaw { background: #1a0606; } .JpjbD:hover { background: #1c0708; } .JpjbD { background: #1c0607; } .gPJyJK { background: #110304; } .jowjcL:hover { background: #150404; } .jowjcL:hover .sc-fuIRbl { background: rgb(32, 6, 8); } .dEjWHZ { filter: drop-shadow(rgb(70, 20, 20) 0px 0px 24px); } } @-moz-document domain("kwadratowa.games") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: #952929; } body { background: #150606; } .knuDXG, .iVArob { background: #22060a; } .iLxjbK svg { color: #1a0407; } .cgGHCw { background: #24060b; } .gXCfyU { background: #1e0408; } .gTfTCN { background: #2f2953; } .jCrjcx { background: #170407; } .eeiSgJ { background: #170606; } .eeiSgJ:hover { background: rgb(55, 11, 16); } .epcjIl { border-color: #150404; background: #150404; } .iGUTeh { background: #1e0606; } .iGUTeh:hover .sc-jfJzZe, .cStIkr { background: #2d080d; } .iGUTeh:hover { background: rgb(36, 7, 9); } .dZUniu { background: rgb(21, 17, 43); } .eelYru { background: linear-gradient(rgb(22, 19, 40), rgb(22, 19, 40)) padding-box padding-box, linear-gradient(252.36deg, rgb(39, 197, 236) -0.02%, rgb(230, 37, 232) 100%) border-box border-box; } .eelYru:focus { background: linear-gradient(rgb(22, 19, 40), rgb(22, 19, 40)) padding-box padding-box, linear-gradient(252.36deg, rgb(39, 197, 236) -0.02%, rgb(230, 37, 232) 100%) border-box border-box; } .hlzTdm { filter: drop-shadow(#262044 0px 0px 24px); } .fTcyGV { filter: drop-shadow(rgb(38, 33, 66) 0px 0px 24px); } .fOOmil:hover { background: rgb(28, 24, 51); } .fOOmil:hover .sc-jfJzZe { background: rgb(45, 39, 79); } .fOOmil { background: rgb(27, 23, 47); } .eitlLR, .fhahcY, .dkJzpO:hover { background: rgb(35, 30, 62); } .gwMzbJ { background: rgb(31, 27, 53); } .fvBjZy svg { color: rgb(19, 16, 36); } .kcixhR { filter: drop-shadow(rgb(27, 23, 47) 0px 0px 24px); } .lhzWo { filter: drop-shadow(rgb(36, 31, 64) 0px 0px 24px); } .lfAZQC, .dkJzpO { background: rgb(29, 24, 53); } .cDRUnN .sc-ctaXAZ { background: rgb(29, 24, 53); } .bRiMxF { filter: drop-shadow(rgb(48, 42, 81) 0px 0px 24px); } .bRQKGk { background: rgb(30, 26, 51); filter: drop-shadow(rgb(46, 41, 72) 0px 0px 24px); } .iNsYBt { background: rgb(40, 36, 66); filter: drop-shadow(rgba(102, 125, 200, 0.5) 0px 0px 64px); } } @-moz-document url-prefix("https://kwadratowa.games/glowna"), url-prefix("https://kwadratowa.games/voucher"), url-prefix("https://kwadratowa.games/regulamin"), url-prefix("https://kwadratowa.games/polityka-prywatnosci") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: rgb(100, 85, 185); } body { background: rgb(16, 12, 34); } }
data/usercss/196649.user.css
@-moz-document domain("kwadratowa.tv") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: #952929; } body { background: #0f0303; } .hLydtH { filter: drop-shadow(#150505 0px 0px 24px); } .jeNlDX { filter: drop-shadow(#150505 0px 0px 24px); } .sc-hhIhEF.iQztHj > svg > path:nth-of-type(1) { fill: #150405; } .gEjMre { filter: drop-shadow(#150505 0px 0px 24px); } .gYVUwz .sc-eJoaVz { background: #150505; } .ixNhtS { filter: drop-shadow(#150505 0px 0px 24px); } .jowjcL { background: #0f0303; } .kJtgaw { background: #1a0606; } .JpjbD:hover { background: #1c0708; } .JpjbD { background: #1c0607; } .gPJyJK { background: #110304; } .jowjcL:hover { background: #150404; } .jowjcL:hover .sc-fuIRbl { background: rgb(32, 6, 8); } .dEjWHZ { filter: drop-shadow(rgb(70, 20, 20) 0px 0px 24px); } } @-moz-document domain("kwadratowa.games") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: #952929; } body { background: #150606; } .knuDXG, .iVArob { background: #22060a; } .iLxjbK svg { color: #1a0407; } .cgGHCw { background: #24060b; } .gXCfyU { background: #1e0408; } .gTfTCN { background: #2f2953; } .jCrjcx { background: #170407; } .eeiSgJ { background: #170606; } .eeiSgJ:hover { background: rgb(55, 11, 16); } .epcjIl { border-color: #150404; background: #150404; } .iGUTeh { background: #1e0606; } .iGUTeh:hover .sc-jfJzZe, .cStIkr { background: #2d080d; } .iGUTeh:hover { background: rgb(36, 7, 9); } .dZUniu { background: rgb(21, 17, 43); } .eelYru { background: linear-gradient(rgb(22, 19, 40), rgb(22, 19, 40)) padding-box padding-box, linear-gradient(252.36deg, rgb(39, 197, 236) -0.02%, rgb(230, 37, 232) 100%) border-box border-box; } .eelYru:focus { background: linear-gradient(rgb(22, 19, 40), rgb(22, 19, 40)) padding-box padding-box, linear-gradient(252.36deg, rgb(39, 197, 236) -0.02%, rgb(230, 37, 232) 100%) border-box border-box; } .hlzTdm { filter: drop-shadow(#262044 0px 0px 24px); } .fTcyGV { filter: drop-shadow(rgb(38, 33, 66) 0px 0px 24px); } .fOOmil:hover { background: rgb(28, 24, 51); } .fOOmil:hover .sc-jfJzZe { background: rgb(45, 39, 79); } .fOOmil { background: rgb(27, 23, 47); } .eitlLR, .fhahcY, .dkJzpO:hover { background: rgb(35, 30, 62); } .gwMzbJ { background: rgb(31, 27, 53); } .fvBjZy svg { color: rgb(19, 16, 36); } .kcixhR { filter: drop-shadow(rgb(27, 23, 47) 0px 0px 24px); } .lhzWo { filter: drop-shadow(rgb(36, 31, 64) 0px 0px 24px); } .lfAZQC, .dkJzpO { background: rgb(29, 24, 53); } .cDRUnN .sc-ctaXAZ { background: rgb(29, 24, 53); } .bRiMxF { filter: drop-shadow(rgb(48, 42, 81) 0px 0px 24px); } .bRQKGk { background: rgb(30, 26, 51); filter: drop-shadow(rgb(46, 41, 72) 0px 0px 24px); } .iNsYBt { background: rgb(40, 36, 66); filter: drop-shadow(rgba(102, 125, 200, 0.5) 0px 0px 64px); } } @-moz-document url-prefix("https://kwadratowa.games/glowna"), url-prefix("https://kwadratowa.games/voucher"), url-prefix("https://kwadratowa.games/regulamin"), url-prefix("https://kwadratowa.games/polityka-prywatnosci") { ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #150606; } html[hide-scrollbar="true"] ::-webkit-scrollbar{display:none} ::-webkit-scrollbar { width: 10px; background-color: #150606; } ::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .6); background-color: rgb(100, 85, 185); } body { background: rgb(16, 12, 34); } }
0.295128
0.082846
html,body{ margin: 0; padding: 0; font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Setup the h element sizes since all browser inherited CSS has been reset... */ h1 { display: block; font-size: 2em; font-weight: bold; } h2 { display: block; font-size: 1.5em; font-weight: bold; } h3 { display: block; font-size: 1.17em; line-height: 1.5; font-weight: bold; color: grey; } h4 { display: block; font-size: 1em; font-weight: bold; color: grey; } h5 { display: block; font-size: 0.83em; font-weight: bold; } h5 { display: block; font-size: 0.67em; font-weight: bold; } p { color: grey; margin-bottom: 10px; } label { margin-right: 0px; } textarea { resize: none; overflow:hidden; border:solid 2px #8c9199; text-align:center; background-color:white; color:#7f7f7f; position: relative; z-index: 200; } a { color: grey; text-decoration: none; } /* for debugging/design */ //div { // border:solid 1px #8c9199; //} /* control the max width of the doc contents */ .doc-header { padding: 0px; width: 95%; max-width: 1200px; min-width: 365px; margin: auto; color: #3d3d3d; position: relative; line-height: 150%; } /* doc-body min-width was 550px */ .doc-body { padding: 0px; padding: 10px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; background-color: #f2f2f2; border: 4px solid #00c895; } .doc-footer { padding: 10px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; border: 4px solid grey; line-height: 1.5; } .doc-width { padding: 0px; width: 95%; max-width: 1400px; margin: 0 auto; } .banner { color: white; background-color: #474747; padding: 1px; min-width: 365px; width: 100%; } .banner-interior { } .banner-heading { font-weight: bold; font-size: 90%; margin: 5px 10px -10px 15px; display: inline-block; vertical-align: top; } .banner-footer { font-weight: bold; font-size: 100%; display: inline-block; position: absolute; vertical-align: top; overflow: hidden; height: 20px; width: 100%; background-color: #474747; border: none; padding: 0; margin: 0; } .banner-logo img { width: 103px; height: 30px; margin-left: 10px; margin-top: 20px; } /* warning shown if there are connectivity issues */ .warning { padding: 5px; border: 1px solid black; background-color: #ff8; } .button-error { color: white; background: rgb(221, 66, 66); } /* Image size determined by the surrounding div */ img { max-width: 100%; max-height: 100%; vertical-align: top; // removes space underneath the image in a div } /* divs for row and column behaviour */ .column { float: left; padding: 0px; position: relative; } .left { width: 25%; height: 100%; padding: 0px; margin: 0px; position: relative; } .right { width: 74%; padding: 0px; margin: 0px; position: relative; } .left-pane { width: 65%; padding: 0px; margin: 0px; position: relative; } .right-pane { padding: 0px; line-height: 150%; position: relative; float: right; width: 33%; } .links-box { position: relative; border:4px solid grey; padding: 5px; height: 30%; } .news-box { padding: 10px; height: 290px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; background-color: #f2f2f2; border: 4px solid #00c895; overflow: auto; } .news-drop-down { border:solid 2px red; } .news-row { position: relative; border-style: solid ; border-color: grey; width: 100%; min-height: 54px; padding: 2px; margin: 2px; padding-bottom: 0px; } .news-image { border:1px solid grey; width: 80px; padding: 0px; margin-left: 2px; margin-top: 3px; padding-bottom: 0px; float: left; vertical-align: bottom; } .news-text { margin-left: 87px; margin-top: 2px; padding: 0px; } .submitted-row { position: relative; border: 2px solid grey; width: 95%; min-height: 85px; padding: 2px; margin: 2px; padding-bottom: 0px; } .submitted-image { border:1px solid grey; width: 130px; padding: 0px; margin-left: 2px; margin-top: 3px; padding-bottom: 0px; float: left; vertical-align: bottom; } .submitted-text { margin-left: 145px; margin-top: 2px; margin-right: 5px; padding: 0px; } .right-pane p { } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } .row { margin: 0px; padding: 0px; line-height: 1.2em; } .mrow { height: 100%; overflow: hidden; margin: 0px; padding: 0px; } .right-pane-spacer { line-height: 1.9; } @media (max-width: 800px) { .left-pane { width: 100%; } .right-pane { float: left; width: 100%; margin-top: 10px;} .left { width: 33% } .right { width: 62% } .right-pane-spacer { display: none; } } /* Behaviour and style of various div classes */ .services-column { height:100%; width:30%; float:left; text-align:center; position: relative; } .services-column a { text-decoration: none; color: grey; } .sentiment-column { height:100%; width:30%; float:left; text-align:center; position: relative; } .image-column { height:100%; width:38%; float:left; text-align:center; position: relative; margin: 0px; padding: 0px; } .image-analysis { position: relative; border: 2px solid grey; width: 95%; height: 100px; margin-top: 10px; margin-right: 0px; padding: 3px; text-align: left; color: grey; background-color: white; overflow: auto; font-size: small; } .sentiment-image-div { text-align:center; width: 70%; max-width: 100px; margin:0 auto; } .logo-image-div { text-align:center; height: 40px; width: 80%; margin:0 auto; } /********************************************************/
website-files/resources/css/demo.css
html,body{ margin: 0; padding: 0; font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; } /* Setup the h element sizes since all browser inherited CSS has been reset... */ h1 { display: block; font-size: 2em; font-weight: bold; } h2 { display: block; font-size: 1.5em; font-weight: bold; } h3 { display: block; font-size: 1.17em; line-height: 1.5; font-weight: bold; color: grey; } h4 { display: block; font-size: 1em; font-weight: bold; color: grey; } h5 { display: block; font-size: 0.83em; font-weight: bold; } h5 { display: block; font-size: 0.67em; font-weight: bold; } p { color: grey; margin-bottom: 10px; } label { margin-right: 0px; } textarea { resize: none; overflow:hidden; border:solid 2px #8c9199; text-align:center; background-color:white; color:#7f7f7f; position: relative; z-index: 200; } a { color: grey; text-decoration: none; } /* for debugging/design */ //div { // border:solid 1px #8c9199; //} /* control the max width of the doc contents */ .doc-header { padding: 0px; width: 95%; max-width: 1200px; min-width: 365px; margin: auto; color: #3d3d3d; position: relative; line-height: 150%; } /* doc-body min-width was 550px */ .doc-body { padding: 0px; padding: 10px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; background-color: #f2f2f2; border: 4px solid #00c895; } .doc-footer { padding: 10px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; border: 4px solid grey; line-height: 1.5; } .doc-width { padding: 0px; width: 95%; max-width: 1400px; margin: 0 auto; } .banner { color: white; background-color: #474747; padding: 1px; min-width: 365px; width: 100%; } .banner-interior { } .banner-heading { font-weight: bold; font-size: 90%; margin: 5px 10px -10px 15px; display: inline-block; vertical-align: top; } .banner-footer { font-weight: bold; font-size: 100%; display: inline-block; position: absolute; vertical-align: top; overflow: hidden; height: 20px; width: 100%; background-color: #474747; border: none; padding: 0; margin: 0; } .banner-logo img { width: 103px; height: 30px; margin-left: 10px; margin-top: 20px; } /* warning shown if there are connectivity issues */ .warning { padding: 5px; border: 1px solid black; background-color: #ff8; } .button-error { color: white; background: rgb(221, 66, 66); } /* Image size determined by the surrounding div */ img { max-width: 100%; max-height: 100%; vertical-align: top; // removes space underneath the image in a div } /* divs for row and column behaviour */ .column { float: left; padding: 0px; position: relative; } .left { width: 25%; height: 100%; padding: 0px; margin: 0px; position: relative; } .right { width: 74%; padding: 0px; margin: 0px; position: relative; } .left-pane { width: 65%; padding: 0px; margin: 0px; position: relative; } .right-pane { padding: 0px; line-height: 150%; position: relative; float: right; width: 33%; } .links-box { position: relative; border:4px solid grey; padding: 5px; height: 30%; } .news-box { padding: 10px; height: 290px; max-width: 1200px; min-width: 365px; color: #3d3d3d; position: relative; background-color: #f2f2f2; border: 4px solid #00c895; overflow: auto; } .news-drop-down { border:solid 2px red; } .news-row { position: relative; border-style: solid ; border-color: grey; width: 100%; min-height: 54px; padding: 2px; margin: 2px; padding-bottom: 0px; } .news-image { border:1px solid grey; width: 80px; padding: 0px; margin-left: 2px; margin-top: 3px; padding-bottom: 0px; float: left; vertical-align: bottom; } .news-text { margin-left: 87px; margin-top: 2px; padding: 0px; } .submitted-row { position: relative; border: 2px solid grey; width: 95%; min-height: 85px; padding: 2px; margin: 2px; padding-bottom: 0px; } .submitted-image { border:1px solid grey; width: 130px; padding: 0px; margin-left: 2px; margin-top: 3px; padding-bottom: 0px; float: left; vertical-align: bottom; } .submitted-text { margin-left: 145px; margin-top: 2px; margin-right: 5px; padding: 0px; } .right-pane p { } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } .row { margin: 0px; padding: 0px; line-height: 1.2em; } .mrow { height: 100%; overflow: hidden; margin: 0px; padding: 0px; } .right-pane-spacer { line-height: 1.9; } @media (max-width: 800px) { .left-pane { width: 100%; } .right-pane { float: left; width: 100%; margin-top: 10px;} .left { width: 33% } .right { width: 62% } .right-pane-spacer { display: none; } } /* Behaviour and style of various div classes */ .services-column { height:100%; width:30%; float:left; text-align:center; position: relative; } .services-column a { text-decoration: none; color: grey; } .sentiment-column { height:100%; width:30%; float:left; text-align:center; position: relative; } .image-column { height:100%; width:38%; float:left; text-align:center; position: relative; margin: 0px; padding: 0px; } .image-analysis { position: relative; border: 2px solid grey; width: 95%; height: 100px; margin-top: 10px; margin-right: 0px; padding: 3px; text-align: left; color: grey; background-color: white; overflow: auto; font-size: small; } .sentiment-image-div { text-align:center; width: 70%; max-width: 100px; margin:0 auto; } .logo-image-div { text-align:center; height: 40px; width: 80%; margin:0 auto; } /********************************************************/
0.295128
0.069637
div.body, #navtrail { margin:0; } div.body h3 { margin:0; } #navtrail { background:inherit; display:inline-block; float:right; width:95.5% !important; } #navtrail a, #navtrail a:link, #navtrail a:visited { border:none !important; } #pagecontentcontainer #navtrail p.alignright { margin-bottom:0; !important; } #externalLinks p { display:none; } a.addTagLink { color:#1F7492; } ul, ol { list-style-type:none; } div.box h2 { color:#333 !important; } #object_header tr.tags a { font-size:12px; } #error_msg, #msg, #lookup_msg { margin:20px 3%; } #error_msg.topBar.errors a.inline { float:none; } div.container_12 { padding-top:20px; } div.aspectBlock { margin-bottom:25px; } #header_wrap { background-repeat:repeat-x; background-position:left top; background-attachment:scroll; margin-top:10px; } /* header */ #object_header { width:94%; margin-left:3%; margin-right:3%; position:relative; } #object_header h1.title { font-family:"Myriad Pro",Arial,Garuda,Helvetica,Tahoma,sans-serif; font-size:24px; font-weight:normal; position:relative; } #object_header h1 a { color:#1F7492; cursor:pointer; font-size:13px; } #object_header p.description { margin:0; padding-bottom:10px; } #object_header p.description img { vertical-align:top; } #object_header a { cursor:pointer; } #object_header td.description div { display:inline; } #object_header td.description div input[type="text"] { width:400px; } #object_header .nobr { white-space:nowrap; } #object_header table td { padding-right:16px; } #object_header table td.slim { width:120px; } #object_header table.fields { width:70%; } #object_header td.description a { color:#1F7492; } #object_header td.description div.text p { display:inline; } #object_header td.description div.text p span.hidden { display:none; } #object_header table.fields { float:left; } /* tags */ #object_header div.tags { float:right; } /* header inline lists */ #object_header h2 { font-size:16px; margin:10px 0; !important; } #object_header div.box.grid_12 { margin:auto !important; } #object_header div.list ul { margin-left:3px; } #object_header div.list ul li { display:inline; margin:0; } /* header link */ #headerLink { position:absolute; top:0; right:0; z-index:3; font-size:12px; } /* top dispayers */ #object_header #displayers.table { margin:0; } #object_header #displayers.table h3 { border:0; } /* share this */ #object_header p.share { background:url('../images/report/share_tiny.png') no-repeat 3px; padding-left:14px; font-size:12px; } #object_header a.share { background:url('../images/report/share_badge.png') no-repeat left; width:44px; height:11px; display:inline-block; margin-left:3px; } #object_header #share { position:relative; font-size:11px; } #object_header #share div.popup { display:none; position:absolute; top:0px; left:0; z-index:2; background:#FFF; border:1px solid #7F7F7F; padding:6px; } #object_header #share div.popup input { display:block; width:400px; font-size:11px; } #object_header #share div.popup span.close { float:right; display:inline-block; width:14px; height:10px; background:url('../images/report/close.png') no-repeat left; cursor:pointer; } /* 'floating' menu */ #pagecontentmax { padding-top:0; } #headercontainer, #header_wrap, #navtrail { z-index:2; position:relative; } #navtrail { display:inline-block; float:right; background:inherit; width:96.4%; } #headercontainer { background:inherit; display:inline-block; } #fixed-menu { position:fixed; top:0; width:100%; z-index:1; box-shadow: 0px 1px 4px #A9A9A9; -moz-box-shadow: 0px 1px 4px #A9A9A9; -webkit-box-shadow: 0px 1px 4px #A9A9A9; } #content { z-index:0; } #fixed-menu div.wrap, #toc-menu-wrap div.wrap { margin:0 auto; width:94%; vertical-align:bottom; } #fixed-menu span, #toc-menu-wrap span { float:left; font-size:13px; line-height:20px; } #menu-target { display:inline-block; height:20px; width:100%; } /* menu of menues menu */ div.menu-wrap { float:left; width:90%; height:20px; display:inline-block; } div.menu-wrap div.links { height:20px; display:inline-block; } div.menu-wrap div.links a { height:20px; display:inline-block; } /* menu of links not list */ #toc-menu-wrap div.wrap a, #fixed-menu div.wrap a { font-size:16px; font-weight:bold; padding:0 10px; margin: 0 2px; } #toc-menu-wrap div.wrap div.links, #fixed-menu div.wrap div.links { width:100%; text-align:center; } #ListCategory { background:#FEFEFE; } /* features */ div.box { margin-top:10px; } div.feature h3 { border-top-width:1px; border-top-style:solid; } div.feature ul li { float:left; margin:0 5px 0 0; padding-left:5px; } div.feature ul li.first { padding-left:0; border:0; } /*div.feature.convert form h3 { margin-top:10px; }*/ /* results table preview */ #preview-table { cursor:pointer; } #preview-table div.gradient-wrap { position:relative; } #preview-table div.gradient { display:block; height:20px; position:absolute; bottom:0; left:0; width:100%; background:url('../model/images/white-to-transparent-gradient-20px.png') repeat-x top left; z-index:2; } /* results table */ #ListCategory h2 div.button { display:inline-block; vertical-align:bottom; } #ListCategory h2 div.button div.left { display:inline-block; float:left; height:20px; width:8px; background:url("../images/list/blue-btn-left.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button div.right { display:inline-block; float:left; height:20px; width:8px; background:url("../images/list/blue-btn-right.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button input { float:left; font-size:14px; font-weight:700; height:20px; background:url("../images/list/blue-btn-center.gif") repeat-x scroll left center transparent; border:none; color:#FFF; line-height:16px; } #ListCategory h2 div.button.active div.left { background:url("../images/list/gray-btn-left.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button.active div.right { background:url("../images/list/gray-btn-right.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button.active input { background:url("../images/list/gray-btn-center.gif") repeat-x scroll left center transparent; } #ListCategory #ListArea div.box { margin-top:0; } #ListCategory #ListArea #list-table div.selected-fields { display:none; } #ListCategory #ListArea #list-table div.selected { margin-top:6px; } table.results { border:0 !important; border-top:1px solid #1F7492 !important; width:100% !important; } table.results tbody tr td { padding:3px 6px; } table.results thead tr th { border:0 !important; border-bottom:1px solid #E6F7FE; background:#F5F5F5; font-weight:normal; padding:3px 6px; } table.results thead tr th table { margin:0; } table.results thead tr th table tr td { padding:0; } table.results tr.bodyRow.even td { background:#F6FCFE; border-bottom: 1px solid #E6F7FE; border-top: 1px solid #E6F7FE; } table.results tr.bodyRow.even td.highlightObject, table.results tr.bodyRow.odd td.highlightObject, table.results tr.bodyRow.even td.highlightCell, table.results tr.bodyRow.odd td.highlightCell { background:#FFFBD8 !important; border-right:none; } table.results td { border-right:none; } #results.box div.selected span.desc { font-weight:bold; } #results.box div.pagination { margin-bottom:3px; float:left; vertical-align:bottom; margin-top:15px; } #results.box div.pagination { color:#FFF; } #results.box div.pagination td.resBar a { height:12px; display:inline-block; } #results.box div.pagination td.resBar span a { height:auto; display:inline; } #results.box div.toolbox { margin-bottom:3px; float:right; } #results.box div.toolbox div.tool { float:left; margin-left:10px; } #results.box div.toolbox form { float:left; } /* widgets */ #WidgetsCategory ol.widgetList li { float:left; margin:5px 15px 5px 0; } #WidgetsCategory ol.widgetList li a { background: url("../images/icons/toggle-expand-16.png") no-repeat left; border:none; color: #1F7492; padding: 2px 2px 2px 16px; cursor:pointer; } #WidgetsCategory ol.widgetList li a.active { background: url("../images/icons/toggle-collapse-16.png") no-repeat left; font-weight: bold; } div.widgetcontainer { border:none !important; } div.widgetcontainer span.widgetcloser { float:right; font-size:0.9em; margin:3px; padding:0; } div.widgetcontainer span.widgetcloser a { padding-left:16px; text-decoration:none; background:url("../images/icons/toggle-collapse-16.png") no-repeat scroll left center transparent; } div.widgetcontainer fieldset li { float:right; margin-bottom:6px; margin-left:10px; } div.widgetcontainer ul li { margin-left: 10px; } span.tablePageLinks a, span.tablePageLinks span { margin-right:6px; } /* table */ div.table h3 { border-top-width:1px; border-top-style:solid; font-size:14px; padding:2px 6px; margin-bottom:0; /*height:25px;*/ } div.table td[width="15"] { display:none; } /* ridicurous */ div.table p { text-align:center; font-size:12px; padding:2px; } div.table.template p.in_table a span, div.table p.toggle a { background:url('../images/report/arrow_expand.gif') no-repeat 2px; padding:1px 2px 1px 14px; -moz-border-radius:2px; -moz-box-shadow: 0px 1px 2px #EFEFEF; text-decoration:none; } div.table.template p.in_table a.collapser span, div.table p.toggle a.collapser { background:url('../images/report/arrow_collapse.gif') no-repeat 2px; padding:1px 2px 1px 14px; -moz-border-radius:2px; -moz-box-shadow: 0px 1px 2px #EFEFEF; text-decoration:none; } div.table.template p.in_table a.collapser { text-decoration:none; } div.table p.loading { background:url('../images/icons/ajax-loader.gif') no-repeat center; } div.table p a { text-decoration:underline; } div.table h3.templateTitle div.favorites { float:left; } div.table div.templateDetails a { cursor:default; } /* "templates" tables */ h3.templateTitle { cursor:pointer; } h3.templateTitle div.right { float:right; } h3.templateTitle img { vertical-align:middle; } div.table table.results { font-size:12px; } div.table table.results td { padding:6px; } div.table table.column-header-content td { padding:0px; } div.table table.results em { font-style:normal; } /* normal is the new emphasis */ div.table table.results thead th { border-width:0 0 1px 0; border-style:solid; padding:0; text-align:left; text-transform:capitalize; font-size:13px; font-weight:normal;} div.table table.results tr.even td { border-width:1px 0; border-style:solid; } div.table.template div.templateDetails p.description { line-height:auto !important; margin:0 auto !important; text-align:left; padding-left:6px; } div.table.template div.templateDetails div.favorites img { float:left; padding:4px 4px 4px 6px; } div.template.table div.templateDetails { margin:0 !important; width:100%; } /* external links in friendly mines */ #friendlyMines div.mine { display:block; clear:both; } #friendlyMines div.mine:not(:first-child) { margin-top:6px; } #friendlyMines ul li { display:inline-block; margin:0 10px 0 0; } #friendlyMines ul li a { background:url("../images/icons/external_link.png") no-repeat right; padding-right:10px; white-space:nowrap; } #friendlyMines ul li.toggler a { background:none; text-decoration:underline; } div.orthologues a { white-space:nowrap; margin-right:10px; } @media only screen and (max-width:1024px) { div.container_12 { width:100%; margin-left:0%; margin-right:0%; } }
metabolicmine/webapp/resources/webapp/css/bagDetails.css
div.body, #navtrail { margin:0; } div.body h3 { margin:0; } #navtrail { background:inherit; display:inline-block; float:right; width:95.5% !important; } #navtrail a, #navtrail a:link, #navtrail a:visited { border:none !important; } #pagecontentcontainer #navtrail p.alignright { margin-bottom:0; !important; } #externalLinks p { display:none; } a.addTagLink { color:#1F7492; } ul, ol { list-style-type:none; } div.box h2 { color:#333 !important; } #object_header tr.tags a { font-size:12px; } #error_msg, #msg, #lookup_msg { margin:20px 3%; } #error_msg.topBar.errors a.inline { float:none; } div.container_12 { padding-top:20px; } div.aspectBlock { margin-bottom:25px; } #header_wrap { background-repeat:repeat-x; background-position:left top; background-attachment:scroll; margin-top:10px; } /* header */ #object_header { width:94%; margin-left:3%; margin-right:3%; position:relative; } #object_header h1.title { font-family:"Myriad Pro",Arial,Garuda,Helvetica,Tahoma,sans-serif; font-size:24px; font-weight:normal; position:relative; } #object_header h1 a { color:#1F7492; cursor:pointer; font-size:13px; } #object_header p.description { margin:0; padding-bottom:10px; } #object_header p.description img { vertical-align:top; } #object_header a { cursor:pointer; } #object_header td.description div { display:inline; } #object_header td.description div input[type="text"] { width:400px; } #object_header .nobr { white-space:nowrap; } #object_header table td { padding-right:16px; } #object_header table td.slim { width:120px; } #object_header table.fields { width:70%; } #object_header td.description a { color:#1F7492; } #object_header td.description div.text p { display:inline; } #object_header td.description div.text p span.hidden { display:none; } #object_header table.fields { float:left; } /* tags */ #object_header div.tags { float:right; } /* header inline lists */ #object_header h2 { font-size:16px; margin:10px 0; !important; } #object_header div.box.grid_12 { margin:auto !important; } #object_header div.list ul { margin-left:3px; } #object_header div.list ul li { display:inline; margin:0; } /* header link */ #headerLink { position:absolute; top:0; right:0; z-index:3; font-size:12px; } /* top dispayers */ #object_header #displayers.table { margin:0; } #object_header #displayers.table h3 { border:0; } /* share this */ #object_header p.share { background:url('../images/report/share_tiny.png') no-repeat 3px; padding-left:14px; font-size:12px; } #object_header a.share { background:url('../images/report/share_badge.png') no-repeat left; width:44px; height:11px; display:inline-block; margin-left:3px; } #object_header #share { position:relative; font-size:11px; } #object_header #share div.popup { display:none; position:absolute; top:0px; left:0; z-index:2; background:#FFF; border:1px solid #7F7F7F; padding:6px; } #object_header #share div.popup input { display:block; width:400px; font-size:11px; } #object_header #share div.popup span.close { float:right; display:inline-block; width:14px; height:10px; background:url('../images/report/close.png') no-repeat left; cursor:pointer; } /* 'floating' menu */ #pagecontentmax { padding-top:0; } #headercontainer, #header_wrap, #navtrail { z-index:2; position:relative; } #navtrail { display:inline-block; float:right; background:inherit; width:96.4%; } #headercontainer { background:inherit; display:inline-block; } #fixed-menu { position:fixed; top:0; width:100%; z-index:1; box-shadow: 0px 1px 4px #A9A9A9; -moz-box-shadow: 0px 1px 4px #A9A9A9; -webkit-box-shadow: 0px 1px 4px #A9A9A9; } #content { z-index:0; } #fixed-menu div.wrap, #toc-menu-wrap div.wrap { margin:0 auto; width:94%; vertical-align:bottom; } #fixed-menu span, #toc-menu-wrap span { float:left; font-size:13px; line-height:20px; } #menu-target { display:inline-block; height:20px; width:100%; } /* menu of menues menu */ div.menu-wrap { float:left; width:90%; height:20px; display:inline-block; } div.menu-wrap div.links { height:20px; display:inline-block; } div.menu-wrap div.links a { height:20px; display:inline-block; } /* menu of links not list */ #toc-menu-wrap div.wrap a, #fixed-menu div.wrap a { font-size:16px; font-weight:bold; padding:0 10px; margin: 0 2px; } #toc-menu-wrap div.wrap div.links, #fixed-menu div.wrap div.links { width:100%; text-align:center; } #ListCategory { background:#FEFEFE; } /* features */ div.box { margin-top:10px; } div.feature h3 { border-top-width:1px; border-top-style:solid; } div.feature ul li { float:left; margin:0 5px 0 0; padding-left:5px; } div.feature ul li.first { padding-left:0; border:0; } /*div.feature.convert form h3 { margin-top:10px; }*/ /* results table preview */ #preview-table { cursor:pointer; } #preview-table div.gradient-wrap { position:relative; } #preview-table div.gradient { display:block; height:20px; position:absolute; bottom:0; left:0; width:100%; background:url('../model/images/white-to-transparent-gradient-20px.png') repeat-x top left; z-index:2; } /* results table */ #ListCategory h2 div.button { display:inline-block; vertical-align:bottom; } #ListCategory h2 div.button div.left { display:inline-block; float:left; height:20px; width:8px; background:url("../images/list/blue-btn-left.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button div.right { display:inline-block; float:left; height:20px; width:8px; background:url("../images/list/blue-btn-right.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button input { float:left; font-size:14px; font-weight:700; height:20px; background:url("../images/list/blue-btn-center.gif") repeat-x scroll left center transparent; border:none; color:#FFF; line-height:16px; } #ListCategory h2 div.button.active div.left { background:url("../images/list/gray-btn-left.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button.active div.right { background:url("../images/list/gray-btn-right.gif") no-repeat scroll left center transparent; } #ListCategory h2 div.button.active input { background:url("../images/list/gray-btn-center.gif") repeat-x scroll left center transparent; } #ListCategory #ListArea div.box { margin-top:0; } #ListCategory #ListArea #list-table div.selected-fields { display:none; } #ListCategory #ListArea #list-table div.selected { margin-top:6px; } table.results { border:0 !important; border-top:1px solid #1F7492 !important; width:100% !important; } table.results tbody tr td { padding:3px 6px; } table.results thead tr th { border:0 !important; border-bottom:1px solid #E6F7FE; background:#F5F5F5; font-weight:normal; padding:3px 6px; } table.results thead tr th table { margin:0; } table.results thead tr th table tr td { padding:0; } table.results tr.bodyRow.even td { background:#F6FCFE; border-bottom: 1px solid #E6F7FE; border-top: 1px solid #E6F7FE; } table.results tr.bodyRow.even td.highlightObject, table.results tr.bodyRow.odd td.highlightObject, table.results tr.bodyRow.even td.highlightCell, table.results tr.bodyRow.odd td.highlightCell { background:#FFFBD8 !important; border-right:none; } table.results td { border-right:none; } #results.box div.selected span.desc { font-weight:bold; } #results.box div.pagination { margin-bottom:3px; float:left; vertical-align:bottom; margin-top:15px; } #results.box div.pagination { color:#FFF; } #results.box div.pagination td.resBar a { height:12px; display:inline-block; } #results.box div.pagination td.resBar span a { height:auto; display:inline; } #results.box div.toolbox { margin-bottom:3px; float:right; } #results.box div.toolbox div.tool { float:left; margin-left:10px; } #results.box div.toolbox form { float:left; } /* widgets */ #WidgetsCategory ol.widgetList li { float:left; margin:5px 15px 5px 0; } #WidgetsCategory ol.widgetList li a { background: url("../images/icons/toggle-expand-16.png") no-repeat left; border:none; color: #1F7492; padding: 2px 2px 2px 16px; cursor:pointer; } #WidgetsCategory ol.widgetList li a.active { background: url("../images/icons/toggle-collapse-16.png") no-repeat left; font-weight: bold; } div.widgetcontainer { border:none !important; } div.widgetcontainer span.widgetcloser { float:right; font-size:0.9em; margin:3px; padding:0; } div.widgetcontainer span.widgetcloser a { padding-left:16px; text-decoration:none; background:url("../images/icons/toggle-collapse-16.png") no-repeat scroll left center transparent; } div.widgetcontainer fieldset li { float:right; margin-bottom:6px; margin-left:10px; } div.widgetcontainer ul li { margin-left: 10px; } span.tablePageLinks a, span.tablePageLinks span { margin-right:6px; } /* table */ div.table h3 { border-top-width:1px; border-top-style:solid; font-size:14px; padding:2px 6px; margin-bottom:0; /*height:25px;*/ } div.table td[width="15"] { display:none; } /* ridicurous */ div.table p { text-align:center; font-size:12px; padding:2px; } div.table.template p.in_table a span, div.table p.toggle a { background:url('../images/report/arrow_expand.gif') no-repeat 2px; padding:1px 2px 1px 14px; -moz-border-radius:2px; -moz-box-shadow: 0px 1px 2px #EFEFEF; text-decoration:none; } div.table.template p.in_table a.collapser span, div.table p.toggle a.collapser { background:url('../images/report/arrow_collapse.gif') no-repeat 2px; padding:1px 2px 1px 14px; -moz-border-radius:2px; -moz-box-shadow: 0px 1px 2px #EFEFEF; text-decoration:none; } div.table.template p.in_table a.collapser { text-decoration:none; } div.table p.loading { background:url('../images/icons/ajax-loader.gif') no-repeat center; } div.table p a { text-decoration:underline; } div.table h3.templateTitle div.favorites { float:left; } div.table div.templateDetails a { cursor:default; } /* "templates" tables */ h3.templateTitle { cursor:pointer; } h3.templateTitle div.right { float:right; } h3.templateTitle img { vertical-align:middle; } div.table table.results { font-size:12px; } div.table table.results td { padding:6px; } div.table table.column-header-content td { padding:0px; } div.table table.results em { font-style:normal; } /* normal is the new emphasis */ div.table table.results thead th { border-width:0 0 1px 0; border-style:solid; padding:0; text-align:left; text-transform:capitalize; font-size:13px; font-weight:normal;} div.table table.results tr.even td { border-width:1px 0; border-style:solid; } div.table.template div.templateDetails p.description { line-height:auto !important; margin:0 auto !important; text-align:left; padding-left:6px; } div.table.template div.templateDetails div.favorites img { float:left; padding:4px 4px 4px 6px; } div.template.table div.templateDetails { margin:0 !important; width:100%; } /* external links in friendly mines */ #friendlyMines div.mine { display:block; clear:both; } #friendlyMines div.mine:not(:first-child) { margin-top:6px; } #friendlyMines ul li { display:inline-block; margin:0 10px 0 0; } #friendlyMines ul li a { background:url("../images/icons/external_link.png") no-repeat right; padding-right:10px; white-space:nowrap; } #friendlyMines ul li.toggler a { background:none; text-decoration:underline; } div.orthologues a { white-space:nowrap; margin-right:10px; } @media only screen and (max-width:1024px) { div.container_12 { width:100%; margin-left:0%; margin-right:0%; } }
0.35354
0.097433
div[data-element-type="Pure.AdvancedSearch.A.Container"]{ position :relative; width :100%; background-size :cover; background-position :center center; } /*================================================================================================*/ div[data-element-type="Pure.AdvancedSearch.A.Content.Container"]{ position :relative; display :block; width :100%; padding : 12rem 0 6rem 0; } div[data-element-type="Pure.AdvancedSearch.A.Content"]{ position :relative; width :40rem; margin :0 auto; text-align :center; } /*================================================================================================*/ p[data-element-type="Pure.AdvancedSearch.A.Title"]{ position :relative; display :inline-block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :2rem; color :rgb(230,230,230); margin :0; padding :0.5rem 2.3rem 0.5rem 2.3rem; text-align :center; cursor :default; text-transform :uppercase; border :2px solid rgb(230,230,230); } p[data-element-type="Pure.AdvancedSearch.A.Title.Sub"]{ position :relative; display :block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(200,200,200); margin :1rem 0; padding :0.5rem 0.5rem 0.5rem 0.5rem; text-align :center; cursor :default; text-transform :uppercase; } p[data-element-type="Pure.AdvancedSearch.A.Info"]{ position :relative; display :block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(150,150,150); margin :1rem 0 0 0; padding :0.5rem 0.5rem 0.5rem 0.5rem; text-align :center; cursor :default; } /*================================================================================================*/ div[data-element-type="Pure.AdvancedSearch.A.Input"]{ position :relative; display :block; border :1px solid rgba(100,100,100, 0); background :rgba(0,0,0,0.4); padding :0.5rem; margin :1rem 0; } input[data-element-type="Pure.AdvancedSearch.A.Input"]{ display :block; position :relative; background :none; border :none; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(230,230,230); margin :0; padding :0; outline :none; width :100%; } /*================================================================================================*/ table[data-element-type="Pure.AdvancedSearch.A.Terms"]{ position :relative; margin :1rem 0; width :100%; vertical-align :top; -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } tr[data-element-type="Pure.AdvancedSearch.A.Terms"]{ width :100%; vertical-align :top; margin :0; padding :0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]{ width :50%; vertical-align :top; margin :0; padding :0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]:nth-child(1) div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ margin :0 1rem 0 0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]:nth-child(2) div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ margin :0 0 0 1rem; } div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ position :relative; width :auto; background :rgba(0,0,0,0.4); -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } /*================================================================================================*/ a[data-element-type="Pure.AdvancedSearch.A.Button"]{ position :relative; display :inline-block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(200,200,200); margin :1rem 0; padding :0.5rem 1rem 0.5rem 1rem; text-align :center; cursor :pointer; background :rgba(0,0,0,0.4); -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } a[data-element-type="Pure.AdvancedSearch.A.Button"]:hover{ background :rgba(0,0,0,0.8); } /*================================================================================================*/ input[data-element-type="Pure.AdvancedSearch.A.Button"]{ opacity : 0.001; display : block; position : absolute; width : 1px; height : 1px; overflow : hidden; } /*================================================================================================*/ @media screen and (max-width: 1000px){ div[data-element-type="Pure.AdvancedSearch.A.Content"]{ width :90%; left :5%; margin :0; } } @media screen and (max-width: 800px){ div[data-element-type="Pure.AdvancedSearch.A.Content"]{ width :95%; left :2.5%; margin :0; } } @media screen and (max-width: 600px){ div[data-element-type="Pure.AdvancedSearch.A.Content"] > *{ display: none; } p[data-element-type="Pure.AdvancedSearch.A.Title"], p[data-element-type="Pure.AdvancedSearch.A.Title.Sub"]{ display: block!important; } }
templates/elements/search/css/b.css
div[data-element-type="Pure.AdvancedSearch.A.Container"]{ position :relative; width :100%; background-size :cover; background-position :center center; } /*================================================================================================*/ div[data-element-type="Pure.AdvancedSearch.A.Content.Container"]{ position :relative; display :block; width :100%; padding : 12rem 0 6rem 0; } div[data-element-type="Pure.AdvancedSearch.A.Content"]{ position :relative; width :40rem; margin :0 auto; text-align :center; } /*================================================================================================*/ p[data-element-type="Pure.AdvancedSearch.A.Title"]{ position :relative; display :inline-block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :2rem; color :rgb(230,230,230); margin :0; padding :0.5rem 2.3rem 0.5rem 2.3rem; text-align :center; cursor :default; text-transform :uppercase; border :2px solid rgb(230,230,230); } p[data-element-type="Pure.AdvancedSearch.A.Title.Sub"]{ position :relative; display :block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(200,200,200); margin :1rem 0; padding :0.5rem 0.5rem 0.5rem 0.5rem; text-align :center; cursor :default; text-transform :uppercase; } p[data-element-type="Pure.AdvancedSearch.A.Info"]{ position :relative; display :block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(150,150,150); margin :1rem 0 0 0; padding :0.5rem 0.5rem 0.5rem 0.5rem; text-align :center; cursor :default; } /*================================================================================================*/ div[data-element-type="Pure.AdvancedSearch.A.Input"]{ position :relative; display :block; border :1px solid rgba(100,100,100, 0); background :rgba(0,0,0,0.4); padding :0.5rem; margin :1rem 0; } input[data-element-type="Pure.AdvancedSearch.A.Input"]{ display :block; position :relative; background :none; border :none; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(230,230,230); margin :0; padding :0; outline :none; width :100%; } /*================================================================================================*/ table[data-element-type="Pure.AdvancedSearch.A.Terms"]{ position :relative; margin :1rem 0; width :100%; vertical-align :top; -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } tr[data-element-type="Pure.AdvancedSearch.A.Terms"]{ width :100%; vertical-align :top; margin :0; padding :0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]{ width :50%; vertical-align :top; margin :0; padding :0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]:nth-child(1) div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ margin :0 1rem 0 0; } td[data-element-type="Pure.AdvancedSearch.A.Terms"]:nth-child(2) div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ margin :0 0 0 1rem; } div[data-element-type="Pure.AdvancedSearch.A.Terms.Container"]{ position :relative; width :auto; background :rgba(0,0,0,0.4); -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } /*================================================================================================*/ a[data-element-type="Pure.AdvancedSearch.A.Button"]{ position :relative; display :inline-block; font-family :'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif; font-size :1rem; color :rgb(200,200,200); margin :1rem 0; padding :0.5rem 1rem 0.5rem 1rem; text-align :center; cursor :pointer; background :rgba(0,0,0,0.4); -moz-transition : all ease-in-out 300ms; -o-transition : all ease-in-out 300ms; -webkit-transition : all ease-in-out 300ms; transition : all ease-in-out 300ms; } a[data-element-type="Pure.AdvancedSearch.A.Button"]:hover{ background :rgba(0,0,0,0.8); } /*================================================================================================*/ input[data-element-type="Pure.AdvancedSearch.A.Button"]{ opacity : 0.001; display : block; position : absolute; width : 1px; height : 1px; overflow : hidden; } /*================================================================================================*/ @media screen and (max-width: 1000px){ div[data-element-type="Pure.AdvancedSearch.A.Content"]{ width :90%; left :5%; margin :0; } } @media screen and (max-width: 800px){ div[data-element-type="Pure.AdvancedSearch.A.Content"]{ width :95%; left :2.5%; margin :0; } } @media screen and (max-width: 600px){ div[data-element-type="Pure.AdvancedSearch.A.Content"] > *{ display: none; } p[data-element-type="Pure.AdvancedSearch.A.Title"], p[data-element-type="Pure.AdvancedSearch.A.Title.Sub"]{ display: block!important; } }
0.324128
0.081703
a { text-decoration: none; } a:link, a:visited { color: rgb(85, 85, 85); } .agreement-content { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 28px; margin-left: auto; margin-right: auto; width: 980px; } .agreement-content h2, form h2, .list h2 { background-color: rgb(224, 224, 224); background-image: -moz-linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); background-image: -webkit-linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); background-image: linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); border-top-left-radius: 5px; border-top-right-radius: 5px; color: rgb(85, 85, 85); margin: 0; padding: 7px 14px; } .agreement-selector button { margin-left:auto; margin-right:auto; } .agreement-selector form { border: none; padding: 0; } .agreement-selector #individual { float: left; margin: auto; width: 50%; } .agreement-selector #corporate { overflow: hidden; } body { font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 1.4; margin: 0; } button { background-color: rgb(0, 120, 110); border: 1px solid rgb(204, 204, 204); border-radius: 3px; color: rgb(255, 255, 255); cursor: pointer; font-size: 14px; margin-top: 30px; padding: 7px 14px; } .container { margin-left: auto; margin-right: auto; padding: 0 10px; width: 980px; } .content { margin-left: 14px; overflow: hidden; } .content h2 { color: rgb(85, 85, 85); margin: 0; padding-top: 8px; } .contribution { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 470px; margin-bottom: 20px; } fieldset { border: none; margin: 0; padding: 14px; } form { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; } form * { display: block; } h1 { color: rgb(85, 85, 85); } .header { background-color: rgb(0, 120, 110); border-bottom: 2px solid rgb(0, 96, 88); height: 40px; margin-bottom: 20px; } input[type="text"] { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 500px; height: 34px; margin-bottom: 20px; } input[type="checkbox"] { float: left; margin-right: 14px; } label { margin-bottom: 5px; } .linked-repository { margin-bottom: 14px; } .linked-repository:last-child { margin-bottom: 0; } .list { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; float: left; margin-right: 14px; } .list ul { list-style: none; margin: 0; padding: 14px; } #logo { float: left; } .markdown { padding-left: 14px; padding-right: 14px; } .name { font-weight: bold; line-height: 16px; color: rgb(255, 255, 255); white-space: nowrap; } select { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; height: 34px; margin-bottom: 20px; } .sign textarea { height: 100px; } .sign ul { list-style: none; padding: 0; margin: 0; } textarea { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 500px; height: 200px; margin-bottom: 20px; } .url { font-size: 12px; color: rgb(65, 131, 196); } #user-links { float: right; margin: 7px 0 0; padding: 0; list-style: none; } #user-links li { position: relative; float: left; margin-left: 5px; }
src/main/resources/META-INF/styles/style.css
a { text-decoration: none; } a:link, a:visited { color: rgb(85, 85, 85); } .agreement-content { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 28px; margin-left: auto; margin-right: auto; width: 980px; } .agreement-content h2, form h2, .list h2 { background-color: rgb(224, 224, 224); background-image: -moz-linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); background-image: -webkit-linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); background-image: linear-gradient(rgb(250, 250, 250), rgb(224, 224, 224)); border-top-left-radius: 5px; border-top-right-radius: 5px; color: rgb(85, 85, 85); margin: 0; padding: 7px 14px; } .agreement-selector button { margin-left:auto; margin-right:auto; } .agreement-selector form { border: none; padding: 0; } .agreement-selector #individual { float: left; margin: auto; width: 50%; } .agreement-selector #corporate { overflow: hidden; } body { font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 1.4; margin: 0; } button { background-color: rgb(0, 120, 110); border: 1px solid rgb(204, 204, 204); border-radius: 3px; color: rgb(255, 255, 255); cursor: pointer; font-size: 14px; margin-top: 30px; padding: 7px 14px; } .container { margin-left: auto; margin-right: auto; padding: 0 10px; width: 980px; } .content { margin-left: 14px; overflow: hidden; } .content h2 { color: rgb(85, 85, 85); margin: 0; padding-top: 8px; } .contribution { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 470px; margin-bottom: 20px; } fieldset { border: none; margin: 0; padding: 14px; } form { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; } form * { display: block; } h1 { color: rgb(85, 85, 85); } .header { background-color: rgb(0, 120, 110); border-bottom: 2px solid rgb(0, 96, 88); height: 40px; margin-bottom: 20px; } input[type="text"] { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 500px; height: 34px; margin-bottom: 20px; } input[type="checkbox"] { float: left; margin-right: 14px; } label { margin-bottom: 5px; } .linked-repository { margin-bottom: 14px; } .linked-repository:last-child { margin-bottom: 0; } .list { border: 1px solid rgb(216, 216, 216); border-top-left-radius: 5px; border-top-right-radius: 5px; float: left; margin-right: 14px; } .list ul { list-style: none; margin: 0; padding: 14px; } #logo { float: left; } .markdown { padding-left: 14px; padding-right: 14px; } .name { font-weight: bold; line-height: 16px; color: rgb(255, 255, 255); white-space: nowrap; } select { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; height: 34px; margin-bottom: 20px; } .sign textarea { height: 100px; } .sign ul { list-style: none; padding: 0; margin: 0; } textarea { border: 1px solid rgb(204, 204, 204); border-radius: 3px; font-size: 14px; width: 500px; height: 200px; margin-bottom: 20px; } .url { font-size: 12px; color: rgb(65, 131, 196); } #user-links { float: right; margin: 7px 0 0; padding: 0; list-style: none; } #user-links li { position: relative; float: left; margin-left: 5px; }
0.446253
0.179423
:root { --color: #554348; --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } body { display: flexbox; width: 100%; height: 100%; background-color: antiquewhite; } .block { box-sizing: border-box; margin: 30px; width: 95%; height: auto; background-color: antiquewhite; } /* Sidebar */ .sidebar { margin: 0; padding: 20px; width: 100%; height: 100%; background-color: #2C1320; } .recent-photo img { display: inline-flexbox; align-items: center; text-align: center; width: 50%; height: 50%; border-radius: 150px; } .about-me { margin-bottom: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .contact-me { margin-top: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .follow-me { margin-top: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .download-link { padding-top: 30px; padding-bottom: 20px; text-align: center; } p { padding-top: 20px; text-align: center; color: white; } /* Header */ h1 span { color: #5F4B66; } .title { text-align: left; font-size: 40px; } /* Navbar */ .navbar { margin-right: 60px; padding: 5px; overflow: hidden; background-color: antiquewhite; float: right; } .navbar li { padding: 10px; float: right; color: blueviolet } /* Main container for Project 1 */ .subtitle { padding-bottom: 30px; font-size: 25px; font-weight: bold; text-align: left; border-bottom: 1px solid #5F4B66; } /* Small containers for assignments */ .assignment1 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment2 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment3 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment4 { padding-left: 40px; font-size: 20px; font-weight: bold; } .row { padding: 30px; border-bottom: 1px solid #5F4B66; } /* Footer */ .footer { background-color: antiquewhite; color: #2C1320; }
assets/style.css
:root { --color: #554348; --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } body { display: flexbox; width: 100%; height: 100%; background-color: antiquewhite; } .block { box-sizing: border-box; margin: 30px; width: 95%; height: auto; background-color: antiquewhite; } /* Sidebar */ .sidebar { margin: 0; padding: 20px; width: 100%; height: 100%; background-color: #2C1320; } .recent-photo img { display: inline-flexbox; align-items: center; text-align: center; width: 50%; height: 50%; border-radius: 150px; } .about-me { margin-bottom: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .contact-me { margin-top: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .follow-me { margin-top: 20px; padding: 5px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: white; } .download-link { padding-top: 30px; padding-bottom: 20px; text-align: center; } p { padding-top: 20px; text-align: center; color: white; } /* Header */ h1 span { color: #5F4B66; } .title { text-align: left; font-size: 40px; } /* Navbar */ .navbar { margin-right: 60px; padding: 5px; overflow: hidden; background-color: antiquewhite; float: right; } .navbar li { padding: 10px; float: right; color: blueviolet } /* Main container for Project 1 */ .subtitle { padding-bottom: 30px; font-size: 25px; font-weight: bold; text-align: left; border-bottom: 1px solid #5F4B66; } /* Small containers for assignments */ .assignment1 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment2 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment3 { padding-left: 40px; font-size: 20px; font-weight: bold; } .assignment4 { padding-left: 40px; font-size: 20px; font-weight: bold; } .row { padding: 30px; border-bottom: 1px solid #5F4B66; } /* Footer */ .footer { background-color: antiquewhite; color: #2C1320; }
0.347537
0.12536
.button { -fx-background-color : linear-gradient(to right, #333333, #1B1B1B); -fx-border-color : linear-gradient(to right, #333333, #1B1B1B); -fx-text-fill : #E0E1DD; } .button:hover { -fx-background-color : #656565; -fx-border-color : #656565; } .button:pressed { -fx-background-color : #D9D9D9; -fx-border-color : #D9D9D9; } /* VBOX */ .vbox { -fx-background-color : linear-gradient(to right, #333333, #1B1B1B); } /* PANE */ .pane { -fx-background-color : linear-gradient(to left, #1B1B1B, #2F4550); } /* ANCHOR PANE */ .anchor { -fx-background-color : #284B63; } /* CIRCLES FOR BUTTONS */ .circleClose { -fx-fill : radial-gradient(focus-distance 0% , center 50% 50% , radius 55% , #9E2A2B, #81171B); -fx-stroke : #9E2A2B; } .circleMin { -fx-fill : radial-gradient(focus-distance 0% , center 50% 50% , radius 55% , #FFBA08, #F48C06); -fx-stroke : #FFBA08; } .circleMin:hover { -fx-fill : #73BA9B; } .circleClose:hover { -fx-fill : #EA8C55; } .logoPane { -fx-background-color : linear-gradient(to left, rgba(174, 217, 224, 0.05), rgba(23, 195, 178, 0.05)); -fx-shape : "M793.2,1443.6c13.3,36.6-7.7,66.6-46.6,66.6H573.7c-39,0-60-30-46.6-66.6l44.7-122.9 c-5.8-3.7-11.5-7.6-17.1-11.6l-48.9,134.5c-13.3,36.6-41.5,66.6-62.5,66.6c-21,0-16.2,23.1,10.7,51.2c0,0,65.3,68.3,206.2,68.3 s206.2-68.3,206.2-68.3c26.9-28.2,31.8-51.2,10.7-51.2s-49.2-30-62.5-66.6l-16.9-46.4c-7.4-0.6-14.8-1.3-22.1-2.2L793.2,1443.6z M1354.7,1691.6c-15.6,0-36.2-10-45.9-22.3c0,0-68.7-87.3-174.5-100.3v-271.7c-16.6,12.8-34.1,24.6-52.4,35.3 V1569c-105.8,13-174.5,100.3-174.5,100.3c-9.6,12.3-30.3,22.3-45.9,22.3h-163c-15.6,0-28.3,12.8-28.3,28.3v101 c27.5-67,93.4-114.3,170.3-114.3c89.5,0,164.1,63.9,180.6,148.6h496.5c15.6,0,28.3-12.8,28.3-28.3v-83.5 c-51.1-5.9-98.3-24.2-138.7-51.8H1354.7z M1562,723.4c-4.4,12.4-10.7,30-17.7,49.4l-119.5,328.3c-13.3,36.6-41.5,66.6-62.5,66.6 c-19.6,0-16.7,20,5.6,45.6c25.4-24.3,54.8-44.3,87.3-58.9c-12.8-12.2-17-31.6-9.1-53.3L1554.9,802c13.3-36.6,35.1-36.6,48.5,0 l108.9,299.1c7.6,20.8,4,39.5-7.6,51.8c32.7,14.2,62.4,33.8,88,57.8c20.3-24.3,22.3-43,3.3-43c-21,0-49.2-30-62.5-66.6 l-119.5-328.3c-9.5-26.2-17.7-49.2-21.5-60.5l30.7-11.2c7.2-2.6,13.1-7.7,16.5-14.2c3.4-6.5,4-13.8,1.6-20.3 c-2.4-6.6-7.5-11.7-14.3-14.5c-6.8-2.8-14.6-2.9-21.8-0.3l-303.7,110.5c5.3,16.6,9.7,33.6,13.2,50.9L1562,723.4z M1324.6,910.7c0-33.3-3.3-65.9-9.7-97.4l-154.2,56.1c-14.5,5.3-26.3,22.1-26.3,37.6v390.3 C1250.1,1208.1,1324.6,1068.1,1324.6,910.7z M646.1,1056.7l-35.1,12.8c-7.2,2.6-14.9,2.5-21.8-0.3c-6.8-2.8-11.9-7.9-14.3-14.5c-4.9-13.6,3.2-29,18.1-34.5 l462.6-168.4c14.5-5.3,26.3-22.1,26.3-37.6V671c0-15.9,11.8-28.8,26.2-28.8s26.2,12.9,26.2,28.8v124.7c0,7.4,2.7,13.3,7.6,16.8 s11.4,3.9,18.4,1.4l141.3-51.4c-62.8-197-247.2-339.7-465-339.7c-269.5,0-488,218.5-488,488c0,164.5,81.4,310,206.1,398.4 l70.6-193.8C634.3,1090.5,642.1,1068.6,646.1,1056.7z M684.4,1144.5c-13.3-36.6-35.1-36.6-48.5,0l-64.1,176.2c60.1,38.9,129.3,65,203.7,74.2L684.4,1144.5z M1074.3,909c-4.9-3.4-11.4-3.9-18.4-1.4l-384.8,140c0.3,2.1,10.8,32,23.8,67.7l102.6,281.9 c12.9,1,25.8,1.5,39,1.5c89.5,0,173.3-24.1,245.4-66.1V925.7C1082,918.4,1079.3,912.4,1074.3,909z M1792.7,1210.6c-2.2,2.7-4.7,5.4-7.4,8.2c0,0-65.3,68.3-206.2,68.3c-140.9,0-206.2-68.3-206.2-68.3 c-1.8-1.9-3.5-3.8-5.2-5.6c-58.7,56.3-95.3,135.4-95.3,223.2c0,106,53.4,199.5,134.7,255.2h110.4c15.6,0,28.3,12.8,28.3,28.3v23.5 c11.7,1.3,23.6,2.1,35.6,2.1c170.7,0,309.1-138.4,309.1-309.1C1890.7,1347.3,1853,1267,1792.7,1210.6z M1492.7,1167.6h172.9c16.8,0,30.2-5.6,39-14.8c-37.7-16.4-79.3-25.5-123-25.5c-45.1,0-87.9,9.7-126.5,27 C1464,1162.7,1476.9,1167.6,1492.7,1167.6z M670.3,1826.9v-6c-8.8,21.5-13.7,45.1-13.7,69.7c0,101.6,82.4,184,184,184s184-82.4,184-184 c0-12.1-1.2-24-3.4-35.4H698.6C683,1855.3,670.3,1842.5,670.3,1826.9z "; } .logoPane:pressed { -fx-background-color : linear-gradient(to top right, #048ba8, #83e377); }
SentencingRobbery/src/main/resources/resources/css/primary.css
.button { -fx-background-color : linear-gradient(to right, #333333, #1B1B1B); -fx-border-color : linear-gradient(to right, #333333, #1B1B1B); -fx-text-fill : #E0E1DD; } .button:hover { -fx-background-color : #656565; -fx-border-color : #656565; } .button:pressed { -fx-background-color : #D9D9D9; -fx-border-color : #D9D9D9; } /* VBOX */ .vbox { -fx-background-color : linear-gradient(to right, #333333, #1B1B1B); } /* PANE */ .pane { -fx-background-color : linear-gradient(to left, #1B1B1B, #2F4550); } /* ANCHOR PANE */ .anchor { -fx-background-color : #284B63; } /* CIRCLES FOR BUTTONS */ .circleClose { -fx-fill : radial-gradient(focus-distance 0% , center 50% 50% , radius 55% , #9E2A2B, #81171B); -fx-stroke : #9E2A2B; } .circleMin { -fx-fill : radial-gradient(focus-distance 0% , center 50% 50% , radius 55% , #FFBA08, #F48C06); -fx-stroke : #FFBA08; } .circleMin:hover { -fx-fill : #73BA9B; } .circleClose:hover { -fx-fill : #EA8C55; } .logoPane { -fx-background-color : linear-gradient(to left, rgba(174, 217, 224, 0.05), rgba(23, 195, 178, 0.05)); -fx-shape : "M793.2,1443.6c13.3,36.6-7.7,66.6-46.6,66.6H573.7c-39,0-60-30-46.6-66.6l44.7-122.9 c-5.8-3.7-11.5-7.6-17.1-11.6l-48.9,134.5c-13.3,36.6-41.5,66.6-62.5,66.6c-21,0-16.2,23.1,10.7,51.2c0,0,65.3,68.3,206.2,68.3 s206.2-68.3,206.2-68.3c26.9-28.2,31.8-51.2,10.7-51.2s-49.2-30-62.5-66.6l-16.9-46.4c-7.4-0.6-14.8-1.3-22.1-2.2L793.2,1443.6z M1354.7,1691.6c-15.6,0-36.2-10-45.9-22.3c0,0-68.7-87.3-174.5-100.3v-271.7c-16.6,12.8-34.1,24.6-52.4,35.3 V1569c-105.8,13-174.5,100.3-174.5,100.3c-9.6,12.3-30.3,22.3-45.9,22.3h-163c-15.6,0-28.3,12.8-28.3,28.3v101 c27.5-67,93.4-114.3,170.3-114.3c89.5,0,164.1,63.9,180.6,148.6h496.5c15.6,0,28.3-12.8,28.3-28.3v-83.5 c-51.1-5.9-98.3-24.2-138.7-51.8H1354.7z M1562,723.4c-4.4,12.4-10.7,30-17.7,49.4l-119.5,328.3c-13.3,36.6-41.5,66.6-62.5,66.6 c-19.6,0-16.7,20,5.6,45.6c25.4-24.3,54.8-44.3,87.3-58.9c-12.8-12.2-17-31.6-9.1-53.3L1554.9,802c13.3-36.6,35.1-36.6,48.5,0 l108.9,299.1c7.6,20.8,4,39.5-7.6,51.8c32.7,14.2,62.4,33.8,88,57.8c20.3-24.3,22.3-43,3.3-43c-21,0-49.2-30-62.5-66.6 l-119.5-328.3c-9.5-26.2-17.7-49.2-21.5-60.5l30.7-11.2c7.2-2.6,13.1-7.7,16.5-14.2c3.4-6.5,4-13.8,1.6-20.3 c-2.4-6.6-7.5-11.7-14.3-14.5c-6.8-2.8-14.6-2.9-21.8-0.3l-303.7,110.5c5.3,16.6,9.7,33.6,13.2,50.9L1562,723.4z M1324.6,910.7c0-33.3-3.3-65.9-9.7-97.4l-154.2,56.1c-14.5,5.3-26.3,22.1-26.3,37.6v390.3 C1250.1,1208.1,1324.6,1068.1,1324.6,910.7z M646.1,1056.7l-35.1,12.8c-7.2,2.6-14.9,2.5-21.8-0.3c-6.8-2.8-11.9-7.9-14.3-14.5c-4.9-13.6,3.2-29,18.1-34.5 l462.6-168.4c14.5-5.3,26.3-22.1,26.3-37.6V671c0-15.9,11.8-28.8,26.2-28.8s26.2,12.9,26.2,28.8v124.7c0,7.4,2.7,13.3,7.6,16.8 s11.4,3.9,18.4,1.4l141.3-51.4c-62.8-197-247.2-339.7-465-339.7c-269.5,0-488,218.5-488,488c0,164.5,81.4,310,206.1,398.4 l70.6-193.8C634.3,1090.5,642.1,1068.6,646.1,1056.7z M684.4,1144.5c-13.3-36.6-35.1-36.6-48.5,0l-64.1,176.2c60.1,38.9,129.3,65,203.7,74.2L684.4,1144.5z M1074.3,909c-4.9-3.4-11.4-3.9-18.4-1.4l-384.8,140c0.3,2.1,10.8,32,23.8,67.7l102.6,281.9 c12.9,1,25.8,1.5,39,1.5c89.5,0,173.3-24.1,245.4-66.1V925.7C1082,918.4,1079.3,912.4,1074.3,909z M1792.7,1210.6c-2.2,2.7-4.7,5.4-7.4,8.2c0,0-65.3,68.3-206.2,68.3c-140.9,0-206.2-68.3-206.2-68.3 c-1.8-1.9-3.5-3.8-5.2-5.6c-58.7,56.3-95.3,135.4-95.3,223.2c0,106,53.4,199.5,134.7,255.2h110.4c15.6,0,28.3,12.8,28.3,28.3v23.5 c11.7,1.3,23.6,2.1,35.6,2.1c170.7,0,309.1-138.4,309.1-309.1C1890.7,1347.3,1853,1267,1792.7,1210.6z M1492.7,1167.6h172.9c16.8,0,30.2-5.6,39-14.8c-37.7-16.4-79.3-25.5-123-25.5c-45.1,0-87.9,9.7-126.5,27 C1464,1162.7,1476.9,1167.6,1492.7,1167.6z M670.3,1826.9v-6c-8.8,21.5-13.7,45.1-13.7,69.7c0,101.6,82.4,184,184,184s184-82.4,184-184 c0-12.1-1.2-24-3.4-35.4H698.6C683,1855.3,670.3,1842.5,670.3,1826.9z "; } .logoPane:pressed { -fx-background-color : linear-gradient(to top right, #048ba8, #83e377); }
0.303629
0.127653
@font-face { font-family: 'shabnam'; src:url('fonts/shabnam-light.eot') format('eot'), url('fonts/shabnam-light.woff') format('woff'), url('fonts/shabnam-light.ttf') format('truetype'); } *{ direction: rtl; /* box-sizing: border-box; */ } body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-thumb { background-color: blue; } .inline{ overflow: hidden; } .list_bar { font-size: 14px; background-color: white; border: solid; border-color: #DFDCDB; border-top: none; border-right: none ; border-left: none; padding-bottom: 10px; margin-bottom: 10px; margin-top: 10px; width: 160px; text-align: center; float: right; list-style-type: none; } .list_bar:hover{ border-color: black ; } .download_list_button{ margin-right: 10%; border-color: black; } .top{ margin-top: 40px; } .top_right{ float: right; margin-right: 13%; } .top_right_top{ font-size: 18px; color: #15c578; } .top_right_middle{ height: 3px; background-color: #969696; font-size: 20px; margin-top: 10px; } .top_right_middle_left{ float: left; height: inherit; background-color: #15c578; width: 80%; } .top_right_down{ font-size: 20px; color: darkgrey; } .top_middle{ float: right; margin-right: 7%; text-align: justify ; width: 18%; } .simple_text1{ color:deepskyblue; font-size: 22px; } .top_left{ float: right; margin-right: 8%; } .paragraph_left{ position: relative; bottom: 20px; width: 80%; color: #cccccc; text-align: center; font-size: 20px; } .button_left{ position: relative; bottom: 20px; right: 18%; width: 40%; height: 50px; background-color: blue; color: white; font-size: 16px; border-radius: 10px; border: none; } .button_left:hover{ background-color: dodgerblue; } .line{ position: relative; top: 15px; clear: both; width: 84%; border: 0; height: 2px; background-color: #cccccc; } .select_menu{ } .select_button { background-color: white; text-align: right; border-radius: 5px; border-color: darkgrey; border-style: solid; margin-top: 87px; margin-left: 5px; width: 180px; height: 40px; font-size: 16px; border: solid; border-width: thin; border-color: #cccccc; } .language{ margin-right: 10%; } .lang_text{ padding-right: 8px; padding-left: 10px; padding-bottom: 5px; margin-right: 2px; border:inherit; border-radius: 5px; border-color: midnightblue; } .button_name{ margin-right: 10px; margin-left: 10px; text-align: right; color:darkgrey ; } .selected{ color: white; padding-right: 18px; padding-left: 18px; padding-bottom: 8px; padding-top: 3px; width: 50px; height: 80%; background-color:blue; border-radius: 4px; } .display_button{ width: 3%; height: 40px; font-size: 22px; position: relative; top: 2px; background-color: white; border-radius: 5px; border-color: #cccccc; color: #cccccc; border-style: solid; margin-left: 1%; border-width: thin; } .display_button1{ margin-right: 15%; } .question_batuuon{ font-size: 20px; text-align: right; background-color: white; border: none; color: orange; } .chek_select{ padding-top: 3%; padding-right: 78%; } .pishnahad{ margin-left: 7%; } .radio_chek{ margin-left: 3%; } .line_seprator{ padding-top: 2%; } .movie_quality_type{ color:blue; font-size: 16px; font-weight: bold; margin-right: 10%; border-bottom-style: solid; padding-bottom: 3px; } .line_line_seprator{ margin-top: 5px; margin-right: 10%; margin-left: 9%; height: 1px; border: 0; background-color: blue; } .download_film{ } .movie_download_line_1{ padding-right: 0%; overflow: hidden; margin-right: 10%; margin-left: 9%; border-radius: 6px; } .movie_download_line_li{ border: solid; border-right: none; border-left: none; border-width: thin; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; text-align: center; float: right; list-style-type: none; height: 40px; } .text_simple{ position: relative; top: 5px; } .movie_download_line_li1{ border-color: black; background-color: black; color: white; font-size: 20px; width: 12%; } .movie_download_line_li2{ border-color: #1A1717; background-color: #1A1717; color: white; font-size: 20px; width: 6% } .movie_download_line_li3{ border-color:#3E3939; background-color: #3E3939; color: white; font-size: 20px; width: 6% } .movie_download_line_li4{ border-color: #0c9; background-color: white; font-size: 20px; width: 6%; list-style-type: none; } .movie_download_line_li5{ border-color: #0c9; font-size: 16px; width: 29% } .movie_download_line_li6{ border-color: #0c9; background-color: white; font-size: 18px; width:9% } .movie_download_line_li7{ border-color: #0c9; background-color: white; font-size: 18px; width:9% } .movie_download_line_li8{ border-color: #0c9; background-color: white; font-size: 18px; width:5%; color: #0c9; } .movie_download_line_li9{ border-color: #0c9; background-color: #0c9; width:18%; color: white; } .p_of_v{ font-size: 20px; font-weight: bold; margin-right: 20px; margin-left: 20px; } .q_ov_v{ font-size: 16px; } .movie_download_line2_li { border-color: #f8d40e; } .movie_download_line2_li9{ background-color: #f8d40e; } .movie_download_line2_li8{ color: #f8d40e; } .download_music{ } .music_download_line_1{ padding-right: 0%; overflow: hidden; margin-right: 10%; margin-left: 9%; border-radius: 6px; } .music_download_line_li{ border: solid; border-right: none; border-left: none; border-width: thin; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; text-align: center; float: right; list-style-type: none; height: 40px; } .text_simple{ position: relative; top: 5px; } .music_download_line_li1{ border-color: black; background-color: black; color: white; font-size: 20px; width: 12%; } .music_download_line_li2{ border-color: #1A1717; background-color: #1A1717; color: white; font-size: 20px; width: 6% } .music_download_line_li3{ border-color:#3E3939; background-color: #3E3939; color: white; font-size: 20px; width: 6% } .music_download_line_li4{ border-color: #0c9; background-color: white; font-size: 20px; width: 6%; list-style-type: none; } .music_download_line_li5{ text-align: right; border-color: #0c9; font-size: 18px; width: 29% } .music_download_line_li6{ border-color: #0c9; background-color: white; font-size: 18px; width:23% } .music_download_line_li7{ border-color: #0c9; background-color: #0c9; width:18%; color: white; }
public/download_style.css
@font-face { font-family: 'shabnam'; src:url('fonts/shabnam-light.eot') format('eot'), url('fonts/shabnam-light.woff') format('woff'), url('fonts/shabnam-light.ttf') format('truetype'); } *{ direction: rtl; /* box-sizing: border-box; */ } body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-thumb { background-color: blue; } .inline{ overflow: hidden; } .list_bar { font-size: 14px; background-color: white; border: solid; border-color: #DFDCDB; border-top: none; border-right: none ; border-left: none; padding-bottom: 10px; margin-bottom: 10px; margin-top: 10px; width: 160px; text-align: center; float: right; list-style-type: none; } .list_bar:hover{ border-color: black ; } .download_list_button{ margin-right: 10%; border-color: black; } .top{ margin-top: 40px; } .top_right{ float: right; margin-right: 13%; } .top_right_top{ font-size: 18px; color: #15c578; } .top_right_middle{ height: 3px; background-color: #969696; font-size: 20px; margin-top: 10px; } .top_right_middle_left{ float: left; height: inherit; background-color: #15c578; width: 80%; } .top_right_down{ font-size: 20px; color: darkgrey; } .top_middle{ float: right; margin-right: 7%; text-align: justify ; width: 18%; } .simple_text1{ color:deepskyblue; font-size: 22px; } .top_left{ float: right; margin-right: 8%; } .paragraph_left{ position: relative; bottom: 20px; width: 80%; color: #cccccc; text-align: center; font-size: 20px; } .button_left{ position: relative; bottom: 20px; right: 18%; width: 40%; height: 50px; background-color: blue; color: white; font-size: 16px; border-radius: 10px; border: none; } .button_left:hover{ background-color: dodgerblue; } .line{ position: relative; top: 15px; clear: both; width: 84%; border: 0; height: 2px; background-color: #cccccc; } .select_menu{ } .select_button { background-color: white; text-align: right; border-radius: 5px; border-color: darkgrey; border-style: solid; margin-top: 87px; margin-left: 5px; width: 180px; height: 40px; font-size: 16px; border: solid; border-width: thin; border-color: #cccccc; } .language{ margin-right: 10%; } .lang_text{ padding-right: 8px; padding-left: 10px; padding-bottom: 5px; margin-right: 2px; border:inherit; border-radius: 5px; border-color: midnightblue; } .button_name{ margin-right: 10px; margin-left: 10px; text-align: right; color:darkgrey ; } .selected{ color: white; padding-right: 18px; padding-left: 18px; padding-bottom: 8px; padding-top: 3px; width: 50px; height: 80%; background-color:blue; border-radius: 4px; } .display_button{ width: 3%; height: 40px; font-size: 22px; position: relative; top: 2px; background-color: white; border-radius: 5px; border-color: #cccccc; color: #cccccc; border-style: solid; margin-left: 1%; border-width: thin; } .display_button1{ margin-right: 15%; } .question_batuuon{ font-size: 20px; text-align: right; background-color: white; border: none; color: orange; } .chek_select{ padding-top: 3%; padding-right: 78%; } .pishnahad{ margin-left: 7%; } .radio_chek{ margin-left: 3%; } .line_seprator{ padding-top: 2%; } .movie_quality_type{ color:blue; font-size: 16px; font-weight: bold; margin-right: 10%; border-bottom-style: solid; padding-bottom: 3px; } .line_line_seprator{ margin-top: 5px; margin-right: 10%; margin-left: 9%; height: 1px; border: 0; background-color: blue; } .download_film{ } .movie_download_line_1{ padding-right: 0%; overflow: hidden; margin-right: 10%; margin-left: 9%; border-radius: 6px; } .movie_download_line_li{ border: solid; border-right: none; border-left: none; border-width: thin; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; text-align: center; float: right; list-style-type: none; height: 40px; } .text_simple{ position: relative; top: 5px; } .movie_download_line_li1{ border-color: black; background-color: black; color: white; font-size: 20px; width: 12%; } .movie_download_line_li2{ border-color: #1A1717; background-color: #1A1717; color: white; font-size: 20px; width: 6% } .movie_download_line_li3{ border-color:#3E3939; background-color: #3E3939; color: white; font-size: 20px; width: 6% } .movie_download_line_li4{ border-color: #0c9; background-color: white; font-size: 20px; width: 6%; list-style-type: none; } .movie_download_line_li5{ border-color: #0c9; font-size: 16px; width: 29% } .movie_download_line_li6{ border-color: #0c9; background-color: white; font-size: 18px; width:9% } .movie_download_line_li7{ border-color: #0c9; background-color: white; font-size: 18px; width:9% } .movie_download_line_li8{ border-color: #0c9; background-color: white; font-size: 18px; width:5%; color: #0c9; } .movie_download_line_li9{ border-color: #0c9; background-color: #0c9; width:18%; color: white; } .p_of_v{ font-size: 20px; font-weight: bold; margin-right: 20px; margin-left: 20px; } .q_ov_v{ font-size: 16px; } .movie_download_line2_li { border-color: #f8d40e; } .movie_download_line2_li9{ background-color: #f8d40e; } .movie_download_line2_li8{ color: #f8d40e; } .download_music{ } .music_download_line_1{ padding-right: 0%; overflow: hidden; margin-right: 10%; margin-left: 9%; border-radius: 6px; } .music_download_line_li{ border: solid; border-right: none; border-left: none; border-width: thin; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-top: 0px; text-align: center; float: right; list-style-type: none; height: 40px; } .text_simple{ position: relative; top: 5px; } .music_download_line_li1{ border-color: black; background-color: black; color: white; font-size: 20px; width: 12%; } .music_download_line_li2{ border-color: #1A1717; background-color: #1A1717; color: white; font-size: 20px; width: 6% } .music_download_line_li3{ border-color:#3E3939; background-color: #3E3939; color: white; font-size: 20px; width: 6% } .music_download_line_li4{ border-color: #0c9; background-color: white; font-size: 20px; width: 6%; list-style-type: none; } .music_download_line_li5{ text-align: right; border-color: #0c9; font-size: 18px; width: 29% } .music_download_line_li6{ border-color: #0c9; background-color: white; font-size: 18px; width:23% } .music_download_line_li7{ border-color: #0c9; background-color: #0c9; width:18%; color: white; }
0.243193
0.074871
* { box-sizing: border-box; } html, body { margin: 0; padding: 0; line-height: 1.5; font-size: 16px; } /* styling our overall page */ body { background: #FFF; font-family: Arial, Helvetica, sans-serif; } /* styling our header */ header { background: #222; color: #FFF; padding: 20px 30px; } /* logo */ #logo { display: inline-block; color: #FFF; text-decoration: none; width: 49%; } #logo img { width: 50px; border-radius: 3px; margin-right: 8px; vertical-align: middle; } #logo span { display: inline-block; } /* main navigation */ nav { width: 50%; display: inline-block; text-align: right; } nav ul { list-style: none; margin: 0; } nav ul li { display: inline-block; } nav ul li a { color: #FFF; text-decoration: none; display: block; padding: 10px 15px; border-radius: 3px; transition: 0.3s ease all; } nav ul li a:hover { background: #444; } /* styling our footer */ footer { background: #222; color: #777; padding: 40px; text-align: center; } footer img { display: block; border-radius: 5px; width: 80px; margin: 0 auto 10px; } /* styling our main content */ .hero { min-height: 800px; text-align: center; background-image: url('../img/kusbakisi.jpg'); background-size: cover; } .hero-content { color: #FFF; padding-top: 130px; } .hero-content h1 { font-size: 100px; margin: 0; } .hero-content p { font-size: 50px; } .hero-content a { display: inline-block; color: #FFF; border: 3px solid #FFF; border-radius: 3px; padding: 15px 30px; margin-right: 20px; text-decoration: none; font-size: 28px; } /* basic site sections */ .site-section { padding-bottom: 50px; padding-top: 50px; } .site-section-secondary { background: #EFEFEF; } .site-section-inside { width: 80%; max-width: 1200px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 30px; } .section-header h2 { font-size: 30px; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; color: #777; } /* feature boxes */ .feature-box { display: inline-block; width: 33%; padding: 20px 30px; } .feature-box img { margin-bottom: 12px; width: 80px; } .feature-box h5 { font-size: 20px; color: #999; text-transform: uppercase; font-weight: 300; letter-spacing: 2px; margin: 0; } /* testimonial boxes */ .testimonial-box { display: inline-block; width: 33%; padding: 20px 30px; } .testimonial-content { background: #FFF; padding: 15px; border-radius: 4px; margin-bottom: 15px; } .testimonial-author { } .testimonial-author img { float: left; width: 80px; border-radius: 50%; margin-right: 15px; vertical-align: middle; } .testimonial-author h5 { font-size: 18px; margin: 0; padding-top:15px; } .testimonial-author span { font-size: 14px; } /* For Contact */ 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) */ } input[type=email], 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 */ input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } /* When moving the mouse over the submit button, add a darker green color */ input[type=submit]:hover { background-color: #45a049; } /* Add a background color and some padding around the form */ .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; }
css/style.css
* { box-sizing: border-box; } html, body { margin: 0; padding: 0; line-height: 1.5; font-size: 16px; } /* styling our overall page */ body { background: #FFF; font-family: Arial, Helvetica, sans-serif; } /* styling our header */ header { background: #222; color: #FFF; padding: 20px 30px; } /* logo */ #logo { display: inline-block; color: #FFF; text-decoration: none; width: 49%; } #logo img { width: 50px; border-radius: 3px; margin-right: 8px; vertical-align: middle; } #logo span { display: inline-block; } /* main navigation */ nav { width: 50%; display: inline-block; text-align: right; } nav ul { list-style: none; margin: 0; } nav ul li { display: inline-block; } nav ul li a { color: #FFF; text-decoration: none; display: block; padding: 10px 15px; border-radius: 3px; transition: 0.3s ease all; } nav ul li a:hover { background: #444; } /* styling our footer */ footer { background: #222; color: #777; padding: 40px; text-align: center; } footer img { display: block; border-radius: 5px; width: 80px; margin: 0 auto 10px; } /* styling our main content */ .hero { min-height: 800px; text-align: center; background-image: url('../img/kusbakisi.jpg'); background-size: cover; } .hero-content { color: #FFF; padding-top: 130px; } .hero-content h1 { font-size: 100px; margin: 0; } .hero-content p { font-size: 50px; } .hero-content a { display: inline-block; color: #FFF; border: 3px solid #FFF; border-radius: 3px; padding: 15px 30px; margin-right: 20px; text-decoration: none; font-size: 28px; } /* basic site sections */ .site-section { padding-bottom: 50px; padding-top: 50px; } .site-section-secondary { background: #EFEFEF; } .site-section-inside { width: 80%; max-width: 1200px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 30px; } .section-header h2 { font-size: 30px; letter-spacing: 2px; text-transform: uppercase; font-weight: 300; color: #777; } /* feature boxes */ .feature-box { display: inline-block; width: 33%; padding: 20px 30px; } .feature-box img { margin-bottom: 12px; width: 80px; } .feature-box h5 { font-size: 20px; color: #999; text-transform: uppercase; font-weight: 300; letter-spacing: 2px; margin: 0; } /* testimonial boxes */ .testimonial-box { display: inline-block; width: 33%; padding: 20px 30px; } .testimonial-content { background: #FFF; padding: 15px; border-radius: 4px; margin-bottom: 15px; } .testimonial-author { } .testimonial-author img { float: left; width: 80px; border-radius: 50%; margin-right: 15px; vertical-align: middle; } .testimonial-author h5 { font-size: 18px; margin: 0; padding-top:15px; } .testimonial-author span { font-size: 14px; } /* For Contact */ 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) */ } input[type=email], 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 */ input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } /* When moving the mouse over the submit button, add a darker green color */ input[type=submit]:hover { background-color: #45a049; } /* Add a background color and some padding around the form */ .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; }
0.317532
0.067087
*{ margin: 0; padding: 0; box-sizing: border-box; list-style-type: none; text-decoration: none; scroll-behavior: smooth; } body{ background-color: #0c0b0b; font-family: 'Open Sans', sans-serif; } #header{ display: flex; position: sticky; top: 0; justify-content: space-between; padding: 20px; align-items: center; flex-wrap: wrap; background-color: black; } #header h3{ color: white; } #header strong{ color: red; } .menu{ display: flex; } .menu li{ margin-left: 4px; } .menu li a{ display: block; padding: 10px; } a{ color: white; font-family: 'Manrope', sans-serif; padding: 10px 30px; border-radius: 9px; transition: all 0.3s ease-in-out; } a:hover{ background-color: red; color: black; font-weight: bold; } h3, h4{ color: red; font-size: 30px; font-family: 'Manrope', sans-serif; } #main{ display: flex; flex-direction: column; align-items: center; justify-content: center; } #banner{ background-image: url(../img/netflix.jpg); display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: calc(100vh - 82px); color: white; } #banner h1{ font-size: 65px; padding: 15px 0; } .card-grid{ margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 18px; text-align: center; } .card-movie img{ height: 350px; width: 100%; object-fit: cover; border: 1px solid lightgray; transition: all 0.3s ease-in-out; } .card-movie img:hover{ transform: scale(1.1); } .btn{ margin-top: 30px; padding: 10px 90px; font-weight: bold; border-radius: 9px; transition: all 0.3s ease-in-out; border: none; } .btn:hover{ background: red; color: white; } footer{ display: flex; justify-content: space-between; padding: 20px; margin-top: 30px; align-items: center; flex-wrap: wrap; background: red; color: white; } footer h3{ color: white; } footer strong{ color: black; } @media (max-width: 689px){ .card-grid{ grid-template-columns: repeat(1, 1fr); } } @media (min-width: 690px) and (max-width: 1045px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } }
Aula 16 T1/css/styles.css
*{ margin: 0; padding: 0; box-sizing: border-box; list-style-type: none; text-decoration: none; scroll-behavior: smooth; } body{ background-color: #0c0b0b; font-family: 'Open Sans', sans-serif; } #header{ display: flex; position: sticky; top: 0; justify-content: space-between; padding: 20px; align-items: center; flex-wrap: wrap; background-color: black; } #header h3{ color: white; } #header strong{ color: red; } .menu{ display: flex; } .menu li{ margin-left: 4px; } .menu li a{ display: block; padding: 10px; } a{ color: white; font-family: 'Manrope', sans-serif; padding: 10px 30px; border-radius: 9px; transition: all 0.3s ease-in-out; } a:hover{ background-color: red; color: black; font-weight: bold; } h3, h4{ color: red; font-size: 30px; font-family: 'Manrope', sans-serif; } #main{ display: flex; flex-direction: column; align-items: center; justify-content: center; } #banner{ background-image: url(../img/netflix.jpg); display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: calc(100vh - 82px); color: white; } #banner h1{ font-size: 65px; padding: 15px 0; } .card-grid{ margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 18px; text-align: center; } .card-movie img{ height: 350px; width: 100%; object-fit: cover; border: 1px solid lightgray; transition: all 0.3s ease-in-out; } .card-movie img:hover{ transform: scale(1.1); } .btn{ margin-top: 30px; padding: 10px 90px; font-weight: bold; border-radius: 9px; transition: all 0.3s ease-in-out; border: none; } .btn:hover{ background: red; color: white; } footer{ display: flex; justify-content: space-between; padding: 20px; margin-top: 30px; align-items: center; flex-wrap: wrap; background: red; color: white; } footer h3{ color: white; } footer strong{ color: black; } @media (max-width: 689px){ .card-grid{ grid-template-columns: repeat(1, 1fr); } } @media (min-width: 690px) and (max-width: 1045px){ .card-grid{ grid-template-columns: repeat(2, 1fr); } }
0.430147
0.076857
@import url('https://fonts.googleapis.com/css?family=Inter|Inter:300,400,500,700'); body { background-color: #f8f8f8; } * { margin: 0; padding: 0; outline: none; text-decoration: none; border: none; scroll-behavior: smooth; font-family: "Inter", sans-serif; list-style-type: none; } nav { display: flex; justify-content: space-between; align-items: center; min-height: 8vh; background: transparent; width: 100vw; z-index: 99999; top: 0; box-shadow: 0px 5px 20px #00000050; } .logo { font-size: 22px; padding-left: 10%; animation: topdown 0.5s linear; } .nav-links { width: 60%; display: flex; justify-content: space-around; align-items: center; animation: topdown 1s linear; } .nav-links li { margin-right: 20px; } .nav-links a { color: var(--primary); text-decoration: none; font-size: 18px; letter-spacing: 3px; } .burger { display: none; padding-right: 15px; cursor: pointer; } .burger div { color: var(--primary); width: 25px; height: 3px; margin: 5px !important; transition: all 0.3s ease; } @media screen and (max-width: 1600px) { .nav-links { width: 50%; } } @media screen and (max-width: 1024px) { .nav-links { width: 60%; } } @media screen and (max-width: 980px) { body { overflow-x: hidden; } .nav-links { height: 92vh; position: absolute; top: 8vh; right: 0px; background: transparent; display: flex; flex-direction: column; align-items: center; width: 50%; transform: translateX(100%); background: white; z-index: 9999999; transition: transform 0.5s ease-in; } .burger { display: block; } } .nav-active { transform: translateX(0%); } .toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); } .toggle .line2 { opacity: 0; } .toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); } .switch { margin-right: 3%; position: relative; display: inline-block; width: 50px; height: 24px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--primary); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #6D6D6D; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
main.css
@import url('https://fonts.googleapis.com/css?family=Inter|Inter:300,400,500,700'); body { background-color: #f8f8f8; } * { margin: 0; padding: 0; outline: none; text-decoration: none; border: none; scroll-behavior: smooth; font-family: "Inter", sans-serif; list-style-type: none; } nav { display: flex; justify-content: space-between; align-items: center; min-height: 8vh; background: transparent; width: 100vw; z-index: 99999; top: 0; box-shadow: 0px 5px 20px #00000050; } .logo { font-size: 22px; padding-left: 10%; animation: topdown 0.5s linear; } .nav-links { width: 60%; display: flex; justify-content: space-around; align-items: center; animation: topdown 1s linear; } .nav-links li { margin-right: 20px; } .nav-links a { color: var(--primary); text-decoration: none; font-size: 18px; letter-spacing: 3px; } .burger { display: none; padding-right: 15px; cursor: pointer; } .burger div { color: var(--primary); width: 25px; height: 3px; margin: 5px !important; transition: all 0.3s ease; } @media screen and (max-width: 1600px) { .nav-links { width: 50%; } } @media screen and (max-width: 1024px) { .nav-links { width: 60%; } } @media screen and (max-width: 980px) { body { overflow-x: hidden; } .nav-links { height: 92vh; position: absolute; top: 8vh; right: 0px; background: transparent; display: flex; flex-direction: column; align-items: center; width: 50%; transform: translateX(100%); background: white; z-index: 9999999; transition: transform 0.5s ease-in; } .burger { display: block; } } .nav-active { transform: translateX(0%); } .toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); } .toggle .line2 { opacity: 0; } .toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); } .switch { margin-right: 3%; position: relative; display: inline-block; width: 50px; height: 24px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--primary); -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #6D6D6D; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; }
0.455441
0.068444
.videoBox { /*left: 10%;*/ } .videoContainer { margin: 0 20px 0 20px; padding: 10px; border: 0; background: transparent; } video { top: 0; left: 0; transition: width .5s ease; margin: 0; background-color: #000; height: 100%; width: 100%; } #localVideo { -webkit-transition-duration: 2s; -webkit-transition-property: opacity; opacity: 0; width: 100%; } #remoteVideo { -webkit-transition-duration: 2s; -webkit-transition-property: opacity; opacity: 0; width: 100%; } .leftVideoClass, .rightVideoClass { background: transparent; border: transparent; width: 48%; } .videoControlBarClass { float: left; margin-left: 20px; } .video-inner-wrapper { position: relative; } .video-inner-wrapper div .video-inner-wrapper video { position: absolute; top: 0; } /*video::-webkit-media-controls { display: none; } video::-webkit-media-controls-play-button {} video::-webkit-media-controls-volume-slider {} video::-webkit-media-controls-mute-button {} video::-webkit-media-controls-timeline {} video::-webkit-media-controls-current-time-display {}*/ /*.video-block::-webkit-media-controls {*/ /* display: none;*/ /*}*/ /*.video-block::-webkit-media-controls-play-button {*/ /*}*/ /*.video-block::-webkit-media-controls-volume-slider {*/ /*}*/ /*.video-block::-webkit-media-controls-mute-button {*/ /*}*/ /*.video-block::-webkit-media-controls-timeline {*/ /*}*/ /*.video-block::-webkit-media-controls-current-time-display {*/ /*}*/ .remoteVideoControlBarClass { display: inline-table; font: icon; cursor: pointer; } .localVideoControlBarClass { display: inline-table; font: icon; cursor: pointer; } .videoButtonClass { padding-left: 10px; /*padding-right: 5px;*/ cursor: pointer; } /*-----------------------------------------------------------------------------------*/ /* Chat Related style */ /*-----------------------------------------------------------------------------------*/ .chatContainerClass{ background: #f5f5f5; border: 2px solid #ccc; height: 50%; padding: 5px; margin: 10px; } .chatInputClass{ float: left; width: 80%; } .whoTypingClass{ padding-bottom: 10px; color: gray; } /*.chatBox{ background-color: rgba(85, 209, 245, 0.39); height: 30%; } #chatBox{ padding: 10px 56px 10px 10px; } */ /*.chatBoard{ width: 100%; border: 0px; } */ .userchatmsg { font-size: 16px; color: #000; font-weight: lighter; font-style: oblique; text-rendering: optimizeSpeed; white-space: pre-line; word-wrap: break-word; color:white; } .chatMessagesClass{ overflow-y: scroll; width: 76%; word-wrap: break-word; } .mainInputBox{ width:100%; height:10%; } .localMessageclass{ /* background-color:#9999FF; color: #968787;*/ color: #9999FF; float: left; } .remoteMessageClass{ /* background-color:#666699; color: #968787;*/ color: #666699; float:right; text-align: right; padding-right: 80px; } .chatusername { font-size: 13px; color: #9D0C0C; font-weight: 600; font-stretch: expanded; font-style: italic; } .msg-avatar img { width: 45px; height: 45px; border-radius: 50%; float: left; width: 15%; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Cursr share Related style */ /*-----------------------------------------------------------------------------------*/ .cursor1Class{ box-sizing: border-box; -moz-box-sizing: border-box; width: 0px !important; border-bottom: 20px solid #9999FF; border-left: 10px solid transparent; border-right: 10px solid transparent; } .cursor2Class{ box-sizing: border-box; -moz-box-sizing: border-box; width: 0px !important; border-bottom: 20px solid #666699; border-left: 10px solid transparent; border-right: 10px solid transparent; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Draw and paint Related style */ /*-----------------------------------------------------------------------------------*/ .drawContainerClass { border: 5px solid #777; } .texteditorContainerClass { border: 5px solid #777; } .locationContainerClass { border: 5px solid #777; } .drawBox { height: 30%; } .drawBoard { margin-top: 0px; } .colors-container label { width: 100px; display: inline-block; } .colors-container input { width: 100px; text-align: left; } .colors-container .input-div { margin-bottom: 5px; } .line-width-text, .colors-container input { width: 25px; padding: 2px 5px; text-align: center; } .done { border: 1px solid #E5E5E5; display: inline-block; padding: 4px 10px; border-radius: 3px; } .done:hover { box-shadow: inset 0 0 12px white; } .done:active { box-shadow: inset 0 0 52px white; } /* Slider for line width*/ .rSlider { position: relative; } .rSlider .slide { background: #615aa8; height: 5px; width: 80px; position: absolute; left: 0; top: 8px; z-index: 2; } input[type=range] { position: relative; -webkit-appearance: none; width: 100%; height: 5px; background: #ddd; outline: none; -webkit-transition: .2s; transition: opacity .2s; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 15px; background: #615AA8; cursor: pointer; } input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; background: #615AA8; cursor: pointer; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Fileshare Related style */ /*-----------------------------------------------------------------------------------*/ /* --------------- progress bars -----------------------------*/ /* #file-progress1{ color:#FFF; height:20px; } #file-progress2{ color:#FFF; height:20px } */ /* ------------------------------ File Listing containers --------------------------*/ .fileviewing-box { display: block; height: 100vh; margin-bottom: 50px; } .fileviewing-box span { float: right; } /* ------------------------------ File sharing containers --------------------------*/ .filesharing-box { height: 60%; max-height: 200px; overflow-x: scroll; font-size: small; padding: 0px; } .filesharing-box li { color: #615aa8; padding: 10px; font-size: small; float: right; } .filesharing-box i { padding-right: 10px; float: right; } .filesharing-box span { display: initial !important; float: right; } [class*="filesharingWidget"] { /*height: auto;*/ /*width: 100%;*/ /*margin-bottom: 50px;*/ /*position: relative;*/ height: auto; width: 100%; display: inline-grid !important; overflow-y: scroll; margin-bottom: 50px; position: relative; } [class*="filesharingWidget"] iframe { height: 100vh; } /* apply seprate height fpr single and divided*/ [class*="filesharingWidget"] img { height: auto !important; width: 100%; display: inline-grid !important; margin-bottom: 20px; object-fit: contain; cursor: pointer; } [class*="filesharingWidget"] video { width: auto; height: -webkit-fill-available; object-fit: contain; } .fileinputClass { background: transparent; border: none; bottom: 10px; position: fixed; } /*.filesharingWidget{ overflow: auto; height: 100%; } .iframeClassfileviewer{ width: 69%; border: 0; border-left: 1px solid black; height: inherit; }*/ .fileBoxClass { overflow-y: hidden; } /* --------------- image rotate -----------------------------*/ /*.rotate0portrait {*/ /* transform-origin: top left; !* IE 10+, Firefox, etc. *!*/ /* -webkit-transform-origin: top left; !* Chrome *!*/ /* -ms-transform-origin: top left; !* IE 9 *!*/ /* height: 100%;*/ /* width: 100%;*/ /*}*/ /*.rotate0landscape {*/ /* transform-origin: top left; !* IE 10+, Firefox, etc. *!*/ /* -webkit-transform-origin: top left; !* Chrome *!*/ /* -ms-transform-origin: top left; !* IE 9 *!*/ /* height: 100%;*/ /* width: 100%;*/ /*}*/ /*.rotate90portrait {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg) ;*/ /* !*-webkit-transform: rotate(90deg) translateY(-100%);*!*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /* margin-top: 50px;*/ /* height: -webkit-fill-available;*/ /* */ /*}*/ /*.rotate90landscape {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg) ;*/ /* !*-webkit-transform: rotate(90deg) translateY(-100%);*!*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /*}*/ /*.rotate180portrait {*/ /* transform: rotate(180deg) translate(-100%!* margin-top: 150px;*/ /* margin-bottom: -100px;*/ /* margin-left: -150px; *!,-100%);*/ /* -webkit-transform: rotate(180deg) ;*/ /* !*-webkit-transform: rotate(180deg) translate(-100%,-100%);*!*/ /* -ms-transform: rotate(180deg) translateX(-100%,-100%);*/ /*}*/ /*.rotate180landscape {*/ /* transform: rotate(180deg) translate(-100%,-100%);*/ /* -webkit-transform: rotate(180deg) ;*/ /* !*-webkit-transform: rotate(180deg) translate(-100%,-100%);*!*/ /* -ms-transform: rotate(180deg) translateX(-100%,-100%);*/ /*}*/ /*.rotate270portrait {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg) ;*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /* !* height: -webkit-fill-available;*!*/ /*}*/ /*.rotate270landscape {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg) ;*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /*}*/ rotate0portrait { transform-origin: top left; /* IE 10+, Firefox, etc. */ -webkit-transform-origin: top left; /* Chrome */ -ms-transform-origin: top left; /* IE 9 */ } .rotate0landscape { transform-origin: top left; /* IE 10+, Firefox, etc. */ -webkit-transform-origin: top left; /* Chrome */ -ms-transform-origin: top left; /* IE 9 */ } .rotate90portrait { transform: rotate(90deg) translateY(-100%); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg) translateY(-100%); } /*.rotate90landscape {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg);*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /*}*/ .rotate180portrait { transform: rotate(180deg) translate(-100% /* margin-top: 150px; margin-bottom: -100px; margin-left: -150px; */, -100%); -webkit-transform: rotate(180deg); /*-webkit-transform: rotate(180deg) translate(-100%,-100%);*/ -ms-transform: rotate(180deg) translateX(-100%, -100%); } .rotate180landscape { transform: rotate(180deg) translate(-100%, -100%); -webkit-transform: rotate(180deg); /*-webkit-transform: rotate(180deg) translate(-100%,-100%);*/ -ms-transform: rotate(180deg) translateX(-100%, -100%); } .rotate270portrait { transform: rotate(270deg) translateX(-100%); -webkit-transform: rotate(270deg); /*-webkit-transform: rotate(270deg) translateX(-100%);*/ -ms-transform: rotate(270deg) translateX(-100%); /* height: -webkit-fill-available;*/ } /*.rotate270landscape {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg);*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /*}*/ .rotate90landscape { transform: rotate(90deg) translateY(-100%); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg) translateY(-100%); margin-top: 19%; margin-bottom: 24% !important; } .rotate270landscape { transform: rotate(270deg) translateX(-100%); -webkit-transform: rotate(270deg); /*-webkit-transform: rotate(270deg) translateX(-100%);*/ -ms-transform: rotate(270deg) translateX(-100%); margin-top: 19%; margin-bottom: 24% !important; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Screenshare Related style */ /*-----------------------------------------------------------------------------------*/ .screenshareVideoClass{ transform: rotateY(180deg); -webkit-transform:rotateY(180deg); /* Safari and Chrome */ -moz-transform:rotateY(180deg); /* Firefox */ } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Timer style */ /*-----------------------------------------------------------------------------------*/ .time{ color: black; } .timer ul { list-style-type: none; } .timer li{ float: right; }
build/webrtcdevelopment.css
.videoBox { /*left: 10%;*/ } .videoContainer { margin: 0 20px 0 20px; padding: 10px; border: 0; background: transparent; } video { top: 0; left: 0; transition: width .5s ease; margin: 0; background-color: #000; height: 100%; width: 100%; } #localVideo { -webkit-transition-duration: 2s; -webkit-transition-property: opacity; opacity: 0; width: 100%; } #remoteVideo { -webkit-transition-duration: 2s; -webkit-transition-property: opacity; opacity: 0; width: 100%; } .leftVideoClass, .rightVideoClass { background: transparent; border: transparent; width: 48%; } .videoControlBarClass { float: left; margin-left: 20px; } .video-inner-wrapper { position: relative; } .video-inner-wrapper div .video-inner-wrapper video { position: absolute; top: 0; } /*video::-webkit-media-controls { display: none; } video::-webkit-media-controls-play-button {} video::-webkit-media-controls-volume-slider {} video::-webkit-media-controls-mute-button {} video::-webkit-media-controls-timeline {} video::-webkit-media-controls-current-time-display {}*/ /*.video-block::-webkit-media-controls {*/ /* display: none;*/ /*}*/ /*.video-block::-webkit-media-controls-play-button {*/ /*}*/ /*.video-block::-webkit-media-controls-volume-slider {*/ /*}*/ /*.video-block::-webkit-media-controls-mute-button {*/ /*}*/ /*.video-block::-webkit-media-controls-timeline {*/ /*}*/ /*.video-block::-webkit-media-controls-current-time-display {*/ /*}*/ .remoteVideoControlBarClass { display: inline-table; font: icon; cursor: pointer; } .localVideoControlBarClass { display: inline-table; font: icon; cursor: pointer; } .videoButtonClass { padding-left: 10px; /*padding-right: 5px;*/ cursor: pointer; } /*-----------------------------------------------------------------------------------*/ /* Chat Related style */ /*-----------------------------------------------------------------------------------*/ .chatContainerClass{ background: #f5f5f5; border: 2px solid #ccc; height: 50%; padding: 5px; margin: 10px; } .chatInputClass{ float: left; width: 80%; } .whoTypingClass{ padding-bottom: 10px; color: gray; } /*.chatBox{ background-color: rgba(85, 209, 245, 0.39); height: 30%; } #chatBox{ padding: 10px 56px 10px 10px; } */ /*.chatBoard{ width: 100%; border: 0px; } */ .userchatmsg { font-size: 16px; color: #000; font-weight: lighter; font-style: oblique; text-rendering: optimizeSpeed; white-space: pre-line; word-wrap: break-word; color:white; } .chatMessagesClass{ overflow-y: scroll; width: 76%; word-wrap: break-word; } .mainInputBox{ width:100%; height:10%; } .localMessageclass{ /* background-color:#9999FF; color: #968787;*/ color: #9999FF; float: left; } .remoteMessageClass{ /* background-color:#666699; color: #968787;*/ color: #666699; float:right; text-align: right; padding-right: 80px; } .chatusername { font-size: 13px; color: #9D0C0C; font-weight: 600; font-stretch: expanded; font-style: italic; } .msg-avatar img { width: 45px; height: 45px; border-radius: 50%; float: left; width: 15%; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Cursr share Related style */ /*-----------------------------------------------------------------------------------*/ .cursor1Class{ box-sizing: border-box; -moz-box-sizing: border-box; width: 0px !important; border-bottom: 20px solid #9999FF; border-left: 10px solid transparent; border-right: 10px solid transparent; } .cursor2Class{ box-sizing: border-box; -moz-box-sizing: border-box; width: 0px !important; border-bottom: 20px solid #666699; border-left: 10px solid transparent; border-right: 10px solid transparent; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Draw and paint Related style */ /*-----------------------------------------------------------------------------------*/ .drawContainerClass { border: 5px solid #777; } .texteditorContainerClass { border: 5px solid #777; } .locationContainerClass { border: 5px solid #777; } .drawBox { height: 30%; } .drawBoard { margin-top: 0px; } .colors-container label { width: 100px; display: inline-block; } .colors-container input { width: 100px; text-align: left; } .colors-container .input-div { margin-bottom: 5px; } .line-width-text, .colors-container input { width: 25px; padding: 2px 5px; text-align: center; } .done { border: 1px solid #E5E5E5; display: inline-block; padding: 4px 10px; border-radius: 3px; } .done:hover { box-shadow: inset 0 0 12px white; } .done:active { box-shadow: inset 0 0 52px white; } /* Slider for line width*/ .rSlider { position: relative; } .rSlider .slide { background: #615aa8; height: 5px; width: 80px; position: absolute; left: 0; top: 8px; z-index: 2; } input[type=range] { position: relative; -webkit-appearance: none; width: 100%; height: 5px; background: #ddd; outline: none; -webkit-transition: .2s; transition: opacity .2s; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 15px; background: #615AA8; cursor: pointer; } input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; background: #615AA8; cursor: pointer; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Fileshare Related style */ /*-----------------------------------------------------------------------------------*/ /* --------------- progress bars -----------------------------*/ /* #file-progress1{ color:#FFF; height:20px; } #file-progress2{ color:#FFF; height:20px } */ /* ------------------------------ File Listing containers --------------------------*/ .fileviewing-box { display: block; height: 100vh; margin-bottom: 50px; } .fileviewing-box span { float: right; } /* ------------------------------ File sharing containers --------------------------*/ .filesharing-box { height: 60%; max-height: 200px; overflow-x: scroll; font-size: small; padding: 0px; } .filesharing-box li { color: #615aa8; padding: 10px; font-size: small; float: right; } .filesharing-box i { padding-right: 10px; float: right; } .filesharing-box span { display: initial !important; float: right; } [class*="filesharingWidget"] { /*height: auto;*/ /*width: 100%;*/ /*margin-bottom: 50px;*/ /*position: relative;*/ height: auto; width: 100%; display: inline-grid !important; overflow-y: scroll; margin-bottom: 50px; position: relative; } [class*="filesharingWidget"] iframe { height: 100vh; } /* apply seprate height fpr single and divided*/ [class*="filesharingWidget"] img { height: auto !important; width: 100%; display: inline-grid !important; margin-bottom: 20px; object-fit: contain; cursor: pointer; } [class*="filesharingWidget"] video { width: auto; height: -webkit-fill-available; object-fit: contain; } .fileinputClass { background: transparent; border: none; bottom: 10px; position: fixed; } /*.filesharingWidget{ overflow: auto; height: 100%; } .iframeClassfileviewer{ width: 69%; border: 0; border-left: 1px solid black; height: inherit; }*/ .fileBoxClass { overflow-y: hidden; } /* --------------- image rotate -----------------------------*/ /*.rotate0portrait {*/ /* transform-origin: top left; !* IE 10+, Firefox, etc. *!*/ /* -webkit-transform-origin: top left; !* Chrome *!*/ /* -ms-transform-origin: top left; !* IE 9 *!*/ /* height: 100%;*/ /* width: 100%;*/ /*}*/ /*.rotate0landscape {*/ /* transform-origin: top left; !* IE 10+, Firefox, etc. *!*/ /* -webkit-transform-origin: top left; !* Chrome *!*/ /* -ms-transform-origin: top left; !* IE 9 *!*/ /* height: 100%;*/ /* width: 100%;*/ /*}*/ /*.rotate90portrait {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg) ;*/ /* !*-webkit-transform: rotate(90deg) translateY(-100%);*!*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /* margin-top: 50px;*/ /* height: -webkit-fill-available;*/ /* */ /*}*/ /*.rotate90landscape {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg) ;*/ /* !*-webkit-transform: rotate(90deg) translateY(-100%);*!*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /*}*/ /*.rotate180portrait {*/ /* transform: rotate(180deg) translate(-100%!* margin-top: 150px;*/ /* margin-bottom: -100px;*/ /* margin-left: -150px; *!,-100%);*/ /* -webkit-transform: rotate(180deg) ;*/ /* !*-webkit-transform: rotate(180deg) translate(-100%,-100%);*!*/ /* -ms-transform: rotate(180deg) translateX(-100%,-100%);*/ /*}*/ /*.rotate180landscape {*/ /* transform: rotate(180deg) translate(-100%,-100%);*/ /* -webkit-transform: rotate(180deg) ;*/ /* !*-webkit-transform: rotate(180deg) translate(-100%,-100%);*!*/ /* -ms-transform: rotate(180deg) translateX(-100%,-100%);*/ /*}*/ /*.rotate270portrait {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg) ;*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /* !* height: -webkit-fill-available;*!*/ /*}*/ /*.rotate270landscape {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg) ;*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /*}*/ rotate0portrait { transform-origin: top left; /* IE 10+, Firefox, etc. */ -webkit-transform-origin: top left; /* Chrome */ -ms-transform-origin: top left; /* IE 9 */ } .rotate0landscape { transform-origin: top left; /* IE 10+, Firefox, etc. */ -webkit-transform-origin: top left; /* Chrome */ -ms-transform-origin: top left; /* IE 9 */ } .rotate90portrait { transform: rotate(90deg) translateY(-100%); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg) translateY(-100%); } /*.rotate90landscape {*/ /* transform: rotate(90deg) translateY(-100%);*/ /* -webkit-transform: rotate(90deg);*/ /* -ms-transform: rotate(90deg) translateY(-100%);*/ /*}*/ .rotate180portrait { transform: rotate(180deg) translate(-100% /* margin-top: 150px; margin-bottom: -100px; margin-left: -150px; */, -100%); -webkit-transform: rotate(180deg); /*-webkit-transform: rotate(180deg) translate(-100%,-100%);*/ -ms-transform: rotate(180deg) translateX(-100%, -100%); } .rotate180landscape { transform: rotate(180deg) translate(-100%, -100%); -webkit-transform: rotate(180deg); /*-webkit-transform: rotate(180deg) translate(-100%,-100%);*/ -ms-transform: rotate(180deg) translateX(-100%, -100%); } .rotate270portrait { transform: rotate(270deg) translateX(-100%); -webkit-transform: rotate(270deg); /*-webkit-transform: rotate(270deg) translateX(-100%);*/ -ms-transform: rotate(270deg) translateX(-100%); /* height: -webkit-fill-available;*/ } /*.rotate270landscape {*/ /* transform: rotate(270deg) translateX(-100%);*/ /* -webkit-transform: rotate(270deg);*/ /* !*-webkit-transform: rotate(270deg) translateX(-100%);*!*/ /* -ms-transform: rotate(270deg) translateX(-100%);*/ /*}*/ .rotate90landscape { transform: rotate(90deg) translateY(-100%); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg) translateY(-100%); margin-top: 19%; margin-bottom: 24% !important; } .rotate270landscape { transform: rotate(270deg) translateX(-100%); -webkit-transform: rotate(270deg); /*-webkit-transform: rotate(270deg) translateX(-100%);*/ -ms-transform: rotate(270deg) translateX(-100%); margin-top: 19%; margin-bottom: 24% !important; } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Screenshare Related style */ /*-----------------------------------------------------------------------------------*/ .screenshareVideoClass{ transform: rotateY(180deg); -webkit-transform:rotateY(180deg); /* Safari and Chrome */ -moz-transform:rotateY(180deg); /* Firefox */ } /*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/ /* Timer style */ /*-----------------------------------------------------------------------------------*/ .time{ color: black; } .timer ul { list-style-type: none; } .timer li{ float: right; }
0.298287
0.042384
body { background-color: #eee; } body header { background: #349886; border-left: 8px solid #29796B; } body .clipboard { width: 28px; height: 28px; background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcAQMAAABIw03XAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAFnRFWHRDcmVhdGlvbiBUaW1lADEwLzE1LzE0xr/LJAAAADhJREFUCJlj+P///wcGBPGDQR5E8OMi2IEEczOIaAQRHSCioQBGHAAR/7AT/z+DiA8MMALVXhABAJf9Sr5aY+UFAAAAAElFTkSuQmCC); } body .exc-title-primary { color: #1C3631; text-shadow: none; } body .exc-title { color: #2F5B52; text-shadow: none; } body .data-table-container label { color: #0082BA; } body .frame { border: 0; } body .frames-container { overflow-y: auto; overflow-x: hidden; } body .active .frame-class { color: #E3D8E9; } body .frame-class { color: #9055AF; } body .frame.active { border: 0; box-shadow: none; background-color: #9055AF; } body .frame:not(.active):hover { background: #e9e9e9; } body .frame-file, body .data-table tbody { font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace; font-size: 13px; } body .frame-code { background: #305669; border-left: 8px solid #253A47; padding: 1rem; } body .frame-code .frame-file { background: #253A47; color: #eee; text-shadow: none; box-shadow: none; font-family: inherit; } body .frame-code .frame-file strong { color: #fff; font-weight: normal; } body .frame-comments { background: #283E4D; box-shadow: none; } body .frame-comments.empty:before { color: #789AAB; } body .details-container { border: 0; } body .details { background-color: #eee; border-left: 8px solid #ddd; padding: 1rem; } body .code-block { background: #2C4454; box-shadow: none; font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace; font-size: 13px; } body .handler.active { background: #666; }
plugins/gantry5/assets/css/whoops.css
body { background-color: #eee; } body header { background: #349886; border-left: 8px solid #29796B; } body .clipboard { width: 28px; height: 28px; background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcAQMAAABIw03XAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAFnRFWHRDcmVhdGlvbiBUaW1lADEwLzE1LzE0xr/LJAAAADhJREFUCJlj+P///wcGBPGDQR5E8OMi2IEEczOIaAQRHSCioQBGHAAR/7AT/z+DiA8MMALVXhABAJf9Sr5aY+UFAAAAAElFTkSuQmCC); } body .exc-title-primary { color: #1C3631; text-shadow: none; } body .exc-title { color: #2F5B52; text-shadow: none; } body .data-table-container label { color: #0082BA; } body .frame { border: 0; } body .frames-container { overflow-y: auto; overflow-x: hidden; } body .active .frame-class { color: #E3D8E9; } body .frame-class { color: #9055AF; } body .frame.active { border: 0; box-shadow: none; background-color: #9055AF; } body .frame:not(.active):hover { background: #e9e9e9; } body .frame-file, body .data-table tbody { font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace; font-size: 13px; } body .frame-code { background: #305669; border-left: 8px solid #253A47; padding: 1rem; } body .frame-code .frame-file { background: #253A47; color: #eee; text-shadow: none; box-shadow: none; font-family: inherit; } body .frame-code .frame-file strong { color: #fff; font-weight: normal; } body .frame-comments { background: #283E4D; box-shadow: none; } body .frame-comments.empty:before { color: #789AAB; } body .details-container { border: 0; } body .details { background-color: #eee; border-left: 8px solid #ddd; padding: 1rem; } body .code-block { background: #2C4454; box-shadow: none; font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace; font-size: 13px; } body .handler.active { background: #666; }
0.477311
0.10325
@-moz-document url-prefix("https://estudij.um.si/") { body { background-color: black !important; background-image: none; color: white; } .navbar .brand, .navbar .nav > li > a { text-shadow: none !important; } .block, .navbar-inner, pre { color: white; background-color: #121212 !important; background-image: none; } #region-main, .path-grade-report-user .user-grade.generaltable .levelodd { background-color: #121212; } .courses .coursebox.even { background-color: #121212; } .courses .coursebox:hover { background-color: #222222; } .block .calendar-event-panel .yui3-overlay-content { background-color: #222222; } table#explaincaps tbody > tr:nth-child(odd) > td, table#defineroletable tbody > tr:nth-child(odd) > td, table.grading-report tbody > tr:nth-child(odd) > td, table#listdirectories tbody > tr:nth-child(odd) > td, table.rolecaps tbody > tr:nth-child(odd) > td, table.userenrolment tbody > tr:nth-child(odd) > td, table#form tbody > tr:nth-child(odd) > td, form#movecourses table tbody > tr:nth-child(odd) > td, #page-admin-course-index .editcourse tbody > tr:nth-child(odd) > td, .forumheaderlist tbody > tr:nth-child(odd) > td, table.flexible tbody > tr:nth-child(odd) > td, .generaltable tbody > tr:nth-child(odd) > td, table#explaincaps tbody > tr:nth-child(odd) > th, table#defineroletable tbody > tr:nth-child(odd) > th, table.grading-report tbody > tr:nth-child(odd) > th, table#listdirectories tbody > tr:nth-child(odd) > th, table.rolecaps tbody > tr:nth-child(odd) > th, table.userenrolment tbody > tr:nth-child(odd) > th, table#form tbody > tr:nth-child(odd) > th, form#movecourses table tbody > tr:nth-child(odd) > th, #page-admin-course-index .editcourse tbody > tr:nth-child(odd) > th, .forumheaderlist tbody > tr:nth-child(odd) > th, table.flexible tbody > tr:nth-child(odd) > th, .generaltable tbody > tr:nth-child(odd) > th { background-color: black; } .path-mod-assign td.submissionlocked, .path-mod-assign div.submissionlocked, .path-mod-assign td.submissionnotgraded, .path-mod-assign div.submissionnotgraded, .usermenu .moodle-actionmenu .toggle-display .userbutton .usertext { color: white; background-color: black; } .breadcrumb, .forumpost { background-color: #222222; color: white; } a:hover { color: #00ffff; } }
data/usercss/162406.user.css
@-moz-document url-prefix("https://estudij.um.si/") { body { background-color: black !important; background-image: none; color: white; } .navbar .brand, .navbar .nav > li > a { text-shadow: none !important; } .block, .navbar-inner, pre { color: white; background-color: #121212 !important; background-image: none; } #region-main, .path-grade-report-user .user-grade.generaltable .levelodd { background-color: #121212; } .courses .coursebox.even { background-color: #121212; } .courses .coursebox:hover { background-color: #222222; } .block .calendar-event-panel .yui3-overlay-content { background-color: #222222; } table#explaincaps tbody > tr:nth-child(odd) > td, table#defineroletable tbody > tr:nth-child(odd) > td, table.grading-report tbody > tr:nth-child(odd) > td, table#listdirectories tbody > tr:nth-child(odd) > td, table.rolecaps tbody > tr:nth-child(odd) > td, table.userenrolment tbody > tr:nth-child(odd) > td, table#form tbody > tr:nth-child(odd) > td, form#movecourses table tbody > tr:nth-child(odd) > td, #page-admin-course-index .editcourse tbody > tr:nth-child(odd) > td, .forumheaderlist tbody > tr:nth-child(odd) > td, table.flexible tbody > tr:nth-child(odd) > td, .generaltable tbody > tr:nth-child(odd) > td, table#explaincaps tbody > tr:nth-child(odd) > th, table#defineroletable tbody > tr:nth-child(odd) > th, table.grading-report tbody > tr:nth-child(odd) > th, table#listdirectories tbody > tr:nth-child(odd) > th, table.rolecaps tbody > tr:nth-child(odd) > th, table.userenrolment tbody > tr:nth-child(odd) > th, table#form tbody > tr:nth-child(odd) > th, form#movecourses table tbody > tr:nth-child(odd) > th, #page-admin-course-index .editcourse tbody > tr:nth-child(odd) > th, .forumheaderlist tbody > tr:nth-child(odd) > th, table.flexible tbody > tr:nth-child(odd) > th, .generaltable tbody > tr:nth-child(odd) > th { background-color: black; } .path-mod-assign td.submissionlocked, .path-mod-assign div.submissionlocked, .path-mod-assign td.submissionnotgraded, .path-mod-assign div.submissionnotgraded, .usermenu .moodle-actionmenu .toggle-display .userbutton .usertext { color: white; background-color: black; } .breadcrumb, .forumpost { background-color: #222222; color: white; } a:hover { color: #00ffff; } }
0.241847
0.056392