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
/*====================*/ /*=== Reset Styles ===*/ /*====================*/ /* Universal Selector */ * { margin: 0; padding: 0; box-sizing: border-box; } .clearfix::after { content:""; clear:both; display:table; } html { background: linear-gradient( 30deg,#f6bb73, #f6bb73, white,#f6bb73, #f6bb73); } body { font-size:100%; font-family:Arial, Helvetica, sans-serif; vertical-align:baseline; margin: auto; } header { clear: both; font-size: 150%; margin: 2%; border-bottom: 2px solid black; padding-bottom: 2em; } header img { float: left; margin-left: .5em; margin-right: 1.5em; max-width: 5%; min-width: 30px; } h1 { font-size: 300%; } body { line-height:1; color:black; background:white; } table { border-collapse:separate; border-spacing:0; } caption, th, td { text-align:left; font-weight:normal; } blockquote:before, blockquote:after, q:before, q:after { content:""; } blockquote, q { quotes:"" ""; } /* HTML5 tags */ header, section, footer, aside, nav, article, figure { display: block; } /*===================*/ /*=== Main Styles ===*/ /*===================*/ body { font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#333; background:seashell; border: 7px black solid; border-radius: 7%; box-shadow: 7px 7px 9px seagreen, -7px -7px 9px seagreen; max-width: 960px; width: 100%; } a, a:visited { color:blue; text-decoration:none; } a:hover, a:active { color:#000; text-decoration:none; } #dev7link { position:absolute; top:0; left:50px; background:url(images/dev7logo.png) no-repeat; width:60px; height:67px; border:0; display:block; text-indent:-9999px; } .slider-wrapper { width: 50%; margin: 100px auto; } footer { border-top: 2px solid black; text-align: center; padding: 1em; } /*====================*/ /*=== Other Styles ===*/ /*====================*/ .clear { clear:both; } @media only screen and (max-width: 767px) { html{ background: none; } header img { float: none; } header { text-align: center; font-size: 120%; } body { border: none; border-radius: none; box-shadow: none; } .slider-wrapper { width: auto; margin: auto; } }
styles/style.css
/*====================*/ /*=== Reset Styles ===*/ /*====================*/ /* Universal Selector */ * { margin: 0; padding: 0; box-sizing: border-box; } .clearfix::after { content:""; clear:both; display:table; } html { background: linear-gradient( 30deg,#f6bb73, #f6bb73, white,#f6bb73, #f6bb73); } body { font-size:100%; font-family:Arial, Helvetica, sans-serif; vertical-align:baseline; margin: auto; } header { clear: both; font-size: 150%; margin: 2%; border-bottom: 2px solid black; padding-bottom: 2em; } header img { float: left; margin-left: .5em; margin-right: 1.5em; max-width: 5%; min-width: 30px; } h1 { font-size: 300%; } body { line-height:1; color:black; background:white; } table { border-collapse:separate; border-spacing:0; } caption, th, td { text-align:left; font-weight:normal; } blockquote:before, blockquote:after, q:before, q:after { content:""; } blockquote, q { quotes:"" ""; } /* HTML5 tags */ header, section, footer, aside, nav, article, figure { display: block; } /*===================*/ /*=== Main Styles ===*/ /*===================*/ body { font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; color:#333; background:seashell; border: 7px black solid; border-radius: 7%; box-shadow: 7px 7px 9px seagreen, -7px -7px 9px seagreen; max-width: 960px; width: 100%; } a, a:visited { color:blue; text-decoration:none; } a:hover, a:active { color:#000; text-decoration:none; } #dev7link { position:absolute; top:0; left:50px; background:url(images/dev7logo.png) no-repeat; width:60px; height:67px; border:0; display:block; text-indent:-9999px; } .slider-wrapper { width: 50%; margin: 100px auto; } footer { border-top: 2px solid black; text-align: center; padding: 1em; } /*====================*/ /*=== Other Styles ===*/ /*====================*/ .clear { clear:both; } @media only screen and (max-width: 767px) { html{ background: none; } header img { float: none; } header { text-align: center; font-size: 120%; } body { border: none; border-radius: none; box-shadow: none; } .slider-wrapper { width: auto; margin: auto; } }
0.167729
0.042882
.toast-top-center {top: 0;right: 0;width: 100%;} .toast-bottom-center {bottom: 0;right: 0;width: 100%;} .toast-top-full-width{top:0;right:0;width:100%;margin-top:15px} .toast-top-full-width .toast{margin-bottom:15px!important} .toast-bottom-full-width{bottom:0;right:0;width:100%} .toast-top-left{top:12px;left:12px} .toast-top-right{top:12px;right:12px} .toast-bottom-right{right:12px;bottom:12px} .toast-bottom-left{bottom:12px;left:12px} #toast-container{position:fixed;z-index:999999;font-size:13px;pointer-events: none;} #toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} #toast-container>div{pointer-events:auto;position:relative; margin:0 0 6px;padding:21px 53px 20px 90px;width:445px;margin-bottom:10px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-position:15px center;background-repeat:no-repeat; box-sizing:border-box;color:#fff;zoom:1;-webkit-opacity:.8;-moz-opacity:.8;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80); line-height:18px;} #toast-container>div i{margin-right:6px} #toast-container>:hover{zoom:1;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer} #toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto} #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div { width: 300px; margin-left: auto; margin-right: auto; } .toast{position:relative; background-color:#030303} .toast-success{background-color:#8dc63f} .toast-error{background-color:#cc3f44} .toast-info{background-color:#40bbea} .toast-warning{background-color:#ffba00} .toast-default>div{background-color:rgba(44,46,47,.8)} .toast-title {padding-bottom:12px; font-size:14px; font-weight:bold; line-height:14px;} .toast-custom-action-button {font-size:13px; color:#fff; opacity:0.5; text-decoration:underline;} .toast-close-button {display:inline-block; position:absolute; top:16px; right:20px; width:17px; height:16px; background:url(./images/btn_close.png) no-repeat; background-position:left -92px; cursor:pointer; border:0;-webkit-appearance:none; text-indent:-30000px;} .toast-top-right {top:0; right:50%; margin-right:-130px;} .toast.toast-warning:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:48px; background:url(./images/icon_toaster_warning.png) no-repeat; content:'';} .toast.toast-success:before {display:inline-block; position:absolute; top:15px; left:18px;width:54px; height:54px; background:url(./images/icon_toaster_success.png) no-repeat; content:'';} .toast.toast-error:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:54px; background:url(./images/icon_toaster_danger.png) no-repeat; content:'';} #toast-container > .toast.toast-info { min-height:85px; box-sizing:border-box;} .toast.toast-info:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:54px; background:url(./images/icon_toaster_info.png) no-repeat; content:'';}
discovery-server/src/main/resources/templates/api/static/toastr.css
.toast-top-center {top: 0;right: 0;width: 100%;} .toast-bottom-center {bottom: 0;right: 0;width: 100%;} .toast-top-full-width{top:0;right:0;width:100%;margin-top:15px} .toast-top-full-width .toast{margin-bottom:15px!important} .toast-bottom-full-width{bottom:0;right:0;width:100%} .toast-top-left{top:12px;left:12px} .toast-top-right{top:12px;right:12px} .toast-bottom-right{right:12px;bottom:12px} .toast-bottom-left{bottom:12px;left:12px} #toast-container{position:fixed;z-index:999999;font-size:13px;pointer-events: none;} #toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} #toast-container>div{pointer-events:auto;position:relative; margin:0 0 6px;padding:21px 53px 20px 90px;width:445px;margin-bottom:10px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-position:15px center;background-repeat:no-repeat; box-sizing:border-box;color:#fff;zoom:1;-webkit-opacity:.8;-moz-opacity:.8;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80); line-height:18px;} #toast-container>div i{margin-right:6px} #toast-container>:hover{zoom:1;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer} #toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto} #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div { width: 300px; margin-left: auto; margin-right: auto; } .toast{position:relative; background-color:#030303} .toast-success{background-color:#8dc63f} .toast-error{background-color:#cc3f44} .toast-info{background-color:#40bbea} .toast-warning{background-color:#ffba00} .toast-default>div{background-color:rgba(44,46,47,.8)} .toast-title {padding-bottom:12px; font-size:14px; font-weight:bold; line-height:14px;} .toast-custom-action-button {font-size:13px; color:#fff; opacity:0.5; text-decoration:underline;} .toast-close-button {display:inline-block; position:absolute; top:16px; right:20px; width:17px; height:16px; background:url(./images/btn_close.png) no-repeat; background-position:left -92px; cursor:pointer; border:0;-webkit-appearance:none; text-indent:-30000px;} .toast-top-right {top:0; right:50%; margin-right:-130px;} .toast.toast-warning:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:48px; background:url(./images/icon_toaster_warning.png) no-repeat; content:'';} .toast.toast-success:before {display:inline-block; position:absolute; top:15px; left:18px;width:54px; height:54px; background:url(./images/icon_toaster_success.png) no-repeat; content:'';} .toast.toast-error:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:54px; background:url(./images/icon_toaster_danger.png) no-repeat; content:'';} #toast-container > .toast.toast-info { min-height:85px; box-sizing:border-box;} .toast.toast-info:before {display:inline-block; position:absolute; top:15px; left:18px; width:54px; height:54px; background:url(./images/icon_toaster_info.png) no-repeat; content:'';}
0.39222
0.1996
* { margin: 0; padding: 0; } body { background-image: url("../images/background.png"); /*padding-bottom:5%;*/ padding-top: 20vh; font-family: "Verdana"; } #title{ text-align:center; color:#FF66AA; text-shadow: 3px 3px white; margin-bottom: 3%; } form { margin-top: 3%; margin-left: 20%; margin-right: 20%; } input[type=number], input[type=password], input[type=email] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } button { background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } button:hover { opacity: 0.8; } #recaptcha{ width: auto; margin:auto; } input[type=checkbox]{ transform: scale(2); margin-top: 1%; margin-bottom: 3%; margin-left: 1%; } #textCheckBox{ padding-left: 2%; font-size: 1em; } label{ font-weight: bold; font-family: "verdana"; } span{ font-family: "verdana"; margin-bottom: 5%; } h3{ font-family: "verdana"; text-align: center; } p{ color : red; text-align: center; font-weight: bold; font-family: "verdana"; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 250px; background-color: #555; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text */ position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; /* Fade in tooltip */ opacity: 0; transition: opacity 0.3s; } /* Tooltip arrow */ .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } /* Mobile */ @media only screen and (orientation: portrait){ h3{ font-size: 4vw; } form{ margin-top: 2%; margin-left: 10%; margin-right: 10%; } label{ font-size: 4vw; } #title{ font-size: 5vw; } input[type=number], input[type=password], input[type=email] { margin:auto; font-size: 4vw; } }
css/register.css
* { margin: 0; padding: 0; } body { background-image: url("../images/background.png"); /*padding-bottom:5%;*/ padding-top: 20vh; font-family: "Verdana"; } #title{ text-align:center; color:#FF66AA; text-shadow: 3px 3px white; margin-bottom: 3%; } form { margin-top: 3%; margin-left: 20%; margin-right: 20%; } input[type=number], input[type=password], input[type=email] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } button { background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } button:hover { opacity: 0.8; } #recaptcha{ width: auto; margin:auto; } input[type=checkbox]{ transform: scale(2); margin-top: 1%; margin-bottom: 3%; margin-left: 1%; } #textCheckBox{ padding-left: 2%; font-size: 1em; } label{ font-weight: bold; font-family: "verdana"; } span{ font-family: "verdana"; margin-bottom: 5%; } h3{ font-family: "verdana"; text-align: center; } p{ color : red; text-align: center; font-weight: bold; font-family: "verdana"; } /* Tooltip container */ .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } /* Tooltip text */ .tooltip .tooltiptext { visibility: hidden; width: 250px; background-color: #555; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text */ position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; /* Fade in tooltip */ opacity: 0; transition: opacity 0.3s; } /* Tooltip arrow */ .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } /* Mobile */ @media only screen and (orientation: portrait){ h3{ font-size: 4vw; } form{ margin-top: 2%; margin-left: 10%; margin-right: 10%; } label{ font-size: 4vw; } #title{ font-size: 5vw; } input[type=number], input[type=password], input[type=email] { margin:auto; font-size: 4vw; } }
0.458591
0.081447
.el-main .content { width:1200px; margin:0 auto; min-height:600px } .el-main .content-left { width:65%; height:100%; float:left } .content-left .el-menu { background:#fff; border-color:#f0f0f0; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05) } .el-main .content-right { width:400px; height:100%; float:right } .content-right .info { background:#fff; border-color:#f0f0f0; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05); margin-bottom:20px } .el-dropdown-menu--small .el-dropdown-menu__item { padding:2px 20px } .el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover { background-color:#fff } .el-card__body { padding:10px 15px } .nov_info { margin-top:15px; height:auto; min-height:780px; } .nov_info .el-card { height:80px; cursor:pointer } .nov_info .more { background:#f5f5f5; border-color:#f5f5f5; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05); width:100%; height:42px; line-height:40px; margin-top:16px; cursor:pointer; text-align:center; font-size:13px; color:#606266 } .nov_info .base-info { height:30px; line-height:30px } .nov_info .base-info span { display:inline-block } .nov_info .base-info .classify { font-size:12px; color:#fff; padding:0 10px; border-radius:20px; margin-right:3px; height:22px; line-height:22px } .nov_info .base-info .counts { padding-left:5px; height:22px; line-height:22px } .nov_info .base-info .counts i { font-size:16px!important } .nov_info .base-info .number { font-size:13px; padding-left:2px; color:#909399 } .nov_info .base-info .name { font-size:16px } .nov_info .name a { text-decoration:none; color:#333 } .nov_info .updateTime { float:right; font-size:13px; color:#909399 } .nov_info .brief-info { height:30px; line-height:30px; font-size:13px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis } .nov_info .coatard { border-left:4px solid #f7941e } .nov_info .base-info .coatard { background:#f7941e } .nov_info .city { border-left:4px solid #2894cc } .nov_info .base-info .city { background:#2894cc } .nov_info .across { border-left:4px solid #f24551 } .nov_info .base-info .across { background:#f24551 } .nov_info .science { border-left:4px solid #45a7f2 } .nov_info .base-info .science { background:#45a7f2 } .nov_info .fantasy { border-left:4px solid #f8b668 } .nov_info .base-info .fantasy { background:#f8b668 } .nov_info .game { border-left:4px solid #28cc56 } .nov_info .base-info .game { background:#28cc56 } .hotInfo,.newInfo { padding:10px; background:#fff } .hotInfo .header,.newInfo .header { height:30px; line-height:30px; color:#f7941e } .hotInfo .title,.newInfo .title { display:inline-block; margin-left:5px } .hotInfo { margin-top:20px } .newInfo .detail,.hotInfo .detail { text-align:right } .newInfo .detail a,.hotInfo .detail a { text-decoration:underline; color:#f7941e } .adv { width:100%; height:160px; margin-top:20px; position:relative; } .icon-close { font-size:15px!important; opacity:.8; position:absolute; right:0px; top:0px; } .icon-close:hover { cursor:pointer } .fade-enter-active,.fade-leave-active { transition:opacity .5s } .fade-enter,.fade-leave-to { opacity:0 } .el-loading-spinner { top:10% } .tip { height:40px; line-height:40px; font-size:12px; color:#c0c4cc; text-align:center; }
novel-portal/src/main/resources/static/bk/site_css/main.css
.el-main .content { width:1200px; margin:0 auto; min-height:600px } .el-main .content-left { width:65%; height:100%; float:left } .content-left .el-menu { background:#fff; border-color:#f0f0f0; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05) } .el-main .content-right { width:400px; height:100%; float:right } .content-right .info { background:#fff; border-color:#f0f0f0; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05); margin-bottom:20px } .el-dropdown-menu--small .el-dropdown-menu__item { padding:2px 20px } .el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover { background-color:#fff } .el-card__body { padding:10px 15px } .nov_info { margin-top:15px; height:auto; min-height:780px; } .nov_info .el-card { height:80px; cursor:pointer } .nov_info .more { background:#f5f5f5; border-color:#f5f5f5; border:1px solid transparent; box-shadow:0 1px 1px rgba(0,0,0,.05); width:100%; height:42px; line-height:40px; margin-top:16px; cursor:pointer; text-align:center; font-size:13px; color:#606266 } .nov_info .base-info { height:30px; line-height:30px } .nov_info .base-info span { display:inline-block } .nov_info .base-info .classify { font-size:12px; color:#fff; padding:0 10px; border-radius:20px; margin-right:3px; height:22px; line-height:22px } .nov_info .base-info .counts { padding-left:5px; height:22px; line-height:22px } .nov_info .base-info .counts i { font-size:16px!important } .nov_info .base-info .number { font-size:13px; padding-left:2px; color:#909399 } .nov_info .base-info .name { font-size:16px } .nov_info .name a { text-decoration:none; color:#333 } .nov_info .updateTime { float:right; font-size:13px; color:#909399 } .nov_info .brief-info { height:30px; line-height:30px; font-size:13px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis } .nov_info .coatard { border-left:4px solid #f7941e } .nov_info .base-info .coatard { background:#f7941e } .nov_info .city { border-left:4px solid #2894cc } .nov_info .base-info .city { background:#2894cc } .nov_info .across { border-left:4px solid #f24551 } .nov_info .base-info .across { background:#f24551 } .nov_info .science { border-left:4px solid #45a7f2 } .nov_info .base-info .science { background:#45a7f2 } .nov_info .fantasy { border-left:4px solid #f8b668 } .nov_info .base-info .fantasy { background:#f8b668 } .nov_info .game { border-left:4px solid #28cc56 } .nov_info .base-info .game { background:#28cc56 } .hotInfo,.newInfo { padding:10px; background:#fff } .hotInfo .header,.newInfo .header { height:30px; line-height:30px; color:#f7941e } .hotInfo .title,.newInfo .title { display:inline-block; margin-left:5px } .hotInfo { margin-top:20px } .newInfo .detail,.hotInfo .detail { text-align:right } .newInfo .detail a,.hotInfo .detail a { text-decoration:underline; color:#f7941e } .adv { width:100%; height:160px; margin-top:20px; position:relative; } .icon-close { font-size:15px!important; opacity:.8; position:absolute; right:0px; top:0px; } .icon-close:hover { cursor:pointer } .fade-enter-active,.fade-leave-active { transition:opacity .5s } .fade-enter,.fade-leave-to { opacity:0 } .el-loading-spinner { top:10% } .tip { height:40px; line-height:40px; font-size:12px; color:#c0c4cc; text-align:center; }
0.395718
0.075927
*{ margin: 0px; padding: 0px; } .main{ /*background-color: rgb(61, 11, 11);*/ background-color: rgb(19,36,62); height:100vh; display: grid; grid-template-rows: repeat(3,1fr); grid-template-columns: repeat(3,1fr); } .main > div:nth-child(1){ display: inline-flex; align-items: center; justify-content: flex-start; } .main > div:nth-child(1) a{ text-decoration: none; } .main > div:nth-child(1) i{ color: ivory; opacity: 0.5; padding-left: 50px; transform:all 0.2s ease; } .main > div:nth-child(1) i:hover{ opacity: 0.8; } .gameCanvas{ position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: rgb(205, 233, 179); box-shadow: 0 0 20px 2px green,0 0 20px 2px green inset; display:grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,1fr); grid-gap:0px; } .gameCanvas div{ /*Content inside each div of gameCanvas is centered*/ color: rgb(17, 43, 17); display: inline-flex; justify-content: center; align-items: center; } .startScreen{ /*Same Position as the gameCanvas*/ position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: white; z-index: 1; display: inline-flex; justify-content: center; align-items: center; opacity: 0.5; } /*Part of the startScreen*/ #play{ color: rosybrown; transition: all 0.3s ease; } #play:hover{ cursor: pointer; color: red; } /*Circle inside each div of gameCanvas*/ #circle{ /*visibility: hidden;*/ display: none; } /*End Screen*/ /*Same Dimension as the startScreen and gameCanvas*/ .endScreen{ visibility: hidden; position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: white; z-index: 1; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0.5; } /*replay button*/ #replay{ visibility: hidden; margin: 30px; /*space between the 2 buttons*/ color: rosybrown; transition: all 0.3s ease; } #replay:hover{ cursor: pointer; color: red; } /*home button*/ #home_btn{ visibility: hidden; margin: 30px; /*space between the 2 buttons*/ text-decoration: none; color: rosybrown; transition: all 0.3s ease; } #home_btn:hover{ cursor: pointer; color: red; } /*right component*/ .right_comp{ display: inline-flex; flex-direction: column; align-items: center; justify-content: center; } .right_comp div{ border-radius: 5px; } .right_comp > div:nth-child(0){ margin-top: 40px; /*margin-bottom: 20px;*/ } .title{ display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-family: 'Press Start 2P', cursive; font-size: large; color: white; white-space: nowrap; } .title h1{ /*text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.5) cyan, 0 0 0.45em cyan;*/ /*text-shadow: 0 0 30px white,0 2px 10px #FF0000;*/ text-shadow:0 0 7px aquamarine, 0 0 10px aquamarine,0 0 21px aquamarine,0 0 30px white; animation: flicker 7s linear infinite; } @keyframes flicker{ 0%{ text-shadow:0 0 10px white,0 0 50px white; } 5%{ text-shadow:0 0 10px white,0 0 50px white; } 10%{ text-shadow:0 0 10px white; } 15%{ text-shadow:0 0 10px white,0 0 50px white; } 20%{ text-shadow:0 0 10px white; } 25%{ text-shadow:0 0 10px white,0 0 50px white; } 30%{ text-shadow:0 0 10px white; } 50%{ text-shadow:0 0 10px white,0 0 50px white; } 60%{ text-shadow:0 0 10px white,0 0 50px white; } 65%{ text-shadow:0 0 10px white; } 70%{ text-shadow:0 0 10px white,0 0 50px white; } 90%{ text-shadow:0 0 10px white; } 100%{ text-shadow:0 0 10px white,0 0 50px white; } } .right_comp > div:nth-child(1){ /*margin-top: 20px;*/ margin-bottom: 40px; } /*Score Block*/ .score,.timer{ padding: 10px; margin: 5px; border: 3px solid rgb(255, 48, 48); box-shadow: 0 0 20px 1px red,0 0 10px 1px red inset; background-color: peachpuff; height: 150px; width: 150px; display: inline-flex; align-items: center; justify-content: center; font-family: 'Red Hat Mono', monospace; font-size: xx-large; font-weight: lighter; color: black; } /*Score CSS Merge .score{ display: inline-flex; align-items: center; justify-content: center; font-family: 'Red Hat Mono', monospace; font-size: xx-large; font-weight: lighter; color: black; }*/
style/game.css
*{ margin: 0px; padding: 0px; } .main{ /*background-color: rgb(61, 11, 11);*/ background-color: rgb(19,36,62); height:100vh; display: grid; grid-template-rows: repeat(3,1fr); grid-template-columns: repeat(3,1fr); } .main > div:nth-child(1){ display: inline-flex; align-items: center; justify-content: flex-start; } .main > div:nth-child(1) a{ text-decoration: none; } .main > div:nth-child(1) i{ color: ivory; opacity: 0.5; padding-left: 50px; transform:all 0.2s ease; } .main > div:nth-child(1) i:hover{ opacity: 0.8; } .gameCanvas{ position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: rgb(205, 233, 179); box-shadow: 0 0 20px 2px green,0 0 20px 2px green inset; display:grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,1fr); grid-gap:0px; } .gameCanvas div{ /*Content inside each div of gameCanvas is centered*/ color: rgb(17, 43, 17); display: inline-flex; justify-content: center; align-items: center; } .startScreen{ /*Same Position as the gameCanvas*/ position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: white; z-index: 1; display: inline-flex; justify-content: center; align-items: center; opacity: 0.5; } /*Part of the startScreen*/ #play{ color: rosybrown; transition: all 0.3s ease; } #play:hover{ cursor: pointer; color: red; } /*Circle inside each div of gameCanvas*/ #circle{ /*visibility: hidden;*/ display: none; } /*End Screen*/ /*Same Dimension as the startScreen and gameCanvas*/ .endScreen{ visibility: hidden; position: absolute; height: 400px; width: 400px; top:50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background-color: white; z-index: 1; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0.5; } /*replay button*/ #replay{ visibility: hidden; margin: 30px; /*space between the 2 buttons*/ color: rosybrown; transition: all 0.3s ease; } #replay:hover{ cursor: pointer; color: red; } /*home button*/ #home_btn{ visibility: hidden; margin: 30px; /*space between the 2 buttons*/ text-decoration: none; color: rosybrown; transition: all 0.3s ease; } #home_btn:hover{ cursor: pointer; color: red; } /*right component*/ .right_comp{ display: inline-flex; flex-direction: column; align-items: center; justify-content: center; } .right_comp div{ border-radius: 5px; } .right_comp > div:nth-child(0){ margin-top: 40px; /*margin-bottom: 20px;*/ } .title{ display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-family: 'Press Start 2P', cursive; font-size: large; color: white; white-space: nowrap; } .title h1{ /*text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.5) cyan, 0 0 0.45em cyan;*/ /*text-shadow: 0 0 30px white,0 2px 10px #FF0000;*/ text-shadow:0 0 7px aquamarine, 0 0 10px aquamarine,0 0 21px aquamarine,0 0 30px white; animation: flicker 7s linear infinite; } @keyframes flicker{ 0%{ text-shadow:0 0 10px white,0 0 50px white; } 5%{ text-shadow:0 0 10px white,0 0 50px white; } 10%{ text-shadow:0 0 10px white; } 15%{ text-shadow:0 0 10px white,0 0 50px white; } 20%{ text-shadow:0 0 10px white; } 25%{ text-shadow:0 0 10px white,0 0 50px white; } 30%{ text-shadow:0 0 10px white; } 50%{ text-shadow:0 0 10px white,0 0 50px white; } 60%{ text-shadow:0 0 10px white,0 0 50px white; } 65%{ text-shadow:0 0 10px white; } 70%{ text-shadow:0 0 10px white,0 0 50px white; } 90%{ text-shadow:0 0 10px white; } 100%{ text-shadow:0 0 10px white,0 0 50px white; } } .right_comp > div:nth-child(1){ /*margin-top: 20px;*/ margin-bottom: 40px; } /*Score Block*/ .score,.timer{ padding: 10px; margin: 5px; border: 3px solid rgb(255, 48, 48); box-shadow: 0 0 20px 1px red,0 0 10px 1px red inset; background-color: peachpuff; height: 150px; width: 150px; display: inline-flex; align-items: center; justify-content: center; font-family: 'Red Hat Mono', monospace; font-size: xx-large; font-weight: lighter; color: black; } /*Score CSS Merge .score{ display: inline-flex; align-items: center; justify-content: center; font-family: 'Red Hat Mono', monospace; font-size: xx-large; font-weight: lighter; color: black; }*/
0.278355
0.098642
@charset "UTF-8"; /*! Theme Name: Underboot Space Theme Theme URI: http://benwhit.co Author: <NAME> Author URI: http://benwhit.co Description: Underboot Child theme Template: underboot Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: underboot Tags: This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. underboot is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of <NAME> and <NAME> http://necolas.github.com/normalize.css/ */ .hs { position: relative; z-index: 1; } .hs__heading { position: absolute; top: 10%; left: 0; right: 0; margin: auto; font: bold 90px/90px sans-serif; text-transform: uppercase; text-align: center; color: #FFF; z-index: 10; } .hs__slide { height: 100vh; background-color: #4DC7A0; padding: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } .hs_caption { position: absolute; width: 50%; bottom: 30vh; left: 0; right: 0; margin: auto; font-family: 'Open Sans', sans-serif; text-align: center; color: #FFF; } .hs__slide__heading { font-size: 50px; line-height: 54px; text-transform: uppercase; } .hs__slide__subheading { font-size: 28px; line-height: 28px; font-weight: 100; } .active .hs__slide__heading { top: 50%; opacity: 1; transition: all 0.8s ease-in-out; } /* Slider background Images */ .hs__slide--one { background-image: url(./images/slides/slide1.jpg); } .hs__slide--two { background-image: url(./images/slides/slide2.jpg); } .hs__slide--three { background-image: url(./images/slides/slide3.jpg); } .hs__slide--four { background-image: url(./images/slides/slide4.jpg); } .hs__slide--five { background-image: url(./images/slides/slide5.jpg); } .hs__slide--six { background-image: url(./images/slides/slide6.jpg); } .owl-theme .owl-controls { position: absolute; margin: auto; text-align: center; left: 0; right: 0; bottom: 15vh; } .owl-prev, .owl-next { padding: 10px 45px !important; background: none !important; margin: 20px 10px !important; border: 1px solid #FFF; } .no-padding { padding: 0; } #wrapper-hero { background: #ececec; } .hero__title { line-height: 70px; text-transform: uppercase; } .hero__title small { font-size: 50%; color: #999; } body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; } img { max-width: 100%; } section { clear: both; padding: 40px 0 60px; } .section__title { padding: 0 0 40px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; } .section__title small { font-size: 50%; font-weight: #ececec; text-transform: lowercase; } a { font-family: 'Open Sans', sans-serif; } h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', sans-serif; word-break: break-word; } h1 { font-size: 85px; line-height: 85px; font-weight: bold; letter-spacing: 1px; margin: 30px 0 65px; } h2 { font-size: 38px; line-height: 38px; font-weight: bold; margin: 5px 0 10px; } h3 { font-size: 32px; line-height: 36px; font-weight: bold; margin: 5px 0; } h4 { font-size: 28px; line-height: 36px; margin: 5px 0; } h5, h6 { font-size: 16px; line-height: 28px; margin: 5px 0; } /* Parallax Section =================================== */ .parallax { height: 300px; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } .parallax h1 { margin: 0; color: #FFF; font-size: 36px; line-height: 300px; font-weight: 700; text-align: center; text-transform: uppercase; } .parallax-1 { background-image: url("/wp-content/themes/underboot-space/images/parallax1.jpg"); } .parallax-2 { background-image: url("/wp-content/themes/underboot-space/images/parallax2.jpg"); } @media all and (min-width: 600px) { .parallax h1 { font-size: 96px; } } @media all and (min-width: 960px) { .parallax h1 { font-size: 160px; } } /* Navbar =================================== */ .navbar { position: absolute; background: none; width: 100%; z-index: 999; } .navbar-brand { float: left; line-height: 70px; font-weight: bold; letter-spacing: 2px; } .navbar-brand img { float: left; max-height: 70px; padding-right: 20px; } .nav-wrapper { width: 100%; } .collapse { float: right; } .dropdown-menu .nav-link { line-height: initial !important; } .navbar-dark .navbar-nav .nav-link { font-size: 16px; line-height: 70px; padding: 5px 10px; color: #FFF; } /* BUTTONS =================================== */ .btn.btn-primary { background: none; color: #000; padding: 10px 40px; margin: 20px 10px 10px; border-radius: 0; } /* HOME =================================== */ .home header.entry-header { display: none; } /* RECENT POSTS =================================== */ .m-recentpost img { width: 100%; } .m-recentpost__hr { border-top:4px solid #000; margin: 25px auto; width: 20%; }
style.css
@charset "UTF-8"; /*! Theme Name: Underboot Space Theme Theme URI: http://benwhit.co Author: <NAME> Author URI: http://benwhit.co Description: Underboot Child theme Template: underboot Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: underboot Tags: This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. underboot is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of <NAME> and <NAME> http://necolas.github.com/normalize.css/ */ .hs { position: relative; z-index: 1; } .hs__heading { position: absolute; top: 10%; left: 0; right: 0; margin: auto; font: bold 90px/90px sans-serif; text-transform: uppercase; text-align: center; color: #FFF; z-index: 10; } .hs__slide { height: 100vh; background-color: #4DC7A0; padding: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } .hs_caption { position: absolute; width: 50%; bottom: 30vh; left: 0; right: 0; margin: auto; font-family: 'Open Sans', sans-serif; text-align: center; color: #FFF; } .hs__slide__heading { font-size: 50px; line-height: 54px; text-transform: uppercase; } .hs__slide__subheading { font-size: 28px; line-height: 28px; font-weight: 100; } .active .hs__slide__heading { top: 50%; opacity: 1; transition: all 0.8s ease-in-out; } /* Slider background Images */ .hs__slide--one { background-image: url(./images/slides/slide1.jpg); } .hs__slide--two { background-image: url(./images/slides/slide2.jpg); } .hs__slide--three { background-image: url(./images/slides/slide3.jpg); } .hs__slide--four { background-image: url(./images/slides/slide4.jpg); } .hs__slide--five { background-image: url(./images/slides/slide5.jpg); } .hs__slide--six { background-image: url(./images/slides/slide6.jpg); } .owl-theme .owl-controls { position: absolute; margin: auto; text-align: center; left: 0; right: 0; bottom: 15vh; } .owl-prev, .owl-next { padding: 10px 45px !important; background: none !important; margin: 20px 10px !important; border: 1px solid #FFF; } .no-padding { padding: 0; } #wrapper-hero { background: #ececec; } .hero__title { line-height: 70px; text-transform: uppercase; } .hero__title small { font-size: 50%; color: #999; } body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; } img { max-width: 100%; } section { clear: both; padding: 40px 0 60px; } .section__title { padding: 0 0 40px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; } .section__title small { font-size: 50%; font-weight: #ececec; text-transform: lowercase; } a { font-family: 'Open Sans', sans-serif; } h1,h2,h3,h4,h5,h6 { font-family: 'Open Sans', sans-serif; word-break: break-word; } h1 { font-size: 85px; line-height: 85px; font-weight: bold; letter-spacing: 1px; margin: 30px 0 65px; } h2 { font-size: 38px; line-height: 38px; font-weight: bold; margin: 5px 0 10px; } h3 { font-size: 32px; line-height: 36px; font-weight: bold; margin: 5px 0; } h4 { font-size: 28px; line-height: 36px; margin: 5px 0; } h5, h6 { font-size: 16px; line-height: 28px; margin: 5px 0; } /* Parallax Section =================================== */ .parallax { height: 300px; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } .parallax h1 { margin: 0; color: #FFF; font-size: 36px; line-height: 300px; font-weight: 700; text-align: center; text-transform: uppercase; } .parallax-1 { background-image: url("/wp-content/themes/underboot-space/images/parallax1.jpg"); } .parallax-2 { background-image: url("/wp-content/themes/underboot-space/images/parallax2.jpg"); } @media all and (min-width: 600px) { .parallax h1 { font-size: 96px; } } @media all and (min-width: 960px) { .parallax h1 { font-size: 160px; } } /* Navbar =================================== */ .navbar { position: absolute; background: none; width: 100%; z-index: 999; } .navbar-brand { float: left; line-height: 70px; font-weight: bold; letter-spacing: 2px; } .navbar-brand img { float: left; max-height: 70px; padding-right: 20px; } .nav-wrapper { width: 100%; } .collapse { float: right; } .dropdown-menu .nav-link { line-height: initial !important; } .navbar-dark .navbar-nav .nav-link { font-size: 16px; line-height: 70px; padding: 5px 10px; color: #FFF; } /* BUTTONS =================================== */ .btn.btn-primary { background: none; color: #000; padding: 10px 40px; margin: 20px 10px 10px; border-radius: 0; } /* HOME =================================== */ .home header.entry-header { display: none; } /* RECENT POSTS =================================== */ .m-recentpost img { width: 100%; } .m-recentpost__hr { border-top:4px solid #000; margin: 25px auto; width: 20%; }
0.395835
0.058185
.move { background:#e6eee8; } .title { font-size: 18px; font-weight: bold; margin:0 32px; } .blue { color:blue; } .gray { background:#f1f1f1; } #re .modal .layout-px-spacing { height: auto !important; min-height: 10px !important; } .re_head { border-radius: 5px; background:#fff; padding:1rem; margin-top: 1rem; } .re_head h4 { color:blue; font-size: 21px; } .re_head h5 { font-size: 16px; } .re_body { text-align: center; background:#fff; padding:1rem; border-radius: 5px; } .re_body img { width:50%; height: auto; } #original-img { width: 400px; height: 400px; border: 1px solid #000; } #original-img img { width: 100%; height: 100%; } #original-img span { width: 40px; height: 40px; position: absolute; border: 1px solid #83828A; background-color: rgba(130, 130, 130, .5); display: none; } #zoom-img { width: 400px; height: 400px; overflow: hidden; position: relative; border: 1px solid #000; } #zoom-img img { position: absolute; top: 0; left: 0; display: none; } .gray_border { border:3px solid #f1f1f1; padding:1rem; } .gray_border center { color:#f00; font-weight: bold; font-size: 21px; } .gray_border h5 { font-size: 16px; font-weight: bold; color:blue; } .course_wrap { background:#f9f9f9; padding:1rem; } input,textarea,select { max-width: 100% !important; box-sizing: border-box; } .row { max-width: 100% !important; } .add_button { position: fixed; right:30px; bottom: 30px; } .add_button a { width:50px; height:50px; line-height: 48px; font-weight: bold; font-size: 32px; background:#1b55e2; color:#fff; display: inline-block; border-radius: 50%; text-align: center; } .add_button a:hover { color:#fff !important; } .company_wrap.gray { padding:1rem; } .caret { width:100%; display: block; } .area_add_name, .shop_add_name { border:none; border-bottom: 1px solid #ccc; } .sub_add_name { border:none; border-bottom: 1px solid #ccc; } .tree_shop_delete svg { margin-left: 5px; } body input[disabled].dis { border: none; background: none !important; color: #000; font-size: 14px; cursor: pointer; } /* グローバル */ svg { width:15px; height:15px; } .tree_shop_delete svg, .area_add_btn svg, .sub_add_btn svg, .shop_add_btn svg, .tree_edit svg { cursor: pointer; } .nested li { color:#000 !important; } a { cursor: pointer; } .nav-item { position: relative; } /* コース */ .course_delete { position: absolute; right: 10px; top: 8px; } .course_delete svg { color:#f00; } .nav-link { display: block; padding: .5rem 2rem .5rem 1rem !important; } .caret { margin-bottom: 10px; } #myUL input { border:none; border-bottom: 1px solid #ccc; } .caret a { background: #0d1a59; color: #fff !important; font-weight: normal; font-size: 10px; padding: 3px 10px; border-radius: 10px; position: relative; top: -1px; margin-left: 10px; } .caret .delete_btn { background:brown; } body input[disabled] { color:#000 !important; background-color:#fff !important; border: none !important; padding: 0; position: relative; top:-2px; } /* エンドユーザー */ .user_wrap { width:100%; }
public/assets/css/global.css
.move { background:#e6eee8; } .title { font-size: 18px; font-weight: bold; margin:0 32px; } .blue { color:blue; } .gray { background:#f1f1f1; } #re .modal .layout-px-spacing { height: auto !important; min-height: 10px !important; } .re_head { border-radius: 5px; background:#fff; padding:1rem; margin-top: 1rem; } .re_head h4 { color:blue; font-size: 21px; } .re_head h5 { font-size: 16px; } .re_body { text-align: center; background:#fff; padding:1rem; border-radius: 5px; } .re_body img { width:50%; height: auto; } #original-img { width: 400px; height: 400px; border: 1px solid #000; } #original-img img { width: 100%; height: 100%; } #original-img span { width: 40px; height: 40px; position: absolute; border: 1px solid #83828A; background-color: rgba(130, 130, 130, .5); display: none; } #zoom-img { width: 400px; height: 400px; overflow: hidden; position: relative; border: 1px solid #000; } #zoom-img img { position: absolute; top: 0; left: 0; display: none; } .gray_border { border:3px solid #f1f1f1; padding:1rem; } .gray_border center { color:#f00; font-weight: bold; font-size: 21px; } .gray_border h5 { font-size: 16px; font-weight: bold; color:blue; } .course_wrap { background:#f9f9f9; padding:1rem; } input,textarea,select { max-width: 100% !important; box-sizing: border-box; } .row { max-width: 100% !important; } .add_button { position: fixed; right:30px; bottom: 30px; } .add_button a { width:50px; height:50px; line-height: 48px; font-weight: bold; font-size: 32px; background:#1b55e2; color:#fff; display: inline-block; border-radius: 50%; text-align: center; } .add_button a:hover { color:#fff !important; } .company_wrap.gray { padding:1rem; } .caret { width:100%; display: block; } .area_add_name, .shop_add_name { border:none; border-bottom: 1px solid #ccc; } .sub_add_name { border:none; border-bottom: 1px solid #ccc; } .tree_shop_delete svg { margin-left: 5px; } body input[disabled].dis { border: none; background: none !important; color: #000; font-size: 14px; cursor: pointer; } /* グローバル */ svg { width:15px; height:15px; } .tree_shop_delete svg, .area_add_btn svg, .sub_add_btn svg, .shop_add_btn svg, .tree_edit svg { cursor: pointer; } .nested li { color:#000 !important; } a { cursor: pointer; } .nav-item { position: relative; } /* コース */ .course_delete { position: absolute; right: 10px; top: 8px; } .course_delete svg { color:#f00; } .nav-link { display: block; padding: .5rem 2rem .5rem 1rem !important; } .caret { margin-bottom: 10px; } #myUL input { border:none; border-bottom: 1px solid #ccc; } .caret a { background: #0d1a59; color: #fff !important; font-weight: normal; font-size: 10px; padding: 3px 10px; border-radius: 10px; position: relative; top: -1px; margin-left: 10px; } .caret .delete_btn { background:brown; } body input[disabled] { color:#000 !important; background-color:#fff !important; border: none !important; padding: 0; position: relative; top:-2px; } /* エンドユーザー */ .user_wrap { width:100%; }
0.324235
0.111096
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{ margin:0; padding:0; list-style:none; } body{ font:14px "simhei",Arial,Helvetica,sans-serif; color:#666; margin:0; padding:0; /*background-color:#f5f5f5;*/ display:block; } .header{ position:absolute; height:60px; width:100%; z-index:1000; } .header div.logo{ float:left; } .header div.logo a{ text-decoration: none; color:#0073b6; } .header div.logo img{ width:76px; height:36px; margin-left:30px; margin-top:14px; } .header ul.nav-list{ float:left; display:flex; padding-left:20px; margin-top:0; margin-bottom:10px; } .header ul.nav-list li{ padding:18px 16px; font-size: 18px; font-weight:bold; border-top:2px solid transparent; position: relative; } .header ul.nav-list li:hover{ border-top:2px solid white; } .header ul.nav-list li a{ color:white; text-decoration: none; background: transparent; } .drop-content div.drop-one{ width:168px; background: white; border-radius:6px; position: absolute; top:46px; left:-10px; } .drop-content div.drop-one ul li{ padding:6px 39px 3px 9px; font-size: 16px; color:black; font-weight: normal; margin-bottom:5px; } .drop-content img{ position: absolute; top:36px; right:61px; } .drop-one ul li:hover{ background: #E3FAE1; cursor: pointer; } .drop-reserve div.drop-two{ width: 113px; background: white; border-radius: 6px; position:absolute; top:46px; left:9px; } .drop-reserve div.drop-two ul li{ padding:3px 39px 3px 9px; font-size: 16px; color:black; font-weight: normal; margin-bottom: 5px; } .drop-reserve img{ position:absolute; top:36px; left:34px; } .drop-two ul li:hover{ background: #E3FAE1; cursor: pointer; } .header div.search{ float:right; width:39%; height:100%; display:flex; justify-content: space-around; } .header div.search form{ width:230px; margin-top:18px; min-height:25px; } .header div.search form input{ border-radius: 5px; height:25px; width:70%; border:0; float:right; } .header div.search form a img{ transform: translate(207px,0); } .header div.search div.login{ float:right; display:flex; padding-left:20px; width:270px; justify-content: space-around; } .header div.search div.login a{ cursor: auto; color:white; } .header div.search div.login a img{ width:22px; height:22px; margin-top:18px; } .header div.search div.login div.log{ display:flex; justify-content: space-around; width:160px; margin-top:18px; } .header div.search div.login div.log a{ font-size: 15px; text-decoration: none; } .header div.seek{ position:absolute; width:621px; height:120px; bottom:-300px; left:50%; margin-left:-310px; background:rgba(0,0,0,0.5); z-index:10; border-radius: 3px; } .header div.seek div.list{ margin-top:15px; } .header div.seek div.list a{ width:23.5%; font-size:20px; text-align: center; font-weight:bold; color:white; display:inline-block; text-decoration: none; } .header div.seek div.list a:hover{ text-shadow:0 0 3px rgba(0,0,0,.4); } .header div.seek div.search-middle{ position:relative; display:flex; } .header div.seek div.search-middle form{ width:83%; } .header div.seek div.search-middle form input{ width:100%; height:40px; margin:15px 0 0 10px; padding:10px; font-size:18px; border-radius: 3px 0 0 3px; border:0; } .header div.seek div.search-middle button{ width:15%; height:40px; margin:15px 0; background: #2dd382; font-size: 18px; border:0; color:white; font-weight:700; border-radius: 0 3px 3px 0; } .header div.seek div.search-middle div.search-list{ width: 504px; height:152px; position:absolute; top:63px; left:11px; background:white; border-radius: 3px; padding:10px; } .header div.seek div.search-middle div.search-list div.hot-city{ width:100%; height:36px; background:#f5f5f5; } .header div.seek div.search-middle div.search-list div.hot-city span{ font-size:20px; line-height: 37px; margin-left:10px; } .header div.seek div.search-middle div.search-list div.cities{ padding-left:10px; } .header div.seek div.search-middle div.search-list div.cities a{ font-size:16px; color:black; height:30px; padding:1px 10px; text-decoration: none; line-height:30px; } .header div.seek div.search-middle div.search-list div.cities a:hover{ background:#E3FAE1; border-radius: 3px; } /*************************ads*****************************/ .ads{ background-color:#F2DEDE; border-style:solid; border-color:#ececec; border-width:1px 0; } .ads div.ads-1{ text-align: center; margin:0 auto; display: flex; padding:20px 0; width:1160px; justify-content: space-between; } /**************************今日推荐*******************************/ .f1{ min-width:1160px; padding:20px 0; } .f1 div h1{ text-align: center; margin:0 auto; width:1160px; } .f1 div.recommend{ margin:0 auto; width:1160px; } div.recommend div.rec-list{ display:flex; flex-flow:wrap; justify-content: space-between; margin-top: 20px; } div.rec-list div.item{ position:relative; padding-top:18px; } div.item dl{ border:1px solid #ddd; height:307px; } div.item dl:hover img{ transform:scale(1.2); cursor: pointer; } /*将该图片的外框设置为固定,放大超出的地方使其隐藏*/ div.item dl dt{ width:275px; height:185px; overflow: hidden; } div.item dl dd:hover a{ color:#10b041; cursor: pointer; } div.item dl dt a img{ transition: all 1.2s ease; } div.item dl a div.tag{ position:absolute; top:30px; left:10px; color:#fff; background-color:rgba(0,0,0,.2); border-radius: 12px; font-size:15px; padding:0 8px; } div.item dl dd{ width:275px; height:79px; padding:10px 15px; overflow: hidden; } div.item dl dd a{ font-size:16px; font-weight:bold ; color:#323232; text-decoration: none; } div.item dl dd span{ color:#636363; font-size:14px; font-weight:bold; line-height: 19px ; } div.item dl dd span em{ color:#ff7466; font-size:24px; font-style: normal; font-weight:bolder; } div.item dl dd:nth-child(3) span:nth-child(2){ float:right; color:#959595; } div.rec-list div.login{ border:1px solid #ddd; width:275px; height:307px; border-top:2px solid #10b041; background-color: #F8F8F8; margin-top:18px; } div.login div.login-title{ text-align: center; } div.login-title h3{ margin-top:15px; } div.login-title p{ margin-top:15px; color:#959595; } div.login div.login-link{ text-align: center; margin-top:30px; color:#959595; } div.login-link button{ display:block; text-align: center; width:235px; height:40px; margin:0 auto; background-color:#10b041; font-size:20px; font-weight:bold; border:0; color:white; border-radius: 6px; margin-bottom:20px; } div.login-link span a{ color:#10b041; } div.auto-login{ text-align: center; margin-top:40px; } div.auto-login a{ color:#10b041; } /*****************************穷游商城*********************************/ .f2{ background:linear-gradient(180deg,#6dd27c,#1bcdae); width:100%; min-height:500px; margin:48px 0 50px 0; } .f2 div.cheap-malls{ width:1160px; height:650px; margin:0 auto; position:relative; } .cheap-malls h1{ text-align: center; color:white; padding:40px 0; font-size: 36px; font-style: normal; } div.mall-1{ overflow: hidden; position:absolute; } div.mall-1 div.poor-tour{ display:flex; justify-content: space-between; flex-flow: wrap; } div.poor-tour div.pic{ width:370px; background:white; padding:20px; display:flex; justify-content: space-between; cursor: pointer; margin-bottom:28px; } div.poor-tour div.pic-inner{ width:190px; height:120px; } div.pic-inner div.title{ font-size:16px; font-weight: bold; max-height: 38px; overflow: hidden; } div.pic :hover div.title{ color:#10B041; } .pic-inner div.qz{ margin-top:10px; line-height: 20px; } .pic-inner div.qz .time{ float:right; } .pic-inner div.qz .time span{ color:#959495; } div.qz .tag a{ border:1px solid #10B041; color:#10B041; font-size:18px; } div.pic-inner div.price{ float:right; margin-top:23px; } .price span em{ font-size:28px; color:#ff7466; font-style: normal; } .price span{ font-size:18px; } .cheap-malls div.slide-btn{ width:100%; position:absolute; clear: both; top:510px; text-align: center; } .slide-btn a.bt1{ display: inline-block; border:1px solid #ffffff; width:35px; height:8px; border-radius: 3px; } /*.slide-btn a:hover{*/ /*background: white;*/ /*}*/ .slide-btn a.active{ background:white ; } .more-btn{ width:100%; position:absolute; top:568px; text-align: center; } .more-btn button{ width:220px; height:50px; border:0; background: white; color:#636363; font-size:20px; border-radius: 4px; } /*******************************热门游记与话题********************************/ .f3{ width:1160px; margin:0 auto; height:870px; position:relative; } .f3 h1{ text-align: center; } .f3 div.hot-tip{ margin-top:50px; position:absolute; justify-content: space-between; } .hot-tip div{ justify-content: space-between; position:relative; float: left; } div.hot-tip div.tip{ width:275px; height:290px; border:1px solid #ddd; margin-bottom:20px; margin-left: 15px; } div.tip div.img{ width:275px; height:185px; overflow:hidden; } /**鼠标移入部分**/ div.hot-tip div.tip:hover img.img-1{ transform: scale(1.1); cursor: pointer; } .tip div.img a img{ transition: all 1s linear; } div.tip-title:hover a{ color:#10B041; } .avatar-name:hover a{ color:#10B041; } .tip:hover{ box-shadow:0 0 15px #959495; } /***********鼠标移入***************/ div.img a:nth-child(2){ width:30px; height:30px; position:absolute; top:155px; left:250px; color:white; font-weight: bold; } div.tip-inner{ padding:0 15px; min-height:30px; } .tip-inner div:nth-child(1){ position:relative; } .avatar a img{ margin-top:-28px; border-radius: 50%; background:#ffffff; padding:4px; width:56px; height:56px; } .avatar-name a{ font-size:14px; color:#636363; margin-top:5px; display: inline-block; text-decoration: none; } .tip-title{ margin-top:10px; overflow: hidden; max-height:40px; } .tip-title a{ font-size: 18px; /*font-weight: bold;*/ color:black; text-decoration: none; } div.slide-btn0{ width:100%; position:absolute; clear: both; top:724px; text-align: center; margin-left: 8px; } .slide-btn0 a.bt0{ display: inline-block; border:1px solid #ffffff; width:35px; height:10px; border-radius: 3px; background: #d7d7d7; } .slide-btn0 a.active{ background:#27CEA8 ; } .more-btn0{ width:100%; position:absolute; top:780px; text-align: center; } .more-btn0 button{ width:220px; height:50px; border:0; background: #27CEA8; color:white; font-size:20px; border-radius: 4px; margin-left: 10px; transition: all 1s linear; } .more-btn0 button:hover{ box-shadow:0 0 15px #959495; } /*********************************f4***********************************/ .f4{ width:100%; background:#f5f5f5; } /*********************f4-1**************************/ .f4 div.f4-1{ width:1160px; margin:0 auto; min-height:300px; display: flex; justify-content: space-between; } .f4-1 div:nth-child(1){ width:760px; } .f4-1 h1{ font-size:30px; padding:20px 0; } .feel{ display: flex; justify-content: space-between; } .feel div.jne{ width: 370px; height:340px; /*border: 1px solid #ddd;*/ transition: all 1s linear; } .feel div.jne:hover{ box-shadow: 0 0 10px #959495; } .jne div.jne-img{ width:370px; overflow: hidden; } .jne:hover img{ transform: scale(1.1); } .jne div.jne-img a img{ width:370px; height:215px; transition: all 1s linear; } .jne div.jne-content{ padding:12px 22px 0 22px; } .jne-content p{ font-size: 17px; color: #000000; } .jne-content .jne-inner{ margin-top:34px; display: flex; justify-content: space-between; } .jne-inner div.price-num{ width:160px; height:40px; } .price-num a:nth-child(1){ display: block; text-decoration: none; color:#FD756A; font-size:15px; } .price-num a:last-child{ text-decoration: none; color:#959595; } .jne-inner button{ width:160px; height:40px; background:#FD756A ; border:0; color:white; border-radius: 4px; font-size: 20px; } .feel div.try{ width:370px; height:340px; } .try div.try-content{ display:flex; background: white; } .try div.try-content a img{ width:170px; height:124px; } .try-content .try-inner{ width: 200px; height:124px; padding:12px 22px; } .try-inner h4{ font-size:18px; margin:10px 0; color: #000000; } .try-inner div:nth-child(2){ color:#FD756A; } .try-inner div:last-child{ color:#959495; } .try div.try-join{ width:100%; margin-top:25px; min-height: 66px; background: white; } .try-join ul{ display:flex; justify-content: space-between; } ul.join-avatar li a{ font-size: 20px; line-height: 40px; padding-left:5px; text-decoration: none; color: #787878; } ul.join-avatar li img{ width:40px; height:40px; } .plan .plan-content{ width:370px; min-height: 200px; } .plan-content div.plan-head{ width:100%; padding:14px 15px; background: white; } .plan-content .plan-head ul{ display: flex; } .plan-head ul li{ font-size:18px; width:33.33%; text-align: center; border-left:1px solid #959595; cursor: pointer; } .plan-head ul li:hover{ color:#1ABB9C; } .plan-head ul li:first-child{ border:0; } .plan-content div.plan-more{ height:58px; text-align: center; background: #ECECEC; } .plan-more a{ font-size:20px; line-height:58px; color:#9ea190; text-decoration: none; } /***********************f4-2***************************/ .f4 div.f4-2{ text-align: center; margin: 20px 0; } /************************f4-3**************************/ .f4 div.f4-3{ width:100%; min-height:200px; padding:60px 0 0 0; border-bottom:2px solid #31B85D; background: white; } .f4-3 div.code{ width:1160px; margin:0 auto; display: flex; justify-content: space-between; } .code div.qy-code{ width:45%; display: flex; justify-content: space-between; } .qy-code h2{ line-height: 72px; color:black; font-family:sans-serif; } .qy-code dl dt img{ width:80px; height:80px; } .qy-code dl dd{ text-align: center; font-size: 15px; margin-top: 6px; } .code div.chat-code{ width:45%; display: flex; justify-content: space-between; } .chat-code h2{ line-height: 72px; color:black; font-family:sans-serif; } .chat-code dl dt img{ width:80px; height:80px; } .chat-code dl dd{ text-align: center; font-size: 15px; margin-top: 6px; } /**********************************关于我们*************************************/ div.bottom{ background: #323232; color:#9ea190; padding:30px 0 40px 0; } .bottom div.about{ width:1160px; margin:0 auto; min-height:150px; } .about ul.about-content{ display: flex; } .about-content li ul{ margin-right:60px; font-size: 18px; } .about-content li ul li:first-child{ border-left: 3px solid #31B85D; margin-bottom:10px; } .about-content li ul li{ padding:0 0 0 20px; } .about-content li ul li:not(:first-child){ font-size: 15px; margin-bottom:10px; padding-left:23px; } .about-content li ul li a{ color:silver; text-decoration: none; } /***************************footer*******************************/ .footer{ background: #242424; } .footer div.footer-content{ width:92%; margin:0 auto; padding:20px 0; min-height:100px; } .footer-content div.footer-inner a img{ vertical-align:top; } .footer-inner span{ display:inline-block; width:83%; padding-right:20px; } .footer-link div.link-inner{ width:92%; margin:0 auto; } .link-inner span:first-child{ display: inline-block; min-height: 50px; float: left; margin-right:10px; font-size: 16px; color: #636363; text-decoration: none; } .link-inner span:last-child a{ color: #3f3f3f; text-decoration: none; font-size: 14px; } .link-inner span:last-child a:hover{ color:white; }
css/index.css
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{ margin:0; padding:0; list-style:none; } body{ font:14px "simhei",Arial,Helvetica,sans-serif; color:#666; margin:0; padding:0; /*background-color:#f5f5f5;*/ display:block; } .header{ position:absolute; height:60px; width:100%; z-index:1000; } .header div.logo{ float:left; } .header div.logo a{ text-decoration: none; color:#0073b6; } .header div.logo img{ width:76px; height:36px; margin-left:30px; margin-top:14px; } .header ul.nav-list{ float:left; display:flex; padding-left:20px; margin-top:0; margin-bottom:10px; } .header ul.nav-list li{ padding:18px 16px; font-size: 18px; font-weight:bold; border-top:2px solid transparent; position: relative; } .header ul.nav-list li:hover{ border-top:2px solid white; } .header ul.nav-list li a{ color:white; text-decoration: none; background: transparent; } .drop-content div.drop-one{ width:168px; background: white; border-radius:6px; position: absolute; top:46px; left:-10px; } .drop-content div.drop-one ul li{ padding:6px 39px 3px 9px; font-size: 16px; color:black; font-weight: normal; margin-bottom:5px; } .drop-content img{ position: absolute; top:36px; right:61px; } .drop-one ul li:hover{ background: #E3FAE1; cursor: pointer; } .drop-reserve div.drop-two{ width: 113px; background: white; border-radius: 6px; position:absolute; top:46px; left:9px; } .drop-reserve div.drop-two ul li{ padding:3px 39px 3px 9px; font-size: 16px; color:black; font-weight: normal; margin-bottom: 5px; } .drop-reserve img{ position:absolute; top:36px; left:34px; } .drop-two ul li:hover{ background: #E3FAE1; cursor: pointer; } .header div.search{ float:right; width:39%; height:100%; display:flex; justify-content: space-around; } .header div.search form{ width:230px; margin-top:18px; min-height:25px; } .header div.search form input{ border-radius: 5px; height:25px; width:70%; border:0; float:right; } .header div.search form a img{ transform: translate(207px,0); } .header div.search div.login{ float:right; display:flex; padding-left:20px; width:270px; justify-content: space-around; } .header div.search div.login a{ cursor: auto; color:white; } .header div.search div.login a img{ width:22px; height:22px; margin-top:18px; } .header div.search div.login div.log{ display:flex; justify-content: space-around; width:160px; margin-top:18px; } .header div.search div.login div.log a{ font-size: 15px; text-decoration: none; } .header div.seek{ position:absolute; width:621px; height:120px; bottom:-300px; left:50%; margin-left:-310px; background:rgba(0,0,0,0.5); z-index:10; border-radius: 3px; } .header div.seek div.list{ margin-top:15px; } .header div.seek div.list a{ width:23.5%; font-size:20px; text-align: center; font-weight:bold; color:white; display:inline-block; text-decoration: none; } .header div.seek div.list a:hover{ text-shadow:0 0 3px rgba(0,0,0,.4); } .header div.seek div.search-middle{ position:relative; display:flex; } .header div.seek div.search-middle form{ width:83%; } .header div.seek div.search-middle form input{ width:100%; height:40px; margin:15px 0 0 10px; padding:10px; font-size:18px; border-radius: 3px 0 0 3px; border:0; } .header div.seek div.search-middle button{ width:15%; height:40px; margin:15px 0; background: #2dd382; font-size: 18px; border:0; color:white; font-weight:700; border-radius: 0 3px 3px 0; } .header div.seek div.search-middle div.search-list{ width: 504px; height:152px; position:absolute; top:63px; left:11px; background:white; border-radius: 3px; padding:10px; } .header div.seek div.search-middle div.search-list div.hot-city{ width:100%; height:36px; background:#f5f5f5; } .header div.seek div.search-middle div.search-list div.hot-city span{ font-size:20px; line-height: 37px; margin-left:10px; } .header div.seek div.search-middle div.search-list div.cities{ padding-left:10px; } .header div.seek div.search-middle div.search-list div.cities a{ font-size:16px; color:black; height:30px; padding:1px 10px; text-decoration: none; line-height:30px; } .header div.seek div.search-middle div.search-list div.cities a:hover{ background:#E3FAE1; border-radius: 3px; } /*************************ads*****************************/ .ads{ background-color:#F2DEDE; border-style:solid; border-color:#ececec; border-width:1px 0; } .ads div.ads-1{ text-align: center; margin:0 auto; display: flex; padding:20px 0; width:1160px; justify-content: space-between; } /**************************今日推荐*******************************/ .f1{ min-width:1160px; padding:20px 0; } .f1 div h1{ text-align: center; margin:0 auto; width:1160px; } .f1 div.recommend{ margin:0 auto; width:1160px; } div.recommend div.rec-list{ display:flex; flex-flow:wrap; justify-content: space-between; margin-top: 20px; } div.rec-list div.item{ position:relative; padding-top:18px; } div.item dl{ border:1px solid #ddd; height:307px; } div.item dl:hover img{ transform:scale(1.2); cursor: pointer; } /*将该图片的外框设置为固定,放大超出的地方使其隐藏*/ div.item dl dt{ width:275px; height:185px; overflow: hidden; } div.item dl dd:hover a{ color:#10b041; cursor: pointer; } div.item dl dt a img{ transition: all 1.2s ease; } div.item dl a div.tag{ position:absolute; top:30px; left:10px; color:#fff; background-color:rgba(0,0,0,.2); border-radius: 12px; font-size:15px; padding:0 8px; } div.item dl dd{ width:275px; height:79px; padding:10px 15px; overflow: hidden; } div.item dl dd a{ font-size:16px; font-weight:bold ; color:#323232; text-decoration: none; } div.item dl dd span{ color:#636363; font-size:14px; font-weight:bold; line-height: 19px ; } div.item dl dd span em{ color:#ff7466; font-size:24px; font-style: normal; font-weight:bolder; } div.item dl dd:nth-child(3) span:nth-child(2){ float:right; color:#959595; } div.rec-list div.login{ border:1px solid #ddd; width:275px; height:307px; border-top:2px solid #10b041; background-color: #F8F8F8; margin-top:18px; } div.login div.login-title{ text-align: center; } div.login-title h3{ margin-top:15px; } div.login-title p{ margin-top:15px; color:#959595; } div.login div.login-link{ text-align: center; margin-top:30px; color:#959595; } div.login-link button{ display:block; text-align: center; width:235px; height:40px; margin:0 auto; background-color:#10b041; font-size:20px; font-weight:bold; border:0; color:white; border-radius: 6px; margin-bottom:20px; } div.login-link span a{ color:#10b041; } div.auto-login{ text-align: center; margin-top:40px; } div.auto-login a{ color:#10b041; } /*****************************穷游商城*********************************/ .f2{ background:linear-gradient(180deg,#6dd27c,#1bcdae); width:100%; min-height:500px; margin:48px 0 50px 0; } .f2 div.cheap-malls{ width:1160px; height:650px; margin:0 auto; position:relative; } .cheap-malls h1{ text-align: center; color:white; padding:40px 0; font-size: 36px; font-style: normal; } div.mall-1{ overflow: hidden; position:absolute; } div.mall-1 div.poor-tour{ display:flex; justify-content: space-between; flex-flow: wrap; } div.poor-tour div.pic{ width:370px; background:white; padding:20px; display:flex; justify-content: space-between; cursor: pointer; margin-bottom:28px; } div.poor-tour div.pic-inner{ width:190px; height:120px; } div.pic-inner div.title{ font-size:16px; font-weight: bold; max-height: 38px; overflow: hidden; } div.pic :hover div.title{ color:#10B041; } .pic-inner div.qz{ margin-top:10px; line-height: 20px; } .pic-inner div.qz .time{ float:right; } .pic-inner div.qz .time span{ color:#959495; } div.qz .tag a{ border:1px solid #10B041; color:#10B041; font-size:18px; } div.pic-inner div.price{ float:right; margin-top:23px; } .price span em{ font-size:28px; color:#ff7466; font-style: normal; } .price span{ font-size:18px; } .cheap-malls div.slide-btn{ width:100%; position:absolute; clear: both; top:510px; text-align: center; } .slide-btn a.bt1{ display: inline-block; border:1px solid #ffffff; width:35px; height:8px; border-radius: 3px; } /*.slide-btn a:hover{*/ /*background: white;*/ /*}*/ .slide-btn a.active{ background:white ; } .more-btn{ width:100%; position:absolute; top:568px; text-align: center; } .more-btn button{ width:220px; height:50px; border:0; background: white; color:#636363; font-size:20px; border-radius: 4px; } /*******************************热门游记与话题********************************/ .f3{ width:1160px; margin:0 auto; height:870px; position:relative; } .f3 h1{ text-align: center; } .f3 div.hot-tip{ margin-top:50px; position:absolute; justify-content: space-between; } .hot-tip div{ justify-content: space-between; position:relative; float: left; } div.hot-tip div.tip{ width:275px; height:290px; border:1px solid #ddd; margin-bottom:20px; margin-left: 15px; } div.tip div.img{ width:275px; height:185px; overflow:hidden; } /**鼠标移入部分**/ div.hot-tip div.tip:hover img.img-1{ transform: scale(1.1); cursor: pointer; } .tip div.img a img{ transition: all 1s linear; } div.tip-title:hover a{ color:#10B041; } .avatar-name:hover a{ color:#10B041; } .tip:hover{ box-shadow:0 0 15px #959495; } /***********鼠标移入***************/ div.img a:nth-child(2){ width:30px; height:30px; position:absolute; top:155px; left:250px; color:white; font-weight: bold; } div.tip-inner{ padding:0 15px; min-height:30px; } .tip-inner div:nth-child(1){ position:relative; } .avatar a img{ margin-top:-28px; border-radius: 50%; background:#ffffff; padding:4px; width:56px; height:56px; } .avatar-name a{ font-size:14px; color:#636363; margin-top:5px; display: inline-block; text-decoration: none; } .tip-title{ margin-top:10px; overflow: hidden; max-height:40px; } .tip-title a{ font-size: 18px; /*font-weight: bold;*/ color:black; text-decoration: none; } div.slide-btn0{ width:100%; position:absolute; clear: both; top:724px; text-align: center; margin-left: 8px; } .slide-btn0 a.bt0{ display: inline-block; border:1px solid #ffffff; width:35px; height:10px; border-radius: 3px; background: #d7d7d7; } .slide-btn0 a.active{ background:#27CEA8 ; } .more-btn0{ width:100%; position:absolute; top:780px; text-align: center; } .more-btn0 button{ width:220px; height:50px; border:0; background: #27CEA8; color:white; font-size:20px; border-radius: 4px; margin-left: 10px; transition: all 1s linear; } .more-btn0 button:hover{ box-shadow:0 0 15px #959495; } /*********************************f4***********************************/ .f4{ width:100%; background:#f5f5f5; } /*********************f4-1**************************/ .f4 div.f4-1{ width:1160px; margin:0 auto; min-height:300px; display: flex; justify-content: space-between; } .f4-1 div:nth-child(1){ width:760px; } .f4-1 h1{ font-size:30px; padding:20px 0; } .feel{ display: flex; justify-content: space-between; } .feel div.jne{ width: 370px; height:340px; /*border: 1px solid #ddd;*/ transition: all 1s linear; } .feel div.jne:hover{ box-shadow: 0 0 10px #959495; } .jne div.jne-img{ width:370px; overflow: hidden; } .jne:hover img{ transform: scale(1.1); } .jne div.jne-img a img{ width:370px; height:215px; transition: all 1s linear; } .jne div.jne-content{ padding:12px 22px 0 22px; } .jne-content p{ font-size: 17px; color: #000000; } .jne-content .jne-inner{ margin-top:34px; display: flex; justify-content: space-between; } .jne-inner div.price-num{ width:160px; height:40px; } .price-num a:nth-child(1){ display: block; text-decoration: none; color:#FD756A; font-size:15px; } .price-num a:last-child{ text-decoration: none; color:#959595; } .jne-inner button{ width:160px; height:40px; background:#FD756A ; border:0; color:white; border-radius: 4px; font-size: 20px; } .feel div.try{ width:370px; height:340px; } .try div.try-content{ display:flex; background: white; } .try div.try-content a img{ width:170px; height:124px; } .try-content .try-inner{ width: 200px; height:124px; padding:12px 22px; } .try-inner h4{ font-size:18px; margin:10px 0; color: #000000; } .try-inner div:nth-child(2){ color:#FD756A; } .try-inner div:last-child{ color:#959495; } .try div.try-join{ width:100%; margin-top:25px; min-height: 66px; background: white; } .try-join ul{ display:flex; justify-content: space-between; } ul.join-avatar li a{ font-size: 20px; line-height: 40px; padding-left:5px; text-decoration: none; color: #787878; } ul.join-avatar li img{ width:40px; height:40px; } .plan .plan-content{ width:370px; min-height: 200px; } .plan-content div.plan-head{ width:100%; padding:14px 15px; background: white; } .plan-content .plan-head ul{ display: flex; } .plan-head ul li{ font-size:18px; width:33.33%; text-align: center; border-left:1px solid #959595; cursor: pointer; } .plan-head ul li:hover{ color:#1ABB9C; } .plan-head ul li:first-child{ border:0; } .plan-content div.plan-more{ height:58px; text-align: center; background: #ECECEC; } .plan-more a{ font-size:20px; line-height:58px; color:#9ea190; text-decoration: none; } /***********************f4-2***************************/ .f4 div.f4-2{ text-align: center; margin: 20px 0; } /************************f4-3**************************/ .f4 div.f4-3{ width:100%; min-height:200px; padding:60px 0 0 0; border-bottom:2px solid #31B85D; background: white; } .f4-3 div.code{ width:1160px; margin:0 auto; display: flex; justify-content: space-between; } .code div.qy-code{ width:45%; display: flex; justify-content: space-between; } .qy-code h2{ line-height: 72px; color:black; font-family:sans-serif; } .qy-code dl dt img{ width:80px; height:80px; } .qy-code dl dd{ text-align: center; font-size: 15px; margin-top: 6px; } .code div.chat-code{ width:45%; display: flex; justify-content: space-between; } .chat-code h2{ line-height: 72px; color:black; font-family:sans-serif; } .chat-code dl dt img{ width:80px; height:80px; } .chat-code dl dd{ text-align: center; font-size: 15px; margin-top: 6px; } /**********************************关于我们*************************************/ div.bottom{ background: #323232; color:#9ea190; padding:30px 0 40px 0; } .bottom div.about{ width:1160px; margin:0 auto; min-height:150px; } .about ul.about-content{ display: flex; } .about-content li ul{ margin-right:60px; font-size: 18px; } .about-content li ul li:first-child{ border-left: 3px solid #31B85D; margin-bottom:10px; } .about-content li ul li{ padding:0 0 0 20px; } .about-content li ul li:not(:first-child){ font-size: 15px; margin-bottom:10px; padding-left:23px; } .about-content li ul li a{ color:silver; text-decoration: none; } /***************************footer*******************************/ .footer{ background: #242424; } .footer div.footer-content{ width:92%; margin:0 auto; padding:20px 0; min-height:100px; } .footer-content div.footer-inner a img{ vertical-align:top; } .footer-inner span{ display:inline-block; width:83%; padding-right:20px; } .footer-link div.link-inner{ width:92%; margin:0 auto; } .link-inner span:first-child{ display: inline-block; min-height: 50px; float: left; margin-right:10px; font-size: 16px; color: #636363; text-decoration: none; } .link-inner span:last-child a{ color: #3f3f3f; text-decoration: none; font-size: 14px; } .link-inner span:last-child a:hover{ color:white; }
0.283285
0.044869
@import url(https://fonts.googleapis.com/css?family=Roboto:500,100,900,400); body {font-family:"Roboto",sans-serif;font-weight: 400; position: relative;min-height: 100%;margin: 0;padding-bottom: 50px;} ul ,ul li {list-style-type: none;} html {height: 100%;} img {display: block;max-width: 100%;height: auto;} p { margin: 0 0 15px 0; } b, strong { font-weight: 900; } .block {display: block} a, a:visited, a:focus, a:hover { text-decoration: none; outline: 0;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s; } .loading-data, .loading-data:hover, .loading-data:focus{background:#fff url("/images/product_loader.gif") no-repeat scroll center center !important;pointer-events:none;opacity:0.4;} .modal-content .btn-site{ margin-bottom:0px } .grey_bg{background:#f6f6f6;border: 1px solid #e9e9e9} .grey_bg .title {border-bottom: 1px solid #dcdcdc; padding:10px 5px;background: #ededed; display: inline-block; font-size: 15px; font-weight: 900;margin: 0px; margin-bottom:15px} .div_disabled{box-shadow:none;cursor:not-allowed!important;opacity:0.50!important;pointer-events:none!important} .loading_smooth div:not(.navbar-header) , .loading_smooth .btn , .loading_smooth a:not(.navbar-brand),.loading_smooth table ,.loading_smooth td{ pointer-events:none!important;cursor:not-allowed!important; opacity: 0.7 } .loading_smooth:before{ display: block; position: fixed; content: ""; left: -200px; width: 200px; height: 3px; background-color: #9c9c9c; animation: loading 2s linear infinite; z-index: 11111; top: 0px } @keyframes loading { from {left: -200px; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;} } /*Admin panel header*/ .admin_header {z-index: 1;left: 0;min-height: 100%;position: fixed;top: 0;background: transparent} .admin_header .container-fluid {padding: 0px} .admin_header .navbar-brand{z-index: 2;position:fixed;padding:8px 10px;display: flex;margin-left: 50px;} .admin_header .navbar-brand img {max-height: 100%} .admin_header .navbar-default .navbar-toggle {border-color: transparent;margin-right: 0px;} .admin_header .navbar-default .navbar-toggle:focus, .admin_header .navbar-default .navbar-toggle:hover {background: transparent;} .admin_header .navbar-nav > li {float: none;display: inline-block;} .admin_header .navbar-header {float: none} .admin_header .toogle_bar {display: block;float: left; z-index: 11;position: relative; color: #000000; font-size: 25px; border-right: 1px solid #cccccc;padding: 7px 10px;margin-left: 0px} .admin_header .toogle_bar a {font-size: 20px; padding: 15px} .admin_header .navbar_menu {padding: 0px; padding-top: 10px;background: rgba(27, 27, 27, 0.9);margin-left: -1px; position: fixed;height:95%!important;overflow: auto!important;padding-bottom: 30px} .admin_header .navbar_main .dropdown-menu {font-size: 12px;} .admin_header .navbar_main {float: none;text-align: center} .admin_header .navbar_main > li {display: block; text-align: left} .admin_header .navbar_main > li > a{color: #fff!important; padding:7px 11px; font-size: 13px;border-left: 3px solid transparent;border-top: 1px solid transparent;border-bottom: 1px solid transparent} .admin_header .navbar_main > li > a i {width: 18px; font-size: 15px} .admin_header .navbar_main .dropdown-menu {border-top: none;padding-top: 0px;padding-bottom: 0px;z-index: 9999;position: relative; float: none;box-shadow: none;border: none;border-top: 1px solid #cccccc} .admin_header .navbar_main .dropdown-menu li a {padding: 7px 7px;border-bottom: 1px solid #f4f4f4;} .admin_header .navbar_main .drop.active {border-right: 1px solid #797979;} .admin_header .navbar_main .drop.active .dropdown-menu{display: block} .admin_header .navbar_main > li > a:hover, .admin_header .navbar_main > li > a.focus, .admin_header .navbar_main > li.active > a{background: #6f6f6f!important; color: #fff!important;border-left: 3px solid #ffffff} .admin_header .navbar_main > li.drop .dropdown-menu >li > a {border-left: 3px solid transparent;color: #737373} .admin_header .navbar_main > li.drop .dropdown-menu >li > a:hover , .admin_header .navbar_main > li.drop .dropdown-menu >li > a:active , .admin_header .navbar_main > li.drop .dropdown-menu >li > a:focus , .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active {background:#f2f2f2; color: #000000;border-left: 3px solid #6c6c6c;} .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active:before{content:"";width:12px;height:12px;width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #ffffff;position:absolute;right: -2px;} .admin_header .nav_user {position: fixed;right: 0px; top: 0px;z-index: 1; width: 100%;background: rgb(222, 222, 222); text-align: right!important; margin-right: 0px;padding-right: 0px; border-bottom: 1px solid #cccccc} .admin_header .nav_user .dropdown-menu {font-size: 12px;padding: 0px} .admin_header .nav_user li a{color: #000000; } .admin_header .nav_user .dropdown.open > a , .admin_header .nav_user li a:hover {background:#f2f2f2!important; color: #353535;z-index: 1111;margin-bottom: -1px} .admin_header .nav_user .dropdown.open .dropdown-menu li > a {margin-bottom: 0px} .admin_header .nav_user > li {border-left: 1px solid #afadad;margin-right: -4px} .admin_header .nav_user .dropdown.open .dropdown-menu {margin-right: -1px} .admin_header .nav_user .dropdown-menu li a {padding: 10px 12px;border-bottom: 1px solid #f4f4f4;} .admin_header .nav_user .dropdown-header {background: #F2F2F2;border-bottom: 1px solid #e6e6e6;color: #1a1a1a; font-size: 15px; padding: 8px 20px 3px 20px} .left_panel .footer , .left_panel .admin_panel_body {margin-left: 200px;} .left_panel .navbar_menu {width: 200px;} .shrink_panel .navbar_menu .navbar-nav > li a span{display: none} .shrink_panel .footer , .shrink_panel .admin_panel_body {margin-left: 40px;} .shrink_panel .admin_header .navbar_main .drop.active { border-right: 0px} .shrink_panel .navbar_menu {width: auto} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu {display: none} .shrink_panel .admin_header .navbar_main > li.drop:hover .dropdown-menu {display: block} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a {border-left: 0px solid transparent;color: #ffffff} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:hover , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:active , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:focus , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active {background:rgba(250, 250, 250, 0.9); color: #000000;border-left: 0px solid #6c6c6c;} .shrink_panel .admin_header .navbar_main > li > a {border-top: 1px solid transparent; border-bottom: 1px solid transparent} .shrink_panel .admin_header .navbar_main > li > a:hover , .shrink_panel .admin_header .navbar_main > li.active > a {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc} .shrink_panel .admin_header .navbar_main .dropdown-menu li a {padding: 8px 12px;border-bottom: 1px solid #8f8f8f;} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active:before {display: none} .shrink_panel .navbar_menu {overflow:hidden!important} .shrink_panel .navbar-nav li.active ul.dropdown-menu{ position: fixed; left: 42px; top:auto; background: #6F6F6F; margin-top: -36px; border: 1px solid #cccccc; border-left: 0px} .admin_panel_body {margin-top: 70px;} .page-title {font-size: 16px;color: #666;margin: 0px 0px 20px 0px;font-weight: bold;font-family: "Open Sans", sans-serif;} .page-title-small {font-size: 16px;color: #666;margin: 0px 0px 10px 0px;font-weight: bold;font-family: "Open Sans", sans-serif;} .show_data, .dataTables_filter {margin-bottom: 15px;} .input-group-btn .name-save {background: #363636; color: #ffffff} .input-group-btn .name-save:hover ,.input-group-btn .name-save:focus {background: #000000} .image_view { margin: 20px 0px} .grid-boxes .item {margin-bottom: 30px; } .grid-boxes .item .image_layer {display: inline-block} .grid-boxes .item .image_div {} .action_div a{text-decoration: none;padding: 4px 5px;text-align: center;border: 1px solid; font-size: 10px;border-radius: 50%;margin: 0px 2px} a.edit {color: #000000;border-color: #000000} a.delete {color: #D84A38;border-color: #D84A38} a.green { color: #35aa47; font-size: 14px} a.on_home { font-size: 14px} .grid-boxes .action_div {text-align: right; margin-bottom: 5px} .grid-boxes .action_div a {display: inline-block; font-size: 15px;width: 30px; height: 30px} a.on_home .green{ color:#35aa47 } a.on_home .black{ color:#ababab } /* TABLE */ .original_price { text-decoration: line-through !important; } .table-responsive {overflow-x:visible } .table-bordered {border: none} .table thead tr {background: #5a5a5a;color: #fff;} .table thead tr th {font-size: 12px; padding: 5px 14px!important} .table thead tr th , .table tbody tr td { vertical-align: middle; padding-left: 7px!important} .table thead tr th:first-child , .table tbody tr td:first-child{ width:15px; text-align: center;} .table thead tr th:last-child , .table tbody tr td:last-child{ width:120px; text-align: center;} .table tbody tr td.action_div{background: #f1f1f1} .table thead tr th.status_td {width: 70px} .table tbody tr td { padding: 5px 7px!important; font-size: 12px} .table tbody tr td p{margin-bottom: 0px} .table tbody tr:hover .table_link {background: #cecece} .table_link {font-size: 10px;color: #000000;border-radius: 25px;display: inline-block;border: 1px solid #000000;padding:4px 8px;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s;} .table_link:hover{background: #ffffff; color: #000000} .dataTables_filter { display: inline; float: right; margin-bottom: 1px} .dataTables_filter input, .dataTables_filter input:focus {box-shadow: none;border: 1px solid #ccc;outline: none;font-weight: normal} .table.dataTable.no-footer {border-bottom: none; margin-bottom: 10px} .dataTables_length { display: inline; font-size: 12px} .action , .dataTables_length select{ height: 30px; border-radius: 0px} .dataTables_wrapper .dataTables_paginate .paginate_button {background: #ffffff; border: 1px solid #cacaca!important} .inner-table thead tr th:first-child { width: auto} .inner-table thead tr { background:#828282; color:#fff } .order_table a{font-size: 15px; color: #000000} .admin_panel_body .modal-lg {width: 90%} .order_info {padding-left: 0px; font-size: 13px} .order_detail table tr td , .order_detail table tr th {} .order_detail .table thead tr td:first-child, .order_detail .table thead tr th:first-child, .order_detail .table tbody tr td:first-child {text-align: left!important} /* ADD PAGE */ .tab-content {padding: 30px 0px;background: #fcfcfc;border: 1px solid #dddddd;margin-top: 0px;} .tab-content .border-left { border-left: 1px solid #cccccc} .form_tabs label {margin-bottom: 1px;font-weight: 600; font-size: 12px} .form_tabs {margin-top: 20px;} .form_tabs ul {margin-bottom: 0px; border: none; width: 100%} .form_tabs li.active a {background: #ffffff;border-top: 4px solid #D2AC67;} .form_tabs li a {border-radius: 0px;color: #000; border-top: 4px solid #ffffff;padding: 13px 23px} .form_tabs .nav-tabs>li.active>a, .form_tabs .nav-tabs li.active>a:focus, .form_tabs .nav-tabs>li.active>a:hover {background: #fcfcfc;border-top: 4px solid #000000;} .form_tabs .nav > li > a:focus, .form_tabs .nav > li > a:hover { background: #efefef; border-top: 4px solid #DDDDDD} .form_tabs .input-group .change_currency a {padding: 5px 10px; border-bottom: 1px solid #e6e6e6} .form_tabs .input-group .change_currency:last-child a {border-bottom: 0px} .nav-stacked li a{border: 1px solid #ddd!important; padding-left:10px; color: #4c4c4c} .nav-stacked li.active a {border-left: 4px solid #000000!important; padding-left: 15px; background: #f5f5f5; color: #000000} /*Footer*/ .footer {position: absolute;font-size: 11px;right: 0;bottom: 0;left: 0;padding: 10px;background-color: #efefef; border-top: 1px solid #dcdcdc} .footer a {font-size: 11px;text-decoration: none;} /*TYPE HEAD*/ .twitter-typeahead {width: 100%;position: relative;} .tt-dropdown-menu { width: 100%; min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; max-height:200px; overflow-y:scroll; } .tt-suggestion {display: block;padding: 3px 20px;border-left: 3px solid transparent; background: #ffffff} .twitter-typeahead .tt-suggestion.tt-cursor {background: #dadada;color: #000000;border-left: 3px solid #777777} .tt-suggestion.tt-cursor a {color: #fff;} .tt-suggestion p {margin: 0;} /* ASSETS */ /* Radio Button */ .control-group {display: inline-block;width: 200px;height: 210px;margin: 10px;padding: 30px;text-align: left;vertical-align: top;background: #fff;box-shadow: 0 1px 2px rgba(0,0,0,.1);} .control {font-size: 14px;position: relative;margin-bottom: 11px;padding-left: 25px;cursor: pointer;} .control input {position: absolute;z-index: -1;opacity: 0;} .control__indicator {position: absolute;top: -2px;left: 0;width: 20px;height: 20px;background: #ffffff;border: 1px solid #ccc;border-radius: 4px;} .radio-sm .control__indicator {position: absolute;top:1px;left: 0;width: 14px;height: 14px;background: #ffffff;border: 1px solid #ccc;border-radius: 4px;} .control--radio .control__indicator {border-radius: 50%;} /* Hover and focus states */ .control input:checked ~ .control__indicator {background: #ffffff;} .control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {background: #ffffff;} .control input:disabled ~ .control__indicator {pointer-events: none;opacity: .6;background: #e6e6e6;} .optimize-checkbox {margin-top: 7px; overflow-x: auto} .optimize-checkbox .control--checkbox{top:-13px} /* Check Box */ .control__indicator:after {position: absolute;display: none;content: '';} .control input:checked ~ .control__indicator:after {display: block;} .control--checkbox .control__indicator:after {top: 3px;left: 3px;width: 12px;height: 11px;transform: rotate(0deg);border: solid #000000;border-width: 6px 5px 6px 2px;border-radius: 3px;} .control--checkbox input:disabled ~ .control__indicator:after {border-color: #7b7b7b;} .control--radio .control__indicator:after {background: #000000 none repeat scroll 0 0;border-radius: 50%;height: 14px;left: 2px;top: 2px;width: 14px;} .radio-sm {vertical-align: top} .radio-sm .control__indicator:after {background: #000000 none repeat scroll 0 0;border-radius: 50%;height: 8px;left: 2px;top: 2px;width: 8px;} .control--radio input:disabled ~ .control__indicator:after {background: #7b7b7b;} /* FORM CLASS */ .form-control { border-radius: 0px; padding: 5px 12px; font-size: 15px; height: 30px} textarea.form-control { height: auto} .form-control:focus {border-color: #000;outline: 0;box-shadow: none !important;} .form-control[disabled], fieldset[disabled] .form-control {cursor: default;} input.spinner[type="text"], select.spinner {background: rgba(0, 0, 0, 0) url("/admins/images/input-spinner.gif") no-repeat scroll right center;} .btn-site {background: #000000;border-radius: 25px; padding: 9px 23px;border:1px solid #000000;margin-bottom: 10px;color: #ffffff;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s;} .btn-site:focus, .btn-site:hover{outline: 0 !important;box-shadow: none; background: transparent;color: #000000;border: 1px solid #000000} .btn-default {padding: 9px 23px;border-radius: 25px; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none} .btn.disabled,button.disabled,.btn[disabled],fieldset[disabled] .btn, div.disabled,a.disabled{box-shadow:none;cursor:not-allowed;opacity:0.65;pointer-events:none} .btn-sm {padding: 5px 15px;border-radius: 7px;} .dropbox {border: 1px dotted #cccccc; padding: 10px; background: #fafafa;} .dropbox .btn {margin-bottom: 0px} .dropbox input { display: none; } .photo_size {font-size:15px;float: right} .bootstrap-tagsinput { width: 100%; } .label { line-height: 2 !important; } .bootstrap-tagsinput .tag { padding: 5px 10px; background: #767676; border-radius: 0px} /* ALERT & ERROR */ .alert-danger{background:url("/images/error.png") no-repeat scroll 5px center #f2dede;padding-left:37px;border-color:#E32A31;} .alert-success{background:url("/images/success.png") no-repeat scroll 5px center #dff0d8;padding-left:37px;border-color:#ABD686;} .has-error .form-control , .form-control.error{border:1px dashed #E32A31;background:#f9e9e9;} .has-error .form-control:focus{box-shadow:none;} .has-error label.control-label{color:#E32A31;} .has-error span.error , .has-error label.error, label.error,span.error-block{padding-left:0px;font-size:11px;font-weight:normal;color:#E32A31;} label.error{display:none;} .error_list{padding-left:0px;list-style-type:none;} .error_list li{color:#E32A31;} span.require{color:#E32A31;} .mobile_error{position:relative;} .mobile_error label.error,.mobile_error span.error{position:absolute;bottom:6px;right:0px;z-index:11} /* NOTIFY CSS */ [data-notify="container"][class*="alert-"]{border-width:0px;border-radius:0px;padding:10px 0px;width:100%;right: 0px!important;top: 0px!important;background-image: none!important;text-align: center;z-index: 11111!important} [data-notify="container"][class*="alert-"] .close{color:#000000} [data-notify="container"].success{background-color:rgba(34,173,115,0.95);color:#ffffff;} [data-notify="container"].danger{background-color: rgba(242, 222, 222, 0.95);color: #ffffff} [data-notify="container"][class*="alert-"] > [data-notify="message"]{display:block;margin-bottom:0px;font-size:14px;} @keyframes animate-bg{from{background-position:0 0;}to{background-position:-80px 0;}} .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;} @-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}} @keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}} .fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp} @-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} @keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown} .font-10 { font-size:10px; } .font-12 { font-size:12px; } .font-13 { font-size:13px; } .font-14 { font-size:14px; } .font-15 { font-size:15px; } .font-16 { font-size:16px; } .font-18 { font-size:18px; } .font-20 { font-size:20px; } .font-22 { font-size:22px; } .font-24 { font-size:24px; } .font-26 { font-size:26px; } .font-28 { font-size:28px; } .font-30 { font-size:30px; } .font-32 { font-size:32px; } .font-50 { font-size:50px; } .nopad { padding:0px!important; } .padd-5 { padding:5px; } .padd-10 { padding:10px; } .padd-15 { padding:15px; } .padd-left-0 { padding-left: 0px} .padd-left-5 { padding-left:5px; } .padd-left-10 { padding-left:10px; } .padd-left-15 { padding-left:15px; } .padd-left-20 { padding-left:20px; } .padd-left-25 { padding-left:25px; } .padd-left-30 { padding-left:30px; } .padd-left-35 { padding-left:35px; } .padd-left-40 { padding-left:40px; } .padd-right-0 { padding-right:0px; } .padd-right-5 { padding-right:5px; } .padd-right-10 { padding-right:10px; } .padd-right-15 { padding-right:15px; } .padd-top-0 { padding-top:0px; } .padd-top-5 { padding-top:5px; } .padd-top-10 { padding-top:10px; } .padd-top-15 { padding-top:15px; } .padd-top-20 { padding-top:20px; } .padd-top-25 { padding-top:25px; } .padd-top-30 { padding-top:30px; } .padd-top-35 { padding-top:35px; } .padd-bottom-5 { padding-bottom:5px; } .padd-bottom-10 { padding-bottom:10px; } .padd-bottom-15 { padding-bottom:15px; } .padd-bottom-20 { padding-bottom:20px; } .padd-bottom-25 { padding-bottom:25px; } .padd-bottom-35 { padding-bottom:35px; } .nomar { margin:0px; } .margin-0 { margin:0px; } .margin-5 { margin:5px; } .margin-10 { margin:10px; } .margin-15 { margin:15px; } .margin-left-0 { margin-left:0px; } .margin-left-5 { margin-left:5px; } .margin-left-10 { margin-left:10px; } .margin-left-15 { margin-left:15px; } .margin-left-20 { margin-left:20px; } .margin-left-25 { margin-left:25px; } .margin-right-0 { margin-right:0px; } .margin-right-5 { margin-right:5px; } .margin-right-10 { margin-right:10px; } .margin-right-15 { margin-right:15px; } .margin-right-50 { margin-right: 50px; } .margin-top-0 { margin-top:0px; } .margin-top-0 { margin-top:0px; } .margin-top-5 { margin-top:5px; } .margin-top-10 { margin-top:10px; } .margin-top-15 { margin-top:15px; } .margin-top-20 { margin-top:20px; } .margin-top-25 { margin-top:25px; } .margin-top-30 { margin-top:30px; } .margin-top-35 { margin-top:35px; } .margin-top-40 { margin-top:40px; } .margin-bottom-0 { margin-bottom:0px; } .margin-bottom-5 { margin-bottom:5px; } .margin-bottom-10 { margin-bottom:10px; } .margin-bottom-15 { margin-bottom:15px; } .margin-bottom-20 { margin-bottom:20px; } .margin-bottom-25 { margin-bottom:25px; } .margin-bottom-30 { margin-bottom:30px; } .margin-bottom-40 { margin-bottom:40px; } .label- { background-color: #7C7C7C; } @media (min-width: 769px) { .top_panel .admin_header ul.nav li:hover > ul.dropdown-menu {display: block;} } @media (max-width: 768px) { .navbar-header{float: none} .navbar-default{background: transparent;border: none;margin-bottom: 0px} .admin_header .navbar-right > li {display: inline-block} .admin_header .navbar-right > li a {line-height: 30px} .admin_header .navbar-right {position: absolute;width: auto;top: 0px;margin: 0px;right: 0px;background: transparent;border-bottom: 0px} .admin_header .navbar-right .open .dropdown-menu {float: left;position: absolute;left: auto;right: 0px} .admin_header .navbar-right .open .dropdown-menu li {background: #ffffff;} .admin_header .navbar-toggle .icon-bar {background: #ffffff;} .admin_header .nav_user li a {color: #ffffff} .dropdown .fa-angle-down {position: absolute;right: 5px;} .navbar-toggle {display: block; float: right} .top_panel .admin_header .container-fluid{} .top_panel .admin_header .navbar_menu {} .admin_header .navbar_menu > ul {display: block;position: relative;text-align: left;max-height: 320px;overflow: auto} .admin_header .navbar_menu ul li {display: block} .admin_header .navbar_menu li a {font-size: 14px;padding: 10px;text-align: left} .admin_header .navbar_menu li.open .dropdown-menu {background: #ffffff} .admin_header .navbar_menu li.open .dropdown-menu > li > a:hover,.admin_header .navbar_menu li.open .dropdown-menu > li > a.active{background: #6f6f6f;color: #ffffff} .navbar-collapse.collapse { display: none!important; } .collapse.in { display: block!important; } .shrink_panel .navbar_menu .navbar-nav > li a span {display: inline} .navbar-right .dropdown-menu{border: 1px solid #cccccc!important;border-top: 0px!important} .left_panel .admin_header .container-fluid {padding: 0px 15px} .left_panel .admin_header {width: 100%;position: fixed;min-height: 1%;background: #2F2F2F} .toogle_bar {display: none!important} .left_panel .navbar-brand{background: transparent;float: left;position: absolute;left: 40px} .left_panel .admin_header .navbar-default .navbar-toggle{float: left;} .left_panel .admin_panel_body{margin-left: 0px;margin-top: 15px} .left_panel .navbar_menu {width: 100%;position: relative;background: transparent;padding: 0px 15px} .admin_panel_body .col-sm-2 {width: 20%;float: left;} .admin_panel_body {margin-top: 70px!important; transition: none!important;} .table-responsive {border: 0;} .dataTables_wrapper .dataTables_filter {float: right !important;} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu {position: static} .left_panel .footer , .left_panel .admin_panel_body {margin-left:0px;} } @media (max-width: 600px) { .admin_panel_body .col-sm-2 {width: 25%;float: left;} .form_tabs .nav-tabs > li.active {width: 100%;} .form_tabs .nav-tabs > li.active a {border-bottom: 1px solid #ccc;} .form_tabs .nav-tabs > li {width: 100%;} .form_tabs .nav-tabs {margin-bottom: 5px;} } @media (max-width: 480px) { .admin_panel_body .col-sm-2 {width: 50%;float: left;} }
public/admins/css/style.css
@import url(https://fonts.googleapis.com/css?family=Roboto:500,100,900,400); body {font-family:"Roboto",sans-serif;font-weight: 400; position: relative;min-height: 100%;margin: 0;padding-bottom: 50px;} ul ,ul li {list-style-type: none;} html {height: 100%;} img {display: block;max-width: 100%;height: auto;} p { margin: 0 0 15px 0; } b, strong { font-weight: 900; } .block {display: block} a, a:visited, a:focus, a:hover { text-decoration: none; outline: 0;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s; } .loading-data, .loading-data:hover, .loading-data:focus{background:#fff url("/images/product_loader.gif") no-repeat scroll center center !important;pointer-events:none;opacity:0.4;} .modal-content .btn-site{ margin-bottom:0px } .grey_bg{background:#f6f6f6;border: 1px solid #e9e9e9} .grey_bg .title {border-bottom: 1px solid #dcdcdc; padding:10px 5px;background: #ededed; display: inline-block; font-size: 15px; font-weight: 900;margin: 0px; margin-bottom:15px} .div_disabled{box-shadow:none;cursor:not-allowed!important;opacity:0.50!important;pointer-events:none!important} .loading_smooth div:not(.navbar-header) , .loading_smooth .btn , .loading_smooth a:not(.navbar-brand),.loading_smooth table ,.loading_smooth td{ pointer-events:none!important;cursor:not-allowed!important; opacity: 0.7 } .loading_smooth:before{ display: block; position: fixed; content: ""; left: -200px; width: 200px; height: 3px; background-color: #9c9c9c; animation: loading 2s linear infinite; z-index: 11111; top: 0px } @keyframes loading { from {left: -200px; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;} } /*Admin panel header*/ .admin_header {z-index: 1;left: 0;min-height: 100%;position: fixed;top: 0;background: transparent} .admin_header .container-fluid {padding: 0px} .admin_header .navbar-brand{z-index: 2;position:fixed;padding:8px 10px;display: flex;margin-left: 50px;} .admin_header .navbar-brand img {max-height: 100%} .admin_header .navbar-default .navbar-toggle {border-color: transparent;margin-right: 0px;} .admin_header .navbar-default .navbar-toggle:focus, .admin_header .navbar-default .navbar-toggle:hover {background: transparent;} .admin_header .navbar-nav > li {float: none;display: inline-block;} .admin_header .navbar-header {float: none} .admin_header .toogle_bar {display: block;float: left; z-index: 11;position: relative; color: #000000; font-size: 25px; border-right: 1px solid #cccccc;padding: 7px 10px;margin-left: 0px} .admin_header .toogle_bar a {font-size: 20px; padding: 15px} .admin_header .navbar_menu {padding: 0px; padding-top: 10px;background: rgba(27, 27, 27, 0.9);margin-left: -1px; position: fixed;height:95%!important;overflow: auto!important;padding-bottom: 30px} .admin_header .navbar_main .dropdown-menu {font-size: 12px;} .admin_header .navbar_main {float: none;text-align: center} .admin_header .navbar_main > li {display: block; text-align: left} .admin_header .navbar_main > li > a{color: #fff!important; padding:7px 11px; font-size: 13px;border-left: 3px solid transparent;border-top: 1px solid transparent;border-bottom: 1px solid transparent} .admin_header .navbar_main > li > a i {width: 18px; font-size: 15px} .admin_header .navbar_main .dropdown-menu {border-top: none;padding-top: 0px;padding-bottom: 0px;z-index: 9999;position: relative; float: none;box-shadow: none;border: none;border-top: 1px solid #cccccc} .admin_header .navbar_main .dropdown-menu li a {padding: 7px 7px;border-bottom: 1px solid #f4f4f4;} .admin_header .navbar_main .drop.active {border-right: 1px solid #797979;} .admin_header .navbar_main .drop.active .dropdown-menu{display: block} .admin_header .navbar_main > li > a:hover, .admin_header .navbar_main > li > a.focus, .admin_header .navbar_main > li.active > a{background: #6f6f6f!important; color: #fff!important;border-left: 3px solid #ffffff} .admin_header .navbar_main > li.drop .dropdown-menu >li > a {border-left: 3px solid transparent;color: #737373} .admin_header .navbar_main > li.drop .dropdown-menu >li > a:hover , .admin_header .navbar_main > li.drop .dropdown-menu >li > a:active , .admin_header .navbar_main > li.drop .dropdown-menu >li > a:focus , .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active {background:#f2f2f2; color: #000000;border-left: 3px solid #6c6c6c;} .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active:before{content:"";width:12px;height:12px;width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #ffffff;position:absolute;right: -2px;} .admin_header .nav_user {position: fixed;right: 0px; top: 0px;z-index: 1; width: 100%;background: rgb(222, 222, 222); text-align: right!important; margin-right: 0px;padding-right: 0px; border-bottom: 1px solid #cccccc} .admin_header .nav_user .dropdown-menu {font-size: 12px;padding: 0px} .admin_header .nav_user li a{color: #000000; } .admin_header .nav_user .dropdown.open > a , .admin_header .nav_user li a:hover {background:#f2f2f2!important; color: #353535;z-index: 1111;margin-bottom: -1px} .admin_header .nav_user .dropdown.open .dropdown-menu li > a {margin-bottom: 0px} .admin_header .nav_user > li {border-left: 1px solid #afadad;margin-right: -4px} .admin_header .nav_user .dropdown.open .dropdown-menu {margin-right: -1px} .admin_header .nav_user .dropdown-menu li a {padding: 10px 12px;border-bottom: 1px solid #f4f4f4;} .admin_header .nav_user .dropdown-header {background: #F2F2F2;border-bottom: 1px solid #e6e6e6;color: #1a1a1a; font-size: 15px; padding: 8px 20px 3px 20px} .left_panel .footer , .left_panel .admin_panel_body {margin-left: 200px;} .left_panel .navbar_menu {width: 200px;} .shrink_panel .navbar_menu .navbar-nav > li a span{display: none} .shrink_panel .footer , .shrink_panel .admin_panel_body {margin-left: 40px;} .shrink_panel .admin_header .navbar_main .drop.active { border-right: 0px} .shrink_panel .navbar_menu {width: auto} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu {display: none} .shrink_panel .admin_header .navbar_main > li.drop:hover .dropdown-menu {display: block} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a {border-left: 0px solid transparent;color: #ffffff} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:hover , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:active , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a:focus , .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active {background:rgba(250, 250, 250, 0.9); color: #000000;border-left: 0px solid #6c6c6c;} .shrink_panel .admin_header .navbar_main > li > a {border-top: 1px solid transparent; border-bottom: 1px solid transparent} .shrink_panel .admin_header .navbar_main > li > a:hover , .shrink_panel .admin_header .navbar_main > li.active > a {border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc} .shrink_panel .admin_header .navbar_main .dropdown-menu li a {padding: 8px 12px;border-bottom: 1px solid #8f8f8f;} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu >li > a.active:before {display: none} .shrink_panel .navbar_menu {overflow:hidden!important} .shrink_panel .navbar-nav li.active ul.dropdown-menu{ position: fixed; left: 42px; top:auto; background: #6F6F6F; margin-top: -36px; border: 1px solid #cccccc; border-left: 0px} .admin_panel_body {margin-top: 70px;} .page-title {font-size: 16px;color: #666;margin: 0px 0px 20px 0px;font-weight: bold;font-family: "Open Sans", sans-serif;} .page-title-small {font-size: 16px;color: #666;margin: 0px 0px 10px 0px;font-weight: bold;font-family: "Open Sans", sans-serif;} .show_data, .dataTables_filter {margin-bottom: 15px;} .input-group-btn .name-save {background: #363636; color: #ffffff} .input-group-btn .name-save:hover ,.input-group-btn .name-save:focus {background: #000000} .image_view { margin: 20px 0px} .grid-boxes .item {margin-bottom: 30px; } .grid-boxes .item .image_layer {display: inline-block} .grid-boxes .item .image_div {} .action_div a{text-decoration: none;padding: 4px 5px;text-align: center;border: 1px solid; font-size: 10px;border-radius: 50%;margin: 0px 2px} a.edit {color: #000000;border-color: #000000} a.delete {color: #D84A38;border-color: #D84A38} a.green { color: #35aa47; font-size: 14px} a.on_home { font-size: 14px} .grid-boxes .action_div {text-align: right; margin-bottom: 5px} .grid-boxes .action_div a {display: inline-block; font-size: 15px;width: 30px; height: 30px} a.on_home .green{ color:#35aa47 } a.on_home .black{ color:#ababab } /* TABLE */ .original_price { text-decoration: line-through !important; } .table-responsive {overflow-x:visible } .table-bordered {border: none} .table thead tr {background: #5a5a5a;color: #fff;} .table thead tr th {font-size: 12px; padding: 5px 14px!important} .table thead tr th , .table tbody tr td { vertical-align: middle; padding-left: 7px!important} .table thead tr th:first-child , .table tbody tr td:first-child{ width:15px; text-align: center;} .table thead tr th:last-child , .table tbody tr td:last-child{ width:120px; text-align: center;} .table tbody tr td.action_div{background: #f1f1f1} .table thead tr th.status_td {width: 70px} .table tbody tr td { padding: 5px 7px!important; font-size: 12px} .table tbody tr td p{margin-bottom: 0px} .table tbody tr:hover .table_link {background: #cecece} .table_link {font-size: 10px;color: #000000;border-radius: 25px;display: inline-block;border: 1px solid #000000;padding:4px 8px;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s;} .table_link:hover{background: #ffffff; color: #000000} .dataTables_filter { display: inline; float: right; margin-bottom: 1px} .dataTables_filter input, .dataTables_filter input:focus {box-shadow: none;border: 1px solid #ccc;outline: none;font-weight: normal} .table.dataTable.no-footer {border-bottom: none; margin-bottom: 10px} .dataTables_length { display: inline; font-size: 12px} .action , .dataTables_length select{ height: 30px; border-radius: 0px} .dataTables_wrapper .dataTables_paginate .paginate_button {background: #ffffff; border: 1px solid #cacaca!important} .inner-table thead tr th:first-child { width: auto} .inner-table thead tr { background:#828282; color:#fff } .order_table a{font-size: 15px; color: #000000} .admin_panel_body .modal-lg {width: 90%} .order_info {padding-left: 0px; font-size: 13px} .order_detail table tr td , .order_detail table tr th {} .order_detail .table thead tr td:first-child, .order_detail .table thead tr th:first-child, .order_detail .table tbody tr td:first-child {text-align: left!important} /* ADD PAGE */ .tab-content {padding: 30px 0px;background: #fcfcfc;border: 1px solid #dddddd;margin-top: 0px;} .tab-content .border-left { border-left: 1px solid #cccccc} .form_tabs label {margin-bottom: 1px;font-weight: 600; font-size: 12px} .form_tabs {margin-top: 20px;} .form_tabs ul {margin-bottom: 0px; border: none; width: 100%} .form_tabs li.active a {background: #ffffff;border-top: 4px solid #D2AC67;} .form_tabs li a {border-radius: 0px;color: #000; border-top: 4px solid #ffffff;padding: 13px 23px} .form_tabs .nav-tabs>li.active>a, .form_tabs .nav-tabs li.active>a:focus, .form_tabs .nav-tabs>li.active>a:hover {background: #fcfcfc;border-top: 4px solid #000000;} .form_tabs .nav > li > a:focus, .form_tabs .nav > li > a:hover { background: #efefef; border-top: 4px solid #DDDDDD} .form_tabs .input-group .change_currency a {padding: 5px 10px; border-bottom: 1px solid #e6e6e6} .form_tabs .input-group .change_currency:last-child a {border-bottom: 0px} .nav-stacked li a{border: 1px solid #ddd!important; padding-left:10px; color: #4c4c4c} .nav-stacked li.active a {border-left: 4px solid #000000!important; padding-left: 15px; background: #f5f5f5; color: #000000} /*Footer*/ .footer {position: absolute;font-size: 11px;right: 0;bottom: 0;left: 0;padding: 10px;background-color: #efefef; border-top: 1px solid #dcdcdc} .footer a {font-size: 11px;text-decoration: none;} /*TYPE HEAD*/ .twitter-typeahead {width: 100%;position: relative;} .tt-dropdown-menu { width: 100%; min-width: 160px; margin-top: 2px; padding: 5px 0; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; max-height:200px; overflow-y:scroll; } .tt-suggestion {display: block;padding: 3px 20px;border-left: 3px solid transparent; background: #ffffff} .twitter-typeahead .tt-suggestion.tt-cursor {background: #dadada;color: #000000;border-left: 3px solid #777777} .tt-suggestion.tt-cursor a {color: #fff;} .tt-suggestion p {margin: 0;} /* ASSETS */ /* Radio Button */ .control-group {display: inline-block;width: 200px;height: 210px;margin: 10px;padding: 30px;text-align: left;vertical-align: top;background: #fff;box-shadow: 0 1px 2px rgba(0,0,0,.1);} .control {font-size: 14px;position: relative;margin-bottom: 11px;padding-left: 25px;cursor: pointer;} .control input {position: absolute;z-index: -1;opacity: 0;} .control__indicator {position: absolute;top: -2px;left: 0;width: 20px;height: 20px;background: #ffffff;border: 1px solid #ccc;border-radius: 4px;} .radio-sm .control__indicator {position: absolute;top:1px;left: 0;width: 14px;height: 14px;background: #ffffff;border: 1px solid #ccc;border-radius: 4px;} .control--radio .control__indicator {border-radius: 50%;} /* Hover and focus states */ .control input:checked ~ .control__indicator {background: #ffffff;} .control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {background: #ffffff;} .control input:disabled ~ .control__indicator {pointer-events: none;opacity: .6;background: #e6e6e6;} .optimize-checkbox {margin-top: 7px; overflow-x: auto} .optimize-checkbox .control--checkbox{top:-13px} /* Check Box */ .control__indicator:after {position: absolute;display: none;content: '';} .control input:checked ~ .control__indicator:after {display: block;} .control--checkbox .control__indicator:after {top: 3px;left: 3px;width: 12px;height: 11px;transform: rotate(0deg);border: solid #000000;border-width: 6px 5px 6px 2px;border-radius: 3px;} .control--checkbox input:disabled ~ .control__indicator:after {border-color: #7b7b7b;} .control--radio .control__indicator:after {background: #000000 none repeat scroll 0 0;border-radius: 50%;height: 14px;left: 2px;top: 2px;width: 14px;} .radio-sm {vertical-align: top} .radio-sm .control__indicator:after {background: #000000 none repeat scroll 0 0;border-radius: 50%;height: 8px;left: 2px;top: 2px;width: 8px;} .control--radio input:disabled ~ .control__indicator:after {background: #7b7b7b;} /* FORM CLASS */ .form-control { border-radius: 0px; padding: 5px 12px; font-size: 15px; height: 30px} textarea.form-control { height: auto} .form-control:focus {border-color: #000;outline: 0;box-shadow: none !important;} .form-control[disabled], fieldset[disabled] .form-control {cursor: default;} input.spinner[type="text"], select.spinner {background: rgba(0, 0, 0, 0) url("/admins/images/input-spinner.gif") no-repeat scroll right center;} .btn-site {background: #000000;border-radius: 25px; padding: 9px 23px;border:1px solid #000000;margin-bottom: 10px;color: #ffffff;-o-transition: all 0.218s;-moz-transition: all 0.218s;-webkit-transition: all 0.218s;transition: all 0.218s;} .btn-site:focus, .btn-site:hover{outline: 0 !important;box-shadow: none; background: transparent;color: #000000;border: 1px solid #000000} .btn-default {padding: 9px 23px;border-radius: 25px; } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none} .btn.disabled,button.disabled,.btn[disabled],fieldset[disabled] .btn, div.disabled,a.disabled{box-shadow:none;cursor:not-allowed;opacity:0.65;pointer-events:none} .btn-sm {padding: 5px 15px;border-radius: 7px;} .dropbox {border: 1px dotted #cccccc; padding: 10px; background: #fafafa;} .dropbox .btn {margin-bottom: 0px} .dropbox input { display: none; } .photo_size {font-size:15px;float: right} .bootstrap-tagsinput { width: 100%; } .label { line-height: 2 !important; } .bootstrap-tagsinput .tag { padding: 5px 10px; background: #767676; border-radius: 0px} /* ALERT & ERROR */ .alert-danger{background:url("/images/error.png") no-repeat scroll 5px center #f2dede;padding-left:37px;border-color:#E32A31;} .alert-success{background:url("/images/success.png") no-repeat scroll 5px center #dff0d8;padding-left:37px;border-color:#ABD686;} .has-error .form-control , .form-control.error{border:1px dashed #E32A31;background:#f9e9e9;} .has-error .form-control:focus{box-shadow:none;} .has-error label.control-label{color:#E32A31;} .has-error span.error , .has-error label.error, label.error,span.error-block{padding-left:0px;font-size:11px;font-weight:normal;color:#E32A31;} label.error{display:none;} .error_list{padding-left:0px;list-style-type:none;} .error_list li{color:#E32A31;} span.require{color:#E32A31;} .mobile_error{position:relative;} .mobile_error label.error,.mobile_error span.error{position:absolute;bottom:6px;right:0px;z-index:11} /* NOTIFY CSS */ [data-notify="container"][class*="alert-"]{border-width:0px;border-radius:0px;padding:10px 0px;width:100%;right: 0px!important;top: 0px!important;background-image: none!important;text-align: center;z-index: 11111!important} [data-notify="container"][class*="alert-"] .close{color:#000000} [data-notify="container"].success{background-color:rgba(34,173,115,0.95);color:#ffffff;} [data-notify="container"].danger{background-color: rgba(242, 222, 222, 0.95);color: #ffffff} [data-notify="container"][class*="alert-"] > [data-notify="message"]{display:block;margin-bottom:0px;font-size:14px;} @keyframes animate-bg{from{background-position:0 0;}to{background-position:-80px 0;}} .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;} @-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}} @keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}} .fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp} @-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} @keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown} .font-10 { font-size:10px; } .font-12 { font-size:12px; } .font-13 { font-size:13px; } .font-14 { font-size:14px; } .font-15 { font-size:15px; } .font-16 { font-size:16px; } .font-18 { font-size:18px; } .font-20 { font-size:20px; } .font-22 { font-size:22px; } .font-24 { font-size:24px; } .font-26 { font-size:26px; } .font-28 { font-size:28px; } .font-30 { font-size:30px; } .font-32 { font-size:32px; } .font-50 { font-size:50px; } .nopad { padding:0px!important; } .padd-5 { padding:5px; } .padd-10 { padding:10px; } .padd-15 { padding:15px; } .padd-left-0 { padding-left: 0px} .padd-left-5 { padding-left:5px; } .padd-left-10 { padding-left:10px; } .padd-left-15 { padding-left:15px; } .padd-left-20 { padding-left:20px; } .padd-left-25 { padding-left:25px; } .padd-left-30 { padding-left:30px; } .padd-left-35 { padding-left:35px; } .padd-left-40 { padding-left:40px; } .padd-right-0 { padding-right:0px; } .padd-right-5 { padding-right:5px; } .padd-right-10 { padding-right:10px; } .padd-right-15 { padding-right:15px; } .padd-top-0 { padding-top:0px; } .padd-top-5 { padding-top:5px; } .padd-top-10 { padding-top:10px; } .padd-top-15 { padding-top:15px; } .padd-top-20 { padding-top:20px; } .padd-top-25 { padding-top:25px; } .padd-top-30 { padding-top:30px; } .padd-top-35 { padding-top:35px; } .padd-bottom-5 { padding-bottom:5px; } .padd-bottom-10 { padding-bottom:10px; } .padd-bottom-15 { padding-bottom:15px; } .padd-bottom-20 { padding-bottom:20px; } .padd-bottom-25 { padding-bottom:25px; } .padd-bottom-35 { padding-bottom:35px; } .nomar { margin:0px; } .margin-0 { margin:0px; } .margin-5 { margin:5px; } .margin-10 { margin:10px; } .margin-15 { margin:15px; } .margin-left-0 { margin-left:0px; } .margin-left-5 { margin-left:5px; } .margin-left-10 { margin-left:10px; } .margin-left-15 { margin-left:15px; } .margin-left-20 { margin-left:20px; } .margin-left-25 { margin-left:25px; } .margin-right-0 { margin-right:0px; } .margin-right-5 { margin-right:5px; } .margin-right-10 { margin-right:10px; } .margin-right-15 { margin-right:15px; } .margin-right-50 { margin-right: 50px; } .margin-top-0 { margin-top:0px; } .margin-top-0 { margin-top:0px; } .margin-top-5 { margin-top:5px; } .margin-top-10 { margin-top:10px; } .margin-top-15 { margin-top:15px; } .margin-top-20 { margin-top:20px; } .margin-top-25 { margin-top:25px; } .margin-top-30 { margin-top:30px; } .margin-top-35 { margin-top:35px; } .margin-top-40 { margin-top:40px; } .margin-bottom-0 { margin-bottom:0px; } .margin-bottom-5 { margin-bottom:5px; } .margin-bottom-10 { margin-bottom:10px; } .margin-bottom-15 { margin-bottom:15px; } .margin-bottom-20 { margin-bottom:20px; } .margin-bottom-25 { margin-bottom:25px; } .margin-bottom-30 { margin-bottom:30px; } .margin-bottom-40 { margin-bottom:40px; } .label- { background-color: #7C7C7C; } @media (min-width: 769px) { .top_panel .admin_header ul.nav li:hover > ul.dropdown-menu {display: block;} } @media (max-width: 768px) { .navbar-header{float: none} .navbar-default{background: transparent;border: none;margin-bottom: 0px} .admin_header .navbar-right > li {display: inline-block} .admin_header .navbar-right > li a {line-height: 30px} .admin_header .navbar-right {position: absolute;width: auto;top: 0px;margin: 0px;right: 0px;background: transparent;border-bottom: 0px} .admin_header .navbar-right .open .dropdown-menu {float: left;position: absolute;left: auto;right: 0px} .admin_header .navbar-right .open .dropdown-menu li {background: #ffffff;} .admin_header .navbar-toggle .icon-bar {background: #ffffff;} .admin_header .nav_user li a {color: #ffffff} .dropdown .fa-angle-down {position: absolute;right: 5px;} .navbar-toggle {display: block; float: right} .top_panel .admin_header .container-fluid{} .top_panel .admin_header .navbar_menu {} .admin_header .navbar_menu > ul {display: block;position: relative;text-align: left;max-height: 320px;overflow: auto} .admin_header .navbar_menu ul li {display: block} .admin_header .navbar_menu li a {font-size: 14px;padding: 10px;text-align: left} .admin_header .navbar_menu li.open .dropdown-menu {background: #ffffff} .admin_header .navbar_menu li.open .dropdown-menu > li > a:hover,.admin_header .navbar_menu li.open .dropdown-menu > li > a.active{background: #6f6f6f;color: #ffffff} .navbar-collapse.collapse { display: none!important; } .collapse.in { display: block!important; } .shrink_panel .navbar_menu .navbar-nav > li a span {display: inline} .navbar-right .dropdown-menu{border: 1px solid #cccccc!important;border-top: 0px!important} .left_panel .admin_header .container-fluid {padding: 0px 15px} .left_panel .admin_header {width: 100%;position: fixed;min-height: 1%;background: #2F2F2F} .toogle_bar {display: none!important} .left_panel .navbar-brand{background: transparent;float: left;position: absolute;left: 40px} .left_panel .admin_header .navbar-default .navbar-toggle{float: left;} .left_panel .admin_panel_body{margin-left: 0px;margin-top: 15px} .left_panel .navbar_menu {width: 100%;position: relative;background: transparent;padding: 0px 15px} .admin_panel_body .col-sm-2 {width: 20%;float: left;} .admin_panel_body {margin-top: 70px!important; transition: none!important;} .table-responsive {border: 0;} .dataTables_wrapper .dataTables_filter {float: right !important;} .shrink_panel .admin_header .navbar_main > li.drop .dropdown-menu {position: static} .left_panel .footer , .left_panel .admin_panel_body {margin-left:0px;} } @media (max-width: 600px) { .admin_panel_body .col-sm-2 {width: 25%;float: left;} .form_tabs .nav-tabs > li.active {width: 100%;} .form_tabs .nav-tabs > li.active a {border-bottom: 1px solid #ccc;} .form_tabs .nav-tabs > li {width: 100%;} .form_tabs .nav-tabs {margin-bottom: 5px;} } @media (max-width: 480px) { .admin_panel_body .col-sm-2 {width: 50%;float: left;} }
0.323594
0.070688
*, *::before, *::after{ box-sizing: border-box; font-family: 'Reboto', sans-serif; } body{ margin: 0; } .header{ display: flex; /*Organiza os itens de um cantainer em linha*/ justify-content: space-between; /*Alinhamento no eixo principal*/ align-items: center; padding: 1rem; } .youtube-logo{ height: 80px; } .search-bar{ display: flex; flex-grow: 1; /*Define a proporção de crescimento do item*/ margin: 0 2rem 0 4rem; } .search-input{ width: 100%; font-size: inherit; /*força a herança da fonte */ padding: .4rem; border: 1px solid #777; border-top-right-radius: 0; border-bottom-right-radius: 0; } .search-btn{ display: flex; align-items: center; padding: 0 1.25rem; border: 1px solid #777; background-color: #f8f8f8; border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; cursor: pointer; } .search-btn:hover{ background-color: #f0f0f0; } .menu-icons{ display: grid; /*grid Container*/ grid-template-columns: repeat(4, auto); /*Número de Colunas do Grid*/ align-items: center; gap: 1.5rem; /*Espaçamento entre linhas e Colunas */ } .menu-channel-icon{ border-radius: 50%; width: 36px; height: 36px; background-color: #aaa; } .categories{ padding: 1rem 2rem; border: 1px solid #999; border-bottom: 1px solid #999; } .category-section{ display: flex; overflow: hidden; } .category{ margin-right: 1rem; word-wrap: none; white-space: nowrap; border: 1px solid #ccc; border-radius: 900px; background-color: #e7e7e7; padding: .5rem 1rem; font-size: inherit; cursor: pointer; transition: background-color 150ms; } .category:hover{ background-color: #ddd; } .category:active{ background-color: #606060; color: white; border-color: #eee; } .category:last-child{ margin-right: 0; } .videos{ background-color: #f9f9f9; } .video-section{ display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 3rem 1rem; padding: 3rem 0; margin: 0 1.5rem; border: 4px solid #ccc; } .video-section:first-child{ border-top: none; } .video-container{ display: flex; flex-direction: column; } .thumbnail{ position: relative; display: box; } .thumbnail::before{ content: attr(data-duration); position: absolute; background-color: rgba(0, 0, 0, 0.85); color: white; right: 5px; bottom: 5px; padding: .1rem .3rem; border-radius: .3rem; font-size: .9rem; } .thumbnail-image{ width: 100%; height: 100%; min-height: 250px; min-width: 150px; background-color: #aaa; } .video-bottom-section{ display: flex; align-items: flex-start; margin-top: 1rem; } .chanel-icon{ margin-right: .75rem; border-radius: 50%; width: 36px; height: 36px; background-color: #aaa; } .video-details{ display: flex; flex-direction: column; } .video-title{ font-size: 1rem; font-weight: bold; margin-bottom: .5rem; text-decoration: none; color: rgba(24, 23, 23); } .video-chanel-name{ margin-bottom: .1rem; text-decoration: none; transition: color 150ms; } .video-chanel-name:hover{ color: #111; } .video-metadata, .video-chanel-name { color: #555; }
Web/FrontEnd/YouTube Clone/css/style.css
*, *::before, *::after{ box-sizing: border-box; font-family: 'Reboto', sans-serif; } body{ margin: 0; } .header{ display: flex; /*Organiza os itens de um cantainer em linha*/ justify-content: space-between; /*Alinhamento no eixo principal*/ align-items: center; padding: 1rem; } .youtube-logo{ height: 80px; } .search-bar{ display: flex; flex-grow: 1; /*Define a proporção de crescimento do item*/ margin: 0 2rem 0 4rem; } .search-input{ width: 100%; font-size: inherit; /*força a herança da fonte */ padding: .4rem; border: 1px solid #777; border-top-right-radius: 0; border-bottom-right-radius: 0; } .search-btn{ display: flex; align-items: center; padding: 0 1.25rem; border: 1px solid #777; background-color: #f8f8f8; border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; cursor: pointer; } .search-btn:hover{ background-color: #f0f0f0; } .menu-icons{ display: grid; /*grid Container*/ grid-template-columns: repeat(4, auto); /*Número de Colunas do Grid*/ align-items: center; gap: 1.5rem; /*Espaçamento entre linhas e Colunas */ } .menu-channel-icon{ border-radius: 50%; width: 36px; height: 36px; background-color: #aaa; } .categories{ padding: 1rem 2rem; border: 1px solid #999; border-bottom: 1px solid #999; } .category-section{ display: flex; overflow: hidden; } .category{ margin-right: 1rem; word-wrap: none; white-space: nowrap; border: 1px solid #ccc; border-radius: 900px; background-color: #e7e7e7; padding: .5rem 1rem; font-size: inherit; cursor: pointer; transition: background-color 150ms; } .category:hover{ background-color: #ddd; } .category:active{ background-color: #606060; color: white; border-color: #eee; } .category:last-child{ margin-right: 0; } .videos{ background-color: #f9f9f9; } .video-section{ display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 3rem 1rem; padding: 3rem 0; margin: 0 1.5rem; border: 4px solid #ccc; } .video-section:first-child{ border-top: none; } .video-container{ display: flex; flex-direction: column; } .thumbnail{ position: relative; display: box; } .thumbnail::before{ content: attr(data-duration); position: absolute; background-color: rgba(0, 0, 0, 0.85); color: white; right: 5px; bottom: 5px; padding: .1rem .3rem; border-radius: .3rem; font-size: .9rem; } .thumbnail-image{ width: 100%; height: 100%; min-height: 250px; min-width: 150px; background-color: #aaa; } .video-bottom-section{ display: flex; align-items: flex-start; margin-top: 1rem; } .chanel-icon{ margin-right: .75rem; border-radius: 50%; width: 36px; height: 36px; background-color: #aaa; } .video-details{ display: flex; flex-direction: column; } .video-title{ font-size: 1rem; font-weight: bold; margin-bottom: .5rem; text-decoration: none; color: rgba(24, 23, 23); } .video-chanel-name{ margin-bottom: .1rem; text-decoration: none; transition: color 150ms; } .video-chanel-name:hover{ color: #111; } .video-metadata, .video-chanel-name { color: #555; }
0.505859
0.081739
html { font-size: 100%; height: 100%; overflow-x: hidden; margin: 0px; padding: 0px; touch-action: manipulation; } body { font-size: 16px; font-family: 'Poppins', serif; width: 100%; height: 100%; margin: 0; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; color: var(--secondary-color); ; } h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, input, button { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: inherit; } h1, h2, h3 { font-family: 'Poppins', cursive; } p { line-height: 1.6; font-size: 1.05em; font-weight: 400; } h1 { font-size: 4em; line-height: 1; } h2 { font-size: 2.2em; line-height: 1.1; } h3 { font-size: 1.8em; } h4 { font-size: 1.3em; } h5 { font-size: 1em; } h6 { font-size: .9em; letter-spacing: 1px; } a, button { display: inline-block; text-decoration: none; color: inherit; line-height: 1; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; } a:focus, a:active, a:hover, button:focus, button:active, button:hover, a b.light-color:hover { text-decoration: none; color: var(--primary-color); ; } b { font-weight: 600; } img { width: 100%; } li { list-style: none; display: inline-block; } span { display: inline-block; } button { outline: 0; border: 0; background: none; cursor: pointer; } .icon { font-size: 1.1em; display: inline-block; line-height: inherit; } [class^="icon-"]:before, [class*=" icon-"]:before { line-height: inherit; } b.max-bold { font-weight: 700; } /* --------------------------------- 2. COMMONS FOR PAGE DESIGN --------------------------------- */ .section { padding: 100px 0 50px; } .section .heading { margin-bottom: 60px; } .section .heading:before { content: ''; height: 10px; width: 50px; border-radius: 5px; margin-bottom: 20px; display: block; background: var(--primary-color); ; } .margin-t-10 { margin-top: 10px; } .margin-b-30 { margin-bottom: 30px; } .margin-b-50 { margin-bottom: 50px; } .margin-tb-30 { margin-top: 30px; margin-bottom: 30px; } .font-color { color: var(--primary-color); } .font-semi-#777 { color: #ddd; } .font-lite-black { color: #999; } .button-color { background-color: var(--primary-color); color: #fff; } .button-color:hover { color: #fff; } /* --------------------------------- 3. HEADER --------------------------------- */ header { position: absolute; top: 30px; left: 0; right: 0; z-index: 100; } header .heading-wrapper { border-radius: 5px; padding: 30px 40px 20px; background: var(--primary-color); ; color: #fff; } header .info { margin-bottom: 10px; } header .info .icon { float: left; font-size: 30px; } header .info .right-area { margin-left: 45px; } header .downlad-btn { padding: 15px 30px; border-radius: 4px; float: right; margin-top: 30px; box-shadow: inset 0 0px 4px rgba(0, 0, 0, .3); background: var(--primary-color); ; color: #fff; -webkit-transition: all .2s ease; transition: all .2s ease; } header .downlad-btn:hover { -webkit-transform: translateY(-4px); transform: translateY(-4px); } /* --------------------------------- 4. INTRO SECTION --------------------------------- */ .intro-section { padding-top: 200px; position: relative; background-size: cover; z-index: 1; background-image: var(--background-image); } .intro-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .2); } .intro-section:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 150px; z-index: -1; background: #fff; } .intro { padding: 0 20px; margin-top: 100px; text-align: center; background: #fff; } .intro .profile-img { height: 200px; width: 200px; border-radius: 100px; margin: 0 auto; overflow: hidden; position: relative; top: -100px; margin-bottom: -70px; } .intro .information>li { display: block; margin: 5px 0; } .intro .social-icons>li>a { height: 35px; line-height: 35px; width: 35px; border-radius: 20px; overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; background: var(--footer-color); color: #fff; } .intro .social-icons>li>a:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; top: 0; z-index: -1; border-radius: 20px; background: var(--primary-color); ; -webkit-transition: all .2s ease; transition: all .2s ease; -webkit-transform: scale(0); transform: scale(0); } .intro .social-icons>li>a:hover:after { -webkit-transform: scale(1); transform: scale(1); } /* --------------------------------- 5. PORTFOLIO SECTION --------------------------------- */ .portfolio-section { padding-bottom: 0; } .portfolio-section .portfolioFilter { margin-top: 60px; color: #666; } .portfolio-section .portfolioFilter a { margin: 10px 10px 0 0; } .portfolio-section .portfolioFilter a.current { color: var(--primary-color); ; } .portfolio-section .portfolioContainer { margin-left: -15px; margin-right: -15px; } .portfolio-section .p-item { width: 33.333%; padding: 0 0px 0px; margin-top: 15px; } .portfolio-section .p-item a { display: inline; } .portfolio-section .p-item.p-item-2 .img:first-child { float: left; width: 50%; /* padding-right: 7.5px; */ } .portfolio-section .p-item.p-item-2 .img:last-child { float: right; width: 50%; /* padding-left: 7.5px; */ } .glry-item { padding-left: 10px; border-radius: 5px; } .glry-item:hover .portfolio-back .portfolio-buttons { opacity: 1; display: block; visibility: visible; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-animation: fadeInUp 0.3s ease-in-out forwards; animation: fadeInUp 0.3s ease-in-out forwards; } .glry-item:hover .portfolio-back::after, .glry-item:hover .portfolio-back::before { top: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } .glry-item .portfolio-inner { overflow: hidden; position: relative; /* border-radius: 5px; */ -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); } .glry-item .portfolio-inner .project-title { width: 100%; bottom: -150px; padding: 30px; text-align: center; position: absolute; background: #fff; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; } .glry-item:hover .project-title { bottom: 0; } .glry-item .portfolio-back { left: 0; top: 0; width: 100%; height: 100%; position: absolute; text-align: center; border-radius: 5px; 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-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.4s; transition: all 0.4s; } .glry-item .portfolio-back:after, .glry-item .portfolio-back:before { content: ""; width: 50%; height: 100%; opacity: 0.6; position: absolute; background: var(--footer-color); -webkit-transition: all 0.5s; transition: all 0.5s; -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } .glry-item .portfolio-back:after { left: 0; top: -100%; } .glry-item .portfolio-back:before { right: 0; top: 100%; } .glry-item .portfolio-back .portfolio-buttons { z-index: 73; -webkit-animation: fadeOutDown 0.3s ease-in-out forwards; animation: fadeOutDown 0.3s ease-in-out forwards; } .glry-item .portfolio-back .portfolio-buttons a { height: 56px; width: 56px; line-height: 56px; border-radius: 5px; text-align: center; margin-right: 10px; display: inline-block; background: #fff; color: var(--primary-color) !important; border: 2px solid transparent; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } .glry-item .portfolio-back .portfolio-buttons a:hover { color: #fff; background: transparent; border-color: #fff; -webkit-animation: pulseWhite 1s 1 linear forwards; animation: pulseWhite 1s 1 linear forwards; -webkit-transform: translateY(-5px); transform: translateY(-5px); } .glry-item .portfolio-back .portfolio-buttons a:last-child { margin-right: 0; } /* --------------------------------- 6. ABOUT SECTION --------------------------------- */ .about-section p { color: var(--secondary-color); } .radial-progress { position: relative; max-width: 200px; margin: 0 auto; } .radial-progress .progressbar-text { font-size: 2.2em; font-weight: 500; padding-bottom: 25px !important; color: var(--secondary-color) !important; } .radial-progress .progressbar-text:after { content: '%'; } .radial-progress .progress-title { position: absolute; top: 50%; left: 50%; width: 100%; letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: var(--primary-color) !important; } /* --------------------------------- 7. EXPERIENCE SECTION --------------------------------- */ .experience-section { background: var(--footer-color); color: #fff; } .experience .list>li { display: block; position: relative; margin-bottom: 10px; padding-left: 20px; } .experience .list>li:before { content: ''; position: absolute; top: 50%; left: 0; height: 10px; width: 10px; margin-top: -5px; display: block; border-radius: 10px; border: 2px solid #fff; } /* --------------------------------- 8. EDUCATION SECTION --------------------------------- */ .education-wrapper { position: relative; } .education-wrapper:after { content: ''; position: absolute; top: 8px; bottom: 0; left: -51px; width: 2px; background: #ccc; } .education-wrapper .education { position: relative; } .education-wrapper .education:after { content: ''; position: absolute; top: 8px; left: -58px; width: 16px; height: 16px; border-radius: 10px; z-index: 1; box-shadow: 0 0 0 8px rgba(255, 171, 0, .4); background: var(--primary-color); ; } /* --------------------------------- 9. COUNTER SECTION --------------------------------- */ .counter-section { position: relative; padding: 100px 0 70px; background-size: cover; z-index: 1; background-image: var(--counter-image); color: #fff; } .counter-section:after { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .2); } .counter { position: relative; } .counter .title { text-align: right; margin-right: 130px; } .counter .desc { position: absolute; bottom: 4px; right: 0px; width: 110px; } /* RADIAL PREOGRESS SECTION */ .radial-progress { position: relative; max-width: 200px; margin: 0 auto; } .radial-progress .progressbar-text { font-size: 2.2em; font-weight: 500; padding-bottom: 25px !important; color: var(--secondary-color) !important; } .radial-progress .progressbar-text:after { content: '%'; } .radial-progress .progress-title { position: absolute; top: 50%; left: 50%; width: 100%; letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: #777; } /* --------------------------------- 10. FOOTER --------------------------------- */ .copyright { text-align: center; padding: 30px 0; background: var(--footer-color); } footer p { color: white; font-size: 16px; } footer i { color: var(--primary-color); } /* --------------------------------- 11. QUOTO SECTION --------------------------------- */ .quoto-section { padding: 80px 0; position: relative; background-size: cover; z-index: 1; background-image: var(--quote-image); color: #fff; } .quoto-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .8); } .quoto-section .icon { margin-bottom: 20px; height: 40px; width: 40px; line-height: 40px; border-radius: 30px; background: var(--primary-color); color: #fff; text-align: center; } /* --------------------------------- 12. PROJECT SINGLE SECTION --------------------------------- */ .project-section { padding: 80px 0; position: relative; background-size: cover; z-index: 1; color: #fff; background-color: var(--primary-color) !important; } .project-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .center-text { text-align: center; } .portfolio-single-section .portfolio-carousel { margin-bottom: 30px; } .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev, .portfolio-single-section .portfolio-carousel .owl-nav .owl-next { margin: 0; top: 50%; color: #fff; height: 56px; width: 56px; position: absolute; text-align: center; line-height: 56px; background: var(--primary-color) !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev { left: 15px; } .portfolio-single-section .portfolio-carousel .owl-nav .owl-next { right: 15px; } .project-single-inner .portfolio-inner-title { margin-bottom: 15px; font-size: 1.5rem; } .project-single-inner .project-inner-text { margin-bottom: 10px; } .project-single-inner .project-inner-text:last-of-type { margin-bottom: 0; } .project-single-inner .project-details .project-info { margin-bottom: 30px; } .inner-header-title { margin-bottom: 25px !important; position: relative; padding-bottom: 20px; display: block; font-weight: bold; } .inner-header-title:before { width: 60px; z-index: 36; background: var(--primary-color) !important; } .inner-header-title:before { content: ""; bottom: 0; left: 0; height: 2px; position: absolute; border-radius: 5px; } .inner-header-title:after { width: 100%; background: rgba(224, 224, 224, 0.5); } .portfolio-single-section .project-details .project-share li { display: inline-block; } .portfolio-single-section .project-details .project-share li a:last-child { margin-right: 0; } .portfolio-single-section .project-details .project-share li a { width: 56px; height: 56px; line-height: 46px; border-radius: 50%; margin-right: 10px; text-align: center; display: inline-block; background: var(--primary-color) !important; color: #fff !important; border: 6px solid #fff; -webkit-box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2); box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2); -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } a:link, a:hover, a:active, a:visited { text-decoration: none; } .inner-header-title:after, .inner-header-title:before { content: ""; bottom: 0; left: 0; height: 2px; position: absolute; border-radius: 5px; } .project-single-inner .project-details .project-info>li { margin-bottom: 10px; } .project-single-inner .project-details .project-info>li>span { text-align: left; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-info>li>span::before { content: ":"; padding-right: 15px; } .project-single-inner .project-details .project-info>li>b { font-family: "Open Sans", sans-serif; font-size: 1rem; font-weight: 700; text-transform: capitalize; color: #000; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-meta .project-meta-box { text-align: left; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-meta .project-meta-box h6 { margin-bottom: 15px; } .project-single-inner .project-details .project-meta .project-meta-box h4 { border-radius: 5px; padding: 0 21px; height: 40px; line-height: 40px; background: var(--primary-color) !important; color: #fff; position: relative; display: inline-block; font-size: 1rem; font-weight: 600; } .project-single-inner .project-details .project-meta .project-meta-box h4:after { content: ""; position: absolute; left: -18px; top: 50%; border: 10px solid; border-color: transparent var(--primary-color) transparent transparent; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .project-single-inner .project-details .project-meta .project-meta-box h4 span { display: inline-block; margin-right: 5px; } .profile-img i { font-size: 110px; color: var(--footer-color) !important; margin-top: 80px; padding-bottom: 80px; background-color: var(--primary-color) !important; } /* --------------------------------- 13. PAGINATION-ARROW --------------------------------- */ .pagination-arrow { padding: 100px 0 110px; position: relative; overflow: hidden; margin-bottom: 60px; } @media (max-width: 768px) { .pagination-arrow { padding: 40px 0 50px; } } .pagination-arrow .btn-prev-wrap { left: 5px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); display: flex; align-items: center; position: absolute; } .pagination-arrow .btn-prev-wrap .btn-prev { position: relative; margin-right: 35px; } .pagination-arrow .btn-prev-wrap .btn-prev:hover { margin-left: 0; } .pagination-arrow .btn-prev-wrap .btn-content { position: relative; } @media (max-width: 800px) { .pagination-arrow .btn-prev-wrap .btn-content { display: none; } } .pagination-arrow .btn-prev-wrap .btn-content .btn-content-title { text-transform: uppercase; font-size: 18px; color: #2f2c2c; transition: all .3s ease; } .pagination-arrow .btn-prev-wrap .btn-content .btn-content-subtitle { font-size: 14px; margin-bottom: 0; color: #acacac; transition: all .3s ease; } .pagination-arrow .btn-prev-wrap:hover { margin-left: -2px; } .pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-title { color: var(--primary-color) !important; } .pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-subtitle { color: var(--secondary-color) !important; } .pagination-arrow .btn-prev-wrap:hover .btn-prev { fill: #4cc2c0; } .pagination-arrow .all-project { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } .pagination-arrow .all-project i { font-size: 50px; color: #d7d7d7; transition: all .3s ease; } .pagination-arrow .all-project:hover i { color: var(--primary-color) !important; } .pagination-arrow .btn-next-wrap { right: 5px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); display: flex; align-items: center; position: absolute; } .pagination-arrow .btn-next-wrap .btn-next { position: relative; } .pagination-arrow .btn-next-wrap .btn-next:hover { margin-right: 0; } .pagination-arrow .btn-next-wrap .btn-content { position: relative; text-align: right; margin-right: 35px; } @media (max-width: 800px) { .pagination-arrow .btn-next-wrap .btn-content { display: none; } } .pagination-arrow .btn-next-wrap .btn-content .btn-content-title { text-transform: uppercase; font-size: 18px; color: var(--secondary-color) !important; transition: all .3s ease; } .pagination-arrow .btn-next-wrap .btn-content .btn-content-subtitle { font-size: 14px; margin-bottom: 0; color: #acacac; transition: all .3s ease; } .pagination-arrow .btn-next-wrap:hover { margin-right: -2px; } .pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-title { color: var(--primary-color) !important; } .pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-subtitle { color: var(--secondary-color) !important; } .pagination-arrow .btn-next-wrap:hover .btn-next { fill: var(--primary-color) !important; } .pagination-arrow span { display: block; } .center-text { text-align: center; } .uppercase-text { text-transform: uppercase; } /* ---------------------------------------------------------------- */ /* 14. PRELOADER /* ---------------------------------------------------------------- */ .preloader-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 4444; position: fixed; 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; background: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .preloader-wrap .preloader-inner { width: 70px; height: 35px; overflow: hidden; position: absolute; top: calc(50% - 17px); left: calc(50% - 35px); } .preloader-wrap .preloader-inner #loader { width: 70px; height: 70px; border-radius: 50%; border-style: solid; border-top-color: var(--primary-color); border-right-color: var(--primary-color); border-left-color: transparent; border-bottom-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-animation: preLoader 3s ease-in-out infinite; animation: preLoader 2s ease-in-out infinite; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); } @-webkit-keyframes preLoader { 0% { border-width: 10px; } 25% { border-width: 3px; } 50% { border-width: 10px; -webkit-transform: rotate(115deg); transform: rotate(115deg); } 75% { border-width: 3px; } 100% { border-width: 10px; } } @keyframes preLoader { 0% { border-width: 10px; } 25% { border-width: 3px; } 50% { border-width: 10px; -webkit-transform: rotate(115deg); transform: rotate(115deg); } 75% { border-width: 3px; } 100% { border-width: 10px; } }
public/frontend_files/01-cv-portfolio/css/styles.css
html { font-size: 100%; height: 100%; overflow-x: hidden; margin: 0px; padding: 0px; touch-action: manipulation; } body { font-size: 16px; font-family: 'Poppins', serif; width: 100%; height: 100%; margin: 0; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; color: var(--secondary-color); ; } h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, input, button { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { line-height: 1.5; font-weight: inherit; } h1, h2, h3 { font-family: 'Poppins', cursive; } p { line-height: 1.6; font-size: 1.05em; font-weight: 400; } h1 { font-size: 4em; line-height: 1; } h2 { font-size: 2.2em; line-height: 1.1; } h3 { font-size: 1.8em; } h4 { font-size: 1.3em; } h5 { font-size: 1em; } h6 { font-size: .9em; letter-spacing: 1px; } a, button { display: inline-block; text-decoration: none; color: inherit; line-height: 1; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; } a:focus, a:active, a:hover, button:focus, button:active, button:hover, a b.light-color:hover { text-decoration: none; color: var(--primary-color); ; } b { font-weight: 600; } img { width: 100%; } li { list-style: none; display: inline-block; } span { display: inline-block; } button { outline: 0; border: 0; background: none; cursor: pointer; } .icon { font-size: 1.1em; display: inline-block; line-height: inherit; } [class^="icon-"]:before, [class*=" icon-"]:before { line-height: inherit; } b.max-bold { font-weight: 700; } /* --------------------------------- 2. COMMONS FOR PAGE DESIGN --------------------------------- */ .section { padding: 100px 0 50px; } .section .heading { margin-bottom: 60px; } .section .heading:before { content: ''; height: 10px; width: 50px; border-radius: 5px; margin-bottom: 20px; display: block; background: var(--primary-color); ; } .margin-t-10 { margin-top: 10px; } .margin-b-30 { margin-bottom: 30px; } .margin-b-50 { margin-bottom: 50px; } .margin-tb-30 { margin-top: 30px; margin-bottom: 30px; } .font-color { color: var(--primary-color); } .font-semi-#777 { color: #ddd; } .font-lite-black { color: #999; } .button-color { background-color: var(--primary-color); color: #fff; } .button-color:hover { color: #fff; } /* --------------------------------- 3. HEADER --------------------------------- */ header { position: absolute; top: 30px; left: 0; right: 0; z-index: 100; } header .heading-wrapper { border-radius: 5px; padding: 30px 40px 20px; background: var(--primary-color); ; color: #fff; } header .info { margin-bottom: 10px; } header .info .icon { float: left; font-size: 30px; } header .info .right-area { margin-left: 45px; } header .downlad-btn { padding: 15px 30px; border-radius: 4px; float: right; margin-top: 30px; box-shadow: inset 0 0px 4px rgba(0, 0, 0, .3); background: var(--primary-color); ; color: #fff; -webkit-transition: all .2s ease; transition: all .2s ease; } header .downlad-btn:hover { -webkit-transform: translateY(-4px); transform: translateY(-4px); } /* --------------------------------- 4. INTRO SECTION --------------------------------- */ .intro-section { padding-top: 200px; position: relative; background-size: cover; z-index: 1; background-image: var(--background-image); } .intro-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .2); } .intro-section:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 150px; z-index: -1; background: #fff; } .intro { padding: 0 20px; margin-top: 100px; text-align: center; background: #fff; } .intro .profile-img { height: 200px; width: 200px; border-radius: 100px; margin: 0 auto; overflow: hidden; position: relative; top: -100px; margin-bottom: -70px; } .intro .information>li { display: block; margin: 5px 0; } .intro .social-icons>li>a { height: 35px; line-height: 35px; width: 35px; border-radius: 20px; overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; background: var(--footer-color); color: #fff; } .intro .social-icons>li>a:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; top: 0; z-index: -1; border-radius: 20px; background: var(--primary-color); ; -webkit-transition: all .2s ease; transition: all .2s ease; -webkit-transform: scale(0); transform: scale(0); } .intro .social-icons>li>a:hover:after { -webkit-transform: scale(1); transform: scale(1); } /* --------------------------------- 5. PORTFOLIO SECTION --------------------------------- */ .portfolio-section { padding-bottom: 0; } .portfolio-section .portfolioFilter { margin-top: 60px; color: #666; } .portfolio-section .portfolioFilter a { margin: 10px 10px 0 0; } .portfolio-section .portfolioFilter a.current { color: var(--primary-color); ; } .portfolio-section .portfolioContainer { margin-left: -15px; margin-right: -15px; } .portfolio-section .p-item { width: 33.333%; padding: 0 0px 0px; margin-top: 15px; } .portfolio-section .p-item a { display: inline; } .portfolio-section .p-item.p-item-2 .img:first-child { float: left; width: 50%; /* padding-right: 7.5px; */ } .portfolio-section .p-item.p-item-2 .img:last-child { float: right; width: 50%; /* padding-left: 7.5px; */ } .glry-item { padding-left: 10px; border-radius: 5px; } .glry-item:hover .portfolio-back .portfolio-buttons { opacity: 1; display: block; visibility: visible; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-animation: fadeInUp 0.3s ease-in-out forwards; animation: fadeInUp 0.3s ease-in-out forwards; } .glry-item:hover .portfolio-back::after, .glry-item:hover .portfolio-back::before { top: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } .glry-item .portfolio-inner { overflow: hidden; position: relative; /* border-radius: 5px; */ -webkit-box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); } .glry-item .portfolio-inner .project-title { width: 100%; bottom: -150px; padding: 30px; text-align: center; position: absolute; background: #fff; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; } .glry-item:hover .project-title { bottom: 0; } .glry-item .portfolio-back { left: 0; top: 0; width: 100%; height: 100%; position: absolute; text-align: center; border-radius: 5px; 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-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 0.4s; transition: all 0.4s; } .glry-item .portfolio-back:after, .glry-item .portfolio-back:before { content: ""; width: 50%; height: 100%; opacity: 0.6; position: absolute; background: var(--footer-color); -webkit-transition: all 0.5s; transition: all 0.5s; -webkit-transition-delay: 0.25s; transition-delay: 0.25s; } .glry-item .portfolio-back:after { left: 0; top: -100%; } .glry-item .portfolio-back:before { right: 0; top: 100%; } .glry-item .portfolio-back .portfolio-buttons { z-index: 73; -webkit-animation: fadeOutDown 0.3s ease-in-out forwards; animation: fadeOutDown 0.3s ease-in-out forwards; } .glry-item .portfolio-back .portfolio-buttons a { height: 56px; width: 56px; line-height: 56px; border-radius: 5px; text-align: center; margin-right: 10px; display: inline-block; background: #fff; color: var(--primary-color) !important; border: 2px solid transparent; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } .glry-item .portfolio-back .portfolio-buttons a:hover { color: #fff; background: transparent; border-color: #fff; -webkit-animation: pulseWhite 1s 1 linear forwards; animation: pulseWhite 1s 1 linear forwards; -webkit-transform: translateY(-5px); transform: translateY(-5px); } .glry-item .portfolio-back .portfolio-buttons a:last-child { margin-right: 0; } /* --------------------------------- 6. ABOUT SECTION --------------------------------- */ .about-section p { color: var(--secondary-color); } .radial-progress { position: relative; max-width: 200px; margin: 0 auto; } .radial-progress .progressbar-text { font-size: 2.2em; font-weight: 500; padding-bottom: 25px !important; color: var(--secondary-color) !important; } .radial-progress .progressbar-text:after { content: '%'; } .radial-progress .progress-title { position: absolute; top: 50%; left: 50%; width: 100%; letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: var(--primary-color) !important; } /* --------------------------------- 7. EXPERIENCE SECTION --------------------------------- */ .experience-section { background: var(--footer-color); color: #fff; } .experience .list>li { display: block; position: relative; margin-bottom: 10px; padding-left: 20px; } .experience .list>li:before { content: ''; position: absolute; top: 50%; left: 0; height: 10px; width: 10px; margin-top: -5px; display: block; border-radius: 10px; border: 2px solid #fff; } /* --------------------------------- 8. EDUCATION SECTION --------------------------------- */ .education-wrapper { position: relative; } .education-wrapper:after { content: ''; position: absolute; top: 8px; bottom: 0; left: -51px; width: 2px; background: #ccc; } .education-wrapper .education { position: relative; } .education-wrapper .education:after { content: ''; position: absolute; top: 8px; left: -58px; width: 16px; height: 16px; border-radius: 10px; z-index: 1; box-shadow: 0 0 0 8px rgba(255, 171, 0, .4); background: var(--primary-color); ; } /* --------------------------------- 9. COUNTER SECTION --------------------------------- */ .counter-section { position: relative; padding: 100px 0 70px; background-size: cover; z-index: 1; background-image: var(--counter-image); color: #fff; } .counter-section:after { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .2); } .counter { position: relative; } .counter .title { text-align: right; margin-right: 130px; } .counter .desc { position: absolute; bottom: 4px; right: 0px; width: 110px; } /* RADIAL PREOGRESS SECTION */ .radial-progress { position: relative; max-width: 200px; margin: 0 auto; } .radial-progress .progressbar-text { font-size: 2.2em; font-weight: 500; padding-bottom: 25px !important; color: var(--secondary-color) !important; } .radial-progress .progressbar-text:after { content: '%'; } .radial-progress .progress-title { position: absolute; top: 50%; left: 50%; width: 100%; letter-spacing: 0; text-align: center; transform: translate(-50%, 15px); color: #777; } /* --------------------------------- 10. FOOTER --------------------------------- */ .copyright { text-align: center; padding: 30px 0; background: var(--footer-color); } footer p { color: white; font-size: 16px; } footer i { color: var(--primary-color); } /* --------------------------------- 11. QUOTO SECTION --------------------------------- */ .quoto-section { padding: 80px 0; position: relative; background-size: cover; z-index: 1; background-image: var(--quote-image); color: #fff; } .quoto-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, .8); } .quoto-section .icon { margin-bottom: 20px; height: 40px; width: 40px; line-height: 40px; border-radius: 30px; background: var(--primary-color); color: #fff; text-align: center; } /* --------------------------------- 12. PROJECT SINGLE SECTION --------------------------------- */ .project-section { padding: 80px 0; position: relative; background-size: cover; z-index: 1; color: #fff; background-color: var(--primary-color) !important; } .project-section:before { content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .center-text { text-align: center; } .portfolio-single-section .portfolio-carousel { margin-bottom: 30px; } .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev, .portfolio-single-section .portfolio-carousel .owl-nav .owl-next { margin: 0; top: 50%; color: #fff; height: 56px; width: 56px; position: absolute; text-align: center; line-height: 56px; background: var(--primary-color) !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev { left: 15px; } .portfolio-single-section .portfolio-carousel .owl-nav .owl-next { right: 15px; } .project-single-inner .portfolio-inner-title { margin-bottom: 15px; font-size: 1.5rem; } .project-single-inner .project-inner-text { margin-bottom: 10px; } .project-single-inner .project-inner-text:last-of-type { margin-bottom: 0; } .project-single-inner .project-details .project-info { margin-bottom: 30px; } .inner-header-title { margin-bottom: 25px !important; position: relative; padding-bottom: 20px; display: block; font-weight: bold; } .inner-header-title:before { width: 60px; z-index: 36; background: var(--primary-color) !important; } .inner-header-title:before { content: ""; bottom: 0; left: 0; height: 2px; position: absolute; border-radius: 5px; } .inner-header-title:after { width: 100%; background: rgba(224, 224, 224, 0.5); } .portfolio-single-section .project-details .project-share li { display: inline-block; } .portfolio-single-section .project-details .project-share li a:last-child { margin-right: 0; } .portfolio-single-section .project-details .project-share li a { width: 56px; height: 56px; line-height: 46px; border-radius: 50%; margin-right: 10px; text-align: center; display: inline-block; background: var(--primary-color) !important; color: #fff !important; border: 6px solid #fff; -webkit-box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2); box-shadow: 0 5px 8px 0 rgba(61, 82, 96, 0.2); -webkit-transition: all 0.25s ease; transition: all 0.25s ease; } a:link, a:hover, a:active, a:visited { text-decoration: none; } .inner-header-title:after, .inner-header-title:before { content: ""; bottom: 0; left: 0; height: 2px; position: absolute; border-radius: 5px; } .project-single-inner .project-details .project-info>li { margin-bottom: 10px; } .project-single-inner .project-details .project-info>li>span { text-align: left; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-info>li>span::before { content: ":"; padding-right: 15px; } .project-single-inner .project-details .project-info>li>b { font-family: "Open Sans", sans-serif; font-size: 1rem; font-weight: 700; text-transform: capitalize; color: #000; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-meta .project-meta-box { text-align: left; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; } .project-single-inner .project-details .project-meta .project-meta-box h6 { margin-bottom: 15px; } .project-single-inner .project-details .project-meta .project-meta-box h4 { border-radius: 5px; padding: 0 21px; height: 40px; line-height: 40px; background: var(--primary-color) !important; color: #fff; position: relative; display: inline-block; font-size: 1rem; font-weight: 600; } .project-single-inner .project-details .project-meta .project-meta-box h4:after { content: ""; position: absolute; left: -18px; top: 50%; border: 10px solid; border-color: transparent var(--primary-color) transparent transparent; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .project-single-inner .project-details .project-meta .project-meta-box h4 span { display: inline-block; margin-right: 5px; } .profile-img i { font-size: 110px; color: var(--footer-color) !important; margin-top: 80px; padding-bottom: 80px; background-color: var(--primary-color) !important; } /* --------------------------------- 13. PAGINATION-ARROW --------------------------------- */ .pagination-arrow { padding: 100px 0 110px; position: relative; overflow: hidden; margin-bottom: 60px; } @media (max-width: 768px) { .pagination-arrow { padding: 40px 0 50px; } } .pagination-arrow .btn-prev-wrap { left: 5px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); display: flex; align-items: center; position: absolute; } .pagination-arrow .btn-prev-wrap .btn-prev { position: relative; margin-right: 35px; } .pagination-arrow .btn-prev-wrap .btn-prev:hover { margin-left: 0; } .pagination-arrow .btn-prev-wrap .btn-content { position: relative; } @media (max-width: 800px) { .pagination-arrow .btn-prev-wrap .btn-content { display: none; } } .pagination-arrow .btn-prev-wrap .btn-content .btn-content-title { text-transform: uppercase; font-size: 18px; color: #2f2c2c; transition: all .3s ease; } .pagination-arrow .btn-prev-wrap .btn-content .btn-content-subtitle { font-size: 14px; margin-bottom: 0; color: #acacac; transition: all .3s ease; } .pagination-arrow .btn-prev-wrap:hover { margin-left: -2px; } .pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-title { color: var(--primary-color) !important; } .pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-subtitle { color: var(--secondary-color) !important; } .pagination-arrow .btn-prev-wrap:hover .btn-prev { fill: #4cc2c0; } .pagination-arrow .all-project { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } .pagination-arrow .all-project i { font-size: 50px; color: #d7d7d7; transition: all .3s ease; } .pagination-arrow .all-project:hover i { color: var(--primary-color) !important; } .pagination-arrow .btn-next-wrap { right: 5px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); display: flex; align-items: center; position: absolute; } .pagination-arrow .btn-next-wrap .btn-next { position: relative; } .pagination-arrow .btn-next-wrap .btn-next:hover { margin-right: 0; } .pagination-arrow .btn-next-wrap .btn-content { position: relative; text-align: right; margin-right: 35px; } @media (max-width: 800px) { .pagination-arrow .btn-next-wrap .btn-content { display: none; } } .pagination-arrow .btn-next-wrap .btn-content .btn-content-title { text-transform: uppercase; font-size: 18px; color: var(--secondary-color) !important; transition: all .3s ease; } .pagination-arrow .btn-next-wrap .btn-content .btn-content-subtitle { font-size: 14px; margin-bottom: 0; color: #acacac; transition: all .3s ease; } .pagination-arrow .btn-next-wrap:hover { margin-right: -2px; } .pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-title { color: var(--primary-color) !important; } .pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-subtitle { color: var(--secondary-color) !important; } .pagination-arrow .btn-next-wrap:hover .btn-next { fill: var(--primary-color) !important; } .pagination-arrow span { display: block; } .center-text { text-align: center; } .uppercase-text { text-transform: uppercase; } /* ---------------------------------------------------------------- */ /* 14. PRELOADER /* ---------------------------------------------------------------- */ .preloader-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 4444; position: fixed; 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; background: #fff; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .preloader-wrap .preloader-inner { width: 70px; height: 35px; overflow: hidden; position: absolute; top: calc(50% - 17px); left: calc(50% - 35px); } .preloader-wrap .preloader-inner #loader { width: 70px; height: 70px; border-radius: 50%; border-style: solid; border-top-color: var(--primary-color); border-right-color: var(--primary-color); border-left-color: transparent; border-bottom-color: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-animation: preLoader 3s ease-in-out infinite; animation: preLoader 2s ease-in-out infinite; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); } @-webkit-keyframes preLoader { 0% { border-width: 10px; } 25% { border-width: 3px; } 50% { border-width: 10px; -webkit-transform: rotate(115deg); transform: rotate(115deg); } 75% { border-width: 3px; } 100% { border-width: 10px; } } @keyframes preLoader { 0% { border-width: 10px; } 25% { border-width: 3px; } 50% { border-width: 10px; -webkit-transform: rotate(115deg); transform: rotate(115deg); } 75% { border-width: 3px; } 100% { border-width: 10px; } }
0.46563
0.082994
* -------------------------- */ .crneo { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1; } .crf-danger { color: red; } .crf-success { color: green; } .crf-disabled { opacity: 0.2; } .crf-dot-mask:::before { background-image: radial-gradient(white 20%, rgba(0, 0, 0, 0) 20%); height: 100%; width: 100%; } .crf-diagonal-mask:::before { background-image: linear-gradient( 48deg, rgba(0, 0, 0, 0) 43%, white 44%, white 55%, rgba(0, 0, 0, 0) 56% ); height: 100%; width: 100%; } .crf-user-state { transform: translate(30%, -5%); } .crf-volume-state { transform: translate(20%, 0); } .crf-volume-lshift { transform: translate(-20%, 0); } .crf-dnd-state { transform: translate(10%, -8%); } .crf-mic-state { transform: translate(0%, -10%); } .crf-location-state { transform: translate(0%, -7.5%) scale(-.85); } /* makes the font 33% larger relative to the icon container */ .crf-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .crf-2x { font-size: 2em; } .crf-3x { font-size: 3em; } .crf-4x { font-size: 4em; } .crf-5x { font-size: 5em; } .crf-fw { width: 1.28571429em; text-align: center; } .crf-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .crf-ul > li { position: relative; } .crf-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .crf-li.crf-lg { left: -1.85714286em; } .crf-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } .crf-pull-left { float: left; } .crf-pull-right { float: right; } .crneo.crf-pull-left { margin-right: 0.3em; } .crneo.crf-pull-right { margin-left: 0.3em; } .pull-right { float: right; } .pull-left { float: left; } .crneo.pull-left { margin-right: 0.3em; } .crneo.pull-right { margin-left: 0.3em; } .crf-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .crf-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .crf-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .crf-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .crf-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .crf-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .crf-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .crf-rotate-90, :root .crf-rotate-180, :root .crf-rotate-270, :root .crf-flip-horizontal, :root .crf-flip-vertical { filter: none; } .crf-stack { display: inline-grid; place-content: center; } .crf-stack-1x, .crf-stack-2x { grid-area: 1/1; } .crf-stack-1x { line-height: inherit; } .crf-stack-2x { font-size: 200%; } .crf-inverse { color: #fff; } .crf-address-book::before { content: "\e900"; } .crf-airmedia::before { content: "\e901"; } .crf-alarm::before { content: "\e902"; } .crf-alert::before { content: "\e903"; } .crf-android::before { content: "\e904"; } .crf-apple::before { content: "\e905"; } .crf-asterisk::before { content: "\e906"; } .crf-audio-note::before { content: "\e907"; } .crf-back-slash::before { content: "\e908"; } .crf-ban::before { content: "\e909"; } .crf-battery::before { content: "\e90a"; } .crf-battery-full::before { content: "\e90b"; } .crf-battery-low::before { content: "\e90c"; } .crf-blinds::before { content: "\e90d"; } .crf-blinds-closed::before { content: "\e90e"; } .crf-bluetooth::before { content: "\e90f"; } .crf-blu-ray::before { content: "\e910"; } .crf-bolt::before { content: "\e911"; } .crf-brightness::before { content: "\e912"; } .crf-brightness-max::before { content: "\e913"; } .crf-brightness-medium::before { content: "\e914"; } .crf-broken-route-bottom::before { content: "\e915"; } .crf-broken-route-top::before { content: "\e916"; } .crf-brush::before { content: "\e917"; } .crf-calendar::before { content: "\e918"; } .crf-camera::before { content: "\e919"; } .crf-cart::before { content: "\e91a"; } .crf-cd::before { content: "\e91b"; } .crf-charge::before { content: "\e91c"; } .crf-check::before { content: "\e91d"; } .crf-checkbox-checked::before { content: "\e91e"; } .crf-checkbox-off::before { content: "\e91f"; } .crf-chrome::before { content: "\e920"; } .crf-circle::before { content: "\e921"; } .crf-climate::before { content: "\e922"; } .crf-climate-scheduler::before { content: "\e923"; } .crf-clock::before { content: "\e924"; } .crf-comment::before { content: "\e925"; } .crf-comment-check::before { content: "\e926"; } .crf-connector::before { content: "\e927"; } .crf-connector-plate::before { content: "\e928"; } .crf-contrast::before { content: "\e929"; } .crf-crestron::before { content: "\e92a"; } .crf-dashboard::before { content: "\e92b"; } .crf-delete::before { content: "\e92c"; } .crf-delete-alt::before { content: "\e92d"; } .crf-disk::before { content: "\e92e"; } .crf-door::before { content: "\e92f"; } .crf-down::before { content: "\e930"; } .crf-down-alt::before { content: "\e931"; } .crf-download::before { content: "\e932"; } .crf-download-cloud::before { content: "\e933"; } .crf-down-right::before { content: "\e934"; } .crf-drapes::before { content: "\e935"; } .crf-drapes-closed::before { content: "\e936"; } .crf-drapes-open::before { content: "\e937"; } .crf-dvd::before { content: "\e938"; } .crf-eject::before { content: "\e939"; } .crf-enter::before { content: "\e93a"; } .crf-eraser::before { content: "\e93b"; } .crf-eye::before { content: "\e93c"; } .crf-film::before { content: "\e93d"; } .crf-fire::before { content: "\e93e"; } .crf-fireplace::before { content: "\e93f"; } .crf-folder::before { content: "\e940"; } .crf-fwd::before { content: "\e941"; } .crf-game::before { content: "\e942"; } .crf-garage::before { content: "\e943"; } .crf-gear::before { content: "\e944"; } .crf-globe::before { content: "\e945"; } .crf-graph::before { content: "\e946"; } .crf-graph-alt::before { content: "\e947"; } .crf-grid::before { content: "\e948"; } .crf-group::before { content: "\e949"; } .crf-guide::before { content: "\e94a"; } .crf-guide-list::before { content: "\e94b"; } .crf-hd::before { content: "\e94c"; } .crf-heart::before { content: "\e94d"; } .crf-help::before { content: "\e94e"; } .crf-home::before { content: "\e94f"; } .crf-hot-tub::before { content: "\e950"; } .crf-image::before { content: "\e951"; } .crf-info::before { content: "\e952"; } .crf-ipad::before { content: "\e953"; } .crf-iphone-ipod-touch::before { content: "\e954"; } .crf-ipod::before { content: "\e955"; } .crf-keyboard::before { content: "\e956"; } .crf-keypad::before { content: "\e957"; } .crf-laptop::before { content: "\e958"; } .crf-lastfm::before { content: "\e959"; } .crf-left::before { content: "\e95a"; } .crf-left-alt::before { content: "\e95b"; } .crf-light::before { content: "\e95c"; } .crf-lights-filament-short::before { content: "\e95d"; } .crf-lights-filament-tall::before { content: "\e95e"; } .crf-list::before { content: "\e95f"; } .crf-live::before { content: "\e960"; } .crf-location-hollow::before { content: "\e961"; } .crf-lync::before { content: "\e962"; } .crf-magnifying-glass::before { content: "\e963"; } .crf-media-server::before { content: "\e964"; } .crf-mic::before { content: "\e965"; } .crf-minus::before { content: "\e966"; } .crf-more::before { content: "\e967"; } .crf-mouse::before { content: "\e968"; } .crf-network-wifi-1::before { content: "\e969"; } .crf-network-wifi-2::before { content: "\e96a"; } .crf-network-wifi-3::before { content: "\e96b"; } .crf-next::before { content: "\e96c"; } .crf-next-alt::before { content: "\e96d"; } .crf-next-page::before { content: "\e96e"; } .crf-one::before { content: "\e96f"; } .crf-options-off::before { content: "\e970"; } .crf-options-on::before { content: "\e971"; } .crf-outlet::before { content: "\e972"; } .crf-padlock-closed::before { content: "\e973"; } .crf-padlock-open::before { content: "\e974"; } .crf-pandora::before { content: "\e975"; } .crf-pause::before { content: "\e976"; } .crf-pen::before { content: "\e977"; } .crf-phone::before { content: "\e978"; } .crf-phone-down::before { content: "\e979"; } .crf-play::before { content: "\e97a"; } .crf-play-all::before { content: "\e97b"; } .crf-play-alt::before { content: "\e97c"; } .crf-play-library::before { content: "\e97d"; } .crf-playlist::before { content: "\e97e"; } .crf-play-list::before { content: "\e97f"; } .crf-play-pause::before { content: "\e980"; } .crf-plus::before { content: "\e981"; } .crf-pool::before { content: "\e982"; } .crf-power::before { content: "\e983"; } .crf-previous::before { content: "\e984"; } .crf-previous-alt::before { content: "\e985"; } .crf-prev-page::before { content: "\e986"; } .crf-projector::before { content: "\e987"; } .crf-radio-signal::before { content: "\e988"; } .crf-rec::before { content: "\e989"; } .crf-repeat::before { content: "\e98a"; } .crf-replay::before { content: "\e98b"; } .crf-rew::before { content: "\e98c"; } .crf-rhapsody::before { content: "\e98d"; } .crf-right::before { content: "\e98e"; } .crf-right-alt::before { content: "\e98f"; } .crf-roku::before { content: "\e990"; } .crf-rss::before { content: "\e991"; } .crf-satellite::before { content: "\e992"; } .crf-scene::before { content: "\e993"; } .crf-settings::before { content: "\e994"; } .crf-settings-alt::before { content: "\e995"; } .crf-shades::before { content: "\e996"; } .crf-shades-closed::before { content: "\e997"; } .crf-share::before { content: "\e998"; } .crf-shield::before { content: "\e999"; } .crf-shuffle::before { content: "\e99a"; } .crf-sirius::before { content: "\e99b"; } .crf-siriusxm::before { content: "\e99c"; } .crf-skip-ahead::before { content: "\e99d"; } .crf-skip-back::before { content: "\e99e"; } .crf-sleep::before { content: "\e99f"; } .crf-slow::before { content: "\e9a0"; } .crf-snow-flake::before { content: "\e9a1"; } .crf-song-add::before { content: "\e9a2"; } .crf-sonos::before { content: "\e9a3"; } .crf-source-full::before { content: "\e9a4"; } .crf-speaker::before { content: "\e9a5"; transform: scale(3); } .crf-spotify::before { content: "\e9a6"; } .crf-star::before { content: "\e9a7"; } .crf-stop::before { content: "\e9a8"; } .crf-stopwatch::before { content: "\e9a9"; } .crf-sun::before { content: "\e9aa"; } .crf-system::before { content: "\e9ab"; } .crf-theater::before { content: "\e9ac"; } .crf-thumb-down::before { content: "\e9ad"; } .crf-thumb-up::before { content: "\e9ae"; } .crf-times::before { content: "\e9af"; } .crf-trashcan::before { content: "\e9b0"; } .crf-triangle::before { content: "\e9b1"; } .crf-tv::before { content: "\e9b2"; } .crf-ungroup::before { content: "\e9b3"; } .crf-up::before { content: "\e9b4"; } .crf-up-alt::before { content: "\e9b5"; } .crf-upload::before { content: "\e9b6"; } .crf-usb::before { content: "\e9b7"; } .crf-usb-alt::before { content: "\e9b8"; } .crf-user::before { content: "\e9b9"; } .crf-users::before { content: "\e9ba"; } .crf-video-input::before { content: "\e9bb"; } .crf-video-output::before { content: "\e9bc"; } .crf-video-screen::before { content: "\e9bd"; } .crf-weather::before { content: "\e9be"; } .crf-wi-fi::before { content: "\e9bf"; } .crf-windows::before { content: "\e9c0"; } .crf-wireless-device::before { content: "\e9c1"; } .crf-wrench::before { content: "\e9c2"; } .crf-xm::before { content: "\e9c3"; } .crf-check-small::before { content: "\e9c4"; } .crf-circle-closed::before { content: "\e9c5"; } .crf-minus-small::before { content: "\e9c6"; } .crf-play-small::before { content: "\e9c7"; } .crf-play-small-closed::before { content: "\e9c8"; } .crf-plus-small::before { content: "\e9c9"; } .crf-shuffle-hollow::before { content: "\e9ca"; } .crf-source-slashed::before { content: "\e9cb"; } .crf-network-wifi-0::before { content: "\e9cc"; } .crf-network-wifi-4::before { content: "\e9cd"; } .crf-network-wifi-5::before { content: "\e9ce"; } /* Premade stacked icons */ /* battery-charging */ .crf-battery-charging::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-charging::after { content: "\e91c"; grid-area: 1/1; } .crf-battery-charging { display: inline-grid; place-content: center; } /* battery-full */ .crf-battery-full::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-full::after { content: "\e90b"; grid-area: 1/1; color:green; } .crf-battery-full { display: inline-grid; place-content: center; } /* battery-empty */ .crf-battery-empty::before { content: "\e90a "; grid-area: 1/1; color: red; } .crf-battery-empty { display: inline-grid; place-content: center; } /* battery-low */ .crf-battery-low::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-low::after { content: "\e90c"; grid-area: 1/1; color: red; } .crf-battery-low { display: inline-grid; place-content: center; } /* broken-route */ .crf-broken-route::before { content: "\e916 "; grid-area: 1/1; } .crf-broken-route::after { content: "\e915"; grid-area: 1/1; color: red; } .crf-broken-route { display: inline-grid; place-content: center; } /* dnd */ .crf-dnd::before { content: "\e978 "; grid-area: 1/1; } .crf-dnd::after { content: "\e9af"; grid-area: 1/1; transform: translate(10%, -8%); } .crf-dnd { display: inline-grid; place-content: center; } /* dnd-on */ .crf-dnd-on::before { content: "\e978 "; grid-area: 1/1; } .crf-dnd-on::after { content: "\e9af"; grid-area: 1/1; transform: translate(10%, -8%); color: red; } .crf-dnd-on { display: inline-grid; place-content: center; } /* lights */ .crf-lights::before { content: "\e95c "; grid-area: 1/1; } .crf-lights::after { content: "\e95e"; grid-area: 1/1; } .crf-lights { display: inline-grid; place-content: center; } /* lights-off */ .crf-lights-off::before { content: "\e95c "; grid-area: 1/1; } .crf-lights-off::after { content: "\e95d"; grid-area: 1/1; color: red; } .crf-lights-off { display: inline-grid; place-content: center; } /* location */ .crf-location::before { content: "\e961 "; grid-area: 1/1; } .crf-location::after { content: "\e921"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location { display: inline-grid; place-content: center; } /* location-minus */ .crf-location-minus::before { content: "\e961 "; grid-area: 1/1; } .crf-location-minus::after { content: "\e9c6"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location-minus { display: inline-grid; place-content: center; } /* location-plus */ .crf-location-plus::before { content: "\e961 "; grid-area: 1/1; } .crf-location-plus::after { content: "\e9c9"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location-plus { display: inline-grid; place-content: center; } /* mic-mute */ .crf-mic-mute::before { content: "\e965 "; grid-area: 1/1; } .crf-mic-mute::after { content: "\e9af"; grid-area: 1/1; transform: translate(0%, -11%); } .crf-mic-mute { display: inline-grid; place-content: center; } /* mic-muted */ .crf-mic-muted::before { content: "\e965"; grid-area: 1/1; } .crf-mic-muted::after { content: "\e9af"; grid-area: 1/1; color: red; transform: translate(0%, -11%); } .crf-mic-muted { display: inline-grid; place-content: center; } /* network-wifi-low */ .crf-network-wifi-low::before { content: "\e969"; grid-area: 1/1; } .crf-network-wifi-low::after { content: "\e9ce"; grid-area: 1/1; opacity: 0.2; } .crf-network-wifi-low { display: inline-grid; place-content: center; } /* network-wifi-max */ .crf-network-wifi-max::before { content: "\e9cc"; grid-area: 1/1; } .crf-network-wifi-max { display: inline-grid; place-content: center; } /* network-wifi-med */ .crf-network-wifi-med::before { content: "\e9cd"; grid-area: 1/1; } .crf-network-wifi-med::after { content: "\e96b"; grid-area: 1/1; opacity: 0.2; } .crf-network-wifi-med { display: inline-grid; place-content: center; } /* network-wifi-off */ .crf-network-wifi-off::before { content: "\e9cc"; opacity: 0.2; grid-area: 1/1; } .crf-network-wifi-off { display: inline-grid; place-content: center; } /* repeat-item */ .crf-repeat-item::before { content: "\e98a "; grid-area: 1/1; } .crf-repeat-item::after { content: "\e96f"; grid-area: 1/1; } .crf-repeat-item { display: inline-grid; place-content: center; } /* repeat-off */ .crf-repeat-off::before { content: "\e98a "; grid-area: 1/1; } .crf-repeat-off::after { content: "\e9af"; grid-area: 1/1; color: red; } .crf-repeat-off { display: inline-grid; place-content: center; } /* shuffle-item */ .crf-shuffle-item::before { content: "\e9ca"; grid-area: 1/1; } .crf-shuffle-item::after { content: "\e96f"; grid-area: 1/1; } .crf-shuffle-item { display: inline-grid; place-content: center; } /* shuffle-off */ .crf-shuffle-off::before { content: "\e9ca "; grid-area: 1/1; } .crf-shuffle-off::after { content: "\e9af"; grid-area: 1/1; color: red; } .crf-shuffle-off { display: inline-grid; place-content: center; } /* stop-source */ .crf-stop-source::before { content: "\e9cb "; grid-area: 1/1; } .crf-stop-source::after { content: "\e908"; grid-area: 1/1; color: red; } .crf-stop-source { display: inline-grid; place-content: center; } /* user-bookmark */ .crf-user-bookmark::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-bookmark::after { content: "\e9c9"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-bookmark { display: inline-grid; place-content: center; } /* user-check */ .crf-user-check::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-check::after { content: "\e9c4"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-check { display: inline-grid; place-content: center; } /* user-minus */ .crf-user-minus::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-minus::after { content: "\e9c6"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-minus { display: inline-grid; place-content: center; } /* video-screen */ .crf-video-screen::before { content: "\e9bd "; grid-area: 1/1; } .crf-video-screen::after { content: "\e9c7"; grid-area: 1/1; } .crf-video-screen { display: inline-grid; place-content: center; } /* video-screen-alt */ .crf-video-screen-alt::before { content: "\e9b2 "; grid-area: 1/1; } .crf-video-screen-alt::after { content: "\e9c8"; grid-area: 1/1; } .crf-video-screen-alt { display: inline-grid; place-content: center; } /* volume-hi */ .crf-volume-hi::before { content: "\e9a5 "; transform: translate(-20%, 0); grid-area: 1/1; } .crf-volume-hi::after { content: "\e9c9"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-hi { display: inline-grid; place-content: center; } /* volume-lo */ .crf-volume-lo::before { content: "\e9a5"; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-lo::after { content: "\e9c6"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-lo { display: inline-grid; place-content: center; } /* volume-mute */ .crf-volume-mute::before { content: "\e9a5 "; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-mute::after { content: "\e9af"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-mute { display: inline-grid; place-content: center; } /* volume-muted */ .crf-volume-muted::before { content: "\e9a5 "; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-muted::after { content: "\e9af"; grid-area: 1/1; color: red; transform: translate(20%, 0); } .crf-volume-muted { display: inline-grid; place-content: center; }
css/crestronfonts.css
* -------------------------- */ .crneo { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1; } .crf-danger { color: red; } .crf-success { color: green; } .crf-disabled { opacity: 0.2; } .crf-dot-mask:::before { background-image: radial-gradient(white 20%, rgba(0, 0, 0, 0) 20%); height: 100%; width: 100%; } .crf-diagonal-mask:::before { background-image: linear-gradient( 48deg, rgba(0, 0, 0, 0) 43%, white 44%, white 55%, rgba(0, 0, 0, 0) 56% ); height: 100%; width: 100%; } .crf-user-state { transform: translate(30%, -5%); } .crf-volume-state { transform: translate(20%, 0); } .crf-volume-lshift { transform: translate(-20%, 0); } .crf-dnd-state { transform: translate(10%, -8%); } .crf-mic-state { transform: translate(0%, -10%); } .crf-location-state { transform: translate(0%, -7.5%) scale(-.85); } /* makes the font 33% larger relative to the icon container */ .crf-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .crf-2x { font-size: 2em; } .crf-3x { font-size: 3em; } .crf-4x { font-size: 4em; } .crf-5x { font-size: 5em; } .crf-fw { width: 1.28571429em; text-align: center; } .crf-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .crf-ul > li { position: relative; } .crf-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .crf-li.crf-lg { left: -1.85714286em; } .crf-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } .crf-pull-left { float: left; } .crf-pull-right { float: right; } .crneo.crf-pull-left { margin-right: 0.3em; } .crneo.crf-pull-right { margin-left: 0.3em; } .pull-right { float: right; } .pull-left { float: left; } .crneo.pull-left { margin-right: 0.3em; } .crneo.pull-right { margin-left: 0.3em; } .crf-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .crf-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .crf-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .crf-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .crf-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .crf-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .crf-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .crf-rotate-90, :root .crf-rotate-180, :root .crf-rotate-270, :root .crf-flip-horizontal, :root .crf-flip-vertical { filter: none; } .crf-stack { display: inline-grid; place-content: center; } .crf-stack-1x, .crf-stack-2x { grid-area: 1/1; } .crf-stack-1x { line-height: inherit; } .crf-stack-2x { font-size: 200%; } .crf-inverse { color: #fff; } .crf-address-book::before { content: "\e900"; } .crf-airmedia::before { content: "\e901"; } .crf-alarm::before { content: "\e902"; } .crf-alert::before { content: "\e903"; } .crf-android::before { content: "\e904"; } .crf-apple::before { content: "\e905"; } .crf-asterisk::before { content: "\e906"; } .crf-audio-note::before { content: "\e907"; } .crf-back-slash::before { content: "\e908"; } .crf-ban::before { content: "\e909"; } .crf-battery::before { content: "\e90a"; } .crf-battery-full::before { content: "\e90b"; } .crf-battery-low::before { content: "\e90c"; } .crf-blinds::before { content: "\e90d"; } .crf-blinds-closed::before { content: "\e90e"; } .crf-bluetooth::before { content: "\e90f"; } .crf-blu-ray::before { content: "\e910"; } .crf-bolt::before { content: "\e911"; } .crf-brightness::before { content: "\e912"; } .crf-brightness-max::before { content: "\e913"; } .crf-brightness-medium::before { content: "\e914"; } .crf-broken-route-bottom::before { content: "\e915"; } .crf-broken-route-top::before { content: "\e916"; } .crf-brush::before { content: "\e917"; } .crf-calendar::before { content: "\e918"; } .crf-camera::before { content: "\e919"; } .crf-cart::before { content: "\e91a"; } .crf-cd::before { content: "\e91b"; } .crf-charge::before { content: "\e91c"; } .crf-check::before { content: "\e91d"; } .crf-checkbox-checked::before { content: "\e91e"; } .crf-checkbox-off::before { content: "\e91f"; } .crf-chrome::before { content: "\e920"; } .crf-circle::before { content: "\e921"; } .crf-climate::before { content: "\e922"; } .crf-climate-scheduler::before { content: "\e923"; } .crf-clock::before { content: "\e924"; } .crf-comment::before { content: "\e925"; } .crf-comment-check::before { content: "\e926"; } .crf-connector::before { content: "\e927"; } .crf-connector-plate::before { content: "\e928"; } .crf-contrast::before { content: "\e929"; } .crf-crestron::before { content: "\e92a"; } .crf-dashboard::before { content: "\e92b"; } .crf-delete::before { content: "\e92c"; } .crf-delete-alt::before { content: "\e92d"; } .crf-disk::before { content: "\e92e"; } .crf-door::before { content: "\e92f"; } .crf-down::before { content: "\e930"; } .crf-down-alt::before { content: "\e931"; } .crf-download::before { content: "\e932"; } .crf-download-cloud::before { content: "\e933"; } .crf-down-right::before { content: "\e934"; } .crf-drapes::before { content: "\e935"; } .crf-drapes-closed::before { content: "\e936"; } .crf-drapes-open::before { content: "\e937"; } .crf-dvd::before { content: "\e938"; } .crf-eject::before { content: "\e939"; } .crf-enter::before { content: "\e93a"; } .crf-eraser::before { content: "\e93b"; } .crf-eye::before { content: "\e93c"; } .crf-film::before { content: "\e93d"; } .crf-fire::before { content: "\e93e"; } .crf-fireplace::before { content: "\e93f"; } .crf-folder::before { content: "\e940"; } .crf-fwd::before { content: "\e941"; } .crf-game::before { content: "\e942"; } .crf-garage::before { content: "\e943"; } .crf-gear::before { content: "\e944"; } .crf-globe::before { content: "\e945"; } .crf-graph::before { content: "\e946"; } .crf-graph-alt::before { content: "\e947"; } .crf-grid::before { content: "\e948"; } .crf-group::before { content: "\e949"; } .crf-guide::before { content: "\e94a"; } .crf-guide-list::before { content: "\e94b"; } .crf-hd::before { content: "\e94c"; } .crf-heart::before { content: "\e94d"; } .crf-help::before { content: "\e94e"; } .crf-home::before { content: "\e94f"; } .crf-hot-tub::before { content: "\e950"; } .crf-image::before { content: "\e951"; } .crf-info::before { content: "\e952"; } .crf-ipad::before { content: "\e953"; } .crf-iphone-ipod-touch::before { content: "\e954"; } .crf-ipod::before { content: "\e955"; } .crf-keyboard::before { content: "\e956"; } .crf-keypad::before { content: "\e957"; } .crf-laptop::before { content: "\e958"; } .crf-lastfm::before { content: "\e959"; } .crf-left::before { content: "\e95a"; } .crf-left-alt::before { content: "\e95b"; } .crf-light::before { content: "\e95c"; } .crf-lights-filament-short::before { content: "\e95d"; } .crf-lights-filament-tall::before { content: "\e95e"; } .crf-list::before { content: "\e95f"; } .crf-live::before { content: "\e960"; } .crf-location-hollow::before { content: "\e961"; } .crf-lync::before { content: "\e962"; } .crf-magnifying-glass::before { content: "\e963"; } .crf-media-server::before { content: "\e964"; } .crf-mic::before { content: "\e965"; } .crf-minus::before { content: "\e966"; } .crf-more::before { content: "\e967"; } .crf-mouse::before { content: "\e968"; } .crf-network-wifi-1::before { content: "\e969"; } .crf-network-wifi-2::before { content: "\e96a"; } .crf-network-wifi-3::before { content: "\e96b"; } .crf-next::before { content: "\e96c"; } .crf-next-alt::before { content: "\e96d"; } .crf-next-page::before { content: "\e96e"; } .crf-one::before { content: "\e96f"; } .crf-options-off::before { content: "\e970"; } .crf-options-on::before { content: "\e971"; } .crf-outlet::before { content: "\e972"; } .crf-padlock-closed::before { content: "\e973"; } .crf-padlock-open::before { content: "\e974"; } .crf-pandora::before { content: "\e975"; } .crf-pause::before { content: "\e976"; } .crf-pen::before { content: "\e977"; } .crf-phone::before { content: "\e978"; } .crf-phone-down::before { content: "\e979"; } .crf-play::before { content: "\e97a"; } .crf-play-all::before { content: "\e97b"; } .crf-play-alt::before { content: "\e97c"; } .crf-play-library::before { content: "\e97d"; } .crf-playlist::before { content: "\e97e"; } .crf-play-list::before { content: "\e97f"; } .crf-play-pause::before { content: "\e980"; } .crf-plus::before { content: "\e981"; } .crf-pool::before { content: "\e982"; } .crf-power::before { content: "\e983"; } .crf-previous::before { content: "\e984"; } .crf-previous-alt::before { content: "\e985"; } .crf-prev-page::before { content: "\e986"; } .crf-projector::before { content: "\e987"; } .crf-radio-signal::before { content: "\e988"; } .crf-rec::before { content: "\e989"; } .crf-repeat::before { content: "\e98a"; } .crf-replay::before { content: "\e98b"; } .crf-rew::before { content: "\e98c"; } .crf-rhapsody::before { content: "\e98d"; } .crf-right::before { content: "\e98e"; } .crf-right-alt::before { content: "\e98f"; } .crf-roku::before { content: "\e990"; } .crf-rss::before { content: "\e991"; } .crf-satellite::before { content: "\e992"; } .crf-scene::before { content: "\e993"; } .crf-settings::before { content: "\e994"; } .crf-settings-alt::before { content: "\e995"; } .crf-shades::before { content: "\e996"; } .crf-shades-closed::before { content: "\e997"; } .crf-share::before { content: "\e998"; } .crf-shield::before { content: "\e999"; } .crf-shuffle::before { content: "\e99a"; } .crf-sirius::before { content: "\e99b"; } .crf-siriusxm::before { content: "\e99c"; } .crf-skip-ahead::before { content: "\e99d"; } .crf-skip-back::before { content: "\e99e"; } .crf-sleep::before { content: "\e99f"; } .crf-slow::before { content: "\e9a0"; } .crf-snow-flake::before { content: "\e9a1"; } .crf-song-add::before { content: "\e9a2"; } .crf-sonos::before { content: "\e9a3"; } .crf-source-full::before { content: "\e9a4"; } .crf-speaker::before { content: "\e9a5"; transform: scale(3); } .crf-spotify::before { content: "\e9a6"; } .crf-star::before { content: "\e9a7"; } .crf-stop::before { content: "\e9a8"; } .crf-stopwatch::before { content: "\e9a9"; } .crf-sun::before { content: "\e9aa"; } .crf-system::before { content: "\e9ab"; } .crf-theater::before { content: "\e9ac"; } .crf-thumb-down::before { content: "\e9ad"; } .crf-thumb-up::before { content: "\e9ae"; } .crf-times::before { content: "\e9af"; } .crf-trashcan::before { content: "\e9b0"; } .crf-triangle::before { content: "\e9b1"; } .crf-tv::before { content: "\e9b2"; } .crf-ungroup::before { content: "\e9b3"; } .crf-up::before { content: "\e9b4"; } .crf-up-alt::before { content: "\e9b5"; } .crf-upload::before { content: "\e9b6"; } .crf-usb::before { content: "\e9b7"; } .crf-usb-alt::before { content: "\e9b8"; } .crf-user::before { content: "\e9b9"; } .crf-users::before { content: "\e9ba"; } .crf-video-input::before { content: "\e9bb"; } .crf-video-output::before { content: "\e9bc"; } .crf-video-screen::before { content: "\e9bd"; } .crf-weather::before { content: "\e9be"; } .crf-wi-fi::before { content: "\e9bf"; } .crf-windows::before { content: "\e9c0"; } .crf-wireless-device::before { content: "\e9c1"; } .crf-wrench::before { content: "\e9c2"; } .crf-xm::before { content: "\e9c3"; } .crf-check-small::before { content: "\e9c4"; } .crf-circle-closed::before { content: "\e9c5"; } .crf-minus-small::before { content: "\e9c6"; } .crf-play-small::before { content: "\e9c7"; } .crf-play-small-closed::before { content: "\e9c8"; } .crf-plus-small::before { content: "\e9c9"; } .crf-shuffle-hollow::before { content: "\e9ca"; } .crf-source-slashed::before { content: "\e9cb"; } .crf-network-wifi-0::before { content: "\e9cc"; } .crf-network-wifi-4::before { content: "\e9cd"; } .crf-network-wifi-5::before { content: "\e9ce"; } /* Premade stacked icons */ /* battery-charging */ .crf-battery-charging::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-charging::after { content: "\e91c"; grid-area: 1/1; } .crf-battery-charging { display: inline-grid; place-content: center; } /* battery-full */ .crf-battery-full::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-full::after { content: "\e90b"; grid-area: 1/1; color:green; } .crf-battery-full { display: inline-grid; place-content: center; } /* battery-empty */ .crf-battery-empty::before { content: "\e90a "; grid-area: 1/1; color: red; } .crf-battery-empty { display: inline-grid; place-content: center; } /* battery-low */ .crf-battery-low::before { content: "\e90a"; grid-area: 1/1; } .crf-battery-low::after { content: "\e90c"; grid-area: 1/1; color: red; } .crf-battery-low { display: inline-grid; place-content: center; } /* broken-route */ .crf-broken-route::before { content: "\e916 "; grid-area: 1/1; } .crf-broken-route::after { content: "\e915"; grid-area: 1/1; color: red; } .crf-broken-route { display: inline-grid; place-content: center; } /* dnd */ .crf-dnd::before { content: "\e978 "; grid-area: 1/1; } .crf-dnd::after { content: "\e9af"; grid-area: 1/1; transform: translate(10%, -8%); } .crf-dnd { display: inline-grid; place-content: center; } /* dnd-on */ .crf-dnd-on::before { content: "\e978 "; grid-area: 1/1; } .crf-dnd-on::after { content: "\e9af"; grid-area: 1/1; transform: translate(10%, -8%); color: red; } .crf-dnd-on { display: inline-grid; place-content: center; } /* lights */ .crf-lights::before { content: "\e95c "; grid-area: 1/1; } .crf-lights::after { content: "\e95e"; grid-area: 1/1; } .crf-lights { display: inline-grid; place-content: center; } /* lights-off */ .crf-lights-off::before { content: "\e95c "; grid-area: 1/1; } .crf-lights-off::after { content: "\e95d"; grid-area: 1/1; color: red; } .crf-lights-off { display: inline-grid; place-content: center; } /* location */ .crf-location::before { content: "\e961 "; grid-area: 1/1; } .crf-location::after { content: "\e921"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location { display: inline-grid; place-content: center; } /* location-minus */ .crf-location-minus::before { content: "\e961 "; grid-area: 1/1; } .crf-location-minus::after { content: "\e9c6"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location-minus { display: inline-grid; place-content: center; } /* location-plus */ .crf-location-plus::before { content: "\e961 "; grid-area: 1/1; } .crf-location-plus::after { content: "\e9c9"; grid-area: 1/1; transform: translate(0%, -7.5%) scale(-.85); } .crf-location-plus { display: inline-grid; place-content: center; } /* mic-mute */ .crf-mic-mute::before { content: "\e965 "; grid-area: 1/1; } .crf-mic-mute::after { content: "\e9af"; grid-area: 1/1; transform: translate(0%, -11%); } .crf-mic-mute { display: inline-grid; place-content: center; } /* mic-muted */ .crf-mic-muted::before { content: "\e965"; grid-area: 1/1; } .crf-mic-muted::after { content: "\e9af"; grid-area: 1/1; color: red; transform: translate(0%, -11%); } .crf-mic-muted { display: inline-grid; place-content: center; } /* network-wifi-low */ .crf-network-wifi-low::before { content: "\e969"; grid-area: 1/1; } .crf-network-wifi-low::after { content: "\e9ce"; grid-area: 1/1; opacity: 0.2; } .crf-network-wifi-low { display: inline-grid; place-content: center; } /* network-wifi-max */ .crf-network-wifi-max::before { content: "\e9cc"; grid-area: 1/1; } .crf-network-wifi-max { display: inline-grid; place-content: center; } /* network-wifi-med */ .crf-network-wifi-med::before { content: "\e9cd"; grid-area: 1/1; } .crf-network-wifi-med::after { content: "\e96b"; grid-area: 1/1; opacity: 0.2; } .crf-network-wifi-med { display: inline-grid; place-content: center; } /* network-wifi-off */ .crf-network-wifi-off::before { content: "\e9cc"; opacity: 0.2; grid-area: 1/1; } .crf-network-wifi-off { display: inline-grid; place-content: center; } /* repeat-item */ .crf-repeat-item::before { content: "\e98a "; grid-area: 1/1; } .crf-repeat-item::after { content: "\e96f"; grid-area: 1/1; } .crf-repeat-item { display: inline-grid; place-content: center; } /* repeat-off */ .crf-repeat-off::before { content: "\e98a "; grid-area: 1/1; } .crf-repeat-off::after { content: "\e9af"; grid-area: 1/1; color: red; } .crf-repeat-off { display: inline-grid; place-content: center; } /* shuffle-item */ .crf-shuffle-item::before { content: "\e9ca"; grid-area: 1/1; } .crf-shuffle-item::after { content: "\e96f"; grid-area: 1/1; } .crf-shuffle-item { display: inline-grid; place-content: center; } /* shuffle-off */ .crf-shuffle-off::before { content: "\e9ca "; grid-area: 1/1; } .crf-shuffle-off::after { content: "\e9af"; grid-area: 1/1; color: red; } .crf-shuffle-off { display: inline-grid; place-content: center; } /* stop-source */ .crf-stop-source::before { content: "\e9cb "; grid-area: 1/1; } .crf-stop-source::after { content: "\e908"; grid-area: 1/1; color: red; } .crf-stop-source { display: inline-grid; place-content: center; } /* user-bookmark */ .crf-user-bookmark::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-bookmark::after { content: "\e9c9"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-bookmark { display: inline-grid; place-content: center; } /* user-check */ .crf-user-check::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-check::after { content: "\e9c4"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-check { display: inline-grid; place-content: center; } /* user-minus */ .crf-user-minus::before { content: "\e9b9 "; grid-area: 1/1; } .crf-user-minus::after { content: "\e9c6"; grid-area: 1/1; transform: translate(30%, -5%); } .crf-user-minus { display: inline-grid; place-content: center; } /* video-screen */ .crf-video-screen::before { content: "\e9bd "; grid-area: 1/1; } .crf-video-screen::after { content: "\e9c7"; grid-area: 1/1; } .crf-video-screen { display: inline-grid; place-content: center; } /* video-screen-alt */ .crf-video-screen-alt::before { content: "\e9b2 "; grid-area: 1/1; } .crf-video-screen-alt::after { content: "\e9c8"; grid-area: 1/1; } .crf-video-screen-alt { display: inline-grid; place-content: center; } /* volume-hi */ .crf-volume-hi::before { content: "\e9a5 "; transform: translate(-20%, 0); grid-area: 1/1; } .crf-volume-hi::after { content: "\e9c9"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-hi { display: inline-grid; place-content: center; } /* volume-lo */ .crf-volume-lo::before { content: "\e9a5"; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-lo::after { content: "\e9c6"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-lo { display: inline-grid; place-content: center; } /* volume-mute */ .crf-volume-mute::before { content: "\e9a5 "; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-mute::after { content: "\e9af"; grid-area: 1/1; transform: translate(20%, 0); } .crf-volume-mute { display: inline-grid; place-content: center; } /* volume-muted */ .crf-volume-muted::before { content: "\e9a5 "; grid-area: 1/1; transform: translate(-20%, 0); } .crf-volume-muted::after { content: "\e9af"; grid-area: 1/1; color: red; transform: translate(20%, 0); } .crf-volume-muted { display: inline-grid; place-content: center; }
0.425367
0.087837
@charset "UTF-8"; /******************************************************************************* * rMenu.css : 2008.04.11 : <EMAIL> * ------------------------------------------------------------------------------ * Ruthsarian Menus - A CSS-based dropdown menu system * * <insert long, boring ramble here> * * KNOWN BUGS * - Opera 7.23 and earlier have problems with absolutely positioned * elements positioned relative to a parent element. this causes a * problem with right-aligned horizontal menus. stay away from those * types of menus if you've got any reason to care about Opera 7.23 or * earlier versions. * * DEV NOTES * - setting position: relative; to ul.rMenu triggers a bug in Netscape 7 * and earlier that makes content jump as menus pop * - need to remember that when assigning multiple classes to an element * to list them left-to-right from most-specific to least-specific. * Otherwise IE/Mac flips out * - IE/Mac needs whitespace before <UL> and </UL> tags in the markup * otherwise very odd things can happen * - hasLayout should not be triggered on LI elements under IE7 * - IE/Mac has a selector bug where rMenu-v* and rMenu-h* rules * are applied to rMenu-v and rMenu-h elements. ie rMenu-vRight rules * get applied to rMenu-v elements. This is incorrect. * - if any parent element of the menu is a float it (or the parent of * the menu) needs to be relatively positioned. Otherwise the menu * is not rendered on the page. * - z-indexing is all screwed up when you specify one menu's li * elements background color ( div.rMenu-center ul.rMenu li ) * under IE/7. I don't know why. IE/7 sucks. * * EXAMPLE HTML * <ul class="rMenu-hor rMenu" * ><li * ><a href="">Menu Item</a * > <ul class="rMenu-ver" * ><li * ><a href="">Menu Item</a * ></li * ><li * ><a href="">Menu Item</a * ></li * > </ul * ></li * ><li * ><a href="">Menu Item</a * ></li * > </ul> * * ------------------------------------------------------------------------------ * This stylesheet is released into the public domain. *******************************************************************************/ /******************************************************************************* * General Menu Mechanics * * Below is a set of rules which is applicable to any list used within * this dropdown menu system. You could apply just these rules and get * a basic dropdown menu system working just fine in FireFox, Opera, * Safari, and most other modern browsers. */ ul.rMenu, ul.rMenu ul, ul.rMenu li, ul.rMenu a { display: block; /* make these objects blocks so they're easier to deal with */ margin: 0; padding: 0; /* get rid of padding/margin values that these elements may have by default */ } ul.rMenu, ul.rMenu li, ul.rMenu ul { list-style: none; /* proper browsers don't require this because block elements (see previous rule set) cannot take any list-style property. meaning existing list-style properties are removed when they are set to display: block. IE7 seems to ignore this fact under certain situations so we explicitly set it here even though it's, technically, incorrect CSS (but it will validate). */ } ul.rMenu ul { display: none; /* hide the sub-menus until needed */ } ul.rMenu li { position: relative; /* so sub-menus position relative to their parent LI element */ z-index: 1; } ul.rMenu li:hover { z-index: 999; /* make sure this and any sub-menus that pop appear above everything else on the page */ } ul.rMenu li:hover > ul/* hide from IE5.0 because it gets confused by this selector */ { display: block; /* show the sub-menu */ position: absolute; /* remove the sub-menus from the flow of the layout so when they pop they don't cause any disfiguration of the layout. NOTE: this value use to belong to the "ul.rMenu ul" selector, however it was discovered that IE7 will muck up z-indexing on the ULs under very specific conditions unless the position attribute is set ONLY as they pop and not at all times. the specific condition? setting a background color on LI elements using a selector other than "ul.rMenu li". I have no idea why this is the case, but it is. Also worth noting there's another fix for this bug. Simply set background-position: 0 0 on the ul.rMenu li:hover class selector. The idea is that IE7 needs an extra rule to give it something to do, to give it a reason to notice the element when it's display state changes. Just odd. */ } /******************************************************************************* * Extended Menu Mechanics * * These rules exist only for specific menu types, such as horizontal or * vertical menus, right or left aligned menus. */ ul.rMenu-hor li { float: left; width: auto; } ul.rMenu-hRight li { float: right; /* horizontal, right menus need their LI elements floated to get them over there */ } ul.rMenu-ver li { float: none; /* clear this so vertical sub-menus that are children of horizontal menus won't have their LI widths set to auto. */ } ul.rMenu-ver, ul.rMenu-ver ul { width: 10em; /* sub-menus need a defined width, especially vertical sub-menus. salt to taste. */ } ul.rMenu-wide { width: 100%; /* apply this rule if you want the top-level menu to go as wide as possible. this is something you might want if your top-level is a vertical menu that spans the width of a column which has its width pre-defined. IE/Win 5 seems to prefer a value of 100% over auto. */ } ul.rMenu-vRight { float: right; /* use this to float a vertical menu right. */ } ul.rMenu-lFloat { float: left; /* use this to float a vertical menu left. */ } ul.rMenu-noFloat { float: none; /* this is to cover those cases where a menu is floated by default and you have a reason to not float it. such as a menu on the right side of the screen that you want to have drops going left but not floated. to be honest, i don't think this rule is needed. the clearfix hack will resolve renering issues associated with a floated menu anyways. */ } /******************************************************************************* * Extended Menu Mechanics - Center Horizontal Menu * * This has it's own section to explain the unique nature of this feature. * * In the past center horiztonal menus were achieved by setting list items * to inline elements and then setting text-align to center. However these * inline list items could not properly anchor their child menus, instead * they would drop relative to the parent unordered list, not the list item. * * This means the only way to have drop menus from a center-aligned horizontal * menu is to somehow keep the list items as blocks. This makes use of * text-align impossible. Instead we must resort to CSS trickery to create * the illusion of a center-aligned list. * * The trick is simple enough. Push the menu right 50% of the available width, * and then pull it left 50% of the horizontal menu's width. However it's not * as simple as a couple position statements. When a rule is set with a value * of 50% you should be asking yourself "50% of what?". * * In terms of space, percent values are based on the dimensions of the parent * object. So if I set an element to a width of 50%, it will be 50% the width * of it's parent object. * * So move the UL element right 50% using positioning, then move the LI elements * for the first tier left 50% and we're good, right? * * Wrong! The UL element is a block element and takes 100% the width of its * parent element by default. This means left 50% on the LI elements puts them * right back where they were, as if we didn't move them at all. The trick is * to find a way to make the UL element collapse so that it takes on the width * of the horizontal menu and not the width of its parent. We can do this * easily enough by floating the UL element. * * With the UL element floated, we can position it right 50% and then position * the LI elements left 50% and we wind up with a perfectly centered horizontal * menu. * * There is one catch: we need to wrap this horizontal menu in an extra DIV * element and apply the clearfix class to it. If we don't clear the horizontal * menu with clearfix then the menu will act like a float (since we're floating * the UL element now) and content will start to the right of the menu. * * The parent DIV also allows us a place to add a border or padding for extra * visual treatment. That is why, in the CSS below, there is a parent * div.rMenu-center element specifically referenced. * * The added HTML for your menu would be: * * <div class="clearfix rMenu-center"> * ...{ your regular menu here }... * </div> * * NOTE: IE/Macs won't center these, they will display as left-aligned. This is * something that needs to be worked on. * * IE has problems with z-indexing on elements with hasLayout set. Most * menus don't have hasLayout set except on the LIs. These centered * menus have hasLayout set on the top-level UL. This breaks z-indexing. * Do not stack this menu anywhere near other menus or they will * overlap incorrectly. The only fix for this is to specificly set * z-index values where the top-most menu (first in the page) has * the highest z-index with the values decreased the farther down * the page you go. */ div.rMenu-center ul.rMenu { float: left; position: relative; left: 50%; } div.rMenu-center ul.rMenu li { position: relative; left: -50%; } div.rMenu-center ul.rMenu li li { left: auto; } /******************************************************************************* * DROP POSITIONS * * This handles where sub-menus drops relative to the parent element. The same * attributes should be set in all rule sets in this section so that cascading * rules don't create problems. * * NOTE: The suckerfish/form fields hack found towards the bottom of this * stylesheet overwrites a few of these rules for IE 6 and earlier. If * you change any of the LEFT attributes here you need to also make the * same changes to the * html <selector> rule set down below. */ ul.rMenu-hor ul { top: auto; /* a value of 100% creates a problem in IE 5.0 and Opera 7.23 */ right: auto; left: auto; /* typically want a value of 0 here but set to auto for same reasons detailed above */ margin-top: -1px; /* so the top border of the dropdown menu overlaps the bottom border of its parent horizontal menu. */ } ul.rMenu-ver ul { left: 60%; right: auto; top: auto; margin-top: -0.5em; /* i prefer top: 80% but this creates a problem in iCab so negative top margin must be used. salt to taste. */ } ul.rMenu-vRight ul, ul.rMenu-hRight ul.rMenu-ver ul { left: -60%; right: auto; top: auto; margin-top: -0.5em; /* i prefer top: 80% but this creates a problem in iCab so negative top margin must be used. salt to taste. */ } ul.rMenu-hRight ul { left: auto; right: 0; /* this doesn't work in Opera 7.23 but 7.5 and beyond work fine. this means right-aligned horizontal menus break in Opera 7.23 and earlier. no workaround has been found. */ top: auto; margin-top: -1px; /* so the top border of the dropdown menu overlaps the bottom border of its parent horizontal menu. */ } /******************************************************************************* * PRESENTATION : General * * This is where the visual presentation of the menu is handled. If you try to * alter the borders width or location of placement pay close attention to the * notes provided with the existing CSS rules in this section. There are key * reasons behind borders and negative margins being placed where they are. */ ul.rMenu li a { border: solid 1px #99f /* border around all anchor tags */ } ul.rMenu-hor li { margin-bottom: -1px; /* this is so if we apply a bottom border to the UL element it will render behind, but inline with the bottom border of the LI elements. */ margin-left: -1px; /* negative borders on LIs to make borders on child A elements overlap. they go here and not on the A element for compatibility reasons (IE6 and earlier) */ } ul.rMenu-hor { padding-left: 1px ; /* compensate for the 1px left jog created by the above negative margin. */ } ul.rMenu-ver li { margin-left: 0; margin-top: -1px; /* same thing above except for vertical menus */ } ul.rMenu-ver { border-top: solid 1px #fff; /* ditto */ } ul.rMenu li a { padding: 2px 5px 3px; /* 2px top, 3px bottom always seems to provide the most visually balanced padding */ } ul.rMenu li a:link, ul.rMenu li a:hover, ul.rMenu li a:visited, ul.rMenu li a:active { text-decoration: none; } ul.rMenu li.sfhover a:active, ul.rMenu li:hover a:active { color: #fff; background-color: #c00; } ul.rMenu li { background-color: #ddf; /* default background color of menu items */ } ul.rMenu li:hover, ul.rMenu li.sfhover { background-color: #eda; /* background color for parent menu items of the current sub-menu. includes the sfhover class which is used in the suckerfish hack detailed later in this stylesheet. */ } ul.rMenu li a:hover { background-color: #ffc; } /******************************************************************************* * PRESENTATION : Expand * * the bits below implement a graphic to appear on those anchor elements which * have the rMenu-expand class assigned. this is something you have to do * manually on any LI element containing a UL element that is to be a dropdown * menu. there is no mechanism to do this automatically. * * the seemingly redundant CSS is done for reasons similar to the suckerfish * css. it's to deal with all sorts of nested menu issues. it'll work as far * as three levels deep, after that all bets off. */ ul.rMenu li.rMenu-expand a, ul.rMenu li.rMenu-expand li.rMenu-expand a, ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a { padding-right: 25px; background-image: url("expand-right.gif"); background-repeat: no-repeat; background-position: 100% 50%; } ul.rMenu-vRight li.rMenu-expand a, ul.rMenu-vRight li.rMenu-expand li.rMenu-expand a, ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a { padding-right: 5px; padding-left: 20px; background-image: url("expand-left.gif"); background-repeat: no-repeat; background-position: -5px 50%; } ul.rMenu-hor li.rMenu-expand a { padding-left: 5px; /* reset padding */ padding-right: 15px; background-image: url("expand-down.gif"); background-position: 100% 50%; } ul.rMenu li.rMenu-expand li a, ul.rMenu li.rMenu-expand li.rMenu-expand li a, ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a { background-image: none; padding-right: 5px; /* reset padding */ padding-left: 5px; /* reset padding */ } /******************************************************************************* * HACKS : General * * These are rules specifically targeted to resolve bugs/quirks that some * browser exhibit. * * REFERENCES: * http://www.webdevout.net/css-hacks * http://www.satzansatz.de/cssd/onhavinglayout.html * http://www.communis.co.uk/dithered/css_filters/css_only/index.html */ * html ul.rMenu { display: inline-block; /* this is for IE/Mac. it forces IE/Mac to expand the element's dimensions to contain its floating child elements without a clearing element. */ /* \*/ display: block; /* override above rule for every other browser using IE/Mac backslash hack */ position: relative; /* IE 5.0/Mac needs this or it may clip the dropdown menus */ /* \*/ position: static;/* reset position attribute for IE/Win as it causes z-index problems */ } * html ul.rMenu ul { float: left; /* IE/Mac 5.0 needs this, otherwise hidden menus are not completely removed from the flow of the document. */ /* \*/ float: none; /* reset the rule for non-Macs */ } ul.rMenu ul { background-color: #fff; /* IE/Win (including 7) needs this on an object that hasLayout so that it doesn't "look through" the menu and let any object (text) below the menu to gain focus, causing the menu to disappear. application of this rule does not cause any rendering problems with other browsers as the background color his covered by the menu itself. */ } * html ul.rMenu-ver li, * html ul.rMenu-hor li ul.rMenu-ver li { /* the second selector above is there because of problems IE/Mac has with inheritance and what rules should take precedence. and to serve as a reminder on how to work around the issue if it's encountered again down the road. */ width: 100%; float: left; clear: left; /* IE likes to stick space below any LI in :hover state with a sub-menu. floating the LIs seems to work around this issue. But note that this also triggers hasLayout because we need a width of 100% on floats. */ } *:first-child+html ul.rMenu-ver > li/* hide from IE5.0 because it gets confused by this selector */ { width: 100%; float: left; clear: left; /* same as previous rule set except this is for IE7 and the direct child selector make inheritence much easier and obvious */ } ul.rMenu li a { position: relative; /* trigger hasLayout for IE on anchor elements. without hasLayout on anchors they would not expand the full width of the menu. this rule may not trigger hasLayour in later versions of IE and if you find this system broken in new versions of IE, this is probably the source. */ min-width: 0; /* triggers hasLayout for IE 7 */ } * html ul.rMenu-hor li { width: 6em; /* IE Mac doesn't do auto widths so specify a width for the sake of IE/Mac. Salt to taste. */ /* \*/ width: auto; /* now undo previous rule for non Macs by using the IE Mac backslash comment hack */ } * html div.rMenu-center { position: relative; z-index: 1; /* IE 6 and earlier need a little help with z-indexes on centered menus */ } html/* */:not([lang*=""]) div.rMenu-center ul.rMenu li a:hover { height: 100%; /* for Netscape 6 */ } html:/* */not([lang*=""]) div.rMenu-center ul.rMenu li a:hover { height: auto; /* reset for Netscape 7 and better */ } /******************************************************************************* * HACKS : Suckerfish w/Form Field Support (for IE 5.5 & 6.x) * * IE6 and earlier do not support the :hover pseudoclass and so javascript is * used to add the "sfhover" class of any LI element that the mouse is currently * over. This method is called suckerfish and you can read up on it at: * http://www.htmldog.com/articles/suckerfish/dropdowns/ * * One problem with this approach is IE6 and earlier versions have a bug where * form fields appear over the dropdown menus regardless of z-index values. * The fix is to generate and stick an IFRAME element under the dropdown menus * as they pop. The JavaScript used to do this requires that we hide menus off * to the side of the screen ( left: -100000px; ), but normal rMenu operation * is to hide menus with the DISPLAY property ( display: none; ). So also * included in the set of rules below are rules to overwrite this original * functionality of rMenu and utilize the LEFT property to move menus off- * screen until needed. Any other rules that use the LEFT property in the * normal rMenu system will also have to be ovewriten here as well. This * includes the dropdown positions. * * NOTE: this allows for support of dropdown menus up to 3 levels deep. if you * want to support greather menu depth you need to alter these selectors. * read the above mentioned website for more info on how to do that. * * The fix to get dropdowns to appear over form fields requires we * position menus off screen rather than simply hiding them with * display:none. So you might think we should not be using the display * property in the fields below. However we can because these display * properties are only being set when a parent LI is being hovered, so * the JavaScript used to operate on these LIs will already have the * dimensions they need before these display rules are activated. */ * html ul.rMenu ul { display: block; position: absolute; /* ovewrite original functionality of hiding element so we can hide these off screen */ } * html ul.rMenu ul, * html ul.rMenu-hor ul, * html ul.rMenu-ver ul, * html ul.rMenu-vRight ul, * html ul.rMenu-hRight ul.rMenu-ver ul, * html ul.rMenu-hRight ul { left: -10000px; /* move menus off screen. note we're ovewriting the dropdown position rules that use the LEFT property, thus all the selectors. */ } * html ul.rMenu li.sfhover { z-index: 999; /* not totally needed, but keep the menu that pops above all other elements within it's parent menu system */ } * html ul.rMenu li.sfhover ul { left: auto; /* pull the menus that were off-screen back onto the screen */ } * html ul.rMenu li.sfhover ul ul, * html ul.rMenu li.sfhover ul ul ul { display: none; /* IE/Suckerfish alternative for browsers that don't support :hover state on LI elements */ } * html ul.rMenu li.sfhover ul, * html ul.rMenu li li.sfhover ul, * html ul.rMenu li li li.sfhover ul { display: block; /* ^ ditto ^ */ } * html ul.rMenu-ver li.sfhover ul { left: 60%; /* dropdown positioning uses the left attribute for horizontal positioning. however we can't use this property until the menu is being displayed. note that all ULs beneath the menu item currently in the hover state will get this value through inheritance. however all sub- menus still won't display because two rule sets up we're setting the DISPLAY property to none. */ } * html ul.rMenu-vRight li.sfhover ul, * html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul { left: -60%; /* ^ ditto ^ */ } * html ul.rMenu iframe { /* filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */ /* the above rule is now applied in the javascript used to generate the IFRAME this is applied to. it allows the CSS to validate while keeping the original functionality. */ position: absolute; left: 0; top: 0; z-index: -1; /* this is the IFRAME that's placed behind dropdown menus so that form elements don't show through the menus. they are not set programatically via javascript because doing so generates some lag in the display of the dropdown menu. */ } /******************************************************************************* * HACKS : Clearfix * * Clearfix provides a means to for an element to contain all it's floated * children even if it's not normally tall enough to do so. For more information * on clearfix please see: * http://www.positioniseverything.net/easyclearing.html */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { min-width: 0; /* trigger hasLayout for IE7 */ display: inline-block; /* \*/ display: block; /* Hide from IE Mac */ } * html .clearfix { /* \*/ height: 1%; /* Hide from IE Mac */ } /******************************************************************************/
app/public/css/rMenu.css
@charset "UTF-8"; /******************************************************************************* * rMenu.css : 2008.04.11 : <EMAIL> * ------------------------------------------------------------------------------ * Ruthsarian Menus - A CSS-based dropdown menu system * * <insert long, boring ramble here> * * KNOWN BUGS * - Opera 7.23 and earlier have problems with absolutely positioned * elements positioned relative to a parent element. this causes a * problem with right-aligned horizontal menus. stay away from those * types of menus if you've got any reason to care about Opera 7.23 or * earlier versions. * * DEV NOTES * - setting position: relative; to ul.rMenu triggers a bug in Netscape 7 * and earlier that makes content jump as menus pop * - need to remember that when assigning multiple classes to an element * to list them left-to-right from most-specific to least-specific. * Otherwise IE/Mac flips out * - IE/Mac needs whitespace before <UL> and </UL> tags in the markup * otherwise very odd things can happen * - hasLayout should not be triggered on LI elements under IE7 * - IE/Mac has a selector bug where rMenu-v* and rMenu-h* rules * are applied to rMenu-v and rMenu-h elements. ie rMenu-vRight rules * get applied to rMenu-v elements. This is incorrect. * - if any parent element of the menu is a float it (or the parent of * the menu) needs to be relatively positioned. Otherwise the menu * is not rendered on the page. * - z-indexing is all screwed up when you specify one menu's li * elements background color ( div.rMenu-center ul.rMenu li ) * under IE/7. I don't know why. IE/7 sucks. * * EXAMPLE HTML * <ul class="rMenu-hor rMenu" * ><li * ><a href="">Menu Item</a * > <ul class="rMenu-ver" * ><li * ><a href="">Menu Item</a * ></li * ><li * ><a href="">Menu Item</a * ></li * > </ul * ></li * ><li * ><a href="">Menu Item</a * ></li * > </ul> * * ------------------------------------------------------------------------------ * This stylesheet is released into the public domain. *******************************************************************************/ /******************************************************************************* * General Menu Mechanics * * Below is a set of rules which is applicable to any list used within * this dropdown menu system. You could apply just these rules and get * a basic dropdown menu system working just fine in FireFox, Opera, * Safari, and most other modern browsers. */ ul.rMenu, ul.rMenu ul, ul.rMenu li, ul.rMenu a { display: block; /* make these objects blocks so they're easier to deal with */ margin: 0; padding: 0; /* get rid of padding/margin values that these elements may have by default */ } ul.rMenu, ul.rMenu li, ul.rMenu ul { list-style: none; /* proper browsers don't require this because block elements (see previous rule set) cannot take any list-style property. meaning existing list-style properties are removed when they are set to display: block. IE7 seems to ignore this fact under certain situations so we explicitly set it here even though it's, technically, incorrect CSS (but it will validate). */ } ul.rMenu ul { display: none; /* hide the sub-menus until needed */ } ul.rMenu li { position: relative; /* so sub-menus position relative to their parent LI element */ z-index: 1; } ul.rMenu li:hover { z-index: 999; /* make sure this and any sub-menus that pop appear above everything else on the page */ } ul.rMenu li:hover > ul/* hide from IE5.0 because it gets confused by this selector */ { display: block; /* show the sub-menu */ position: absolute; /* remove the sub-menus from the flow of the layout so when they pop they don't cause any disfiguration of the layout. NOTE: this value use to belong to the "ul.rMenu ul" selector, however it was discovered that IE7 will muck up z-indexing on the ULs under very specific conditions unless the position attribute is set ONLY as they pop and not at all times. the specific condition? setting a background color on LI elements using a selector other than "ul.rMenu li". I have no idea why this is the case, but it is. Also worth noting there's another fix for this bug. Simply set background-position: 0 0 on the ul.rMenu li:hover class selector. The idea is that IE7 needs an extra rule to give it something to do, to give it a reason to notice the element when it's display state changes. Just odd. */ } /******************************************************************************* * Extended Menu Mechanics * * These rules exist only for specific menu types, such as horizontal or * vertical menus, right or left aligned menus. */ ul.rMenu-hor li { float: left; width: auto; } ul.rMenu-hRight li { float: right; /* horizontal, right menus need their LI elements floated to get them over there */ } ul.rMenu-ver li { float: none; /* clear this so vertical sub-menus that are children of horizontal menus won't have their LI widths set to auto. */ } ul.rMenu-ver, ul.rMenu-ver ul { width: 10em; /* sub-menus need a defined width, especially vertical sub-menus. salt to taste. */ } ul.rMenu-wide { width: 100%; /* apply this rule if you want the top-level menu to go as wide as possible. this is something you might want if your top-level is a vertical menu that spans the width of a column which has its width pre-defined. IE/Win 5 seems to prefer a value of 100% over auto. */ } ul.rMenu-vRight { float: right; /* use this to float a vertical menu right. */ } ul.rMenu-lFloat { float: left; /* use this to float a vertical menu left. */ } ul.rMenu-noFloat { float: none; /* this is to cover those cases where a menu is floated by default and you have a reason to not float it. such as a menu on the right side of the screen that you want to have drops going left but not floated. to be honest, i don't think this rule is needed. the clearfix hack will resolve renering issues associated with a floated menu anyways. */ } /******************************************************************************* * Extended Menu Mechanics - Center Horizontal Menu * * This has it's own section to explain the unique nature of this feature. * * In the past center horiztonal menus were achieved by setting list items * to inline elements and then setting text-align to center. However these * inline list items could not properly anchor their child menus, instead * they would drop relative to the parent unordered list, not the list item. * * This means the only way to have drop menus from a center-aligned horizontal * menu is to somehow keep the list items as blocks. This makes use of * text-align impossible. Instead we must resort to CSS trickery to create * the illusion of a center-aligned list. * * The trick is simple enough. Push the menu right 50% of the available width, * and then pull it left 50% of the horizontal menu's width. However it's not * as simple as a couple position statements. When a rule is set with a value * of 50% you should be asking yourself "50% of what?". * * In terms of space, percent values are based on the dimensions of the parent * object. So if I set an element to a width of 50%, it will be 50% the width * of it's parent object. * * So move the UL element right 50% using positioning, then move the LI elements * for the first tier left 50% and we're good, right? * * Wrong! The UL element is a block element and takes 100% the width of its * parent element by default. This means left 50% on the LI elements puts them * right back where they were, as if we didn't move them at all. The trick is * to find a way to make the UL element collapse so that it takes on the width * of the horizontal menu and not the width of its parent. We can do this * easily enough by floating the UL element. * * With the UL element floated, we can position it right 50% and then position * the LI elements left 50% and we wind up with a perfectly centered horizontal * menu. * * There is one catch: we need to wrap this horizontal menu in an extra DIV * element and apply the clearfix class to it. If we don't clear the horizontal * menu with clearfix then the menu will act like a float (since we're floating * the UL element now) and content will start to the right of the menu. * * The parent DIV also allows us a place to add a border or padding for extra * visual treatment. That is why, in the CSS below, there is a parent * div.rMenu-center element specifically referenced. * * The added HTML for your menu would be: * * <div class="clearfix rMenu-center"> * ...{ your regular menu here }... * </div> * * NOTE: IE/Macs won't center these, they will display as left-aligned. This is * something that needs to be worked on. * * IE has problems with z-indexing on elements with hasLayout set. Most * menus don't have hasLayout set except on the LIs. These centered * menus have hasLayout set on the top-level UL. This breaks z-indexing. * Do not stack this menu anywhere near other menus or they will * overlap incorrectly. The only fix for this is to specificly set * z-index values where the top-most menu (first in the page) has * the highest z-index with the values decreased the farther down * the page you go. */ div.rMenu-center ul.rMenu { float: left; position: relative; left: 50%; } div.rMenu-center ul.rMenu li { position: relative; left: -50%; } div.rMenu-center ul.rMenu li li { left: auto; } /******************************************************************************* * DROP POSITIONS * * This handles where sub-menus drops relative to the parent element. The same * attributes should be set in all rule sets in this section so that cascading * rules don't create problems. * * NOTE: The suckerfish/form fields hack found towards the bottom of this * stylesheet overwrites a few of these rules for IE 6 and earlier. If * you change any of the LEFT attributes here you need to also make the * same changes to the * html <selector> rule set down below. */ ul.rMenu-hor ul { top: auto; /* a value of 100% creates a problem in IE 5.0 and Opera 7.23 */ right: auto; left: auto; /* typically want a value of 0 here but set to auto for same reasons detailed above */ margin-top: -1px; /* so the top border of the dropdown menu overlaps the bottom border of its parent horizontal menu. */ } ul.rMenu-ver ul { left: 60%; right: auto; top: auto; margin-top: -0.5em; /* i prefer top: 80% but this creates a problem in iCab so negative top margin must be used. salt to taste. */ } ul.rMenu-vRight ul, ul.rMenu-hRight ul.rMenu-ver ul { left: -60%; right: auto; top: auto; margin-top: -0.5em; /* i prefer top: 80% but this creates a problem in iCab so negative top margin must be used. salt to taste. */ } ul.rMenu-hRight ul { left: auto; right: 0; /* this doesn't work in Opera 7.23 but 7.5 and beyond work fine. this means right-aligned horizontal menus break in Opera 7.23 and earlier. no workaround has been found. */ top: auto; margin-top: -1px; /* so the top border of the dropdown menu overlaps the bottom border of its parent horizontal menu. */ } /******************************************************************************* * PRESENTATION : General * * This is where the visual presentation of the menu is handled. If you try to * alter the borders width or location of placement pay close attention to the * notes provided with the existing CSS rules in this section. There are key * reasons behind borders and negative margins being placed where they are. */ ul.rMenu li a { border: solid 1px #99f /* border around all anchor tags */ } ul.rMenu-hor li { margin-bottom: -1px; /* this is so if we apply a bottom border to the UL element it will render behind, but inline with the bottom border of the LI elements. */ margin-left: -1px; /* negative borders on LIs to make borders on child A elements overlap. they go here and not on the A element for compatibility reasons (IE6 and earlier) */ } ul.rMenu-hor { padding-left: 1px ; /* compensate for the 1px left jog created by the above negative margin. */ } ul.rMenu-ver li { margin-left: 0; margin-top: -1px; /* same thing above except for vertical menus */ } ul.rMenu-ver { border-top: solid 1px #fff; /* ditto */ } ul.rMenu li a { padding: 2px 5px 3px; /* 2px top, 3px bottom always seems to provide the most visually balanced padding */ } ul.rMenu li a:link, ul.rMenu li a:hover, ul.rMenu li a:visited, ul.rMenu li a:active { text-decoration: none; } ul.rMenu li.sfhover a:active, ul.rMenu li:hover a:active { color: #fff; background-color: #c00; } ul.rMenu li { background-color: #ddf; /* default background color of menu items */ } ul.rMenu li:hover, ul.rMenu li.sfhover { background-color: #eda; /* background color for parent menu items of the current sub-menu. includes the sfhover class which is used in the suckerfish hack detailed later in this stylesheet. */ } ul.rMenu li a:hover { background-color: #ffc; } /******************************************************************************* * PRESENTATION : Expand * * the bits below implement a graphic to appear on those anchor elements which * have the rMenu-expand class assigned. this is something you have to do * manually on any LI element containing a UL element that is to be a dropdown * menu. there is no mechanism to do this automatically. * * the seemingly redundant CSS is done for reasons similar to the suckerfish * css. it's to deal with all sorts of nested menu issues. it'll work as far * as three levels deep, after that all bets off. */ ul.rMenu li.rMenu-expand a, ul.rMenu li.rMenu-expand li.rMenu-expand a, ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a { padding-right: 25px; background-image: url("expand-right.gif"); background-repeat: no-repeat; background-position: 100% 50%; } ul.rMenu-vRight li.rMenu-expand a, ul.rMenu-vRight li.rMenu-expand li.rMenu-expand a, ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand li.rMenu-expand a, ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a { padding-right: 5px; padding-left: 20px; background-image: url("expand-left.gif"); background-repeat: no-repeat; background-position: -5px 50%; } ul.rMenu-hor li.rMenu-expand a { padding-left: 5px; /* reset padding */ padding-right: 15px; background-image: url("expand-down.gif"); background-position: 100% 50%; } ul.rMenu li.rMenu-expand li a, ul.rMenu li.rMenu-expand li.rMenu-expand li a, ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a { background-image: none; padding-right: 5px; /* reset padding */ padding-left: 5px; /* reset padding */ } /******************************************************************************* * HACKS : General * * These are rules specifically targeted to resolve bugs/quirks that some * browser exhibit. * * REFERENCES: * http://www.webdevout.net/css-hacks * http://www.satzansatz.de/cssd/onhavinglayout.html * http://www.communis.co.uk/dithered/css_filters/css_only/index.html */ * html ul.rMenu { display: inline-block; /* this is for IE/Mac. it forces IE/Mac to expand the element's dimensions to contain its floating child elements without a clearing element. */ /* \*/ display: block; /* override above rule for every other browser using IE/Mac backslash hack */ position: relative; /* IE 5.0/Mac needs this or it may clip the dropdown menus */ /* \*/ position: static;/* reset position attribute for IE/Win as it causes z-index problems */ } * html ul.rMenu ul { float: left; /* IE/Mac 5.0 needs this, otherwise hidden menus are not completely removed from the flow of the document. */ /* \*/ float: none; /* reset the rule for non-Macs */ } ul.rMenu ul { background-color: #fff; /* IE/Win (including 7) needs this on an object that hasLayout so that it doesn't "look through" the menu and let any object (text) below the menu to gain focus, causing the menu to disappear. application of this rule does not cause any rendering problems with other browsers as the background color his covered by the menu itself. */ } * html ul.rMenu-ver li, * html ul.rMenu-hor li ul.rMenu-ver li { /* the second selector above is there because of problems IE/Mac has with inheritance and what rules should take precedence. and to serve as a reminder on how to work around the issue if it's encountered again down the road. */ width: 100%; float: left; clear: left; /* IE likes to stick space below any LI in :hover state with a sub-menu. floating the LIs seems to work around this issue. But note that this also triggers hasLayout because we need a width of 100% on floats. */ } *:first-child+html ul.rMenu-ver > li/* hide from IE5.0 because it gets confused by this selector */ { width: 100%; float: left; clear: left; /* same as previous rule set except this is for IE7 and the direct child selector make inheritence much easier and obvious */ } ul.rMenu li a { position: relative; /* trigger hasLayout for IE on anchor elements. without hasLayout on anchors they would not expand the full width of the menu. this rule may not trigger hasLayour in later versions of IE and if you find this system broken in new versions of IE, this is probably the source. */ min-width: 0; /* triggers hasLayout for IE 7 */ } * html ul.rMenu-hor li { width: 6em; /* IE Mac doesn't do auto widths so specify a width for the sake of IE/Mac. Salt to taste. */ /* \*/ width: auto; /* now undo previous rule for non Macs by using the IE Mac backslash comment hack */ } * html div.rMenu-center { position: relative; z-index: 1; /* IE 6 and earlier need a little help with z-indexes on centered menus */ } html/* */:not([lang*=""]) div.rMenu-center ul.rMenu li a:hover { height: 100%; /* for Netscape 6 */ } html:/* */not([lang*=""]) div.rMenu-center ul.rMenu li a:hover { height: auto; /* reset for Netscape 7 and better */ } /******************************************************************************* * HACKS : Suckerfish w/Form Field Support (for IE 5.5 & 6.x) * * IE6 and earlier do not support the :hover pseudoclass and so javascript is * used to add the "sfhover" class of any LI element that the mouse is currently * over. This method is called suckerfish and you can read up on it at: * http://www.htmldog.com/articles/suckerfish/dropdowns/ * * One problem with this approach is IE6 and earlier versions have a bug where * form fields appear over the dropdown menus regardless of z-index values. * The fix is to generate and stick an IFRAME element under the dropdown menus * as they pop. The JavaScript used to do this requires that we hide menus off * to the side of the screen ( left: -100000px; ), but normal rMenu operation * is to hide menus with the DISPLAY property ( display: none; ). So also * included in the set of rules below are rules to overwrite this original * functionality of rMenu and utilize the LEFT property to move menus off- * screen until needed. Any other rules that use the LEFT property in the * normal rMenu system will also have to be ovewriten here as well. This * includes the dropdown positions. * * NOTE: this allows for support of dropdown menus up to 3 levels deep. if you * want to support greather menu depth you need to alter these selectors. * read the above mentioned website for more info on how to do that. * * The fix to get dropdowns to appear over form fields requires we * position menus off screen rather than simply hiding them with * display:none. So you might think we should not be using the display * property in the fields below. However we can because these display * properties are only being set when a parent LI is being hovered, so * the JavaScript used to operate on these LIs will already have the * dimensions they need before these display rules are activated. */ * html ul.rMenu ul { display: block; position: absolute; /* ovewrite original functionality of hiding element so we can hide these off screen */ } * html ul.rMenu ul, * html ul.rMenu-hor ul, * html ul.rMenu-ver ul, * html ul.rMenu-vRight ul, * html ul.rMenu-hRight ul.rMenu-ver ul, * html ul.rMenu-hRight ul { left: -10000px; /* move menus off screen. note we're ovewriting the dropdown position rules that use the LEFT property, thus all the selectors. */ } * html ul.rMenu li.sfhover { z-index: 999; /* not totally needed, but keep the menu that pops above all other elements within it's parent menu system */ } * html ul.rMenu li.sfhover ul { left: auto; /* pull the menus that were off-screen back onto the screen */ } * html ul.rMenu li.sfhover ul ul, * html ul.rMenu li.sfhover ul ul ul { display: none; /* IE/Suckerfish alternative for browsers that don't support :hover state on LI elements */ } * html ul.rMenu li.sfhover ul, * html ul.rMenu li li.sfhover ul, * html ul.rMenu li li li.sfhover ul { display: block; /* ^ ditto ^ */ } * html ul.rMenu-ver li.sfhover ul { left: 60%; /* dropdown positioning uses the left attribute for horizontal positioning. however we can't use this property until the menu is being displayed. note that all ULs beneath the menu item currently in the hover state will get this value through inheritance. however all sub- menus still won't display because two rule sets up we're setting the DISPLAY property to none. */ } * html ul.rMenu-vRight li.sfhover ul, * html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul { left: -60%; /* ^ ditto ^ */ } * html ul.rMenu iframe { /* filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */ /* the above rule is now applied in the javascript used to generate the IFRAME this is applied to. it allows the CSS to validate while keeping the original functionality. */ position: absolute; left: 0; top: 0; z-index: -1; /* this is the IFRAME that's placed behind dropdown menus so that form elements don't show through the menus. they are not set programatically via javascript because doing so generates some lag in the display of the dropdown menu. */ } /******************************************************************************* * HACKS : Clearfix * * Clearfix provides a means to for an element to contain all it's floated * children even if it's not normally tall enough to do so. For more information * on clearfix please see: * http://www.positioniseverything.net/easyclearing.html */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { min-width: 0; /* trigger hasLayout for IE7 */ display: inline-block; /* \*/ display: block; /* Hide from IE Mac */ } * html .clearfix { /* \*/ height: 1%; /* Hide from IE Mac */ } /******************************************************************************/
0.439747
0.109992
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-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote { } blockquote:before, blockquote:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ------ * Variables * --------------------*/ html { height: 100%; } body { font-family: 'Open Sans', sans-serif; height: 100%; min-height: 100%; overflow: hidden; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* ------ * Form page * --------------------*/ .main-form-page { background: #e5eaed; overflow: hidden; } .wrapper { position: relative; height: auto; min-height: 100%; } /* ------ * Form Social * --------------------*/ .form-social { background: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; height: 55px; line-height: 32px; position: relative; } .form-social .social-inner .text { font-size: 14px; color: #555; display: inline-block; font-weight: 700; vertical-align: middle; line-height: 32px; height: 32px; position: relative; bottom: 10px; } .form-social .social-inner .social { color: #FFF; font-size: 12px; background: red; padding: 6px 20px 7px; border-radius: 15px; text-decoration: none; font-weight: 600; margin-top: -2px; margin-bottom: -2px; margin-right: 3px; margin-left: 3px; -webkit-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .form-social .social-inner .social:hover { opacity: .9; } .form-social .social-inner .social:after { content: ''; display: inline-block; width: 24px; height: 16px; margin-top: -2px; background: url(../img/social-icons.png) no-repeat; vertical-align: middle; margin-left: 10px; } .form-social .social-inner .social.vk { background: #547597; } .form-social .social-inner .social.fb { background: #3C5B95; } .form-social .social-inner .social.fb:after { background-position: -32px 0; width: 15px; } /* ------ * Form Social end * --------------------*/ .wrapper { position: relative; height: auto; min-height: 100%; } /* ------ * Form header * --------------------*/ .form-header { padding-top: 50px; } .main-form-page .form-logo { float: left; padding-left: 50px; } .form-header .btn-miss { outline: none; background: none; text-decoration: none; border: 1px solid #555555; color: #555555; font-size: 13px; font-weight: bold; display: inline-block; padding: 11px 47px 13px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; float: right; margin-right: 50px; } .form-header .btn-miss:hover { color: #F2B63E; border-color: #F2B63E; } /* ------ * Form slider * --------------------*/ .main-form-page .slider { position: absolute; z-index: 1; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); width: 820px; } /* *************************************************** / / NEW STYLE / *************************************************** */ .main-form-page .slide { width: 820px; position: absolute; left: 100%; top: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transition-property: visibility opacity position; -o-transition-property: visibility opacity position; transition-property: visibility opacity position; visibility: hidden; opacity: 0; } .main-form-page .slide.active { position: relative; left: 0; visibility: visible; opacity: 1; } .main-form-page .slide.leftslide { left: -100%; } .main-form-page .slide.prev-show { left: 0; visibility: visible; -webkit-animation-name: lala; -o-animation-name: lala; animation-name: lala; -webkit-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; } @-webkit-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-moz-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-ms-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-o-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } .coins { color: #f8c255; text-shadow: 0 0 5px; font-size: 22px; position: absolute; right: 0; top: 30px; width: 100%; text-align: center; display: none; } .coins.show { display: block; } .coins span { font-size: 28px; } /* *************************************************** / / NEW STYLE / *************************************************** */ .main-form-page .slide .error-text { display: none; color: #e40518; margin-left: 30px; font-size: 16px; text-transform: uppercase; font-weight: bold; } .main-form-page .slide .tip { position: absolute; top: 100%; left: 0; right: 0; font-size: 12px; color: #808082; text-align: center; font-weight: lighter; padding-top: 15px; } .main-form-page .slide.active { display: block; } .main-form-page .error .error-text { display: inline-block; } .main-form-page .label { font-size: 16px; font-weight: bold; color: #808082; display: inline-block; text-transform: uppercase; margin-bottom: 50px; text-transform: uppercase; } .main-form-page .input-wrapper { padding-bottom: 20px; border-bottom: 1px solid #414143; } .main-form-page .error .input-wrapper { border-bottom-color: #E40518; } .main-form-page input[type="text"], .main-form-page input[type="password"] { outline: none; width: 100%; padding-right: 50px; font-weight: bold; font-size: 30px; line-height: 40px; color: #555555; height: 40px; margin-bottom: -3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .main-form-page input[type="password"] { margin-top: -6px; margin-bottom: -9px; letter-spacing: 7px; font-size: 52px; height: 52px; } .main-form-page input::-webkit-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page input::-moz-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; }/* Firefox 19+ */ .main-form-page input:-moz-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; }/* Firefox 18- */ .main-form-page input:-ms-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page input:-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page .next-step { cursor: pointer; width: 40px; height: 40px; background: url(../img/next-step-icon.png); border: none; position: absolute; right: 0; bottom: 25px; outline: none; z-index: 2; } .slide .next-step.disable { background-position: 0 -40px; } .main-form-page .text-input { background: none; border: none; outline: none; color: #fff; display: block; } .main-form-page .sex-choice { text-align: center; line-height: 40px; } .main-form-page .sex-choice .male, .main-form-page .sex-choice .female { display: inline-block; margin-right: 50px; margin-left: 50px; line-height: 40px; } .main-form-page .sex-choice .icon { display: inline-block; width: 40px; background: url(../img/sex-icons.png); height: 40px; vertical-align: middle; } .main-form-page .male .active-icon { background-position: 0 -41px; } .main-form-page .female .icon { background-position: -40px 0; } .main-form-page .female .active-icon { background-position: -40px -41px; } .main-form-page input[type="radio"] { display: none; } .main-form-page .radio-label { width: 30px; height: 30px; display: inline-block; position: relative; margin-left: 15px; vertical-align: middle; cursor: pointer; } .main-form-page .radio-label:after { content:""; width: 30px; height: 30px; background: url(../img/radio-icons.png) no-repeat; display: block; position: absolute; left: 0; right: 0; } .main-form-page .radio-label.checked:after { background-position: 0 -34px ; } .main-form-page .date-items { text-align: center; } .main-form-page .date-items .day, .main-form-page .date-items .month, .main-form-page .date-items .year { display: inline-block; margin-left: 15px; margin-right: 15px; width: 100px; padding-bottom: 20px; border-bottom: 1px solid #414143; } .main-form-page .date-items input { text-align: center; background: none; border: none; padding-right: 0; } .main-form-page .agree { padding-bottom: 20px; } .main-form-page .agree-text { display: inline-block; vertical-align: middle; font-size: 30px; font-weight: bold; color: #555555; } .main-form-page .agree-text a { color: #f2b63e; text-decoration: none; } .main-form-page .agree-checkbox { display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../img/checkbox-icons.png); margin-left: 15px; } .main-form-page .agree-checkbox.checked { background-position: 0 -60px; } /*.main-form-page .agree-checkbox.checked { background-position: 0 -30px; }*/ .main-form-page .agree-checkbox input { display: none; } .main-form-page .registration-complete { text-align: center; } .registration-complete .complete-info { font-size: 30px; color: #555555; font-weight: bold; } .registration-complete .complete-icon { margin-bottom: 50px; } .main-form-page .footer { text-align: center; position: absolute; bottom: 50px; width: 100%; left: 0; } .slider-indicators { display: inline-block; margin-bottom: 50px; } .slider-indicators li { display: inline-block; margin-left: 5px; margin-right: 7px; } .slider-indicators li a { display: inline-block; width: 10px; height: 10px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(86,86,86,.5) } .slider-indicators li.active a { background: rgb(86,86,86) } .main-form-page .more-info span { width: 820px; display: inline-block; font-size: 12px; color: #A8A8A9; font-weight: lighter; line-height: 18px; } .main-form-page .more-info a { color: #F2B63E; text-decoration: none; } /* Autocomplete list */ .autocomplete { width: 100%; position: absolute; left: 0; top: 100%; margin-top: -2px; overflow: hidden; background: #fff; } .autocomplete-suggestions{ width: 100%; position: absolute; left: 0; top: 100%; margin-top: -2px; /*overflow: hidden;*/ background: #fff; max-height: 200px; overflow: auto; } .autocomplete-list { max-height: 200px; overflow: auto; font-size: 0; vertical-align: middle; } .autocomplete-item { padding-left: 30px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; cursor: pointer; } .autocomplete-item:hover { background: #F5F7F8; border-top-color: #E3E3E3; border-bottom-color: #E3E3E3; } .autocomplete-icon { width: 13px; height: 20px; display: inline-block; margin-top: -3px; margin-bottom: -3px; background: url(../img/autocomplete-icon.png); } .autocomplete-text { padding-left: 15px; display: inline-block; font-size: 16px; color: #808082; font-weight: lighter; padding-top: 16px; padding-bottom: 16px; padding-right: 65%; } .text-info { position: fixed; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; z-index: 1000; background: #e5eaed; overflow: auto; } .text-info .btn-close { outline: none; /*float:right;*/ position: fixed; background: none; text-decoration: none; border: 1px solid #555555; color: #555555; font-size: 13px; font-weight: bold; display: inline-block; padding: 11px 47px 13px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; /*position: absolute;*/ top: 50px; right: 50px; } .text-info .btn-close:hover { color: #F2B63E; border-color: #F2B63E; } .text-info-inner { margin: auto; position: relative; top: 15%; width: 980px; font-size: 14px; font-weight: lighter; color: #555; padding-bottom: 50px; } .text-info .scroll-pane { max-height: 640px; } .text-info .scroll-container { padding-right: 70px; padding-bottom: 30px; } .text-info-inner p { line-height: 20px; margin-top: 30px; } .text-info-inner .title { font-size: 18px; font-weight: bold; margin-top: 27px; } @media screen and (max-width: 1280px) { .header { padding-left: 50px; padding-right: 50px; } .text-info-inner { width: 780px; } } @media screen and (max-width: 1024px) { .form-social .social-inner .text { font-size: 16px; margin-right: 10px; } .form-header .btn-miss { margin-right: 20px; } .main-form-page .form-logo { padding-left: 20px; } .social-inner { line-height: 32px; height: 32px; display: inline-block; } .main-form-page .slider { width: 768px; padding-left: 20px; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .main-form-page .slide { width: 100%; } .text-info-inner { width: 480px; height: 670px; top: 50px; } } @media screen and (max-width: 768px) { .wrapper { width: 768px; } } @media screen and (max-height: 800px) { .text-info .scroll-pane { max-height: 520px; } } @media screen and (max-height: 640px) { body { overflow: auto; } .wrapper { height: 640px; min-height: auto; } }
markup/form-page/css/form-style.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-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote { } blockquote:before, blockquote:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ------ * Variables * --------------------*/ html { height: 100%; } body { font-family: 'Open Sans', sans-serif; height: 100%; min-height: 100%; overflow: hidden; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* ------ * Form page * --------------------*/ .main-form-page { background: #e5eaed; overflow: hidden; } .wrapper { position: relative; height: auto; min-height: 100%; } /* ------ * Form Social * --------------------*/ .form-social { background: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; height: 55px; line-height: 32px; position: relative; } .form-social .social-inner .text { font-size: 14px; color: #555; display: inline-block; font-weight: 700; vertical-align: middle; line-height: 32px; height: 32px; position: relative; bottom: 10px; } .form-social .social-inner .social { color: #FFF; font-size: 12px; background: red; padding: 6px 20px 7px; border-radius: 15px; text-decoration: none; font-weight: 600; margin-top: -2px; margin-bottom: -2px; margin-right: 3px; margin-left: 3px; -webkit-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } .form-social .social-inner .social:hover { opacity: .9; } .form-social .social-inner .social:after { content: ''; display: inline-block; width: 24px; height: 16px; margin-top: -2px; background: url(../img/social-icons.png) no-repeat; vertical-align: middle; margin-left: 10px; } .form-social .social-inner .social.vk { background: #547597; } .form-social .social-inner .social.fb { background: #3C5B95; } .form-social .social-inner .social.fb:after { background-position: -32px 0; width: 15px; } /* ------ * Form Social end * --------------------*/ .wrapper { position: relative; height: auto; min-height: 100%; } /* ------ * Form header * --------------------*/ .form-header { padding-top: 50px; } .main-form-page .form-logo { float: left; padding-left: 50px; } .form-header .btn-miss { outline: none; background: none; text-decoration: none; border: 1px solid #555555; color: #555555; font-size: 13px; font-weight: bold; display: inline-block; padding: 11px 47px 13px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; float: right; margin-right: 50px; } .form-header .btn-miss:hover { color: #F2B63E; border-color: #F2B63E; } /* ------ * Form slider * --------------------*/ .main-form-page .slider { position: absolute; z-index: 1; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); width: 820px; } /* *************************************************** / / NEW STYLE / *************************************************** */ .main-form-page .slide { width: 820px; position: absolute; left: 100%; top: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transition-property: visibility opacity position; -o-transition-property: visibility opacity position; transition-property: visibility opacity position; visibility: hidden; opacity: 0; } .main-form-page .slide.active { position: relative; left: 0; visibility: visible; opacity: 1; } .main-form-page .slide.leftslide { left: -100%; } .main-form-page .slide.prev-show { left: 0; visibility: visible; -webkit-animation-name: lala; -o-animation-name: lala; animation-name: lala; -webkit-animation-duration: .5s; -o-animation-duration: .5s; animation-duration: .5s; } @-webkit-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-moz-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-ms-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @-o-keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } @keyframes lala { 0% { left: -100%; visibility: hidden; } 100% { left: 0; visibility: visible; } } .coins { color: #f8c255; text-shadow: 0 0 5px; font-size: 22px; position: absolute; right: 0; top: 30px; width: 100%; text-align: center; display: none; } .coins.show { display: block; } .coins span { font-size: 28px; } /* *************************************************** / / NEW STYLE / *************************************************** */ .main-form-page .slide .error-text { display: none; color: #e40518; margin-left: 30px; font-size: 16px; text-transform: uppercase; font-weight: bold; } .main-form-page .slide .tip { position: absolute; top: 100%; left: 0; right: 0; font-size: 12px; color: #808082; text-align: center; font-weight: lighter; padding-top: 15px; } .main-form-page .slide.active { display: block; } .main-form-page .error .error-text { display: inline-block; } .main-form-page .label { font-size: 16px; font-weight: bold; color: #808082; display: inline-block; text-transform: uppercase; margin-bottom: 50px; text-transform: uppercase; } .main-form-page .input-wrapper { padding-bottom: 20px; border-bottom: 1px solid #414143; } .main-form-page .error .input-wrapper { border-bottom-color: #E40518; } .main-form-page input[type="text"], .main-form-page input[type="password"] { outline: none; width: 100%; padding-right: 50px; font-weight: bold; font-size: 30px; line-height: 40px; color: #555555; height: 40px; margin-bottom: -3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .main-form-page input[type="password"] { margin-top: -6px; margin-bottom: -9px; letter-spacing: 7px; font-size: 52px; height: 52px; } .main-form-page input::-webkit-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page input::-moz-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; }/* Firefox 19+ */ .main-form-page input:-moz-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; }/* Firefox 18- */ .main-form-page input:-ms-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page input:-input-placeholder { font-weight: 300; font-family: 'Open Sans', sans-serif; color: #808082; } .main-form-page .next-step { cursor: pointer; width: 40px; height: 40px; background: url(../img/next-step-icon.png); border: none; position: absolute; right: 0; bottom: 25px; outline: none; z-index: 2; } .slide .next-step.disable { background-position: 0 -40px; } .main-form-page .text-input { background: none; border: none; outline: none; color: #fff; display: block; } .main-form-page .sex-choice { text-align: center; line-height: 40px; } .main-form-page .sex-choice .male, .main-form-page .sex-choice .female { display: inline-block; margin-right: 50px; margin-left: 50px; line-height: 40px; } .main-form-page .sex-choice .icon { display: inline-block; width: 40px; background: url(../img/sex-icons.png); height: 40px; vertical-align: middle; } .main-form-page .male .active-icon { background-position: 0 -41px; } .main-form-page .female .icon { background-position: -40px 0; } .main-form-page .female .active-icon { background-position: -40px -41px; } .main-form-page input[type="radio"] { display: none; } .main-form-page .radio-label { width: 30px; height: 30px; display: inline-block; position: relative; margin-left: 15px; vertical-align: middle; cursor: pointer; } .main-form-page .radio-label:after { content:""; width: 30px; height: 30px; background: url(../img/radio-icons.png) no-repeat; display: block; position: absolute; left: 0; right: 0; } .main-form-page .radio-label.checked:after { background-position: 0 -34px ; } .main-form-page .date-items { text-align: center; } .main-form-page .date-items .day, .main-form-page .date-items .month, .main-form-page .date-items .year { display: inline-block; margin-left: 15px; margin-right: 15px; width: 100px; padding-bottom: 20px; border-bottom: 1px solid #414143; } .main-form-page .date-items input { text-align: center; background: none; border: none; padding-right: 0; } .main-form-page .agree { padding-bottom: 20px; } .main-form-page .agree-text { display: inline-block; vertical-align: middle; font-size: 30px; font-weight: bold; color: #555555; } .main-form-page .agree-text a { color: #f2b63e; text-decoration: none; } .main-form-page .agree-checkbox { display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(../img/checkbox-icons.png); margin-left: 15px; } .main-form-page .agree-checkbox.checked { background-position: 0 -60px; } /*.main-form-page .agree-checkbox.checked { background-position: 0 -30px; }*/ .main-form-page .agree-checkbox input { display: none; } .main-form-page .registration-complete { text-align: center; } .registration-complete .complete-info { font-size: 30px; color: #555555; font-weight: bold; } .registration-complete .complete-icon { margin-bottom: 50px; } .main-form-page .footer { text-align: center; position: absolute; bottom: 50px; width: 100%; left: 0; } .slider-indicators { display: inline-block; margin-bottom: 50px; } .slider-indicators li { display: inline-block; margin-left: 5px; margin-right: 7px; } .slider-indicators li a { display: inline-block; width: 10px; height: 10px; -webkit-border-radius: 50%; border-radius: 50%; background: rgba(86,86,86,.5) } .slider-indicators li.active a { background: rgb(86,86,86) } .main-form-page .more-info span { width: 820px; display: inline-block; font-size: 12px; color: #A8A8A9; font-weight: lighter; line-height: 18px; } .main-form-page .more-info a { color: #F2B63E; text-decoration: none; } /* Autocomplete list */ .autocomplete { width: 100%; position: absolute; left: 0; top: 100%; margin-top: -2px; overflow: hidden; background: #fff; } .autocomplete-suggestions{ width: 100%; position: absolute; left: 0; top: 100%; margin-top: -2px; /*overflow: hidden;*/ background: #fff; max-height: 200px; overflow: auto; } .autocomplete-list { max-height: 200px; overflow: auto; font-size: 0; vertical-align: middle; } .autocomplete-item { padding-left: 30px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; cursor: pointer; } .autocomplete-item:hover { background: #F5F7F8; border-top-color: #E3E3E3; border-bottom-color: #E3E3E3; } .autocomplete-icon { width: 13px; height: 20px; display: inline-block; margin-top: -3px; margin-bottom: -3px; background: url(../img/autocomplete-icon.png); } .autocomplete-text { padding-left: 15px; display: inline-block; font-size: 16px; color: #808082; font-weight: lighter; padding-top: 16px; padding-bottom: 16px; padding-right: 65%; } .text-info { position: fixed; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; z-index: 1000; background: #e5eaed; overflow: auto; } .text-info .btn-close { outline: none; /*float:right;*/ position: fixed; background: none; text-decoration: none; border: 1px solid #555555; color: #555555; font-size: 13px; font-weight: bold; display: inline-block; padding: 11px 47px 13px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; /*position: absolute;*/ top: 50px; right: 50px; } .text-info .btn-close:hover { color: #F2B63E; border-color: #F2B63E; } .text-info-inner { margin: auto; position: relative; top: 15%; width: 980px; font-size: 14px; font-weight: lighter; color: #555; padding-bottom: 50px; } .text-info .scroll-pane { max-height: 640px; } .text-info .scroll-container { padding-right: 70px; padding-bottom: 30px; } .text-info-inner p { line-height: 20px; margin-top: 30px; } .text-info-inner .title { font-size: 18px; font-weight: bold; margin-top: 27px; } @media screen and (max-width: 1280px) { .header { padding-left: 50px; padding-right: 50px; } .text-info-inner { width: 780px; } } @media screen and (max-width: 1024px) { .form-social .social-inner .text { font-size: 16px; margin-right: 10px; } .form-header .btn-miss { margin-right: 20px; } .main-form-page .form-logo { padding-left: 20px; } .social-inner { line-height: 32px; height: 32px; display: inline-block; } .main-form-page .slider { width: 768px; padding-left: 20px; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .main-form-page .slide { width: 100%; } .text-info-inner { width: 480px; height: 670px; top: 50px; } } @media screen and (max-width: 768px) { .wrapper { width: 768px; } } @media screen and (max-height: 800px) { .text-info .scroll-pane { max-height: 520px; } } @media screen and (max-height: 640px) { body { overflow: auto; } .wrapper { height: 640px; min-height: auto; } }
0.334589
0.063948
.login-form, .registration-form { display: flex; flex-direction: column; } .login-form label, .registration-form label { font-size: 1.5rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border: 0; } .login-form input, .registration-form input { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; width: 100%; font-size: 1rem; border-radius: .25rem; margin-bottom: .75rem; padding: .25rem; padding-left: .5rem; border: 1px solid rgb(105, 105, 105) } .login-form a, .registration-form a { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor: pointer; font-size: .75rem; align-self: flex-end; } .login-form a:hover, .registration-form a:hover { color: rgba(0, 204, 187, .9); } .login-form p, .registration-form p { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight: 700; color: rgba(0, 204, 187, .9); text-align: center; font-size: 1rem; margin-top: 1.5rem; } .user-form-btn { display: flex; column-gap: 1rem; margin-top: 1.5rem; justify-content: center; } .user-form-btn input { cursor: pointer; color: white; width: 30%; font-weight: 600; border: 0; box-shadow: 0 0 5px black; background: rgba(0, 204, 187, .9); } .user-form-btn input:hover { box-shadow: 0 0 4px black; background-color: rgba(0, 204, 187, 1) } .google-sign-in { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1rem; width: 65%; padding: .7rem 1rem; margin-top: .5rem; box-shadow: 0 0 5px black; border-radius: .25rem; border: 2px solid rgba(0, 204, 187, .9); background-color: white; cursor: pointer; } .google-sign-in:hover { color: white; font-weight: 700; background-color: rgba(255, 69, 0, .8); border-color:rgba(255, 69, 0, .8); }
client/src/components/UserAuth.css
.login-form, .registration-form { display: flex; flex-direction: column; } .login-form label, .registration-form label { font-size: 1.5rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border: 0; } .login-form input, .registration-form input { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; width: 100%; font-size: 1rem; border-radius: .25rem; margin-bottom: .75rem; padding: .25rem; padding-left: .5rem; border: 1px solid rgb(105, 105, 105) } .login-form a, .registration-form a { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor: pointer; font-size: .75rem; align-self: flex-end; } .login-form a:hover, .registration-form a:hover { color: rgba(0, 204, 187, .9); } .login-form p, .registration-form p { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight: 700; color: rgba(0, 204, 187, .9); text-align: center; font-size: 1rem; margin-top: 1.5rem; } .user-form-btn { display: flex; column-gap: 1rem; margin-top: 1.5rem; justify-content: center; } .user-form-btn input { cursor: pointer; color: white; width: 30%; font-weight: 600; border: 0; box-shadow: 0 0 5px black; background: rgba(0, 204, 187, .9); } .user-form-btn input:hover { box-shadow: 0 0 4px black; background-color: rgba(0, 204, 187, 1) } .google-sign-in { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1rem; width: 65%; padding: .7rem 1rem; margin-top: .5rem; box-shadow: 0 0 5px black; border-radius: .25rem; border: 2px solid rgba(0, 204, 187, .9); background-color: white; cursor: pointer; } .google-sign-in:hover { color: white; font-weight: 700; background-color: rgba(255, 69, 0, .8); border-color:rgba(255, 69, 0, .8); }
0.501709
0.093595
@font-face { font-family: 'Satisfy'; font-style: normal; font-weight: 400; src: local('Satisfy Regular'), local('Satisfy-Regular'), url(font/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } #jsi-cherry-container{ position: absolute; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; background-color: transparent; overflow: hidden; opacity: 0.618; z-index: 99; } #footer { /*width: 100%; */ position:fixed; /*bottom: 100px;*/ top:10px; right:10px; } #music_btn2 { position:relative; margin: 0 auto; display: block; width:32px; height:32px; background: url(../images/play.png) no-repeat; cursor: pointer; opacity: 0.2; } body { opacity: 0; } span { display:block; width: 150px; height: 150px; background: url(../images/stitch.png) no-repeat; background-position: 0 0; } .typed-cursor { opacity: 0; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } @-webkit-keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } @-moz-keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } /* reset */ 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; } html { line-height: 1; content-zooming:none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* body */ body { font-family: Satisfy, serif; color: #837362; background: #fbf8f7; } h2 { font-size: 1.5em; line-height: 1.6; float: left; } /* links */ a { color: #9b4849; text-decoration: none; display: block; } a:hover { color: #783839; } #open { width: 150px; text-align: center; margin-top: 50px; margin-left: 200px; } #flip { margin: 160px 20px 0 0; float:right; } #flip2back { margin-top: 150px; float: right; } #close { position: absolute; bottom:10px; right: 10px; } /*****************************/ section.container { position: relative; width: 600px; height: 300px; margin: 280px auto 0; perspective: 1000px; -webkit-perspective: 1000px; -moz-perspective: 1000px; } section.container > form.flip { width: 100%; height: 100%; position: absolute; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.7s 0s; -moz-transition: -moz-transform 0.7s 0s; -webkit-transform-origin: center center; -moz-transform-origin: center center; } section.container > form.flip > .front, section.container > form.flip > .back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; } section.container > form.flip > .back { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); background: #837362; box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.2); } section.container:target > form.flip { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); } .no-csstransforms3d section.container:target > form.flip > .back { display: none; } .container#lid { position: relative; width: 100%; height: 50%; -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; z-index: 2; transition: z-index 0s 1s; -moz-transition: z-index 0s 1s; -webkit-transition: z-index 0s 1s; } .no-csstransforms3d .container#lid { -webkit-transition: none; -moz-transition: none; transition: none; } #content:target .container#lid { z-index: -1; transition: z-index 0s .5s; -moz-transition: z-index 0s .5s; -webkit-transition: z-index 0s .5s; } .no-csstransforms3d #content:target .container#lid { -webkit-transition: none; -moz-transition: none; transition: none; } .no-csstransforms3d .container#lid .back { display: none; } .no-csstransforms3d #content:target .container#lid .back { display: block; top: -150px; } #lid .flip { width: 100%; height: 100%; } #lid .flip { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s 1s; -moz-transition: -moz-transform 0.5s 1s; transition: -moz-transform 0.5s 1s; -webkit-transform-origin: left top; -moz-transform-origin: left top; transform-origin: left top; } #lid .flip > .front, #lid .flip > .back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #lid .flip > .back { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } #content:target #lid .flip { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } #letter .flip > div, #lid .flip > div, section.container > form.flip > div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #lid .flip .front, section.container > form.flip .front { background: beige url("../images/bg.png"); border: 1px #eae1d5 solid; box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.6), 0 2px 3px -2px rgba(0, 0, 0, 0.6); padding: 20px 30px; color: #837362; text-shadow: 0 1px 0 #fff,0 1px 0 #fff; } section.container > form.flip > .front { font-size: 1.25em; background: beige url("../images/bg.png"); background: url("../images/stamp.png") no-repeat 450px 20px/130px, url("../images/bg.png"); padding: 120px 20px 20px 40%; border: 1px #eae1d5 solid; } #lid .flip .front { font-size: 1.25em; border-radius: 0 0 40px 40px; } #lid .flip .back { background: #837362; border-radius: 40px 40px 0 0; border: 35px solid rgba(255, 255, 255, 0.1); border-bottom: none; box-shadow: inset 0 10px 30px 10px rgba(0, 0, 0, 0.1); } #top { text-align: right; background: beige url("../images/bg.png"); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(163, 140, 130, 0.17))), url("../images/bg.png"); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 65%; position: absolute; left: 0; bottom: 0; z-index: 1; border: 1px #eae1d5 solid; box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.6), 0 -2px 4px -3px rgba(0, 0, 0, 0.75), 0 2px 3px -2px rgba(0, 0, 0, 0.6); } #letter { background: #fafafa; width: 90%; height: 95%; position: absolute; left: 5%; top: 5%; z-index: 0; -webkit-transition: .5s .5s; -moz-transition: .5s .5s; -o-transition: 0s 0s; transition: 0s 0s; } #content:target #letter { top: -40%; -o-transition: .5s .5s; transition: .5s .5s; } #letter .container { position: absolute; width: 100%; /*height: 50%;*/ -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; top: 0; left: 0; -webkit-transition: 0s 0s; -moz-transition: 0s 0s; transition: 0s 0s; z-index: 1; } #letter .flip { width: 100%; height: 100%; } #letter .flip { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s 0s; -moz-transition: -moz-transform 0.5s 0s; transition: -moz-transform 0.5s 0s; -webkit-transform-origin: left top; -moz-transform-origin: left top; transform-origin: left top; } #letter .flip > .front, #letter .flip > .back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #letter .flip > .back { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } #content:target #letter .flip { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; transition-delay: 1s; } #content:target #letter .container { z-index: -1; -webkit-transition: z-index 0s 1.5s; -moz-transition: z-index 0s 1.5s; transition: z-index 0s 1.5s; } #letter .flip .front { background: #fafafa; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); } .no-csstransforms3d #content:target #letter .flip .front { display: none; } #letter .flip .back { background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 90%, #f7f7f7 100%); background: -moz-linear-gradient(top, #fafafa 80%, #f7f7f7 100%); padding: 40px 40px 0; font-size: 18px; line-height: 1.4; border-bottom: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0 -5px 8px -4px rgba(0, 0, 0, 0.15); } .no-csstransforms3d #content:target #letter .flip .back { top: -140px; } input[type="text"] { background: transparent; border: none; border-bottom: 1px dotted #837362; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); width: 50%; -webkit-appearance: none; } input[type="text"]:focus { outline: none; border-bottom: 1px solid #837362; -webkit-appearance: none; } textarea { margin: 10px auto 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 90%; height: 160px; padding: 10px; display: block; background: transparent; background: rgba(255, 255, 255, 0.07); border: 1px dashed #c8bfb6; } textarea:focus { outline: none; background-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.46); box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); } input[type="submit"] { cursor: pointer; display: block; margin: 10px auto; -webkit-appearance: none; font-size: .9em; background: #9b4849; padding: 5px 20px; border-radius: 3px; border: 1px solid #9b4849; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); color: #fff; -webkit-transition: background .5s; } input[type="submit"]:hover { background: #783839; } /*-------ie8-----------*/ .container.target > form.flip > .back, #content.target #letter .flip .front {display: none;} #content.target .container#lid {z-index: -1;} #content.target .container#lid .back { display: block; top: -150px; } #content.target #letter {top: -40%;} #content.target #letter .flip .back { top: -140px; }
stylesheets/style.css
@font-face { font-family: 'Satisfy'; font-style: normal; font-weight: 400; src: local('Satisfy Regular'), local('Satisfy-Regular'), url(font/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } #jsi-cherry-container{ position: absolute; top: 0; width: 100%; height: 100%; margin: 0; padding: 0; background-color: transparent; overflow: hidden; opacity: 0.618; z-index: 99; } #footer { /*width: 100%; */ position:fixed; /*bottom: 100px;*/ top:10px; right:10px; } #music_btn2 { position:relative; margin: 0 auto; display: block; width:32px; height:32px; background: url(../images/play.png) no-repeat; cursor: pointer; opacity: 0.2; } body { opacity: 0; } span { display:block; width: 150px; height: 150px; background: url(../images/stitch.png) no-repeat; background-position: 0 0; } .typed-cursor { opacity: 0; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } @-webkit-keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } @-moz-keyframes blink{ 0% { opacity:0; } 50% { opacity:0; } 100% { opacity:0; } } /* reset */ 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; } html { line-height: 1; content-zooming:none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* body */ body { font-family: Satisfy, serif; color: #837362; background: #fbf8f7; } h2 { font-size: 1.5em; line-height: 1.6; float: left; } /* links */ a { color: #9b4849; text-decoration: none; display: block; } a:hover { color: #783839; } #open { width: 150px; text-align: center; margin-top: 50px; margin-left: 200px; } #flip { margin: 160px 20px 0 0; float:right; } #flip2back { margin-top: 150px; float: right; } #close { position: absolute; bottom:10px; right: 10px; } /*****************************/ section.container { position: relative; width: 600px; height: 300px; margin: 280px auto 0; perspective: 1000px; -webkit-perspective: 1000px; -moz-perspective: 1000px; } section.container > form.flip { width: 100%; height: 100%; position: absolute; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.7s 0s; -moz-transition: -moz-transform 0.7s 0s; -webkit-transform-origin: center center; -moz-transform-origin: center center; } section.container > form.flip > .front, section.container > form.flip > .back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; } section.container > form.flip > .back { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); background: #837362; box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.2); } section.container:target > form.flip { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); } .no-csstransforms3d section.container:target > form.flip > .back { display: none; } .container#lid { position: relative; width: 100%; height: 50%; -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; z-index: 2; transition: z-index 0s 1s; -moz-transition: z-index 0s 1s; -webkit-transition: z-index 0s 1s; } .no-csstransforms3d .container#lid { -webkit-transition: none; -moz-transition: none; transition: none; } #content:target .container#lid { z-index: -1; transition: z-index 0s .5s; -moz-transition: z-index 0s .5s; -webkit-transition: z-index 0s .5s; } .no-csstransforms3d #content:target .container#lid { -webkit-transition: none; -moz-transition: none; transition: none; } .no-csstransforms3d .container#lid .back { display: none; } .no-csstransforms3d #content:target .container#lid .back { display: block; top: -150px; } #lid .flip { width: 100%; height: 100%; } #lid .flip { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s 1s; -moz-transition: -moz-transform 0.5s 1s; transition: -moz-transform 0.5s 1s; -webkit-transform-origin: left top; -moz-transform-origin: left top; transform-origin: left top; } #lid .flip > .front, #lid .flip > .back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #lid .flip > .back { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } #content:target #lid .flip { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } #letter .flip > div, #lid .flip > div, section.container > form.flip > div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #lid .flip .front, section.container > form.flip .front { background: beige url("../images/bg.png"); border: 1px #eae1d5 solid; box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.6), 0 2px 3px -2px rgba(0, 0, 0, 0.6); padding: 20px 30px; color: #837362; text-shadow: 0 1px 0 #fff,0 1px 0 #fff; } section.container > form.flip > .front { font-size: 1.25em; background: beige url("../images/bg.png"); background: url("../images/stamp.png") no-repeat 450px 20px/130px, url("../images/bg.png"); padding: 120px 20px 20px 40%; border: 1px #eae1d5 solid; } #lid .flip .front { font-size: 1.25em; border-radius: 0 0 40px 40px; } #lid .flip .back { background: #837362; border-radius: 40px 40px 0 0; border: 35px solid rgba(255, 255, 255, 0.1); border-bottom: none; box-shadow: inset 0 10px 30px 10px rgba(0, 0, 0, 0.1); } #top { text-align: right; background: beige url("../images/bg.png"); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(163, 140, 130, 0.17))), url("../images/bg.png"); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(163, 140, 130, 0.17) 100%), url("../images/bg.png"); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 65%; position: absolute; left: 0; bottom: 0; z-index: 1; border: 1px #eae1d5 solid; box-shadow: inset 0 0 10px 1px rgba(255, 255, 255, 0.6), 0 -2px 4px -3px rgba(0, 0, 0, 0.75), 0 2px 3px -2px rgba(0, 0, 0, 0.6); } #letter { background: #fafafa; width: 90%; height: 95%; position: absolute; left: 5%; top: 5%; z-index: 0; -webkit-transition: .5s .5s; -moz-transition: .5s .5s; -o-transition: 0s 0s; transition: 0s 0s; } #content:target #letter { top: -40%; -o-transition: .5s .5s; transition: .5s .5s; } #letter .container { position: absolute; width: 100%; /*height: 50%;*/ -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; top: 0; left: 0; -webkit-transition: 0s 0s; -moz-transition: 0s 0s; transition: 0s 0s; z-index: 1; } #letter .flip { width: 100%; height: 100%; } #letter .flip { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform 0.5s 0s; -moz-transition: -moz-transform 0.5s 0s; transition: -moz-transform 0.5s 0s; -webkit-transform-origin: left top; -moz-transform-origin: left top; transform-origin: left top; } #letter .flip > .front, #letter .flip > .back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } #letter .flip > .back { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); } #content:target #letter .flip { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; transition-delay: 1s; } #content:target #letter .container { z-index: -1; -webkit-transition: z-index 0s 1.5s; -moz-transition: z-index 0s 1.5s; transition: z-index 0s 1.5s; } #letter .flip .front { background: #fafafa; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); } .no-csstransforms3d #content:target #letter .flip .front { display: none; } #letter .flip .back { background: #fafafa; background: -webkit-linear-gradient(top, #fafafa 90%, #f7f7f7 100%); background: -moz-linear-gradient(top, #fafafa 80%, #f7f7f7 100%); padding: 40px 40px 0; font-size: 18px; line-height: 1.4; border-bottom: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0 -5px 8px -4px rgba(0, 0, 0, 0.15); } .no-csstransforms3d #content:target #letter .flip .back { top: -140px; } input[type="text"] { background: transparent; border: none; border-bottom: 1px dotted #837362; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); width: 50%; -webkit-appearance: none; } input[type="text"]:focus { outline: none; border-bottom: 1px solid #837362; -webkit-appearance: none; } textarea { margin: 10px auto 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 90%; height: 160px; padding: 10px; display: block; background: transparent; background: rgba(255, 255, 255, 0.07); border: 1px dashed #c8bfb6; } textarea:focus { outline: none; background-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.46); box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); } input[type="submit"] { cursor: pointer; display: block; margin: 10px auto; -webkit-appearance: none; font-size: .9em; background: #9b4849; padding: 5px 20px; border-radius: 3px; border: 1px solid #9b4849; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); color: #fff; -webkit-transition: background .5s; } input[type="submit"]:hover { background: #783839; } /*-------ie8-----------*/ .container.target > form.flip > .back, #content.target #letter .flip .front {display: none;} #content.target .container#lid {z-index: -1;} #content.target .container#lid .back { display: block; top: -150px; } #content.target #letter {top: -40%;} #content.target #letter .flip .back { top: -140px; }
0.257485
0.077692
:root { --nav-size: 60px; --border-radius: 8px; --speed: 500ms; } ul { list-style: none; margin: 0; padding: 0; } a { color: var(--text-color); text-decoration: none;; } .navbar { height: var(--nav-size); background-color: var(--bg); padding: 0 1rem; border-bottom: var(--border); } .navbar-nav { max-width: 100%; height: 100%; display: flex; justify-content: flex-end; } .nav-item { width: calc(var(--nav-size) * 0.8); display: flex; align-items: center; justify-content: center; } .icon-button { --button-size: calc(var(--nav-size) * 0.5); width: var(--button-size); height: var(--button-size); border-radius: 50%; padding: 5px; margin: 2px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .icon-button:hover { filter: brightness(1.2); } .icon-button svg { fill: var(--text-color); width: 20px; height: 20px; } .dropdown { position: absolute; top: 58px; width: 300px; transform: translateX(-75%); background-color: var(--bg); border: var(--border); border-radius: var(--border-radius); padding: 1rem; overflow: hidden; transition: height var(--speed) ease; z-index: 999; } .menu { width: 100%; background-color : white ; border: 0.5px solid #c9abfd ; border-radius: 5%; } .menu-item { height: 50px; display: flex; align-items: center; border-radius: var(--border-radius); transition: background var(--speed); padding: 0.5rem; border-bottom: 0.1px solid #c9abfd ; border-radius: 0 !important; } .menu-item .icon-button { margin-right: 0.5rem; } .menu-item .icon-button:hover { filter: none; } .menu-item:hover { background-color: #e5d0f7; } .icon-right { margin-left: auto; } .input-field{ position: relative !important; margin : auto ; height: 50% !important; width : 30%; display: flex; justify-content: center; } .topnav-right-button{ padding-left : 5px ; padding-right: 5px; display:inline-block; } .large-menu{ position : absolute ; } .searchButton { width: 40px; height: 36px; margin-bottom : 400px ; border: 1px solid rgb(61, 48, 90) ; background: rgb(61, 48, 90); text-align: center; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; } .search-input{ width: 70%; height: 28px; border: 3px solid rgb(61, 48, 90); border-right: none; border-radius: 5px 0 0 5px; outline: none; color: rgb(61, 48, 90); } .search-input:focus{ color: rgb(61, 48, 90); }
src/Components/Common/Navbardev/Navbardev.css
:root { --nav-size: 60px; --border-radius: 8px; --speed: 500ms; } ul { list-style: none; margin: 0; padding: 0; } a { color: var(--text-color); text-decoration: none;; } .navbar { height: var(--nav-size); background-color: var(--bg); padding: 0 1rem; border-bottom: var(--border); } .navbar-nav { max-width: 100%; height: 100%; display: flex; justify-content: flex-end; } .nav-item { width: calc(var(--nav-size) * 0.8); display: flex; align-items: center; justify-content: center; } .icon-button { --button-size: calc(var(--nav-size) * 0.5); width: var(--button-size); height: var(--button-size); border-radius: 50%; padding: 5px; margin: 2px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .icon-button:hover { filter: brightness(1.2); } .icon-button svg { fill: var(--text-color); width: 20px; height: 20px; } .dropdown { position: absolute; top: 58px; width: 300px; transform: translateX(-75%); background-color: var(--bg); border: var(--border); border-radius: var(--border-radius); padding: 1rem; overflow: hidden; transition: height var(--speed) ease; z-index: 999; } .menu { width: 100%; background-color : white ; border: 0.5px solid #c9abfd ; border-radius: 5%; } .menu-item { height: 50px; display: flex; align-items: center; border-radius: var(--border-radius); transition: background var(--speed); padding: 0.5rem; border-bottom: 0.1px solid #c9abfd ; border-radius: 0 !important; } .menu-item .icon-button { margin-right: 0.5rem; } .menu-item .icon-button:hover { filter: none; } .menu-item:hover { background-color: #e5d0f7; } .icon-right { margin-left: auto; } .input-field{ position: relative !important; margin : auto ; height: 50% !important; width : 30%; display: flex; justify-content: center; } .topnav-right-button{ padding-left : 5px ; padding-right: 5px; display:inline-block; } .large-menu{ position : absolute ; } .searchButton { width: 40px; height: 36px; margin-bottom : 400px ; border: 1px solid rgb(61, 48, 90) ; background: rgb(61, 48, 90); text-align: center; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; } .search-input{ width: 70%; height: 28px; border: 3px solid rgb(61, 48, 90); border-right: none; border-radius: 5px 0 0 5px; outline: none; color: rgb(61, 48, 90); } .search-input:focus{ color: rgb(61, 48, 90); }
0.593845
0.172276
@import "css/comm.css"; .fn { background-size: 100% 100%; background-repeat: no-repeat; } .main { width: 20rem; position: relative; background: #eee; } .main header { width: 20rem; height: 3.33333333rem; line-height: 3.33333333rem; background: linear-gradient(to right, #4B66EA, #82A0F6); box-shadow: 0.21333333rem 0.53333333rem 0.21333333rem #B4B9CF; } .main header h4 { font-size: 0.96rem; color: #fff; display: inline-block; margin-left: 7.06666667rem; } .main header i { color: #fff; font-size: 1.06666667rem; margin-left: 0.8rem; } .main header i:last-of-type { margin-left: 6.93333333rem; } .main .docInfo { width: 20rem; background: #F1F1F1; overflow: hidden; margin-bottom: 1.6rem; } .main .docInfo .recList { width: 100%; } .main .docInfo .recList li { width: 18.13333333rem; height: 5.33333333rem; margin-left: 0.93333333rem; background: #fff; border-radius: 20px; margin-top: 1.06666667rem; } .main .docInfo .recList li img { float: left; width: 3.73333333rem; height: 3.73333333rem; margin-left: 0.93333333rem; margin-top: 0.8rem; margin-right: 0.8rem; } .main .docInfo .recList li .info { width: 12.26666667rem; float: left; position: relative; } .main .docInfo .recList li .info h4 { font-size: 0.90666667rem; margin-top: 1.14666667rem; margin-bottom: 0.66666667rem; } .main .docInfo .recList li .info p { font-size: 0.66666667rem; color: #a1a1a1; } .main .docInfo .recList li .info .score { position: absolute; right: 0.8rem; top: 0.93333333rem; font-size: 0.96rem; color: #546fec; } .main .docInfo .recList li .info .score + i { position: absolute; right: 0.8rem; top: 3.06666667rem; font-size: 1.06666667rem; color: #546fec; } .main footer { width: 20rem; background: #F3F6FE; opacity: 0.9; border-top: 1px solid #ccc; position: relative; } .main footer a { display: inline-block; width: 2.13333333rem; height: 2.13333333rem; border-radius: 50%; text-align: center; margin-left: 1.2rem; margin-top: 0.8rem; } .main footer a:nth-of-type(2) { margin-right: 3.73333333rem; } .main footer a:nth-of-type(3) { width: 3.2rem; height: 3.2rem; background: #F3F6FE; padding-top: 0.53333333rem; position: absolute; top: -1.73333333rem; left: 6.93333333rem; } .main footer a img { width: 70%; } /*# sourceMappingURL=listDoc.css.map */
front/less/listDoc.css
@import "css/comm.css"; .fn { background-size: 100% 100%; background-repeat: no-repeat; } .main { width: 20rem; position: relative; background: #eee; } .main header { width: 20rem; height: 3.33333333rem; line-height: 3.33333333rem; background: linear-gradient(to right, #4B66EA, #82A0F6); box-shadow: 0.21333333rem 0.53333333rem 0.21333333rem #B4B9CF; } .main header h4 { font-size: 0.96rem; color: #fff; display: inline-block; margin-left: 7.06666667rem; } .main header i { color: #fff; font-size: 1.06666667rem; margin-left: 0.8rem; } .main header i:last-of-type { margin-left: 6.93333333rem; } .main .docInfo { width: 20rem; background: #F1F1F1; overflow: hidden; margin-bottom: 1.6rem; } .main .docInfo .recList { width: 100%; } .main .docInfo .recList li { width: 18.13333333rem; height: 5.33333333rem; margin-left: 0.93333333rem; background: #fff; border-radius: 20px; margin-top: 1.06666667rem; } .main .docInfo .recList li img { float: left; width: 3.73333333rem; height: 3.73333333rem; margin-left: 0.93333333rem; margin-top: 0.8rem; margin-right: 0.8rem; } .main .docInfo .recList li .info { width: 12.26666667rem; float: left; position: relative; } .main .docInfo .recList li .info h4 { font-size: 0.90666667rem; margin-top: 1.14666667rem; margin-bottom: 0.66666667rem; } .main .docInfo .recList li .info p { font-size: 0.66666667rem; color: #a1a1a1; } .main .docInfo .recList li .info .score { position: absolute; right: 0.8rem; top: 0.93333333rem; font-size: 0.96rem; color: #546fec; } .main .docInfo .recList li .info .score + i { position: absolute; right: 0.8rem; top: 3.06666667rem; font-size: 1.06666667rem; color: #546fec; } .main footer { width: 20rem; background: #F3F6FE; opacity: 0.9; border-top: 1px solid #ccc; position: relative; } .main footer a { display: inline-block; width: 2.13333333rem; height: 2.13333333rem; border-radius: 50%; text-align: center; margin-left: 1.2rem; margin-top: 0.8rem; } .main footer a:nth-of-type(2) { margin-right: 3.73333333rem; } .main footer a:nth-of-type(3) { width: 3.2rem; height: 3.2rem; background: #F3F6FE; padding-top: 0.53333333rem; position: absolute; top: -1.73333333rem; left: 6.93333333rem; } .main footer a img { width: 70%; } /*# sourceMappingURL=listDoc.css.map */
0.437103
0.04439
.male a, .male a:active, .male a:focus, .male .tg-item-media-holder, .is-ie .male .tg-item-content, .male .tg-rotate-3d.tg-is-rotate, .male .mejs-container, .is-ie .male .tg-item-inner { text-decoration: none; border: none; -webkit-box-shadow: none; box-shadow: none; } .male .tg-item-content-holder, .male .tg-item-media-holder { background: transparent !important; } .male .tg-item-inner { overflow: hidden; } .male .tg-center-holder { text-align: center; } .male .tg-item-link { position: absolute; display: block; top: -1000%; left: 0; width: 100%; height: 2000%; } .male .tg-item-content { padding: 22px; } .tg-layout-justified .male .tg-item-content { padding: 12px; } .is-ie .male .tg-item-content { background: none; } .male .tg-item-title, .male .tg-item-title a { position: relative; display: block; backface-visibility: hidden; font-size: 18px; line-height: 24px; font-weight: 600; margin: 0 !important; padding: 0 !important; text-transform: uppercase; } .tg-layout-justified .male .tg-item-title, .tg-layout-justified .male .tg-item-title a { font-size: 14px; line-height: 18px; } .male .tg-item-title { margin: 0 30px 5px 30px !important; } .male .tg-cats-holder { position: relative; display: block; margin: 0 30px 10px 30px; font-size: 13px; line-height: 18px; } .male .tg-cats-holder span { font-style: italic; } .male .tg-media-button { position: absolute; display: block; bottom: 22px; right: 22px; width: 20px; height: 20px; cursor: pointer; text-align: center; pointer-events: auto; } .tg-layout-justified .male .tg-media-button { bottom: 12px; right: 12px; } .male h2 a:hover, .male .tg-cats-holder a:hover, .male .tg-media-button:hover { opacity: 0.75; } .male .tg-media-button i { position: relative; display: block; width: 20px; height: 20px; font-size: 18px; line-height: 20px; cursor: pointer; } .male .tg-media-button .tg-icon-add { font-size: 28px; } .male .tg-item-front, .male .tg-item-back, .male .tg-item-back-inner, .male .tg-item-front-inner, .male .tg-item-overlay { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; max-width: 100% !important; max-height: 100% !important; -webkit-transition: -webkit-transform .5s !important; -moz-transition: -moz-transform .5s; !important; -ms-transition: -ms-transform .5s; !important; -o-transition: -o-transform .5s !important; transition: transform .5s !important; } .male .tg-item-inner { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; } .male .tg-item-front-inner { transform-origin: top; } .male:hover .tg-item-front { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .male .tg-item-front, .male.tg-is-playing .tg-item-front, .male.tg-force-play .tg-item-front, .male:hover .tg-item-back { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .male .tg-item-back, .male.tg-is-playing .tg-item-back, .male.tg-force-play .tg-item-back { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .male:hover .tg-item-front-inner { -webkit-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); } .male .tg-item-front-inner, .male.tg-is-playing .tg-item-front-inner, .male.tg-force-play .tg-item-front-inner, .male:hover .tg-item-back-inner { opacity: 1 !important; visibility: visible !important; -webkit-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); } .male .tg-item-back-inner, .male.tg-is-playing .tg-item-back-inner, .male.tg-force-play .tg-item-back-inner { -webkit-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); transform-origin: bottom; }
www/wp-content/plugins/the-grid/includes/item-skins/grid/male/male.css
.male a, .male a:active, .male a:focus, .male .tg-item-media-holder, .is-ie .male .tg-item-content, .male .tg-rotate-3d.tg-is-rotate, .male .mejs-container, .is-ie .male .tg-item-inner { text-decoration: none; border: none; -webkit-box-shadow: none; box-shadow: none; } .male .tg-item-content-holder, .male .tg-item-media-holder { background: transparent !important; } .male .tg-item-inner { overflow: hidden; } .male .tg-center-holder { text-align: center; } .male .tg-item-link { position: absolute; display: block; top: -1000%; left: 0; width: 100%; height: 2000%; } .male .tg-item-content { padding: 22px; } .tg-layout-justified .male .tg-item-content { padding: 12px; } .is-ie .male .tg-item-content { background: none; } .male .tg-item-title, .male .tg-item-title a { position: relative; display: block; backface-visibility: hidden; font-size: 18px; line-height: 24px; font-weight: 600; margin: 0 !important; padding: 0 !important; text-transform: uppercase; } .tg-layout-justified .male .tg-item-title, .tg-layout-justified .male .tg-item-title a { font-size: 14px; line-height: 18px; } .male .tg-item-title { margin: 0 30px 5px 30px !important; } .male .tg-cats-holder { position: relative; display: block; margin: 0 30px 10px 30px; font-size: 13px; line-height: 18px; } .male .tg-cats-holder span { font-style: italic; } .male .tg-media-button { position: absolute; display: block; bottom: 22px; right: 22px; width: 20px; height: 20px; cursor: pointer; text-align: center; pointer-events: auto; } .tg-layout-justified .male .tg-media-button { bottom: 12px; right: 12px; } .male h2 a:hover, .male .tg-cats-holder a:hover, .male .tg-media-button:hover { opacity: 0.75; } .male .tg-media-button i { position: relative; display: block; width: 20px; height: 20px; font-size: 18px; line-height: 20px; cursor: pointer; } .male .tg-media-button .tg-icon-add { font-size: 28px; } .male .tg-item-front, .male .tg-item-back, .male .tg-item-back-inner, .male .tg-item-front-inner, .male .tg-item-overlay { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; max-width: 100% !important; max-height: 100% !important; -webkit-transition: -webkit-transform .5s !important; -moz-transition: -moz-transform .5s; !important; -ms-transition: -ms-transform .5s; !important; -o-transition: -o-transform .5s !important; transition: transform .5s !important; } .male .tg-item-inner { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; } .male .tg-item-front-inner { transform-origin: top; } .male:hover .tg-item-front { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .male .tg-item-front, .male.tg-is-playing .tg-item-front, .male.tg-force-play .tg-item-front, .male:hover .tg-item-back { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .male .tg-item-back, .male.tg-is-playing .tg-item-back, .male.tg-force-play .tg-item-back { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .male:hover .tg-item-front-inner { -webkit-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,-90deg) translate3d(0,0.0001%,0); } .male .tg-item-front-inner, .male.tg-is-playing .tg-item-front-inner, .male.tg-force-play .tg-item-front-inner, .male:hover .tg-item-back-inner { opacity: 1 !important; visibility: visible !important; -webkit-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,0deg) translate3d(0,0.0001%,0); } .male .tg-item-back-inner, .male.tg-is-playing .tg-item-back-inner, .male.tg-force-play .tg-item-back-inner { -webkit-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -moz-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -ms-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); -o-transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); transform: perspective(550px) rotate3d(1,0,0,90deg) translate3d(0,0.0001%,0); transform-origin: bottom; }
0.267408
0.096877
Reset the box-sizing Change from `box-sizing: content-box` to `border-box` so that when you add `padding` or `border`s to an element, the overall declared `width` does not change. For example, `width: 100px;` will always be `100px` despite the `border: 10px solid red;` and `padding: 20px;`. Heads up! This reset may cause conflicts with some third-party widgets. For recommendations on resolving such conflicts, see http://getbootstrap.com/getting-started/#third-box-sizing. Credit: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /* Make viewport responsive @viewport is needed because IE 10+ doesn't honor <meta name="viewport"> in some cases. See http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/. Eventually @viewport will replace <meta name="viewport">. However, `device-width` is broken on IE 10 on Windows (Phone) 8, (see http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ and https://github.com/twbs/bootstrap/issues/10497) and the fix for that involves a snippet of JavaScript to sniff the user agent and apply some conditional CSS. See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack. */ @-ms-viewport { width: device-width; } /* Reset HTML, body, and more */ html { /* Sets a specific default `font-size` for user with `rem` type scales. */ font-size: 10px; /* As a side-effect of setting the @viewport above, IE11 & Edge make the scrollbar overlap the content and automatically hide itself when not in use. Unfortunately, the auto-showing of the scrollbar is sometimes too sensitive, thus making it hard to click on stuff near the right edge of the page. So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar. See https://github.com/twbs/bootstrap/issues/18543 */ -ms-overflow-style: scrollbar; /* Changes the default tap highlight to be completely transparent in iOS */ -webkit-tap-highlight-color: rgba(0,0,0,0); } body { font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif; font-weight: 400; font-style: normal; font-size: 21px; line-height: 1.58; letter-spacing: -.003em; color: #222; background-color: #fff; } /* Suppress the focus outline on elements that cannot be accessed via keyboard. This prevents an unwanted focus outline from appearing around elements that might still respond to pointer events. Credit: https://github.com/suitcss/base */ [tabindex="-1"]:focus { outline: none !important; } /* Typography */ /* Remove top margins from headings By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top margin for easier control within type scales as it avoids margin collapsing. */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } /* Reset margins on paragraphs Similarly, the top margin on `<p>`s get reset. However, we also reset the bottom margin to use `rem` units instead of `em`. */ p { margin-top: 0; margin-bottom: 1rem; } /* Abbreviations and acronyms */ abbr[title], /* Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 */ abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #bbb; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: bold; } dd { margin-bottom: .5rem; margin-left: 0; /* Undo browser default */ } blockquote { margin: 0 0 1rem; } /* Links */ a { color: #333; text-decoration: none; } a:hover { color: #555; text-decoration: underline; } a:focus { /* WebKit-specific. Other browsers will keep their default outline style. (Initially tried to also force default via `outline: initial`, but that seems to erroneously remove the outline in Firefox altogether.) */ outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
server/static/style.css
Reset the box-sizing Change from `box-sizing: content-box` to `border-box` so that when you add `padding` or `border`s to an element, the overall declared `width` does not change. For example, `width: 100px;` will always be `100px` despite the `border: 10px solid red;` and `padding: 20px;`. Heads up! This reset may cause conflicts with some third-party widgets. For recommendations on resolving such conflicts, see http://getbootstrap.com/getting-started/#third-box-sizing. Credit: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /* Make viewport responsive @viewport is needed because IE 10+ doesn't honor <meta name="viewport"> in some cases. See http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/. Eventually @viewport will replace <meta name="viewport">. However, `device-width` is broken on IE 10 on Windows (Phone) 8, (see http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ and https://github.com/twbs/bootstrap/issues/10497) and the fix for that involves a snippet of JavaScript to sniff the user agent and apply some conditional CSS. See http://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack. */ @-ms-viewport { width: device-width; } /* Reset HTML, body, and more */ html { /* Sets a specific default `font-size` for user with `rem` type scales. */ font-size: 10px; /* As a side-effect of setting the @viewport above, IE11 & Edge make the scrollbar overlap the content and automatically hide itself when not in use. Unfortunately, the auto-showing of the scrollbar is sometimes too sensitive, thus making it hard to click on stuff near the right edge of the page. So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar. See https://github.com/twbs/bootstrap/issues/18543 */ -ms-overflow-style: scrollbar; /* Changes the default tap highlight to be completely transparent in iOS */ -webkit-tap-highlight-color: rgba(0,0,0,0); } body { font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif; font-weight: 400; font-style: normal; font-size: 21px; line-height: 1.58; letter-spacing: -.003em; color: #222; background-color: #fff; } /* Suppress the focus outline on elements that cannot be accessed via keyboard. This prevents an unwanted focus outline from appearing around elements that might still respond to pointer events. Credit: https://github.com/suitcss/base */ [tabindex="-1"]:focus { outline: none !important; } /* Typography */ /* Remove top margins from headings By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top margin for easier control within type scales as it avoids margin collapsing. */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } /* Reset margins on paragraphs Similarly, the top margin on `<p>`s get reset. However, we also reset the bottom margin to use `rem` units instead of `em`. */ p { margin-top: 0; margin-bottom: 1rem; } /* Abbreviations and acronyms */ abbr[title], /* Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 */ abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #bbb; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: bold; } dd { margin-bottom: .5rem; margin-left: 0; /* Undo browser default */ } blockquote { margin: 0 0 1rem; } /* Links */ a { color: #333; text-decoration: none; } a:hover { color: #555; text-decoration: underline; } a:focus { /* WebKit-specific. Other browsers will keep their default outline style. (Initially tried to also force default via `outline: initial`, but that seems to erroneously remove the outline in Firefox altogether.) */ outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
0.793026
0.338104
body { margin:0px; background-image:none; position:relative; left:-20px; width:377px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u5367 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5368_div { position:absolute; left:0px; top:0px; width:377px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u5368 { position:absolute; left:20px; top:160px; width:377px; height:32px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u5369 { position:absolute; left:22px; top:0px; width:355px; word-wrap:break-word; } #u5370 { position:absolute; left:20px; top:120px; width:32px; height:72px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5371_div { position:absolute; left:0px; top:0px; width:377px; height:668px; background:inherit; background-color:rgba(242, 242, 242, 1); border:none; border-radius:0px; -moz-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); -webkit-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); } #u5371 { position:absolute; left:20px; top:192px; width:377px; height:668px; } #u5372 { position:absolute; left:2px; top:326px; width:373px; visibility:hidden; word-wrap:break-word; } #u5373 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5374_img { position:absolute; left:0px; top:0px; width:376px; height:264px; } #u5374 { position:absolute; left:21px; top:241px; width:375px; height:263px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5375 { position:absolute; left:2px; top:124px; width:371px; visibility:hidden; word-wrap:break-word; } #u5376_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5376 { position:absolute; left:32px; top:258px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5377 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5378_div { position:absolute; left:0px; top:0px; width:80px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5378 { position:absolute; left:301px; top:255px; width:80px; height:25px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5379 { position:absolute; left:0px; top:2px; width:80px; word-wrap:break-word; } #u5380_img { position:absolute; left:0px; top:0px; width:365px; height:163px; } #u5380 { position:absolute; left:32px; top:292px; width:364px; height:162px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5381 { position:absolute; left:2px; top:73px; width:360px; visibility:hidden; word-wrap:break-word; } #u5382_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5382 { position:absolute; left:32px; top:311px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5383 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5384_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5384 { position:absolute; left:228px; top:311px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5385 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5386_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5386 { position:absolute; left:32px; top:353px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5387 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5388_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5388 { position:absolute; left:228px; top:353px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5389 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5390_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5390 { position:absolute; left:32px; top:393px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5391 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5392_div { position:absolute; left:0px; top:0px; width:275px; height:48px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5392 { position:absolute; left:106px; top:393px; width:275px; height:48px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5393 { position:absolute; left:0px; top:0px; width:275px; word-wrap:break-word; } #u5394 { position:absolute; left:359px; top:331px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5395 { position:absolute; left:359px; top:372px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5396 { position:absolute; left:359px; top:431px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5397_div { position:absolute; left:0px; top:0px; width:375px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5397 { position:absolute; left:21px; top:455px; width:375px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5398 { position:absolute; left:2px; top:14px; width:371px; word-wrap:break-word; } #u5399 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5400_img { position:absolute; left:0px; top:0px; width:376px; height:264px; } #u5400 { position:absolute; left:21px; top:538px; width:375px; height:263px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5401 { position:absolute; left:2px; top:124px; width:371px; visibility:hidden; word-wrap:break-word; } #u5402_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5402 { position:absolute; left:32px; top:555px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5403 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5404_div { position:absolute; left:0px; top:0px; width:80px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5404 { position:absolute; left:301px; top:552px; width:80px; height:25px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5405 { position:absolute; left:0px; top:2px; width:80px; word-wrap:break-word; } #u5406_img { position:absolute; left:0px; top:0px; width:365px; height:163px; } #u5406 { position:absolute; left:32px; top:589px; width:364px; height:162px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5407 { position:absolute; left:2px; top:73px; width:360px; visibility:hidden; word-wrap:break-word; } #u5408_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5408 { position:absolute; left:32px; top:608px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5409 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5410_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5410 { position:absolute; left:228px; top:608px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5411 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5412_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5412 { position:absolute; left:32px; top:649px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5413 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5414_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5414 { position:absolute; left:228px; top:649px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5415 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5416_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5416 { position:absolute; left:32px; top:689px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5417 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5418_div { position:absolute; left:0px; top:0px; width:275px; height:48px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5418 { position:absolute; left:106px; top:689px; width:275px; height:48px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5419 { position:absolute; left:0px; top:0px; width:275px; word-wrap:break-word; } #u5420 { position:absolute; left:359px; top:627px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5421 { position:absolute; left:359px; top:668px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5422 { position:absolute; left:359px; top:727px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5423_div { position:absolute; left:0px; top:0px; width:187px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:rgba(0, 0, 0, 0.298039215686275); } #u5423 { position:absolute; left:21px; top:751px; width:187px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:rgba(0, 0, 0, 0.298039215686275); } #u5424 { position:absolute; left:2px; top:14px; width:183px; word-wrap:break-word; } #u5425_div { position:absolute; left:0px; top:0px; width:187px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5425 { position:absolute; left:209px; top:751px; width:187px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5426 { position:absolute; left:2px; top:14px; width:183px; word-wrap:break-word; } #u5427_img { position:absolute; left:0px; top:0px; width:2px; height:51px; } #u5427 { position:absolute; left:208px; top:751px; width:1px; height:50px; } #u5428 { position:absolute; left:2px; top:17px; width:1px; visibility:hidden; word-wrap:break-word; }
html/files/_____preview/styles.css
body { margin:0px; background-image:none; position:relative; left:-20px; width:377px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u5367 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5368_div { position:absolute; left:0px; top:0px; width:377px; height:32px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u5368 { position:absolute; left:20px; top:160px; width:377px; height:32px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:12px; } #u5369 { position:absolute; left:22px; top:0px; width:355px; word-wrap:break-word; } #u5370 { position:absolute; left:20px; top:120px; width:32px; height:72px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5371_div { position:absolute; left:0px; top:0px; width:377px; height:668px; background:inherit; background-color:rgba(242, 242, 242, 1); border:none; border-radius:0px; -moz-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); -webkit-box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); box-shadow:2px 2px 1px rgba(0, 0, 0, 0.349019607843137); } #u5371 { position:absolute; left:20px; top:192px; width:377px; height:668px; } #u5372 { position:absolute; left:2px; top:326px; width:373px; visibility:hidden; word-wrap:break-word; } #u5373 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5374_img { position:absolute; left:0px; top:0px; width:376px; height:264px; } #u5374 { position:absolute; left:21px; top:241px; width:375px; height:263px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5375 { position:absolute; left:2px; top:124px; width:371px; visibility:hidden; word-wrap:break-word; } #u5376_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5376 { position:absolute; left:32px; top:258px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5377 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5378_div { position:absolute; left:0px; top:0px; width:80px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5378 { position:absolute; left:301px; top:255px; width:80px; height:25px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5379 { position:absolute; left:0px; top:2px; width:80px; word-wrap:break-word; } #u5380_img { position:absolute; left:0px; top:0px; width:365px; height:163px; } #u5380 { position:absolute; left:32px; top:292px; width:364px; height:162px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5381 { position:absolute; left:2px; top:73px; width:360px; visibility:hidden; word-wrap:break-word; } #u5382_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5382 { position:absolute; left:32px; top:311px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5383 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5384_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5384 { position:absolute; left:228px; top:311px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5385 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5386_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5386 { position:absolute; left:32px; top:353px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5387 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5388_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5388 { position:absolute; left:228px; top:353px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5389 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5390_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5390 { position:absolute; left:32px; top:393px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5391 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5392_div { position:absolute; left:0px; top:0px; width:275px; height:48px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5392 { position:absolute; left:106px; top:393px; width:275px; height:48px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5393 { position:absolute; left:0px; top:0px; width:275px; word-wrap:break-word; } #u5394 { position:absolute; left:359px; top:331px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5395 { position:absolute; left:359px; top:372px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5396 { position:absolute; left:359px; top:431px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5397_div { position:absolute; left:0px; top:0px; width:375px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5397 { position:absolute; left:21px; top:455px; width:375px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5398 { position:absolute; left:2px; top:14px; width:371px; word-wrap:break-word; } #u5399 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u5400_img { position:absolute; left:0px; top:0px; width:376px; height:264px; } #u5400 { position:absolute; left:21px; top:538px; width:375px; height:263px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5401 { position:absolute; left:2px; top:124px; width:371px; visibility:hidden; word-wrap:break-word; } #u5402_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5402 { position:absolute; left:32px; top:555px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5403 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5404_div { position:absolute; left:0px; top:0px; width:80px; height:25px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5404 { position:absolute; left:301px; top:552px; width:80px; height:25px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:16px; color:#000000; text-align:right; } #u5405 { position:absolute; left:0px; top:2px; width:80px; word-wrap:break-word; } #u5406_img { position:absolute; left:0px; top:0px; width:365px; height:163px; } #u5406 { position:absolute; left:32px; top:589px; width:364px; height:162px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; font-size:14px; text-align:left; } #u5407 { position:absolute; left:2px; top:73px; width:360px; visibility:hidden; word-wrap:break-word; } #u5408_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5408 { position:absolute; left:32px; top:608px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5409 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5410_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5410 { position:absolute; left:228px; top:608px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5411 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5412_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5412 { position:absolute; left:32px; top:649px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5413 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5414_div { position:absolute; left:0px; top:0px; width:153px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5414 { position:absolute; left:228px; top:649px; width:153px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5415 { position:absolute; left:0px; top:0px; width:153px; word-wrap:break-word; } #u5416_div { position:absolute; left:0px; top:0px; width:74px; height:19px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5416 { position:absolute; left:32px; top:689px; width:74px; height:19px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); } #u5417 { position:absolute; left:0px; top:0px; width:74px; word-wrap:break-word; } #u5418_div { position:absolute; left:0px; top:0px; width:275px; height:48px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5418 { position:absolute; left:106px; top:689px; width:275px; height:48px; font-family:'MicrosoftYaHei', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:400; font-style:normal; color:rgba(0, 0, 0, 0.4); text-align:right; } #u5419 { position:absolute; left:0px; top:0px; width:275px; word-wrap:break-word; } #u5420 { position:absolute; left:359px; top:627px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5421 { position:absolute; left:359px; top:668px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5422 { position:absolute; left:359px; top:727px; width:24px; height:24px; overflow:hidden; background-image:url('../../resources/images/transparent.gif'); } #u5423_div { position:absolute; left:0px; top:0px; width:187px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:rgba(0, 0, 0, 0.298039215686275); } #u5423 { position:absolute; left:21px; top:751px; width:187px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:rgba(0, 0, 0, 0.298039215686275); } #u5424 { position:absolute; left:2px; top:14px; width:183px; word-wrap:break-word; } #u5425_div { position:absolute; left:0px; top:0px; width:187px; height:50px; background:inherit; background-color:rgba(0, 0, 0, 0); border:none; border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5425 { position:absolute; left:209px; top:751px; width:187px; height:50px; font-family:'MicrosoftYaHeiLight', 'Microsoft YaHei Light', 'Microsoft YaHei Normal', 'Microsoft YaHei'; font-weight:200; font-style:normal; font-size:16px; color:#1AAD19; } #u5426 { position:absolute; left:2px; top:14px; width:183px; word-wrap:break-word; } #u5427_img { position:absolute; left:0px; top:0px; width:2px; height:51px; } #u5427 { position:absolute; left:208px; top:751px; width:1px; height:50px; } #u5428 { position:absolute; left:2px; top:17px; width:1px; visibility:hidden; word-wrap:break-word; }
0.285272
0.046834
.type-24 .topheader { background: none repeat scroll 0 0 #212121; padding: 12px 0; } .type-24 .headerleft img { float: left; margin-right: 10px; } .type-24 .headerleft p { color: #e8e8e8; font-size: 12px; font-weight: 400; text-transform: uppercase; } .type-24 .headerleft span { color: #ff6766; font-weight: 600; margin-left: 4px; } .type-24 .header-right { float: right; } .type-24 .header-right p { float: left; color: #e8e8e8; font-size: 12px; font-weight: 500; text-transform: uppercase; margin-right: 5px; } .type-24 .header-right a { color: #fff; } .type-24 .header-right a:hover { text-decoration: none; color: red; } .type-24 .header-right img { float: left; } .type-24 .dropdown { float: left; margin-top: -2px; margin-right: 15px; } .type-24 .dropdown-menu li a { color: #000; } .type-24 .logo { margin-top: 50px; } .type-24 .search { color: #000; font-size: 17px; font-weight: 400; } .type-24 .search .fa-search { margin-right: 5px; } .type-24 .img-logo { text-align: center; } .type-24 .img-logo img { width: 40%; } .type-24 .logoright { float: right; } .type-24 .logoright .checkout { list-style: outside none none; margin: 0; padding: 0; } .type-24 .logoright li { float: left; } .type-24 .logoright a { color: #212121; display: block; font-size: 12px; font-weight: 500; padding: 0 10px; text-transform: uppercase; text-decoration: none; } .type-24 .logoright .fa-heart-o { padding: 0 8px; } .type-24 .logoright .fa-shopping-cart { padding: 0 8px; } .type-24 .logoright .w_likes { background: url(../images/wishlist_bg.png) no-repeat scroll 0 0 rgba(0,0,0,0); background-size: cover; height: 22px; position: absolute; top: -23px; width: 26px; } .type-24 .logoright .w_likes span { color: #fff; margin-left: 10px; } .type-24 .navbar-default { background: #ff6766; margin-top: 50px; } .type-24 .navbar-collapse { text-align: center; } .type-24 .navbar-nav { float: none; margin: 0 auto; display: inline-block; } .type-24 .navbar-default .navbar-brand:focus, .type-24 .navbar-default .navbar-brand:hover { color: #fff; } .type-24 .navbar-default .navbar-brand { color: #fff; font-size: 14px; font-weight: 700; background-color: #f06160; } .type-24 .navbar-default .navbar-nav>.active>a, .type-24 .navbar-default .navbar-nav>.active>a:focus, .type-24 .navbar-default .navbar-nav>.active>a:hover { color: #fff; background: none; border-top: 2px solid #000; } .type-24 .navbar-default .navbar-nav>li>a { color: #fff; text-align: center; } .type-24 .navbar-right { background-color: #f06160; } .type-24 .duongdung { margin-left: 15px; } .type-24 .content { text-align: center; } .type-24 .nav-tabs { border-bottom: none; margin: 0 auto; display: inline-block; } .type-24 .nav-tabs>li.active>a, .type-24 .nav-tabs>li.active>a:focus, .type-24 .nav-tabs>li.active>a:hover { background: none; border: none; } .type-24 .nav-tabs>li>a { color: #333333; } .type-24 .nav-tabs>li>a:hover { background: none; color: #000; border: none; } .type-24 .bg { padding-top: 80px; } .type-24 #main-photo { width: 100%; } .type-24 .size { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 10px; left: 20px; } .type-24 .size:hover { cursor: pointer; } .type-24 .size0:hover { cursor: pointer; } .type-24 .size1:hover { cursor: pointer; } .type-24 .size0 { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 200px; left: 20px; } .type-24 .size1 { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 107px; left: 20px; } .type-24 .detail_heading_left { margin-bottom: 5px; float: left; overflow: hidden; width: 65%; } .type-24 .detail_heading_left h3 { margin: 0; color: #232323; font-size: 20px; font-weight: 500; margin-bottom: 5px; } .type-24 .detail_heading_left .old_price_gray { float: left; overflow: hidden; width: 60px; color: #ff6766; font-size: 14px; } .type-24 .detail_heading_right { float: left; overflow: hidden; width: 35%; } .type-24 .detail_heading_right ul { list-style: none; margin: 0; overflow: hidden; padding: 0; text-align: right; } .type-24 .detail_heading_right li { display: inline; } .type-24 .detail_heading_right p { color: #777777; font-size: 12px; margin-top: 10px; text-align: right; } .type-24 .detail_heading_right .red { color: red; } .type-24 .line { border-bottom: 1px solid #e8e8e8; padding-top: 70px; } .type-24 .line1 { border-bottom: 1px solid #e8e8e8; padding-top: 5px; } .type-24 .bgxam { background: none repeat scroll 0 0 #f7f8f9; margin-top: 50px; } .type-24 .panel-title > a { background: #f7f8f9; } .type-24 .panel-group .panel { border-radius: 0; box-shadow: none; border: none; } .type-24 .panel-group { margin-top: 15px; } .type-24 .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #212121; background-color: #FAFAFA; border-color: #EEEEEE; } .type-24 .panel-body { background: #f7f8f9; } .type-24 .panel-body ol, .type-24 .panel-body ul { color: red; } .type-24 .panel-body a { color: #000; } .type-24 .panel-body a:hover { text-decoration: none; } .type-24 .panel-title { font-size: 14px; background: #fff; } .type-24 .panel-title > a { display: block; padding: 15px; text-decoration: none; } .type-24 .more-less { float: right; } .type-24 .text h5 { font-size: 15px; font-weight: 400; } .type-24 .single_color { margin-bottom: 30px; overflow: hidden; } .type-24 .color_heading { float: left; overflow: hidden; width: 30%; } .type-24 .panel-body.product_accordion_head h5 { color: #333333; font-size: 15px; font-weight: 400; } .type-24 .color_detail { float: left; overflow: hidden; width: 70%; } .type-24 .single_color .panel-body { padding-bottom: 0; padding-top: 0; } .type-24 .panel-body.colors_cat ul#cat_color { list-style: outside none none; margin: 0; padding: 0; } .type-24 .panel-body.colors_cat ul#cat_color li { float: left; margin-right: 10px; margin-bottom: 10px; } .type-24 .panel-body.colors_cat ul#cat_color li a { border: 3px solid #eee; border-radius: 50%; display: block; height: 36px; width: 36px; } .type-24 .col-7 { background: none repeat scroll 0 0 #e9dab9; } .type-24 .col-8 { background: none repeat scroll 0 0 #000000; } .type-24 .col-9 { background: none repeat scroll 0 0 #1c74cb; } .type-24 .col-10 { background: none repeat scroll 0 0 #de9934; } .type-24 .color_detail { float: left; overflow: hidden; width: 70%; } .type-24 .color_size_detail ul { margin: 0; padding: 0; list-style: none; } .type-24 .color_size_detail ul li { border: 2px solid #efefef; display: inline-block; margin-right: 6px; background: #fff; } .type-24 .color_size_detail ul li a { color: #232323; display: inline-block; font-size: 12px; height: 30px; padding-top: 5px; text-align: center; text-transform: uppercase; width: 38px; } .type-24 .size_down { float: left; margin-right: 3%; overflow: hidden; width: 23%; } .type-24 .size_down input { padding: 5px 0; } .type-24 .size_cart { border: 2px solid #efefef; float: left; margin-right: 4%; overflow: hidden; padding: 5px 3px; text-align: center; width: 30%; background: #fff; } .type-24 .size_heart { background: none repeat scroll 0 0 #fff; border: 2px solid #efefef; float: left; margin-right: 4%; overflow: hidden; padding: 5px; text-align: center; width: 12%; } .type-24 .description { margin-top: 35px; border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; } .type-24 .add { border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; border-left: 4px solid red; } .type-24 .review { border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; } .type-24 .text-add h2 { font-size: 20px; margin-top: 32px; } .type-24 .mutiline { border-bottom: 2px solid #ff6766; border-top: 1px solid #ff6766; height: 5px; width: 40px; } .type-24 .info p { padding: 20px 0; } .type-24 .line3 { border-bottom: 1px solid #777777; } .type-24 .relaty { text-transform: uppercase; margin-top: 30px; } .type-24 .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0,0,0); } .type-24 .owl-carousel .owl-item { min-height: 1px; float: left; } .type-24 .owl-nav .owl-next, .type-24 .owl-nav .owl-prev { cursor: pointer; } .type-24 .item { cursor: pointer; text-align: center; margin-top: 30px; } .type-24 .owl-prev { position: absolute; } .type-24 .owl-next { position: absolute; } .type-24 .footer { margin-top: 30px; background: #000; padding: 25px; } .type-24 .footer-toparear { padding: 40px 0; line-height: 80px; } .type-24 .fa-envelope { color: #fff; font-size: 20px; margin-right: 15px; } .type-24 .footer_top_left { margin-left: 70px; } .type-24 .footer_top_left a { color: #fff; margin: 0 10px; } .type-24 .footer_top_left a:hover { text-decoration: none; } .type-24 .img-footer img { margin: 0 5px; } .type-24 .footer1 { background: #232323; } .type-24 .footer1 p { color: #fff; } .type-24 .single_widget > h5 { color: #eeeeee; font-size: 15px; text-transform: uppercase; } .type-24 .wid_line { border-top: 1px solid #1a1a1a; margin-bottom: 30px; margin-top: 18px; position: relative; } .type-24 .wid_line:after { border-top: 1px solid #b65050; content: ""; left: 0; position: absolute; top: -1px; width: 52px; } .type-24 ul.wid_social { list-style: outside none none; margin: 0; padding: 0; } .type-24 ul.wid_social li { display: inline; margin-right: 8px; } .type-24 ul.wid_social { list-style: outside none none; margin: 0; padding: 0; } .type-24 ul.wid_social .fa { color: #fff; border: 1px solid #373737; padding: 5px 10px; margin-bottom: 30px; } .type-24 ul.wid_social .fa:hover { text-decoration: none; cursor: pointer; } .type-24 footer p { text-align: center; padding: 25px; color: #fff; background: #000; margin-bottom: 0; } @media (max-width: 767px) { .type-24 .nav-tabs { margin-left: 30px; } .type-24 .detail_heading_left { margin-top: 20px; } .type-24 .detail_heading_right { margin-top: 20px; } .type-24 .footer_top_left { margin-bottom: 10px; } .type-24 .footer_top_left input { margin-top: 10px; } .type-24 .size_cart { width: 100%; } .type-24 .size_heart { width: 100%; } .type-24 .size_down { width: 60%; } .type-24 .footer_top_left { margin-left: 10px; } }
blocks/Nhu-img3/css/24.css
.type-24 .topheader { background: none repeat scroll 0 0 #212121; padding: 12px 0; } .type-24 .headerleft img { float: left; margin-right: 10px; } .type-24 .headerleft p { color: #e8e8e8; font-size: 12px; font-weight: 400; text-transform: uppercase; } .type-24 .headerleft span { color: #ff6766; font-weight: 600; margin-left: 4px; } .type-24 .header-right { float: right; } .type-24 .header-right p { float: left; color: #e8e8e8; font-size: 12px; font-weight: 500; text-transform: uppercase; margin-right: 5px; } .type-24 .header-right a { color: #fff; } .type-24 .header-right a:hover { text-decoration: none; color: red; } .type-24 .header-right img { float: left; } .type-24 .dropdown { float: left; margin-top: -2px; margin-right: 15px; } .type-24 .dropdown-menu li a { color: #000; } .type-24 .logo { margin-top: 50px; } .type-24 .search { color: #000; font-size: 17px; font-weight: 400; } .type-24 .search .fa-search { margin-right: 5px; } .type-24 .img-logo { text-align: center; } .type-24 .img-logo img { width: 40%; } .type-24 .logoright { float: right; } .type-24 .logoright .checkout { list-style: outside none none; margin: 0; padding: 0; } .type-24 .logoright li { float: left; } .type-24 .logoright a { color: #212121; display: block; font-size: 12px; font-weight: 500; padding: 0 10px; text-transform: uppercase; text-decoration: none; } .type-24 .logoright .fa-heart-o { padding: 0 8px; } .type-24 .logoright .fa-shopping-cart { padding: 0 8px; } .type-24 .logoright .w_likes { background: url(../images/wishlist_bg.png) no-repeat scroll 0 0 rgba(0,0,0,0); background-size: cover; height: 22px; position: absolute; top: -23px; width: 26px; } .type-24 .logoright .w_likes span { color: #fff; margin-left: 10px; } .type-24 .navbar-default { background: #ff6766; margin-top: 50px; } .type-24 .navbar-collapse { text-align: center; } .type-24 .navbar-nav { float: none; margin: 0 auto; display: inline-block; } .type-24 .navbar-default .navbar-brand:focus, .type-24 .navbar-default .navbar-brand:hover { color: #fff; } .type-24 .navbar-default .navbar-brand { color: #fff; font-size: 14px; font-weight: 700; background-color: #f06160; } .type-24 .navbar-default .navbar-nav>.active>a, .type-24 .navbar-default .navbar-nav>.active>a:focus, .type-24 .navbar-default .navbar-nav>.active>a:hover { color: #fff; background: none; border-top: 2px solid #000; } .type-24 .navbar-default .navbar-nav>li>a { color: #fff; text-align: center; } .type-24 .navbar-right { background-color: #f06160; } .type-24 .duongdung { margin-left: 15px; } .type-24 .content { text-align: center; } .type-24 .nav-tabs { border-bottom: none; margin: 0 auto; display: inline-block; } .type-24 .nav-tabs>li.active>a, .type-24 .nav-tabs>li.active>a:focus, .type-24 .nav-tabs>li.active>a:hover { background: none; border: none; } .type-24 .nav-tabs>li>a { color: #333333; } .type-24 .nav-tabs>li>a:hover { background: none; color: #000; border: none; } .type-24 .bg { padding-top: 80px; } .type-24 #main-photo { width: 100%; } .type-24 .size { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 10px; left: 20px; } .type-24 .size:hover { cursor: pointer; } .type-24 .size0:hover { cursor: pointer; } .type-24 .size1:hover { cursor: pointer; } .type-24 .size0 { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 200px; left: 20px; } .type-24 .size1 { position: absolute; width: 72px; height: 84px; margin-left: 19px; border: 1px solid #e8e8e8; top: 107px; left: 20px; } .type-24 .detail_heading_left { margin-bottom: 5px; float: left; overflow: hidden; width: 65%; } .type-24 .detail_heading_left h3 { margin: 0; color: #232323; font-size: 20px; font-weight: 500; margin-bottom: 5px; } .type-24 .detail_heading_left .old_price_gray { float: left; overflow: hidden; width: 60px; color: #ff6766; font-size: 14px; } .type-24 .detail_heading_right { float: left; overflow: hidden; width: 35%; } .type-24 .detail_heading_right ul { list-style: none; margin: 0; overflow: hidden; padding: 0; text-align: right; } .type-24 .detail_heading_right li { display: inline; } .type-24 .detail_heading_right p { color: #777777; font-size: 12px; margin-top: 10px; text-align: right; } .type-24 .detail_heading_right .red { color: red; } .type-24 .line { border-bottom: 1px solid #e8e8e8; padding-top: 70px; } .type-24 .line1 { border-bottom: 1px solid #e8e8e8; padding-top: 5px; } .type-24 .bgxam { background: none repeat scroll 0 0 #f7f8f9; margin-top: 50px; } .type-24 .panel-title > a { background: #f7f8f9; } .type-24 .panel-group .panel { border-radius: 0; box-shadow: none; border: none; } .type-24 .panel-group { margin-top: 15px; } .type-24 .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #212121; background-color: #FAFAFA; border-color: #EEEEEE; } .type-24 .panel-body { background: #f7f8f9; } .type-24 .panel-body ol, .type-24 .panel-body ul { color: red; } .type-24 .panel-body a { color: #000; } .type-24 .panel-body a:hover { text-decoration: none; } .type-24 .panel-title { font-size: 14px; background: #fff; } .type-24 .panel-title > a { display: block; padding: 15px; text-decoration: none; } .type-24 .more-less { float: right; } .type-24 .text h5 { font-size: 15px; font-weight: 400; } .type-24 .single_color { margin-bottom: 30px; overflow: hidden; } .type-24 .color_heading { float: left; overflow: hidden; width: 30%; } .type-24 .panel-body.product_accordion_head h5 { color: #333333; font-size: 15px; font-weight: 400; } .type-24 .color_detail { float: left; overflow: hidden; width: 70%; } .type-24 .single_color .panel-body { padding-bottom: 0; padding-top: 0; } .type-24 .panel-body.colors_cat ul#cat_color { list-style: outside none none; margin: 0; padding: 0; } .type-24 .panel-body.colors_cat ul#cat_color li { float: left; margin-right: 10px; margin-bottom: 10px; } .type-24 .panel-body.colors_cat ul#cat_color li a { border: 3px solid #eee; border-radius: 50%; display: block; height: 36px; width: 36px; } .type-24 .col-7 { background: none repeat scroll 0 0 #e9dab9; } .type-24 .col-8 { background: none repeat scroll 0 0 #000000; } .type-24 .col-9 { background: none repeat scroll 0 0 #1c74cb; } .type-24 .col-10 { background: none repeat scroll 0 0 #de9934; } .type-24 .color_detail { float: left; overflow: hidden; width: 70%; } .type-24 .color_size_detail ul { margin: 0; padding: 0; list-style: none; } .type-24 .color_size_detail ul li { border: 2px solid #efefef; display: inline-block; margin-right: 6px; background: #fff; } .type-24 .color_size_detail ul li a { color: #232323; display: inline-block; font-size: 12px; height: 30px; padding-top: 5px; text-align: center; text-transform: uppercase; width: 38px; } .type-24 .size_down { float: left; margin-right: 3%; overflow: hidden; width: 23%; } .type-24 .size_down input { padding: 5px 0; } .type-24 .size_cart { border: 2px solid #efefef; float: left; margin-right: 4%; overflow: hidden; padding: 5px 3px; text-align: center; width: 30%; background: #fff; } .type-24 .size_heart { background: none repeat scroll 0 0 #fff; border: 2px solid #efefef; float: left; margin-right: 4%; overflow: hidden; padding: 5px; text-align: center; width: 12%; } .type-24 .description { margin-top: 35px; border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; } .type-24 .add { border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; border-left: 4px solid red; } .type-24 .review { border: 1px solid #e8e8e8; background: #fff; color: #000; padding: 8px 10px; } .type-24 .text-add h2 { font-size: 20px; margin-top: 32px; } .type-24 .mutiline { border-bottom: 2px solid #ff6766; border-top: 1px solid #ff6766; height: 5px; width: 40px; } .type-24 .info p { padding: 20px 0; } .type-24 .line3 { border-bottom: 1px solid #777777; } .type-24 .relaty { text-transform: uppercase; margin-top: 30px; } .type-24 .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0,0,0); } .type-24 .owl-carousel .owl-item { min-height: 1px; float: left; } .type-24 .owl-nav .owl-next, .type-24 .owl-nav .owl-prev { cursor: pointer; } .type-24 .item { cursor: pointer; text-align: center; margin-top: 30px; } .type-24 .owl-prev { position: absolute; } .type-24 .owl-next { position: absolute; } .type-24 .footer { margin-top: 30px; background: #000; padding: 25px; } .type-24 .footer-toparear { padding: 40px 0; line-height: 80px; } .type-24 .fa-envelope { color: #fff; font-size: 20px; margin-right: 15px; } .type-24 .footer_top_left { margin-left: 70px; } .type-24 .footer_top_left a { color: #fff; margin: 0 10px; } .type-24 .footer_top_left a:hover { text-decoration: none; } .type-24 .img-footer img { margin: 0 5px; } .type-24 .footer1 { background: #232323; } .type-24 .footer1 p { color: #fff; } .type-24 .single_widget > h5 { color: #eeeeee; font-size: 15px; text-transform: uppercase; } .type-24 .wid_line { border-top: 1px solid #1a1a1a; margin-bottom: 30px; margin-top: 18px; position: relative; } .type-24 .wid_line:after { border-top: 1px solid #b65050; content: ""; left: 0; position: absolute; top: -1px; width: 52px; } .type-24 ul.wid_social { list-style: outside none none; margin: 0; padding: 0; } .type-24 ul.wid_social li { display: inline; margin-right: 8px; } .type-24 ul.wid_social { list-style: outside none none; margin: 0; padding: 0; } .type-24 ul.wid_social .fa { color: #fff; border: 1px solid #373737; padding: 5px 10px; margin-bottom: 30px; } .type-24 ul.wid_social .fa:hover { text-decoration: none; cursor: pointer; } .type-24 footer p { text-align: center; padding: 25px; color: #fff; background: #000; margin-bottom: 0; } @media (max-width: 767px) { .type-24 .nav-tabs { margin-left: 30px; } .type-24 .detail_heading_left { margin-top: 20px; } .type-24 .detail_heading_right { margin-top: 20px; } .type-24 .footer_top_left { margin-bottom: 10px; } .type-24 .footer_top_left input { margin-top: 10px; } .type-24 .size_cart { width: 100%; } .type-24 .size_heart { width: 100%; } .type-24 .size_down { width: 60%; } .type-24 .footer_top_left { margin-left: 10px; } }
0.49585
0.079997
.ol-dji-geozones.ol-control { bottom: 1em; left: 1em; padding: 8px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.278); } .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-compact, .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-collapsed, .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-toggle-hidden { width: 42px; height: 42px; box-sizing: border-box; padding: 4px; } .ol-dji-geozones.ol-control header { position: relative; } .ol-dji-geozones.ol-control.ol-dji-geozones--isLoading header { height: 100%; } /** THEMES */ /* Light */ .ol-dji-geozones.ol-control.ol-dji-geozones--light { background-color: #ffffff !important; } .ol-dji-geozones.ol-dji-geozones--light h3 { color: #343434; } .ol-dji-geozones--light .ol-dji-geozones--drone-selector select { border: 1px solid #d6d6d6; background: #ffffff; color: #323232; } .ol-dji-geozones--light .ol-dji-geozones--drone-selector select:hover { border: 1px solid #919191; } .ol-dji-geozones--light .ol-dji-geozones--level-selector label { color: #414141; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-content { color: #707473; background: #fff; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-content hr { border-top: 1px solid #e5e7e6; } .ol-dji-geozones--light .ol-dji-geozones--main .ol-dji-geozones--title { color: #707473; } .ol-dji-geozones--light button.ol-dji-geozones--btn-sm { background-color: #e8e8e8; color: #464646; } .ol-dji-geozones--light button.ol-dji-geozones--btn-sm:hover { color: #000000; background-color: #c5c5c5; } .ol-dji-geozones--light .ol-dji-geozones--info-back { background-color: #fff; } .ol-dji-geozones--light .ol-dji-geozones--info-text { color: #444; } .ol-dji-geozones--light.ol-dji-geozones--ol-popup:after { border-top-color: #fff; } .ol-dji-geozones--light.ol-dji-geozones--ol-popup:before { border-top-color: #cccccc; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-closer:hover { color: #535353; } .ol-dji-geozones--light .ol-dji-geozones--advice { color: #000; } /* Dark */ .ol-dji-geozones.ol-control.ol-dji-geozones--dark { background-color: #2a2a2a !important; } .ol-dji-geozones.ol-dji-geozones--dark h3 { color: #d7d7d7; } .ol-dji-geozones--dark .ol-dji-geozones--drone-selector select { border: 1px solid #000000; background: #262626; color: #dfdfdf; } .ol-dji-geozones--dark .ol-dji-geozones--drone-selector select:hover { border: 1px solid #474747; } .ol-dji-geozones--dark .ol-dji-geozones--level-selector label { color: #b4b4b4; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-content { color: #cacaca; background: #2a2a2a; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-content hr { border-top: 1px solid #4b4b4b; } .ol-dji-geozones--dark .ol-dji-geozones--main .ol-dji-geozones--title { color: #e0e0e0; } .ol-dji-geozones--dark button.ol-dji-geozones--btn-sm { background-color: #1b1b1b; color: #a8a8a8; } .ol-dji-geozones--dark button.ol-dji-geozones--btn-sm:hover { color: #9c9c9c; background-color: #4d4d4d; } .ol-dji-geozones--dark .ol-dji-geozones--info-back { background-color: #3d3d3d; } .ol-dji-geozones--dark .ol-dji-geozones--info-text { color: #cdcdcd; } .ol-dji-geozones--dark .ol-dji-geozones--tooltip .ol-dji-geozones--icon img { filter: invert(1); opacity: 0.5; } .ol-dji-geozones--dark.ol-dji-geozones--ol-popup:after { border-top-color: #2a2a2a; } .ol-dji-geozones--dark.ol-dji-geozones--ol-popup:before { border-top-color: #2a2a2a; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-closer:hover { color: #d3d3d3; } .ol-dji-geozones--dark .ol-dji-geozones--advice { color: #fff; } .ol-dji-geozones--dark .ol-control button.ol-dji-geozones--visibility img { filter: invert(70%); } /* END THEMES */ .ol-dji-geozones h3 { margin: 0.2em 0.5em 0.2em 0; text-transform: uppercase; font-weight: 400; display: inline-block; letter-spacing: 1.1px; font-size: 1em; } .ol-dji-geozones--drone-selector select { margin: 0.7em 0 1em; border-radius: 3px; max-width: 100%; font-size: 0.95em; padding: 6px 4px; cursor: pointer; } .ol-dji-geozones--drone-selector select:focus { outline: 0; } .ol-dji-geozones--item-ctl label:hover, .ol-dji-geozones--item-ctl input:hover, .ol-dji-geozones--item-ctl select:hover { cursor: pointer; } .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--advice { display: inline-block; font-size: 0.9rem; font-style: italic; } .ol-dji-geozones--ctrl-disabled header, .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--selectors { display: none; } .ol-dji-geozones--ctrl-toggle-hidden h3, .ol-dji-geozones--ctrl-toggle-hidden button, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--selectors, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--advice, .ol-dji-geozones--ctrl-collapsed h3, .ol-dji-geozones--ctrl-collapsed button, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--selectors, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--advice { display: none; } .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--logo { display: block !important; } .ol-dji-geozones--advice, .ol-dji-geozones--ctrl-hidden { display: none; } .ol-dji-geozones--isLoading .ol-dji-geozones--loading { display: inline-block; top: 50%; position: absolute; margin-top: -10px; } .ol-dji-geozones--loading { margin-right: 10px; display: none; } .ol-dji-geozones--mark { display: inline-block; border-radius: 50%; width: 12px; height: 12px; vertical-align: middle; padding: 0.2em; margin: 0 0.3em; } .ol-control button.ol-dji-geozones--btn-sm { width: 19px; height: 15px; position: absolute; right: 0px; top: 0px; cursor: pointer; } .ol-control button.ol-dji-geozones--btn-sm:focus { outline: 0; } .ol-control button.ol-dji-geozones--btn-sm img { width: 14px; } .ol-control button.ol-dji-geozones--collapse { right: 0px; } .ol-control button.ol-dji-geozones--visibility { right: 25px; background-color: transparent; opacity: 0.7; } .ol-dji-geozones--collapse:after { content: '−'; } .ol-dji-geozones--logo { cursor: pointer; } .ol-dji-geozones--ctrl-full .ol-dji-geozones--logo { display: none; } .ol-dji-geozones--logo:active { transform: translateY(1px); } /* Compact */ .ol-dji-geozones--ctrl-compact.ol-dji-geozones--isLoading .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-collapsed.ol-dji-geozones--isLoading .ol-dji-geozones--logo { display: none !important; } .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo { filter: grayscale(100%); } .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo:hover { filter: grayscale(50%); } /* End Compact */ .ol-dji-geozones--ctrl-full.ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--logo { display: block; } .ol-dji-geozones--logo img { vertical-align: middle; width: 100%; } /* PopUp */ .ol-dji-geozones--ol-popup { position: absolute; bottom: 12px; left: -170px; } .ol-dji-geozones--ol-popup:after, .ol-dji-geozones--ol-popup:before { top: 100%; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none; } .ol-dji-geozones--ol-popup:after { border-width: 10px; left: 50%; margin-left: -10px; } .ol-dji-geozones--ol-popup:before { border-width: 11px; left: 50%; margin-left: -11px; } .ol-dji-geozones--ol-popup-closer { text-decoration: none; position: absolute; top: 6px; right: 12px; z-index: 1; color: #8b8b8b; line-height: 1; } .ol-dji-geozones--ol-popup-closer:after { content: '✖'; } .ol-dji-geozones--ol-popup-content { width: 340px; box-sizing: border-box; position: relative; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); padding: 10px 10px 15px; pointer-events: auto; font-size: 12px; font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; max-height: 300px; overflow-x: hidden; overflow-y: auto; } .ol-dji-geozones--ol-popup-content p { font-size: 12px; margin: 0; } .ol-dji-geozones--ol-popup-content a { color: #44a8f2; font-size: 12px; text-decoration: none; } .ol-dji-geozones--item { display: inline-block; } .ol-dji-geozones--marker { float: left; width: 32px; text-align: center; } .ol-dji-geozones--marker img { height: auto; max-width: 100%; } .ol-dji-geozones--main { margin-left: 40px; } .ol-dji-geozones--main .ol-dji-geozones--title { font-size: 14px; margin: 0 0 5px; padding-right: 15px; font-weight: 600; } .ol-dji-geozones--item:after { content: ' '; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .ol-dji-geozones--ol-popup-content hr { margin: 20px 0; box-sizing: content-box; height: 0; border: 0; } .ol-dji-geozones--ol-popup-content hr:last-child { display: none; } .ol-dji-geozones--info { visibility: hidden; opacity: 0; pointer-events: none; display: none; padding: 15px; width: 200px; border-radius: 3px; background-color: var(--level-color); border-bottom: 4px solid var(--level-color); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); line-height: 1.5; text-align: center; margin-left: -100px; z-index: 99; transform: translateY(-100%); box-sizing: content-box; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip { position: relative; display: block; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:after, .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:before { top: 100%; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:after { border-top-color: var(--level-color); border-width: 10px; left: 50%; margin-left: -15px; } .ol-dji-geozones--info-text { font-size: 11.5px; position: relative; z-index: 2; line-height: 1.5; } .ol-dji-geozones--info-back { z-index: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.9; border-radius: 3px; } .ol-dji-geozones--tooltip { display: inline-block; } .ol-dji-geozones--tooltip .ol-dji-geozones--icon img { width: 18px; height: 18px; vertical-align: middle; opacity: 0.4; pointer-events: none; } .ol-dji-geozones--tooltip .ol-dji-geozones--icon:hover img { opacity: 0.6; } .ol-dji-geozones--ol-popup-content::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .ol-dji-geozones--ol-popup-content::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } /* End PopUp */ /* Tooltips */ .ol-dji-geozones--icon { position: relative; z-index: 2; cursor: pointer; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip { visibility: visible; opacity: 1; } /* End Tooltips */ /* loading.io css spinner ( https://loading.io/css/ ) */ .lds-ellipsis { position: relative; width: 30px; height: 15px; margin-right: 30px; } .lds-ellipsis div { position: absolute; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #5a5a5a; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 4px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 4px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 12px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 22px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(9px, 0); } } /* End loading */
src/assets/css/ol-dji-geozones.css
.ol-dji-geozones.ol-control { bottom: 1em; left: 1em; padding: 8px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.278); } .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-compact, .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-collapsed, .ol-dji-geozones.ol-control.ol-dji-geozones--ctrl-toggle-hidden { width: 42px; height: 42px; box-sizing: border-box; padding: 4px; } .ol-dji-geozones.ol-control header { position: relative; } .ol-dji-geozones.ol-control.ol-dji-geozones--isLoading header { height: 100%; } /** THEMES */ /* Light */ .ol-dji-geozones.ol-control.ol-dji-geozones--light { background-color: #ffffff !important; } .ol-dji-geozones.ol-dji-geozones--light h3 { color: #343434; } .ol-dji-geozones--light .ol-dji-geozones--drone-selector select { border: 1px solid #d6d6d6; background: #ffffff; color: #323232; } .ol-dji-geozones--light .ol-dji-geozones--drone-selector select:hover { border: 1px solid #919191; } .ol-dji-geozones--light .ol-dji-geozones--level-selector label { color: #414141; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-content { color: #707473; background: #fff; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-content hr { border-top: 1px solid #e5e7e6; } .ol-dji-geozones--light .ol-dji-geozones--main .ol-dji-geozones--title { color: #707473; } .ol-dji-geozones--light button.ol-dji-geozones--btn-sm { background-color: #e8e8e8; color: #464646; } .ol-dji-geozones--light button.ol-dji-geozones--btn-sm:hover { color: #000000; background-color: #c5c5c5; } .ol-dji-geozones--light .ol-dji-geozones--info-back { background-color: #fff; } .ol-dji-geozones--light .ol-dji-geozones--info-text { color: #444; } .ol-dji-geozones--light.ol-dji-geozones--ol-popup:after { border-top-color: #fff; } .ol-dji-geozones--light.ol-dji-geozones--ol-popup:before { border-top-color: #cccccc; } .ol-dji-geozones--light .ol-dji-geozones--ol-popup-closer:hover { color: #535353; } .ol-dji-geozones--light .ol-dji-geozones--advice { color: #000; } /* Dark */ .ol-dji-geozones.ol-control.ol-dji-geozones--dark { background-color: #2a2a2a !important; } .ol-dji-geozones.ol-dji-geozones--dark h3 { color: #d7d7d7; } .ol-dji-geozones--dark .ol-dji-geozones--drone-selector select { border: 1px solid #000000; background: #262626; color: #dfdfdf; } .ol-dji-geozones--dark .ol-dji-geozones--drone-selector select:hover { border: 1px solid #474747; } .ol-dji-geozones--dark .ol-dji-geozones--level-selector label { color: #b4b4b4; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-content { color: #cacaca; background: #2a2a2a; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-content hr { border-top: 1px solid #4b4b4b; } .ol-dji-geozones--dark .ol-dji-geozones--main .ol-dji-geozones--title { color: #e0e0e0; } .ol-dji-geozones--dark button.ol-dji-geozones--btn-sm { background-color: #1b1b1b; color: #a8a8a8; } .ol-dji-geozones--dark button.ol-dji-geozones--btn-sm:hover { color: #9c9c9c; background-color: #4d4d4d; } .ol-dji-geozones--dark .ol-dji-geozones--info-back { background-color: #3d3d3d; } .ol-dji-geozones--dark .ol-dji-geozones--info-text { color: #cdcdcd; } .ol-dji-geozones--dark .ol-dji-geozones--tooltip .ol-dji-geozones--icon img { filter: invert(1); opacity: 0.5; } .ol-dji-geozones--dark.ol-dji-geozones--ol-popup:after { border-top-color: #2a2a2a; } .ol-dji-geozones--dark.ol-dji-geozones--ol-popup:before { border-top-color: #2a2a2a; } .ol-dji-geozones--dark .ol-dji-geozones--ol-popup-closer:hover { color: #d3d3d3; } .ol-dji-geozones--dark .ol-dji-geozones--advice { color: #fff; } .ol-dji-geozones--dark .ol-control button.ol-dji-geozones--visibility img { filter: invert(70%); } /* END THEMES */ .ol-dji-geozones h3 { margin: 0.2em 0.5em 0.2em 0; text-transform: uppercase; font-weight: 400; display: inline-block; letter-spacing: 1.1px; font-size: 1em; } .ol-dji-geozones--drone-selector select { margin: 0.7em 0 1em; border-radius: 3px; max-width: 100%; font-size: 0.95em; padding: 6px 4px; cursor: pointer; } .ol-dji-geozones--drone-selector select:focus { outline: 0; } .ol-dji-geozones--item-ctl label:hover, .ol-dji-geozones--item-ctl input:hover, .ol-dji-geozones--item-ctl select:hover { cursor: pointer; } .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--advice { display: inline-block; font-size: 0.9rem; font-style: italic; } .ol-dji-geozones--ctrl-disabled header, .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--selectors { display: none; } .ol-dji-geozones--ctrl-toggle-hidden h3, .ol-dji-geozones--ctrl-toggle-hidden button, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--selectors, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--advice, .ol-dji-geozones--ctrl-collapsed h3, .ol-dji-geozones--ctrl-collapsed button, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--selectors, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--advice { display: none; } .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--logo { display: block !important; } .ol-dji-geozones--advice, .ol-dji-geozones--ctrl-hidden { display: none; } .ol-dji-geozones--isLoading .ol-dji-geozones--loading { display: inline-block; top: 50%; position: absolute; margin-top: -10px; } .ol-dji-geozones--loading { margin-right: 10px; display: none; } .ol-dji-geozones--mark { display: inline-block; border-radius: 50%; width: 12px; height: 12px; vertical-align: middle; padding: 0.2em; margin: 0 0.3em; } .ol-control button.ol-dji-geozones--btn-sm { width: 19px; height: 15px; position: absolute; right: 0px; top: 0px; cursor: pointer; } .ol-control button.ol-dji-geozones--btn-sm:focus { outline: 0; } .ol-control button.ol-dji-geozones--btn-sm img { width: 14px; } .ol-control button.ol-dji-geozones--collapse { right: 0px; } .ol-control button.ol-dji-geozones--visibility { right: 25px; background-color: transparent; opacity: 0.7; } .ol-dji-geozones--collapse:after { content: '−'; } .ol-dji-geozones--logo { cursor: pointer; } .ol-dji-geozones--ctrl-full .ol-dji-geozones--logo { display: none; } .ol-dji-geozones--logo:active { transform: translateY(1px); } /* Compact */ .ol-dji-geozones--ctrl-compact.ol-dji-geozones--isLoading .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-collapsed.ol-dji-geozones--isLoading .ol-dji-geozones--logo { display: none !important; } .ol-dji-geozones--ctrl-disabled .ol-dji-geozones--logo, .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo { filter: grayscale(100%); } .ol-dji-geozones--ctrl-toggle-hidden .ol-dji-geozones--logo:hover { filter: grayscale(50%); } /* End Compact */ .ol-dji-geozones--ctrl-full.ol-dji-geozones--ctrl-collapsed .ol-dji-geozones--logo { display: block; } .ol-dji-geozones--logo img { vertical-align: middle; width: 100%; } /* PopUp */ .ol-dji-geozones--ol-popup { position: absolute; bottom: 12px; left: -170px; } .ol-dji-geozones--ol-popup:after, .ol-dji-geozones--ol-popup:before { top: 100%; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none; } .ol-dji-geozones--ol-popup:after { border-width: 10px; left: 50%; margin-left: -10px; } .ol-dji-geozones--ol-popup:before { border-width: 11px; left: 50%; margin-left: -11px; } .ol-dji-geozones--ol-popup-closer { text-decoration: none; position: absolute; top: 6px; right: 12px; z-index: 1; color: #8b8b8b; line-height: 1; } .ol-dji-geozones--ol-popup-closer:after { content: '✖'; } .ol-dji-geozones--ol-popup-content { width: 340px; box-sizing: border-box; position: relative; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); padding: 10px 10px 15px; pointer-events: auto; font-size: 12px; font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; max-height: 300px; overflow-x: hidden; overflow-y: auto; } .ol-dji-geozones--ol-popup-content p { font-size: 12px; margin: 0; } .ol-dji-geozones--ol-popup-content a { color: #44a8f2; font-size: 12px; text-decoration: none; } .ol-dji-geozones--item { display: inline-block; } .ol-dji-geozones--marker { float: left; width: 32px; text-align: center; } .ol-dji-geozones--marker img { height: auto; max-width: 100%; } .ol-dji-geozones--main { margin-left: 40px; } .ol-dji-geozones--main .ol-dji-geozones--title { font-size: 14px; margin: 0 0 5px; padding-right: 15px; font-weight: 600; } .ol-dji-geozones--item:after { content: ' '; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .ol-dji-geozones--ol-popup-content hr { margin: 20px 0; box-sizing: content-box; height: 0; border: 0; } .ol-dji-geozones--ol-popup-content hr:last-child { display: none; } .ol-dji-geozones--info { visibility: hidden; opacity: 0; pointer-events: none; display: none; padding: 15px; width: 200px; border-radius: 3px; background-color: var(--level-color); border-bottom: 4px solid var(--level-color); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); line-height: 1.5; text-align: center; margin-left: -100px; z-index: 99; transform: translateY(-100%); box-sizing: content-box; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip { position: relative; display: block; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:after, .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:before { top: 100%; border: solid transparent; content: ' '; height: 0; width: 0; position: absolute; pointer-events: none; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip:after { border-top-color: var(--level-color); border-width: 10px; left: 50%; margin-left: -15px; } .ol-dji-geozones--info-text { font-size: 11.5px; position: relative; z-index: 2; line-height: 1.5; } .ol-dji-geozones--info-back { z-index: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0.9; border-radius: 3px; } .ol-dji-geozones--tooltip { display: inline-block; } .ol-dji-geozones--tooltip .ol-dji-geozones--icon img { width: 18px; height: 18px; vertical-align: middle; opacity: 0.4; pointer-events: none; } .ol-dji-geozones--tooltip .ol-dji-geozones--icon:hover img { opacity: 0.6; } .ol-dji-geozones--ol-popup-content::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .ol-dji-geozones--ol-popup-content::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } /* End PopUp */ /* Tooltips */ .ol-dji-geozones--icon { position: relative; z-index: 2; cursor: pointer; } .ol-dji-geozones--info.ol-dji-geozones--active-tooltip { visibility: visible; opacity: 1; } /* End Tooltips */ /* loading.io css spinner ( https://loading.io/css/ ) */ .lds-ellipsis { position: relative; width: 30px; height: 15px; margin-right: 30px; } .lds-ellipsis div { position: absolute; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #5a5a5a; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .lds-ellipsis div:nth-child(1) { left: 4px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 4px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 12px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 22px; animation: lds-ellipsis3 0.6s infinite; } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(9px, 0); } } /* End loading */
0.399226
0.222912
body{background: url(../img/bg2.png) repeat center top; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; font-family:"微软雅黑";} #menu li a{width: 100%; height: 100%; background: #FFFFFF; display: block; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border: 2px solid #7A7159; box-shadow: 0px 0px 1px #A7A196; -webkit-box-shadow: 0px 0px 1px #A7A196; -moz-box-shadow: 0px 0px 1px #A7A196; color: #FFFFFF; position: relative;} #menu li a h3{padding-bottom: 5%;} #menu li a img{width: 70%;margin-top: 10%; position: relative;transition:width 1s, height 1s; -moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */ -webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */ -o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */} #menu li a:hover img{transform:rotate(180deg); -moz-transform:rotate(180deg); /* Firefox 4 */ -webkit-transform:rotate(180deg); /* Safari and Chrome */ -o-transform:rotate(180deg); /* Opera */} #menu li a:hover{color: #FFFFFF; text-decoration: none;} #menu li,#logo{margin-top: 7%;} #menu #weixin{background:#2abe0b ;} #menu #order{background: #eb7412;} #menu #sale{background: #9551e8;} #menu #manger{background: #2a84cd;} #menu #money{background: #c8244c;} #menu #shop{background: #2E8B57;} #menu #cuxiao{background: #FF9966;} #menu #tuiguang{background: #339999;} #foot_menu{padding-top: 8.333333%;} #notice,#change,#set{cursor:pointer ;} #set{float: right;} .box{background: url(../img/touming_bg.png) repeat; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;} .choseMain ul li{width:33%;float: left; overflow: hidden; cursor: pointer;} .choseMain ul h4{padding-bottom: 20px; border-bottom: 1px dashed #CCCCCC; padding-top: 10px;} .choseMain ul li img{display: block; margin: auto; padding-top: 5px; position: relative;} .choseMain ul li p{width: 100%; display: block; text-align: center; padding-bottom: 5px;} .choseMain{width: 80%; margin: auto; position: relative; background: #FFFFFF; box-shadow: 0px 0px 10px #333333; overflow: hidden; border: 3px solid #333;} @media (max-width: 767px) { #logo{margin-top: 10%; margin-bottom: 5%;} #logo img{width: 70%;} #menu li a h3{padding-bottom: 0; padding-top: 0px; margin-top: 6% ; font-size: 14px;} #menu li a img{width: 70%;margin-top: 10%;} #foot_menu{padding-top: 8%; padding-bottom: 6%;} } @media (min-width: 360px) and (max-width: 767px) { #logo{margin-top: 15%; margin-bottom: 10%;} #logo img{width: 80%;} #menu li a h3{padding-bottom: 15; padding-top: 5px; margin-top: 10% ; font-size: 16px;} #menu li a img{width: 70%;margin-top: 10%;} #foot_menu{padding-top: 13%; padding-bottom:9%;} } @media (min-width: 768px) and (max-width: 991px) { #menu li a h3{font-size: 30px;} #foot_menu{padding-top: 8%; padding-bottom: 8%;} #money_text,#search{width: 98%; } } @media (min-width: 992px) and (max-width: 1199px) { #foot_menu{padding-top: 8%; padding-bottom: 8%;} #menu li a h3{font-size: 40px;} #money_text,#search{width: 98%; } } @media (min-width: 1199px) { #foot_menu{padding-top: 8%; padding-bottom: 8%;} #menu li a h3{font-size: 40px;} #money_text,#search{width: 99%; } }
Mozart/MicroSite/Themes/Default/PalmShop/css/haian.css
body{background: url(../img/bg2.png) repeat center top; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; font-family:"微软雅黑";} #menu li a{width: 100%; height: 100%; background: #FFFFFF; display: block; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border: 2px solid #7A7159; box-shadow: 0px 0px 1px #A7A196; -webkit-box-shadow: 0px 0px 1px #A7A196; -moz-box-shadow: 0px 0px 1px #A7A196; color: #FFFFFF; position: relative;} #menu li a h3{padding-bottom: 5%;} #menu li a img{width: 70%;margin-top: 10%; position: relative;transition:width 1s, height 1s; -moz-transition:width 1s, height 1s, -moz-transform 1s; /* Firefox 4 */ -webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* Safari and Chrome */ -o-transition:width 1s, height 1s, -o-transform 1s; /* Opera */} #menu li a:hover img{transform:rotate(180deg); -moz-transform:rotate(180deg); /* Firefox 4 */ -webkit-transform:rotate(180deg); /* Safari and Chrome */ -o-transform:rotate(180deg); /* Opera */} #menu li a:hover{color: #FFFFFF; text-decoration: none;} #menu li,#logo{margin-top: 7%;} #menu #weixin{background:#2abe0b ;} #menu #order{background: #eb7412;} #menu #sale{background: #9551e8;} #menu #manger{background: #2a84cd;} #menu #money{background: #c8244c;} #menu #shop{background: #2E8B57;} #menu #cuxiao{background: #FF9966;} #menu #tuiguang{background: #339999;} #foot_menu{padding-top: 8.333333%;} #notice,#change,#set{cursor:pointer ;} #set{float: right;} .box{background: url(../img/touming_bg.png) repeat; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;} .choseMain ul li{width:33%;float: left; overflow: hidden; cursor: pointer;} .choseMain ul h4{padding-bottom: 20px; border-bottom: 1px dashed #CCCCCC; padding-top: 10px;} .choseMain ul li img{display: block; margin: auto; padding-top: 5px; position: relative;} .choseMain ul li p{width: 100%; display: block; text-align: center; padding-bottom: 5px;} .choseMain{width: 80%; margin: auto; position: relative; background: #FFFFFF; box-shadow: 0px 0px 10px #333333; overflow: hidden; border: 3px solid #333;} @media (max-width: 767px) { #logo{margin-top: 10%; margin-bottom: 5%;} #logo img{width: 70%;} #menu li a h3{padding-bottom: 0; padding-top: 0px; margin-top: 6% ; font-size: 14px;} #menu li a img{width: 70%;margin-top: 10%;} #foot_menu{padding-top: 8%; padding-bottom: 6%;} } @media (min-width: 360px) and (max-width: 767px) { #logo{margin-top: 15%; margin-bottom: 10%;} #logo img{width: 80%;} #menu li a h3{padding-bottom: 15; padding-top: 5px; margin-top: 10% ; font-size: 16px;} #menu li a img{width: 70%;margin-top: 10%;} #foot_menu{padding-top: 13%; padding-bottom:9%;} } @media (min-width: 768px) and (max-width: 991px) { #menu li a h3{font-size: 30px;} #foot_menu{padding-top: 8%; padding-bottom: 8%;} #money_text,#search{width: 98%; } } @media (min-width: 992px) and (max-width: 1199px) { #foot_menu{padding-top: 8%; padding-bottom: 8%;} #menu li a h3{font-size: 40px;} #money_text,#search{width: 98%; } } @media (min-width: 1199px) { #foot_menu{padding-top: 8%; padding-bottom: 8%;} #menu li a h3{font-size: 40px;} #money_text,#search{width: 99%; } }
0.164215
0.076961
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700); @import url(https://fonts.googleapis.com/css?family=Catamaran:400,700,900); @import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,800i,900&display=swap'); html{ scroll-behavior: smooth; } body { margin: 0; padding: 0; box-sizing: border-box; font-family: Poppins, sans-serif; font-size: 12px; -webkit-font-smoothing: antialiased; } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #84FCC4; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #84FCC4; } .fs-10{ font-size: 10px; } .fs-11{ font-size:11px; } .fs-12{ font-size: 12px; } .fs-13{ font-size: 13px; } .fs-14{ font-size: 14px; } .fs-15{ font-size: 15px; } .fs-16{ font-size: 16px; } .fs-17{ font-size: 17px; } .fs-18{ font-size: 18px; } .fs-19{ font-size: 19px; } .fs-20{ font-size: 20px; } .fs-21{ font-size: 21px; } .fs-22{ font-size: 22px; } .fs-23{ font-size:23px; } .fs-24{ font-size: 24px; } .fs-25{ font-size: 25px; } .fs-45{ font-size: 45px; } .fs-60{ font-size: 60px; } .fs-45{ font-size: 45px; } .fs-32{ font-size: 32px; } .fs-34{ font-size: 34px; } .fs-35{ font-size: 35px; } .fs-55{ font-size: 55px; } .fw-100{ font-weight: 100; } .fw-200{ font-weight: 200; } .fw-100{ font-weight: 200; } .fw-300{ font-weight: 300; } .fw-400{ font-weight: 400; } .fw-500{ font-weight: 500; } .fw-600{ font-weight: 600; } .lh-56{ line-height: 56px; } .lh-46{ line-height: 46px; } .lh-30{ line-height: 30px; } .color-primary{ color:#84FCC4; } .cl-black{ color:black; } .cl-white{ color: white } .m-0{ margin: 0px; } .pl-0{ padding-left: 0px; } .pl-120{ padding-left: 120px; } .pl-30{ padding-left: 30px; } .pl-31{ padding-left: 31px; } .pl-35{ padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-51{ padding-left: 51px; } .pb-10{ padding-bottom: 10px; } .pb-20{ padding-bottom: 20px; } .pt-30{ padding-top: 30px; } .pb-100{ padding-bottom: 100px; } .pt-20{ padding-top: 20px; } .pt-35{ padding-top: 35px; } .pt-60{ padding-top: 60px; } .pt-11{ padding-top: 11px; } .pt-90{ padding-top: 90px; } .pt-0{ padding-top: 0px; } .pb-30{ padding-bottom: 30px; } .pr-20{ padding-right: 20px; } .pr-0{ padding-right: 0px; } .pr-40{ padding-right: 40px; } .pr-100{ padding-right: 100px; } .pr-56{ padding-right: 56px; } .postion-r{ position: relative; } .border-n{ border:none; } .float-l{ float:left; } .out-no{ outline: none; } .br-50{ border-radius: 50px; } .bg-clr-prm{ background-color:#4a81ff; } .brd-no{ border:none; } .bg-trans { background:transparent; } .bg-clr-grey{ background-color:#ebebeb; } .mt-90{ margin-top: 90px; } .mb-20{ margin-bottom: 20px; } .ml--56{ margin-left: -56px; } .ws-5 { word-spacing: 5px; } .wd-170{ width:170px; } .fw-800{ font-weight: 800; } .fw-700{ font-weight: 700; } .font-family-alt { font-family: Catamaran, sans-serif!important; } .font-family-roboto{ font-family: Roboto,sans-serif!important; } .ff-mont{ font-family: Montserrat, sans-serif; } .fw-700{ font-weight: 700; } .fw-600{ font-weight: 600; } .fw-500{ font-weight: 500; } .fw-400{ font-weight: 400; } .cl-red{ color: #84FCC4; } .text-black{ color: #474747; } #main{ position: relative; background-image: url("../assets/bgfinal.png"); background-size: cover; background-repeat: no-repeat; height: 100vh; } #particles-js{ width: 100%; height: 100vh; position: absolute; } .bg-trans{ background-color: transparent; } .text-base-color { color: #84FCC4 !important; } .text-white { color: #84FCC4!important; } .letter-spacing-2 { letter-spacing: 2px!important; } .font-weight-900 { font-weight: 900!important; } .title-extra-large-5 { font-size: 80px!important; line-height: 80px!important; } .main-body{ width: 100%; margin-top: 0%; } .countdown{ color: white; font-size: 28px; background-color: #84FCC4; } .astro{ position: absolute; z-index: -1; top: 22px; right: 0px; } header{ padding-top: 4px; } .navbar-brand{ height: 77px; width: 235px; } .navbar-brand img{ width: 100%; } .navbar li a, .navbar { font-family: Poppins; font-weight: 500; color: white !important; font-size: 18px; } .navbar-toggle { background-color: transparent !important; border: 0; } .navbar-nav li a:hover, .navbar-nav li.active a { color: #84FCC4 !important; } #clockdiv{ border-radius: 10px; background-color: #ffffff00; color: #fff; display: inline-block; font-weight: 700; text-align: center; font-size: 25px; } #clockdiv > div{ padding: 10px; border-radius: 3px; background: #ffffff00; display: inline-block; } #clockdiv div > span{ padding: 15px; border-radius: 50%; background: black; display: inline-block; } .smalltext{ padding-top: 5px; font-size: 16px; } #section2{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } #cia{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } #timeline{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } .about-us{ text-align: justify; border: 0px solid; position: relative; /* box-shadow: 0px 0px 14px 0px #ffffff00; */ margin-left: auto; margin-right: auto; width: 80%; height: auto; background-color: #ffffffe6; background-size: cover; } .about-main{ } .line-breaker{ height: 400px; overflow: hidden; } .line-breaker img{ height: auto; width: 100%; } #section3{ padding-bottom: 15px; background-repeat: no-repeat; background-image: url("../assets/tedx.png"); background-size: cover; height: auto; background-color: black; } hr.style13 { height: 9px; border: 0; box-shadow: -3px 4px 3px 4px #ff0000 inset; } .pastevents{ margin: auto; width: 57%; background-size: cover; } hr.style2 { border-top: 3px double #ffffff; } hr.style3 { width: 80%; border-top: 3px double #000f; } #speakers{ padding: 5px; background:white; height: auto; } .speakers-box{ margin: 20px; height: auto; border-radius: 20%; width: 238px; } .speakers-box a{ text-decoration: none; } .speakers-txtbox a:hover{ font-size: 16px; } .speakers-imgbox{ box-shadow: 0px 0px 11px 1px #918f8f; margin-left: 15%; overflow: hidden; border-radius: 20%; height: 170px; width: 170px; } .tedxspeaker { padding: 15px; } .speakers-imgbox img{ width: 100%; height: 100%; } .speakers-imgbox:hover { border: 4px solid #e62b1ea8; } .speakers-txtbox{ padding-top: 10px; text-align: center; } .speakers-txtbox h1{ color: red; font-size: 20px!important; } .speakers-txtbox p{ font-size: 14px!important; font-weight: 400; } .tedxspeakers-title{ width: 100%; } .firstlinespeakers{ width: 100%; text-align: center; } .eventdate img{ width: 300px; } .maintitle img{ width: 41%; } .contactusbox{ padding: 15px; } .calendardate img{ } .countdown-timer .value { font-family: Poppins, sans-serif; font-size: 50px; font-weight: 500; color: white; padding: 19px; align-self: center; } .countdown-timer{ display: flex; justify-content: center; } .countdown-timer .label { font-family: Poppins, sans-serif; font-size: 16px; font-weight: 400; color: white; padding: 5px; align-self: center; margin-left: 0%; } #sponsors{ padding: 10px 10px 30px 10px; background: black; width: 100%; } .sponsors-text{ margin-top: 4%; margin-bottom: 4%; width: 100%; display: flex; justify-content: center; } .sponsorsous{ margin: 15px; border: none; font-size: 16px; padding: 16px; border-radius: 34px; font-weight: 600; width: 200px; background: white; box-shadow: none; outline: none; } .sponsorsouslink{ margin: 15px; border: none; font-size: 16px; padding: 16px; border-radius: 34px; font-weight: 600; width: 200px; background: white; box-shadow: none; outline: none; } .sponsorsouslinkbtn{ margin-top: 30px; width: 100%; } .sponsors-button{ padding: 20px; width: 100%; } button:focus { outline: none; } .sponsors-button a{ color: black; outline: none; text-decoration: none; } .sponsors-button a:hover{ color: black; outline: none; text-decoration: none; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ 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.4); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { background-color:#e85657; margin: 5% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { position: absolute; color: #fff; float: left; font-size: 28px; font-weight: bold; right: 18px; top: 5; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .sponsorscontentlist li{ color: white; font-size: 15px; padding: 6px; } .contactnumber{ padding-left: 14%; background-image: url(../assets/telephone.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactmail{ padding-left: 14%; background-image: url(../assets/envelope.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactcontent, .socialmedia{ margin-right: 24%; } #contactus{ padding: 20px; text-align: center; width: 100%; height: auto; background: black; } .footerlogo{ width: 100%; } .footerlogo img{ width: 100%; } .socialmedia img{ margin-left: 10px; } .shape{ position: absolute; left: 15%; bottom: -65px; } .shape img{ width: 26%; } footer{ background-color:#222222; } footer a{ color: red; } footer a:hover{ color: red; text-decoration: none; } .btntickets { background: white; padding: 10px 30px 10px 30px; border-radius: 28px; color: black; font-size: 20px; font-weight: 600; position:relative; } .btntickets:hover{ color: black; text-decoration: none; } .btnticketsbottom { background: white; padding: 10px 30px 10px 30px; border-radius: 28px; color: black; font-size: 20px; font-weight: 600; position:relative; } .btnticketsbottom:hover{ color: black; text-decoration: none; } .buyticketsbottom{ text-align: left; padding-top: 10%; width: 100%; } .pasteventtext{ text-align: justify; } .text-justify{ text-align: justify; } .colon{ color: white; font-size: 32px; padding-top: 0.5rem; } .teamprofile{ margin: 20px; } .teamprofileimg{ box-shadow: 0px 0px 11px 1px #918f8f; margin: auto; overflow: hidden; border-radius: 20%; height: 120px; width: 120px; } .teamprofileimg:hover{ border: 4px solid #e62b1ea8; } .teamprofileimg img{ width: 100%; height: auto; } .teamprofiletxt{ padding-top: 10px; text-align: center; } .teamprofiletxt h1 { color: red; font-size: 18px!important; } .teamprofiletxt p{ font-size: 14px!important; font-weight: 400; } #ourteam{ padding: 30px; height: auto; } .speakerprofilepage{ background-color: black; } .briefspeakerprofile{ padding: 40px; } .briefspeakerprofileimg{ width: 100%; } .briefspeakerprofileimg img{ box-shadow: 1px 3px 7px 1px #464646; border-radius: 58px; width: 100%; border: 5px #ff5722b3 solid; } .briefspeakerprofiletext{ text-align: justify; } .sponsorsousimg{ width: 100%; height: auto; } .sponsorsousimg img{ width: 100%; height: auto; } @media only screen and (max-width: 768px) { .colon{ font-size: 32px; padding-top: 0rem; } .dateandplace h1{ font-size: 26px; } .dateandplace h2{ font-size: 13px; } #main{ position: relative; background-image: url("../assets/bgmobile.png"); background-size: cover; background-repeat: no-repeat; height: 100vh; } .tedxspeaker { padding: 5px; } .speakers-box{ margin: auto auto 13% auto; height: auto; border-radius: 20%; width: 238px; } .about-tedx .about-ted .about-tedxmitsg{ overflow: auto; height: 100px; } .title-extra-large-5 { font-size: 42px!important; line-height: 48px!important; } .main-body h4{ font-size: 30px!important; } .sm-title-extra-large{ font-size: 20px; } #section2 { overflow: hidden; height: auto; background-image: url(../assets/about2.png); padding: 0px; } .about-main { width: 100%; } #section2 h2{ font-size: 25px; } .about-us { text-align: justify; position: relative; box-shadow: 0px 1px 14px 0px #ffffff45; margin-left: auto; margin-right: auto; width: 100%; height: auto; background-size: cover; } #section3{ background-repeat: no-repeat; background-image:none; background-size: cover; height: auto; background-image: url("../assets/tedxmobile.png"); } .pastevents{ width: 90%; } .pastevents h1{ font-size: 36px!important; } .pastevents h2{ font-size: 24px!important; } .pastevents p{ text-align: justify!important; font-size: 12px!important; } iframe{ height: 200px; width: 275px; } .carouseltedx{ margin-bottom: 20px; width: 90%; margin-right: auto; margin-left: auto; } .smalltext { padding-top: 0px; font-size: 12px; } .navbar-brand img { height: auto; width: 100%; } .navbar-brand { height: 50px; padding-top: 0px; width: 170px; } header { padding-top: 4px; } ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { background: red; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #84FCC4; } .about-ted{ padding-top:10px; font-size: 12px!important; } .about-tedx{ font-size: 12px!important; padding-top:0px; } .about-tedxmitsg{ padding-top:0px; } .about-main p{ font-size: 12px!important; } .navbar{ position: fixed; width: 100%; background-color: black; } .main-body{ width: 100%; margin-top: 30%; } .section2title{ font-size: 30px; } .maintitle img{ width: 100%; } .sponsorsous { margin: 0px; border: none; font-size: 13px; padding: 11px 15px 12px 19px; border-radius: 34px; font-weight: 600; width: 164px; background: white; box-shadow: none; outline: none; } .sponsorsouslink{ margin: 15px; border: none; font-size: 13px; padding: 11px 15px 12px 19px; border-radius: 34px; font-weight: 600; width: 164px; background: white; box-shadow: none; outline: none; } .sponsors-text h2{ font-size: 12px; } .modal-content h1{ font-size: 22px; } .sponsorscontentlist li{ color: white; font-size: 11px; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 23; 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.4); /* Black w/ opacity */ } .sponsorscontent p{ font-size: 11px; } .modal-content { background-color: #84FCC4; margin: 20% auto; padding: 10px; border: 1px solid #888; width: 90%; } .contactnumber { padding-left: 11%; background-image: url(../assets/telephone.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactmail { padding-left: 11%; /*background-image: ur(../assets/envelope.png); background-repeat: no-repeat; background-size: 16px;*/ } .socialmediaico{ width: 100%; text-align: center; } .socialmedia img { width: 32px; margin-left: 7px; } .footerlogo { margin-top: 40px; width: 100%; } #contactus h1{ text-align: center; font-size: 20px; } #contactus p{ text-align: center; font-size : 16px; } .countdown-timer .value { font-family: Poppins, sans-serif; font-size: 36px; font-weight: 500; color: white; align-self: center; } .contactcontent, .socialmedia { margin-right: 0%; } .footer p{ font-size: 10px; } .contactcontent{ text-align: center!important; margin-top: 5%; } .socialmedia{ text-align: left!important; margin-top: 5%; } .shape{ display: none; } .buyticketsbottom{ width: 100%; margin: 40px 0px 40px 0; text-align: center; } .sponsorsouslinkbtn { text-align: center; margin-top: none; width: 100%; } .whysponsorsousbtn{ text-align: center; margin-top: none; width: 100%; } #ourteam { padding: 15px; height: auto; } .briefspeakerprofile { height: auto; padding: 0px; margin: 27% 0px 12% 0px; } }
client/hash/css/style.css
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700); @import url(https://fonts.googleapis.com/css?family=Catamaran:400,700,900); @import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,800i,900&display=swap'); html{ scroll-behavior: smooth; } body { margin: 0; padding: 0; box-sizing: border-box; font-family: Poppins, sans-serif; font-size: 12px; -webkit-font-smoothing: antialiased; } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #84FCC4; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #84FCC4; } .fs-10{ font-size: 10px; } .fs-11{ font-size:11px; } .fs-12{ font-size: 12px; } .fs-13{ font-size: 13px; } .fs-14{ font-size: 14px; } .fs-15{ font-size: 15px; } .fs-16{ font-size: 16px; } .fs-17{ font-size: 17px; } .fs-18{ font-size: 18px; } .fs-19{ font-size: 19px; } .fs-20{ font-size: 20px; } .fs-21{ font-size: 21px; } .fs-22{ font-size: 22px; } .fs-23{ font-size:23px; } .fs-24{ font-size: 24px; } .fs-25{ font-size: 25px; } .fs-45{ font-size: 45px; } .fs-60{ font-size: 60px; } .fs-45{ font-size: 45px; } .fs-32{ font-size: 32px; } .fs-34{ font-size: 34px; } .fs-35{ font-size: 35px; } .fs-55{ font-size: 55px; } .fw-100{ font-weight: 100; } .fw-200{ font-weight: 200; } .fw-100{ font-weight: 200; } .fw-300{ font-weight: 300; } .fw-400{ font-weight: 400; } .fw-500{ font-weight: 500; } .fw-600{ font-weight: 600; } .lh-56{ line-height: 56px; } .lh-46{ line-height: 46px; } .lh-30{ line-height: 30px; } .color-primary{ color:#84FCC4; } .cl-black{ color:black; } .cl-white{ color: white } .m-0{ margin: 0px; } .pl-0{ padding-left: 0px; } .pl-120{ padding-left: 120px; } .pl-30{ padding-left: 30px; } .pl-31{ padding-left: 31px; } .pl-35{ padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-51{ padding-left: 51px; } .pb-10{ padding-bottom: 10px; } .pb-20{ padding-bottom: 20px; } .pt-30{ padding-top: 30px; } .pb-100{ padding-bottom: 100px; } .pt-20{ padding-top: 20px; } .pt-35{ padding-top: 35px; } .pt-60{ padding-top: 60px; } .pt-11{ padding-top: 11px; } .pt-90{ padding-top: 90px; } .pt-0{ padding-top: 0px; } .pb-30{ padding-bottom: 30px; } .pr-20{ padding-right: 20px; } .pr-0{ padding-right: 0px; } .pr-40{ padding-right: 40px; } .pr-100{ padding-right: 100px; } .pr-56{ padding-right: 56px; } .postion-r{ position: relative; } .border-n{ border:none; } .float-l{ float:left; } .out-no{ outline: none; } .br-50{ border-radius: 50px; } .bg-clr-prm{ background-color:#4a81ff; } .brd-no{ border:none; } .bg-trans { background:transparent; } .bg-clr-grey{ background-color:#ebebeb; } .mt-90{ margin-top: 90px; } .mb-20{ margin-bottom: 20px; } .ml--56{ margin-left: -56px; } .ws-5 { word-spacing: 5px; } .wd-170{ width:170px; } .fw-800{ font-weight: 800; } .fw-700{ font-weight: 700; } .font-family-alt { font-family: Catamaran, sans-serif!important; } .font-family-roboto{ font-family: Roboto,sans-serif!important; } .ff-mont{ font-family: Montserrat, sans-serif; } .fw-700{ font-weight: 700; } .fw-600{ font-weight: 600; } .fw-500{ font-weight: 500; } .fw-400{ font-weight: 400; } .cl-red{ color: #84FCC4; } .text-black{ color: #474747; } #main{ position: relative; background-image: url("../assets/bgfinal.png"); background-size: cover; background-repeat: no-repeat; height: 100vh; } #particles-js{ width: 100%; height: 100vh; position: absolute; } .bg-trans{ background-color: transparent; } .text-base-color { color: #84FCC4 !important; } .text-white { color: #84FCC4!important; } .letter-spacing-2 { letter-spacing: 2px!important; } .font-weight-900 { font-weight: 900!important; } .title-extra-large-5 { font-size: 80px!important; line-height: 80px!important; } .main-body{ width: 100%; margin-top: 0%; } .countdown{ color: white; font-size: 28px; background-color: #84FCC4; } .astro{ position: absolute; z-index: -1; top: 22px; right: 0px; } header{ padding-top: 4px; } .navbar-brand{ height: 77px; width: 235px; } .navbar-brand img{ width: 100%; } .navbar li a, .navbar { font-family: Poppins; font-weight: 500; color: white !important; font-size: 18px; } .navbar-toggle { background-color: transparent !important; border: 0; } .navbar-nav li a:hover, .navbar-nav li.active a { color: #84FCC4 !important; } #clockdiv{ border-radius: 10px; background-color: #ffffff00; color: #fff; display: inline-block; font-weight: 700; text-align: center; font-size: 25px; } #clockdiv > div{ padding: 10px; border-radius: 3px; background: #ffffff00; display: inline-block; } #clockdiv div > span{ padding: 15px; border-radius: 50%; background: black; display: inline-block; } .smalltext{ padding-top: 5px; font-size: 16px; } #section2{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } #cia{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } #timeline{ position: relative; text-align: center; height: 100vh; background-image : url("../assets/about1.png"); background-size: auto; padding: 15px; } .about-us{ text-align: justify; border: 0px solid; position: relative; /* box-shadow: 0px 0px 14px 0px #ffffff00; */ margin-left: auto; margin-right: auto; width: 80%; height: auto; background-color: #ffffffe6; background-size: cover; } .about-main{ } .line-breaker{ height: 400px; overflow: hidden; } .line-breaker img{ height: auto; width: 100%; } #section3{ padding-bottom: 15px; background-repeat: no-repeat; background-image: url("../assets/tedx.png"); background-size: cover; height: auto; background-color: black; } hr.style13 { height: 9px; border: 0; box-shadow: -3px 4px 3px 4px #ff0000 inset; } .pastevents{ margin: auto; width: 57%; background-size: cover; } hr.style2 { border-top: 3px double #ffffff; } hr.style3 { width: 80%; border-top: 3px double #000f; } #speakers{ padding: 5px; background:white; height: auto; } .speakers-box{ margin: 20px; height: auto; border-radius: 20%; width: 238px; } .speakers-box a{ text-decoration: none; } .speakers-txtbox a:hover{ font-size: 16px; } .speakers-imgbox{ box-shadow: 0px 0px 11px 1px #918f8f; margin-left: 15%; overflow: hidden; border-radius: 20%; height: 170px; width: 170px; } .tedxspeaker { padding: 15px; } .speakers-imgbox img{ width: 100%; height: 100%; } .speakers-imgbox:hover { border: 4px solid #e62b1ea8; } .speakers-txtbox{ padding-top: 10px; text-align: center; } .speakers-txtbox h1{ color: red; font-size: 20px!important; } .speakers-txtbox p{ font-size: 14px!important; font-weight: 400; } .tedxspeakers-title{ width: 100%; } .firstlinespeakers{ width: 100%; text-align: center; } .eventdate img{ width: 300px; } .maintitle img{ width: 41%; } .contactusbox{ padding: 15px; } .calendardate img{ } .countdown-timer .value { font-family: Poppins, sans-serif; font-size: 50px; font-weight: 500; color: white; padding: 19px; align-self: center; } .countdown-timer{ display: flex; justify-content: center; } .countdown-timer .label { font-family: Poppins, sans-serif; font-size: 16px; font-weight: 400; color: white; padding: 5px; align-self: center; margin-left: 0%; } #sponsors{ padding: 10px 10px 30px 10px; background: black; width: 100%; } .sponsors-text{ margin-top: 4%; margin-bottom: 4%; width: 100%; display: flex; justify-content: center; } .sponsorsous{ margin: 15px; border: none; font-size: 16px; padding: 16px; border-radius: 34px; font-weight: 600; width: 200px; background: white; box-shadow: none; outline: none; } .sponsorsouslink{ margin: 15px; border: none; font-size: 16px; padding: 16px; border-radius: 34px; font-weight: 600; width: 200px; background: white; box-shadow: none; outline: none; } .sponsorsouslinkbtn{ margin-top: 30px; width: 100%; } .sponsors-button{ padding: 20px; width: 100%; } button:focus { outline: none; } .sponsors-button a{ color: black; outline: none; text-decoration: none; } .sponsors-button a:hover{ color: black; outline: none; text-decoration: none; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ 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.4); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { background-color:#e85657; margin: 5% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { position: absolute; color: #fff; float: left; font-size: 28px; font-weight: bold; right: 18px; top: 5; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .sponsorscontentlist li{ color: white; font-size: 15px; padding: 6px; } .contactnumber{ padding-left: 14%; background-image: url(../assets/telephone.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactmail{ padding-left: 14%; background-image: url(../assets/envelope.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactcontent, .socialmedia{ margin-right: 24%; } #contactus{ padding: 20px; text-align: center; width: 100%; height: auto; background: black; } .footerlogo{ width: 100%; } .footerlogo img{ width: 100%; } .socialmedia img{ margin-left: 10px; } .shape{ position: absolute; left: 15%; bottom: -65px; } .shape img{ width: 26%; } footer{ background-color:#222222; } footer a{ color: red; } footer a:hover{ color: red; text-decoration: none; } .btntickets { background: white; padding: 10px 30px 10px 30px; border-radius: 28px; color: black; font-size: 20px; font-weight: 600; position:relative; } .btntickets:hover{ color: black; text-decoration: none; } .btnticketsbottom { background: white; padding: 10px 30px 10px 30px; border-radius: 28px; color: black; font-size: 20px; font-weight: 600; position:relative; } .btnticketsbottom:hover{ color: black; text-decoration: none; } .buyticketsbottom{ text-align: left; padding-top: 10%; width: 100%; } .pasteventtext{ text-align: justify; } .text-justify{ text-align: justify; } .colon{ color: white; font-size: 32px; padding-top: 0.5rem; } .teamprofile{ margin: 20px; } .teamprofileimg{ box-shadow: 0px 0px 11px 1px #918f8f; margin: auto; overflow: hidden; border-radius: 20%; height: 120px; width: 120px; } .teamprofileimg:hover{ border: 4px solid #e62b1ea8; } .teamprofileimg img{ width: 100%; height: auto; } .teamprofiletxt{ padding-top: 10px; text-align: center; } .teamprofiletxt h1 { color: red; font-size: 18px!important; } .teamprofiletxt p{ font-size: 14px!important; font-weight: 400; } #ourteam{ padding: 30px; height: auto; } .speakerprofilepage{ background-color: black; } .briefspeakerprofile{ padding: 40px; } .briefspeakerprofileimg{ width: 100%; } .briefspeakerprofileimg img{ box-shadow: 1px 3px 7px 1px #464646; border-radius: 58px; width: 100%; border: 5px #ff5722b3 solid; } .briefspeakerprofiletext{ text-align: justify; } .sponsorsousimg{ width: 100%; height: auto; } .sponsorsousimg img{ width: 100%; height: auto; } @media only screen and (max-width: 768px) { .colon{ font-size: 32px; padding-top: 0rem; } .dateandplace h1{ font-size: 26px; } .dateandplace h2{ font-size: 13px; } #main{ position: relative; background-image: url("../assets/bgmobile.png"); background-size: cover; background-repeat: no-repeat; height: 100vh; } .tedxspeaker { padding: 5px; } .speakers-box{ margin: auto auto 13% auto; height: auto; border-radius: 20%; width: 238px; } .about-tedx .about-ted .about-tedxmitsg{ overflow: auto; height: 100px; } .title-extra-large-5 { font-size: 42px!important; line-height: 48px!important; } .main-body h4{ font-size: 30px!important; } .sm-title-extra-large{ font-size: 20px; } #section2 { overflow: hidden; height: auto; background-image: url(../assets/about2.png); padding: 0px; } .about-main { width: 100%; } #section2 h2{ font-size: 25px; } .about-us { text-align: justify; position: relative; box-shadow: 0px 1px 14px 0px #ffffff45; margin-left: auto; margin-right: auto; width: 100%; height: auto; background-size: cover; } #section3{ background-repeat: no-repeat; background-image:none; background-size: cover; height: auto; background-image: url("../assets/tedxmobile.png"); } .pastevents{ width: 90%; } .pastevents h1{ font-size: 36px!important; } .pastevents h2{ font-size: 24px!important; } .pastevents p{ text-align: justify!important; font-size: 12px!important; } iframe{ height: 200px; width: 275px; } .carouseltedx{ margin-bottom: 20px; width: 90%; margin-right: auto; margin-left: auto; } .smalltext { padding-top: 0px; font-size: 12px; } .navbar-brand img { height: auto; width: 100%; } .navbar-brand { height: 50px; padding-top: 0px; width: 170px; } header { padding-top: 4px; } ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { background: red; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #84FCC4; } .about-ted{ padding-top:10px; font-size: 12px!important; } .about-tedx{ font-size: 12px!important; padding-top:0px; } .about-tedxmitsg{ padding-top:0px; } .about-main p{ font-size: 12px!important; } .navbar{ position: fixed; width: 100%; background-color: black; } .main-body{ width: 100%; margin-top: 30%; } .section2title{ font-size: 30px; } .maintitle img{ width: 100%; } .sponsorsous { margin: 0px; border: none; font-size: 13px; padding: 11px 15px 12px 19px; border-radius: 34px; font-weight: 600; width: 164px; background: white; box-shadow: none; outline: none; } .sponsorsouslink{ margin: 15px; border: none; font-size: 13px; padding: 11px 15px 12px 19px; border-radius: 34px; font-weight: 600; width: 164px; background: white; box-shadow: none; outline: none; } .sponsors-text h2{ font-size: 12px; } .modal-content h1{ font-size: 22px; } .sponsorscontentlist li{ color: white; font-size: 11px; } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 23; 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.4); /* Black w/ opacity */ } .sponsorscontent p{ font-size: 11px; } .modal-content { background-color: #84FCC4; margin: 20% auto; padding: 10px; border: 1px solid #888; width: 90%; } .contactnumber { padding-left: 11%; background-image: url(../assets/telephone.png); background-repeat: no-repeat; background-size: 20px; background-position-y: center; } .contactmail { padding-left: 11%; /*background-image: ur(../assets/envelope.png); background-repeat: no-repeat; background-size: 16px;*/ } .socialmediaico{ width: 100%; text-align: center; } .socialmedia img { width: 32px; margin-left: 7px; } .footerlogo { margin-top: 40px; width: 100%; } #contactus h1{ text-align: center; font-size: 20px; } #contactus p{ text-align: center; font-size : 16px; } .countdown-timer .value { font-family: Poppins, sans-serif; font-size: 36px; font-weight: 500; color: white; align-self: center; } .contactcontent, .socialmedia { margin-right: 0%; } .footer p{ font-size: 10px; } .contactcontent{ text-align: center!important; margin-top: 5%; } .socialmedia{ text-align: left!important; margin-top: 5%; } .shape{ display: none; } .buyticketsbottom{ width: 100%; margin: 40px 0px 40px 0; text-align: center; } .sponsorsouslinkbtn { text-align: center; margin-top: none; width: 100%; } .whysponsorsousbtn{ text-align: center; margin-top: none; width: 100%; } #ourteam { padding: 15px; height: auto; } .briefspeakerprofile { height: auto; padding: 0px; margin: 27% 0px 12% 0px; } }
0.177597
0.056888
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { .in-between-tighter { word-spacing: -0.5rem; } .in-between-tight { word-spacing: -0.25rem; } .in-between-normal { word-spacing: 0rem; } .in-between-wide { word-spacing: 0.25rem; } .in-between-wider { word-spacing: 0.5rem; } } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 100 900; font-stretch: 100%; font-display: optional; src: url(/fonts/Open_Sans.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 100 900; font-stretch: 100%; font-display: optional; src: url(/fonts/Open_Sans_Italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Brightwall'; font-style: normal; font-weight: 900; font-display: block; src: url(/fonts/Brightwall_Regular.woff2) format('woff2'); } html { min-width: 360px; background: none; scroll-behavior: smooth; } p { line-height: 160%; word-spacing: 0.08rem; } #__next { display: flex; flex-direction: column; min-height: 100vh; } pre::-webkit-scrollbar { display: none; } pre { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .customCode { @apply font-mono p-0.5 text-sm font-bold border-rang-700 rounded-lg border; } blockquote { @apply border-l-4 border-l-pink-700 pl-4 italic py-2; } /* https://seek-oss.github.io/capsize/ */ .capsized::before { content: ''; /* margin-bottom: 0.8816em; */ display: table; } .capsized::after { content: ''; margin-top: 0.5em; display: table; }
styles/globals.css
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { .in-between-tighter { word-spacing: -0.5rem; } .in-between-tight { word-spacing: -0.25rem; } .in-between-normal { word-spacing: 0rem; } .in-between-wide { word-spacing: 0.25rem; } .in-between-wider { word-spacing: 0.5rem; } } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 100 900; font-stretch: 100%; font-display: optional; src: url(/fonts/Open_Sans.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 100 900; font-stretch: 100%; font-display: optional; src: url(/fonts/Open_Sans_Italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Brightwall'; font-style: normal; font-weight: 900; font-display: block; src: url(/fonts/Brightwall_Regular.woff2) format('woff2'); } html { min-width: 360px; background: none; scroll-behavior: smooth; } p { line-height: 160%; word-spacing: 0.08rem; } #__next { display: flex; flex-direction: column; min-height: 100vh; } pre::-webkit-scrollbar { display: none; } pre { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .customCode { @apply font-mono p-0.5 text-sm font-bold border-rang-700 rounded-lg border; } blockquote { @apply border-l-4 border-l-pink-700 pl-4 italic py-2; } /* https://seek-oss.github.io/capsize/ */ .capsized::before { content: ''; /* margin-bottom: 0.8816em; */ display: table; } .capsized::after { content: ''; margin-top: 0.5em; display: table; }
0.393152
0.085978
.switcher-box { position: fixed; left: 0px; top: 40%; z-index: 2000; } .switcher-box .hiddenbox { position: absolute; right: -35px; top: 0px; padding: 0px 7px; background: #333; color: #fff; border: 1px solid #333; cursor: pointer; text-align: center; font-size: 24px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; } .switcher-box .hiddenbox i { -webkit-animation-name: spin; -webkit-animation-duration: 4000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 4000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 4000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @-ms-keyframes spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .colorbox-container { width: 60px; position: relative; overflow: hidden; background-color: #fff; border: 1px solid #ddd; padding-right: 5px; padding-left: 5px; padding-top: 15px; padding-bottom: 15px; } .switcher-box .head { text-align: center; margin-bottom: 10px; font-size: 24px; } .switcher-box .colorbox { width: 30px; height: 30px; margin-left: 8px; margin-right: 8px; float: left; margin-top: 5px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .switcher-box .colorbox#blue { background-color: #00afd1 ; } .switcher-box .colorbox#green { background-color: #94c523 ; } .switcher-box .colorbox#orange { background-color: #ff6600 ; } .switcher-box .colorbox#yellow { background-color: #f9bf3b ; } @media (max-width: 767px){ .switcher-box { display: none; } }
src/index/assets/stylesheets/css/switcher/switcher.css
.switcher-box { position: fixed; left: 0px; top: 40%; z-index: 2000; } .switcher-box .hiddenbox { position: absolute; right: -35px; top: 0px; padding: 0px 7px; background: #333; color: #fff; border: 1px solid #333; cursor: pointer; text-align: center; font-size: 24px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; } .switcher-box .hiddenbox i { -webkit-animation-name: spin; -webkit-animation-duration: 4000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 4000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 4000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @-ms-keyframes spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(360deg); } } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .colorbox-container { width: 60px; position: relative; overflow: hidden; background-color: #fff; border: 1px solid #ddd; padding-right: 5px; padding-left: 5px; padding-top: 15px; padding-bottom: 15px; } .switcher-box .head { text-align: center; margin-bottom: 10px; font-size: 24px; } .switcher-box .colorbox { width: 30px; height: 30px; margin-left: 8px; margin-right: 8px; float: left; margin-top: 5px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .switcher-box .colorbox#blue { background-color: #00afd1 ; } .switcher-box .colorbox#green { background-color: #94c523 ; } .switcher-box .colorbox#orange { background-color: #ff6600 ; } .switcher-box .colorbox#yellow { background-color: #f9bf3b ; } @media (max-width: 767px){ .switcher-box { display: none; } }
0.32178
0.061283
body{ margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; background-color: #161616; color: white; overflow-x: hidden; scroll-behavior: smooth; } /*navbar*/ .nav-container{ position: fixed; width: 100%; background-color: #161616; z-index: 99; } .navbar-nav{ display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; padding: 0 10vw; } ul{ list-style: none; } ul li{ display: inline; padding: 0 2rem; } ul li a{ text-decoration: none; color: #54dcf2; } .brand{ color: white; } /*home section*/ .container{ display: flex; padding: 15vh 10vw 5vh 10vw; align-items: center; justify-content: center; height: 80vh; } .image-container, .designation-container{ text-align: center; } .image-container{ width: 30%; } .designation-container{ width: 70%; } .me{ width: 250px; height: 250px; border-radius: 50%; object-fit: cover; border: 5px solid #fa788d; } h4{ font-size: 1.5rem; color: #fa788d; } h1{ font-size: 3.5rem; margin: 0; } h2{ font-size: 2.5rem; opacity: 0.75; font-weight: 700; margin: 1rem 0; } h3{ font-size: 1.5rem; opacity: 0.5; margin: 0; } /*About*/ .grid-container{ display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 250px; padding: 15vh 10vw 5vh 10vw; grid-gap: 30px; } .about, .skills, .education{ background-color: #232d2f; padding: 2rem; border-radius: 10px; } .about{ grid-column: 2/4; grid-row: 1/3; } .skills{ grid-column: 1/2; grid-row: 1/2; } .education{ grid-column: 1/2; grid-row: 2/3; } .h1{ font-size: 2rem; color: #54dcf2; } .h2{ font-size: 1rem; opacity: 1; margin: 1rem 0; } p{ font-size: 1rem; line-height: 2; font-weight: 400; } .btn{ border: none; font-size: 1rem; font-family: 'Montserrat', sans-serif; border-radius: 0.5rem; font-weight: bold; color: black; background-color: #fa788d; padding: 0.5rem 2rem; } /*Contact Section and Footer*/ .grid-container3 { padding: 15vh 10vw 5vh 10vw; display: flex; justify-content: center; } .contact-form { background-color: #232d2f; border-radius: 18px; padding: 2rem; flex-direction: column; text-align: center; justify-content: center; width: 350px; } .form-text { margin-bottom: 2rem; padding: 0; line-height: 1; text-align: center; } .form-text h2 { font-size: 18pt; margin: 1rem 0; font-weight: 500; } .form-input { border-radius: 10px; border: none; background-color: #161616; color: white; text-align: left; width: 92%; padding: 1em; margin-bottom: 1rem; font-family: Montserrat; } .form-input::placeholder { color: white; font-size: 1rem; } textarea{ resize: none; } input:focus, textarea:focus { background-color: white; color: black; outline: none; } .btn:hover { background-color: #54dcf2; border: none; } .btn:focus { background-color: #54dcf2; border: none; outline: none; } /* footer css */ footer { margin-top: 3rem; background-color: #232d2f; width: 100%; height: 280px; position: absolute; } .footer { padding: 2rem 1rem 1rem 1rem; text-align: center; } .icon { display: inline-block; padding: 2rem 5rem; } .fab { color: #54dcf2; } .footer-text { text-align: center; color: #54dcf2; padding: 1rem; opacity: 1; } .footer-text h3 { font-size: 16pt; }
Section 3/styles.css
body{ margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; background-color: #161616; color: white; overflow-x: hidden; scroll-behavior: smooth; } /*navbar*/ .nav-container{ position: fixed; width: 100%; background-color: #161616; z-index: 99; } .navbar-nav{ display: flex; justify-content: space-between; align-items: center; font-size: 1.5rem; padding: 0 10vw; } ul{ list-style: none; } ul li{ display: inline; padding: 0 2rem; } ul li a{ text-decoration: none; color: #54dcf2; } .brand{ color: white; } /*home section*/ .container{ display: flex; padding: 15vh 10vw 5vh 10vw; align-items: center; justify-content: center; height: 80vh; } .image-container, .designation-container{ text-align: center; } .image-container{ width: 30%; } .designation-container{ width: 70%; } .me{ width: 250px; height: 250px; border-radius: 50%; object-fit: cover; border: 5px solid #fa788d; } h4{ font-size: 1.5rem; color: #fa788d; } h1{ font-size: 3.5rem; margin: 0; } h2{ font-size: 2.5rem; opacity: 0.75; font-weight: 700; margin: 1rem 0; } h3{ font-size: 1.5rem; opacity: 0.5; margin: 0; } /*About*/ .grid-container{ display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 250px; padding: 15vh 10vw 5vh 10vw; grid-gap: 30px; } .about, .skills, .education{ background-color: #232d2f; padding: 2rem; border-radius: 10px; } .about{ grid-column: 2/4; grid-row: 1/3; } .skills{ grid-column: 1/2; grid-row: 1/2; } .education{ grid-column: 1/2; grid-row: 2/3; } .h1{ font-size: 2rem; color: #54dcf2; } .h2{ font-size: 1rem; opacity: 1; margin: 1rem 0; } p{ font-size: 1rem; line-height: 2; font-weight: 400; } .btn{ border: none; font-size: 1rem; font-family: 'Montserrat', sans-serif; border-radius: 0.5rem; font-weight: bold; color: black; background-color: #fa788d; padding: 0.5rem 2rem; } /*Contact Section and Footer*/ .grid-container3 { padding: 15vh 10vw 5vh 10vw; display: flex; justify-content: center; } .contact-form { background-color: #232d2f; border-radius: 18px; padding: 2rem; flex-direction: column; text-align: center; justify-content: center; width: 350px; } .form-text { margin-bottom: 2rem; padding: 0; line-height: 1; text-align: center; } .form-text h2 { font-size: 18pt; margin: 1rem 0; font-weight: 500; } .form-input { border-radius: 10px; border: none; background-color: #161616; color: white; text-align: left; width: 92%; padding: 1em; margin-bottom: 1rem; font-family: Montserrat; } .form-input::placeholder { color: white; font-size: 1rem; } textarea{ resize: none; } input:focus, textarea:focus { background-color: white; color: black; outline: none; } .btn:hover { background-color: #54dcf2; border: none; } .btn:focus { background-color: #54dcf2; border: none; outline: none; } /* footer css */ footer { margin-top: 3rem; background-color: #232d2f; width: 100%; height: 280px; position: absolute; } .footer { padding: 2rem 1rem 1rem 1rem; text-align: center; } .icon { display: inline-block; padding: 2rem 5rem; } .fab { color: #54dcf2; } .footer-text { text-align: center; color: #54dcf2; padding: 1rem; opacity: 1; } .footer-text h3 { font-size: 16pt; }
0.380068
0.085633
@font-face { font-family: "Source Sans Pro"; src: url(assets/fonts/source-sans-pro.woff) format("woff"), url(assets/fonts/source-sans-pro.woff2) format("woff2"); } *{ margin: 0; padding: 0; box-sizing: border-box; font-size: 16px; } body{ color:#0000008c; font-family: "Source Sans Pro", sans-serif; min-width: 320px; } a{ text-decoration: none; text-transform: uppercase; } span{ font-weight: bold; } .container{ max-width: 1024px; margin: 0 auto; } /*Header da Página*/ .cabecalho{ position: absolute; top: 0; left: 0; width: 100%; min-width: 320px; height: 50px; margin-bottom: 50px; background-color: #00cad1; } .cabecalho-items{ display: flex; justify-content: space-between; align-items: center; } .cabecalho-items img{ width: 55%; margin-left: 5px; object-fit: cover; } .navegacao{ margin-bottom: 0.5rem; } .navegacao a{ display: inline-block; color: #fff; padding-right: 0.6em; } .navegacao a:hover{ color: #004b4c; } /* Fim Header da Página*/ /*Início da div titulo*/ .titulo{ background-image: url(src/assets/recepcao.png); height: 100vh; background-size: cover; display: flex; align-items: center; } .titulo h1{ color: #fff; font-size: 2em; text-transform: uppercase; padding-left: 10px; } /*Section Sobre*/ .conteudo-descricao{ text-align: center; width: 70%; margin: 1.2em auto; } .conteudo-descricao h2, .conteudo-descricao p{ padding: 0.4em 0; } .conteudo-descricao-beneficios{ width: 70%; display: flex; flex-direction: row; justify-content: center; align-items: center; } .conteudo-descricao-beneficios img{ width: 30%; height: auto; object-fit: cover; } .beneficios{ margin-left: 1.2em; display: flex; flex-direction: column; justify-content: space-between; } .beneficios h3{ padding: 1.5em 0; } .beneficios-lista{ padding: 0.7em 0; margin-left: 2em; } .beneficios-lista li{ line-height: 1.5em; } /*Fim Section Sobre*/ /*Section Especialidade*/ .cards{ display: flex; flex-flow: row wrap; justify-content: space-around; } .cards-especialidade{ width: 30%; display: flex; flex-direction: column; z-index: 3; box-shadow: 0px 1px 10px rgb(0 0 0 / 50%); color:#0000008c; text-align: center; margin: 15px; } .cards-especialidade img{ width: 100%; } .cards-especialidade figcaption{ color:#0000008c; text-decoration: none; padding: 10px 0; } .btn-horarios{ display: flex; justify-content: center; margin-top: 10px; } .btn-horarios a{ color: #fff; font-weight: bold; padding: 10px; background-color: rgb(0, 195, 255); } /*Fim Section Especialidade*/ iframe{ width: 100%; height: 80vh; } /*Footer*/ .rodape{ width: 100%; height: 200px; background-color: #0d6e71; } .container-rodape{ color: #fff; text-align: center; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container-rodape img{ width: 20%; } /*Fim Footer*/
styles.css
@font-face { font-family: "Source Sans Pro"; src: url(assets/fonts/source-sans-pro.woff) format("woff"), url(assets/fonts/source-sans-pro.woff2) format("woff2"); } *{ margin: 0; padding: 0; box-sizing: border-box; font-size: 16px; } body{ color:#0000008c; font-family: "Source Sans Pro", sans-serif; min-width: 320px; } a{ text-decoration: none; text-transform: uppercase; } span{ font-weight: bold; } .container{ max-width: 1024px; margin: 0 auto; } /*Header da Página*/ .cabecalho{ position: absolute; top: 0; left: 0; width: 100%; min-width: 320px; height: 50px; margin-bottom: 50px; background-color: #00cad1; } .cabecalho-items{ display: flex; justify-content: space-between; align-items: center; } .cabecalho-items img{ width: 55%; margin-left: 5px; object-fit: cover; } .navegacao{ margin-bottom: 0.5rem; } .navegacao a{ display: inline-block; color: #fff; padding-right: 0.6em; } .navegacao a:hover{ color: #004b4c; } /* Fim Header da Página*/ /*Início da div titulo*/ .titulo{ background-image: url(src/assets/recepcao.png); height: 100vh; background-size: cover; display: flex; align-items: center; } .titulo h1{ color: #fff; font-size: 2em; text-transform: uppercase; padding-left: 10px; } /*Section Sobre*/ .conteudo-descricao{ text-align: center; width: 70%; margin: 1.2em auto; } .conteudo-descricao h2, .conteudo-descricao p{ padding: 0.4em 0; } .conteudo-descricao-beneficios{ width: 70%; display: flex; flex-direction: row; justify-content: center; align-items: center; } .conteudo-descricao-beneficios img{ width: 30%; height: auto; object-fit: cover; } .beneficios{ margin-left: 1.2em; display: flex; flex-direction: column; justify-content: space-between; } .beneficios h3{ padding: 1.5em 0; } .beneficios-lista{ padding: 0.7em 0; margin-left: 2em; } .beneficios-lista li{ line-height: 1.5em; } /*Fim Section Sobre*/ /*Section Especialidade*/ .cards{ display: flex; flex-flow: row wrap; justify-content: space-around; } .cards-especialidade{ width: 30%; display: flex; flex-direction: column; z-index: 3; box-shadow: 0px 1px 10px rgb(0 0 0 / 50%); color:#0000008c; text-align: center; margin: 15px; } .cards-especialidade img{ width: 100%; } .cards-especialidade figcaption{ color:#0000008c; text-decoration: none; padding: 10px 0; } .btn-horarios{ display: flex; justify-content: center; margin-top: 10px; } .btn-horarios a{ color: #fff; font-weight: bold; padding: 10px; background-color: rgb(0, 195, 255); } /*Fim Section Especialidade*/ iframe{ width: 100%; height: 80vh; } /*Footer*/ .rodape{ width: 100%; height: 200px; background-color: #0d6e71; } .container-rodape{ color: #fff; text-align: center; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container-rodape img{ width: 20%; } /*Fim Footer*/
0.368292
0.065635
body { background: radial-gradient(white, #f8f8f8 70%, #b8b8b8 99%) fixed; } #logo { padding: 40px; display: inline-block; vertical-align: middle; } #footer { width: 100% } .btn-group { display: inline-flex; vertical-align: middle; padding: 40px; border-left: 2px solid #8c8c8c; flex-direction: column; justify-content: space-between; height: 311; } .b1, .btn-group button { display: inline-block; background-color: transparent; border: 2px solid #8c8c8c; width: 206px; height: 53px; border-radius: 26px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 26 } .btn-group button:first-child { background-color: #157e15; color: white; border: none; } .b2 { display: inline-block; background-color: transparent; border: 2px solid #8c8c8c; height: 23px; border-radius: 12px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 12 } .no-radius { border-radius: 0px } .full { height: 100%; width: 100%; } .spaced { margin: 0px 50px; } .wide-margin { margin: 0px 150px; } #center-box { position: relative; top: 50%; transform: translateY(-50%); text-align: center; } .wrapper { position:relative; width:300px; height:300px; } .center-text { text-align: center; } .overlap-canvas{ touch-action: none; position:absolute; top:0px; left:0px; } .layer0{ z-index: 0; } .layer1{ z-index: 1; } .layer2{ z-index: 2; } .right{ float:right; } .left{ float:left; } .middle{ float:center; } .center{ position: relative; top: 50%; transform: translateY(-50%); text-align: center; } .textFont{ font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 26; float:left; } .flat{ display: flex; width:100%; } .row{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin-top: 100px; } .topbar{ position:relative; flex-direction: row; height:200px; width:90%; padding: 0; border-left: 0; margin: auto; } .topbar button { margin-top: 50px; } .display-panel { display:inline-block; margin-top: 60px; padding: 0px 25px; background-color: transparent; border: 2px solid #8c8c8c; border-radius: 26px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 14 } .margin{ margin: 0 10px; } .wrap { display: inline-block; width: 100%; text-align: center; } .even-spaced { display: flex; justify-content: space-between; margin: 15px 10px; } .table-normal { position: relative; padding: 0; width: 100%; height: auto; border-collapse: collapse; text-align: center; background-color: transparent; border: 2px solid #8c8c8c; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 14 } .table-normal thead tr { font-weight: bold; } .table-normal tr td { padding: 4px 8px; border: 2px solid #8c8c8c; } .table-normal tbody tr:nth-child(2n) { background-color: #cccccc; } .table-panel { display:inline-block; margin-top: 60px; width: 500px; vertical-align: top; } .vertical-padding { padding-top: 20px; padding-bottom: 20px }
data/web_srv/css/styles.css
body { background: radial-gradient(white, #f8f8f8 70%, #b8b8b8 99%) fixed; } #logo { padding: 40px; display: inline-block; vertical-align: middle; } #footer { width: 100% } .btn-group { display: inline-flex; vertical-align: middle; padding: 40px; border-left: 2px solid #8c8c8c; flex-direction: column; justify-content: space-between; height: 311; } .b1, .btn-group button { display: inline-block; background-color: transparent; border: 2px solid #8c8c8c; width: 206px; height: 53px; border-radius: 26px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 26 } .btn-group button:first-child { background-color: #157e15; color: white; border: none; } .b2 { display: inline-block; background-color: transparent; border: 2px solid #8c8c8c; height: 23px; border-radius: 12px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 12 } .no-radius { border-radius: 0px } .full { height: 100%; width: 100%; } .spaced { margin: 0px 50px; } .wide-margin { margin: 0px 150px; } #center-box { position: relative; top: 50%; transform: translateY(-50%); text-align: center; } .wrapper { position:relative; width:300px; height:300px; } .center-text { text-align: center; } .overlap-canvas{ touch-action: none; position:absolute; top:0px; left:0px; } .layer0{ z-index: 0; } .layer1{ z-index: 1; } .layer2{ z-index: 2; } .right{ float:right; } .left{ float:left; } .middle{ float:center; } .center{ position: relative; top: 50%; transform: translateY(-50%); text-align: center; } .textFont{ font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 26; float:left; } .flat{ display: flex; width:100%; } .row{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin-top: 100px; } .topbar{ position:relative; flex-direction: row; height:200px; width:90%; padding: 0; border-left: 0; margin: auto; } .topbar button { margin-top: 50px; } .display-panel { display:inline-block; margin-top: 60px; padding: 0px 25px; background-color: transparent; border: 2px solid #8c8c8c; border-radius: 26px; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 14 } .margin{ margin: 0 10px; } .wrap { display: inline-block; width: 100%; text-align: center; } .even-spaced { display: flex; justify-content: space-between; margin: 15px 10px; } .table-normal { position: relative; padding: 0; width: 100%; height: auto; border-collapse: collapse; text-align: center; background-color: transparent; border: 2px solid #8c8c8c; color: #3c3c3c; font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif; font-size: 14 } .table-normal thead tr { font-weight: bold; } .table-normal tr td { padding: 4px 8px; border: 2px solid #8c8c8c; } .table-normal tbody tr:nth-child(2n) { background-color: #cccccc; } .table-panel { display:inline-block; margin-top: 60px; width: 500px; vertical-align: top; } .vertical-padding { padding-top: 20px; padding-bottom: 20px }
0.480966
0.079926
.g5v4-sprite-shiny span { background-image: url(../img/spritesheet_medium_g5v4_shiny.png); background-repeat: no-repeat; display: block; } #menu.g5v4-sprite-shiny span { float: left; position: relative; top: -15px; left: -10px; } .g5v4-sprite-shiny-495_00 { width: 72px; height: 72px; background-position: 0 0; } .g5v4-sprite-shiny-496_00 { width: 72px; height: 72px; background-position: -72px 0; } .g5v4-sprite-shiny-497_00 { width: 72px; height: 72px; background-position: -144px 0; } .g5v4-sprite-shiny-498_00 { width: 72px; height: 72px; background-position: -216px 0; } .g5v4-sprite-shiny-499_00 { width: 72px; height: 72px; background-position: -288px 0; } .g5v4-sprite-shiny-500_00 { width: 72px; height: 72px; background-position: -360px 0; } .g5v4-sprite-shiny-501_00 { width: 72px; height: 72px; background-position: -432px 0; } .g5v4-sprite-shiny-502_00 { width: 72px; height: 72px; background-position: -504px 0; } .g5v4-sprite-shiny-503_00 { width: 72px; height: 72px; background-position: -576px 0; } .g5v4-sprite-shiny-504_00 { width: 72px; height: 72px; background-position: -648px 0; } .g5v4-sprite-shiny-505_00 { width: 72px; height: 72px; background-position: -720px 0; } .g5v4-sprite-shiny-506_00 { width: 72px; height: 72px; background-position: 0 -72px; } .g5v4-sprite-shiny-507_00 { width: 72px; height: 72px; background-position: -72px -72px; } .g5v4-sprite-shiny-508_00 { width: 72px; height: 72px; background-position: -144px -72px; } .g5v4-sprite-shiny-509_00 { width: 72px; height: 72px; background-position: -216px -72px; } .g5v4-sprite-shiny-510_00 { width: 72px; height: 72px; background-position: -288px -72px; } .g5v4-sprite-shiny-511_00 { width: 72px; height: 72px; background-position: -360px -72px; } .g5v4-sprite-shiny-512_00 { width: 72px; height: 72px; background-position: -432px -72px; } .g5v4-sprite-shiny-513_00 { width: 72px; height: 72px; background-position: -504px -72px; } .g5v4-sprite-shiny-514_00 { width: 72px; height: 72px; background-position: -576px -72px; } .g5v4-sprite-shiny-515_00 { width: 72px; height: 72px; background-position: -648px -72px; } .g5v4-sprite-shiny-516_00 { width: 72px; height: 72px; background-position: -720px -72px; } .g5v4-sprite-shiny-517_00 { width: 72px; height: 72px; background-position: 0 -144px; } .g5v4-sprite-shiny-518_00 { width: 72px; height: 72px; background-position: -72px -144px; } .g5v4-sprite-shiny-519_00 { width: 72px; height: 72px; background-position: -144px -144px; } .g5v4-sprite-shiny-520_00 { width: 72px; height: 72px; background-position: -216px -144px; } .g5v4-sprite-shiny-521_00 { width: 72px; height: 72px; background-position: -288px -144px; } .g5v4-sprite-shiny-521_01 { width: 72px; height: 72px; background-position: -360px -144px; } .g5v4-sprite-shiny-522_00 { width: 72px; height: 72px; background-position: -432px -144px; } .g5v4-sprite-shiny-523_00 { width: 72px; height: 72px; background-position: -504px -144px; } .g5v4-sprite-shiny-524_00 { width: 72px; height: 72px; background-position: -576px -144px; } .g5v4-sprite-shiny-525_00 { width: 72px; height: 72px; background-position: -648px -144px; } .g5v4-sprite-shiny-526_00 { width: 72px; height: 72px; background-position: -720px -144px; } .g5v4-sprite-shiny-527_00 { width: 72px; height: 72px; background-position: 0 -216px; } .g5v4-sprite-shiny-528_00 { width: 72px; height: 72px; background-position: -72px -216px; } .g5v4-sprite-shiny-529_00 { width: 72px; height: 72px; background-position: -144px -216px; } .g5v4-sprite-shiny-530_00 { width: 72px; height: 72px; background-position: -216px -216px; } .g5v4-sprite-shiny-531_00 { width: 72px; height: 72px; background-position: -288px -216px; } .g5v4-sprite-shiny-532_00 { width: 72px; height: 72px; background-position: -360px -216px; } .g5v4-sprite-shiny-533_00 { width: 72px; height: 72px; background-position: -432px -216px; } .g5v4-sprite-shiny-534_00 { width: 72px; height: 72px; background-position: -504px -216px; } .g5v4-sprite-shiny-535_00 { width: 72px; height: 72px; background-position: -576px -216px; } .g5v4-sprite-shiny-536_00 { width: 72px; height: 72px; background-position: -648px -216px; } .g5v4-sprite-shiny-537_00 { width: 72px; height: 72px; background-position: -720px -216px; } .g5v4-sprite-shiny-538_00 { width: 72px; height: 72px; background-position: 0 -288px; } .g5v4-sprite-shiny-539_00 { width: 72px; height: 72px; background-position: -72px -288px; } .g5v4-sprite-shiny-540_00 { width: 72px; height: 72px; background-position: -144px -288px; } .g5v4-sprite-shiny-541_00 { width: 72px; height: 72px; background-position: -216px -288px; } .g5v4-sprite-shiny-542_00 { width: 72px; height: 72px; background-position: -288px -288px; } .g5v4-sprite-shiny-543_00 { width: 72px; height: 72px; background-position: -360px -288px; } .g5v4-sprite-shiny-544_00 { width: 72px; height: 72px; background-position: -432px -288px; } .g5v4-sprite-shiny-545_00 { width: 72px; height: 72px; background-position: -504px -288px; } .g5v4-sprite-shiny-546_00 { width: 72px; height: 72px; background-position: -576px -288px; } .g5v4-sprite-shiny-547_00 { width: 72px; height: 72px; background-position: -648px -288px; } .g5v4-sprite-shiny-548_00 { width: 72px; height: 72px; background-position: -720px -288px; } .g5v4-sprite-shiny-549_00 { width: 72px; height: 72px; background-position: 0 -360px; } .g5v4-sprite-shiny-550_00 { width: 72px; height: 72px; background-position: -72px -360px; } .g5v4-sprite-shiny-550_11 { width: 72px; height: 72px; background-position: -144px -360px; } .g5v4-sprite-shiny-550_12 { width: 72px; height: 72px; background-position: -216px -360px; } .g5v4-sprite-shiny-551_00 { width: 72px; height: 72px; background-position: -288px -360px; } .g5v4-sprite-shiny-552_00 { width: 72px; height: 72px; background-position: -360px -360px; } .g5v4-sprite-shiny-553_00 { width: 72px; height: 72px; background-position: -432px -360px; } .g5v4-sprite-shiny-554_00 { width: 72px; height: 72px; background-position: -504px -360px; } .g5v4-sprite-shiny-555_00 { width: 72px; height: 72px; background-position: -576px -360px; } .g5v4-sprite-shiny-555_11 { width: 72px; height: 72px; background-position: -648px -360px; } .g5v4-sprite-shiny-555_12 { width: 72px; height: 72px; background-position: -720px -360px; } .g5v4-sprite-shiny-556_00 { width: 72px; height: 72px; background-position: 0 -432px; } .g5v4-sprite-shiny-557_00 { width: 72px; height: 72px; background-position: -72px -432px; } .g5v4-sprite-shiny-558_00 { width: 72px; height: 72px; background-position: -144px -432px; } .g5v4-sprite-shiny-559_00 { width: 72px; height: 72px; background-position: -216px -432px; } .g5v4-sprite-shiny-560_00 { width: 72px; height: 72px; background-position: -288px -432px; } .g5v4-sprite-shiny-561_00 { width: 72px; height: 72px; background-position: -360px -432px; } .g5v4-sprite-shiny-562_00 { width: 72px; height: 72px; background-position: -432px -432px; } .g5v4-sprite-shiny-563_00 { width: 72px; height: 72px; background-position: -504px -432px; } .g5v4-sprite-shiny-564_00 { width: 72px; height: 72px; background-position: -576px -432px; } .g5v4-sprite-shiny-565_00 { width: 72px; height: 72px; background-position: -648px -432px; } .g5v4-sprite-shiny-566_00 { width: 72px; height: 72px; background-position: -720px -432px; } .g5v4-sprite-shiny-567_00 { width: 72px; height: 72px; background-position: 0 -504px; } .g5v4-sprite-shiny-568_00 { width: 72px; height: 72px; background-position: -72px -504px; } .g5v4-sprite-shiny-569_00 { width: 72px; height: 72px; background-position: -144px -504px; } .g5v4-sprite-shiny-570_00 { width: 72px; height: 72px; background-position: -216px -504px; } .g5v4-sprite-shiny-571_00 { width: 72px; height: 72px; background-position: -288px -504px; } .g5v4-sprite-shiny-572_00 { width: 72px; height: 72px; background-position: -360px -504px; } .g5v4-sprite-shiny-573_00 { width: 72px; height: 72px; background-position: -432px -504px; } .g5v4-sprite-shiny-574_00 { width: 72px; height: 72px; background-position: -504px -504px; } .g5v4-sprite-shiny-575_00 { width: 72px; height: 72px; background-position: -576px -504px; } .g5v4-sprite-shiny-576_00 { width: 72px; height: 72px; background-position: -648px -504px; } .g5v4-sprite-shiny-577_00 { width: 72px; height: 72px; background-position: -720px -504px; } .g5v4-sprite-shiny-578_00 { width: 72px; height: 72px; background-position: 0 -576px; } .g5v4-sprite-shiny-579_00 { width: 72px; height: 72px; background-position: -72px -576px; } .g5v4-sprite-shiny-580_00 { width: 72px; height: 72px; background-position: -144px -576px; } .g5v4-sprite-shiny-581_00 { width: 72px; height: 72px; background-position: -216px -576px; } .g5v4-sprite-shiny-582_00 { width: 72px; height: 72px; background-position: -288px -576px; } .g5v4-sprite-shiny-583_00 { width: 72px; height: 72px; background-position: -360px -576px; } .g5v4-sprite-shiny-584_00 { width: 72px; height: 72px; background-position: -432px -576px; } .g5v4-sprite-shiny-585_00 { width: 72px; height: 72px; background-position: -504px -576px; } .g5v4-sprite-shiny-585_11 { width: 72px; height: 72px; background-position: -576px -576px; } .g5v4-sprite-shiny-585_12 { width: 72px; height: 72px; background-position: -648px -576px; } .g5v4-sprite-shiny-585_13 { width: 72px; height: 72px; background-position: -720px -576px; } .g5v4-sprite-shiny-585_14 { width: 72px; height: 72px; background-position: 0 -648px; } .g5v4-sprite-shiny-586_00 { width: 72px; height: 72px; background-position: -72px -648px; } .g5v4-sprite-shiny-586_11 { width: 72px; height: 72px; background-position: -144px -648px; } .g5v4-sprite-shiny-586_12 { width: 72px; height: 72px; background-position: -216px -648px; } .g5v4-sprite-shiny-586_13 { width: 72px; height: 72px; background-position: -288px -648px; } .g5v4-sprite-shiny-586_14 { width: 72px; height: 72px; background-position: -360px -648px; } .g5v4-sprite-shiny-587_00 { width: 72px; height: 72px; background-position: -432px -648px; } .g5v4-sprite-shiny-588_00 { width: 72px; height: 72px; background-position: -504px -648px; } .g5v4-sprite-shiny-589_00 { width: 72px; height: 72px; background-position: -576px -648px; } .g5v4-sprite-shiny-590_00 { width: 72px; height: 72px; background-position: -648px -648px; } .g5v4-sprite-shiny-591_00 { width: 72px; height: 72px; background-position: -720px -648px; } .g5v4-sprite-shiny-592_00 { width: 72px; height: 72px; background-position: 0 -720px; } .g5v4-sprite-shiny-593_00 { width: 72px; height: 72px; background-position: -72px -720px; } .g5v4-sprite-shiny-594_00 { width: 72px; height: 72px; background-position: -144px -720px; } .g5v4-sprite-shiny-595_00 { width: 72px; height: 72px; background-position: -216px -720px; } .g5v4-sprite-shiny-596_00 { width: 72px; height: 72px; background-position: -288px -720px; } .g5v4-sprite-shiny-597_00 { width: 72px; height: 72px; background-position: -360px -720px; } .g5v4-sprite-shiny-598_00 { width: 72px; height: 72px; background-position: -432px -720px; } .g5v4-sprite-shiny-599_00 { width: 72px; height: 72px; background-position: -504px -720px; } .g5v4-sprite-shiny-600_00 { width: 72px; height: 72px; background-position: -576px -720px; } .g5v4-sprite-shiny-601_00 { width: 72px; height: 72px; background-position: -648px -720px; } .g5v4-sprite-shiny-602_00 { width: 72px; height: 72px; background-position: -720px -720px; } .g5v4-sprite-shiny-603_00 { width: 72px; height: 72px; background-position: -792px 0; } .g5v4-sprite-shiny-604_00 { width: 72px; height: 72px; background-position: -792px -72px; } .g5v4-sprite-shiny-605_00 { width: 72px; height: 72px; background-position: -792px -144px; } .g5v4-sprite-shiny-606_00 { width: 72px; height: 72px; background-position: -792px -216px; } .g5v4-sprite-shiny-607_00 { width: 72px; height: 72px; background-position: -792px -288px; } .g5v4-sprite-shiny-608_00 { width: 72px; height: 72px; background-position: -792px -360px; } .g5v4-sprite-shiny-609_00 { width: 72px; height: 72px; background-position: -792px -432px; } .g5v4-sprite-shiny-610_00 { width: 72px; height: 72px; background-position: -792px -504px; } .g5v4-sprite-shiny-611_00 { width: 72px; height: 72px; background-position: -792px -576px; } .g5v4-sprite-shiny-612_00 { width: 72px; height: 72px; background-position: -792px -648px; } .g5v4-sprite-shiny-613_00 { width: 72px; height: 72px; background-position: -792px -720px; } .g5v4-sprite-shiny-614_00 { width: 72px; height: 72px; background-position: 0 -792px; } .g5v4-sprite-shiny-615_00 { width: 72px; height: 72px; background-position: -72px -792px; } .g5v4-sprite-shiny-616_00 { width: 72px; height: 72px; background-position: -144px -792px; }
monocle/static/css/spritesheet_medium_g5v4_shiny.css
.g5v4-sprite-shiny span { background-image: url(../img/spritesheet_medium_g5v4_shiny.png); background-repeat: no-repeat; display: block; } #menu.g5v4-sprite-shiny span { float: left; position: relative; top: -15px; left: -10px; } .g5v4-sprite-shiny-495_00 { width: 72px; height: 72px; background-position: 0 0; } .g5v4-sprite-shiny-496_00 { width: 72px; height: 72px; background-position: -72px 0; } .g5v4-sprite-shiny-497_00 { width: 72px; height: 72px; background-position: -144px 0; } .g5v4-sprite-shiny-498_00 { width: 72px; height: 72px; background-position: -216px 0; } .g5v4-sprite-shiny-499_00 { width: 72px; height: 72px; background-position: -288px 0; } .g5v4-sprite-shiny-500_00 { width: 72px; height: 72px; background-position: -360px 0; } .g5v4-sprite-shiny-501_00 { width: 72px; height: 72px; background-position: -432px 0; } .g5v4-sprite-shiny-502_00 { width: 72px; height: 72px; background-position: -504px 0; } .g5v4-sprite-shiny-503_00 { width: 72px; height: 72px; background-position: -576px 0; } .g5v4-sprite-shiny-504_00 { width: 72px; height: 72px; background-position: -648px 0; } .g5v4-sprite-shiny-505_00 { width: 72px; height: 72px; background-position: -720px 0; } .g5v4-sprite-shiny-506_00 { width: 72px; height: 72px; background-position: 0 -72px; } .g5v4-sprite-shiny-507_00 { width: 72px; height: 72px; background-position: -72px -72px; } .g5v4-sprite-shiny-508_00 { width: 72px; height: 72px; background-position: -144px -72px; } .g5v4-sprite-shiny-509_00 { width: 72px; height: 72px; background-position: -216px -72px; } .g5v4-sprite-shiny-510_00 { width: 72px; height: 72px; background-position: -288px -72px; } .g5v4-sprite-shiny-511_00 { width: 72px; height: 72px; background-position: -360px -72px; } .g5v4-sprite-shiny-512_00 { width: 72px; height: 72px; background-position: -432px -72px; } .g5v4-sprite-shiny-513_00 { width: 72px; height: 72px; background-position: -504px -72px; } .g5v4-sprite-shiny-514_00 { width: 72px; height: 72px; background-position: -576px -72px; } .g5v4-sprite-shiny-515_00 { width: 72px; height: 72px; background-position: -648px -72px; } .g5v4-sprite-shiny-516_00 { width: 72px; height: 72px; background-position: -720px -72px; } .g5v4-sprite-shiny-517_00 { width: 72px; height: 72px; background-position: 0 -144px; } .g5v4-sprite-shiny-518_00 { width: 72px; height: 72px; background-position: -72px -144px; } .g5v4-sprite-shiny-519_00 { width: 72px; height: 72px; background-position: -144px -144px; } .g5v4-sprite-shiny-520_00 { width: 72px; height: 72px; background-position: -216px -144px; } .g5v4-sprite-shiny-521_00 { width: 72px; height: 72px; background-position: -288px -144px; } .g5v4-sprite-shiny-521_01 { width: 72px; height: 72px; background-position: -360px -144px; } .g5v4-sprite-shiny-522_00 { width: 72px; height: 72px; background-position: -432px -144px; } .g5v4-sprite-shiny-523_00 { width: 72px; height: 72px; background-position: -504px -144px; } .g5v4-sprite-shiny-524_00 { width: 72px; height: 72px; background-position: -576px -144px; } .g5v4-sprite-shiny-525_00 { width: 72px; height: 72px; background-position: -648px -144px; } .g5v4-sprite-shiny-526_00 { width: 72px; height: 72px; background-position: -720px -144px; } .g5v4-sprite-shiny-527_00 { width: 72px; height: 72px; background-position: 0 -216px; } .g5v4-sprite-shiny-528_00 { width: 72px; height: 72px; background-position: -72px -216px; } .g5v4-sprite-shiny-529_00 { width: 72px; height: 72px; background-position: -144px -216px; } .g5v4-sprite-shiny-530_00 { width: 72px; height: 72px; background-position: -216px -216px; } .g5v4-sprite-shiny-531_00 { width: 72px; height: 72px; background-position: -288px -216px; } .g5v4-sprite-shiny-532_00 { width: 72px; height: 72px; background-position: -360px -216px; } .g5v4-sprite-shiny-533_00 { width: 72px; height: 72px; background-position: -432px -216px; } .g5v4-sprite-shiny-534_00 { width: 72px; height: 72px; background-position: -504px -216px; } .g5v4-sprite-shiny-535_00 { width: 72px; height: 72px; background-position: -576px -216px; } .g5v4-sprite-shiny-536_00 { width: 72px; height: 72px; background-position: -648px -216px; } .g5v4-sprite-shiny-537_00 { width: 72px; height: 72px; background-position: -720px -216px; } .g5v4-sprite-shiny-538_00 { width: 72px; height: 72px; background-position: 0 -288px; } .g5v4-sprite-shiny-539_00 { width: 72px; height: 72px; background-position: -72px -288px; } .g5v4-sprite-shiny-540_00 { width: 72px; height: 72px; background-position: -144px -288px; } .g5v4-sprite-shiny-541_00 { width: 72px; height: 72px; background-position: -216px -288px; } .g5v4-sprite-shiny-542_00 { width: 72px; height: 72px; background-position: -288px -288px; } .g5v4-sprite-shiny-543_00 { width: 72px; height: 72px; background-position: -360px -288px; } .g5v4-sprite-shiny-544_00 { width: 72px; height: 72px; background-position: -432px -288px; } .g5v4-sprite-shiny-545_00 { width: 72px; height: 72px; background-position: -504px -288px; } .g5v4-sprite-shiny-546_00 { width: 72px; height: 72px; background-position: -576px -288px; } .g5v4-sprite-shiny-547_00 { width: 72px; height: 72px; background-position: -648px -288px; } .g5v4-sprite-shiny-548_00 { width: 72px; height: 72px; background-position: -720px -288px; } .g5v4-sprite-shiny-549_00 { width: 72px; height: 72px; background-position: 0 -360px; } .g5v4-sprite-shiny-550_00 { width: 72px; height: 72px; background-position: -72px -360px; } .g5v4-sprite-shiny-550_11 { width: 72px; height: 72px; background-position: -144px -360px; } .g5v4-sprite-shiny-550_12 { width: 72px; height: 72px; background-position: -216px -360px; } .g5v4-sprite-shiny-551_00 { width: 72px; height: 72px; background-position: -288px -360px; } .g5v4-sprite-shiny-552_00 { width: 72px; height: 72px; background-position: -360px -360px; } .g5v4-sprite-shiny-553_00 { width: 72px; height: 72px; background-position: -432px -360px; } .g5v4-sprite-shiny-554_00 { width: 72px; height: 72px; background-position: -504px -360px; } .g5v4-sprite-shiny-555_00 { width: 72px; height: 72px; background-position: -576px -360px; } .g5v4-sprite-shiny-555_11 { width: 72px; height: 72px; background-position: -648px -360px; } .g5v4-sprite-shiny-555_12 { width: 72px; height: 72px; background-position: -720px -360px; } .g5v4-sprite-shiny-556_00 { width: 72px; height: 72px; background-position: 0 -432px; } .g5v4-sprite-shiny-557_00 { width: 72px; height: 72px; background-position: -72px -432px; } .g5v4-sprite-shiny-558_00 { width: 72px; height: 72px; background-position: -144px -432px; } .g5v4-sprite-shiny-559_00 { width: 72px; height: 72px; background-position: -216px -432px; } .g5v4-sprite-shiny-560_00 { width: 72px; height: 72px; background-position: -288px -432px; } .g5v4-sprite-shiny-561_00 { width: 72px; height: 72px; background-position: -360px -432px; } .g5v4-sprite-shiny-562_00 { width: 72px; height: 72px; background-position: -432px -432px; } .g5v4-sprite-shiny-563_00 { width: 72px; height: 72px; background-position: -504px -432px; } .g5v4-sprite-shiny-564_00 { width: 72px; height: 72px; background-position: -576px -432px; } .g5v4-sprite-shiny-565_00 { width: 72px; height: 72px; background-position: -648px -432px; } .g5v4-sprite-shiny-566_00 { width: 72px; height: 72px; background-position: -720px -432px; } .g5v4-sprite-shiny-567_00 { width: 72px; height: 72px; background-position: 0 -504px; } .g5v4-sprite-shiny-568_00 { width: 72px; height: 72px; background-position: -72px -504px; } .g5v4-sprite-shiny-569_00 { width: 72px; height: 72px; background-position: -144px -504px; } .g5v4-sprite-shiny-570_00 { width: 72px; height: 72px; background-position: -216px -504px; } .g5v4-sprite-shiny-571_00 { width: 72px; height: 72px; background-position: -288px -504px; } .g5v4-sprite-shiny-572_00 { width: 72px; height: 72px; background-position: -360px -504px; } .g5v4-sprite-shiny-573_00 { width: 72px; height: 72px; background-position: -432px -504px; } .g5v4-sprite-shiny-574_00 { width: 72px; height: 72px; background-position: -504px -504px; } .g5v4-sprite-shiny-575_00 { width: 72px; height: 72px; background-position: -576px -504px; } .g5v4-sprite-shiny-576_00 { width: 72px; height: 72px; background-position: -648px -504px; } .g5v4-sprite-shiny-577_00 { width: 72px; height: 72px; background-position: -720px -504px; } .g5v4-sprite-shiny-578_00 { width: 72px; height: 72px; background-position: 0 -576px; } .g5v4-sprite-shiny-579_00 { width: 72px; height: 72px; background-position: -72px -576px; } .g5v4-sprite-shiny-580_00 { width: 72px; height: 72px; background-position: -144px -576px; } .g5v4-sprite-shiny-581_00 { width: 72px; height: 72px; background-position: -216px -576px; } .g5v4-sprite-shiny-582_00 { width: 72px; height: 72px; background-position: -288px -576px; } .g5v4-sprite-shiny-583_00 { width: 72px; height: 72px; background-position: -360px -576px; } .g5v4-sprite-shiny-584_00 { width: 72px; height: 72px; background-position: -432px -576px; } .g5v4-sprite-shiny-585_00 { width: 72px; height: 72px; background-position: -504px -576px; } .g5v4-sprite-shiny-585_11 { width: 72px; height: 72px; background-position: -576px -576px; } .g5v4-sprite-shiny-585_12 { width: 72px; height: 72px; background-position: -648px -576px; } .g5v4-sprite-shiny-585_13 { width: 72px; height: 72px; background-position: -720px -576px; } .g5v4-sprite-shiny-585_14 { width: 72px; height: 72px; background-position: 0 -648px; } .g5v4-sprite-shiny-586_00 { width: 72px; height: 72px; background-position: -72px -648px; } .g5v4-sprite-shiny-586_11 { width: 72px; height: 72px; background-position: -144px -648px; } .g5v4-sprite-shiny-586_12 { width: 72px; height: 72px; background-position: -216px -648px; } .g5v4-sprite-shiny-586_13 { width: 72px; height: 72px; background-position: -288px -648px; } .g5v4-sprite-shiny-586_14 { width: 72px; height: 72px; background-position: -360px -648px; } .g5v4-sprite-shiny-587_00 { width: 72px; height: 72px; background-position: -432px -648px; } .g5v4-sprite-shiny-588_00 { width: 72px; height: 72px; background-position: -504px -648px; } .g5v4-sprite-shiny-589_00 { width: 72px; height: 72px; background-position: -576px -648px; } .g5v4-sprite-shiny-590_00 { width: 72px; height: 72px; background-position: -648px -648px; } .g5v4-sprite-shiny-591_00 { width: 72px; height: 72px; background-position: -720px -648px; } .g5v4-sprite-shiny-592_00 { width: 72px; height: 72px; background-position: 0 -720px; } .g5v4-sprite-shiny-593_00 { width: 72px; height: 72px; background-position: -72px -720px; } .g5v4-sprite-shiny-594_00 { width: 72px; height: 72px; background-position: -144px -720px; } .g5v4-sprite-shiny-595_00 { width: 72px; height: 72px; background-position: -216px -720px; } .g5v4-sprite-shiny-596_00 { width: 72px; height: 72px; background-position: -288px -720px; } .g5v4-sprite-shiny-597_00 { width: 72px; height: 72px; background-position: -360px -720px; } .g5v4-sprite-shiny-598_00 { width: 72px; height: 72px; background-position: -432px -720px; } .g5v4-sprite-shiny-599_00 { width: 72px; height: 72px; background-position: -504px -720px; } .g5v4-sprite-shiny-600_00 { width: 72px; height: 72px; background-position: -576px -720px; } .g5v4-sprite-shiny-601_00 { width: 72px; height: 72px; background-position: -648px -720px; } .g5v4-sprite-shiny-602_00 { width: 72px; height: 72px; background-position: -720px -720px; } .g5v4-sprite-shiny-603_00 { width: 72px; height: 72px; background-position: -792px 0; } .g5v4-sprite-shiny-604_00 { width: 72px; height: 72px; background-position: -792px -72px; } .g5v4-sprite-shiny-605_00 { width: 72px; height: 72px; background-position: -792px -144px; } .g5v4-sprite-shiny-606_00 { width: 72px; height: 72px; background-position: -792px -216px; } .g5v4-sprite-shiny-607_00 { width: 72px; height: 72px; background-position: -792px -288px; } .g5v4-sprite-shiny-608_00 { width: 72px; height: 72px; background-position: -792px -360px; } .g5v4-sprite-shiny-609_00 { width: 72px; height: 72px; background-position: -792px -432px; } .g5v4-sprite-shiny-610_00 { width: 72px; height: 72px; background-position: -792px -504px; } .g5v4-sprite-shiny-611_00 { width: 72px; height: 72px; background-position: -792px -576px; } .g5v4-sprite-shiny-612_00 { width: 72px; height: 72px; background-position: -792px -648px; } .g5v4-sprite-shiny-613_00 { width: 72px; height: 72px; background-position: -792px -720px; } .g5v4-sprite-shiny-614_00 { width: 72px; height: 72px; background-position: 0 -792px; } .g5v4-sprite-shiny-615_00 { width: 72px; height: 72px; background-position: -72px -792px; } .g5v4-sprite-shiny-616_00 { width: 72px; height: 72px; background-position: -144px -792px; }
0.332744
0.123155
body.location-list main > h2:first-child { margin-top: -0.75rem; } body.location-list main > h2:first-child a { color: inherit; text-decoration: none; display: block; } /* =Location List ----------------------------------------------- */ ul.location-list { list-style: none; padding-left: 0; } ul.location-list li + li { border-top: 1px solid rgba(0, 0, 0, 0.1); } main > ul.location-list { margin-top: 0; } /* SHIM: Avoid showing the unsorted content while the sorting is taking place */ ul.location-list.sorting li { visibility: hidden; } ul.location-list.sorting::before { content: "Finding nearest locations…"; display: block; } /* =Location Summary ----------------------------------------------- */ a.location-summary { display: block; color: inherit; text-decoration: none; } a.location-summary:hover, a.location-summary:active, a.location-summary:focus { color: inherit; } a.location-summary:hover h2, a.location-summary:active h2, a.location-summary:focus h2 { text-decoration: underline; } .location-summary h1, .location-summary h2 { margin-top: 0; margin-bottom: 0; font-size: 1.125em; line-height: 1.25; padding-left: 3rem; padding-right: 2.25rem; } .location-summary .address { margin-top: 0; margin-bottom: 0; } .location-summary .type a, .location-summary .address a { text-decoration: none; color: inherit; } .location-summary .open { color: rgb(66, 194, 231); text-transform: uppercase; font-size: 0.75em; font-weight: bold; letter-spacing: 1px; margin-bottom: 0; position: absolute; bottom: 0.75rem; /* @location-summary-padding */ right: 0; } .location-summary .type { font-style: italic; margin-top: 0; margin-bottom: 0; /*margin-bottom: 2.25em;*/ } .location-summary .distance { font-size: 0.75em; opacity: 0.5; margin-bottom: 0; position: absolute; bottom: 0.75rem; right: 0; top: 0.75em; text-align: right; } .location-summary .distance abbr { display: block; } .pop-up-market .location-summary .type, .restaurant .location-summary .type, .farmers-market .location-summary .type, .supermarket .location-summary .type { color: rgb(241, 95, 91); /* @strawberry */ } .community-garden .location-summary .type { color: rgb(144, 194, 70); /* @lime */ } .summer-lunch .location-summary .type, .orchard .location-summary .type, .food-pantry .location-summary .type { color: rgb(249, 192, 88); /* @canteloupe */ } .location-summary { position: relative; } header.location-summary, .location-list li:first-child .location-summary { margin-top: -0.75em; /* @location-summary-padding */ } /* SHIM: Reduce the space above the list on small screens */ @media (max-height: 45em) { header.location-summary, .location-list li:first-child .location-summary { margin-top: -1.5em; /* @location-summary-padding x 2 */ } } .location-summary { padding-top: 0.75em; /* @location-summary-padding */ padding-bottom: 0.75em; } .location-summary img { position: absolute; top: 0.375em; height: 2.25em; width: auto; } .location-summary img { top: 1.125em; /* @location-summary-padding + 0.375em */ } .location-summary img ~ span, .location-summary img ~ p { padding-left: 3rem; } .location-summary img { width: auto; height: 2.25em; vertical-align: middle; margin-right: 0.375em; }
assets/css/location-list.css
body.location-list main > h2:first-child { margin-top: -0.75rem; } body.location-list main > h2:first-child a { color: inherit; text-decoration: none; display: block; } /* =Location List ----------------------------------------------- */ ul.location-list { list-style: none; padding-left: 0; } ul.location-list li + li { border-top: 1px solid rgba(0, 0, 0, 0.1); } main > ul.location-list { margin-top: 0; } /* SHIM: Avoid showing the unsorted content while the sorting is taking place */ ul.location-list.sorting li { visibility: hidden; } ul.location-list.sorting::before { content: "Finding nearest locations…"; display: block; } /* =Location Summary ----------------------------------------------- */ a.location-summary { display: block; color: inherit; text-decoration: none; } a.location-summary:hover, a.location-summary:active, a.location-summary:focus { color: inherit; } a.location-summary:hover h2, a.location-summary:active h2, a.location-summary:focus h2 { text-decoration: underline; } .location-summary h1, .location-summary h2 { margin-top: 0; margin-bottom: 0; font-size: 1.125em; line-height: 1.25; padding-left: 3rem; padding-right: 2.25rem; } .location-summary .address { margin-top: 0; margin-bottom: 0; } .location-summary .type a, .location-summary .address a { text-decoration: none; color: inherit; } .location-summary .open { color: rgb(66, 194, 231); text-transform: uppercase; font-size: 0.75em; font-weight: bold; letter-spacing: 1px; margin-bottom: 0; position: absolute; bottom: 0.75rem; /* @location-summary-padding */ right: 0; } .location-summary .type { font-style: italic; margin-top: 0; margin-bottom: 0; /*margin-bottom: 2.25em;*/ } .location-summary .distance { font-size: 0.75em; opacity: 0.5; margin-bottom: 0; position: absolute; bottom: 0.75rem; right: 0; top: 0.75em; text-align: right; } .location-summary .distance abbr { display: block; } .pop-up-market .location-summary .type, .restaurant .location-summary .type, .farmers-market .location-summary .type, .supermarket .location-summary .type { color: rgb(241, 95, 91); /* @strawberry */ } .community-garden .location-summary .type { color: rgb(144, 194, 70); /* @lime */ } .summer-lunch .location-summary .type, .orchard .location-summary .type, .food-pantry .location-summary .type { color: rgb(249, 192, 88); /* @canteloupe */ } .location-summary { position: relative; } header.location-summary, .location-list li:first-child .location-summary { margin-top: -0.75em; /* @location-summary-padding */ } /* SHIM: Reduce the space above the list on small screens */ @media (max-height: 45em) { header.location-summary, .location-list li:first-child .location-summary { margin-top: -1.5em; /* @location-summary-padding x 2 */ } } .location-summary { padding-top: 0.75em; /* @location-summary-padding */ padding-bottom: 0.75em; } .location-summary img { position: absolute; top: 0.375em; height: 2.25em; width: auto; } .location-summary img { top: 1.125em; /* @location-summary-padding + 0.375em */ } .location-summary img ~ span, .location-summary img ~ p { padding-left: 3rem; } .location-summary img { width: auto; height: 2.25em; vertical-align: middle; margin-right: 0.375em; }
0.429669
0.087175
body { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); } .stacked-list { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } @media (min-width: 768px) { .stacked-list { margin-left: auto; margin-right: auto; width: 75%; } } .stacked-list .stacked-list-header > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .stacked-list .stacked-list-header { border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding: 1.25rem; } .stacked-list .stacked-list-header .stacked-list-header-title { margin: 0px; padding: 0px; font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; text-transform: uppercase; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button { display: inline-flex; flex-direction: row; align-items: center; } .stacked-list .stacked-list-header .stacked-list-header-actions button > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .stacked-list .stacked-list-header .stacked-list-header-actions button { border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button .icon { display: flex; flex-direction: column; justify-content: center; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button .icon svg { height: 1.25rem; width: 1.25rem; } .stacked-list .stacked-list-header-filters { display: flex; flex-direction: row; align-items: stretch; border-radius: 0.375rem; border-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild { margin: 0px; display: flex; flex: 1 1 0%; flex-direction: row; align-items: stretch; border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild .icon { display: flex; flex-direction: column; justify-content: center; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild .icon svg { height: 1.5rem; width: 1.5rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild input { flex: 1 1 0%; border-style: none; background-color: transparent; padding-left: 0.75rem; padding-right: 0.75rem; outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild input:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown { margin: 0px; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label { display: flex; height: 100%; flex-direction: column; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; border-left-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; text-align: center; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label select { height: 100%; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; border-style: none; outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label select:focus { outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-content { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } @media (min-width: 640px) { .stacked-list .stacked-list-content { padding-top: 1.5rem; padding-bottom: 1.5rem; } } .stacked-list-item { margin-bottom: 0.75rem; display: flex; flex-direction: column; align-items: center; justify-content: center; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); padding-top: 1.25rem; padding-bottom: 1.25rem; } @media (min-width: 640px) { .stacked-list-item { margin-bottom: 0px; display: block; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-top: 0.75rem; padding-bottom: 0.75rem; } } .stacked-list-item .avatar { display: flex; height: 4rem; width: 4rem; flex-direction: column; align-items: center; justify-content: center; border-radius: 9999px; --tw-bg-opacity: 1; background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(17, 24, 39, var(--tw-text-opacity)); } @media (min-width: 640px) { .stacked-list-item .avatar { margin-right: 0.75rem; height: 3rem; width: 3rem; } } @media (min-width: 768px) { .stacked-list-item .avatar { margin-right: 1.5rem; } } .stacked-list-item .avatar svg { height: 1.25rem; width: 1.25rem; } .stacked-list-item:last-child { border-width: 0px; } .stacked-list-item .content-row { margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-items: center; } .stacked-list-item .content-row > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); } @media (min-width: 640px) { .stacked-list-item .content-row { display: flex; width: 91.666667%; --tw-skew-y: 0deg; flex-direction: row; align-items: center; } .stacked-list-item .content-row > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .stacked-list-item .content-row { padding-top: 0px; } } .stacked-list-item .content-row .content-col { text-align: center; } @media (min-width: 640px) { .stacked-list-item .content-row .content-col { flex: 1 1 0%; border-left-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-left: 0.75rem; text-align: left; } } @media (min-width: 768px) { .stacked-list-item .content-row .content-col { padding-left: 1.5rem; } } .stacked-list-item .content-row .content-col .main-header { font-size: 1.125rem; line-height: 1.75rem; font-weight: 700; text-transform: capitalize; --tw-text-opacity: 1; color: rgba(30, 58, 138, var(--tw-text-opacity)); } @media (min-width: 640px) { .stacked-list-item .content-row .content-col .main-header { font-size: 1rem; line-height: 1.5rem; } } .stacked-list-item .content-row .content-col .meta { display: flex; flex-direction: row; align-items: center; } .stacked-list-item .content-row .content-col .meta > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } @media (min-width: 640px) { .stacked-list-item .content-row .content-col .meta > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.375rem * var(--tw-space-x-reverse)); margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); } } .stacked-list-item .content-row .content-col .meta .icon svg { height: 1rem; width: 1rem; } .stacked-list-item .content-row .content-col .meta .content { font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; --tw-text-opacity: 1; color: rgba(107, 114, 128, var(--tw-text-opacity)); } .stacked-list-item .content-row .content-col .header { font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; --tw-text-opacity: 1; color: rgba(31, 41, 55, var(--tw-text-opacity)); } .stacked-list-item .content-row .content-col .actions-buttons { display: flex; flex-direction: row; align-items: center; justify-content: center; } .stacked-list-item .content-row .content-col .actions-buttons button, .stacked-list-item .content-row .content-col .actions-buttons a { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-left: 1rem; padding-right: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; } .stacked-list-item .content-row .content-col .actions-buttons button:first-child, .stacked-list-item .content-row .content-col .actions-buttons a:first-child { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; border-left-width: 1px; } .stacked-list-item .content-row .content-col .actions-buttons button:last-child, .stacked-list-item .content-row .content-col .actions-buttons a:last-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
public/css/base.css
body { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); } .stacked-list { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } @media (min-width: 768px) { .stacked-list { margin-left: auto; margin-right: auto; width: 75%; } } .stacked-list .stacked-list-header > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .stacked-list .stacked-list-header { border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding: 1.25rem; } .stacked-list .stacked-list-header .stacked-list-header-title { margin: 0px; padding: 0px; font-size: 1.25rem; line-height: 1.75rem; font-weight: 600; text-transform: uppercase; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button { display: inline-flex; flex-direction: row; align-items: center; } .stacked-list .stacked-list-header .stacked-list-header-actions button > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .stacked-list .stacked-list-header .stacked-list-header-actions button { border-radius: 0.375rem; --tw-bg-opacity: 1; background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button .icon { display: flex; flex-direction: column; justify-content: center; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header .stacked-list-header-actions button .icon svg { height: 1.25rem; width: 1.25rem; } .stacked-list .stacked-list-header-filters { display: flex; flex-direction: row; align-items: stretch; border-radius: 0.375rem; border-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild { margin: 0px; display: flex; flex: 1 1 0%; flex-direction: row; align-items: stretch; border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild .icon { display: flex; flex-direction: column; justify-content: center; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild .icon svg { height: 1.5rem; width: 1.5rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild input { flex: 1 1 0%; border-style: none; background-color: transparent; padding-left: 0.75rem; padding-right: 0.75rem; outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-search-fild input:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown { margin: 0px; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label { display: flex; height: 100%; flex-direction: column; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; border-left-width: 1px; --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; text-align: center; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label select { height: 100%; border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; border-style: none; outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-header-filters .stacked-list-header-filters-dropdown label select:focus { outline: 2px solid transparent; outline-offset: 2px; } .stacked-list .stacked-list-content { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } @media (min-width: 640px) { .stacked-list .stacked-list-content { padding-top: 1.5rem; padding-bottom: 1.5rem; } } .stacked-list-item { margin-bottom: 0.75rem; display: flex; flex-direction: column; align-items: center; justify-content: center; --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); padding-top: 1.25rem; padding-bottom: 1.25rem; } @media (min-width: 640px) { .stacked-list-item { margin-bottom: 0px; display: block; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-top: 0.75rem; padding-bottom: 0.75rem; } } .stacked-list-item .avatar { display: flex; height: 4rem; width: 4rem; flex-direction: column; align-items: center; justify-content: center; border-radius: 9999px; --tw-bg-opacity: 1; background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgba(17, 24, 39, var(--tw-text-opacity)); } @media (min-width: 640px) { .stacked-list-item .avatar { margin-right: 0.75rem; height: 3rem; width: 3rem; } } @media (min-width: 768px) { .stacked-list-item .avatar { margin-right: 1.5rem; } } .stacked-list-item .avatar svg { height: 1.25rem; width: 1.25rem; } .stacked-list-item:last-child { border-width: 0px; } .stacked-list-item .content-row { margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-items: center; } .stacked-list-item .content-row > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); } @media (min-width: 640px) { .stacked-list-item .content-row { display: flex; width: 91.666667%; --tw-skew-y: 0deg; flex-direction: row; align-items: center; } .stacked-list-item .content-row > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .stacked-list-item .content-row { padding-top: 0px; } } .stacked-list-item .content-row .content-col { text-align: center; } @media (min-width: 640px) { .stacked-list-item .content-row .content-col { flex: 1 1 0%; border-left-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-left: 0.75rem; text-align: left; } } @media (min-width: 768px) { .stacked-list-item .content-row .content-col { padding-left: 1.5rem; } } .stacked-list-item .content-row .content-col .main-header { font-size: 1.125rem; line-height: 1.75rem; font-weight: 700; text-transform: capitalize; --tw-text-opacity: 1; color: rgba(30, 58, 138, var(--tw-text-opacity)); } @media (min-width: 640px) { .stacked-list-item .content-row .content-col .main-header { font-size: 1rem; line-height: 1.5rem; } } .stacked-list-item .content-row .content-col .meta { display: flex; flex-direction: row; align-items: center; } .stacked-list-item .content-row .content-col .meta > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } @media (min-width: 640px) { .stacked-list-item .content-row .content-col .meta > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.375rem * var(--tw-space-x-reverse)); margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); } } .stacked-list-item .content-row .content-col .meta .icon svg { height: 1rem; width: 1rem; } .stacked-list-item .content-row .content-col .meta .content { font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; --tw-text-opacity: 1; color: rgba(107, 114, 128, var(--tw-text-opacity)); } .stacked-list-item .content-row .content-col .header { font-size: 0.875rem; line-height: 1.25rem; font-weight: 500; --tw-text-opacity: 1; color: rgba(31, 41, 55, var(--tw-text-opacity)); } .stacked-list-item .content-row .content-col .actions-buttons { display: flex; flex-direction: row; align-items: center; justify-content: center; } .stacked-list-item .content-row .content-col .actions-buttons button, .stacked-list-item .content-row .content-col .actions-buttons a { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); padding-left: 1rem; padding-right: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; } .stacked-list-item .content-row .content-col .actions-buttons button:first-child, .stacked-list-item .content-row .content-col .actions-buttons a:first-child { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; border-left-width: 1px; } .stacked-list-item .content-row .content-col .actions-buttons button:last-child, .stacked-list-item .content-row .content-col .actions-buttons a:last-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
0.637369
0.119305
@import url("https://hello.myfonts.net/count/3eb4e6"); @font-face { font-family: 'BRHendrix'; font-weight: 300; font-dispay: optional; src: url('webfonts/BRHendrixLight/font.woff2') format('woff2'), url('webfonts/BRHendrixLight/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 500; font-dispay: optional; src: url('webfonts/BRHendrixMedium/font.woff2') format('woff2'), url('webfonts/BRHendrixMedium/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 300; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixLightItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixLightItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 400; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixRegularItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixRegularItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 400; font-dispay: optional; src: url('webfonts/BRHendrixRegular/font.woff2') format('woff2'), url('webfonts/BRHendrixRegular/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 900; font-dispay: optional; src: url('webfonts/BRHendrixBlack/font.woff2') format('woff2'), url('webfonts/BRHendrixBlack/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 700; font-dispay: optional; src: url('webfonts/BRHendrixBold/font.woff2') format('woff2'), url('webfonts/BRHendrixBold/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 500; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixMediumItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixMediumItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 600; font-dispay: optional; src: url('webfonts/BRHendrixSemiBold/font.woff2') format('woff2'), url('webfonts/BRHendrixSemiBold/font.woff') format('woff'); }
public/css/br-hendrix.css
@import url("https://hello.myfonts.net/count/3eb4e6"); @font-face { font-family: 'BRHendrix'; font-weight: 300; font-dispay: optional; src: url('webfonts/BRHendrixLight/font.woff2') format('woff2'), url('webfonts/BRHendrixLight/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 500; font-dispay: optional; src: url('webfonts/BRHendrixMedium/font.woff2') format('woff2'), url('webfonts/BRHendrixMedium/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 300; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixLightItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixLightItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 400; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixRegularItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixRegularItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 400; font-dispay: optional; src: url('webfonts/BRHendrixRegular/font.woff2') format('woff2'), url('webfonts/BRHendrixRegular/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 900; font-dispay: optional; src: url('webfonts/BRHendrixBlack/font.woff2') format('woff2'), url('webfonts/BRHendrixBlack/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 700; font-dispay: optional; src: url('webfonts/BRHendrixBold/font.woff2') format('woff2'), url('webfonts/BRHendrixBold/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 500; font-dispay: optional; font-style: italic; src: url('webfonts/BRHendrixMediumItalic/font.woff2') format('woff2'), url('webfonts/BRHendrixMediumItalic/font.woff') format('woff'); } @font-face { font-family: 'BRHendrix'; font-weight: 600; font-dispay: optional; src: url('webfonts/BRHendrixSemiBold/font.woff2') format('woff2'), url('webfonts/BRHendrixSemiBold/font.woff') format('woff'); }
0.366703
0.07333
.gm-style .controls { font-size: 28px; /* this adjusts the size of all the controls */ background-color: white; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; box-sizing: border-box; border-radius: 2px; cursor: pointer; font-weight: 300; height: 1em; margin: 6px; text-align: center; user-select: none; padding: 2px; width: 30px; height: 30px; border-radius: 4px; } .gm-style .controls button { border: 0; background-color: white; color: #92969c; outline: none; transition: 0.3s ease-in-out; } .gm-style .controls.zoom-control { display: flex; flex-direction: column; top: 60px !important; right: 20px !important; height: 64px; border: 1px solid #f7f7f7; } .gm-style .controls.zoom-control button { font: 0.85em Arial; margin: 1px; padding: 0; transition: 0.3s ease-in-out; } .gm-style .controls.zoom-control button:hover { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control { top: 20px !important; right: 20px !important; border: 1px solid #f7f7f7; } .gm-style .controls.fullscreen-control:hover button { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control button { display: block; font-size: 1em; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control button:hover { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control .fullscreen-control-icon { border-style: solid; height: 0.2em; position: absolute; width: 0.2em; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left { border-width: 2px 0 0 2px; left: 0.22em; top: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left { border-width: 0 2px 2px 0; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right { border-width: 2px 2px 0 0; right: 0.22em; top: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right { border-width: 0 0 2px 2px; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left { border-width: 0 0 2px 2px; left: 0.22em; bottom: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left { border-width: 2px 2px 0 0; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right { border-width: 0 2px 2px 0; right: 0.22em; bottom: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right { border-width: 2px 0 0 2px; } .gm-style .emojiContainer { transform: translate(-16px, -26px); }
src/components/Map/styles.css
.gm-style .controls { font-size: 28px; /* this adjusts the size of all the controls */ background-color: white; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; box-sizing: border-box; border-radius: 2px; cursor: pointer; font-weight: 300; height: 1em; margin: 6px; text-align: center; user-select: none; padding: 2px; width: 30px; height: 30px; border-radius: 4px; } .gm-style .controls button { border: 0; background-color: white; color: #92969c; outline: none; transition: 0.3s ease-in-out; } .gm-style .controls.zoom-control { display: flex; flex-direction: column; top: 60px !important; right: 20px !important; height: 64px; border: 1px solid #f7f7f7; } .gm-style .controls.zoom-control button { font: 0.85em Arial; margin: 1px; padding: 0; transition: 0.3s ease-in-out; } .gm-style .controls.zoom-control button:hover { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control { top: 20px !important; right: 20px !important; border: 1px solid #f7f7f7; } .gm-style .controls.fullscreen-control:hover button { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control button { display: block; font-size: 1em; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control button:hover { color: #3f4144; cursor: pointer; transition: 0.3s ease-in-out; } .gm-style .controls.fullscreen-control .fullscreen-control-icon { border-style: solid; height: 0.2em; position: absolute; width: 0.2em; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left { border-width: 2px 0 0 2px; left: 0.22em; top: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left { border-width: 0 2px 2px 0; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right { border-width: 2px 2px 0 0; right: 0.22em; top: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right { border-width: 0 0 2px 2px; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left { border-width: 0 0 2px 2px; left: 0.22em; bottom: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left { border-width: 2px 2px 0 0; } .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right { border-width: 0 2px 2px 0; right: 0.22em; bottom: 0.22em; } .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right { border-width: 2px 0 0 2px; } .gm-style .emojiContainer { transform: translate(-16px, -26px); }
0.50952
0.11129
.modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 100; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: scroll; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .filewidget { position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; width: 80%; max-width: 500px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } /* The Close Button */ .fw-close { color: black; float: right; font-size: 28px; font-weight: bold; } .fw-close:hover, .fw-close:focus { color: #000; text-decoration: none; cursor: pointer; } .fw-btn-frame td,th { border: none; } .fw-header { padding: 2px 16px; background-color: #e0e0e0; color: black; } .fw-but { min-width: 40px; border: 2px solid; border-radius:2px; box-shadow:1px 1px 1px #7F7F7F; } .fw-body { padding: 2px 16px; background-color: #F8F8F0; } .wrapper { overflow: scroll; height: 320px; } .fw-footer { padding: 2px 16px; background-color: #e0e0e0; color: black; } .tab_check { width: 1em; } .table_name { position:relative; /* margin:0px auto 20px 50px; */ color: #0000FF } .table_name a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_sort a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_bts { position:relative; /*margin:0px auto 20px;*/ text-align: center; } .table_bts a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_dts { width: 4em; position:relative; text-align: right; } .table_cmd { width: 2.5em; position:relative; text-align: center; } .table_cmd a{ position:absolute; top:0; left:0; width:100%; height:100%; } #uploader { background-color: #FFFFF0; } .direntry, .fileentry { text-decoration: none; } .filetab { /*border-collapse: collapse;*/ text-align: left; border-collapse:collapse; width: 100%; } .filetab .file-select { background-color: #C0C0C0; } .filetab td,th { border: solid 1px #888888; color: black; } .tinygap { font-size: 2pt; } .inlab { float: left; vertical-align: middle; } .inspan { display: block; overflow: hidden; padding-right: 5px; } #fw-name { width: 100%; }
web/waverly/filewidget.css
.modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 100; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: scroll; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .filewidget { position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; width: 80%; max-width: 500px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } /* The Close Button */ .fw-close { color: black; float: right; font-size: 28px; font-weight: bold; } .fw-close:hover, .fw-close:focus { color: #000; text-decoration: none; cursor: pointer; } .fw-btn-frame td,th { border: none; } .fw-header { padding: 2px 16px; background-color: #e0e0e0; color: black; } .fw-but { min-width: 40px; border: 2px solid; border-radius:2px; box-shadow:1px 1px 1px #7F7F7F; } .fw-body { padding: 2px 16px; background-color: #F8F8F0; } .wrapper { overflow: scroll; height: 320px; } .fw-footer { padding: 2px 16px; background-color: #e0e0e0; color: black; } .tab_check { width: 1em; } .table_name { position:relative; /* margin:0px auto 20px 50px; */ color: #0000FF } .table_name a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_sort a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_bts { position:relative; /*margin:0px auto 20px;*/ text-align: center; } .table_bts a{ position:absolute; top:0; left:0; width:100%; height:100%; } .table_dts { width: 4em; position:relative; text-align: right; } .table_cmd { width: 2.5em; position:relative; text-align: center; } .table_cmd a{ position:absolute; top:0; left:0; width:100%; height:100%; } #uploader { background-color: #FFFFF0; } .direntry, .fileentry { text-decoration: none; } .filetab { /*border-collapse: collapse;*/ text-align: left; border-collapse:collapse; width: 100%; } .filetab .file-select { background-color: #C0C0C0; } .filetab td,th { border: solid 1px #888888; color: black; } .tinygap { font-size: 2pt; } .inlab { float: left; vertical-align: middle; } .inspan { display: block; overflow: hidden; padding-right: 5px; } #fw-name { width: 100%; }
0.279337
0.058804
*{ padding: 0; margin: 0; } body{ padding: 0; margin: 0; font-family: 'Montserrat','bangla',sans-serif; overflow-x: hidden; background: #fff; padding-top: 80px; } html{ scroll-behavior: smooth; animation: fadeIn 2s; overflow-x: hidden; } @keyframes fadeIn{ from{opacity: 0;} to{opacity: 1;} } #load{ position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100vh; background: #fff; background-repeat: no-repeat; background-position: center; background-image: url(img/logo2.png); background-size:250px; } .menubar{ background: #fff; padding: 0 10px; border-bottom: 1px solid #e5e5e5; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem; padding-left: .5rem; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .nav-link { display: block; padding: 18px 20px; } .nav-item a { color: #414141; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; font-size:20px; transition: 0.3s; border-bottom: 3px solid transparent; } .nav-item a:hover{ border-bottom: 3px solid #b30f0f; background: #f4f4f4; color: #b30f0f; } @media (max-width: 768px){ .nav-link { display: block; padding: .5rem 1rem; padding-right: 1rem; padding-left: 1rem; } .nav-item a { color: #000; font-size: 19px; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } .nav-item a:hover{ color: #2980b9; transition: all 0.3s ease-in; } } .floatingNav { border-bottom: none; box-shadow: 0px 1px 5px #999; transition: 0.5s; } #padding{ padding: 0; } .sidenav li{ list-style-type: none; padding: 10px 15px; border-bottom: 1px solid #f4f4f4; } .sidenav li a { text-decoration: none; font-size: 19px; color: #000; display: block; transition: 0.3s; } .sidenav li a:hover{ color: #44bd32;m text-decoration: none; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 20px; margin-left: 50px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} } .log{ font-size: 15px; border: none; border-radius: 0px; border: 1px solid lightgray; height:44px; padding: 0 20px; border-right: none; } .log:focus{ box-shadow: none; border-color: gray; } #btns{ background: #0984e3; border-radius: 0px; padding:9px; width: 50px; opacity: 1; } #btns:focus{ box-shadow: none; opacity: 0.8 } #btnss{ background: #e5e5e5; border-radius: 0px; padding:9px; width: 50px; } #btnss:focus{ box-shadow: none; background: #f4f4f4; } #searchicon{ height: 20px; cursor: pointer; } .searchshow{ display: none; } #search1{ height: 20px; margin-top:7px; } #searchs{ display: none; } #top{ margin-top: 10px; } .icon{ font-size: 15px; color: #0984e3; } .date{ font-size: 19px; color:#414141; } #firstsection{ margin-top: 10px; background: #F0F0ED; } #seconsection{ background: #F0F0ED; } #thirdsection{ margin-top: 20px; background: #fff; padding-top:30px; padding-bottom:30px; } #foursection{ margin-top: 20px; padding-top:30px; padding-bottom:30px; background: #fff; } #fifthsection{ margin-top: 30px; background: #F0F0ED; padding-top: 30px; padding-bottom: 20px; } #sixsection{ margin-top: 20px; background: #fff; padding-top:30px; padding-bottom:30px; } #sevensection{ margin-top: 30px; background: #f4f4f4; padding: 20px; } #eightsection{ background: #34495e; padding: 30px; } #ninesection{ background: #192a56; padding: 20px 0px; } #tensection{ margin-top: 20px; background: #fff; padding: 10px; } .containers { position: relative; margin: 0 auto; /* Center it */ } .containers .content{ position: absolute; /* Position the background text */ bottom: 0; /* At the bottom. Use top:0 to append it to the top */ background: rgb(0, 0, 0); /* Fallback color */ background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */ color:#fff ; /* Grey text */ width: 100%; /* Full width */ padding: 10px; font-size:25px; line-height: 30px; transition: 0.3s; } .containers .content:hover{ color: #fbc531; } .containers .contents{ position: absolute; /* Position the background text */ bottom: 0; /* At the bottom. Use top:0 to append it to the top */ background: rgb(0, 0, 0); /* Fallback color */ background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */ color:#fff ; /* Grey text */ width: 100%; /* Full width */ padding: 10px; font-size:35px; line-height: 30px; transition: 0.3s; } .containers .contents:hover{ color: #fbc531; } #over{ opacity: 1; transition: 0.3s; height: 310px; width: 100%; filter:saturate(1.5); } #over:hover{ opacity: 0.9; } #catagoryhead{ opacity: 1; transition: 0.3s; max-height: 350px; width: 100%; } #catagoryhead:hover{ opacity: 0.8; } #overs{ opacity: 1; transition: 0.3s; height: 150px; width: 100%; filter:saturate(1.5); } #overs:hover{ opacity: 0.9; } #overs2{ opacity: 1; transition: 0.3s; height: 200px; width: 100%; filter:saturate(1.5); } #overs2:hover{ opacity: 0.9; } #overss{ opacity: 1; transition: 0.3s; height: 170px; width: 100%; filter:saturate(1.5); } #overss:hover{ opacity: 0.9; } #cardtop{ margin-top: 20px; } #cardtops{ margin-top: 10px; border:10px solid #F0F0ED; } #cardtopss{ margin-top: 10px; border:10px solid #fff; } #cardtop2{ margin-top: 19px; } #cardtops{ margin-top: 10px; padding: 0; } .card{ border-radius: 0px; border: none; padding:0px; } .card-bodys{ padding: 4px 8px; overflow: hidden; } .title{ font-size:20px; color: #414141; text-decoration: none; transition: 0.5s; } .title:hover{ text-decoration: none; color: #de1f26; } .titles{ font-size:23px; color: #000; line-height: 28px; text-decoration: none; transition: 0.3s; font-weight: bold; } .titles:hover{ text-decoration: none; color: #0984e3; } .cardlink{ } .cardlink a{ text-decoration: none; color: #fff; font-size: 16px; background:#009432; padding: 3px 10px; } .cardlink a:hover{ color: #fff; } .cardlink2{ border-left: 4px solid #009432; background: #44bd32; padding: 10px 20px; } .cardlink2 a{ text-decoration: none; color: #fff; font-size: 25px; } .cardlink3{ border-left: 4px solid #f1c40f; } .cardlink a:hover{ text-decoration: none; } .cardlink2 a:hover{ text-decoration: none; color: #fff; } .cardlink3 a{ text-decoration: none; color: black; font-size: 25px; } .cardlink a:hover{ text-decoration: none; } #sidenewsimg{ height: 60px; width: 100%; margin-top: 5px; opacity: 1; filter:saturate(1.5); } #sidenewsimg:hover{ opacity: 0.9; } #sidenews{ box-shadow: 2px 2px 3px #ebebeb; background: #fff; padding: 5px; margin-top: 10px; height: 100px; } #sidenews2{ padding: 5px; margin-top: 10px; height: 80px; } #about{ color: #fff; background: #009432; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 4px solid #dc3545; } #abouts{ color: #fff; background: #dc3545; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 6px solid #009432; } #aboutss{ color: #fff; background: #009432; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 6px solid #dc3545; } #about1{ border-radius: 0px; background: #f4f4f4; font-size: 25px; line-height: 15px; border-left: 6px solid red; } #about2{ border-radius: 0px; background: #009432; font-size: 25px; line-height: 25px; color:#fff; border-left: 6px solid #dc3545; } #about3{ border-radius: 0px; background: #dc3545; font-size: 25px; line-height: 25px; border-left: 6px solid #009432; color:#fff; } #about4{ border-radius: 0px; background: #44bd32; font-size: 25px; color:#fff; line-height: 25px; border-left: 6px solid #009432; } .nav-tabs li a{ font-size: 20px; color: black; } .nav-tabs li a:hover{ color: #F26522; } /* Style the tab */ .tab { overflow: hidden; border: 1px solid lightgray; background-color: #f4f4f4; border-bottom: none; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 4px 10px; transition: 0.3s; font-size: 20px; border-top: 2px solid transparent; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #4cd137; border-top: 2px solid #009432; color: #fff; } /* Style the tab content */ .tabcontent { display: none; border-top: none; border:1px solid lightgray; border-top: none; padding:10px; height: 350px; overflow: scroll; overflow-x: hidden; } .tabcontents { display: none; border-top: none; border:1px solid lightgray; border-top: none; padding:10px; } .latest a:hover{ text-decoration: none; } .latest a li{ list-style: none; font-size: 20px; color: #414141; text-decoration: none; border-bottom: 1px dotted lightgray; padding: 10px; transition: 0.3s; } .latest a li:hover{ color: red; } .fa-dot-circle{ font-size: 14px; } #myBtn { /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 60px; /* Place the button at the bottom of the page */ right: 0px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ color: #000; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 8px 10px; /* Some padding */ font-size: 14px; /* Increase font size */ background: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #myBtn:hover { transition: all 0.2s ease-in; } #app{ height: 40px; } .social li{ list-style: none; display: inline-block; } .fa { padding: 6px; font-size: 15px; width:30px; text-align: center; text-decoration: none; margin: 3px 2px; } .fa:hover { opacity: 0.7; text-decoration: none; color: #fff; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-youtube { background: #bb0000; color: white; } #footertop{ margin-top: 10px; } .breadcrumb { background: #fff; font-size: 14px; } .breadcrumb li a{ color: #0984e3; text-decoration: none; } #detailsimg{ width: 100%; filter:saturate(1.5); border-radius:5px; } .item{ padding: 0 10px; } .sorttitle{ font-size: 18px; } .headtitle{ font-size: 35px; color:#414141; font-weight:bold; } .newsdetails{ line-height: 30px; } .reactback{ box-shadow: 3px 3px 3px 3px #f4f4f4; padding: 5px; cursor: pointer; transition: 0.3s;t border:1px solid #f4f4f4; } .reactback img{ height: 35px; transition: 0.3s; } .reactback span{ font-size: 17px; } .reactback:hover.reactback img{ transform: scale(1.1); } .reactback:hover{ background-color: #f4f4f4; } .counts{ color: gray; text-align: center; font-size: 14px; } .smalllink{ text-decoration: none; background: #44bd32; color: #fff; padding: 5px 10px; } .smalllink:hover{ text-decoration: none; color: #fff; } .h5{ text-decoration: none; color: #000; font-size: 25px; transition: 0.3s; } .h5:hover{ text-decoration: none; color: red; } #catagoryback{ margin-top: 10px; } .catagory{ background-color: #e5e5e5; border-left: 2px solid red; border-right: 2px solid red; overflow: auto; } .catagory a li{ text-decoration: none; font-size: 18px; list-style: none; display: inline-block; margin-right: 5px; padding: 5px 10px; color: #000; overflow: auto; } .catagory a li:hover{ color: #0984e3; } #rownews{ padding: 0; margin-top: 30px; } #catagoryimg{ height:120px; width: 100%; opacity: 1; transition: 0.3s; } #catagoryimg:hover{ opacity: 0.8; } #bannerss{ width: 100%; opacity:0.8; border-radius:5px; } #overs2{ height:180px; } #myBtns { position: fixed; /* Fixed/sticky position */ bottom: 350px; /* Place the button at the bottom of the page */ left: 0px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ color: #FDD670; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 6px 10px; /* Some padding */ font-size: 10px; /* Increase font size */ line-height: 20px; font-weight: bold; transition: 0.5s; background: #fff; border-radius: 0px 5px 5px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-decoration: none; color: #3b5998; } #myBtns:hover { opacity: 1; text-decoration: none; } @media(max-width: 768px){ #searchs{ display: block; } #over{ height:auto; } .latest a li{ font-size: 16px; } #banner{ height: 50px; } #padding{ padding: 0px; } .title{ } #overs{ height: auto; } #overs2{ height: 180px; } .headtitle{ font-size: 25px; } .item{ padding: 0; } .catagory{ display: none; } #catagoryimg{ height: 180px; } .containers .contents{ font-size: 20px; } #bannerss{ height: auto; } #overs2{ height: auto; } } #footerback{ background: #f4f4f4; padding: 40px 0px; color: #fff; } #logo2{ height: 70px; } #support{ height: 40px; float: left; } .footerhead{ color: #000; } .footermenu li{ list-style: none; display: block; padding:3px; } .footermenu li a{ text-decoration: none; color: #fff; font-size: 13px; transition: 0.3s; } .footermenu li a:hover{ color: #F26522; } .social li{ list-style: none; display: inline-block; padding: 10px; } .social li a{ color: #fff; } .social li a:hover{ color: #F26522; } .socials li{ list-style: none; display: inline-block; padding: 10px; } .socials li a{ color: #192a56; font-size: 20px; } .socials li a:hover{ color: #F26522; } div.scrollmenu { background-color: #f4f4f4; overflow: auto; white-space: nowrap; } div.scrollmenu a { display: inline-block; color: #000; text-align: center; padding: 14px; text-decoration: none; font-size: 16px; border-right: 1px solid lightgray; transition: 0.3s; } div.scrollmenu a:hover { background-color: red; color: #fff; } /* width */ /*::-webkit-scrollbar {*/ /* width: 8px;*/ /*}*/ /* Track */ /*::-webkit-scrollbar-track {*/ /* box-shadow: inset 0 0 5px lightgray; */ /* border-radius: 10px;*/ /*}*/ /* Handle */ /*::-webkit-scrollbar-thumb {*/ /* box-shadow: inset 0 0 5px gray; */ /* border-radius: 10px;*/ /*}*/
public/front/css/style.css
*{ padding: 0; margin: 0; } body{ padding: 0; margin: 0; font-family: 'Montserrat','bangla',sans-serif; overflow-x: hidden; background: #fff; padding-top: 80px; } html{ scroll-behavior: smooth; animation: fadeIn 2s; overflow-x: hidden; } @keyframes fadeIn{ from{opacity: 0;} to{opacity: 1;} } #load{ position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100vh; background: #fff; background-repeat: no-repeat; background-position: center; background-image: url(img/logo2.png); background-size:250px; } .menubar{ background: #fff; padding: 0 10px; border-bottom: 1px solid #e5e5e5; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem; padding-left: .5rem; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .nav-link { display: block; padding: 18px 20px; } .nav-item a { color: #414141; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; font-size:20px; transition: 0.3s; border-bottom: 3px solid transparent; } .nav-item a:hover{ border-bottom: 3px solid #b30f0f; background: #f4f4f4; color: #b30f0f; } @media (max-width: 768px){ .nav-link { display: block; padding: .5rem 1rem; padding-right: 1rem; padding-left: 1rem; } .nav-item a { color: #000; font-size: 19px; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } .nav-item a:hover{ color: #2980b9; transition: all 0.3s ease-in; } } .floatingNav { border-bottom: none; box-shadow: 0px 1px 5px #999; transition: 0.5s; } #padding{ padding: 0; } .sidenav li{ list-style-type: none; padding: 10px 15px; border-bottom: 1px solid #f4f4f4; } .sidenav li a { text-decoration: none; font-size: 19px; color: #000; display: block; transition: 0.3s; } .sidenav li a:hover{ color: #44bd32;m text-decoration: none; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 20px; margin-left: 50px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} } .log{ font-size: 15px; border: none; border-radius: 0px; border: 1px solid lightgray; height:44px; padding: 0 20px; border-right: none; } .log:focus{ box-shadow: none; border-color: gray; } #btns{ background: #0984e3; border-radius: 0px; padding:9px; width: 50px; opacity: 1; } #btns:focus{ box-shadow: none; opacity: 0.8 } #btnss{ background: #e5e5e5; border-radius: 0px; padding:9px; width: 50px; } #btnss:focus{ box-shadow: none; background: #f4f4f4; } #searchicon{ height: 20px; cursor: pointer; } .searchshow{ display: none; } #search1{ height: 20px; margin-top:7px; } #searchs{ display: none; } #top{ margin-top: 10px; } .icon{ font-size: 15px; color: #0984e3; } .date{ font-size: 19px; color:#414141; } #firstsection{ margin-top: 10px; background: #F0F0ED; } #seconsection{ background: #F0F0ED; } #thirdsection{ margin-top: 20px; background: #fff; padding-top:30px; padding-bottom:30px; } #foursection{ margin-top: 20px; padding-top:30px; padding-bottom:30px; background: #fff; } #fifthsection{ margin-top: 30px; background: #F0F0ED; padding-top: 30px; padding-bottom: 20px; } #sixsection{ margin-top: 20px; background: #fff; padding-top:30px; padding-bottom:30px; } #sevensection{ margin-top: 30px; background: #f4f4f4; padding: 20px; } #eightsection{ background: #34495e; padding: 30px; } #ninesection{ background: #192a56; padding: 20px 0px; } #tensection{ margin-top: 20px; background: #fff; padding: 10px; } .containers { position: relative; margin: 0 auto; /* Center it */ } .containers .content{ position: absolute; /* Position the background text */ bottom: 0; /* At the bottom. Use top:0 to append it to the top */ background: rgb(0, 0, 0); /* Fallback color */ background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */ color:#fff ; /* Grey text */ width: 100%; /* Full width */ padding: 10px; font-size:25px; line-height: 30px; transition: 0.3s; } .containers .content:hover{ color: #fbc531; } .containers .contents{ position: absolute; /* Position the background text */ bottom: 0; /* At the bottom. Use top:0 to append it to the top */ background: rgb(0, 0, 0); /* Fallback color */ background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */ color:#fff ; /* Grey text */ width: 100%; /* Full width */ padding: 10px; font-size:35px; line-height: 30px; transition: 0.3s; } .containers .contents:hover{ color: #fbc531; } #over{ opacity: 1; transition: 0.3s; height: 310px; width: 100%; filter:saturate(1.5); } #over:hover{ opacity: 0.9; } #catagoryhead{ opacity: 1; transition: 0.3s; max-height: 350px; width: 100%; } #catagoryhead:hover{ opacity: 0.8; } #overs{ opacity: 1; transition: 0.3s; height: 150px; width: 100%; filter:saturate(1.5); } #overs:hover{ opacity: 0.9; } #overs2{ opacity: 1; transition: 0.3s; height: 200px; width: 100%; filter:saturate(1.5); } #overs2:hover{ opacity: 0.9; } #overss{ opacity: 1; transition: 0.3s; height: 170px; width: 100%; filter:saturate(1.5); } #overss:hover{ opacity: 0.9; } #cardtop{ margin-top: 20px; } #cardtops{ margin-top: 10px; border:10px solid #F0F0ED; } #cardtopss{ margin-top: 10px; border:10px solid #fff; } #cardtop2{ margin-top: 19px; } #cardtops{ margin-top: 10px; padding: 0; } .card{ border-radius: 0px; border: none; padding:0px; } .card-bodys{ padding: 4px 8px; overflow: hidden; } .title{ font-size:20px; color: #414141; text-decoration: none; transition: 0.5s; } .title:hover{ text-decoration: none; color: #de1f26; } .titles{ font-size:23px; color: #000; line-height: 28px; text-decoration: none; transition: 0.3s; font-weight: bold; } .titles:hover{ text-decoration: none; color: #0984e3; } .cardlink{ } .cardlink a{ text-decoration: none; color: #fff; font-size: 16px; background:#009432; padding: 3px 10px; } .cardlink a:hover{ color: #fff; } .cardlink2{ border-left: 4px solid #009432; background: #44bd32; padding: 10px 20px; } .cardlink2 a{ text-decoration: none; color: #fff; font-size: 25px; } .cardlink3{ border-left: 4px solid #f1c40f; } .cardlink a:hover{ text-decoration: none; } .cardlink2 a:hover{ text-decoration: none; color: #fff; } .cardlink3 a{ text-decoration: none; color: black; font-size: 25px; } .cardlink a:hover{ text-decoration: none; } #sidenewsimg{ height: 60px; width: 100%; margin-top: 5px; opacity: 1; filter:saturate(1.5); } #sidenewsimg:hover{ opacity: 0.9; } #sidenews{ box-shadow: 2px 2px 3px #ebebeb; background: #fff; padding: 5px; margin-top: 10px; height: 100px; } #sidenews2{ padding: 5px; margin-top: 10px; height: 80px; } #about{ color: #fff; background: #009432; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 4px solid #dc3545; } #abouts{ color: #fff; background: #dc3545; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 6px solid #009432; } #aboutss{ color: #fff; background: #009432; border: none; border-radius: 0px; font-size: 22px; line-height: 25px; border-left: 6px solid #dc3545; } #about1{ border-radius: 0px; background: #f4f4f4; font-size: 25px; line-height: 15px; border-left: 6px solid red; } #about2{ border-radius: 0px; background: #009432; font-size: 25px; line-height: 25px; color:#fff; border-left: 6px solid #dc3545; } #about3{ border-radius: 0px; background: #dc3545; font-size: 25px; line-height: 25px; border-left: 6px solid #009432; color:#fff; } #about4{ border-radius: 0px; background: #44bd32; font-size: 25px; color:#fff; line-height: 25px; border-left: 6px solid #009432; } .nav-tabs li a{ font-size: 20px; color: black; } .nav-tabs li a:hover{ color: #F26522; } /* Style the tab */ .tab { overflow: hidden; border: 1px solid lightgray; background-color: #f4f4f4; border-bottom: none; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 4px 10px; transition: 0.3s; font-size: 20px; border-top: 2px solid transparent; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #4cd137; border-top: 2px solid #009432; color: #fff; } /* Style the tab content */ .tabcontent { display: none; border-top: none; border:1px solid lightgray; border-top: none; padding:10px; height: 350px; overflow: scroll; overflow-x: hidden; } .tabcontents { display: none; border-top: none; border:1px solid lightgray; border-top: none; padding:10px; } .latest a:hover{ text-decoration: none; } .latest a li{ list-style: none; font-size: 20px; color: #414141; text-decoration: none; border-bottom: 1px dotted lightgray; padding: 10px; transition: 0.3s; } .latest a li:hover{ color: red; } .fa-dot-circle{ font-size: 14px; } #myBtn { /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 60px; /* Place the button at the bottom of the page */ right: 0px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ color: #000; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 8px 10px; /* Some padding */ font-size: 14px; /* Increase font size */ background: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #myBtn:hover { transition: all 0.2s ease-in; } #app{ height: 40px; } .social li{ list-style: none; display: inline-block; } .fa { padding: 6px; font-size: 15px; width:30px; text-align: center; text-decoration: none; margin: 3px 2px; } .fa:hover { opacity: 0.7; text-decoration: none; color: #fff; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-youtube { background: #bb0000; color: white; } #footertop{ margin-top: 10px; } .breadcrumb { background: #fff; font-size: 14px; } .breadcrumb li a{ color: #0984e3; text-decoration: none; } #detailsimg{ width: 100%; filter:saturate(1.5); border-radius:5px; } .item{ padding: 0 10px; } .sorttitle{ font-size: 18px; } .headtitle{ font-size: 35px; color:#414141; font-weight:bold; } .newsdetails{ line-height: 30px; } .reactback{ box-shadow: 3px 3px 3px 3px #f4f4f4; padding: 5px; cursor: pointer; transition: 0.3s;t border:1px solid #f4f4f4; } .reactback img{ height: 35px; transition: 0.3s; } .reactback span{ font-size: 17px; } .reactback:hover.reactback img{ transform: scale(1.1); } .reactback:hover{ background-color: #f4f4f4; } .counts{ color: gray; text-align: center; font-size: 14px; } .smalllink{ text-decoration: none; background: #44bd32; color: #fff; padding: 5px 10px; } .smalllink:hover{ text-decoration: none; color: #fff; } .h5{ text-decoration: none; color: #000; font-size: 25px; transition: 0.3s; } .h5:hover{ text-decoration: none; color: red; } #catagoryback{ margin-top: 10px; } .catagory{ background-color: #e5e5e5; border-left: 2px solid red; border-right: 2px solid red; overflow: auto; } .catagory a li{ text-decoration: none; font-size: 18px; list-style: none; display: inline-block; margin-right: 5px; padding: 5px 10px; color: #000; overflow: auto; } .catagory a li:hover{ color: #0984e3; } #rownews{ padding: 0; margin-top: 30px; } #catagoryimg{ height:120px; width: 100%; opacity: 1; transition: 0.3s; } #catagoryimg:hover{ opacity: 0.8; } #bannerss{ width: 100%; opacity:0.8; border-radius:5px; } #overs2{ height:180px; } #myBtns { position: fixed; /* Fixed/sticky position */ bottom: 350px; /* Place the button at the bottom of the page */ left: 0px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ color: #FDD670; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 6px 10px; /* Some padding */ font-size: 10px; /* Increase font size */ line-height: 20px; font-weight: bold; transition: 0.5s; background: #fff; border-radius: 0px 5px 5px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-decoration: none; color: #3b5998; } #myBtns:hover { opacity: 1; text-decoration: none; } @media(max-width: 768px){ #searchs{ display: block; } #over{ height:auto; } .latest a li{ font-size: 16px; } #banner{ height: 50px; } #padding{ padding: 0px; } .title{ } #overs{ height: auto; } #overs2{ height: 180px; } .headtitle{ font-size: 25px; } .item{ padding: 0; } .catagory{ display: none; } #catagoryimg{ height: 180px; } .containers .contents{ font-size: 20px; } #bannerss{ height: auto; } #overs2{ height: auto; } } #footerback{ background: #f4f4f4; padding: 40px 0px; color: #fff; } #logo2{ height: 70px; } #support{ height: 40px; float: left; } .footerhead{ color: #000; } .footermenu li{ list-style: none; display: block; padding:3px; } .footermenu li a{ text-decoration: none; color: #fff; font-size: 13px; transition: 0.3s; } .footermenu li a:hover{ color: #F26522; } .social li{ list-style: none; display: inline-block; padding: 10px; } .social li a{ color: #fff; } .social li a:hover{ color: #F26522; } .socials li{ list-style: none; display: inline-block; padding: 10px; } .socials li a{ color: #192a56; font-size: 20px; } .socials li a:hover{ color: #F26522; } div.scrollmenu { background-color: #f4f4f4; overflow: auto; white-space: nowrap; } div.scrollmenu a { display: inline-block; color: #000; text-align: center; padding: 14px; text-decoration: none; font-size: 16px; border-right: 1px solid lightgray; transition: 0.3s; } div.scrollmenu a:hover { background-color: red; color: #fff; } /* width */ /*::-webkit-scrollbar {*/ /* width: 8px;*/ /*}*/ /* Track */ /*::-webkit-scrollbar-track {*/ /* box-shadow: inset 0 0 5px lightgray; */ /* border-radius: 10px;*/ /*}*/ /* Handle */ /*::-webkit-scrollbar-thumb {*/ /* box-shadow: inset 0 0 5px gray; */ /* border-radius: 10px;*/ /*}*/
0.369543
0.068102
@charset "uft-8"; /* Name: <NAME> Assignment: M02: Project V1 - Basic HTML and CSS Date: May 7, 2020 This file is the default stylesheet to be used for the site, specifying default element properties for certain types of elements in the document. */ /* M2LO15 Apply colors using CSS The following color for the HTML page background was chosen using the HSL color model. The hue, saturation, and lightness were chosen in order to grab a dark blue color. */ html { background-color: hsl(237, 40%, 35%); } body { font-family: Arial, Verdana, "Times New Roman", sans-serif; color:whitesmoke; font-size:1em; /* Web-safe fonts selected from WebSiteSetup.org <https://websitesetup.org/web-safe-fonts-html-css/> */ } /* M2LO7 Demonstrate a CSS attribute selector other than class or id The following rule uses the alt text attribute to determine how images with the "H-Clip Art" alt text should be sized. */ /* M2LO12 Demonstrate how CSS can change presentation of page elements Non-textual page elements like images can have properties like size altered. In the example below, header images with a certain alt tag are set by this style to have a fixed height of 250 px. */ header img[alt="H-Clip Art"] { height:250px; } /* M2LO3 Demonstrate style precedence and inheritance in CSS Precedence: as a more specific rule, the following style rule will cause h1 text in the header to render with a different background color and text than the rest of the body, of which it is a descendant. */ /* M2LO5 Demonstrate contextual selectors The following style rule demonstrates the child selector, where any h1 element that is a child of the header, but not necessarily a descendant of other sections like the body, will receive these rules. */ /* M2LO14 Demonstrate and explain the use of progressive enhancement in CSS In the following style, there are two background color properties. Since some older browsers may not support color transparency that's defined in the a value of the rgba model, an alternative color is listed above it using simple rgb. */ header > h1 { font-family: "Arial Black"; font-size:2em; background-color: rgb(85, 105, 145); background-color: rgba(85, 105, 145, 0.7); } /* M2LO11 Demonstrate a pseudo-element selector The pseudo-element selector for the first letter of an element is used here. In this case it is used to enlarge the first letter of H1 headings in the header. */ header > h1::first-letter { font-size:1.6em; font-style:initial; } h1 { font-family: "Arial Black"; font-size:1.8em; } h2 { font-family: "Verdana"; font-size:1.45em; color:hsl(45,36%,71%); } /* M2LO3 Demonstrate style precedence and inheritance in CSS Inheritance: because the following style rule for unordered lists does not specify a font family, unordered lists in the page body will inherit the default font family from the "body" rules above. */ ul { background-color:olive; } /* M2LO13 Demonstrate how CSS can change presentation of textual elements The style below applies a bolder font weight to elements whose class is designated "page-intros". */ .page-intros { font-weight: bolder; } /* M2LO11 Demonstrate a pseudo-class The following style rule uses a specific type of pseudo-class for links, which applies whenever a link on the page is being hovered over by the cursor. It turns the link light coral when the mouse is placed over the link. Because the "a" selector here is not a descendant of anything, it will apply to all links on the page. */ a:hover{ color:lightcoral; } /* M2LO5 Demonstrate contextual selectors The following style rule demonstrates the descendant selector, where these rules apply to any hyperlink element that is a descendant of, or part of, an article element. This will render each hyperlink in the font described. */ article a { font-style:italic; color:rgb(184, 77, 202); } aside a { color:lavender; } footer { font-size:0.8em; } footer a { color:hsl(90, 55%, 72%) }
V1/styles.css
@charset "uft-8"; /* Name: <NAME> Assignment: M02: Project V1 - Basic HTML and CSS Date: May 7, 2020 This file is the default stylesheet to be used for the site, specifying default element properties for certain types of elements in the document. */ /* M2LO15 Apply colors using CSS The following color for the HTML page background was chosen using the HSL color model. The hue, saturation, and lightness were chosen in order to grab a dark blue color. */ html { background-color: hsl(237, 40%, 35%); } body { font-family: Arial, Verdana, "Times New Roman", sans-serif; color:whitesmoke; font-size:1em; /* Web-safe fonts selected from WebSiteSetup.org <https://websitesetup.org/web-safe-fonts-html-css/> */ } /* M2LO7 Demonstrate a CSS attribute selector other than class or id The following rule uses the alt text attribute to determine how images with the "H-Clip Art" alt text should be sized. */ /* M2LO12 Demonstrate how CSS can change presentation of page elements Non-textual page elements like images can have properties like size altered. In the example below, header images with a certain alt tag are set by this style to have a fixed height of 250 px. */ header img[alt="H-Clip Art"] { height:250px; } /* M2LO3 Demonstrate style precedence and inheritance in CSS Precedence: as a more specific rule, the following style rule will cause h1 text in the header to render with a different background color and text than the rest of the body, of which it is a descendant. */ /* M2LO5 Demonstrate contextual selectors The following style rule demonstrates the child selector, where any h1 element that is a child of the header, but not necessarily a descendant of other sections like the body, will receive these rules. */ /* M2LO14 Demonstrate and explain the use of progressive enhancement in CSS In the following style, there are two background color properties. Since some older browsers may not support color transparency that's defined in the a value of the rgba model, an alternative color is listed above it using simple rgb. */ header > h1 { font-family: "Arial Black"; font-size:2em; background-color: rgb(85, 105, 145); background-color: rgba(85, 105, 145, 0.7); } /* M2LO11 Demonstrate a pseudo-element selector The pseudo-element selector for the first letter of an element is used here. In this case it is used to enlarge the first letter of H1 headings in the header. */ header > h1::first-letter { font-size:1.6em; font-style:initial; } h1 { font-family: "Arial Black"; font-size:1.8em; } h2 { font-family: "Verdana"; font-size:1.45em; color:hsl(45,36%,71%); } /* M2LO3 Demonstrate style precedence and inheritance in CSS Inheritance: because the following style rule for unordered lists does not specify a font family, unordered lists in the page body will inherit the default font family from the "body" rules above. */ ul { background-color:olive; } /* M2LO13 Demonstrate how CSS can change presentation of textual elements The style below applies a bolder font weight to elements whose class is designated "page-intros". */ .page-intros { font-weight: bolder; } /* M2LO11 Demonstrate a pseudo-class The following style rule uses a specific type of pseudo-class for links, which applies whenever a link on the page is being hovered over by the cursor. It turns the link light coral when the mouse is placed over the link. Because the "a" selector here is not a descendant of anything, it will apply to all links on the page. */ a:hover{ color:lightcoral; } /* M2LO5 Demonstrate contextual selectors The following style rule demonstrates the descendant selector, where these rules apply to any hyperlink element that is a descendant of, or part of, an article element. This will render each hyperlink in the font described. */ article a { font-style:italic; color:rgb(184, 77, 202); } aside a { color:lavender; } footer { font-size:0.8em; } footer a { color:hsl(90, 55%, 72%) }
0.66454
0.462109
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */ src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */ src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */ } * { box-sizing: border-box; font-weight: 300; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #ECEFF1; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; } kbd { padding: 2px 4px; margin: 0; border-radius: 3px; background-color: #333333; color: #ffffff; text-transform: lowercase; font-size: 0.9em; } h1, h2, h3 { margin: 20px 0 10px 0; font-weight: 300; } h4, h5, h6 { margin: 10px 0 10px 0; font-weight: 300; } p { margin: 0 0 10px; font-weight: 300; } /* COMMON */ .hidden { display: none !important; } .center { text-align: center; } .flex-stretch { align-self: stretch; } .icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .icon-small { width: 16px; height: 16px; } .icon-large { width: 32px; height: 32px; } .icon-extra-large { width: 64px; height: 64px; } .icon-black { fill: #000000; stroke-width: 0; } .icon-white { fill: #ffffff; stroke-width: 0; } .icon-red { fill: #ff0000; stroke-width: 0; } .icon-green { fill: #00ff00; stroke-width: 0; } .icon-blue { fill: #0000ff; stroke-width: 0; } .icon-yellow { fill: #ffff00; stroke-width: 0; } .light { display: inline-block; width: 4px; height: 4px; border: 0; border-radius: 50%; background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } .light-red { background-color: #e20000; box-shadow: 0 0 4px 1px #ff0000, inset 0 1px rgba(250, 250, 250, 0.5); } .light-yellow { background-color: #e2e200; box-shadow: 0 0 4px 1px #ffff00, inset 0 1px rgba(250, 250, 250, 0.5); } .light-green { background-color: #32e200; box-shadow: 0 0 4px 1px #38ff00, inset 0 1px rgba(250, 250, 250, 0.5); } .lighting { animation-duration: 0.7s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; } .light-red.lighting { animation-name: lighting-red; } .light-yellow.lighting { animation-name: lighting-yellow; } .light-green.lighting { animation-name: lighting-green; } @keyframes lighting-red { from { background-color: #e20000; box-shadow: 0 0 6px 1px #ff0000, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } @keyframes lighting-yellow { from { background-color: #e2e200; box-shadow: 0 0 6px 1px #ffff00, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } @keyframes lighting-green { from { background-color: #32e200; box-shadow: 0 0 6px 1px #38ff00, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } .icon ~ *, span ~ * { margin-left: 6px; } /* GETTING STARTED */ .welcome { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .guide { width: 100%; margin-top: 40px; display: flex; justify-content: space-around; } /* DESK */ .desk { width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } /* TOOLBAR */ .toolbar { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; background-color: #34495E; box-shadow: 0 1px 2px rgba(52, 73, 94, 0.5); padding: 0 12px; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .tools { height: 40px; flex: 1; order: 1; display: flex; align-items: center; justify-content: flex-start; } .options { height: 40px; flex: 1; order: 2; display: flex; align-items: center; justify-content: center; } #menu-toggle { display: none; order: 3; } #menu-toggle .icon { transform: rotate(0deg); transition: all 0.3s; } #menu-toggle.active .icon, #menu-toggle:active .icon { transform: rotate(90deg); } .menu { height: 40px; flex: 1; order: 4; display: flex; align-items: center; justify-content: flex-end; } .menu > * { margin-left: 4px; } .picker-button .icon { display: none; } .picker-button.active .icon { display: inline; margin-right: 5px; } @media (max-width: 768px) { .options { justify-content: flex-end; } .menu { flex: 1 1 100%; transition: height 0.3s; } .menu:not([data-open]) { height: 0px; } .menu:not([data-open]) > * { display: none; } #menu-toggle { display: flex; } } @media (max-width: 576px) { .tools { justify-content: center; } .options { flex-basis: 100%; justify-content: center; } #menu-toggle { order: 1; } } /* CANVASES */ .canvases { flex: 1; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow-y: auto; background-image: url('../img/bg.png'); } .canvases canvas { transition: width 0.25s ease-in-out; position: absolute; width: auto; height: auto; }
src/css/style.css
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */ src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */ } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */ src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */ } * { box-sizing: border-box; font-weight: 300; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #ECEFF1; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; } kbd { padding: 2px 4px; margin: 0; border-radius: 3px; background-color: #333333; color: #ffffff; text-transform: lowercase; font-size: 0.9em; } h1, h2, h3 { margin: 20px 0 10px 0; font-weight: 300; } h4, h5, h6 { margin: 10px 0 10px 0; font-weight: 300; } p { margin: 0 0 10px; font-weight: 300; } /* COMMON */ .hidden { display: none !important; } .center { text-align: center; } .flex-stretch { align-self: stretch; } .icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .icon-small { width: 16px; height: 16px; } .icon-large { width: 32px; height: 32px; } .icon-extra-large { width: 64px; height: 64px; } .icon-black { fill: #000000; stroke-width: 0; } .icon-white { fill: #ffffff; stroke-width: 0; } .icon-red { fill: #ff0000; stroke-width: 0; } .icon-green { fill: #00ff00; stroke-width: 0; } .icon-blue { fill: #0000ff; stroke-width: 0; } .icon-yellow { fill: #ffff00; stroke-width: 0; } .light { display: inline-block; width: 4px; height: 4px; border: 0; border-radius: 50%; background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } .light-red { background-color: #e20000; box-shadow: 0 0 4px 1px #ff0000, inset 0 1px rgba(250, 250, 250, 0.5); } .light-yellow { background-color: #e2e200; box-shadow: 0 0 4px 1px #ffff00, inset 0 1px rgba(250, 250, 250, 0.5); } .light-green { background-color: #32e200; box-shadow: 0 0 4px 1px #38ff00, inset 0 1px rgba(250, 250, 250, 0.5); } .lighting { animation-duration: 0.7s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; } .light-red.lighting { animation-name: lighting-red; } .light-yellow.lighting { animation-name: lighting-yellow; } .light-green.lighting { animation-name: lighting-green; } @keyframes lighting-red { from { background-color: #e20000; box-shadow: 0 0 6px 1px #ff0000, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } @keyframes lighting-yellow { from { background-color: #e2e200; box-shadow: 0 0 6px 1px #ffff00, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } @keyframes lighting-green { from { background-color: #32e200; box-shadow: 0 0 6px 1px #38ff00, inset 0 1px rgba(250, 250, 250, 0.5); } to { background-color: #323232; box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.3); } } .icon ~ *, span ~ * { margin-left: 6px; } /* GETTING STARTED */ .welcome { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .guide { width: 100%; margin-top: 40px; display: flex; justify-content: space-around; } /* DESK */ .desk { width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } /* TOOLBAR */ .toolbar { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; background-color: #34495E; box-shadow: 0 1px 2px rgba(52, 73, 94, 0.5); padding: 0 12px; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .tools { height: 40px; flex: 1; order: 1; display: flex; align-items: center; justify-content: flex-start; } .options { height: 40px; flex: 1; order: 2; display: flex; align-items: center; justify-content: center; } #menu-toggle { display: none; order: 3; } #menu-toggle .icon { transform: rotate(0deg); transition: all 0.3s; } #menu-toggle.active .icon, #menu-toggle:active .icon { transform: rotate(90deg); } .menu { height: 40px; flex: 1; order: 4; display: flex; align-items: center; justify-content: flex-end; } .menu > * { margin-left: 4px; } .picker-button .icon { display: none; } .picker-button.active .icon { display: inline; margin-right: 5px; } @media (max-width: 768px) { .options { justify-content: flex-end; } .menu { flex: 1 1 100%; transition: height 0.3s; } .menu:not([data-open]) { height: 0px; } .menu:not([data-open]) > * { display: none; } #menu-toggle { display: flex; } } @media (max-width: 576px) { .tools { justify-content: center; } .options { flex-basis: 100%; justify-content: center; } #menu-toggle { order: 1; } } /* CANVASES */ .canvases { flex: 1; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow-y: auto; background-image: url('../img/bg.png'); } .canvases canvas { transition: width 0.25s ease-in-out; position: absolute; width: auto; height: auto; }
0.40392
0.063482
* { font-family: 'Gugi', cursive; } .container-fluid { overflow: hidden; } /*NUEVA FUENTE DE LETRA*/ body { background: url(images/fondomonedas.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .contenido{ background-color: white; border-radius: 10%; -webkit-box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); -moz-box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); } /*NAVBAR*/ .navbar { /*background: rgba(243,226,199,1); background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(0%, rgba(193,158,103,1)), color-stop(14%, rgba(182,141,76,1)), color-stop(85%, rgba(233,212,179,1)), color-stop(100%, rgba(233,212,179,1))); background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );*/ background: #e3e5e8; } /*CODIDO DEL FOOTER PARA QUE QUEDE SIEMPRE ABAJO*/ footer { margin-top: 200px; bottom: 0; width: 100%; } /*CODIDO DEL FOOTER PARA QUE QUEDE SIEMPRE ABAJO*/ /*FOOTER*/ .footer_clasess { margin-top: 100px; } /*FOOTER*/ .icono_header{ margin-right: 8px; font-size: 20px; } .navbar .fa-shopping-cart{ color: green; } .navbar .fa-shopping-bag{ color: blue; } .navbar .fa-sign-out-alt{ color: black; } /*NAVBAR*/ /*SLIDER*/ .clases_slider .carousel-inner img { height: 450px; margin-bottom: 200px; } .contenedor_slider{ max-height: 450px; } .carousel-control-prev-icon, .carousel-control-next-icon{ margin-top: -10rem; } /*SLIDER*/ /*CARDS*/ .card_div { margin-bottom: 20px; } .card_div img { padding-top: 10px; width: 200px; height: 200px; } /*CARDS*/ /*MENSAJE TIENDA*/ .mensaje_clasess h1 { margin-top: 100px; text-align: center; } .mensaje_clasess p { margin-top: 50px; padding-left: 90px; padding-right: 90px; } /*MENSAJE TIENDA*/ /*REDES SOCIALES*/ /*ICONOS TOTALES*/ .redes_sociales { margin-top: 30px; } .redes_sociales h1 { margin-top: 100px; text-align: center; } .redes_sociales .fab { font-size: 3rem; padding-left: 10px; padding-right: 10px; color: black; } .paypal_icono { font-size: 3rem; } .fa-user-tag{ font-size: 3rem; color: black; } /*ICONOS TOTALES*/ .links_redes_sociales { margin-top: 20px; } .links_redes_sociales .twitter { color: #d9534f; } .links_redes_sociales .facebook { color: #5bc0de; } .links_redes_sociales .google { color: #5cb85c; } .links_redes_sociales .instagram { color: #428bca; } .paypal_icono{ color: white; } /*REDES SOCIALES*/ /*CSS PARA EL FORMULARIO DE INICIO*/ .formulario_inicio { margin-top: 10px; margin-bottom: 20px; } .titulo_inicio { margin-top: 180px; } hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; } /*CSS PARA EL FORMULARIO DE INICIO*/ /*CSS PARA LA TIENDA PARTE VISUALIZAR PRODUCTOS*/ .borderless { border: 0 none; background: #ccc; margin-top: 5px; margin-bottom: 5px; } .borderless a { cursor: pointer; } .borderless { color: white; } .tienda_productos img{ width: 100%; height: 700px; } /*.collapse_boton { text-decoration: none; margin-bottom: -15px; border-radius: 0px; background: rgba(136,158,117,1); background: -moz-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(136,158,117,1)), color-stop(100%, rgba(31,59,8,1))); background: -webkit-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -o-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -ms-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: linear-gradient(to right, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889e75', endColorstr='#1f3b08', GradientType=1 ); }*/ .li_sin_margen li { margin-bottom: -18px; } .cuerpo_tarjeta{ background: rgba(255,146,10,1); background: #ccc; } .cuerpo_tarjeta li { color: black; } /*.letras_slider_articulo{ color: black; } .carrusel_controles_tienda { background: rgba(0,0,0, 0.2) /* Green background with 30% opacity }*/ .card_body_articulos{ margin-top: 15px; } /*CSS PARA LA TIENDA PARTE VISUALIZAR PRODUCTOS*/ /*CSS PARA EL CARRITO DE COMPRA*/ .carrito_compra{ margin-top: 50px; padding-left: 50px; padding-right: 50px; } .boton_comprar{ margin-top: 70px; padding-left: 50px; padding-right: 50px; } /*CSS PARA EL CARRITO DE COMPRA*/ /*CSS PARA LOS BOTONES*/ .btn:not(.listado_compra_usuario){ background: #a4a6a8; color: white; } /*CSS PARA LOS BOTONES*/ /*SECCION DE PAGO REALIZADO*/ .seccion_pago_realizado { margin-top: 50px; } /*SECCION DE PAGO REALIZADO*/ html, body { height: 100%; } .contenido_pagina { min-height: 100%; height:auto !important; /* cross-browser */ height: 100%; /* cross-browser */ } /*MODAL DE COMPRAS*/ .modal_compras_usuario{ font-size: 13px; } /*MODAL DE COMPRAS*/ /*TITULO PRODUCTOS*/ .div_titulo_productos_importantes{ height: 100px; } /*TITULO PRODUCTOS*/ /*Estilo para los modales*/ .modal-content{ color: black; font-weight: 900; font-size: 15px; } .modal-content h3 { font-weight: 800; } .modal-content h4 { font-weight: 800; } .contenido_modal { font-size: 12.5px; } .modal-header{ background-color: #b3e0ff; } .modal-footer{ font-weight: 800; } .modal-body{ background-color: #e6f5ff; } .modal-footer{ background-color: #e6f5ff; } /*Estilo para los modales*/
public/app_tienda.css
* { font-family: 'Gugi', cursive; } .container-fluid { overflow: hidden; } /*NUEVA FUENTE DE LETRA*/ body { background: url(images/fondomonedas.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .contenido{ background-color: white; border-radius: 10%; -webkit-box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); -moz-box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); box-shadow: 10px 10px 137px 0px rgba(245,242,245,1); } /*NAVBAR*/ .navbar { /*background: rgba(243,226,199,1); background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(0%, rgba(193,158,103,1)), color-stop(14%, rgba(182,141,76,1)), color-stop(85%, rgba(233,212,179,1)), color-stop(100%, rgba(233,212,179,1))); background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 0%, rgba(182,141,76,1) 14%, rgba(233,212,179,1) 85%, rgba(233,212,179,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );*/ background: #e3e5e8; } /*CODIDO DEL FOOTER PARA QUE QUEDE SIEMPRE ABAJO*/ footer { margin-top: 200px; bottom: 0; width: 100%; } /*CODIDO DEL FOOTER PARA QUE QUEDE SIEMPRE ABAJO*/ /*FOOTER*/ .footer_clasess { margin-top: 100px; } /*FOOTER*/ .icono_header{ margin-right: 8px; font-size: 20px; } .navbar .fa-shopping-cart{ color: green; } .navbar .fa-shopping-bag{ color: blue; } .navbar .fa-sign-out-alt{ color: black; } /*NAVBAR*/ /*SLIDER*/ .clases_slider .carousel-inner img { height: 450px; margin-bottom: 200px; } .contenedor_slider{ max-height: 450px; } .carousel-control-prev-icon, .carousel-control-next-icon{ margin-top: -10rem; } /*SLIDER*/ /*CARDS*/ .card_div { margin-bottom: 20px; } .card_div img { padding-top: 10px; width: 200px; height: 200px; } /*CARDS*/ /*MENSAJE TIENDA*/ .mensaje_clasess h1 { margin-top: 100px; text-align: center; } .mensaje_clasess p { margin-top: 50px; padding-left: 90px; padding-right: 90px; } /*MENSAJE TIENDA*/ /*REDES SOCIALES*/ /*ICONOS TOTALES*/ .redes_sociales { margin-top: 30px; } .redes_sociales h1 { margin-top: 100px; text-align: center; } .redes_sociales .fab { font-size: 3rem; padding-left: 10px; padding-right: 10px; color: black; } .paypal_icono { font-size: 3rem; } .fa-user-tag{ font-size: 3rem; color: black; } /*ICONOS TOTALES*/ .links_redes_sociales { margin-top: 20px; } .links_redes_sociales .twitter { color: #d9534f; } .links_redes_sociales .facebook { color: #5bc0de; } .links_redes_sociales .google { color: #5cb85c; } .links_redes_sociales .instagram { color: #428bca; } .paypal_icono{ color: white; } /*REDES SOCIALES*/ /*CSS PARA EL FORMULARIO DE INICIO*/ .formulario_inicio { margin-top: 10px; margin-bottom: 20px; } .titulo_inicio { margin-top: 180px; } hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; } /*CSS PARA EL FORMULARIO DE INICIO*/ /*CSS PARA LA TIENDA PARTE VISUALIZAR PRODUCTOS*/ .borderless { border: 0 none; background: #ccc; margin-top: 5px; margin-bottom: 5px; } .borderless a { cursor: pointer; } .borderless { color: white; } .tienda_productos img{ width: 100%; height: 700px; } /*.collapse_boton { text-decoration: none; margin-bottom: -15px; border-radius: 0px; background: rgba(136,158,117,1); background: -moz-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(136,158,117,1)), color-stop(100%, rgba(31,59,8,1))); background: -webkit-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -o-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: -ms-linear-gradient(left, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); background: linear-gradient(to right, rgba(136,158,117,1) 0%, rgba(31,59,8,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#889e75', endColorstr='#1f3b08', GradientType=1 ); }*/ .li_sin_margen li { margin-bottom: -18px; } .cuerpo_tarjeta{ background: rgba(255,146,10,1); background: #ccc; } .cuerpo_tarjeta li { color: black; } /*.letras_slider_articulo{ color: black; } .carrusel_controles_tienda { background: rgba(0,0,0, 0.2) /* Green background with 30% opacity }*/ .card_body_articulos{ margin-top: 15px; } /*CSS PARA LA TIENDA PARTE VISUALIZAR PRODUCTOS*/ /*CSS PARA EL CARRITO DE COMPRA*/ .carrito_compra{ margin-top: 50px; padding-left: 50px; padding-right: 50px; } .boton_comprar{ margin-top: 70px; padding-left: 50px; padding-right: 50px; } /*CSS PARA EL CARRITO DE COMPRA*/ /*CSS PARA LOS BOTONES*/ .btn:not(.listado_compra_usuario){ background: #a4a6a8; color: white; } /*CSS PARA LOS BOTONES*/ /*SECCION DE PAGO REALIZADO*/ .seccion_pago_realizado { margin-top: 50px; } /*SECCION DE PAGO REALIZADO*/ html, body { height: 100%; } .contenido_pagina { min-height: 100%; height:auto !important; /* cross-browser */ height: 100%; /* cross-browser */ } /*MODAL DE COMPRAS*/ .modal_compras_usuario{ font-size: 13px; } /*MODAL DE COMPRAS*/ /*TITULO PRODUCTOS*/ .div_titulo_productos_importantes{ height: 100px; } /*TITULO PRODUCTOS*/ /*Estilo para los modales*/ .modal-content{ color: black; font-weight: 900; font-size: 15px; } .modal-content h3 { font-weight: 800; } .modal-content h4 { font-weight: 800; } .contenido_modal { font-size: 12.5px; } .modal-header{ background-color: #b3e0ff; } .modal-footer{ font-weight: 800; } .modal-body{ background-color: #e6f5ff; } .modal-footer{ background-color: #e6f5ff; } /*Estilo para los modales*/
0.306423
0.083367
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fafafa; } .container { width: 80%; margin: 0 auto; } .Main-title { text-align: center; padding: 1rem; font-size: 3rem; letter-spacing: 2.2px; margin-bottom: 3rem; } /* EVENTS */ /* .box-propag { width: 10rem; height: 10rem; background-color: gray; margin: 0 auto; text-align: center; } .button { background: black; color: white; padding: 1rem; cursor: pointer; } .res-box { border: 3px solid cyan; margin-top: 1rem; } */ /* DOM MANIPULATION */ /* .container { display: flex; } .boxes-container { padding: 2rem; margin: 0 auto; background-color: blueviolet; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; } .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8 { padding: 0.5rem 2rem; border: 1px solid black; cursor: pointer; margin: 0.5rem; } .results-container { height: 15rem; width: 20rem; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; border: 5px solid black; }*/ /* Results */ /* .result-box { width: 100%; height: 100%; } .active { background-color: red; } .replaced { background-color: darkgreen; } */ /* Get Att */ /* .get-att { width: 10rem; border: 3px solid black; } .get-att img { width: 100%; object-fit: cover; } .get-att input { width: 100%; } .changed-alt { transform: scale(2); } */ /* AJAX */ /* .title-ajax { color: red; text-align: center; } */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::P O K E D E X::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .main-container { background: #790518; width: 100vw; height: 100vh; } .pokedex-center { width: 75%; margin: 0 auto; display: flex; align-items: center; justify-content: center; } /* Pokedex itself */ .pokedex-container { height: 35rem; width: 30rem; border: 1px solid #dedede; background: #dc0a2d; } .screen { border: 1px solid #dedede; width: 50%; margin: 0 auto; height: 20rem; }
public/fastcss.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fafafa; } .container { width: 80%; margin: 0 auto; } .Main-title { text-align: center; padding: 1rem; font-size: 3rem; letter-spacing: 2.2px; margin-bottom: 3rem; } /* EVENTS */ /* .box-propag { width: 10rem; height: 10rem; background-color: gray; margin: 0 auto; text-align: center; } .button { background: black; color: white; padding: 1rem; cursor: pointer; } .res-box { border: 3px solid cyan; margin-top: 1rem; } */ /* DOM MANIPULATION */ /* .container { display: flex; } .boxes-container { padding: 2rem; margin: 0 auto; background-color: blueviolet; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; } .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8 { padding: 0.5rem 2rem; border: 1px solid black; cursor: pointer; margin: 0.5rem; } .results-container { height: 15rem; width: 20rem; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; text-align: center; border: 5px solid black; }*/ /* Results */ /* .result-box { width: 100%; height: 100%; } .active { background-color: red; } .replaced { background-color: darkgreen; } */ /* Get Att */ /* .get-att { width: 10rem; border: 3px solid black; } .get-att img { width: 100%; object-fit: cover; } .get-att input { width: 100%; } .changed-alt { transform: scale(2); } */ /* AJAX */ /* .title-ajax { color: red; text-align: center; } */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::P O K E D E X::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .main-container { background: #790518; width: 100vw; height: 100vh; } .pokedex-center { width: 75%; margin: 0 auto; display: flex; align-items: center; justify-content: center; } /* Pokedex itself */ .pokedex-container { height: 35rem; width: 30rem; border: 1px solid #dedede; background: #dc0a2d; } .screen { border: 1px solid #dedede; width: 50%; margin: 0 auto; height: 20rem; }
0.332094
0.081593
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans:300,600"); html, body { height: 100%; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; -webkit-animation: Gradient 15s ease infinite; animation: Gradient 15s ease infinite; } @-webkit-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } body { display: -ms-flexbox; display: -webkit-box; display: flex; color: #fff; -webkit-box-shadow: inset 0 0 5rem rgba(255, 255, 255, 0.28); box-shadow: inset 0 0 5rem rgba(255, 255, 255, 0.28); font-family: "Montserrat", sans-serif; padding: 10px 25px 0 10px; } .cover-container { max-width: 85em; } .masthead { margin-bottom: 2rem; } .masthead .masthead-brand { margin-bottom: 0; height: 50px; width: 50px; background-image: url(img/logo-white.svg); background-repeat: no-repeat; } .masthead .nav-masthead .nav-link { padding: .25rem 0; font-weight: 600; font-family: "Montserrat", sans-serif; text-transform: uppercase; color: #fff; background-color: transparent; border-bottom: .25rem solid transparent; } .masthead .nav-masthead .nav-link:hover { border-bottom-color: rgba(255, 255, 255, 0.25); } .masthead .nav-masthead .nav-link:focus { border-bottom-color: rgba(255, 255, 255, 0.25); } .masthead .nav-masthead .nav-link.active { color: #fff; border-bottom-color: #fff; } .masthead .nav-masthead .nav-link.nav-link { margin-left: 1rem; } @media (min-width: 48em) { .masthead .masthead-brand { float: left; } .masthead .nav-masthead { float: right; } } .cover { padding: 0 1.5rem; } .cover .btn-lg { padding: .75rem 1.25rem; font-weight: 700; } .lead-text { font-family: "Open Sans", sans-serif; padding: 0 25px; } .button-section { margin-top: 10px; font-family: "Open Sans", sans-serif; } .button-section button { border-radius: 50px; margin-right: 25px; font-size: 16px; padding: 6px 28px; } .button-section button.subscribe { background-color: #fff; color: #4D5057; } .button-section button.subscribe:hover { background-color: transparent; color: #fff; -webkit-transition: all .75s ease-in-out 0s; transition: all .75s ease-in-out 0s; } .button-section button.load-more:hover { background-color: #fff; -webkit-transition: all .75s ease-in-out 0s; transition: all .75s ease-in-out 0s; color: #4D5057; } .mastfoot { color: #fff; font-family: "Open Sans", sans-serif; width: 100%; } .mastfoot p { font-size: 14px; } .mastfoot a { color: #fff; font-weight: 600; text-decoration: none; } .mastfoot a:hover { color: rgba(26, 29, 30, 0.5); -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out; } .mastfoot .social > li { display: inline-block; margin-right: 15px; } .mastfoot .social > li a { font-size: 18px; } .mastfoot .social > li a:hover { color: rgba(26, 29, 30, 0.5); } /*# sourceMappingURL=style.css.map */
animated-gradient/style/style.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700|Open+Sans:300,600"); html, body { height: 100%; background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; -webkit-animation: Gradient 15s ease infinite; animation: Gradient 15s ease infinite; } @-webkit-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } body { display: -ms-flexbox; display: -webkit-box; display: flex; color: #fff; -webkit-box-shadow: inset 0 0 5rem rgba(255, 255, 255, 0.28); box-shadow: inset 0 0 5rem rgba(255, 255, 255, 0.28); font-family: "Montserrat", sans-serif; padding: 10px 25px 0 10px; } .cover-container { max-width: 85em; } .masthead { margin-bottom: 2rem; } .masthead .masthead-brand { margin-bottom: 0; height: 50px; width: 50px; background-image: url(img/logo-white.svg); background-repeat: no-repeat; } .masthead .nav-masthead .nav-link { padding: .25rem 0; font-weight: 600; font-family: "Montserrat", sans-serif; text-transform: uppercase; color: #fff; background-color: transparent; border-bottom: .25rem solid transparent; } .masthead .nav-masthead .nav-link:hover { border-bottom-color: rgba(255, 255, 255, 0.25); } .masthead .nav-masthead .nav-link:focus { border-bottom-color: rgba(255, 255, 255, 0.25); } .masthead .nav-masthead .nav-link.active { color: #fff; border-bottom-color: #fff; } .masthead .nav-masthead .nav-link.nav-link { margin-left: 1rem; } @media (min-width: 48em) { .masthead .masthead-brand { float: left; } .masthead .nav-masthead { float: right; } } .cover { padding: 0 1.5rem; } .cover .btn-lg { padding: .75rem 1.25rem; font-weight: 700; } .lead-text { font-family: "Open Sans", sans-serif; padding: 0 25px; } .button-section { margin-top: 10px; font-family: "Open Sans", sans-serif; } .button-section button { border-radius: 50px; margin-right: 25px; font-size: 16px; padding: 6px 28px; } .button-section button.subscribe { background-color: #fff; color: #4D5057; } .button-section button.subscribe:hover { background-color: transparent; color: #fff; -webkit-transition: all .75s ease-in-out 0s; transition: all .75s ease-in-out 0s; } .button-section button.load-more:hover { background-color: #fff; -webkit-transition: all .75s ease-in-out 0s; transition: all .75s ease-in-out 0s; color: #4D5057; } .mastfoot { color: #fff; font-family: "Open Sans", sans-serif; width: 100%; } .mastfoot p { font-size: 14px; } .mastfoot a { color: #fff; font-weight: 600; text-decoration: none; } .mastfoot a:hover { color: rgba(26, 29, 30, 0.5); -webkit-transition: all .6s ease-in-out; transition: all .6s ease-in-out; } .mastfoot .social > li { display: inline-block; margin-right: 15px; } .mastfoot .social > li a { font-size: 18px; } .mastfoot .social > li a:hover { color: rgba(26, 29, 30, 0.5); } /*# sourceMappingURL=style.css.map */
0.407216
0.078043
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); [center] { text-align: center; align-items: center; } [def-font] { font-family: 'Montserrat', sans-serif; } :root { --input-color: #99A3BA; --input-border: #CDD9ED; --input-background: #fff; --input-placeholder: #CBD1DC; --input-border-focus: #275EFE; --group-color: var(--input-color); --group-border: var(--input-border); --group-background: #EEF4FF; --group-color-focus: #fff; --group-border-focus: var(--input-border-focus); --group-background-focus: #678EFE; } body { font-family: 'Montserrat', sans-serif; background-color: #181818; color: aliceblue; } .inp { display: block; width: 100%; padding: 8px 16px; line-height: 25px; font-size: 14px; font-weight: 500; font-family: inherit; border-radius: 6px; -webkit-appearance: none; color: var(--input-color); border: 1px solid var(--input-border); background: var(--input-background); transition: border .3s ease; } .inp::placeholder { color: var(--input-placeholder); } .inp:focus { outline: none; border-color: var(--input-border-focus); } .form-group { position: relative; display: flex; width: 100%; } .form-group > span, .form-group .form-field { white-space: nowrap; display: block; } .form-group > span:not(:first-child):not(:last-child), .form-group .form-field:not(:first-child):not(:last-child) { border-radius: 0; } .form-group > span:first-child, .form-group .form-field:first-child { border-radius: 6px 0 0 6px; } .form-group > span:last-child, .form-group .form-field:last-child { border-radius: 0 6px 6px 0; } .form-group > span:not(:first-child), .form-group .form-field:not(:first-child) { margin-left: -1px; } .form-group .form-field { position: relative; z-index: 1; flex: 1 1 auto; width: 1%; margin-top: 0; margin-bottom: 0; } .form-group > span { text-align: center; padding: 8px 12px; font-size: 14px; line-height: 25px; color: var(--group-color); background: var(--group-background); border: 1px solid var(--group-border); transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; } .form-group:focus-within > span { color: var(--group-color-focus); background: var(--group-background-focus); border-color: var(--group-border-focus); } .button2 { position: relative; display: inline-block; padding: 30px 61px; border-radius: 4px; color: #03e9f4; text-decoration: none; text-transform: uppercase; overflow: hidden; margin: 25px; font-family: "Roboto", sans-serif; filter: hue-rotate(0deg); border: 2px solid #d2bdff; transition: all 0.1s linear; } .button2:hover { border: 1px solid transparent; } .button2:hover span { position: absolute; display: block; } .button2:hover span:nth-child(1) { filter: hue-rotate(0deg); top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, #3a86ff); animation: animate1 1s linear infinite; } @keyframes animate1 { 0% { left: -100%; } 50%, 100% { left: 100%; } } .button2:hover span:nth-child(2) { filter: hue-rotate(60deg); top: -100%; right: 0; width: 3px; height: 100%; background: linear-gradient(180deg, transparent, #3a86ff); animation: animate2 1s linear infinite; animation-delay: 0.25s; } @keyframes animate2 { 0% { top: -100%; } 50%, 100% { top: 100%; } } .button2:hover span:nth-child(3) { filter: hue-rotate(120deg); bottom: 0; right: 0; width: 100%; background: linear-gradient(270deg, transparent, #3a86ff); animation: animate3 1s linear infinite; animation-delay: 0.5s; } @keyframes animate3 { 0% { right: -100%; height: 3px; } 50%, 100% { height: 2px; right: 100%; } } .button2:hover span:nth-child(4) { filter: hue-rotate(300deg); bottom: -100%; left: 0; width: 3px; height: 100%; background: linear-gradient(360deg, transparent, #3a86ff); animation: animate4 1s linear infinite; animation-delay: 0.75s; } @keyframes animate4 { 0% { bottom: -100%; } 50%, 100% { bottom: 100%; } }
tools/number-complicator/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); [center] { text-align: center; align-items: center; } [def-font] { font-family: 'Montserrat', sans-serif; } :root { --input-color: #99A3BA; --input-border: #CDD9ED; --input-background: #fff; --input-placeholder: #CBD1DC; --input-border-focus: #275EFE; --group-color: var(--input-color); --group-border: var(--input-border); --group-background: #EEF4FF; --group-color-focus: #fff; --group-border-focus: var(--input-border-focus); --group-background-focus: #678EFE; } body { font-family: 'Montserrat', sans-serif; background-color: #181818; color: aliceblue; } .inp { display: block; width: 100%; padding: 8px 16px; line-height: 25px; font-size: 14px; font-weight: 500; font-family: inherit; border-radius: 6px; -webkit-appearance: none; color: var(--input-color); border: 1px solid var(--input-border); background: var(--input-background); transition: border .3s ease; } .inp::placeholder { color: var(--input-placeholder); } .inp:focus { outline: none; border-color: var(--input-border-focus); } .form-group { position: relative; display: flex; width: 100%; } .form-group > span, .form-group .form-field { white-space: nowrap; display: block; } .form-group > span:not(:first-child):not(:last-child), .form-group .form-field:not(:first-child):not(:last-child) { border-radius: 0; } .form-group > span:first-child, .form-group .form-field:first-child { border-radius: 6px 0 0 6px; } .form-group > span:last-child, .form-group .form-field:last-child { border-radius: 0 6px 6px 0; } .form-group > span:not(:first-child), .form-group .form-field:not(:first-child) { margin-left: -1px; } .form-group .form-field { position: relative; z-index: 1; flex: 1 1 auto; width: 1%; margin-top: 0; margin-bottom: 0; } .form-group > span { text-align: center; padding: 8px 12px; font-size: 14px; line-height: 25px; color: var(--group-color); background: var(--group-background); border: 1px solid var(--group-border); transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; } .form-group:focus-within > span { color: var(--group-color-focus); background: var(--group-background-focus); border-color: var(--group-border-focus); } .button2 { position: relative; display: inline-block; padding: 30px 61px; border-radius: 4px; color: #03e9f4; text-decoration: none; text-transform: uppercase; overflow: hidden; margin: 25px; font-family: "Roboto", sans-serif; filter: hue-rotate(0deg); border: 2px solid #d2bdff; transition: all 0.1s linear; } .button2:hover { border: 1px solid transparent; } .button2:hover span { position: absolute; display: block; } .button2:hover span:nth-child(1) { filter: hue-rotate(0deg); top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, transparent, #3a86ff); animation: animate1 1s linear infinite; } @keyframes animate1 { 0% { left: -100%; } 50%, 100% { left: 100%; } } .button2:hover span:nth-child(2) { filter: hue-rotate(60deg); top: -100%; right: 0; width: 3px; height: 100%; background: linear-gradient(180deg, transparent, #3a86ff); animation: animate2 1s linear infinite; animation-delay: 0.25s; } @keyframes animate2 { 0% { top: -100%; } 50%, 100% { top: 100%; } } .button2:hover span:nth-child(3) { filter: hue-rotate(120deg); bottom: 0; right: 0; width: 100%; background: linear-gradient(270deg, transparent, #3a86ff); animation: animate3 1s linear infinite; animation-delay: 0.5s; } @keyframes animate3 { 0% { right: -100%; height: 3px; } 50%, 100% { height: 2px; right: 100%; } } .button2:hover span:nth-child(4) { filter: hue-rotate(300deg); bottom: -100%; left: 0; width: 3px; height: 100%; background: linear-gradient(360deg, transparent, #3a86ff); animation: animate4 1s linear infinite; animation-delay: 0.75s; } @keyframes animate4 { 0% { bottom: -100%; } 50%, 100% { bottom: 100%; } }
0.452536
0.090937
.da-img { margin-left: -7%; } .da-slide > p, .da-slide > h2 { margin-left:-3%; width:45%; } .da-slide > h2 { margin-top: -12%; font-size:72px; font-weight:normal; color:#333333; } .da-slide > p { margin-top: -11%; font-weight:24px; color:#1B1B1B; } body { background:transparent url(../../static/A_Little_Quetzal_by_vgerasimov.jpg) repeat 0% 0%; background-attachment: fixed; } .project { margin-bottom:10px; position:relative; overflow:hidden; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project img { width:100%; display:block; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project.hidden { display:none; } .project:before { position:absolute; top:0; left:0; right:0; bottom:0; content:''; z-index:3; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project span.overlay { position:absolute; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.9); z-index:2; opacity:0; filter:alpha(opacity=0); border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; transition:opacity .2s; -moz-transition:opacity .2s; -webkit-transition:opacity .2s; -o-transition:opacity .2s; } .project .cnt { position:absolute; z-index:10; left:45%; right:0; top:40%; text-align:center; height: 33px; width: 32px; opacity:0; filter:alpha(opacity=0); transition:opacity .2s; -moz-transition:opacity .2s; -webkit-transition:opacity .2s; -o-transition:opacity .2s; } .project .cnt strong { font-weight:400; display:block; padding-bottom:27px; } .project .cnt h5 { font-size:30px; font-weight:700; padding-bottom:15px; } .project:hover span.overlay,.project:hover .cnt { opacity:1; filter:alpha(opacity=100); } .XXXL { width:650px; height:auto; } .modal { background-clip: padding-box; background-color:rgba(0,0,0,0.95); border: none; border-radius: 6px 6px 6px 6px; box-shadow: none; outline: 0 none; position: fixed; top: 10%; max-width:80%; width:auto; z-index: 1050; margin-left:0px; left:10%; } .modal-body { max-height: 500px; overflow-y: auto; padding: 15px; position: relative; background-color:rgba (0,0,0,0.5); }
front/static/css/custom.css
.da-img { margin-left: -7%; } .da-slide > p, .da-slide > h2 { margin-left:-3%; width:45%; } .da-slide > h2 { margin-top: -12%; font-size:72px; font-weight:normal; color:#333333; } .da-slide > p { margin-top: -11%; font-weight:24px; color:#1B1B1B; } body { background:transparent url(../../static/A_Little_Quetzal_by_vgerasimov.jpg) repeat 0% 0%; background-attachment: fixed; } .project { margin-bottom:10px; position:relative; overflow:hidden; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project img { width:100%; display:block; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project.hidden { display:none; } .project:before { position:absolute; top:0; left:0; right:0; bottom:0; content:''; z-index:3; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; } .project span.overlay { position:absolute; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.9); z-index:2; opacity:0; filter:alpha(opacity=0); border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; transition:opacity .2s; -moz-transition:opacity .2s; -webkit-transition:opacity .2s; -o-transition:opacity .2s; } .project .cnt { position:absolute; z-index:10; left:45%; right:0; top:40%; text-align:center; height: 33px; width: 32px; opacity:0; filter:alpha(opacity=0); transition:opacity .2s; -moz-transition:opacity .2s; -webkit-transition:opacity .2s; -o-transition:opacity .2s; } .project .cnt strong { font-weight:400; display:block; padding-bottom:27px; } .project .cnt h5 { font-size:30px; font-weight:700; padding-bottom:15px; } .project:hover span.overlay,.project:hover .cnt { opacity:1; filter:alpha(opacity=100); } .XXXL { width:650px; height:auto; } .modal { background-clip: padding-box; background-color:rgba(0,0,0,0.95); border: none; border-radius: 6px 6px 6px 6px; box-shadow: none; outline: 0 none; position: fixed; top: 10%; max-width:80%; width:auto; z-index: 1050; margin-left:0px; left:10%; } .modal-body { max-height: 500px; overflow-y: auto; padding: 15px; position: relative; background-color:rgba (0,0,0,0.5); }
0.459804
0.107672
#asan_sapa {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #slides_bn {width:100%; margin:auto; } #slides_bn .slide_img01{background:url(http://img.go.co.kr/top_dogospa.jpg) center 0 no-repeat; width:100%; height:200px;} #slides_bn .slide_img02{background:url(http://img.go.co.kr/top_resomspa.jpg) center 0 no-repeat; width:100%; height:200px; } #slides_bn .slide_img03{background:url(http://img.go.co.kr/top_asan01.jpg) center 0 no-repeat; width:100%; height:200px; } #slides_bn .imgw{ width:1300px; margin:auto; position:relative; } #slides_bn .imgw ul{position:absolute; left:400px} #slides_bn .imgw ul li{float:left; margin-right:70px} /* 메인 좌우버튼 */ #slide_btnw{width:1100px; margin:auto; position:relative;} #slide_btnw ul{width:1100px} #slide_btnw ul li{float:left;} #slide_btnw ul li.asan_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/asan_prev.png); text-indent:-99999px; position:absolute; top:37px} #slide_btnw ul li.asan_prev a:hover{background-position:0 -119px} #slide_btnw ul li.asan_next a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/asan_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.asan_next a:hover{background-position:0 -119px} #slide_btnw ul li.resom_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/resom_prev.png); text-indent:-99999px; position:absolute; top:37px;} #slide_btnw ul li.resom_prev a:hover{background-position:0 -119px} #slide_btnw ul li.resom_next a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/resom_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.resom_next a:hover{background-position:0 -119px} #slide_btnw ul li.dogo_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/dogo_prev.png); text-indent:-99999px; position:absolute; top:37px} #slide_btnw ul li.dogo_prev a:hover{background-position:0 -119px} #slide_btnw ul li.dogo_next a{display:block;width:120px; height:119px; background-image:url(http://img.go.co.kr/dogo_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.dogo_next a:hover{background-position:0 -119px} /* 탭 */ #asan_sapa #tab_wrap { width:1002px; height:60px; margin:auto; text-align:center; margin-bottom:28px; margin-top:28px;clear:both} #asan_sapa #tab_wrap .tab {margin:0 auto; width:1002px; height:60px; text-align:center} #asan_sapa #tab_wrap .tab .box_dogo {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#0168e7; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box_asan {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#e15148; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box_resom{float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#3e7e05; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#727272; letter-spacing:-1.5px} #list_etc_goods_cc {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } #list_etc_goods_cc a:hover li{float:left; margin-bottom:20px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} #list_etc_goods_cc li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} #list_etc_goods_cc li p {padding:0 15px; line-height:1.4; font-size:14px} #list_etc_goods_cc li del {font-size:15px; color:#999} #list_etc_goods_cc .photo{position:relative; margin-right:32px} #list_etc_goods_cc .photo_last {position:relative} #list_etc_goods_cc .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_specials.png) no-repeat} #list_etc_goods_cc .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_best.png) no-repeat} #list_etc_goods_cc .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_specials.png) no-repeat} #list_etc_goods_cc .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_best.png) no-repeat} #list_etc_goods_cc img{margin-bottom:5px; width:310px; height:210px; text-align:center} #list_etc_goods_cc .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} #list_etc_goods_cc .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} #list_etc_goods_cc .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .photo_ov{width:250px; height:180px; text-align:center} #list_etc_goods_cc .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} #list_etc_goods_cc .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} #list_etc_goods_cc .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} #list_etc_goods_cc .mores img {width:1002px; height:38px; margin-top:20px} /* 게스트하우스 랜딩 */ #guesthouse {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #guesthouse .guesthouse_bn1 {background:url(http://img.go.co.kr/top_guesthouse1.jpg) center 0 no-repeat; width:100%; height:200px;} /* 탭 */ #guesthouse #tab_wrap { width:1002px; margin:auto; text-align:center; margin-top:25px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #guesthouse #tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #guesthouse #tab_wrap .tab_menu .box_ov {float:left; width:127px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#00c1c3; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .box {float:left; width:127px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .boxs_ov{float:left; width:232px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#00c1c3; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .boxs {float:left; width:232px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_smenu {margin:0 auto; width:997px; height:105px; text-align:center; border:2px solid #00c1c3} #guesthouse #tab_wrap .tab_smenu ul.firstm{float:left; width:230px; height:105px; border-right:1px solid #d6d4d4;} #guesthouse #tab_wrap .tab_smenu ul.firstm .list1{float:left; width:120px} #guesthouse #tab_wrap .tab_smenu ul.firstm .list2{float:left; width:100px} #guesthouse #tab_wrap .tab_smenu ul.firstm li {font-size:12px; float:left; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; float:left; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; float:left; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse #tab_wrap .tab_smenu ul.listm{float:left; width:127px; border-right:1px solid #d6d4d4; height:105px; } #guesthouse #tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse #tab_wrap .tab_smenu ul.lastm{float:left; width:126px; height:105px; } #guesthouse #tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse .list_title{floaT:left; width:1002px; height:46px; background-color:#00c1c3; margin:40px 0 20px 0;} #guesthouse .list_title h3{color:#fff; font-size:18px; line-height:2.3; margin-left:20px; float:left} #guesthouse_list_w {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } #guesthouse_list_w a:hover li{float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} #guesthouse_list_w li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} #guesthouse_list_w li p {padding:0 15px; line-height:1.4; font-size:14px} #guesthouse_list_w li del {font-size:15px; color:#999} #guesthouse_list_w .photo{position:relative; margin-right:32px} #guesthouse_list_w .photo_last {position:relative} #guesthouse_list_w .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} #guesthouse_list_w .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} #guesthouse_list_w .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} #guesthouse_list_w .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} #guesthouse_list_w img{margin-bottom:5px; width:310px; height:210px; text-align:center} #guesthouse_list_w .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} #guesthouse_list_w .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} #guesthouse_list_w .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #guesthouse_list_w .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; } #guesthouse_list_w .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6; } #guesthouse_list_w .photo_ov{width:250px; height:180px; text-align:center} #guesthouse_list_w .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} #guesthouse_list_w .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} #guesthouse_list_w .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} #guesthouse_list_w .mores img {width:1002px; height:38px; margin-top:20px} /* 우측 지역 메뉴 */ #right_wing{position: relative; margin: 0px auto; width:1002px;} #right_wing .right_wing_wrap{position: absolute; right:-170px; top:24px; text-align: center; width:142px; border:1px solid #00c1c3; background-color:#fbfbfb} #right_wing .right_wing_wrap dl {padding:13px 15px; text-align:left; border-bottom:1px solid #e2e2e2} #right_wing .right_wing_wrap dt a{color:#069faf; font-weight:bold; font-size:13px; line-height:2.2;} #right_wing .right_wing_wrap dd a{font-size:11px; line-height:1.8; color:#696969} #right_wing .right_wing_wrap dd.ov a{font-size:11px; line-height:1.8; color:#069faf; text-decoration:underline;} #right_wing .right_wing_wrap dd a:hover{font-size:11px; line-height:1.8; color:#069faf} /* 전국 스파/온천 패키지 랜딩 */ #spapackage {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #spapackage .spapackage_bn {background:url(http://img.go.co.kr/top_aspa.jpg) center 0 no-repeat; width:100%; height:303px;} /* 탭 */ #spapackage .tab_wrap {width:1002px; height:40px; margin:auto; margin-bottom:30px; margin-top:30px; clear:both; background-color:#c6173a} #spapackage .tab_wrap p{ line-height:2.0; font-size:18px; color:#fff; margin-left:20px} .spapackage_list_w {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } .spapackage_list_w a:hover li{float:left; margin-bottom:20px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} .spapackage_list_w li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} .spapackage_list_w li p {padding:0 15px; line-height:1.4; font-size:14px} .spapackage_list_w li del {font-size:15px; color:#999} .spapackage_list_w .photo{position:relative; margin-right:32px} .spapackage_list_w .photo_last {position:relative} .spapackage_list_w .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} .spapackage_list_w .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} .spapackage_list_w .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} .spapackage_list_w .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} .spapackage_list_w img{margin-bottom:5px; width:310px; height:210px; text-align:center} .spapackage_list_w .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} .spapackage_list_w .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} .spapackage_list_w .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .spapackage_list_w .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; } .spapackage_list_w .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6;} .spapackage_list_w .photo_ov{width:250px; height:180px; text-align:center} .spapackage_list_w .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} .spapackage_list_w .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} .spapackage_list_w .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} .spapackage_list_w .mores img {width:1002px; height:38px; margin-top:20px} /* 테마별국내숙소모음 랜딩 */ #themeLanding {float:left; padding-bottom:100px; width:100%; background:#fff} #themeLanding .busan_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/busan_titBG.jpg) center 0 no-repeat} #themeLanding .jeju_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/jeju_titBG.jpg) center 0 no-repeat} #themeLanding .lesidence_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/lesidence_titBG.jpg) center 0 no-repeat} #themeLanding .pension_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/pension_titBG.jpg) center 0 no-repeat} #themeLanding .listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#4f4f4f} #themeLanding .listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .listTit h3 span {color:#fcff00} #themeLanding .lesidence_listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#a38120} #themeLanding .lesidence_listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .lesidence_listTit h3 span {color:#fcff00} #themeLanding .pension_listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#c30070} #themeLanding .pension_listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .pension_listTit h3 span {color:#fcff00} #themeLanding .tab_wrap {clear:both; margin:auto; margin-top:15px; width:1002px; font-size:12px} #themeLanding .tab_wrap .number {color:#f37720; font-weight:400} #themeLanding .tab_wrap .keyword {vertical-align:middle; text-align:center; background:#ed5050; color:#fff; font-weight:600; border-top:1px solid #ed5050; border-bottom:1px solid #ed5050} #themeLanding .tab_wrap .keyword_txt {box-sizing:border-box; text-align:left; line-height:30px; color:#686868; border-top:1px solid #bbbaba; border-bottom:1px solid #bbbaba; border-right:1px solid #bbbaba; background-color:#f6f6f6; letter-spacing:-1px} #themeLanding .tab_wrap .keyword_txt a {padding:10px; color:#686868} #themeLanding .tab_wrap .keyword_txt a:hover {text-decoration:underline; color:#ed5050} #themeLanding .tab_wrap .keyword_txt .on {text-decoration:underline; color:#ed5050; font-weight:600} #themeLanding .tab_wrap .localSmall {box-sizing:border-box; text-align:left; line-height:30px; color:#686868; border-top:1px solid #bbbaba; border-bottom:1px solid #bbbaba; border-right:1px solid #bbbaba; background-color:#f6f6f6; letter-spacing:-1px} #themeLanding .tab_wrap .localSmall a {float:left; display:inline-block; padding-left:10px; width:100px; color:#686868} #themeLanding .tab_wrap .localSmall a:hover {text-decoration:underline; color:#ff620b} #themeLanding .tab_wrap .localSmall .on {text-decoration:underline; color:#ff620b; font-weight:600} /* 우측 지역 메뉴 */ #theme_right_wing{position:relative; margin:0px auto; width:1002px;} #theme_right_wing .right_wing_wrap{position: absolute; right:-170px; top:15px; width:142px; border:1px solid #a4a4a4; background-color:#fbfbfb} #theme_right_wing .right_wing_wrap dl {padding:13px 15px; border-bottom:1px solid #e2e2e2; text-align:left} #theme_right_wing .right_wing_wrap dt a{color:#f37720; font-weight:bold; font-size:13px; line-height:2.2;} #theme_right_wing .right_wing_wrap dd a{font-size:11px; line-height:1.8; color:#696969} #theme_right_wing .right_wing_wrap dd.ov a{font-size:11px; line-height:1.8; color:#f37720; text-decoration:underline;} #theme_right_wing .right_wing_wrap dd a:hover{font-size:11px; line-height:1.8; color:#f37720} /* 탭 */ #themeLanding .tab_wrap .busan {vertical-align:middle; text-align:center; background:#0c57bd; color:#fff; font-weight:600; border-top:1px solid #0c57bd; border-bottom:1px solid #0c57bd} #themeLanding .tab_wrap .jeju {vertical-align:middle; text-align:center; background:#ffad00; color:#fff; font-weight:600; border-top:1px solid #ffad00; border-bottom:1px solid #ffad00} /* 레지던스 */ #lesidence_tab_wrap {width:1002px; margin:auto; text-align:center; margin-top:15px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #lesidence_tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #lesidence_tab_wrap .tab_menu .box_ov {float:left; width:250px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#a38120; letter-spacing:-1.5px} #lesidence_tab_wrap .tab_menu .box {float:left; width:249px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #lesidence_tab_wrap .tab_smenu {margin:0 auto; width:997px; height:190px; text-align:center; border:2px solid #a38120} #lesidence_tab_wrap .tab_smenu ul.firstm{float:left; width:249px; height:195px; border-right:1px solid #d6d4d4;} #lesidence_tab_wrap .tab_smenu ul.firstm li {font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #lesidence_tab_wrap .tab_smenu ul.listm{float:left; width:248px; border-right:1px solid #d6d4d4; height:190px} #lesidence_tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #lesidence_tab_wrap .tab_smenu ul.lastm{float:left; width:248px; height:190px} #lesidence_tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap {width:1002px; margin:auto; text-align:center; margin-top:15px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #pension_tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #pension_tab_wrap .tab_menu .box_ov {float:left; width:142px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#c30070; letter-spacing:-1.5px} #pension_tab_wrap .tab_menu .box {float:left; width:142px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #pension_tab_wrap .tab_smenu {margin:0 auto; width:997px; height:175px; text-align:center; border:2px solid #c30070} #pension_tab_wrap .tab_smenu ul.firstm{float:left; width:140px; height:175px; border-right:1px solid #d6d4d4;} #pension_tab_wrap .tab_smenu ul.firstm li {font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap .tab_smenu ul.listm{float:left; width:142px; border-right:1px solid #d6d4d4; height:175px; } #pension_tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap .tab_smenu ul.lastm{float:left; width:141px; height:175px; } #pension_tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a}
static/css/event.css
#asan_sapa {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #slides_bn {width:100%; margin:auto; } #slides_bn .slide_img01{background:url(http://img.go.co.kr/top_dogospa.jpg) center 0 no-repeat; width:100%; height:200px;} #slides_bn .slide_img02{background:url(http://img.go.co.kr/top_resomspa.jpg) center 0 no-repeat; width:100%; height:200px; } #slides_bn .slide_img03{background:url(http://img.go.co.kr/top_asan01.jpg) center 0 no-repeat; width:100%; height:200px; } #slides_bn .imgw{ width:1300px; margin:auto; position:relative; } #slides_bn .imgw ul{position:absolute; left:400px} #slides_bn .imgw ul li{float:left; margin-right:70px} /* 메인 좌우버튼 */ #slide_btnw{width:1100px; margin:auto; position:relative;} #slide_btnw ul{width:1100px} #slide_btnw ul li{float:left;} #slide_btnw ul li.asan_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/asan_prev.png); text-indent:-99999px; position:absolute; top:37px} #slide_btnw ul li.asan_prev a:hover{background-position:0 -119px} #slide_btnw ul li.asan_next a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/asan_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.asan_next a:hover{background-position:0 -119px} #slide_btnw ul li.resom_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/resom_prev.png); text-indent:-99999px; position:absolute; top:37px;} #slide_btnw ul li.resom_prev a:hover{background-position:0 -119px} #slide_btnw ul li.resom_next a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/resom_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.resom_next a:hover{background-position:0 -119px} #slide_btnw ul li.dogo_prev a{display:block; width:120px; height:119px; background-image:url(http://img.go.co.kr/dogo_prev.png); text-indent:-99999px; position:absolute; top:37px} #slide_btnw ul li.dogo_prev a:hover{background-position:0 -119px} #slide_btnw ul li.dogo_next a{display:block;width:120px; height:119px; background-image:url(http://img.go.co.kr/dogo_next.png); text-indent:-99999px; position:absolute; top:37px; right:0} #slide_btnw ul li.dogo_next a:hover{background-position:0 -119px} /* 탭 */ #asan_sapa #tab_wrap { width:1002px; height:60px; margin:auto; text-align:center; margin-bottom:28px; margin-top:28px;clear:both} #asan_sapa #tab_wrap .tab {margin:0 auto; width:1002px; height:60px; text-align:center} #asan_sapa #tab_wrap .tab .box_dogo {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#0168e7; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box_asan {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#e15148; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box_resom{float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#3e7e05; letter-spacing:-1.5px} #asan_sapa #tab_wrap .tab .box {float:left; width:332px; height:60px; line-height:2.6; font-weight:600; font-size:22px; color:#fff; border:1px solid #d6d4d4; background-color:#727272; letter-spacing:-1.5px} #list_etc_goods_cc {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } #list_etc_goods_cc a:hover li{float:left; margin-bottom:20px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} #list_etc_goods_cc li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} #list_etc_goods_cc li p {padding:0 15px; line-height:1.4; font-size:14px} #list_etc_goods_cc li del {font-size:15px; color:#999} #list_etc_goods_cc .photo{position:relative; margin-right:32px} #list_etc_goods_cc .photo_last {position:relative} #list_etc_goods_cc .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_specials.png) no-repeat} #list_etc_goods_cc .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_best.png) no-repeat} #list_etc_goods_cc .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_specials.png) no-repeat} #list_etc_goods_cc .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.hyutour.co.kr/icon_best.png) no-repeat} #list_etc_goods_cc img{margin-bottom:5px; width:310px; height:210px; text-align:center} #list_etc_goods_cc .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} #list_etc_goods_cc .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} #list_etc_goods_cc .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #list_etc_goods_cc .photo_ov{width:250px; height:180px; text-align:center} #list_etc_goods_cc .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} #list_etc_goods_cc .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} #list_etc_goods_cc .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} #list_etc_goods_cc .mores img {width:1002px; height:38px; margin-top:20px} /* 게스트하우스 랜딩 */ #guesthouse {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #guesthouse .guesthouse_bn1 {background:url(http://img.go.co.kr/top_guesthouse1.jpg) center 0 no-repeat; width:100%; height:200px;} /* 탭 */ #guesthouse #tab_wrap { width:1002px; margin:auto; text-align:center; margin-top:25px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #guesthouse #tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #guesthouse #tab_wrap .tab_menu .box_ov {float:left; width:127px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#00c1c3; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .box {float:left; width:127px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .boxs_ov{float:left; width:232px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#00c1c3; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_menu .boxs {float:left; width:232px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #guesthouse #tab_wrap .tab_smenu {margin:0 auto; width:997px; height:105px; text-align:center; border:2px solid #00c1c3} #guesthouse #tab_wrap .tab_smenu ul.firstm{float:left; width:230px; height:105px; border-right:1px solid #d6d4d4;} #guesthouse #tab_wrap .tab_smenu ul.firstm .list1{float:left; width:120px} #guesthouse #tab_wrap .tab_smenu ul.firstm .list2{float:left; width:100px} #guesthouse #tab_wrap .tab_smenu ul.firstm li {font-size:12px; float:left; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; float:left; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; float:left; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse #tab_wrap .tab_smenu ul.listm{float:left; width:127px; border-right:1px solid #d6d4d4; height:105px; } #guesthouse #tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse #tab_wrap .tab_smenu ul.lastm{float:left; width:126px; height:105px; } #guesthouse #tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #guesthouse #tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#00c1c3; text-decoration:underline; font-weight:bold} #guesthouse #tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#00c1c3} #guesthouse #tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a} #guesthouse .list_title{floaT:left; width:1002px; height:46px; background-color:#00c1c3; margin:40px 0 20px 0;} #guesthouse .list_title h3{color:#fff; font-size:18px; line-height:2.3; margin-left:20px; float:left} #guesthouse_list_w {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } #guesthouse_list_w a:hover li{float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} #guesthouse_list_w li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} #guesthouse_list_w li p {padding:0 15px; line-height:1.4; font-size:14px} #guesthouse_list_w li del {font-size:15px; color:#999} #guesthouse_list_w .photo{position:relative; margin-right:32px} #guesthouse_list_w .photo_last {position:relative} #guesthouse_list_w .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} #guesthouse_list_w .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} #guesthouse_list_w .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} #guesthouse_list_w .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} #guesthouse_list_w img{margin-bottom:5px; width:310px; height:210px; text-align:center} #guesthouse_list_w .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} #guesthouse_list_w .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} #guesthouse_list_w .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} #guesthouse_list_w .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; } #guesthouse_list_w .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6; } #guesthouse_list_w .photo_ov{width:250px; height:180px; text-align:center} #guesthouse_list_w .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} #guesthouse_list_w .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} #guesthouse_list_w .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} #guesthouse_list_w .mores img {width:1002px; height:38px; margin-top:20px} /* 우측 지역 메뉴 */ #right_wing{position: relative; margin: 0px auto; width:1002px;} #right_wing .right_wing_wrap{position: absolute; right:-170px; top:24px; text-align: center; width:142px; border:1px solid #00c1c3; background-color:#fbfbfb} #right_wing .right_wing_wrap dl {padding:13px 15px; text-align:left; border-bottom:1px solid #e2e2e2} #right_wing .right_wing_wrap dt a{color:#069faf; font-weight:bold; font-size:13px; line-height:2.2;} #right_wing .right_wing_wrap dd a{font-size:11px; line-height:1.8; color:#696969} #right_wing .right_wing_wrap dd.ov a{font-size:11px; line-height:1.8; color:#069faf; text-decoration:underline;} #right_wing .right_wing_wrap dd a:hover{font-size:11px; line-height:1.8; color:#069faf} /* 전국 스파/온천 패키지 랜딩 */ #spapackage {float:left; padding-bottom:100px; width:100%; background:#fff; } /* 메인배너 */ #spapackage .spapackage_bn {background:url(http://img.go.co.kr/top_aspa.jpg) center 0 no-repeat; width:100%; height:303px;} /* 탭 */ #spapackage .tab_wrap {width:1002px; height:40px; margin:auto; margin-bottom:30px; margin-top:30px; clear:both; background-color:#c6173a} #spapackage .tab_wrap p{ line-height:2.0; font-size:18px; color:#fff; margin-left:20px} .spapackage_list_w {width:1002px; text-align:center; letter-spacing:-0.5px; margin:auto } .spapackage_list_w a:hover li{float:left; margin-bottom:20px; width:310px; height:330px; background:#fff; border:1px solid #ff4800; text-align:left} .spapackage_list_w li {float:left; margin-bottom:30px; width:310px; height:330px; background:#fff; border:1px solid #c8c8c8; text-align:left} .spapackage_list_w li p {padding:0 15px; line-height:1.4; font-size:14px} .spapackage_list_w li del {font-size:15px; color:#999} .spapackage_list_w .photo{position:relative; margin-right:32px} .spapackage_list_w .photo_last {position:relative} .spapackage_list_w .photo .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} .spapackage_list_w .photo .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} .spapackage_list_w .photo_last .icon_specials {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_specials.png) no-repeat} .spapackage_list_w .photo_last .icon_best {position:absolute; top:-6px; left:8px; width:58px; height:58px; background:url(http://img.go.co.kr/icon_best.png) no-repeat} .spapackage_list_w img{margin-bottom:5px; width:310px; height:210px; text-align:center} .spapackage_list_w .dis_price{font-size:18px; font-weight:800; color:#ff0000; margin-left:7px; font-family:Tahoma;} .spapackage_list_w .dis_prices{font-size:16px; font-weight:600; color:#ff0000;} .spapackage_list_w .title{padding:5px 15px 5px 15px; font-weight:600; font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} .spapackage_list_w .sdi{font-size:12px; color:#8d8d8d; margin-top:5px; line-height:1.6; } .spapackage_list_w .sdia{font-size:12px; color:#8d8d8d; margin-top:10px; line-height:1.6;} .spapackage_list_w .photo_ov{width:250px; height:180px; text-align:center} .spapackage_list_w .photo_ov .ov_text {padding-top:60px; width:250px; height:120px; background:#000000; opacity:0.9; filter:alpha(opacity=88); text-align:center} .spapackage_list_w .photo_ov .ov_text .name {color:#fd581d; font-size:15px; text-align:center} .spapackage_list_w .photo_ov .ov_text .discount_price {color:#fff; font-size:17px; text-align:center; font-weight:bold} .spapackage_list_w .mores img {width:1002px; height:38px; margin-top:20px} /* 테마별국내숙소모음 랜딩 */ #themeLanding {float:left; padding-bottom:100px; width:100%; background:#fff} #themeLanding .busan_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/busan_titBG.jpg) center 0 no-repeat} #themeLanding .jeju_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/jeju_titBG.jpg) center 0 no-repeat} #themeLanding .lesidence_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/lesidence_titBG.jpg) center 0 no-repeat} #themeLanding .pension_bn1 {width:100%; height:200px; background:url(http://img.go.co.kr/landing/pension_titBG.jpg) center 0 no-repeat} #themeLanding .listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#4f4f4f} #themeLanding .listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .listTit h3 span {color:#fcff00} #themeLanding .lesidence_listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#a38120} #themeLanding .lesidence_listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .lesidence_listTit h3 span {color:#fcff00} #themeLanding .pension_listTit {float:left; margin:20px 0; width:1002px; height:46px; background-color:#c30070} #themeLanding .pension_listTit h3 {color:#fff; font-size:16px; line-height:2.8; margin-left:20px; text-align:left} #themeLanding .pension_listTit h3 span {color:#fcff00} #themeLanding .tab_wrap {clear:both; margin:auto; margin-top:15px; width:1002px; font-size:12px} #themeLanding .tab_wrap .number {color:#f37720; font-weight:400} #themeLanding .tab_wrap .keyword {vertical-align:middle; text-align:center; background:#ed5050; color:#fff; font-weight:600; border-top:1px solid #ed5050; border-bottom:1px solid #ed5050} #themeLanding .tab_wrap .keyword_txt {box-sizing:border-box; text-align:left; line-height:30px; color:#686868; border-top:1px solid #bbbaba; border-bottom:1px solid #bbbaba; border-right:1px solid #bbbaba; background-color:#f6f6f6; letter-spacing:-1px} #themeLanding .tab_wrap .keyword_txt a {padding:10px; color:#686868} #themeLanding .tab_wrap .keyword_txt a:hover {text-decoration:underline; color:#ed5050} #themeLanding .tab_wrap .keyword_txt .on {text-decoration:underline; color:#ed5050; font-weight:600} #themeLanding .tab_wrap .localSmall {box-sizing:border-box; text-align:left; line-height:30px; color:#686868; border-top:1px solid #bbbaba; border-bottom:1px solid #bbbaba; border-right:1px solid #bbbaba; background-color:#f6f6f6; letter-spacing:-1px} #themeLanding .tab_wrap .localSmall a {float:left; display:inline-block; padding-left:10px; width:100px; color:#686868} #themeLanding .tab_wrap .localSmall a:hover {text-decoration:underline; color:#ff620b} #themeLanding .tab_wrap .localSmall .on {text-decoration:underline; color:#ff620b; font-weight:600} /* 우측 지역 메뉴 */ #theme_right_wing{position:relative; margin:0px auto; width:1002px;} #theme_right_wing .right_wing_wrap{position: absolute; right:-170px; top:15px; width:142px; border:1px solid #a4a4a4; background-color:#fbfbfb} #theme_right_wing .right_wing_wrap dl {padding:13px 15px; border-bottom:1px solid #e2e2e2; text-align:left} #theme_right_wing .right_wing_wrap dt a{color:#f37720; font-weight:bold; font-size:13px; line-height:2.2;} #theme_right_wing .right_wing_wrap dd a{font-size:11px; line-height:1.8; color:#696969} #theme_right_wing .right_wing_wrap dd.ov a{font-size:11px; line-height:1.8; color:#f37720; text-decoration:underline;} #theme_right_wing .right_wing_wrap dd a:hover{font-size:11px; line-height:1.8; color:#f37720} /* 탭 */ #themeLanding .tab_wrap .busan {vertical-align:middle; text-align:center; background:#0c57bd; color:#fff; font-weight:600; border-top:1px solid #0c57bd; border-bottom:1px solid #0c57bd} #themeLanding .tab_wrap .jeju {vertical-align:middle; text-align:center; background:#ffad00; color:#fff; font-weight:600; border-top:1px solid #ffad00; border-bottom:1px solid #ffad00} /* 레지던스 */ #lesidence_tab_wrap {width:1002px; margin:auto; text-align:center; margin-top:15px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #lesidence_tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #lesidence_tab_wrap .tab_menu .box_ov {float:left; width:250px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#a38120; letter-spacing:-1.5px} #lesidence_tab_wrap .tab_menu .box {float:left; width:249px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #lesidence_tab_wrap .tab_smenu {margin:0 auto; width:997px; height:190px; text-align:center; border:2px solid #a38120} #lesidence_tab_wrap .tab_smenu ul.firstm{float:left; width:249px; height:195px; border-right:1px solid #d6d4d4;} #lesidence_tab_wrap .tab_smenu ul.firstm li {font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #lesidence_tab_wrap .tab_smenu ul.listm{float:left; width:248px; border-right:1px solid #d6d4d4; height:190px} #lesidence_tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #lesidence_tab_wrap .tab_smenu ul.lastm{float:left; width:248px; height:190px} #lesidence_tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #lesidence_tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #lesidence_tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#ff620b} #lesidence_tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap {width:1002px; margin:auto; text-align:center; margin-top:15px;clear:both; /*font-family:'돋움', Dotum, sans-serif;*/ letter-spacing:0pt} #pension_tab_wrap .tab_menu {margin:0 auto; width:1002px; height:42px; text-align:center} #pension_tab_wrap .tab_menu .box_ov {float:left; width:142px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#fff; border-right:1px solid #d6d4d4; background-color:#c30070; letter-spacing:-1.5px} #pension_tab_wrap .tab_menu .box {float:left; width:142px; height:42px; line-height:2.6; font-weight:600; font-size:16px; color:#eeeeee; border-right:1px solid #d6d4d4; background-color:#a4a4a4; letter-spacing:-1.5px} #pension_tab_wrap .tab_smenu {margin:0 auto; width:997px; height:175px; text-align:center; border:2px solid #c30070} #pension_tab_wrap .tab_smenu ul.firstm{float:left; width:140px; height:175px; border-right:1px solid #d6d4d4;} #pension_tab_wrap .tab_smenu ul.firstm li {font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.firstm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.firstm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.firstm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap .tab_smenu ul.listm{float:left; width:142px; border-right:1px solid #d6d4d4; height:175px; } #pension_tab_wrap .tab_smenu ul.listm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.listm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.listm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.listm .an{clear:both; font-size:11px; color:#fa6c0a} #pension_tab_wrap .tab_smenu ul.lastm{float:left; width:141px; height:175px; } #pension_tab_wrap .tab_smenu ul.lastm li{font-size:12px; margin-top:8px; margin-left:16px; text-align:left} #pension_tab_wrap .tab_smenu ul.lastm li.ov {font-size:12px; margin-top:8px; margin-left:16px; text-align:left; color:#ff620b; text-decoration:underline; font-weight:bold} #pension_tab_wrap .tab_smenu ul.lastm a:hover li{font-size:12px; color:#ff620b} #pension_tab_wrap .tab_smenu ul.lastm .an{clear:both; font-size:11px; color:#fa6c0a}
0.224735
0.093927
@font-face { font-family: 'akzidenz-grotesk_bq_light_cRg'; src: url('../fonts/akzidenzgrotesk-lightcond-webfont.eot'); src: url('../fonts/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-lightcond-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-lightcond-webfont.svg#akzidenz-grotesk_bq_light_cRg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'berthold_akzidenz_grotesk_bMd'; src: url('../fonts/akzidenzgroteskbe-mdcn-webfont.eot'); src: url('../fonts/akzidenzgroteskbe-mdcn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.woff2') format('woff2'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.woff') format('woff'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.ttf') format('truetype'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.svg#berthold_akzidenz_grotesk_bMd') format('svg'); font-weight: normal; font-style: normal; } html, body { color:#000; font-family:'akzidenz-grotesk_bq_light_cRg'; height:100% } body, #wrapper { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; margin: 0; padding: 0 } video { background-color:#000 } p { white-space:normal } a, a:hover { color:#000; text-decoration:none } strong { font-family:'berthold_akzidenz_grotesk_bMd'; font-weight:normal } label { color:#000; font-size:16px; letter-spacing:2px; text-align:right; width:20% } #rotame { position: absolute; top:0; right: 0; bottom: 0; left: 0; width:100%; height:100%; overflow: hidden; z-index: 9; background-color: #000; text-align: center; display: none; color: white; } .content-a { width:100%; height:100%; min-height:100% } .content-a { display:table } .content-b { display:table-cell; position:relative; vertical-align:middle; text-align:center } .rcWrapper { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .rcWrapper ul { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; margin:0; padding:0; font-size:0; list-style-type:none; display:inline-block; white-space: nowrap; } .rcWrapper ul li { position:relative; margin:0; padding:0; display:inline-block; width:100%; height:100%; text-align:center; overflow:hidden } .rcL, .rcR { position: absolute; top: 50%; margin-top: -25px; display: block; height: 28px; width: 19px; z-index: 1; cursor: pointer; background-size: cover } .rcL.rcHide, .rcR.rcHide { display: none; } .rcL { position: absolute; left: 40px; } .rcR { position: absolute; right: 40px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); } .rcL:hover, .rcR:hover { -webkit-transition: opacity .5s linear; -moz-transition: opacity .5s linear; -o-transition: opacity .5s linear; transition: opacity .5s linear; opacity: .75; } header { height:71px; position:fixed; top:0; width:100%; z-index:9 } .menu { border:2px solid #000; display:block; float:left; width:45px; height:40px; margin:30px 0 0 27px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .menu span { background:url('../images/menu.png'); display:block; float:left; width:33px; height:27px; margin:4px } .menu:hover, .menu.activo { -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); } .menu:hover span, .menu.activo span { /* background-position:0 -27px*/ } .submenu { background:#000; width:180px; position:absolute; left:27px; top:80px } .submenu ul { margin:0 0 0 20px; padding:0 } .submenu li { padding:4px 0 } .submenu a { color:#fff; font-size:26px; width:100%; display:block } .sociales { float:right; margin:41px 27px 0 0 } .sociales a { background:url('../images/sociales.png'); display:inline-block; height:31px; margin-left:6px; opacity:0.65 } .sociales a:hover { opacity:1 } .sociales .facebook { width:30px } .sociales .instagram { width:30px; background-position:-30px 0 } .sociales2 { position:absolute; bottom:8px } .sociales2 a { background:url('../images/sociales.png'); display:inline-block; height:20px; opacity:0.65 } .sociales2 a:hover { opacity:1 } .sociales2 .facebook { width:19px; background-position:0 -31px } .sociales2 .twitter { width:20px; background-position:-19px -31px } .sociales2 .pinterest { width:18px; background-position:-39px -31px } .sociales2 .googleplus { width:19px; background-position:-57px -31px } footer { background-color:#fff; bottom:0; height:71px; padding-right:30px; position:fixed; text-align:right; width:100%; z-index:9 } footer img { margin-top:14px } .fondo-inicio { background:url(../images/fondo-inicio.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-comercial { background:url(../images/fondo-comercial.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-mi-vida-y-yo { background-color:#fff } .fondo-y-mi-casa { background:url(../images/y-mi-casa.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-el { background:url(../images/y-el.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-mi-trabajo { background:url(../images/y-mi-trabajo.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-mis-amigos { background:url(../images/y-mis-amigos.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-lookbook { background:url(../images/fondo-lookbook.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda1 { background:url(../images/prenda-1.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda2 { background:url(../images/prenda-2.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda3 { background:url(../images/prenda-3.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda4 { background:url(../images/prenda-4.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda5 { background:url(../images/prenda-5.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda6 { background:url(../images/prenda-6.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-info { background:url(../images/fondo-info.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .inicio { font-size:4.75vw } .filosofia { font-size:1.75vw; z-index:9; text-transform:uppercase; position:absolute; bottom:14% } .filosofia strong { font-size:2.25vw } .contenedor-lookbook { width:85% } .lookbook { font-size:27px; margin-top:65% } .lookbook strong { font-size:43px } .prenda { cursor:pointer } .contenedor-info { z-index:10 } .contenedor-info a { display:block; max-width:362px; margin:0 0 12px 0 } .producto { background-color:#fff; padding-right:200px } .producto .imagen { float:left; background:#f7f7f7 } .imagen img { border-left:30px solid #f7f7f7; border-bottom:30px solid #f7f7f7; border-top:30px solid #f7f7f7; border-right:none; width:100% } .producto .detalle { padding-left:20px; background:#fff; position:absolute; right:0; min-height:100%; width:200px } .detalle p { bottom:23px; color:#000; padding:0; text-align:left; text-transform:uppercase; position:absolute } .detalle p span { display:block } .titulo { font-size:26px; margin-bottom:6px; line-height:22px } .precio { font-family:'berthold_akzidenz_grotesk_bMd'; font-size:32px; margin-bottom:6px; line-height:28px } .sku { font-size:19px; margin-bottom:20px; line-height:19px } #registro { padding:50px 35px; width:600px } p.registra { font-size:66px; color:#000; margin-top:5px; padding:7px 0; letter-spacing:5px; max-width: 423px; text-align:center } #formRegistro { width:423px } #formRegistro div { overflow:hidden; margin-bottom:6px } #formRegistro p { font-size:15px; color:#000; margin:12px auto; width:222px } .inputbox { border:none; border:1px solid #000; background-color:#fff; font-size:14px; letter-spacing:2px; color:#000; width:76%; float:right; padding:3px; -moz-box-shadow:1px 1px 0 0 #000; -webkit-box-shadow:1px 1px 0 0 #000; box-shadow:1px 1px 0 0 #000 } .control-video { position:absolute; cursor:pointer; top:12px; right:12px; padding:3px; z-index:99 } .error { width:76%; float:right; } .vjs-control-bar { display:none } .youtube-container { /*top:0!important*/ } @media(max-width:767px){ .menu { margin:10px 0 0 10px } .sociales { margin:6px 7px 0 0 } footer { padding-right:15px; height:32px } footer img { margin-top:4px } .prenda img { width:42% } #registro { padding:50px 10px; width:auto } #formRegistro { width:345px } .rcL { left:5px } .rcR { right:5px } } @media all and (orientation: portrait) { #rotame { display:block } header { display:none } footer { display:none } }
public/css/estilos.css
@font-face { font-family: 'akzidenz-grotesk_bq_light_cRg'; src: url('../fonts/akzidenzgrotesk-lightcond-webfont.eot'); src: url('../fonts/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgrotesk-lightcond-webfont.woff2') format('woff2'), url('../fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff'), url('../fonts/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'), url('../fonts/akzidenzgrotesk-lightcond-webfont.svg#akzidenz-grotesk_bq_light_cRg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'berthold_akzidenz_grotesk_bMd'; src: url('../fonts/akzidenzgroteskbe-mdcn-webfont.eot'); src: url('../fonts/akzidenzgroteskbe-mdcn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.woff2') format('woff2'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.woff') format('woff'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.ttf') format('truetype'), url('../fonts/akzidenzgroteskbe-mdcn-webfont.svg#berthold_akzidenz_grotesk_bMd') format('svg'); font-weight: normal; font-style: normal; } html, body { color:#000; font-family:'akzidenz-grotesk_bq_light_cRg'; height:100% } body, #wrapper { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; margin: 0; padding: 0 } video { background-color:#000 } p { white-space:normal } a, a:hover { color:#000; text-decoration:none } strong { font-family:'berthold_akzidenz_grotesk_bMd'; font-weight:normal } label { color:#000; font-size:16px; letter-spacing:2px; text-align:right; width:20% } #rotame { position: absolute; top:0; right: 0; bottom: 0; left: 0; width:100%; height:100%; overflow: hidden; z-index: 9; background-color: #000; text-align: center; display: none; color: white; } .content-a { width:100%; height:100%; min-height:100% } .content-a { display:table } .content-b { display:table-cell; position:relative; vertical-align:middle; text-align:center } .rcWrapper { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .rcWrapper ul { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; margin:0; padding:0; font-size:0; list-style-type:none; display:inline-block; white-space: nowrap; } .rcWrapper ul li { position:relative; margin:0; padding:0; display:inline-block; width:100%; height:100%; text-align:center; overflow:hidden } .rcL, .rcR { position: absolute; top: 50%; margin-top: -25px; display: block; height: 28px; width: 19px; z-index: 1; cursor: pointer; background-size: cover } .rcL.rcHide, .rcR.rcHide { display: none; } .rcL { position: absolute; left: 40px; } .rcR { position: absolute; right: 40px; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); } .rcL:hover, .rcR:hover { -webkit-transition: opacity .5s linear; -moz-transition: opacity .5s linear; -o-transition: opacity .5s linear; transition: opacity .5s linear; opacity: .75; } header { height:71px; position:fixed; top:0; width:100%; z-index:9 } .menu { border:2px solid #000; display:block; float:left; width:45px; height:40px; margin:30px 0 0 27px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .menu span { background:url('../images/menu.png'); display:block; float:left; width:33px; height:27px; margin:4px } .menu:hover, .menu.activo { -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.9); } .menu:hover span, .menu.activo span { /* background-position:0 -27px*/ } .submenu { background:#000; width:180px; position:absolute; left:27px; top:80px } .submenu ul { margin:0 0 0 20px; padding:0 } .submenu li { padding:4px 0 } .submenu a { color:#fff; font-size:26px; width:100%; display:block } .sociales { float:right; margin:41px 27px 0 0 } .sociales a { background:url('../images/sociales.png'); display:inline-block; height:31px; margin-left:6px; opacity:0.65 } .sociales a:hover { opacity:1 } .sociales .facebook { width:30px } .sociales .instagram { width:30px; background-position:-30px 0 } .sociales2 { position:absolute; bottom:8px } .sociales2 a { background:url('../images/sociales.png'); display:inline-block; height:20px; opacity:0.65 } .sociales2 a:hover { opacity:1 } .sociales2 .facebook { width:19px; background-position:0 -31px } .sociales2 .twitter { width:20px; background-position:-19px -31px } .sociales2 .pinterest { width:18px; background-position:-39px -31px } .sociales2 .googleplus { width:19px; background-position:-57px -31px } footer { background-color:#fff; bottom:0; height:71px; padding-right:30px; position:fixed; text-align:right; width:100%; z-index:9 } footer img { margin-top:14px } .fondo-inicio { background:url(../images/fondo-inicio.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-comercial { background:url(../images/fondo-comercial.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-mi-vida-y-yo { background-color:#fff } .fondo-y-mi-casa { background:url(../images/y-mi-casa.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-el { background:url(../images/y-el.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-mi-trabajo { background:url(../images/y-mi-trabajo.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-y-mis-amigos { background:url(../images/y-mis-amigos.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-lookbook { background:url(../images/fondo-lookbook.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda1 { background:url(../images/prenda-1.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda2 { background:url(../images/prenda-2.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda3 { background:url(../images/prenda-3.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda4 { background:url(../images/prenda-4.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda5 { background:url(../images/prenda-5.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-prenda6 { background:url(../images/prenda-6.jpg) no-repeat left top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .fondo-info { background:url(../images/fondo-info.jpg) no-repeat center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover } .inicio { font-size:4.75vw } .filosofia { font-size:1.75vw; z-index:9; text-transform:uppercase; position:absolute; bottom:14% } .filosofia strong { font-size:2.25vw } .contenedor-lookbook { width:85% } .lookbook { font-size:27px; margin-top:65% } .lookbook strong { font-size:43px } .prenda { cursor:pointer } .contenedor-info { z-index:10 } .contenedor-info a { display:block; max-width:362px; margin:0 0 12px 0 } .producto { background-color:#fff; padding-right:200px } .producto .imagen { float:left; background:#f7f7f7 } .imagen img { border-left:30px solid #f7f7f7; border-bottom:30px solid #f7f7f7; border-top:30px solid #f7f7f7; border-right:none; width:100% } .producto .detalle { padding-left:20px; background:#fff; position:absolute; right:0; min-height:100%; width:200px } .detalle p { bottom:23px; color:#000; padding:0; text-align:left; text-transform:uppercase; position:absolute } .detalle p span { display:block } .titulo { font-size:26px; margin-bottom:6px; line-height:22px } .precio { font-family:'berthold_akzidenz_grotesk_bMd'; font-size:32px; margin-bottom:6px; line-height:28px } .sku { font-size:19px; margin-bottom:20px; line-height:19px } #registro { padding:50px 35px; width:600px } p.registra { font-size:66px; color:#000; margin-top:5px; padding:7px 0; letter-spacing:5px; max-width: 423px; text-align:center } #formRegistro { width:423px } #formRegistro div { overflow:hidden; margin-bottom:6px } #formRegistro p { font-size:15px; color:#000; margin:12px auto; width:222px } .inputbox { border:none; border:1px solid #000; background-color:#fff; font-size:14px; letter-spacing:2px; color:#000; width:76%; float:right; padding:3px; -moz-box-shadow:1px 1px 0 0 #000; -webkit-box-shadow:1px 1px 0 0 #000; box-shadow:1px 1px 0 0 #000 } .control-video { position:absolute; cursor:pointer; top:12px; right:12px; padding:3px; z-index:99 } .error { width:76%; float:right; } .vjs-control-bar { display:none } .youtube-container { /*top:0!important*/ } @media(max-width:767px){ .menu { margin:10px 0 0 10px } .sociales { margin:6px 7px 0 0 } footer { padding-right:15px; height:32px } footer img { margin-top:4px } .prenda img { width:42% } #registro { padding:50px 10px; width:auto } #formRegistro { width:345px } .rcL { left:5px } .rcR { right:5px } } @media all and (orientation: portrait) { #rotame { display:block } header { display:none } footer { display:none } }
0.31542
0.055849
* { margin: 0; padding: 0; } body { background: #F5F5F5; } .hover-effect { -webkit-transform: scale(1.0, 1.0); -moz-transform: scale(1.0, 1.0); transform: scale(1.0, 1.0); } .hover-effect:hover{ -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); transition: transform 0.5s linear; } .navbar { background: #333333; border-radius: 0; padding: 10px; } .navbar a { color: white; font-size: 25px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; } .navbar a:hover { background: none; } .navbar li { border-left: 2px solid #666666; padding: 0 10px; text-align: center; } .nav>li>a:hover { text-decoration: none; background-color: #333333; color: yellow; } .icon-bar { background: white; } #yellow-logo { width: 600px; position: absolute; bottom: -280px; left: 28%; } #in-game { margin-left: 20px; padding-right: 40px; margin-top: -50px; border-radius: 10px; box-shadow: 4px 4px 1px black, -4px -4px 1px black; } #in-game-mar { margin-top: -220px; } .mar-top { margin-top: 15%; } #hand-tablet { position: absolute; right: -80px; top: -150px; } .carousel-indicators li { background-color: gray; } .carousel-indicators .active { background-color: orange; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background-color: orange; border: none; } .nav-tabs>li>a { background: #C0C0C0; font-size: 20px; border: 1px solid gray; padding: 10px 50px; border: 1px solid transparent; border-radius: 0; } .nav-tabs { border-bottom: none; padding: 0 0 20px 0; } .panel-heading { padding: 20px 5px; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: white; border: none; border-radius: 0px; } form { background: #333366; padding: 50px; } i.fa { margin: 5px 10px; padding: 10px; width: 50px; font-size: 30px; border: 1px solid white; border-radius: 50%; } i.fa:hover { background: orange; cursor: pointer; } #embed_video { position: absolute; top: 13%; left: 21.8%; width: 64%; height: 26.5%; } @media only screen and (max-width: 3840px) { #yellow-logo { left: 25%; } #embed_video { top: 18%; height: 35.5%; left: 21.3%; width: 65.5%; } } @media only screen and (max-width: 1920px) { #embed_video { top: 15.5%; height: 31.5%; } } @media only screen and (max-width: 1920px) { #embed_video { top: 13%; height: 27%; } } @media only screen and (max-width: 1280px) { #embed_video { top: 12.5%; height: 25.5%; } } @media only screen and (max-width: 1200px) { #yellow-logo { left: 25%; } #embed_video { top: 12%; height: 25%; } } @media only screen and (max-width: 1100px) { #embed_video { top: 11%; height: 22.5%; } } @media only screen and (max-width: 1000px) { #yellow-logo { left: 22%; } #embed_video { top: 10%; height: 20%; } } @media only screen and (max-width: 991px) { #embed_video { top: 11.5%; height: 23%; } } @media only screen and (max-width: 850px) { #yellow-logo { left: 19%; } } @media only screen and (max-width: 800px) { #embed_video { top: 10.5%; height: 21.5%; } } @media only screen and (max-width: 768px) { #yellow-logo { left: 14%; } #in-game-mar { margin-top: -120px; } .mar-top { margin-top: 0%; } #hand-tablet { position: static; } .nav-tabs>li>a { padding: 10px 30px; } #embed_video { top: 10.8%; height: 21.5%; } } @media only screen and (max-width: 600px) { #yellow-logo { left: 0%; bottom: -220px; width: 400px; } #embed_video { top: 7.5%; height: 15%; } } @media only screen and (max-width: 480px) { #embed_video { top: 6.2%; height: 12.5%; } } @media only screen and (max-width: 375px) { #embed_video { top: 4.5%; height: 10%; } }
css/custom_styles.css
* { margin: 0; padding: 0; } body { background: #F5F5F5; } .hover-effect { -webkit-transform: scale(1.0, 1.0); -moz-transform: scale(1.0, 1.0); transform: scale(1.0, 1.0); } .hover-effect:hover{ -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); transition: transform 0.5s linear; } .navbar { background: #333333; border-radius: 0; padding: 10px; } .navbar a { color: white; font-size: 25px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; } .navbar a:hover { background: none; } .navbar li { border-left: 2px solid #666666; padding: 0 10px; text-align: center; } .nav>li>a:hover { text-decoration: none; background-color: #333333; color: yellow; } .icon-bar { background: white; } #yellow-logo { width: 600px; position: absolute; bottom: -280px; left: 28%; } #in-game { margin-left: 20px; padding-right: 40px; margin-top: -50px; border-radius: 10px; box-shadow: 4px 4px 1px black, -4px -4px 1px black; } #in-game-mar { margin-top: -220px; } .mar-top { margin-top: 15%; } #hand-tablet { position: absolute; right: -80px; top: -150px; } .carousel-indicators li { background-color: gray; } .carousel-indicators .active { background-color: orange; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background-color: orange; border: none; } .nav-tabs>li>a { background: #C0C0C0; font-size: 20px; border: 1px solid gray; padding: 10px 50px; border: 1px solid transparent; border-radius: 0; } .nav-tabs { border-bottom: none; padding: 0 0 20px 0; } .panel-heading { padding: 20px 5px; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: white; border: none; border-radius: 0px; } form { background: #333366; padding: 50px; } i.fa { margin: 5px 10px; padding: 10px; width: 50px; font-size: 30px; border: 1px solid white; border-radius: 50%; } i.fa:hover { background: orange; cursor: pointer; } #embed_video { position: absolute; top: 13%; left: 21.8%; width: 64%; height: 26.5%; } @media only screen and (max-width: 3840px) { #yellow-logo { left: 25%; } #embed_video { top: 18%; height: 35.5%; left: 21.3%; width: 65.5%; } } @media only screen and (max-width: 1920px) { #embed_video { top: 15.5%; height: 31.5%; } } @media only screen and (max-width: 1920px) { #embed_video { top: 13%; height: 27%; } } @media only screen and (max-width: 1280px) { #embed_video { top: 12.5%; height: 25.5%; } } @media only screen and (max-width: 1200px) { #yellow-logo { left: 25%; } #embed_video { top: 12%; height: 25%; } } @media only screen and (max-width: 1100px) { #embed_video { top: 11%; height: 22.5%; } } @media only screen and (max-width: 1000px) { #yellow-logo { left: 22%; } #embed_video { top: 10%; height: 20%; } } @media only screen and (max-width: 991px) { #embed_video { top: 11.5%; height: 23%; } } @media only screen and (max-width: 850px) { #yellow-logo { left: 19%; } } @media only screen and (max-width: 800px) { #embed_video { top: 10.5%; height: 21.5%; } } @media only screen and (max-width: 768px) { #yellow-logo { left: 14%; } #in-game-mar { margin-top: -120px; } .mar-top { margin-top: 0%; } #hand-tablet { position: static; } .nav-tabs>li>a { padding: 10px 30px; } #embed_video { top: 10.8%; height: 21.5%; } } @media only screen and (max-width: 600px) { #yellow-logo { left: 0%; bottom: -220px; width: 400px; } #embed_video { top: 7.5%; height: 15%; } } @media only screen and (max-width: 480px) { #embed_video { top: 6.2%; height: 12.5%; } } @media only screen and (max-width: 375px) { #embed_video { top: 4.5%; height: 10%; } }
0.332961
0.09472
:root { --lcars-background-main-colour: rgb(4, 19, 34); --lcars-background-accent-colour: rgb(0, 0, 0); --lcars-foreground-primary-colour: #FF9104; --lcars-foreground-secondary-colour: #CC99CC; --lcars-foreground-highlight-colour: #4455BB; } .lcars-dark-blue { background-color: rgb(19, 61, 135); } .lcars-disabled { background-color: rgb(11, 36, 80); } body { background-color: var(--lcars-background-main-colour); color: white; } @media print { body { background-color: white; color: black; } } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .lcars { padding: 0; margin: 0; } .lcars .vertical-space { padding-top: 8px; } .lcars .typeface { font-family: 'Impact', Tahoma, sans-serif; color: var(--lcars-foreground-primary-colour); letter-spacing: 1px; } .viewport { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } .lcars .padding { padding: 5px 5px; } .lcars .primary { background-color: var(--lcars-foreground-primary-colour) !important; color: black; } .lcars-primary { background-color: var(--lcars-foreground-primary-colour) !important; color: black; } .lcars .border-primary { border-color: var(--lcars-foreground-primary-colour) !important; } .lcars-border-primary { border: 1px solid var(--lcars-foreground-primary-colour) !important; } .lcars .text-primary { color: var(--lcars-foreground-primary-colour) !important; } .lcars .secondary { background-color: var(--lcars-foreground-secondary-colour) !important; color: black; } .lcars-secondary { background-color: var(--lcars-foreground-secondary-colour) !important; color: black; } .lcars-border-secondary { border: 1px solid var(--lcars-foreground-secondary-colour) !important; } .lcars .border-secondary { border: 1px solid var(--lcars-foreground-secondary-colour) !important; } .lcars .border-secondary-left { border-style: solid; border-color: var(--lcars-foreground-secondary-colour) !important; border-width: 0px 0px 0px 10px; } .lcars .text-secondary { color: var(--lcars-foreground-secondary-colour) !important; } .lcars .highlight { background-color: var(--lcars-foreground-highlight-colour) !important; color: white; } .lcars .border-highlight { border-color: var(--lcars-foreground-highlight-colour) !important; } .lcars-border-highlight { border-color: var(--lcars-foreground-highlight-colour) !important; } .lcars .text-highlight { color: var(--lcars-foreground-highlight-colour) !important; } .lcars .row { display: flex; flex-direction: row; } .lcars .row .row-fill { flex: 1; } .lcars .wide { width: 100%; } .lcars .spacer { margin-left: 2px; padding-left: 4px; margin-right: 2px; padding-right: 4px; } .split { display: inline-block; width: 49%; } .left { float: left; } .right { float: right; } .lcars { padding: 5px 5px; } .lcars .panel { display: inline-block; } .lcars .container { padding: 5px 5px; } .lcars .rbar { border-right: 10px solid var(--lcars-foreground-primary-colour); } .lcars .lbar { border-left: 10px solid var(--lcars-foreground-primary-colour); } .lcars .hbar { background-color: var(--lcars-foreground-primary-colour); color: black; text-align: right; min-height: 10px; } .lcars .knee-right { border-top-right-radius: 10px; padding-right: 12px; } .lcars-knee-right { border-top-right-radius: 10px; padding-right: 12px; } .lcars .knee-left { border-top-left-radius: 10px; padding-left: 12px; } .lcars-knee-left { border-top-left-radius: 10px; padding-left: 12px; } .lcars .elbow-left { border-bottom-left-radius: 10px; padding-left: 12px; } .lcars-elbow-left { border-bottom-left-radius: 10px; padding-left: 12px; } .lcars .elbow-right { border-bottom-right-radius: 10px; padding-right: 12px; } .lcars-elbow-right { border-bottom-right-radius: 10px; padding-right: 12px; } .lcars button:not(.no-lcars) { font-family: 'Impact'; background-color: var(--lcars-foreground-secondary-colour); color: black; border-radius: 20px; font-size: 21px; user-select: none; } .lcars button:focus { outline: none !important; } .lcars button:hover { background-color: var(--lcars-foreground-primary-colour); } .lcars select:not(.no-lcars) { border: none; color: var(--lcars-foreground-primary-colour); padding-left: 5px; padding-right: 5px; font-family: 'Impact'; font-size: large; } .lcars select:focus { outline: none !important; } .lcars input:not(.no-lcars) { border: 1px solid var(--lcars-foreground-primary-colour); color: var(--lcars-foreground-primary-colour); background-color: black; padding-left: 5px; padding-right: 5px; font-family: 'Impact'; font-size: large; } .lcars input:focus { outline: none !important; } .sensor-grid { background-color: black; background-image: -webkit-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -webkit-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -webkit-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: -moz-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -moz-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -moz-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -moz-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: -o-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -o-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -o-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -o-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: linear-gradient(rgb(255,145,4) 2px, transparent 2px), linear-gradient(to right, rgb(255,145,4) 2px, transparent 2px), linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), linear-gradient(to right, rgba(255,145,4,.3) 1px, transparent 1px); background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px; background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; border: 2px solid white; float: right; margin-right: 250px; margin-top: 10px; animation: pulse-magnification 8s infinite; } @keyframes pulse-magnification { 0% { background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px; } 50% { background-size:200px 200px, 200px 200px, 40px 40px, 40px 40px;} 100% { background-size:100px 100px, 100px 100px, 40px 40px, 20px 20px; } }
TrekSharp.AdventureTools/wwwroot/css/lcars.css
:root { --lcars-background-main-colour: rgb(4, 19, 34); --lcars-background-accent-colour: rgb(0, 0, 0); --lcars-foreground-primary-colour: #FF9104; --lcars-foreground-secondary-colour: #CC99CC; --lcars-foreground-highlight-colour: #4455BB; } .lcars-dark-blue { background-color: rgb(19, 61, 135); } .lcars-disabled { background-color: rgb(11, 36, 80); } body { background-color: var(--lcars-background-main-colour); color: white; } @media print { body { background-color: white; color: black; } } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } .lcars { padding: 0; margin: 0; } .lcars .vertical-space { padding-top: 8px; } .lcars .typeface { font-family: 'Impact', Tahoma, sans-serif; color: var(--lcars-foreground-primary-colour); letter-spacing: 1px; } .viewport { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } .lcars .padding { padding: 5px 5px; } .lcars .primary { background-color: var(--lcars-foreground-primary-colour) !important; color: black; } .lcars-primary { background-color: var(--lcars-foreground-primary-colour) !important; color: black; } .lcars .border-primary { border-color: var(--lcars-foreground-primary-colour) !important; } .lcars-border-primary { border: 1px solid var(--lcars-foreground-primary-colour) !important; } .lcars .text-primary { color: var(--lcars-foreground-primary-colour) !important; } .lcars .secondary { background-color: var(--lcars-foreground-secondary-colour) !important; color: black; } .lcars-secondary { background-color: var(--lcars-foreground-secondary-colour) !important; color: black; } .lcars-border-secondary { border: 1px solid var(--lcars-foreground-secondary-colour) !important; } .lcars .border-secondary { border: 1px solid var(--lcars-foreground-secondary-colour) !important; } .lcars .border-secondary-left { border-style: solid; border-color: var(--lcars-foreground-secondary-colour) !important; border-width: 0px 0px 0px 10px; } .lcars .text-secondary { color: var(--lcars-foreground-secondary-colour) !important; } .lcars .highlight { background-color: var(--lcars-foreground-highlight-colour) !important; color: white; } .lcars .border-highlight { border-color: var(--lcars-foreground-highlight-colour) !important; } .lcars-border-highlight { border-color: var(--lcars-foreground-highlight-colour) !important; } .lcars .text-highlight { color: var(--lcars-foreground-highlight-colour) !important; } .lcars .row { display: flex; flex-direction: row; } .lcars .row .row-fill { flex: 1; } .lcars .wide { width: 100%; } .lcars .spacer { margin-left: 2px; padding-left: 4px; margin-right: 2px; padding-right: 4px; } .split { display: inline-block; width: 49%; } .left { float: left; } .right { float: right; } .lcars { padding: 5px 5px; } .lcars .panel { display: inline-block; } .lcars .container { padding: 5px 5px; } .lcars .rbar { border-right: 10px solid var(--lcars-foreground-primary-colour); } .lcars .lbar { border-left: 10px solid var(--lcars-foreground-primary-colour); } .lcars .hbar { background-color: var(--lcars-foreground-primary-colour); color: black; text-align: right; min-height: 10px; } .lcars .knee-right { border-top-right-radius: 10px; padding-right: 12px; } .lcars-knee-right { border-top-right-radius: 10px; padding-right: 12px; } .lcars .knee-left { border-top-left-radius: 10px; padding-left: 12px; } .lcars-knee-left { border-top-left-radius: 10px; padding-left: 12px; } .lcars .elbow-left { border-bottom-left-radius: 10px; padding-left: 12px; } .lcars-elbow-left { border-bottom-left-radius: 10px; padding-left: 12px; } .lcars .elbow-right { border-bottom-right-radius: 10px; padding-right: 12px; } .lcars-elbow-right { border-bottom-right-radius: 10px; padding-right: 12px; } .lcars button:not(.no-lcars) { font-family: 'Impact'; background-color: var(--lcars-foreground-secondary-colour); color: black; border-radius: 20px; font-size: 21px; user-select: none; } .lcars button:focus { outline: none !important; } .lcars button:hover { background-color: var(--lcars-foreground-primary-colour); } .lcars select:not(.no-lcars) { border: none; color: var(--lcars-foreground-primary-colour); padding-left: 5px; padding-right: 5px; font-family: 'Impact'; font-size: large; } .lcars select:focus { outline: none !important; } .lcars input:not(.no-lcars) { border: 1px solid var(--lcars-foreground-primary-colour); color: var(--lcars-foreground-primary-colour); background-color: black; padding-left: 5px; padding-right: 5px; font-family: 'Impact'; font-size: large; } .lcars input:focus { outline: none !important; } .sensor-grid { background-color: black; background-image: -webkit-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -webkit-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -webkit-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: -moz-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -moz-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -moz-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -moz-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: -o-linear-gradient(rgb(255,145,4) 2px, transparent 2px), -o-linear-gradient(left, rgb(255,145,4) 2px, transparent 2px), -o-linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), -o-linear-gradient(left, rgba(255,145,4,.3) 1px, transparent 1px); background-image: linear-gradient(rgb(255,145,4) 2px, transparent 2px), linear-gradient(to right, rgb(255,145,4) 2px, transparent 2px), linear-gradient(rgba(256,145,4,.3) 1px, transparent 1px), linear-gradient(to right, rgba(255,145,4,.3) 1px, transparent 1px); background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px; background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; border: 2px solid white; float: right; margin-right: 250px; margin-top: 10px; animation: pulse-magnification 8s infinite; } @keyframes pulse-magnification { 0% { background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px; } 50% { background-size:200px 200px, 200px 200px, 40px 40px, 40px 40px;} 100% { background-size:100px 100px, 100px 100px, 40px 40px, 20px 20px; } }
0.602997
0.130064
.courier-font{ font-family: Courier New; } .links-right { /*float: right;*/ height: 28px; /*padding-left: 50%; */ position: 40% 40%; } .links-rightc { /*float: right;*/ height: 32px; /*padding-left: 14px; */ position: 40% 40%; } .text2:first-letter{ text-transform: uppercase; } /*.header-padding-original{*/ /*padding-top: 10px;*/ /*}*/ .pad10{ padding-top: 10px; } .pad20{ padding-top: 20px; } .pad30{ padding-top: 30px; } .pad40{ padding-top: 40px; } .pad50{ padding-top: 50px; } .pad60{ padding-top: 60px; } .pad70{ padding-top: 70px; } .pad80{ padding-top: 80px; } .text10{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 10px; font-variant: small-caps; } .text16{ color: #8c8c8c; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 16px; font-variant: small-caps; } .text20{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; text-align:center; /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 20px; font-variant: small-caps; } .text30{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 30px; font-variant: small-caps; } .text55{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; text-align:center; text-transform: lowercase; line-height: 40px; font-size: 55px; font-variant: small-caps; } .btn { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 5px; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; color: black; font-size: 15px; background-color: transparent; padding: 5px 10px 5px 10px; border-color: transparent; float: right; /*border-right: solid #666666 0px;*/ /*border-bottom: solid #666666 0px;*/ /*border-left: solid #666666 0px;*/ text-decoration: none; } .col-half{ /*width: 5%;*/ width: 4.9%; float: left; /*border: 1px solid red;*/ } .col-15{ width: 15%; float: left; border: 1px solid transparent; } .col-85{ width: 85%; float: left; border: 1px solid transparent; } .col-1{ width: 8.33333%; float: left; /*border: 1px solid red;*/ } .col-2{ /*width: 16.66666%;*/ width: 13%; float: left; border: 1px solid transparent; } .col-3{ width: 25%; float: left; border: 1px solid transparent; } .col-33{ width: 14%; float: left; border: 1px solid transparent; } .col-4{ width: 33.33333%; float: left; border: 1px solid transparent; } .col-44{ width: 17%; float: left; border: 1px solid transparent; } .col-5{ width: 41.66666%; float: left; border: 1px solid transparent; } .col-6{ width: 50.00%; float: left; border: 1px solid transparent; } .col-7{ width: 58.33333%; float: left; border: 1px solid transparent; } .col-8{ width: 72.66666%; float: left; border: 1px solid transparent; } .col-9{ width: 75.00%; float: left; border: 1px solid transparent; } .col-10{ width: 83.33333%; float: left; border: 1px solid transparent; } .col-11{ width: 91.66666%; float: left; } .col-12{ width: 100.00%; float: left; border: 1px solid transparent; } a:link{ color: #808080; } a:active{ color: #808080; } a:visited{ color: #808080; } a:hover{ color: #b3b3b3; } .space { padding-bottom: 5px; } .bold { font-weight: bold; } .normal { font-weight: normal; } button{ background: beige; potition: fixed; } .center{ text-align: center; } hr { width: 80% } a { text-color: blue; }
www/css/style.css
.courier-font{ font-family: Courier New; } .links-right { /*float: right;*/ height: 28px; /*padding-left: 50%; */ position: 40% 40%; } .links-rightc { /*float: right;*/ height: 32px; /*padding-left: 14px; */ position: 40% 40%; } .text2:first-letter{ text-transform: uppercase; } /*.header-padding-original{*/ /*padding-top: 10px;*/ /*}*/ .pad10{ padding-top: 10px; } .pad20{ padding-top: 20px; } .pad30{ padding-top: 30px; } .pad40{ padding-top: 40px; } .pad50{ padding-top: 50px; } .pad60{ padding-top: 60px; } .pad70{ padding-top: 70px; } .pad80{ padding-top: 80px; } .text10{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 10px; font-variant: small-caps; } .text16{ color: #8c8c8c; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 16px; font-variant: small-caps; } .text20{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; text-align:center; /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 20px; font-variant: small-caps; } .text30{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; /*text-align:center;*/ /*margin: 50px auto;*/ text-transform: lowercase; /*line-height: 145%;*/ font-size: 30px; font-variant: small-caps; } .text55{ color: #666666; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; letter-spacing:0.1em; text-align:center; text-transform: lowercase; line-height: 40px; font-size: 55px; font-variant: small-caps; } .btn { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 5px; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; color: black; font-size: 15px; background-color: transparent; padding: 5px 10px 5px 10px; border-color: transparent; float: right; /*border-right: solid #666666 0px;*/ /*border-bottom: solid #666666 0px;*/ /*border-left: solid #666666 0px;*/ text-decoration: none; } .col-half{ /*width: 5%;*/ width: 4.9%; float: left; /*border: 1px solid red;*/ } .col-15{ width: 15%; float: left; border: 1px solid transparent; } .col-85{ width: 85%; float: left; border: 1px solid transparent; } .col-1{ width: 8.33333%; float: left; /*border: 1px solid red;*/ } .col-2{ /*width: 16.66666%;*/ width: 13%; float: left; border: 1px solid transparent; } .col-3{ width: 25%; float: left; border: 1px solid transparent; } .col-33{ width: 14%; float: left; border: 1px solid transparent; } .col-4{ width: 33.33333%; float: left; border: 1px solid transparent; } .col-44{ width: 17%; float: left; border: 1px solid transparent; } .col-5{ width: 41.66666%; float: left; border: 1px solid transparent; } .col-6{ width: 50.00%; float: left; border: 1px solid transparent; } .col-7{ width: 58.33333%; float: left; border: 1px solid transparent; } .col-8{ width: 72.66666%; float: left; border: 1px solid transparent; } .col-9{ width: 75.00%; float: left; border: 1px solid transparent; } .col-10{ width: 83.33333%; float: left; border: 1px solid transparent; } .col-11{ width: 91.66666%; float: left; } .col-12{ width: 100.00%; float: left; border: 1px solid transparent; } a:link{ color: #808080; } a:active{ color: #808080; } a:visited{ color: #808080; } a:hover{ color: #b3b3b3; } .space { padding-bottom: 5px; } .bold { font-weight: bold; } .normal { font-weight: normal; } button{ background: beige; potition: fixed; } .center{ text-align: center; } hr { width: 80% } a { text-color: blue; }
0.3512
0.060557
.form-wrapper { max-width: 700px; margin: auto; background-color: #fff; } .form-wrapper a, .form-wrapper a:hover { text-decoration: none; } .mobile-form-logo-header .logo-wrapper { width: 100%; height: 70px; margin: 0; text-decoration: none; text-align: center; } .mobile-form-logo-header .logo1 { display: inline-block; width: 175px; } .mobile-form-logo-header .logo2 { display: inline-block; width: 60px; } .mobile-form-logo-header img { width: 100%; height: auto; } .m-form-step-indicator { width: 100%; } .m-form-step-indicator div { width: 25%; float: left; } .m-form-step-indicator span { display: block; height: 40px; line-height: 40px; margin-left: 1px; color: #fff; text-align: center; font-size: 1.5em; background-color: #52cc9d; } .m-form-step-indicator span.current { height: 45px; line-height: 45px; margin-top: -5px; background-color: #017f4f; } .m-form-step-indicator span.completed { background-color: #017f4f; } .m-form-step-indicator div:first-child span { margin-left: 0; } .m-form-step-indicator2 span { background-color: #1ba9f5; } .m-form-step-indicator2 span.current, .m-form-step-indicator2 span.completed { background-color: #0775aa; } .m-form-step-indicator3 span { background-color: #e645a5; } .m-form-step-indicator3 span.current, .m-form-step-indicator3 span.completed { background-color: #9d3373; } .m-form-step-indicator4 span { background-color: #8b5ef5; } .m-form-step-indicator4 span.current, .m-form-step-indicator4 span.completed { background-color: #563e96; } .medical-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #017f4f; font-size: 1em; } .medical-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #017f4f; opacity: 1; font-size: 1em; } .medical-form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #017f4f; opacity: 1; font-size: 1em; } .medical-form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #017f4f; font-size: 1em; } .medical-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #017f4f; font-size: 1.1em; } .medical-form input { height: 35px; border-radius: 0; } .medical-form input[type="text"] { border-color: #017f4f; color: #017f4f; padding-left: 7px; font-size: 1.4em; } .medical-form input[type="radio"] { position: absolute; left: -999em; } .medical-form input[type="checkbox"] { opacity: 0; z-index: 1; } .medical-form select { display: block; height: 35px; font-size: 1.4em; padding-left: 5px; width: 100%; border-radius: 0; border-color: #017f4f; color: #017f4f; } .medical-form .select-wrapper { border: 1px solid #017f4f; position: relative; } .medical-form .select-wrapper select { border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .medical-form .select-wrapper:before { position: absolute; right: 10px; height: 35px; line-height: 35px; top: 0; bottom: 0; font-family: 'FontAwesome'; content: "\f0d7"; color: #017f4f; font-size: 2em; } .medical-form select[disabled] { background-color: #e6f2ee; cursor: not-allowed; } .medical-form .form-section { padding: 10px 15px; display: none; } .medical-form .form-section.current { display: block; } .medical-form .form-group { margin-bottom: 5px; } .medical-form .medical-label { font-size: 1.5em; margin-top: 5px; font-weight: 400; color: #017f4f; } .medical-form .gender-single, .medical-form .relation-single { padding-left: 6px; padding-right: 0; } .medical-form .gender-single label, .medical-form .relation-single label { display: block; width: 100%; padding: 0; } .medical-form .gender-single:first-child, .medical-form .relation-single:first-child { padding-left: 0; } .medical-form input[type="radio"] + span { display: block; width: 100%; height: 35px; line-height: 35px; font-size: 1.5em; color: #fff; background-color: #52cc9d; text-align: center; font-weight: 400; cursor: pointer; } .medical-form input[type="radio"]:checked + span { background-color: #017f4f; } .medical-form .gender-single input[type="radio"] + span { height: 32px; line-height: 32px; } .medical-form .form-navigation { width: 100%; margin-top: 10px; height: 60px; padding: 15px 10px; border-top: 1px solid #017f4f; background-color: #fff; } .medical-form .btn-navigate { display: inline-block; height: 35px; width: 100px; border-radius: 0; color: #fff; background-color: #52cc9d; } .medical-form .btn-navigate:active { background-color: #017f4f; } .medical-form .has-width { display: inline-block; width: 5em; text-align: justify; -moz-text-align-last: justify; text-align-last: justify; } .medical-form .address-choose { padding-left: 6px; padding-right: 0; } .medical-form .little-character { font-size: 0.9em; letter-spacing: -0.5px; } .medical-form .address-choose:first-child { padding-left: 0; } .medical-form .address-details { padding: 5px 0 0; } .medical-form .form-text { margin-top: 120px; padding-left: 15px; font-size: 1.2em; color: #017f4f; } .medical-form .form-text .sup-ast { margin-right: 4px; vertical-align: super; font-size: 0.8em; } .medical-form .info-details { padding: 5px; display: block; width: 100%; height: 140px; resize: none; font-size: 1.4em; border-color: #017f4f; } .medical-form .input-file { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .medical-form .input-file + label { padding: 0; width: 100%; cursor: pointer; display: block; overflow: hidden; } .medical-form .file-name { width: 100%; display: none; height: 30px; line-height: 30px; text-align: center; color: #017f4f; border: 1px solid #017f4f; margin-bottom: 5px; } .medical-form .file-choose { width: 100%; height: 30px; text-align: center; color: #fff; background-color: #017f4f; line-height: 30px; display: inline-block; font-size: 1.4em; } .medical-form .form-another-text { margin: 0; font-size: 1.2em; color: #017f4f; } .medical-form .form-another-text .sup-ast { margin-right: 4px; vertical-align: super; } .medical-form .checkbox-wrapper { width: 100%; background-color: #cef2e4; color: #017f4f; margin-top: 40px; } .medical-form .checkbox-wrapper .form-group { padding: 13px 0; margin: 0; } .medical-form .checkbox-wrapper label, .medical-form .checkbox-wrapper .contract-click { height: 25px; line-height: 25px; font-size: 1.4em; font-weight: 400; display: inline-block; position: relative; padding-left: 5px; cursor: pointer; margin-bottom: 0; } .medical-form .checkbox-wrapper .contract-click { padding-left: 0; font-weight: 700; text-decoration: underline; } .medical-form .checkbox-wrapper label::before { content: ""; display: inline-block; position: absolute; width: 14px; height: 14px; left: 0; margin-left: -16px; margin-top: 5px; border: 1px solid #017f4f; background-color: #fff; } .medical-form .checkbox-wrapper label::after { display: inline-block; position: absolute; width: 13px; height: 13px; left: 0; top: 0; margin-left: -17px; padding-left: 3px; font-size: 11px; color: #555; } .medical-form .checkbox-wrapper input[type="checkbox"] { height: 1px; } .medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #017f4f; border-color: #017f4f; } .medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; color: #fff; } .medical-form .mobile-time-trigger button { display: block; width: 100%; border-radius: 0; height: 35px; background-color: #52cc9d; text-align: center; color: #fff; font-size: 1.4em; } .medical-form .time-grid { letter-spacing: -1px; } .medical-form .user-time { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; } .medical-form .user-time .user-time-wrapper { height: 200px; width: 100%; position: absolute; top: 50%; left: 0; margin-top: -100px; } .medical-form .user-time .time-inner-wrapper { display: inline-block; width: 33.3333333%; height: 38px; margin-bottom: 12px; padding-left: 5px; } .medical-form .user-time .time-inner-wrapper:first-child { padding-left: 0; } .medical-form .user-time .user-time-close { height: 38px; line-height: 38px; font-size: 1.4em; text-align: center; letter-spacing: 5px; color: #fff; background-color: #017f4f; margin-top: 10px; cursor: pointer; } .medical-form .user-time label { display: block; } .medical-form .user-time input[type="checkbox"] { height: 1px; position: absolute; } .medical-form .user-time input[type="checkbox"] + span { display: inline-block; width: 100%; background-color: #52cc9d; text-align: center; color: #fff; font-size: 1em; letter-spacing: -1px; height: 35px; line-height: 35px; cursor: pointer; } .medical-form .user-time input[type="checkbox"]:checked + span { background-color: #017f4f; } .medical-form2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #0775aa; font-size: 1em; } .medical-form2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #0775aa; opacity: 1; font-size: 1em; } .medical-form2 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #0775aa; opacity: 1; font-size: 1em; } .medical-form2 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #0775aa; font-size: 1em; } .medical-form2 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #0775aa; font-size: 1.1em; } .medical-form2 input[type="text"] { border-color: #0775aa; color: #0775aa; } .medical-form2 select { border-color: #0775aa; color: #0775aa; } .medical-form2 select[disabled] { background-color: #caecfc; } .medical-form2 .medical-label { color: #0775aa; } .medical-form2 input[type="radio"] + span { background-color: #1ba9f5; } .medical-form2 input[type="radio"]:checked + span { background-color: #0775aa; } .medical-form2 .select-wrapper { border: 1px solid #0775aa; } .medical-form2 .select-wrapper:before { color: #0775aa; } .medical-form2 .form-navigation { border-top: 1px solid #0775aa; } .medical-form2 .btn-navigate { background-color: #1ba9f5; } .medical-form2 .btn-navigate:active { background-color: #0775aa; } .medical-form2 .form-text { color: #0775aa; } .medical-form2 .info-details { border-color: #0775aa; } .medical-form2 .file-name { color: #0775aa; border: 1px solid #0775aa; } .medical-form2 .file-choose { background-color: #0775aa; } .medical-form2 .form-another-text { color: #0775aa; } .medical-form2 .checkbox-wrapper { background-color: #caecfc; color: #0775aa; } .medical-form2 .checkbox-wrapper label::before { border: 1px solid #0775aa; } .medical-form2 .checkbox-wrapper label::after { color: #555; } .medical-form2 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #0775aa; border-color: #0775aa; } .medical-form2 .mobile-time-trigger button { background-color: #1ba9f5; } .medical-form2 .mobile-time-trigger button:active { background-color: #0775aa; } .medical-form2 .user-time .user-time-close { background-color: #0775aa; } .medical-form2 .user-time input[type="checkbox"] + span { background-color: #1ba9f5; } .medical-form2 .user-time input[type="checkbox"]:checked + span { background-color: #0775aa; } .medical-form3 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #9d3373; font-size: 1em; } .medical-form3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #9d3373; opacity: 1; font-size: 1em; } .medical-form3 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #9d3373; opacity: 1; font-size: 1em; } .medical-form3 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9d3373; font-size: 1em; } .medical-form3 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #9d3373; font-size: 1.1em; } .medical-form3 input[type="text"] { border-color: #9d3373; color: #9d3373; } .medical-form3 select { border-color: #9d3373; color: #9d3373; } .medical-form3 select[disabled] { background-color: #f2cee4; } .medical-form3 .select-wrapper { border: 1px solid #9d3373; } .medical-form3 .select-wrapper:before { color: #9d3373; } .medical-form3 .medical-label { color: #9d3373; } .medical-form3 input[type="radio"] + span { background-color: #e645a5; } .medical-form3 input[type="radio"]:checked + span { background-color: #9d3373; } .medical-form3 .form-navigation { border-top: 1px solid #9d3373; } .medical-form3 .btn-navigate { background-color: #e645a5; } .medical-form3 .btn-navigate:active { background-color: #9d3373; } .medical-form3 .form-text { color: #9d3373; } .medical-form3 .info-details { border-color: #9d3373; } .medical-form3 .file-name { color: #9d3373; border: 1px solid #9d3373; } .medical-form3 .file-choose { background-color: #9d3373; } .medical-form3 .form-another-text { color: #9d3373; } .medical-form3 .checkbox-wrapper { background-color: #f2cee4; color: #9d3373; } .medical-form3 .checkbox-wrapper label::before { border: 1px solid #9d3373; } .medical-form3 .checkbox-wrapper label::after { color: #555; } .medical-form3 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #9d3373; border-color: #9d3373; } .medical-form3 .mobile-time-trigger button { background-color: #e645a5; } .medical-form3 .mobile-time-trigger button:active { background-color: #9d3373; } .medical-form3 .user-time .user-time-close { background-color: #9d3373; } .medical-form3 .user-time input[type="checkbox"] + span { background-color: #e645a5; } .medical-form3 .user-time input[type="checkbox"]:checked + span { background-color: #9d3373; } .medical-form4 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #563e96; font-size: 1em; } .medical-form4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #563e96; opacity: 1; font-size: 1em; } .medical-form4 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #563e96; opacity: 1; font-size: 1em; } .medical-form4 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #563e96; font-size: 1em; } .medical-form4 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #563e96; font-size: 1.1em; } .medical-form4 input[type="text"] { border-color: #563e96; color: #563e96; } .medical-form4 select { border-color: #563e96; color: #563e96; } .medical-form4 select[disabled] { background-color: #e1d7fc; } .medical-form4 .select-wrapper { border: 1px solid #563e96; } .medical-form4 .select-wrapper:before { color: #563e96; } .medical-form4 .medical-label { color: #563e96; } .medical-form4 input[type="radio"] + span { background-color: #8b5ef5; } .medical-form4 input[type="radio"]:checked + span { background-color: #563e96; } .medical-form4 .form-navigation { border-top: 1px solid #563e96; } .medical-form4 .btn-navigate { background-color: #8b5ef5; } .medical-form4 .btn-navigate:active { background-color: #563e96; } .medical-form4 .form-text { color: #563e96; } .medical-form4 .info-details { border-color: #563e96; } .medical-form4 .file-name { color: #563e96; border: 1px solid #563e96; } .medical-form4 .file-choose { background-color: #563e96; } .medical-form4 .form-another-text { color: #563e96; } .medical-form4 .checkbox-wrapper { background-color: #e1d7fc; color: #563e96; } .medical-form4 .checkbox-wrapper label::before { border: 1px solid #563e96; } .medical-form4 .checkbox-wrapper label::after { color: #555; } .medical-form4 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #563e96; border-color: #563e96; } .medical-form4 .mobile-time-trigger button { background-color: #8b5ef5; } .medical-form4 .mobile-time-trigger button:active { background-color: #563e96; } .medical-form4 .user-time .user-time-close { background-color: #563e96; } .medical-form4 .user-time input[type="checkbox"] + span { background-color: #8b5ef5; } .medical-form4 .user-time input[type="checkbox"]:checked + span { background-color: #563e96; } .medical-form2 .dtpicker-content { border: 1px solid #0775aa; } .medical-form2 .dtpicker-header .dtpicker-close { color: #0775aa; } .medical-form2 .dtpicker-header .dtpicker-value { color: #0775aa; } .medical-form2 .dtpicker-components .dtpicker-comp > * { color: #0775aa; } .medical-form2 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form2 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #0775aa; } .medical-form2 .dtpicker-buttonCont .dtpicker-button { background: #0775aa; } .medical-form3 .dtpicker-content { border: 1px solid #9d3373; } .medical-form3 .dtpicker-header .dtpicker-close { color: #9d3373; } .medical-form3 .dtpicker-header .dtpicker-value { color: #9d3373; } .medical-form3 .dtpicker-components .dtpicker-comp > * { color: #9d3373; } .medical-form3 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form3 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #9d3373; } .medical-form3 .dtpicker-buttonCont .dtpicker-button { background: #9d3373; } .medical-form4 .dtpicker-content { border: 1px solid #563e96; } .medical-form4 .dtpicker-header .dtpicker-close { color: #563e96; } .medical-form4 .dtpicker-header .dtpicker-value { color: #563e96; } .medical-form4 .dtpicker-components .dtpicker-comp > * { color: #563e96; } .medical-form4 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form4 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #563e96; } .medical-form4 .dtpicker-buttonCont .dtpicker-button { background: #563e96; } .contract-context { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: none; background-color: #fff; color: #017f4f; } .contract-context .contract-header { height: 50px; line-height: 50px; background-color: #cef2e4; font-size: 1.4em; color: #017f4f; padding-left: 20px; font-weight: 700; } .contract-context .contract-close-button { display: inline-block; float: right; color: #017f4f; font-size: 1.2em; cursor: pointer; } .contract-context .contract-close-button i { line-height: 1; display: inline-block; margin-top: 10px; margin-right: 10px; } .contract-context .contract-para { padding: 15px 15px 40px; font-size: 1.4em; position: absolute; top: 50px; left: 0; right: 0; bottom: 0; } .contract-context .contract-para .para-outter-wrapper { position: relative; } .contract-context .contract-para p { text-indent: 2em; text-align: justify; } .contract-context .contract-para span { position: absolute; left: 0; top: 0; } .contract-context2 { color: #0775aa; } .contract-context2 .contract-header { color: #0775aa; background-color: #caecfc; } .contract-context2 .contract-close-button { color: #0775aa; } .contract-context3 { color: #9d3373; } .contract-context3 .contract-header { color: #9d3373; background-color: #f2cee4; } .contract-context3 .contract-close-button { color: #9d3373; } .contract-context4 { color: #563e96; } .contract-context4 .contract-header { color: #563e96; background-color: #e1d7fc; } .contract-context4 .contract-close-button { color: #563e96; } .box-container { position: relative; width: 100%; } #dtBox a, #dtBox a:hover { text-decoration: none; }
public/static/advance/css/dev/m_form.css
.form-wrapper { max-width: 700px; margin: auto; background-color: #fff; } .form-wrapper a, .form-wrapper a:hover { text-decoration: none; } .mobile-form-logo-header .logo-wrapper { width: 100%; height: 70px; margin: 0; text-decoration: none; text-align: center; } .mobile-form-logo-header .logo1 { display: inline-block; width: 175px; } .mobile-form-logo-header .logo2 { display: inline-block; width: 60px; } .mobile-form-logo-header img { width: 100%; height: auto; } .m-form-step-indicator { width: 100%; } .m-form-step-indicator div { width: 25%; float: left; } .m-form-step-indicator span { display: block; height: 40px; line-height: 40px; margin-left: 1px; color: #fff; text-align: center; font-size: 1.5em; background-color: #52cc9d; } .m-form-step-indicator span.current { height: 45px; line-height: 45px; margin-top: -5px; background-color: #017f4f; } .m-form-step-indicator span.completed { background-color: #017f4f; } .m-form-step-indicator div:first-child span { margin-left: 0; } .m-form-step-indicator2 span { background-color: #1ba9f5; } .m-form-step-indicator2 span.current, .m-form-step-indicator2 span.completed { background-color: #0775aa; } .m-form-step-indicator3 span { background-color: #e645a5; } .m-form-step-indicator3 span.current, .m-form-step-indicator3 span.completed { background-color: #9d3373; } .m-form-step-indicator4 span { background-color: #8b5ef5; } .m-form-step-indicator4 span.current, .m-form-step-indicator4 span.completed { background-color: #563e96; } .medical-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #017f4f; font-size: 1em; } .medical-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #017f4f; opacity: 1; font-size: 1em; } .medical-form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #017f4f; opacity: 1; font-size: 1em; } .medical-form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #017f4f; font-size: 1em; } .medical-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #017f4f; font-size: 1.1em; } .medical-form input { height: 35px; border-radius: 0; } .medical-form input[type="text"] { border-color: #017f4f; color: #017f4f; padding-left: 7px; font-size: 1.4em; } .medical-form input[type="radio"] { position: absolute; left: -999em; } .medical-form input[type="checkbox"] { opacity: 0; z-index: 1; } .medical-form select { display: block; height: 35px; font-size: 1.4em; padding-left: 5px; width: 100%; border-radius: 0; border-color: #017f4f; color: #017f4f; } .medical-form .select-wrapper { border: 1px solid #017f4f; position: relative; } .medical-form .select-wrapper select { border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .medical-form .select-wrapper:before { position: absolute; right: 10px; height: 35px; line-height: 35px; top: 0; bottom: 0; font-family: 'FontAwesome'; content: "\f0d7"; color: #017f4f; font-size: 2em; } .medical-form select[disabled] { background-color: #e6f2ee; cursor: not-allowed; } .medical-form .form-section { padding: 10px 15px; display: none; } .medical-form .form-section.current { display: block; } .medical-form .form-group { margin-bottom: 5px; } .medical-form .medical-label { font-size: 1.5em; margin-top: 5px; font-weight: 400; color: #017f4f; } .medical-form .gender-single, .medical-form .relation-single { padding-left: 6px; padding-right: 0; } .medical-form .gender-single label, .medical-form .relation-single label { display: block; width: 100%; padding: 0; } .medical-form .gender-single:first-child, .medical-form .relation-single:first-child { padding-left: 0; } .medical-form input[type="radio"] + span { display: block; width: 100%; height: 35px; line-height: 35px; font-size: 1.5em; color: #fff; background-color: #52cc9d; text-align: center; font-weight: 400; cursor: pointer; } .medical-form input[type="radio"]:checked + span { background-color: #017f4f; } .medical-form .gender-single input[type="radio"] + span { height: 32px; line-height: 32px; } .medical-form .form-navigation { width: 100%; margin-top: 10px; height: 60px; padding: 15px 10px; border-top: 1px solid #017f4f; background-color: #fff; } .medical-form .btn-navigate { display: inline-block; height: 35px; width: 100px; border-radius: 0; color: #fff; background-color: #52cc9d; } .medical-form .btn-navigate:active { background-color: #017f4f; } .medical-form .has-width { display: inline-block; width: 5em; text-align: justify; -moz-text-align-last: justify; text-align-last: justify; } .medical-form .address-choose { padding-left: 6px; padding-right: 0; } .medical-form .little-character { font-size: 0.9em; letter-spacing: -0.5px; } .medical-form .address-choose:first-child { padding-left: 0; } .medical-form .address-details { padding: 5px 0 0; } .medical-form .form-text { margin-top: 120px; padding-left: 15px; font-size: 1.2em; color: #017f4f; } .medical-form .form-text .sup-ast { margin-right: 4px; vertical-align: super; font-size: 0.8em; } .medical-form .info-details { padding: 5px; display: block; width: 100%; height: 140px; resize: none; font-size: 1.4em; border-color: #017f4f; } .medical-form .input-file { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .medical-form .input-file + label { padding: 0; width: 100%; cursor: pointer; display: block; overflow: hidden; } .medical-form .file-name { width: 100%; display: none; height: 30px; line-height: 30px; text-align: center; color: #017f4f; border: 1px solid #017f4f; margin-bottom: 5px; } .medical-form .file-choose { width: 100%; height: 30px; text-align: center; color: #fff; background-color: #017f4f; line-height: 30px; display: inline-block; font-size: 1.4em; } .medical-form .form-another-text { margin: 0; font-size: 1.2em; color: #017f4f; } .medical-form .form-another-text .sup-ast { margin-right: 4px; vertical-align: super; } .medical-form .checkbox-wrapper { width: 100%; background-color: #cef2e4; color: #017f4f; margin-top: 40px; } .medical-form .checkbox-wrapper .form-group { padding: 13px 0; margin: 0; } .medical-form .checkbox-wrapper label, .medical-form .checkbox-wrapper .contract-click { height: 25px; line-height: 25px; font-size: 1.4em; font-weight: 400; display: inline-block; position: relative; padding-left: 5px; cursor: pointer; margin-bottom: 0; } .medical-form .checkbox-wrapper .contract-click { padding-left: 0; font-weight: 700; text-decoration: underline; } .medical-form .checkbox-wrapper label::before { content: ""; display: inline-block; position: absolute; width: 14px; height: 14px; left: 0; margin-left: -16px; margin-top: 5px; border: 1px solid #017f4f; background-color: #fff; } .medical-form .checkbox-wrapper label::after { display: inline-block; position: absolute; width: 13px; height: 13px; left: 0; top: 0; margin-left: -17px; padding-left: 3px; font-size: 11px; color: #555; } .medical-form .checkbox-wrapper input[type="checkbox"] { height: 1px; } .medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #017f4f; border-color: #017f4f; } .medical-form .checkbox-wrapper input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; color: #fff; } .medical-form .mobile-time-trigger button { display: block; width: 100%; border-radius: 0; height: 35px; background-color: #52cc9d; text-align: center; color: #fff; font-size: 1.4em; } .medical-form .time-grid { letter-spacing: -1px; } .medical-form .user-time { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; } .medical-form .user-time .user-time-wrapper { height: 200px; width: 100%; position: absolute; top: 50%; left: 0; margin-top: -100px; } .medical-form .user-time .time-inner-wrapper { display: inline-block; width: 33.3333333%; height: 38px; margin-bottom: 12px; padding-left: 5px; } .medical-form .user-time .time-inner-wrapper:first-child { padding-left: 0; } .medical-form .user-time .user-time-close { height: 38px; line-height: 38px; font-size: 1.4em; text-align: center; letter-spacing: 5px; color: #fff; background-color: #017f4f; margin-top: 10px; cursor: pointer; } .medical-form .user-time label { display: block; } .medical-form .user-time input[type="checkbox"] { height: 1px; position: absolute; } .medical-form .user-time input[type="checkbox"] + span { display: inline-block; width: 100%; background-color: #52cc9d; text-align: center; color: #fff; font-size: 1em; letter-spacing: -1px; height: 35px; line-height: 35px; cursor: pointer; } .medical-form .user-time input[type="checkbox"]:checked + span { background-color: #017f4f; } .medical-form2 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #0775aa; font-size: 1em; } .medical-form2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #0775aa; opacity: 1; font-size: 1em; } .medical-form2 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #0775aa; opacity: 1; font-size: 1em; } .medical-form2 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #0775aa; font-size: 1em; } .medical-form2 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #0775aa; font-size: 1.1em; } .medical-form2 input[type="text"] { border-color: #0775aa; color: #0775aa; } .medical-form2 select { border-color: #0775aa; color: #0775aa; } .medical-form2 select[disabled] { background-color: #caecfc; } .medical-form2 .medical-label { color: #0775aa; } .medical-form2 input[type="radio"] + span { background-color: #1ba9f5; } .medical-form2 input[type="radio"]:checked + span { background-color: #0775aa; } .medical-form2 .select-wrapper { border: 1px solid #0775aa; } .medical-form2 .select-wrapper:before { color: #0775aa; } .medical-form2 .form-navigation { border-top: 1px solid #0775aa; } .medical-form2 .btn-navigate { background-color: #1ba9f5; } .medical-form2 .btn-navigate:active { background-color: #0775aa; } .medical-form2 .form-text { color: #0775aa; } .medical-form2 .info-details { border-color: #0775aa; } .medical-form2 .file-name { color: #0775aa; border: 1px solid #0775aa; } .medical-form2 .file-choose { background-color: #0775aa; } .medical-form2 .form-another-text { color: #0775aa; } .medical-form2 .checkbox-wrapper { background-color: #caecfc; color: #0775aa; } .medical-form2 .checkbox-wrapper label::before { border: 1px solid #0775aa; } .medical-form2 .checkbox-wrapper label::after { color: #555; } .medical-form2 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #0775aa; border-color: #0775aa; } .medical-form2 .mobile-time-trigger button { background-color: #1ba9f5; } .medical-form2 .mobile-time-trigger button:active { background-color: #0775aa; } .medical-form2 .user-time .user-time-close { background-color: #0775aa; } .medical-form2 .user-time input[type="checkbox"] + span { background-color: #1ba9f5; } .medical-form2 .user-time input[type="checkbox"]:checked + span { background-color: #0775aa; } .medical-form3 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #9d3373; font-size: 1em; } .medical-form3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #9d3373; opacity: 1; font-size: 1em; } .medical-form3 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #9d3373; opacity: 1; font-size: 1em; } .medical-form3 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9d3373; font-size: 1em; } .medical-form3 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #9d3373; font-size: 1.1em; } .medical-form3 input[type="text"] { border-color: #9d3373; color: #9d3373; } .medical-form3 select { border-color: #9d3373; color: #9d3373; } .medical-form3 select[disabled] { background-color: #f2cee4; } .medical-form3 .select-wrapper { border: 1px solid #9d3373; } .medical-form3 .select-wrapper:before { color: #9d3373; } .medical-form3 .medical-label { color: #9d3373; } .medical-form3 input[type="radio"] + span { background-color: #e645a5; } .medical-form3 input[type="radio"]:checked + span { background-color: #9d3373; } .medical-form3 .form-navigation { border-top: 1px solid #9d3373; } .medical-form3 .btn-navigate { background-color: #e645a5; } .medical-form3 .btn-navigate:active { background-color: #9d3373; } .medical-form3 .form-text { color: #9d3373; } .medical-form3 .info-details { border-color: #9d3373; } .medical-form3 .file-name { color: #9d3373; border: 1px solid #9d3373; } .medical-form3 .file-choose { background-color: #9d3373; } .medical-form3 .form-another-text { color: #9d3373; } .medical-form3 .checkbox-wrapper { background-color: #f2cee4; color: #9d3373; } .medical-form3 .checkbox-wrapper label::before { border: 1px solid #9d3373; } .medical-form3 .checkbox-wrapper label::after { color: #555; } .medical-form3 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #9d3373; border-color: #9d3373; } .medical-form3 .mobile-time-trigger button { background-color: #e645a5; } .medical-form3 .mobile-time-trigger button:active { background-color: #9d3373; } .medical-form3 .user-time .user-time-close { background-color: #9d3373; } .medical-form3 .user-time input[type="checkbox"] + span { background-color: #e645a5; } .medical-form3 .user-time input[type="checkbox"]:checked + span { background-color: #9d3373; } .medical-form4 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #563e96; font-size: 1em; } .medical-form4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #563e96; opacity: 1; font-size: 1em; } .medical-form4 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #563e96; opacity: 1; font-size: 1em; } .medical-form4 :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #563e96; font-size: 1em; } .medical-form4 :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */ color: #563e96; font-size: 1.1em; } .medical-form4 input[type="text"] { border-color: #563e96; color: #563e96; } .medical-form4 select { border-color: #563e96; color: #563e96; } .medical-form4 select[disabled] { background-color: #e1d7fc; } .medical-form4 .select-wrapper { border: 1px solid #563e96; } .medical-form4 .select-wrapper:before { color: #563e96; } .medical-form4 .medical-label { color: #563e96; } .medical-form4 input[type="radio"] + span { background-color: #8b5ef5; } .medical-form4 input[type="radio"]:checked + span { background-color: #563e96; } .medical-form4 .form-navigation { border-top: 1px solid #563e96; } .medical-form4 .btn-navigate { background-color: #8b5ef5; } .medical-form4 .btn-navigate:active { background-color: #563e96; } .medical-form4 .form-text { color: #563e96; } .medical-form4 .info-details { border-color: #563e96; } .medical-form4 .file-name { color: #563e96; border: 1px solid #563e96; } .medical-form4 .file-choose { background-color: #563e96; } .medical-form4 .form-another-text { color: #563e96; } .medical-form4 .checkbox-wrapper { background-color: #e1d7fc; color: #563e96; } .medical-form4 .checkbox-wrapper label::before { border: 1px solid #563e96; } .medical-form4 .checkbox-wrapper label::after { color: #555; } .medical-form4 .checkbox-wrapper input[type="checkbox"]:checked + label::before { background-color: #563e96; border-color: #563e96; } .medical-form4 .mobile-time-trigger button { background-color: #8b5ef5; } .medical-form4 .mobile-time-trigger button:active { background-color: #563e96; } .medical-form4 .user-time .user-time-close { background-color: #563e96; } .medical-form4 .user-time input[type="checkbox"] + span { background-color: #8b5ef5; } .medical-form4 .user-time input[type="checkbox"]:checked + span { background-color: #563e96; } .medical-form2 .dtpicker-content { border: 1px solid #0775aa; } .medical-form2 .dtpicker-header .dtpicker-close { color: #0775aa; } .medical-form2 .dtpicker-header .dtpicker-value { color: #0775aa; } .medical-form2 .dtpicker-components .dtpicker-comp > * { color: #0775aa; } .medical-form2 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form2 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #0775aa; } .medical-form2 .dtpicker-buttonCont .dtpicker-button { background: #0775aa; } .medical-form3 .dtpicker-content { border: 1px solid #9d3373; } .medical-form3 .dtpicker-header .dtpicker-close { color: #9d3373; } .medical-form3 .dtpicker-header .dtpicker-value { color: #9d3373; } .medical-form3 .dtpicker-components .dtpicker-comp > * { color: #9d3373; } .medical-form3 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form3 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #9d3373; } .medical-form3 .dtpicker-buttonCont .dtpicker-button { background: #9d3373; } .medical-form4 .dtpicker-content { border: 1px solid #563e96; } .medical-form4 .dtpicker-header .dtpicker-close { color: #563e96; } .medical-form4 .dtpicker-header .dtpicker-value { color: #563e96; } .medical-form4 .dtpicker-components .dtpicker-comp > * { color: #563e96; } .medical-form4 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:hover, .medical-form4 .dtpicker-components .dtpicker-comp .dtpicker-compButton a:focus { color: #563e96; } .medical-form4 .dtpicker-buttonCont .dtpicker-button { background: #563e96; } .contract-context { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: none; background-color: #fff; color: #017f4f; } .contract-context .contract-header { height: 50px; line-height: 50px; background-color: #cef2e4; font-size: 1.4em; color: #017f4f; padding-left: 20px; font-weight: 700; } .contract-context .contract-close-button { display: inline-block; float: right; color: #017f4f; font-size: 1.2em; cursor: pointer; } .contract-context .contract-close-button i { line-height: 1; display: inline-block; margin-top: 10px; margin-right: 10px; } .contract-context .contract-para { padding: 15px 15px 40px; font-size: 1.4em; position: absolute; top: 50px; left: 0; right: 0; bottom: 0; } .contract-context .contract-para .para-outter-wrapper { position: relative; } .contract-context .contract-para p { text-indent: 2em; text-align: justify; } .contract-context .contract-para span { position: absolute; left: 0; top: 0; } .contract-context2 { color: #0775aa; } .contract-context2 .contract-header { color: #0775aa; background-color: #caecfc; } .contract-context2 .contract-close-button { color: #0775aa; } .contract-context3 { color: #9d3373; } .contract-context3 .contract-header { color: #9d3373; background-color: #f2cee4; } .contract-context3 .contract-close-button { color: #9d3373; } .contract-context4 { color: #563e96; } .contract-context4 .contract-header { color: #563e96; background-color: #e1d7fc; } .contract-context4 .contract-close-button { color: #563e96; } .box-container { position: relative; width: 100%; } #dtBox a, #dtBox a:hover { text-decoration: none; }
0.46563
0.077903
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } body { margin: 0; font-size: 14px; font-family: "PT Sans", sans-serif; color: #000; font-style: normal; background-color: #fff; } img { max-width: 100%; height: auto; } h2 { margin: 0; margin-bottom: 30px; font-size: 30px; font-weight: normal; } .visually-hidden { display: none; } .link { text-decoration: none; color: #000; } .container { width: 320px; margin: 0 auto; box-sizing: border-box; } .container-fluid { width: auto; box-sizing: border-box; } .user-default-login, .user-default-signup { width: 100%; } /* MARGINS & PADDINGS */ .p-xxs { padding: 5px !important; } .p-xs { padding: 10px !important; } .p-sm { padding: 15px !important; } .p-m { padding: 20px !important; } .p-md { padding: 25px !important; } .p-lg { padding: 30px !important; } .p-xl { padding: 40px !important; } .m-xxs { margin: 2px 4px; } .m-xs { margin: 5px; } .m-sm { margin: 10px; } .m { margin: 15px; } .m-md { margin: 20px; } .m-lg { margin: 30px; } .m-xl { margin: 50px; } .m-n { margin: 0 !important; } .m-l-none { margin-left: 0; } .m-l-xs { margin-left: 5px; } .m-l-sm { margin-left: 10px; } .m-l { margin-left: 15px; } .m-l-md { margin-left: 20px; } .m-l-lg { margin-left: 30px; } .m-l-xl { margin-left: 40px; } .m-l-n-xxs { margin-left: -1px; } .m-l-n-xs { margin-left: -5px; } .m-l-n-sm { margin-left: -10px; } .m-l-n { margin-left: -15px; } .m-l-n-md { margin-left: -20px; } .m-l-n-lg { margin-left: -30px; } .m-l-n-xl { margin-left: -40px; } .m-t-none { margin-top: 0; } .m-t-xxs { margin-top: 1px; } .m-t-xs { margin-top: 5px; } .m-t-sm { margin-top: 10px; } .m-t { margin-top: 15px; } .m-t-md { margin-top: 20px; } .m-t-lg { margin-top: 30px; } .m-t-xl { margin-top: 40px; } .m-t-xxl { margin-top: 50px; } .m-t-xxxl { margin-top: 60px; } .m-t-n-xxs { margin-top: -1px; } .m-t-n-xs { margin-top: -5px; } .m-t-n-sm { margin-top: -10px; } .m-t-n { margin-top: -15px; } .m-t-n-md { margin-top: -20px; } .m-t-n-lg { margin-top: -30px; } .m-t-n-xl { margin-top: -40px; } .m-r-none { margin-right: 0; } .m-r-xxs { margin-right: 1px; } .m-r-xs { margin-right: 5px; } .m-r-sm { margin-right: 10px; } .m-r { margin-right: 15px; } .m-r-md { margin-right: 20px; } .m-r-lg { margin-right: 30px; } .m-r-xl { margin-right: 40px; } .m-r-n-xxs { margin-right: -1px; } .m-r-n-xs { margin-right: -5px; } .m-r-n-sm { margin-right: -10px; } .m-r-n { margin-right: -15px; } .m-r-n-md { margin-right: -20px; } .m-r-n-lg { margin-right: -30px; } .m-r-n-xl { margin-right: -40px; } .m-b-none { margin-bottom: 0; } .m-b-xxs { margin-bottom: 1px; } .m-b-xs { margin-bottom: 5px; } .m-b-sm { margin-bottom: 10px; } .m-b { margin-bottom: 15px; } .m-b-md { margin-bottom: 20px; } .m-b-lg { margin-bottom: 30px; } .m-b-xl { margin-bottom: 40px; } .m-b-n-xxs { margin-bottom: -1px; } .m-b-n-xs { margin-bottom: -5px; } .m-b-n-sm { margin-bottom: -10px; } .m-b-n { margin-bottom: -15px; } .m-b-n-md { margin-bottom: -20px; } .m-b-n-lg { margin-bottom: -30px; } .m-b-n-xl { margin-bottom: -40px; } .space-15 { margin: 15px 0; } .space-20 { margin: 20px 0; } .space-25 { margin: 25px 0; } .space-30 { margin: 30px 0; } .wrap { padding-top: 60px; } .navbar .nav .logout { padding-top: 15px; padding-bottom: 15px; } .grid-view td.action-column { white-space: nowrap; text-align: center; letter-spacing: 0.1em; max-width: 7em; } .good-form { min-height: 600px; } .good-form paper-tabs { margin-bottom: 25px; } a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: "\e151"; } a.desc:after { content: "\e152"; } a.disabled { pointer-events: none; /* делаем элемент неактивным для взаимодействия */ cursor: default; /* курсор в виде стрелки */ color: #888; /* цвет текста серый */ } div.required label.control-label:after { content: " *"; color: red; } .sibling-goods { margin: 20px; padding: 0; padding-bottom: 20px; list-style: none; -webkit-columns: 500px 4; columns: 500px 4; } @media (min-width: 768px) { .container { width: 640px; } .container-fluid { width: 90%; max-width: 960px; margin: 0 auto; } } @media (min-width: 970px) { .container { width: auto; max-width: 1360px; } .container-fluid { max-width: 1200px; } } /*# sourceMappingURL=maps/admin.css.map */
assets/admin/css/admin.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } body { margin: 0; font-size: 14px; font-family: "PT Sans", sans-serif; color: #000; font-style: normal; background-color: #fff; } img { max-width: 100%; height: auto; } h2 { margin: 0; margin-bottom: 30px; font-size: 30px; font-weight: normal; } .visually-hidden { display: none; } .link { text-decoration: none; color: #000; } .container { width: 320px; margin: 0 auto; box-sizing: border-box; } .container-fluid { width: auto; box-sizing: border-box; } .user-default-login, .user-default-signup { width: 100%; } /* MARGINS & PADDINGS */ .p-xxs { padding: 5px !important; } .p-xs { padding: 10px !important; } .p-sm { padding: 15px !important; } .p-m { padding: 20px !important; } .p-md { padding: 25px !important; } .p-lg { padding: 30px !important; } .p-xl { padding: 40px !important; } .m-xxs { margin: 2px 4px; } .m-xs { margin: 5px; } .m-sm { margin: 10px; } .m { margin: 15px; } .m-md { margin: 20px; } .m-lg { margin: 30px; } .m-xl { margin: 50px; } .m-n { margin: 0 !important; } .m-l-none { margin-left: 0; } .m-l-xs { margin-left: 5px; } .m-l-sm { margin-left: 10px; } .m-l { margin-left: 15px; } .m-l-md { margin-left: 20px; } .m-l-lg { margin-left: 30px; } .m-l-xl { margin-left: 40px; } .m-l-n-xxs { margin-left: -1px; } .m-l-n-xs { margin-left: -5px; } .m-l-n-sm { margin-left: -10px; } .m-l-n { margin-left: -15px; } .m-l-n-md { margin-left: -20px; } .m-l-n-lg { margin-left: -30px; } .m-l-n-xl { margin-left: -40px; } .m-t-none { margin-top: 0; } .m-t-xxs { margin-top: 1px; } .m-t-xs { margin-top: 5px; } .m-t-sm { margin-top: 10px; } .m-t { margin-top: 15px; } .m-t-md { margin-top: 20px; } .m-t-lg { margin-top: 30px; } .m-t-xl { margin-top: 40px; } .m-t-xxl { margin-top: 50px; } .m-t-xxxl { margin-top: 60px; } .m-t-n-xxs { margin-top: -1px; } .m-t-n-xs { margin-top: -5px; } .m-t-n-sm { margin-top: -10px; } .m-t-n { margin-top: -15px; } .m-t-n-md { margin-top: -20px; } .m-t-n-lg { margin-top: -30px; } .m-t-n-xl { margin-top: -40px; } .m-r-none { margin-right: 0; } .m-r-xxs { margin-right: 1px; } .m-r-xs { margin-right: 5px; } .m-r-sm { margin-right: 10px; } .m-r { margin-right: 15px; } .m-r-md { margin-right: 20px; } .m-r-lg { margin-right: 30px; } .m-r-xl { margin-right: 40px; } .m-r-n-xxs { margin-right: -1px; } .m-r-n-xs { margin-right: -5px; } .m-r-n-sm { margin-right: -10px; } .m-r-n { margin-right: -15px; } .m-r-n-md { margin-right: -20px; } .m-r-n-lg { margin-right: -30px; } .m-r-n-xl { margin-right: -40px; } .m-b-none { margin-bottom: 0; } .m-b-xxs { margin-bottom: 1px; } .m-b-xs { margin-bottom: 5px; } .m-b-sm { margin-bottom: 10px; } .m-b { margin-bottom: 15px; } .m-b-md { margin-bottom: 20px; } .m-b-lg { margin-bottom: 30px; } .m-b-xl { margin-bottom: 40px; } .m-b-n-xxs { margin-bottom: -1px; } .m-b-n-xs { margin-bottom: -5px; } .m-b-n-sm { margin-bottom: -10px; } .m-b-n { margin-bottom: -15px; } .m-b-n-md { margin-bottom: -20px; } .m-b-n-lg { margin-bottom: -30px; } .m-b-n-xl { margin-bottom: -40px; } .space-15 { margin: 15px 0; } .space-20 { margin: 20px 0; } .space-25 { margin: 25px 0; } .space-30 { margin: 30px 0; } .wrap { padding-top: 60px; } .navbar .nav .logout { padding-top: 15px; padding-bottom: 15px; } .grid-view td.action-column { white-space: nowrap; text-align: center; letter-spacing: 0.1em; max-width: 7em; } .good-form { min-height: 600px; } .good-form paper-tabs { margin-bottom: 25px; } a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: "\e151"; } a.desc:after { content: "\e152"; } a.disabled { pointer-events: none; /* делаем элемент неактивным для взаимодействия */ cursor: default; /* курсор в виде стрелки */ color: #888; /* цвет текста серый */ } div.required label.control-label:after { content: " *"; color: red; } .sibling-goods { margin: 20px; padding: 0; padding-bottom: 20px; list-style: none; -webkit-columns: 500px 4; columns: 500px 4; } @media (min-width: 768px) { .container { width: 640px; } .container-fluid { width: 90%; max-width: 960px; margin: 0 auto; } } @media (min-width: 970px) { .container { width: auto; max-width: 1360px; } .container-fluid { max-width: 1200px; } } /*# sourceMappingURL=maps/admin.css.map */
0.703753
0.103794
@-ms-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } html { font-size: 16px;} /* for em values */ body { margin: 0; overflow-x: hidden } #main { position: absolute; font-size: 0; box-sizing: border-box; top: 0; overflow-x: hidden } .element { position: relative; display: inline-block; vertical-align: text-top } .background { background-color: #dadada } /* for testing purposes */ /* DESKTOP 12 columns (column = gutter x 6) */ /* suggested line heights: 1.1494vw, 2.2989vw, 3.4483vw */ @media screen and (min-width: 1600px) { #main { padding: 1.1494vw 0 0 2.2989vw; width: 99.95vw; } .element { margin: 0 1.1494vw 1.1494vw 0; } .desktophdn { display: none } .h1_w1 { height: 6.8966vw; width: 6.8966vw; } .h1_w2 { height: 6.8966vw; width: 14.9425vw; } .h1_w3 { height: 6.8966vw; width: 22.9885vw; } .h1_w4 { height: 6.8966vw; width: 31.7647vw; } .h1_w6 { height: 6.8966vw; width: 47.1264vw; } .h1_w8 { height: 6.8966vw; width: 63.2184vw; } .h1_w12 { height: 6.8966vw; width: 95.4023vw; } .h2_w1 { height: 14.9425vw; width: 6.8966vw; } .h2_w2 { height: 14.9425vw; width: 14.9425vw; } .h2_w3 { height: 14.9425vw; width: 22.9885vw; } .h2_w4 { height: 14.9425vw; width: 31.7647vw; } .h2_w6 { height: 14.9425vw; width: 47.1264vw; } .h2_w8 { height: 14.9425vw; width: 63.2184vw; } .h2_w12 { height: 14.9425vw; width: 95.4023vw; } .h3_w1 { height: 22.9885vw; width: 6.8966vw; } .h3_w2 { height: 22.9885vw; width: 14.9425vw; } .h3_w3 { height: 22.9885vw; width: 22.9885vw; } .h3_w4 { height: 22.9885vw; width: 31.7647vw; } .h3_w6 { height: 22.9885vw; width: 47.1264vw; } .h3_w8 { height: 22.9885vw; width: 63.2184vw; } .h3_w12 { height: 22.9885vw; width: 95.4023vw; } .h4_w1 { height: 31.7647vw; width: 6.8966vw; } .h4_w2 { height: 31.7647vw; width: 14.9425vw; } .h4_w3 { height: 31.7647vw; width: 22.9885vw; } .h4_w4 { height: 31.7647vw; width: 31.7647vw; } .h4_w6 { height: 31.7647vw; width: 47.1264vw; } .h4_w8 { height: 31.7647vw; width: 63.2184vw; } .h4_w12 { height: 31.7647vw; width: 95.4023vw; } .h5_w1 { height: 39.0805vw; width: 6.8966vw; } .h5_w2 { height: 39.0805vw; width: 14.9425vw; } .h5_w3 { height: 39.0805vw; width: 22.9885vw; } .h5_w4 { height: 39.0805vw; width: 31.7647vw; } .h5_w6 { height: 39.0805vw; width: 47.1264vw; } .h5_w8 { height: 39.0805vw; width: 63.2184vw; } .h5_w12 { height: 39.0805vw; width: 95.4023vw; } .h6_w1 { height: 47.1264vw; width: 6.8966vw; } .h6_w2 { height: 47.1264vw; width: 14.9425vw; } .h6_w3 { height: 47.1264vw; width: 22.9885vw; } .h6_w4 { height: 47.1264vw; width: 31.7647vw; } .h6_w6 { height: 47.1264vw; width: 47.1264vw; } .h6_w8 { height: 47.1264vw; width: 63.2184vw; } .h6_w12 { height: 47.1264vw; width: 95.4023vw; } .autoheight { height: auto } .nomargin { margin-right: 0 } } /* L LAPTOP 8 columns (column = gutter x 7) */ /* suggested line heights: 1.4925vw, 2.9851vw, 4.4776vw */ @media screen and (min-width: 1300px) and (max-width: 1599px) { #main { padding: 1.4925vw 0 0 2.9851vw; width: 99.95vw; } .element { margin: 0 1.4925vw 1.4925vw 0; } .laptophdn { display: none } .lh1_w1 { height: 10.4478vw; width: 10.4478vw; } .lh1_w2 { height: 10.4478vw; width: 22.3881vw; } .lh1_w3 { height: 10.4478vw; width: 34.3284vw; } .lh1_w4 { height: 10.4478vw; width: 46.2687vw; } .lh1_w6 { height: 10.4478vw; width: 70.1493vw; } .lh1_w8 { height: 10.4478vw; width: 94.0299vw; } .lh2_w1 { height: 22.3881vw; width: 10.4478vw; } .lh2_w2 { height: 22.3881vw; width: 22.3881vw; } .lh2_w3 { height: 22.3881vw; width: 34.3284vw; } .lh2_w4 { height: 22.3881vw; width: 46.2687vw; } .lh2_w6 { height: 22.3881vw; width: 70.1493vw; } .lh2_w8 { height: 22.3881vw; width: 94.0299vw; } .lh3_w1 { height: 34.3284vw; width: 10.4478vw; } .lh3_w2 { height: 34.3284vw; width: 22.3881vw; } .lh3_w3 { height: 34.3284vw; width: 34.3284vw; } .lh3_w4 { height: 34.3284vw; width: 46.2687vw; } .lh3_w6 { height: 34.3284vw; width: 70.1493vw; } .lh3_w8 { height: 34.3284vw; width: 94.0299vw; } .lh4_w1 { height: 46.2687vw; width: 10.4478vw; } .lh4_w2 { height: 46.2687vw; width: 22.3881vw; } .lh4_w3 { height: 46.2687vw; width: 34.3284vw; } .lh4_w4 { height: 46.2687vw; width: 46.2687vw; } .lh4_w6 { height: 46.2687vw; width: 70.1493vw; } .lh4_w8 { height: 46.2687vw; width: 94.0299vw; } .lh5_w1 { height: 58.2090vw; width: 10.4478vw; } .lh5_w2 { height: 58.2090vw; width: 22.3881vw; } .lh5_w3 { height: 58.2090vw; width: 34.3284vw; } .lh5_w4 { height: 58.2090vw; width: 46.2687vw; } .lh5_w6 { height: 58.2090vw; width: 70.1493vw; } .lh5_w8 { height: 58.2090vw; width: 94.0299vw; } .lh6_w1 { height: 70.1493vw; width: 10.4478vw; } .lh6_w2 { height: 70.1493vw; width: 22.3881vw; } .lh6_w3 { height: 70.1493vw; width: 34.3284vw; } .lh6_w4 { height: 70.1493vw; width: 46.2687vw; } .lh6_w6 { height: 70.1493vw; width: 70.1493vw; } .lh6_w8 { height: 70.1493vw; width: 94.0299vw; } .l_autoheight { height: auto } .l_nomargin { margin-right: 0 } } /* T TABLET 6 columns (column = gutter x 8) */ /* suggested line heights: 1.7544vw, 3.5088vw, 5.2632vw */ @media screen and (min-width: 1024px) and (max-width: 1299px) { #main { padding: 1.7544vw 0 0 3.5088vw; width: 99.95vw; } .element { margin: 0 1.7544vw 1.7544vw 0; } .tablethdn { display: none } .th1_w1 { height: 14.0351vw; width: 14.0351vw; } .th1_w2 { height: 14.0351vw; width: 29.8246vw; } .th1_w3 { height: 14.0351vw; width: 45.6140vw; } .th1_w4 { height: 14.0351vw; width: 61.4035vw; } .th1_w6 { height: 14.0351vw; width: 92.9825vw; } .th2_w1 { height: 29.8246vw; width: 14.0351vw; } .th2_w2 { height: 29.8246vw; width: 29.8246vw; } .th2_w3 { height: 29.8246vw; width: 45.6140vw; } .th2_w4 { height: 29.8246vw; width: 61.4035vw; } .th2_w6 { height: 29.8246vw; width: 92.9825vw; } .th3_w1 { height: 45.6140vw; width: 14.0351vw; } .th3_w2 { height: 45.6140vw; width: 29.8246vw; } .th3_w3 { height: 45.6140vw; width: 45.6140vw; } .th3_w4 { height: 45.6140vw; width: 61.4035vw; } .th3_w6 { height: 45.6140vw; width: 92.9825vw; } .th4_w1 { height: 61.4035vw; width: 14.0351vw; } .th4_w2 { height: 61.4035vw; width: 29.8246vw; } .th4_w3 { height: 61.4035vw; width: 45.6140vw; } .th4_w4 { height: 61.4035vw; width: 61.4035vw; } .th4_w6 { height: 61.4035vw; width: 92.9825vw; } .th5_w1 { height: 77.1930vw; width: 14.0351vw; } .th5_w2 { height: 77.1930vw; width: 29.8246vw; } .th5_w3 { height: 77.1930vw; width: 45.6140vw; } .th5_w4 { height: 77.1930vw; width: 61.4035vw; } .th5_w6 { height: 77.1930vw; width: 92.9825vw; } .th6_w1 { height: 92.9825vw; width: 14.0351vw; } .th6_w2 { height: 92.9825vw; width: 29.8246vw; } .th6_w3 { height: 92.9825vw; width: 45.6140vw; } .th6_w4 { height: 92.9825vw; width: 61.4035vw; } .th6_w6 { height: 92.9825vw; width: 92.9825vw; } .t_autoheight { height: auto } .t_nomargin { margin-right: 0 } } /* P PHABLET + landscape phones 4 columns (column = gutter x 10) */ /* suggested line heights: 2.1277vw, 4.2553vw, 6.3830vw */ @media screen and (min-width: 640px) and (max-width: 1023px) { #main { padding: 2.1277vw 0 0 4.2553vw; width: 100vw; } .element { margin: 0 2.1277vw 2.1277vw 0; } .phablethdn { display: none } .ph1_w1 { height: 21.2766vw; width: 21.2766vw; } .ph1_w2 { height: 21.2766vw; width: 44.6809vw; } .ph1_w3 { height: 21.2766vw; width: 68.0851vw; } .ph1_w4 { height: 21.2766vw; width: 91.4894vw; } .ph2_w1 { height: 44.6809vw; width: 21.2766vw; } .ph2_w2 { height: 44.6809vw; width: 44.6809vw; } .ph2_w3 { height: 44.6809vw; width: 68.0851vw; } .ph2_w4 { height: 44.6809vw; width: 91.4894vw; } .ph3_w1 { height: 68.0851vw; width: 21.2766vw; } .ph3_w2 { height: 68.0851vw; width: 44.6809vw; } .ph3_w3 { height: 68.0851vw; width: 68.0851vw; } .ph3_w4 { height: 68.0851vw; width: 91.4894vw; } .ph4_w1 { height: 91.4894vw; width: 21.2766vw; } .ph4_w2 { height: 91.4894vw; width: 44.6809vw; } .ph4_w3 { height: 91.4894vw; width: 68.0851vw; } .ph4_w4 { height: 91.4894vw; width: 91.4894vw; } .ph5_w1 { height: 114.893vw; width: 21.2766vw; } .ph5_w2 { height: 114.893vw; width: 44.6809vw; } .ph5_w3 { height: 114.893vw; width: 68.0851vw; } .ph5_w4 { height: 114.893vw; width: 91.4894vw; } .ph6_w1 { height: 138.297vw; width: 21.2766vw; } .ph6_w2 { height: 138.297vw; width: 44.6809vw; } .ph6_w3 { height: 138.297vw; width: 68.0851vw; } .ph6_w4 { height: 138.297vw; width: 91.4894vw; } .p_autoheight { height: auto } .p_nomargin { margin-right: 0 } } @media screen and (max-width: 639px) and (orientation: landscape) { #main { padding: 2.1277vw 0 0 4.2553vw; width: 100vw; } .element { margin: 0 2.1277vw 2.1277vw 0; } .phablethdn { display: none } .ph1_w1 { height: 21.2766vw; width: 21.2766vw; } .ph1_w2 { height: 21.2766vw; width: 44.6809vw; } .ph1_w3 { height: 21.2766vw; width: 68.0851vw; } .ph1_w4 { height: 21.2766vw; width: 91.4894vw; } .ph2_w1 { height: 44.6809vw; width: 21.2766vw; } .ph2_w2 { height: 44.6809vw; width: 44.6809vw; } .ph2_w3 { height: 44.6809vw; width: 68.0851vw; } .ph2_w4 { height: 44.6809vw; width: 91.4894vw; } .ph3_w1 { height: 68.0851vw; width: 21.2766vw; } .ph3_w2 { height: 68.0851vw; width: 44.6809vw; } .ph3_w3 { height: 68.0851vw; width: 68.0851vw; } .ph3_w4 { height: 68.0851vw; width: 91.4894vw; } .ph4_w1 { height: 91.4894vw; width: 21.2766vw; } .ph4_w2 { height: 91.4894vw; width: 44.6809vw; } .ph4_w3 { height: 91.4894vw; width: 68.0851vw; } .ph4_w4 { height: 91.4894vw; width: 91.4894vw; } .ph5_w1 { height: 114.893vw; width: 21.2766vw; } .ph5_w2 { height: 114.893vw; width: 44.6809vw; } .ph5_w3 { height: 114.893vw; width: 68.0851vw; } .ph5_w4 { height: 114.893vw; width: 91.4894vw; } .ph6_w1 { height: 138.297vw; width: 21.2766vw; } .ph6_w2 { height: 138.297vw; width: 44.6809vw; } .ph6_w3 { height: 138.297vw; width: 68.0851vw; } .ph6_w4 { height: 138.297vw; width: 91.4894vw; } .p_autoheight { height: auto } .p_nomargin { margin-right: 0 } } /* M MOBILE 3 columns (column = gutter x 11) */ /* suggested line heights: 2.3810vw, 4.7619vw, 7.1429vw */ @media screen and (max-width: 639px) and (orientation: portrait) { #main { padding: 2.3810vw 0 0 4.7619vw; width: 100vw; } .element { margin: 0 2.3810vw 2.3810vw 0; } .mobilehdn { display: none } .mh1_w1 { height: 28.5714vw; width: 28.5714vw; } .mh1_w2 { height: 28.5714vw; width: 59.5238vw; } .mh1_w3 { height: 28.5714vw; width: 90.4762vw; } .mh2_w1 { height: 59.5238vw; width: 28.5714vw; } .mh2_w2 { height: 59.5238vw; width: 59.5238vw; } .mh2_w3 { height: 59.5238vw; width: 90.4762vw; } .mh3_w1 { height: 90.4762vw; width: 28.5714vw; } .mh3_w2 { height: 90.4762vw; width: 59.5238vw; } .mh3_w3 { height: 90.4762vw; width: 90.4762vw; } .mh4_w1 { height: 121.428vw; width: 28.5714vw; } .mh4_w2 { height: 121.428vw; width: 59.5238vw; } .mh4_w3 { height: 121.428vw; width: 90.4762vw; } .mh5_w1 { height: 152.381vw; width: 28.5714vw; } .mh5_w2 { height: 152.381vw; width: 59.5238vw; } .mh5_w3 { height: 152.381vw; width: 90.4762vw; } .mh6_w1 { height: 183.333vw; width: 28.5714vw; } .mh6_w2 { height: 183.333vw; width: 59.5238vw; } .mh6_w3 { height: 183.333vw; width: 90.4762vw; } .m_autoheight { height: auto } .p_nomargin { margin-right: 0 } } /* GENERAL MODIFIERS */ .g_autoheight { height: auto } .g_nomargin { margin-right: 0 }
_includes/assets/css/inline.css
@-ms-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } html { font-size: 16px;} /* for em values */ body { margin: 0; overflow-x: hidden } #main { position: absolute; font-size: 0; box-sizing: border-box; top: 0; overflow-x: hidden } .element { position: relative; display: inline-block; vertical-align: text-top } .background { background-color: #dadada } /* for testing purposes */ /* DESKTOP 12 columns (column = gutter x 6) */ /* suggested line heights: 1.1494vw, 2.2989vw, 3.4483vw */ @media screen and (min-width: 1600px) { #main { padding: 1.1494vw 0 0 2.2989vw; width: 99.95vw; } .element { margin: 0 1.1494vw 1.1494vw 0; } .desktophdn { display: none } .h1_w1 { height: 6.8966vw; width: 6.8966vw; } .h1_w2 { height: 6.8966vw; width: 14.9425vw; } .h1_w3 { height: 6.8966vw; width: 22.9885vw; } .h1_w4 { height: 6.8966vw; width: 31.7647vw; } .h1_w6 { height: 6.8966vw; width: 47.1264vw; } .h1_w8 { height: 6.8966vw; width: 63.2184vw; } .h1_w12 { height: 6.8966vw; width: 95.4023vw; } .h2_w1 { height: 14.9425vw; width: 6.8966vw; } .h2_w2 { height: 14.9425vw; width: 14.9425vw; } .h2_w3 { height: 14.9425vw; width: 22.9885vw; } .h2_w4 { height: 14.9425vw; width: 31.7647vw; } .h2_w6 { height: 14.9425vw; width: 47.1264vw; } .h2_w8 { height: 14.9425vw; width: 63.2184vw; } .h2_w12 { height: 14.9425vw; width: 95.4023vw; } .h3_w1 { height: 22.9885vw; width: 6.8966vw; } .h3_w2 { height: 22.9885vw; width: 14.9425vw; } .h3_w3 { height: 22.9885vw; width: 22.9885vw; } .h3_w4 { height: 22.9885vw; width: 31.7647vw; } .h3_w6 { height: 22.9885vw; width: 47.1264vw; } .h3_w8 { height: 22.9885vw; width: 63.2184vw; } .h3_w12 { height: 22.9885vw; width: 95.4023vw; } .h4_w1 { height: 31.7647vw; width: 6.8966vw; } .h4_w2 { height: 31.7647vw; width: 14.9425vw; } .h4_w3 { height: 31.7647vw; width: 22.9885vw; } .h4_w4 { height: 31.7647vw; width: 31.7647vw; } .h4_w6 { height: 31.7647vw; width: 47.1264vw; } .h4_w8 { height: 31.7647vw; width: 63.2184vw; } .h4_w12 { height: 31.7647vw; width: 95.4023vw; } .h5_w1 { height: 39.0805vw; width: 6.8966vw; } .h5_w2 { height: 39.0805vw; width: 14.9425vw; } .h5_w3 { height: 39.0805vw; width: 22.9885vw; } .h5_w4 { height: 39.0805vw; width: 31.7647vw; } .h5_w6 { height: 39.0805vw; width: 47.1264vw; } .h5_w8 { height: 39.0805vw; width: 63.2184vw; } .h5_w12 { height: 39.0805vw; width: 95.4023vw; } .h6_w1 { height: 47.1264vw; width: 6.8966vw; } .h6_w2 { height: 47.1264vw; width: 14.9425vw; } .h6_w3 { height: 47.1264vw; width: 22.9885vw; } .h6_w4 { height: 47.1264vw; width: 31.7647vw; } .h6_w6 { height: 47.1264vw; width: 47.1264vw; } .h6_w8 { height: 47.1264vw; width: 63.2184vw; } .h6_w12 { height: 47.1264vw; width: 95.4023vw; } .autoheight { height: auto } .nomargin { margin-right: 0 } } /* L LAPTOP 8 columns (column = gutter x 7) */ /* suggested line heights: 1.4925vw, 2.9851vw, 4.4776vw */ @media screen and (min-width: 1300px) and (max-width: 1599px) { #main { padding: 1.4925vw 0 0 2.9851vw; width: 99.95vw; } .element { margin: 0 1.4925vw 1.4925vw 0; } .laptophdn { display: none } .lh1_w1 { height: 10.4478vw; width: 10.4478vw; } .lh1_w2 { height: 10.4478vw; width: 22.3881vw; } .lh1_w3 { height: 10.4478vw; width: 34.3284vw; } .lh1_w4 { height: 10.4478vw; width: 46.2687vw; } .lh1_w6 { height: 10.4478vw; width: 70.1493vw; } .lh1_w8 { height: 10.4478vw; width: 94.0299vw; } .lh2_w1 { height: 22.3881vw; width: 10.4478vw; } .lh2_w2 { height: 22.3881vw; width: 22.3881vw; } .lh2_w3 { height: 22.3881vw; width: 34.3284vw; } .lh2_w4 { height: 22.3881vw; width: 46.2687vw; } .lh2_w6 { height: 22.3881vw; width: 70.1493vw; } .lh2_w8 { height: 22.3881vw; width: 94.0299vw; } .lh3_w1 { height: 34.3284vw; width: 10.4478vw; } .lh3_w2 { height: 34.3284vw; width: 22.3881vw; } .lh3_w3 { height: 34.3284vw; width: 34.3284vw; } .lh3_w4 { height: 34.3284vw; width: 46.2687vw; } .lh3_w6 { height: 34.3284vw; width: 70.1493vw; } .lh3_w8 { height: 34.3284vw; width: 94.0299vw; } .lh4_w1 { height: 46.2687vw; width: 10.4478vw; } .lh4_w2 { height: 46.2687vw; width: 22.3881vw; } .lh4_w3 { height: 46.2687vw; width: 34.3284vw; } .lh4_w4 { height: 46.2687vw; width: 46.2687vw; } .lh4_w6 { height: 46.2687vw; width: 70.1493vw; } .lh4_w8 { height: 46.2687vw; width: 94.0299vw; } .lh5_w1 { height: 58.2090vw; width: 10.4478vw; } .lh5_w2 { height: 58.2090vw; width: 22.3881vw; } .lh5_w3 { height: 58.2090vw; width: 34.3284vw; } .lh5_w4 { height: 58.2090vw; width: 46.2687vw; } .lh5_w6 { height: 58.2090vw; width: 70.1493vw; } .lh5_w8 { height: 58.2090vw; width: 94.0299vw; } .lh6_w1 { height: 70.1493vw; width: 10.4478vw; } .lh6_w2 { height: 70.1493vw; width: 22.3881vw; } .lh6_w3 { height: 70.1493vw; width: 34.3284vw; } .lh6_w4 { height: 70.1493vw; width: 46.2687vw; } .lh6_w6 { height: 70.1493vw; width: 70.1493vw; } .lh6_w8 { height: 70.1493vw; width: 94.0299vw; } .l_autoheight { height: auto } .l_nomargin { margin-right: 0 } } /* T TABLET 6 columns (column = gutter x 8) */ /* suggested line heights: 1.7544vw, 3.5088vw, 5.2632vw */ @media screen and (min-width: 1024px) and (max-width: 1299px) { #main { padding: 1.7544vw 0 0 3.5088vw; width: 99.95vw; } .element { margin: 0 1.7544vw 1.7544vw 0; } .tablethdn { display: none } .th1_w1 { height: 14.0351vw; width: 14.0351vw; } .th1_w2 { height: 14.0351vw; width: 29.8246vw; } .th1_w3 { height: 14.0351vw; width: 45.6140vw; } .th1_w4 { height: 14.0351vw; width: 61.4035vw; } .th1_w6 { height: 14.0351vw; width: 92.9825vw; } .th2_w1 { height: 29.8246vw; width: 14.0351vw; } .th2_w2 { height: 29.8246vw; width: 29.8246vw; } .th2_w3 { height: 29.8246vw; width: 45.6140vw; } .th2_w4 { height: 29.8246vw; width: 61.4035vw; } .th2_w6 { height: 29.8246vw; width: 92.9825vw; } .th3_w1 { height: 45.6140vw; width: 14.0351vw; } .th3_w2 { height: 45.6140vw; width: 29.8246vw; } .th3_w3 { height: 45.6140vw; width: 45.6140vw; } .th3_w4 { height: 45.6140vw; width: 61.4035vw; } .th3_w6 { height: 45.6140vw; width: 92.9825vw; } .th4_w1 { height: 61.4035vw; width: 14.0351vw; } .th4_w2 { height: 61.4035vw; width: 29.8246vw; } .th4_w3 { height: 61.4035vw; width: 45.6140vw; } .th4_w4 { height: 61.4035vw; width: 61.4035vw; } .th4_w6 { height: 61.4035vw; width: 92.9825vw; } .th5_w1 { height: 77.1930vw; width: 14.0351vw; } .th5_w2 { height: 77.1930vw; width: 29.8246vw; } .th5_w3 { height: 77.1930vw; width: 45.6140vw; } .th5_w4 { height: 77.1930vw; width: 61.4035vw; } .th5_w6 { height: 77.1930vw; width: 92.9825vw; } .th6_w1 { height: 92.9825vw; width: 14.0351vw; } .th6_w2 { height: 92.9825vw; width: 29.8246vw; } .th6_w3 { height: 92.9825vw; width: 45.6140vw; } .th6_w4 { height: 92.9825vw; width: 61.4035vw; } .th6_w6 { height: 92.9825vw; width: 92.9825vw; } .t_autoheight { height: auto } .t_nomargin { margin-right: 0 } } /* P PHABLET + landscape phones 4 columns (column = gutter x 10) */ /* suggested line heights: 2.1277vw, 4.2553vw, 6.3830vw */ @media screen and (min-width: 640px) and (max-width: 1023px) { #main { padding: 2.1277vw 0 0 4.2553vw; width: 100vw; } .element { margin: 0 2.1277vw 2.1277vw 0; } .phablethdn { display: none } .ph1_w1 { height: 21.2766vw; width: 21.2766vw; } .ph1_w2 { height: 21.2766vw; width: 44.6809vw; } .ph1_w3 { height: 21.2766vw; width: 68.0851vw; } .ph1_w4 { height: 21.2766vw; width: 91.4894vw; } .ph2_w1 { height: 44.6809vw; width: 21.2766vw; } .ph2_w2 { height: 44.6809vw; width: 44.6809vw; } .ph2_w3 { height: 44.6809vw; width: 68.0851vw; } .ph2_w4 { height: 44.6809vw; width: 91.4894vw; } .ph3_w1 { height: 68.0851vw; width: 21.2766vw; } .ph3_w2 { height: 68.0851vw; width: 44.6809vw; } .ph3_w3 { height: 68.0851vw; width: 68.0851vw; } .ph3_w4 { height: 68.0851vw; width: 91.4894vw; } .ph4_w1 { height: 91.4894vw; width: 21.2766vw; } .ph4_w2 { height: 91.4894vw; width: 44.6809vw; } .ph4_w3 { height: 91.4894vw; width: 68.0851vw; } .ph4_w4 { height: 91.4894vw; width: 91.4894vw; } .ph5_w1 { height: 114.893vw; width: 21.2766vw; } .ph5_w2 { height: 114.893vw; width: 44.6809vw; } .ph5_w3 { height: 114.893vw; width: 68.0851vw; } .ph5_w4 { height: 114.893vw; width: 91.4894vw; } .ph6_w1 { height: 138.297vw; width: 21.2766vw; } .ph6_w2 { height: 138.297vw; width: 44.6809vw; } .ph6_w3 { height: 138.297vw; width: 68.0851vw; } .ph6_w4 { height: 138.297vw; width: 91.4894vw; } .p_autoheight { height: auto } .p_nomargin { margin-right: 0 } } @media screen and (max-width: 639px) and (orientation: landscape) { #main { padding: 2.1277vw 0 0 4.2553vw; width: 100vw; } .element { margin: 0 2.1277vw 2.1277vw 0; } .phablethdn { display: none } .ph1_w1 { height: 21.2766vw; width: 21.2766vw; } .ph1_w2 { height: 21.2766vw; width: 44.6809vw; } .ph1_w3 { height: 21.2766vw; width: 68.0851vw; } .ph1_w4 { height: 21.2766vw; width: 91.4894vw; } .ph2_w1 { height: 44.6809vw; width: 21.2766vw; } .ph2_w2 { height: 44.6809vw; width: 44.6809vw; } .ph2_w3 { height: 44.6809vw; width: 68.0851vw; } .ph2_w4 { height: 44.6809vw; width: 91.4894vw; } .ph3_w1 { height: 68.0851vw; width: 21.2766vw; } .ph3_w2 { height: 68.0851vw; width: 44.6809vw; } .ph3_w3 { height: 68.0851vw; width: 68.0851vw; } .ph3_w4 { height: 68.0851vw; width: 91.4894vw; } .ph4_w1 { height: 91.4894vw; width: 21.2766vw; } .ph4_w2 { height: 91.4894vw; width: 44.6809vw; } .ph4_w3 { height: 91.4894vw; width: 68.0851vw; } .ph4_w4 { height: 91.4894vw; width: 91.4894vw; } .ph5_w1 { height: 114.893vw; width: 21.2766vw; } .ph5_w2 { height: 114.893vw; width: 44.6809vw; } .ph5_w3 { height: 114.893vw; width: 68.0851vw; } .ph5_w4 { height: 114.893vw; width: 91.4894vw; } .ph6_w1 { height: 138.297vw; width: 21.2766vw; } .ph6_w2 { height: 138.297vw; width: 44.6809vw; } .ph6_w3 { height: 138.297vw; width: 68.0851vw; } .ph6_w4 { height: 138.297vw; width: 91.4894vw; } .p_autoheight { height: auto } .p_nomargin { margin-right: 0 } } /* M MOBILE 3 columns (column = gutter x 11) */ /* suggested line heights: 2.3810vw, 4.7619vw, 7.1429vw */ @media screen and (max-width: 639px) and (orientation: portrait) { #main { padding: 2.3810vw 0 0 4.7619vw; width: 100vw; } .element { margin: 0 2.3810vw 2.3810vw 0; } .mobilehdn { display: none } .mh1_w1 { height: 28.5714vw; width: 28.5714vw; } .mh1_w2 { height: 28.5714vw; width: 59.5238vw; } .mh1_w3 { height: 28.5714vw; width: 90.4762vw; } .mh2_w1 { height: 59.5238vw; width: 28.5714vw; } .mh2_w2 { height: 59.5238vw; width: 59.5238vw; } .mh2_w3 { height: 59.5238vw; width: 90.4762vw; } .mh3_w1 { height: 90.4762vw; width: 28.5714vw; } .mh3_w2 { height: 90.4762vw; width: 59.5238vw; } .mh3_w3 { height: 90.4762vw; width: 90.4762vw; } .mh4_w1 { height: 121.428vw; width: 28.5714vw; } .mh4_w2 { height: 121.428vw; width: 59.5238vw; } .mh4_w3 { height: 121.428vw; width: 90.4762vw; } .mh5_w1 { height: 152.381vw; width: 28.5714vw; } .mh5_w2 { height: 152.381vw; width: 59.5238vw; } .mh5_w3 { height: 152.381vw; width: 90.4762vw; } .mh6_w1 { height: 183.333vw; width: 28.5714vw; } .mh6_w2 { height: 183.333vw; width: 59.5238vw; } .mh6_w3 { height: 183.333vw; width: 90.4762vw; } .m_autoheight { height: auto } .p_nomargin { margin-right: 0 } } /* GENERAL MODIFIERS */ .g_autoheight { height: auto } .g_nomargin { margin-right: 0 }
0.547948
0.099339
* { margin: 0; padding: 0; box-sizing: border-box; } h1 { color: rgb(255, 255, 255); stroke: #c9e4f6; /*text-shadow: 1px 1px rgb(124, 124, 124);*/ font-size: 25px; font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; text-align: center; } body { font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; height: 100vh; width: 100vw; margin: 0; overflow-x: hidden; } .Contenedor { width: 90%; margin: 30px 5%; overflow: hidden; } .titulo { color: green; font-size: 10px; text-align: center; } header { width: 100%; height: 600px; background: #dce35b; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, hsla(122, 45%, 49%, 0.589), hsla(63, 65%, 52%, 0.603) ), url(./images/header.jpg); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, hsla(122, 45%, 49%, 0.493), hsla(63, 65%, 52%, 0.418) ), url(./images/header.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; margin-bottom: 100px; } ul { list-style-type: none; } li { float: left; margin: 0 80px; } li > a { color: honeydew; font-size: 25px; text-decoration: none; text-align: center; transition: 0.3s; } ul a:hover { text-decoration: underline; color: black; font-size: 30px; } .menu { height: 20px; display: flex; justify-content: center; } /**:(*/ header .text_header { display: flex; height: 400px; font-size: 25px; color: rgb(255, 255, 255); align-items: center; justify-content: center; flex-direction: column; margin: 2px; } .onda { position: absolute; bottom: 0; width: 100%; } /**Estilo Body -> Informacion que es*/ .Contenedor_queEs { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 8px 0 55px 5%; float: left; } .imagen_Ilustracion { width: 300px; justify-content: left; margin: -15% 0 0 15%; float: left; } .titulo { display: flex; text-align: center; justify-content: center; font-size: 35px; color: green; box-shadow: rgba(5, 41, 6, 0.712) 0px 2.2px 0; } video { justify-content: left; padding-bottom: 0px; margin: 100px 5% 100px 5%; width: 40%; } p { margin: 18px 5px; font-size: 18px; /**margin-right: 300px;*/ } /**Configuración de cuadro con imagenes*/ .portafolio { align-items: center; background: linear-gradient( to right, hsla(76, 77%, 45%, 0.13), hsla(209, 65%, 52%, 0.116) ), url(); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ margin: 10px -10px; } .galeria { display: flex; width: 100%; flex-wrap: wrap; } .imagen_galeria { display: flex; width: 50%; height: 10vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; border-image: fill; } .imagen { width: 50%; height: 50; /** margin-bottom: 30px; object-fit: fill; display: flex; width: 50px; height: 250px;*/ } /**Configuración de EMPRESAS*/ .Contenedor_Empresas_Apoya { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 75px 0 75px 5%; float: left; } .cubiculo { display: flex; width: 40%; height: 20vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } /**Configuración de NOTICIAS*/ .Contenedor_News { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 75px 5% 75px 0; float: right; } .noticias_cubo { display: flex; margin-left: 50px; width: 100%; justify-content: center; flex-wrap: wrap; word-wrap: break-word; margin: auto; } .noticias { display: flex; margin-left: 100px; width: 100%; justify-content: center; flex-wrap: wrap; word-wrap: break-word; margin: auto; } .TituloNoticias { display: flex; text-align: center; justify-content: center; font-size: 35px; color: green; box-shadow: rgba(5, 41, 6, 0.712) 0px 2.2px 0; } .imagenNoticia { display: flex; width: 40%; height: 10vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } .imagen { display: flex; width: 40%; height: 20vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } .formulario { margin: 80px; border-radius: 10px; background-color: hsla(135, 79%, 53%, 0.219); box-shadow: 5px 5px 10px -3px #000000c2, -5px -5px 15px 3px #084119a8; border: none; } .formulario_mini { display: block; margin: 10px; font-size: 18px; } /**Configuración de FOOTER*/ .imagen_galeria p { width: 40%; margin: 5px 0 5px 10%; font-size: 20px; /** margin-right: 300px;*/ } .Contenedor_footer { display: flex; background: linear-gradient( to right, hsla(257, 16%, 17%, 0.493), hsla(204, 70%, 49%, 0.329) ), url(); justify-content: center; margin: 0% 0; width: 100%; height: 300px; } .piePagina { display: grid; color: rgb(24, 16, 3); text-align: center; align-items: center; font-size: 10px; margin: 1 0; }
2167660_Ashley_Helago/Tarea_HTML/PaginaWeb/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } h1 { color: rgb(255, 255, 255); stroke: #c9e4f6; /*text-shadow: 1px 1px rgb(124, 124, 124);*/ font-size: 25px; font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; text-align: center; } body { font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; height: 100vh; width: 100vw; margin: 0; overflow-x: hidden; } .Contenedor { width: 90%; margin: 30px 5%; overflow: hidden; } .titulo { color: green; font-size: 10px; text-align: center; } header { width: 100%; height: 600px; background: #dce35b; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, hsla(122, 45%, 49%, 0.589), hsla(63, 65%, 52%, 0.603) ), url(./images/header.jpg); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, hsla(122, 45%, 49%, 0.493), hsla(63, 65%, 52%, 0.418) ), url(./images/header.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-size: cover; background-attachment: fixed; position: relative; margin-bottom: 100px; } ul { list-style-type: none; } li { float: left; margin: 0 80px; } li > a { color: honeydew; font-size: 25px; text-decoration: none; text-align: center; transition: 0.3s; } ul a:hover { text-decoration: underline; color: black; font-size: 30px; } .menu { height: 20px; display: flex; justify-content: center; } /**:(*/ header .text_header { display: flex; height: 400px; font-size: 25px; color: rgb(255, 255, 255); align-items: center; justify-content: center; flex-direction: column; margin: 2px; } .onda { position: absolute; bottom: 0; width: 100%; } /**Estilo Body -> Informacion que es*/ .Contenedor_queEs { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 8px 0 55px 5%; float: left; } .imagen_Ilustracion { width: 300px; justify-content: left; margin: -15% 0 0 15%; float: left; } .titulo { display: flex; text-align: center; justify-content: center; font-size: 35px; color: green; box-shadow: rgba(5, 41, 6, 0.712) 0px 2.2px 0; } video { justify-content: left; padding-bottom: 0px; margin: 100px 5% 100px 5%; width: 40%; } p { margin: 18px 5px; font-size: 18px; /**margin-right: 300px;*/ } /**Configuración de cuadro con imagenes*/ .portafolio { align-items: center; background: linear-gradient( to right, hsla(76, 77%, 45%, 0.13), hsla(209, 65%, 52%, 0.116) ), url(); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ margin: 10px -10px; } .galeria { display: flex; width: 100%; flex-wrap: wrap; } .imagen_galeria { display: flex; width: 50%; height: 10vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; border-image: fill; } .imagen { width: 50%; height: 50; /** margin-bottom: 30px; object-fit: fill; display: flex; width: 50px; height: 250px;*/ } /**Configuración de EMPRESAS*/ .Contenedor_Empresas_Apoya { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 75px 0 75px 5%; float: left; } .cubiculo { display: flex; width: 40%; height: 20vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } /**Configuración de NOTICIAS*/ .Contenedor_News { display: flex; width: 40%; text-align: justify; flex-direction: column; margin: 75px 5% 75px 0; float: right; } .noticias_cubo { display: flex; margin-left: 50px; width: 100%; justify-content: center; flex-wrap: wrap; word-wrap: break-word; margin: auto; } .noticias { display: flex; margin-left: 100px; width: 100%; justify-content: center; flex-wrap: wrap; word-wrap: break-word; margin: auto; } .TituloNoticias { display: flex; text-align: center; justify-content: center; font-size: 35px; color: green; box-shadow: rgba(5, 41, 6, 0.712) 0px 2.2px 0; } .imagenNoticia { display: flex; width: 40%; height: 10vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } .imagen { display: flex; width: 40%; height: 20vw; justify-content: right; /**flex-wrap: wrap;*/ margin: 20px 5%; } .formulario { margin: 80px; border-radius: 10px; background-color: hsla(135, 79%, 53%, 0.219); box-shadow: 5px 5px 10px -3px #000000c2, -5px -5px 15px 3px #084119a8; border: none; } .formulario_mini { display: block; margin: 10px; font-size: 18px; } /**Configuración de FOOTER*/ .imagen_galeria p { width: 40%; margin: 5px 0 5px 10%; font-size: 20px; /** margin-right: 300px;*/ } .Contenedor_footer { display: flex; background: linear-gradient( to right, hsla(257, 16%, 17%, 0.493), hsla(204, 70%, 49%, 0.329) ), url(); justify-content: center; margin: 0% 0; width: 100%; height: 300px; } .piePagina { display: grid; color: rgb(24, 16, 3); text-align: center; align-items: center; font-size: 10px; margin: 1 0; }
0.439026
0.099602
@charset "UTF-8"; .slider { margin-bottom: 30px; } .slider img { width: 100%; } /* categories */ #categories .nav-tabs { border: 0; } #categories .nav-tabs li { position: relative; float: none; display: table-cell; width: 1%; text-align: center; overflow: hidden; } #categories .nav-tabs a, #categories .nav-tabs li > a { color: #FFF; padding: 60px 10px 20px; border: 0; font-size: 12px; font-weight: 500; margin-right: 0; display: block; } #categories .nav-tabs > li > a:before { content: ""; bottom: -4px; left: 0; right: 0; position: absolute; width: 100%; height: 4px; background-color: #FFF; -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); opacity: 0; filter: alpha(opacity=0); } #categories .nav-tabs > li > a:hover:before, #categories .nav-tabs > li > a:focus:before, #categories .nav-tabs > li > a:active:before { bottom: 0; opacity: 1; filter: alpha(opacity=100); } #categories .nav-tabs > li > a:before { background-color: #FFF; } #categories .nav-tabs > .tabicon.active, #categories .nav-tabs > .tabicon.active:focus, #categories .nav-tabs > .tabicon.active:hover { background: #FFF; } #categories #owl-tabs .glyphicon, #categories .nav-tabs .tabicon { margin: 10px 0; font-size: 24px; color: #FFF; } #categories #owl-tabs .glyphicon, #categories .nav-tabs .tabicon .glyphicon { position: absolute; top: 20px; margin-left: -12px; z-index: 1; } #categories .nav-tabs .tabicon.active > a, #categories .nav-tabs .tabicon > a:focus, #categories .nav-tabs .tabicon > a:hover { background-color: inherit; } #categories .tab-pane-1 .show-all, #categories .owl-tabs, #categories .nav-tabs .tabicon-1 { background-color: #00ACC1; } #categories .nav-tabs .tabicon-1.active, #categories .nav-tabs .tabicon-1.active > a { color: #00ACC1; } #categories .tab-pane-2 .show-all, #categories .nav-tabs .tabicon-2 { background-color: #D32F2F; } #categories .nav-tabs .tabicon-2.active, #categories .nav-tabs .tabicon-2.active > a { color: #D32F2F; } #categories .tab-pane-3 .show-all, #categories .nav-tabs .tabicon-3 { background-color: #7E57C2; } #categories .nav-tabs .tabicon-3.active, #categories .nav-tabs .tabicon-3.active > a { color: #7E57C2; } #categories .tab-pane-4 .show-all, #categories .nav-tabs .tabicon-4 { background-color: #FFA000; } #categories .nav-tabs .tabicon-4.active, #categories .nav-tabs .tabicon-4.active > a { color: #FFA000; } #categories .tab-pane-5 .show-all, #categories .nav-tabs .tabicon-5 { background-color: #3C87CE; } #categories .nav-tabs .tabicon-5.active, #categories .nav-tabs .tabicon-5.active > a { color: #3C87CE; } #categories #owl-tabs { text-align: center; } #categories #owl-tabs .owl-wrapper-outer { display: none; } .show-all { text-align: center; display: block; background-color: #FFF; color: #FFF; padding: 15px; float: right; } .show-all:focus, .show-all:hover { text-decoration: none; color: #FFF; } @media only screen and (max-width: 767px) { #privileges { display: none; } #categories .nav-tabs { display: none; } #categories #owl-tabs .owl-wrapper-outer { display: block; } .xs-mb15 { margin-bottom: 15px; } } .image-format a { display: block; } .image-format img { width: 100%; } .vertical-image-format img:first-of-type { margin-bottom: 15px; } #owl-carousel .item img { display: block; width: 100%; height: auto; }
theme/boardsports/css/home.css
@charset "UTF-8"; .slider { margin-bottom: 30px; } .slider img { width: 100%; } /* categories */ #categories .nav-tabs { border: 0; } #categories .nav-tabs li { position: relative; float: none; display: table-cell; width: 1%; text-align: center; overflow: hidden; } #categories .nav-tabs a, #categories .nav-tabs li > a { color: #FFF; padding: 60px 10px 20px; border: 0; font-size: 12px; font-weight: 500; margin-right: 0; display: block; } #categories .nav-tabs > li > a:before { content: ""; bottom: -4px; left: 0; right: 0; position: absolute; width: 100%; height: 4px; background-color: #FFF; -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); opacity: 0; filter: alpha(opacity=0); } #categories .nav-tabs > li > a:hover:before, #categories .nav-tabs > li > a:focus:before, #categories .nav-tabs > li > a:active:before { bottom: 0; opacity: 1; filter: alpha(opacity=100); } #categories .nav-tabs > li > a:before { background-color: #FFF; } #categories .nav-tabs > .tabicon.active, #categories .nav-tabs > .tabicon.active:focus, #categories .nav-tabs > .tabicon.active:hover { background: #FFF; } #categories #owl-tabs .glyphicon, #categories .nav-tabs .tabicon { margin: 10px 0; font-size: 24px; color: #FFF; } #categories #owl-tabs .glyphicon, #categories .nav-tabs .tabicon .glyphicon { position: absolute; top: 20px; margin-left: -12px; z-index: 1; } #categories .nav-tabs .tabicon.active > a, #categories .nav-tabs .tabicon > a:focus, #categories .nav-tabs .tabicon > a:hover { background-color: inherit; } #categories .tab-pane-1 .show-all, #categories .owl-tabs, #categories .nav-tabs .tabicon-1 { background-color: #00ACC1; } #categories .nav-tabs .tabicon-1.active, #categories .nav-tabs .tabicon-1.active > a { color: #00ACC1; } #categories .tab-pane-2 .show-all, #categories .nav-tabs .tabicon-2 { background-color: #D32F2F; } #categories .nav-tabs .tabicon-2.active, #categories .nav-tabs .tabicon-2.active > a { color: #D32F2F; } #categories .tab-pane-3 .show-all, #categories .nav-tabs .tabicon-3 { background-color: #7E57C2; } #categories .nav-tabs .tabicon-3.active, #categories .nav-tabs .tabicon-3.active > a { color: #7E57C2; } #categories .tab-pane-4 .show-all, #categories .nav-tabs .tabicon-4 { background-color: #FFA000; } #categories .nav-tabs .tabicon-4.active, #categories .nav-tabs .tabicon-4.active > a { color: #FFA000; } #categories .tab-pane-5 .show-all, #categories .nav-tabs .tabicon-5 { background-color: #3C87CE; } #categories .nav-tabs .tabicon-5.active, #categories .nav-tabs .tabicon-5.active > a { color: #3C87CE; } #categories #owl-tabs { text-align: center; } #categories #owl-tabs .owl-wrapper-outer { display: none; } .show-all { text-align: center; display: block; background-color: #FFF; color: #FFF; padding: 15px; float: right; } .show-all:focus, .show-all:hover { text-decoration: none; color: #FFF; } @media only screen and (max-width: 767px) { #privileges { display: none; } #categories .nav-tabs { display: none; } #categories #owl-tabs .owl-wrapper-outer { display: block; } .xs-mb15 { margin-bottom: 15px; } } .image-format a { display: block; } .image-format img { width: 100%; } .vertical-image-format img:first-of-type { margin-bottom: 15px; } #owl-carousel .item img { display: block; width: 100%; height: auto; }
0.319121
0.05279
/* General styles */ html, body { margin: 0; padding: 0; background: #111; } body { color: white; font-family: 'Georgia', 'Times New Roman'; text-shadow: 1px 1px 7px black; } p { -moz-transition: 350ms line-height; -o-transition: 350ms line-height; -webkit-transition: 350ms line-height; transition: 350ms line-height; } a { color: white; text-decoration: none; border-bottom: 1px solid rgba(240, 240, 255, 0.84); text-shadow: 1px 1px 7px black; -moz-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; -o-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; -webkit-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; transition: text-shadow 117ms, color 175ms, border-bottom 280ms; } a:hover { color: white; border-bottom: 1px solid #f0f0f0; text-shadow: 1px 1px 7px black; } li { margin-bottom: 0.49em; } /* Header elements */ h1 { font-size: 4.2em; } h2 { font-size: 2.8em; cursor: pointer; } h3 { margin: 7px 0; font-size: 1.4em; line-height: 140%; } h4 { margin: 7px 0; } h1, h2 { margin: 0; padding: 0; background: rgba(0, 0, 0, 0.35); font-style: italic; } h1 small, h2 small { display: inline-block; font-size: 0.56em; } h1 small a, h2 small a { border-bottom: 1px solid rgba(210, 210, 210, 0.21); } /* Section plus/minus icons */ section:not(.expanded) h2 span:before { float: right; margin-top: 14px; height: 0; font-size: 49%; font-weight: bold; content: "+"; opacity: 0.35; } section:not(.expanded) h2:not([clicked=off]) span:before { content: "-"; } /*section:nth-of-type(2n + 1) h2 span:before {*/ section.right h2 span:before { float: left; } /* Section article elements */ section.centered article { text-align: center; } body:not(.noShadow) section { box-shadow: 0 0 7px black inset; } section img { box-shadow: 0 0 14px black; -moz-transition: 350ms border-radius ease-in-out; -o-transition: 350ms border-radius ease-in-out; -webkit-transition: 350ms border-radius ease-in-out; transition: 350ms border-radius ease-in-out; } section:nth-of-type(2n) img { border-radius: 49px 7px; } section:nth-of-type(2n+1) img { border-radius: 7px 49px; } article { font-size: 1.33em; line-height: 140%; overflow-y: hidden; -moz-transition: 350ms height; -o-transition: 350ms height; -webkit-transition: 350ms height; transition: 350ms height; } article p { text-align: justify; } article p .imager { font-style: italic; text-align: center; -moz-transition: 175ms width; -o-transition: 175ms width; -webkit-transition: 175ms width; transition: 175ms width; } article p .imager img { max-width: 100%; border-radius: 7px !important; } article p .imager .linker { border-bottom: 1px solid white; } article .links { overflow-x: hidden; } article pre { /*margin: 0 7px !important;*/ background-color: rgba(49, 49, 49, 0.84) !important; border-radius: 0 !important; border: 1px solid rgba(140, 140, 140, 0.7); /*box-shadow: 0 0 14px rgba(175, 175, 175, .84);*/ overflow-x: scroll; font-size: 0.77em; } article pre.language-text { padding: 14px 21px; } .paragraphs p:first-of-type { margin-top: 7px; } .paragraphs h3 { border-bottom: 1px solid white; padding-top: 0.49em; } footer p { font-size: 1.05em; text-align: justify; line-height: 140%; color: #dddddd; } footer #credits { padding: 28px 0 14px 0; clear: both; text-align: center; /* http://stackoverflow.com/questions/609273/convert-an-image-to-grayscale-in-html-css */ } footer #credits a { color: #e7e7e7; border-bottom: 0; } footer #credits img { opacity: 0.49; -moz-transition: 350ms all; -o-transition: 350ms all; -webkit-transition: 350ms all; transition: 350ms all; } footer #credits img:not(:hover) { filter: gray; /* IE6-9 */ filter: grayscale(1); /* Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ } footer #credits img:hover { opacity: 0.7; } /* Goto links */ a.goto { display: block; margin: 7px 0; padding: 14px 0; border: 1px solid rgba(210, 210, 210, 0.63) !important; color: rgba(245, 245, 245, 0.91); text-align: center; text-decoration: none !important; text-shadow: none; -ms-word-break: break-all; word-break: break-all; opacity: 0.91; -moz-transition: 117ms border, 117ms color, 117ms opacity; -o-transition: 117ms border, 117ms color, 117ms opacity; -webkit-transition: 117ms border, 117ms color, 117ms opacity; transition: 117ms border, 117ms color, 117ms opacity; } a.goto h4 { display: inline; } a.goto .goto-arrows { opacity: 0.49; -moz-transition: 117ms opacity; -o-transition: 117ms opacity; -webkit-transition: 117ms opacity; transition: 117ms opacity; } a.goto:hover { color: white; border: 1px solid white !important; opacity: 1; } a.goto:hover .goto-arrows { opacity: 0.84; } /* Colors */ .red { background-color: #5b0000; border-color: #c56b6b; } .orange { background-color: #752a00; border-color: goldenrod; } .green { background-color: #003f00; border-color: lightGreen; } .blue { background-color: #001A3C; border-color: #92b7e5; } .purple { background-color: #350035; border-color: #770077; } .brown { background-color: #2e1801; border-color: saddleBrown; } .steel { background-color: #333; border-color: #111; } /* Medium displays */ @media (max-width: 700px), (max-aspect-ratio: 1/1) { section img { border-radius: 100%; } .imager { padding-top: 14px; } section article p, footer p { /* font-size: 1.75em; */ line-height: 175%; text-align: left; } } /*# sourceMappingURL=styling.css.map */
Content/styling.css
/* General styles */ html, body { margin: 0; padding: 0; background: #111; } body { color: white; font-family: 'Georgia', 'Times New Roman'; text-shadow: 1px 1px 7px black; } p { -moz-transition: 350ms line-height; -o-transition: 350ms line-height; -webkit-transition: 350ms line-height; transition: 350ms line-height; } a { color: white; text-decoration: none; border-bottom: 1px solid rgba(240, 240, 255, 0.84); text-shadow: 1px 1px 7px black; -moz-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; -o-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; -webkit-transition: text-shadow 117ms, color 175ms, border-bottom 280ms; transition: text-shadow 117ms, color 175ms, border-bottom 280ms; } a:hover { color: white; border-bottom: 1px solid #f0f0f0; text-shadow: 1px 1px 7px black; } li { margin-bottom: 0.49em; } /* Header elements */ h1 { font-size: 4.2em; } h2 { font-size: 2.8em; cursor: pointer; } h3 { margin: 7px 0; font-size: 1.4em; line-height: 140%; } h4 { margin: 7px 0; } h1, h2 { margin: 0; padding: 0; background: rgba(0, 0, 0, 0.35); font-style: italic; } h1 small, h2 small { display: inline-block; font-size: 0.56em; } h1 small a, h2 small a { border-bottom: 1px solid rgba(210, 210, 210, 0.21); } /* Section plus/minus icons */ section:not(.expanded) h2 span:before { float: right; margin-top: 14px; height: 0; font-size: 49%; font-weight: bold; content: "+"; opacity: 0.35; } section:not(.expanded) h2:not([clicked=off]) span:before { content: "-"; } /*section:nth-of-type(2n + 1) h2 span:before {*/ section.right h2 span:before { float: left; } /* Section article elements */ section.centered article { text-align: center; } body:not(.noShadow) section { box-shadow: 0 0 7px black inset; } section img { box-shadow: 0 0 14px black; -moz-transition: 350ms border-radius ease-in-out; -o-transition: 350ms border-radius ease-in-out; -webkit-transition: 350ms border-radius ease-in-out; transition: 350ms border-radius ease-in-out; } section:nth-of-type(2n) img { border-radius: 49px 7px; } section:nth-of-type(2n+1) img { border-radius: 7px 49px; } article { font-size: 1.33em; line-height: 140%; overflow-y: hidden; -moz-transition: 350ms height; -o-transition: 350ms height; -webkit-transition: 350ms height; transition: 350ms height; } article p { text-align: justify; } article p .imager { font-style: italic; text-align: center; -moz-transition: 175ms width; -o-transition: 175ms width; -webkit-transition: 175ms width; transition: 175ms width; } article p .imager img { max-width: 100%; border-radius: 7px !important; } article p .imager .linker { border-bottom: 1px solid white; } article .links { overflow-x: hidden; } article pre { /*margin: 0 7px !important;*/ background-color: rgba(49, 49, 49, 0.84) !important; border-radius: 0 !important; border: 1px solid rgba(140, 140, 140, 0.7); /*box-shadow: 0 0 14px rgba(175, 175, 175, .84);*/ overflow-x: scroll; font-size: 0.77em; } article pre.language-text { padding: 14px 21px; } .paragraphs p:first-of-type { margin-top: 7px; } .paragraphs h3 { border-bottom: 1px solid white; padding-top: 0.49em; } footer p { font-size: 1.05em; text-align: justify; line-height: 140%; color: #dddddd; } footer #credits { padding: 28px 0 14px 0; clear: both; text-align: center; /* http://stackoverflow.com/questions/609273/convert-an-image-to-grayscale-in-html-css */ } footer #credits a { color: #e7e7e7; border-bottom: 0; } footer #credits img { opacity: 0.49; -moz-transition: 350ms all; -o-transition: 350ms all; -webkit-transition: 350ms all; transition: 350ms all; } footer #credits img:not(:hover) { filter: gray; /* IE6-9 */ filter: grayscale(1); /* Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ } footer #credits img:hover { opacity: 0.7; } /* Goto links */ a.goto { display: block; margin: 7px 0; padding: 14px 0; border: 1px solid rgba(210, 210, 210, 0.63) !important; color: rgba(245, 245, 245, 0.91); text-align: center; text-decoration: none !important; text-shadow: none; -ms-word-break: break-all; word-break: break-all; opacity: 0.91; -moz-transition: 117ms border, 117ms color, 117ms opacity; -o-transition: 117ms border, 117ms color, 117ms opacity; -webkit-transition: 117ms border, 117ms color, 117ms opacity; transition: 117ms border, 117ms color, 117ms opacity; } a.goto h4 { display: inline; } a.goto .goto-arrows { opacity: 0.49; -moz-transition: 117ms opacity; -o-transition: 117ms opacity; -webkit-transition: 117ms opacity; transition: 117ms opacity; } a.goto:hover { color: white; border: 1px solid white !important; opacity: 1; } a.goto:hover .goto-arrows { opacity: 0.84; } /* Colors */ .red { background-color: #5b0000; border-color: #c56b6b; } .orange { background-color: #752a00; border-color: goldenrod; } .green { background-color: #003f00; border-color: lightGreen; } .blue { background-color: #001A3C; border-color: #92b7e5; } .purple { background-color: #350035; border-color: #770077; } .brown { background-color: #2e1801; border-color: saddleBrown; } .steel { background-color: #333; border-color: #111; } /* Medium displays */ @media (max-width: 700px), (max-aspect-ratio: 1/1) { section img { border-radius: 100%; } .imager { padding-top: 14px; } section article p, footer p { /* font-size: 1.75em; */ line-height: 175%; text-align: left; } } /*# sourceMappingURL=styling.css.map */
0.466846
0.06951
*{ margin: 0; padding: 0; box-sizing: border-box; } html,body{ font-family: 'popins', sans-serif; box-sizing: border-box; } header .navigation { display: flex; justify-content: space-between; align-items: center; position: fixed; min-height: 12vh; min-width: 100%; z-index: 10; background: #ffffff; border-bottom: 2px solid #0c2d48; } header .navigation .logo img { width: 150px; /* width of container */ height: 50px; /* height of container */ overflow:hidden; } header .navigation .menu-list { list-style: none; display: flex; justify-content: space-between; align-items: center; width: 45%; margin: auto 20px auto 0; } .header .navigation .menu-list a:before{ position: absolute; content: ""; top: 0px; height: 100%; left: -25%; width: 0%; background-color: #ffffff; transform: skew(50deg); transition-duration: 1s; z-index: 1; } header .navigation .menu-list a:hover{ color: #ee0c75; } header .navigation .menu-list a:hover:before{ width: 170%; } header .navigation .humbarger { margin-right: 20px; display: none; } header .navigation .humbarger .bar{ width: 30px; height: 2px; margin: 7px; background: #b1d4e0; } header .navigation .menu-list li a { color: #000000; font-size: 1.25rem; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: color 1s ease, border 1s ease; text-decoration: none; } Responsive Section =======================*/ /* Tablet desktop :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { header .navigation .menu-list { width: 60%; } header .navigation .menu-list li a{ font-size: 1rem; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { header .navigation .menu-list { position: absolute; top: 12vh; min-width: 100%; background: rgba(15, 20, 35, 0.99); text-align: center; display: none; } header .navigation .menu-list li { display: block; } header .navigation .menu-list li a { display: block; padding: 20px; transition: color 1s ease, padding 1s ease, background-color 1s ease; } header .navigation .menu-list li a:hover{ color: #b1d4e0; padding-left: 30px; background: rgba(177, 212, 224, 0.2); } header .navigation .humbarger{ display: block; } }
about.css
*{ margin: 0; padding: 0; box-sizing: border-box; } html,body{ font-family: 'popins', sans-serif; box-sizing: border-box; } header .navigation { display: flex; justify-content: space-between; align-items: center; position: fixed; min-height: 12vh; min-width: 100%; z-index: 10; background: #ffffff; border-bottom: 2px solid #0c2d48; } header .navigation .logo img { width: 150px; /* width of container */ height: 50px; /* height of container */ overflow:hidden; } header .navigation .menu-list { list-style: none; display: flex; justify-content: space-between; align-items: center; width: 45%; margin: auto 20px auto 0; } .header .navigation .menu-list a:before{ position: absolute; content: ""; top: 0px; height: 100%; left: -25%; width: 0%; background-color: #ffffff; transform: skew(50deg); transition-duration: 1s; z-index: 1; } header .navigation .menu-list a:hover{ color: #ee0c75; } header .navigation .menu-list a:hover:before{ width: 170%; } header .navigation .humbarger { margin-right: 20px; display: none; } header .navigation .humbarger .bar{ width: 30px; height: 2px; margin: 7px; background: #b1d4e0; } header .navigation .menu-list li a { color: #000000; font-size: 1.25rem; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: color 1s ease, border 1s ease; text-decoration: none; } Responsive Section =======================*/ /* Tablet desktop :768px. */ @media only screen and (min-width: 768px) and (max-width: 991px) { header .navigation .menu-list { width: 60%; } header .navigation .menu-list li a{ font-size: 1rem; } } /* Large Mobile :480px. */ @media only screen and (max-width: 767px) { header .navigation .menu-list { position: absolute; top: 12vh; min-width: 100%; background: rgba(15, 20, 35, 0.99); text-align: center; display: none; } header .navigation .menu-list li { display: block; } header .navigation .menu-list li a { display: block; padding: 20px; transition: color 1s ease, padding 1s ease, background-color 1s ease; } header .navigation .menu-list li a:hover{ color: #b1d4e0; padding-left: 30px; background: rgba(177, 212, 224, 0.2); } header .navigation .humbarger{ display: block; } }
0.260107
0.074164
@-moz-document url-prefix("http://127.0.0.1:61233/browser") { /* GENERAL SITE */ .negative-space { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .pg-panel-content { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .aciTreeText { color: #00897b !important; } .aciTreePush { color: #00897b !important; } .aciTreeSelected { background-color: #4a4848; } .aciTree { background-color: #282828; } .aciTreeLine:hover { color: #00564d !important; background-color: #969696 !important; } .wcTabScroller { background-color: #282828; } .wcFrameButtonBar { background-color: #282828; } .wcPanelTab { color: #00564d; } .wcPanelTab:hover { background-color: #363636 !important; } .wcPanelTabActive { color: #00897b; } .wcFrameButton { color: #00564d; } .wcFrameButton:hover { background-color: #363636; } } @-moz-document url-prefix("http://1172.16.17.32:61233/datagrid") { /* ========================= SQL IDE ========================= */ /* TOP TOOL BAR */ .editor-toolbar { background-color: #282828; border: 1px solid #00564d; } .btn-secondary { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b; } #btn-rows-limit { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b; } /* SQL EDITOR EXTERNAL */ .wcTabScroller { background-color: #282828 !important; border: 1px solid #00897b; } .wcFrameButtonBar { background-color: #282828 !important; border: 1px solid #00897b; } .wcPanelTab { color: #00564d; } .wcPanelTab:hover { background-color: #363636 !important; } .wcPanelTabActive { color: #00897b; } .CodeMirror-gutters { background-color: #363636 !important; } .CodeMirror-linenumber { color: #969696 !important; } /* SQL EDITOR INTERNAL */ .CodeMirror-scroll { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .CodeMirror-activeline-background { background-color: #400000 !important; border: 1px dashed #00897b !important; } .CodeMirror-cursors { visibility: visible; } .CodeMirror-cursor { border: 1px solid #969696 !important; } .cm-operator { color: red !important; } .cm-punctuation { color: green !important; } .cm-builtin { color: grey !important; } /* LOWER PANE */ table { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-grid-container { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-explain { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-panel-content { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .grid-canvas { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .slick-header-columns { background-color: #282828 !important; color: #00897b !important; } .slick-header-column { background-color: #282828 !important; color: #00897b !important; } .slick-row { background-color: #282828 !important; color: #00897b !important; } .slick-cell { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-text-editor { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-textarea { background-color: #363636 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-message { background-color: #400000 !important; color: #00897b !important; border: 1px solid #00897b !important; } }
data/usercss/181640.user.css
@-moz-document url-prefix("http://127.0.0.1:61233/browser") { /* GENERAL SITE */ .negative-space { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .pg-panel-content { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .aciTreeText { color: #00897b !important; } .aciTreePush { color: #00897b !important; } .aciTreeSelected { background-color: #4a4848; } .aciTree { background-color: #282828; } .aciTreeLine:hover { color: #00564d !important; background-color: #969696 !important; } .wcTabScroller { background-color: #282828; } .wcFrameButtonBar { background-color: #282828; } .wcPanelTab { color: #00564d; } .wcPanelTab:hover { background-color: #363636 !important; } .wcPanelTabActive { color: #00897b; } .wcFrameButton { color: #00564d; } .wcFrameButton:hover { background-color: #363636; } } @-moz-document url-prefix("http://1172.16.17.32:61233/datagrid") { /* ========================= SQL IDE ========================= */ /* TOP TOOL BAR */ .editor-toolbar { background-color: #282828; border: 1px solid #00564d; } .btn-secondary { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b; } #btn-rows-limit { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b; } /* SQL EDITOR EXTERNAL */ .wcTabScroller { background-color: #282828 !important; border: 1px solid #00897b; } .wcFrameButtonBar { background-color: #282828 !important; border: 1px solid #00897b; } .wcPanelTab { color: #00564d; } .wcPanelTab:hover { background-color: #363636 !important; } .wcPanelTabActive { color: #00897b; } .CodeMirror-gutters { background-color: #363636 !important; } .CodeMirror-linenumber { color: #969696 !important; } /* SQL EDITOR INTERNAL */ .CodeMirror-scroll { background-color: #282828; color: #00897b; border: 1px solid #00564d; } .CodeMirror-activeline-background { background-color: #400000 !important; border: 1px dashed #00897b !important; } .CodeMirror-cursors { visibility: visible; } .CodeMirror-cursor { border: 1px solid #969696 !important; } .cm-operator { color: red !important; } .cm-punctuation { color: green !important; } .cm-builtin { color: grey !important; } /* LOWER PANE */ table { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-grid-container { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-explain { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-panel-content { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .grid-canvas { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .slick-header-columns { background-color: #282828 !important; color: #00897b !important; } .slick-header-column { background-color: #282828 !important; color: #00897b !important; } .slick-row { background-color: #282828 !important; color: #00897b !important; } .slick-cell { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-text-editor { background-color: #282828 !important; color: #00897b !important; border: 1px solid #00897b !important; } .pg-textarea { background-color: #363636 !important; color: #00897b !important; border: 1px solid #00897b !important; } .sql-editor-message { background-color: #400000 !important; color: #00897b !important; border: 1px solid #00897b !important; } }
0.108637
0.079603
body { background-color: #e67300;); } #templos { display: grid ; grid-template-columns: auto auto auto auto; // 4 colunas iguais grid-template-rows: auto auto auto auto; // 4 linhas iguais padding-left: 5px ; padding-top: 7px ; padding-bottom: 7px; } .title { grid-column: 2 / span 2; grid-row: 1; color: yellow; text-align: center; font-size: 50px; text-decoration: underline; text-decoration-color: #cccc00; } .subtitle { grid-column: 2 / span 3; grid-row: 2; text-align: center; color: #8d0000; font-size: 30px; font-style: italic; text-decoration: underline; text-decoration-color: #c01a66;} .fig01 { grid-column: 1; grid-row: 3; } .fig02 { grid-column: 2; grid-row: 3; } .fig03 { grid-column: 3; grid-row: 3; } .fig04 { grid-column: 4; grid-row: 3; } .linkfig01 { grid-column: 1; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center; } .linkfig02 {grid-column: 2; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center;} .linkfig03 {grid-column: 3; grid-row: 4; padding-left: 30px; padding-top: 20px; font-size: 120%; width: 140px; text-align: center;} .linkfig04 {grid-column: 4; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center; } .tetris { display: grid; grid-template-columns: 170px auto auto auto 170px; grid-template-rows: auto 30px auto; background-color: yellow; padding: 20px 20px; border: 7px solid red; } .lefttetris { grid-column: 1; grid-row: 1 / span 3; background-color: #ff9900; padding:10px; padding-left: 20px; } .tetrisc2 { grid-column: 2; grid-row: 1 / span 3; background-color: #ff7733; padding:10px; padding-left: 10px ; margin-left: 25px; border: 7px solid red; } .login { grid-column: 3; grid-row: 1 ; background-color: #0095f6; color: #ffffff; width: 50%; padding-left: 70px; padding-right: 70px; padding-top: 15px; padding-bottom: 15px; margin: auto; border-radius: 14px; border: 7px solid #0000ff; font-size: 30px; text-align: center; } .logout { grid-column: 3; grid-row: 3 ; background-color: red; color: #ffffff; width: 50%; padding-left: 70px; padding-right: 70px; padding-top: 20px; padding-bottom: 20px; margin: auto; border-radius: 14px; border: 7px solid #ff9933; font-size: 30px; text-align: center; } .tetrisc4 { grid-column: 4; grid-row: 1 / span 3; background-color: #ff7733; padding:10px; padding-left: 10px; margin-right: 25px; border: 7px solid red; } .righttetris { grid-column: 5; grid-row: 1 / span 3; background-color: #ff9900; padding:10px; padding-left: 20px; } .grupo { display: grid; grid-template-columns: auto auto auto; grid-template-rows: auto auto; background-color: #ffbb33; padding: 5px; padding-bottom: 30px; margin: auto; width: 70%; align-items: stretch; border: 7px solid lightgray; } .contas1 { grid-column: 1 / span 3 ; grid-row: 1; color: #0000ff; font-size: 40px; text-align: center; } .link1 { grid-column: 1 ; grid-row: 2; color: red; padding-top: 15px; font-size: 28px; text-align: center; } .contas2 { grid-column: 2 ; grid-row: 2; color: #0000ff; padding-top: 15px; font-size: 30px; text-align: center; } .link2 { grid-column: 3 ; grid-row: 2; color: red; padding-top: 15px; font-size: 30px; text-align: center; } .pegar-aplicativo { display: grid; grid-template-columns: auto 200px auto; grid-template-rows: auto auto; background-color: #e6ccff; padding: 15px; padding-bottom: 20px; margin: auto; margin-top: 30px; width: 90%; border: 7px solid #b366ff; } .baixar { grid-column: 1 /span 3 ; grid-row: 1; color: red; padding-top: 5px; padding-bottom: 25px; font-size: 35px; text-align: center; } .download1 { grid-column: 1 ; grid-row: 2; padding-left: 20px; } .download2 { grid-column: 3 ; grid-row: 2; padding-right: 10px; }
style04.css
body { background-color: #e67300;); } #templos { display: grid ; grid-template-columns: auto auto auto auto; // 4 colunas iguais grid-template-rows: auto auto auto auto; // 4 linhas iguais padding-left: 5px ; padding-top: 7px ; padding-bottom: 7px; } .title { grid-column: 2 / span 2; grid-row: 1; color: yellow; text-align: center; font-size: 50px; text-decoration: underline; text-decoration-color: #cccc00; } .subtitle { grid-column: 2 / span 3; grid-row: 2; text-align: center; color: #8d0000; font-size: 30px; font-style: italic; text-decoration: underline; text-decoration-color: #c01a66;} .fig01 { grid-column: 1; grid-row: 3; } .fig02 { grid-column: 2; grid-row: 3; } .fig03 { grid-column: 3; grid-row: 3; } .fig04 { grid-column: 4; grid-row: 3; } .linkfig01 { grid-column: 1; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center; } .linkfig02 {grid-column: 2; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center;} .linkfig03 {grid-column: 3; grid-row: 4; padding-left: 30px; padding-top: 20px; font-size: 120%; width: 140px; text-align: center;} .linkfig04 {grid-column: 4; grid-row: 4; padding-left: 50px; padding-top: 20px; font-size: 120%; width: 100px; text-align: center; } .tetris { display: grid; grid-template-columns: 170px auto auto auto 170px; grid-template-rows: auto 30px auto; background-color: yellow; padding: 20px 20px; border: 7px solid red; } .lefttetris { grid-column: 1; grid-row: 1 / span 3; background-color: #ff9900; padding:10px; padding-left: 20px; } .tetrisc2 { grid-column: 2; grid-row: 1 / span 3; background-color: #ff7733; padding:10px; padding-left: 10px ; margin-left: 25px; border: 7px solid red; } .login { grid-column: 3; grid-row: 1 ; background-color: #0095f6; color: #ffffff; width: 50%; padding-left: 70px; padding-right: 70px; padding-top: 15px; padding-bottom: 15px; margin: auto; border-radius: 14px; border: 7px solid #0000ff; font-size: 30px; text-align: center; } .logout { grid-column: 3; grid-row: 3 ; background-color: red; color: #ffffff; width: 50%; padding-left: 70px; padding-right: 70px; padding-top: 20px; padding-bottom: 20px; margin: auto; border-radius: 14px; border: 7px solid #ff9933; font-size: 30px; text-align: center; } .tetrisc4 { grid-column: 4; grid-row: 1 / span 3; background-color: #ff7733; padding:10px; padding-left: 10px; margin-right: 25px; border: 7px solid red; } .righttetris { grid-column: 5; grid-row: 1 / span 3; background-color: #ff9900; padding:10px; padding-left: 20px; } .grupo { display: grid; grid-template-columns: auto auto auto; grid-template-rows: auto auto; background-color: #ffbb33; padding: 5px; padding-bottom: 30px; margin: auto; width: 70%; align-items: stretch; border: 7px solid lightgray; } .contas1 { grid-column: 1 / span 3 ; grid-row: 1; color: #0000ff; font-size: 40px; text-align: center; } .link1 { grid-column: 1 ; grid-row: 2; color: red; padding-top: 15px; font-size: 28px; text-align: center; } .contas2 { grid-column: 2 ; grid-row: 2; color: #0000ff; padding-top: 15px; font-size: 30px; text-align: center; } .link2 { grid-column: 3 ; grid-row: 2; color: red; padding-top: 15px; font-size: 30px; text-align: center; } .pegar-aplicativo { display: grid; grid-template-columns: auto 200px auto; grid-template-rows: auto auto; background-color: #e6ccff; padding: 15px; padding-bottom: 20px; margin: auto; margin-top: 30px; width: 90%; border: 7px solid #b366ff; } .baixar { grid-column: 1 /span 3 ; grid-row: 1; color: red; padding-top: 5px; padding-bottom: 25px; font-size: 35px; text-align: center; } .download1 { grid-column: 1 ; grid-row: 2; padding-left: 20px; } .download2 { grid-column: 3 ; grid-row: 2; padding-right: 10px; }
0.527803
0.225374
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'ArimoRegular'; font-style: normal; font-weight: normal; src: local('ArimoRegular'), url('http://themes.googleusercontent.com/font?kit=BkZwJXYnumPMepfEA344yQ') format('truetype'); src: url('../images/arimo-regular-latin-webfont.eot'); src: url('../images/arimo-regular-latin-webfont86d7.eot?#iefix') format('embedded-opentype'), url('../images/arimo-regular-latin-webfont.woff') format('woff'), url('../images/arimo-regular-latin-webfont.ttf') format('truetype'), url('../images/arimo-regular-latin-webfont.svg.svg#') format('svg'); font-weight: normal; font-style: normal; } *{ margin:0px; padding:0px;} body {font-family:'ArimoRegular'; font-size:13px; line-height:19px; color:#898989;} .home-bg{background-attachment: scroll; background-image: url(../images/MAIN-BG.jpg); background-repeat: no-repeat; background-position: center top;} .inside-bg{background-attachment: scroll; background-image: url(../images/MAIN-BG.jpg); background-repeat: no-repeat; background-position: center top;} #wrapper{width:980px;margin:0 auto;} h1{font-family:'ArimoRegular'; font-size:21px; font-weight:normal; color:#005aae; border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px;} h2{font-family:'ArimoRegular'; font-size:18px; font-weight:normal; color:#005aae;} h3{font-family:'ArimoRegular'; font-size:15px; font-weight:normal; color:#005aae; border-bottom:1px solid #EBEBEB; padding:10px 0 10px 0;} a{color:#005aae; text-decoration:none; } a:hover{color:#898989; text-decoration:none;} .blue-text{color: #005AAE;} /* Header */ #header{ width:960px; padding:0 10px 16px 10px; height:110x; float:left;} .logo{ float:left; width:480px; height:110px;} .menu-top{ float:left; width:480px; height:29px; padding-top:81px;} .menu-top ul{list-style:none; float:right;} .menu-top ul li{ float:left;} .menu-top ul li a{display:block; color:#FFF; background-color:#252525; text-decoration:none; margin-left:10px; padding:5px 15px 5px 15px;} .menu-top ul li a:hover{background-color:#0054a6;} .menu-top ul li .active{background-color:#0054a6;} /* Header */ /* Title - Home */ #home-title{ width:960px; height:70px; float:left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#FFF; font-size:36px; font-weight:normal; padding:55px 10px 55px 10px;} #inside-title{ width:960px; height:70px; float:left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#FFF; font-size:36px; font-weight:normal; padding:20px 10px 20px 10px;} /* Title - Home */ /* Content */ #main-content-DIV{float:left;height:auto;width:980px;background-attachment: scroll; background-image: url(../images/shadow.png);background-repeat: no-repeat;background-position: center top;} #content-footer{ width:918px; border:#CCC 1px solid; background-color:#FFF; height:auto; float:left; margin:0 10px 0 10px; padding:15px 20px 15px 20px;} .content{ width:918px; height:auto;} .inside-content{ width:718px; height:auto; min-height:290px; float:left;} .inside-content-left-menu{ width:159px; height:auto; min-height:290px; float:left; border-right:1px solid #EBEBEB; margin-right:20px; padding-right:20px;} .inside-content-left-menu ul{ margin:0px; padding:0px; float:left; margin-right:20px;} .inside-content-left-menu li{ float:left; width:100%;list-style:none;color:#464646;font-size:13px; line-height:18px; padding:5px 0 5px 0px; width:180px; border-bottom:1px solid #EBEBEB;} .inside-content ol{ padding:0px; margin:15px 0 0 0; width:350px;} .inside-content li{ padding:0px 0 10px; margin:0px; list-style:none;} .inside-content li label{ float:left; width:100%; margin-bottom:5px;} .inside-content li .textbox{ border:1px solid #CCCCCC; width:328px; height:27px; padding:5px 10px;} .inside-content li .selectbox{ border:1px solid #CCCCCC; width:348px; height:39px; padding:5px 10px; color:#898989;} .inside-content input.cancel-btn{ background-attachment: scroll;background-image: url(../images/cancel-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:75px; height:30px; margin-right:10px; float:right;} .inside-content input.cancel-btn:hover{background-attachment: scroll; background-image: url(../images/cancel-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:75px; height:30px;} .inside-content input.next-btn{ background-attachment: scroll;background-image: url(../images/next-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:64px; height:30px; margin-right:10px; float:right;} .inside-content input.next-btn:hover{background-attachment: scroll; background-image: url(../images/next-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:64px; height:30px;} .inside-content input.previous-btn{ background-attachment: scroll;background-image: url(../images/previous-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:87px; height:30px; margin-right:10px; float:right;} .inside-content input.previous-btn:hover{background-attachment: scroll; background-image: url(../images/previous-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:87px; height:30px;} .inside-content input.save-btn{ background-attachment: scroll;background-image: url(../images/save-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:66px; height:30px; margin-right:10px; float:right;} .inside-content input.save-btn:hover{background-attachment: scroll; background-image: url(../images/save-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:66px; height:30px;} .inside-content input.continue-btn{ background-attachment: scroll;background-image: url(../images/continue-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:88px; height:30px; float:right;} .inside-content input.continue-btn:hover{background-attachment: scroll; background-image: url(../images/continue-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:88px; height:30px;} .inside-content input.search-btn{ background-attachment: scroll;background-image: url(../images/search-btn.jpg); background-repeat: no-repeat;background-position: center top; border:0px; width:88px; height:30px; float:right;} .inside-content input.search-btn:hover{background-attachment: scroll; background-image: url(../images/search-btn.jpg); background-repeat: no-repeat; background-position: center bottom; border:0px; width:88px; height:30px;} .bullet{background-attachment: scroll;background-image: url(../images/bullet.jpg); background-repeat: no-repeat; background-position: left center; border-bottom:1px solid #CCC; padding:10px 0 10px 15px;} .content-left{ width:598px; float:left;} .text{ width:279px; height:auto; float:left; padding-right:20px;} .text p{ padding-bottom:10px;} .content-right{ width:299px; border-left:1px solid #CCC; float:left; padding:18px 0 0 20px;} .content-right ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left;} .content-right li{ padding:0px; margin:0px 0 15px 0; list-style:none; } .content-right li .textbox{width:278px; height:28px; line-height:28px; padding:0px 10px; font-size:13px; border:1px solid #CCC; color:#898989;} .content-right li.part1{ width:92px; height:27px; float:left;} .content-right li.part2{ width:206px; height: auto; float:left; border-top:1px solid #CCC;} .content-right li.part2 p{ border-bottom:1px solid #CCC; padding:5px 0 5px 0} .content-right li.part2 a { color:#005aae; background-attachment: scroll; background-image: url(../images/arrow-menu.png); background-repeat: no-repeat;background-position: left center; text-decoration:none; padding-left:11px;} .content-right li.part2 a:hover{ color:#898989;} .content-right input.sign-in-btn{ background-attachment: scroll;background-image: url(../images/sign-in-1.jpg); background-repeat: no-repeat;background-position: center center; border:0px; width:72px; height:27px;} .content-right input.sign-in-btn:hover{background-attachment: scroll; background-image: url(../images/sign-in-2.jpg); background-repeat: no-repeat; background-position: center center; border:0px; width:72px; height:27px;} .regular-checkbox { display: none;} .regular-checkbox + label { background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 8px;display: inline-block; float:left; margin-right:10px;position: relative; } .regular-checkbox + label:active, .regular-checkbox:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);} .regular-checkbox:checked + label { background-color: #e9ecee; border: 1px solid #adb8c0; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7;} .regular-checkbox:checked + label:after { content: '\2714'; font-size: 14px;position: absolute; top: 0px;left: 3px; color: #99a1a7;} /* Content */ .menu { padding: 0; clear: both; float:left; padding-top:15px;} .menu li { display: inline;} .menu li a,.menu li { background: #ebebeb; padding:5px 15px 5px 15px; float:left; text-decoration: none; color: #898989; font-weight: normal; margin-right:5px; font-size:15px;} .menu li.active a, .menu li.active{ background: #0072bc; color:#FFF; } .content { float: left; clear: both; padding:0px;/* width:718px;*/ padding:15px 0 15px 0; } #description2.content, #usage2.content { width:718px;} #description2.content ol, #usage2.content ol{width:718px;} /* Footer */ .footer{ width:918px; border-top:1px solid #CCC; padding:15px 0 0 0; margin-top:15px; float:left;} .footer b{ color:#464646; font-weight:normal;} .footer span{ float:right;} .footer span a{ color:#0054a6; text-decoration:none;} .footer span a:hover{ color:#464646; text-decoration:none;} /* Footer */ /* search result table */ .employee-result { margin:15px 0px 10px 0px; float:left; width:920px; line-height:18px; font-size:13px; font-weight:normal;} .employee-result ul{ float:left; width:920px; padding:0px; margin:0px;} .employee-result li{ float:left; padding:0px ; margin:0px; list-style:none; border-bottom:1px solid #FFF; line-height:18px;} .employee-result li .block-1{ width:20px; float:left; text-align:left; padding:5px 10px 5px 10px;} .employee-result li .block-2{ width:149px; float:left; text-align:left; padding:5px 10px 5px 10px; border-left:1px solid #FFF;} .employee-result li .block-3{ width:79px; float:left; text-align:left; padding:5px 10px 5px 10px; border-left:1px solid #FFF;} .bgcolor-1{ background-color:#cccccc; color:#FFF; font-weight:normal;} .bgcolor-2{ background-color:#f5f5f5; color:#898989; font-weight:normal;} .bgcolor-3{ background-color:#ebebeb; color:#898989; font-weight:normal;} /* search result table */ /**/ .search{ background-attachment: scroll; background-image: url(../images/line-BG.png); background-repeat: no-repeat; background-position: center top; float:left; background-color:#f5f5f5; } .accordionartsbutton { float: left; _float: none; /* Float works in all browsers but IE6 */ width:638px; margin:0 20px 0 20px; cursor:pointer; background: url(../images/down-arts.png) 98% center no-repeat; color:#0072bc; font-weight:normal; padding:10px 20px 10px 20px; line-height:20px; font-size:16px; } .accordionartsbutton span{ padding:0 10px 0 10px; background-color:#f5f5f5;} .accordionartscontent { width: 678px; float: left;font-size:14px;line-height:20px;height:auto; padding:0px 20px 10px 20px; _float: none; /* Float works in all browsers but IE6 */ line-height:18px; } .accordionartscontent ol{ width:698px;} /*********************************************************************************************************************** EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS ************************************************************************************************************************/ .onarts { background: url(../images/up-arts.png) 98% center no-repeat; color:#0072bc; } .overarts { background: url(../images/down-arts.png) 98% center no-repeat; color:#0072bc; } .accordionartscontent ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left;} .accordionartscontent li{ padding:0px; margin:0px 0 15px 0; list-style:none; width:880px; } .accordionartscontent li .textbox{width:185px; height:28px; line-height:22px; padding:3px 10px 3px 10px; font-size:13px; border:1px solid #CCC; color:#898989;} .accordionartscontent li.part1{ width:204px; height:50px; float:left; margin-right:20px;} .accordionartscontent li.part2{ width:205px; height: auto; float:left;} .accordionartscontent li.part2 p{ border-bottom:1px solid #CCC; padding:5px 0 5px 0} .accordionartscontent li.part2 a { color:#005aae; background-attachment: scroll; background-image: url(../images/arrow-menu.png); background-repeat: no-repeat;background-position: left center; text-decoration:none; padding-left:11px;} .accordionartscontent input.search-btn{ background-attachment: scroll;background-image: url(../images/search-btn.jpg); background-repeat: no-repeat;background-position: center top; border:0px; width:88px; height:30px; float:right;} .accordionartscontent input.search-btn:hover{background-attachment: scroll; background-image: url(../images/search-btn.jpg); background-repeat: no-repeat; background-position: center bottom; border:0px; width:88px; height:30px;} /**/ .menu-type{height:31px;width:556px;background-attachment: scroll; background-image: url(../images/bg-menu.jpg);background-repeat: repeat-x;background-position: left top; margin-top:25px; border-left:1px solid #CCC;} .menu-type a{ text-decoration:none; font-size:16px; padding:7px 35px 0 15px; float:left;} .menu-type a:hover{ text-decoration:none; font-size:16px; padding:7px 35px 0 15px;} .link{} /*************************************************************************************************** AUDIT TRIAL FILTER ****************************************************************************************************/ .audit-trial-filter { float: left; font-size: 14px; height: auto; line-height: 18px; padding: 0 0 10px; width: 718px;} .audit-trial-filter ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left; list-style-type:none} .audit-trial-filter li{ padding:0px; margin:0px 15px 15px 0; list-style:none; width:160px; float:left; } .audit-trial-filter input[type="text"] { width:110px} .calendar{background: url(../images/calendar.gif) no-repeat 0 0; width:26px; height:26px; border:0; cursor:pointer; float:right; margin-top:5px} .calendar:hover{background: url(../images/calendar.gif) no-repeat 0 -26px; width:26px; height:26px; border:0; cursor:pointer; float:right; margin-top:5px} /******************************************************************************** Icon Group ********************************************************************************/ .iconGroup{ float:left; width:auto; margin:0 20px 0 0;} .addtovisitor, .audittrail,.mergecontact,.print,.delete,.edit, .first, .previous, .next, .last{ width:26px; height:26px; background-position:0 0; background-repeat:no-repeat; display:block; float:left; margin-right:15px} .addtovisitor:hover, .audittrail:hover,.mergecontact:hover,.print:hover,.delete:hover,.edit:hover,.first:hover, .previous:hover, .next:hover, .last:hover{ background-position:0 -26px;} .gridIcons .iconGroup .addtovisitor, .gridIcons .iconGroup .audittrail, .gridIcons .iconGroup .mergecontact, .gridIcons .iconGroup .print, .gridIcons .iconGroup .delete, .gridIcons .iconGroup .edit, .gridIcons .gridPagination .first, .gridIcons .gridPagination .previous, .gridIcons .gridPagination .next, .gridIcons .gridPagination .last{ width:18px; height:18px; background-position:0 0; background-repeat:no-repeat; display:block; float:left; margin-right:15px} .gridIcons .iconGroup .addtovisitor:hover, .gridIcons .iconGroup .audittrail:hover, .gridIcons .iconGroup .mergecontact:hover, .gridIcons .iconGroup .print:hover, .gridIcons .iconGroup .delete:hover, .gridIcons .iconGroup .edit:hover, .gridIcons .gridPagination .first:hover, .gridIcons .gridPagination .previous:hover, .gridIcons .gridPagination .next:hover, .gridIcons .gridPagination .last:hover{ background-position:0 -18px; } .gridIcons .iconGroup .addtovisitor{ background-image:url(../images/18/addtovisitor.png)} .gridIcons .iconGroup .audittrail{background-image:url(../images/18/audittrail.png)} .gridIcons .iconGroup .mergecontact{background-image:url(../images/18/mergecontact.png)} .gridIcons .iconGroup .print{background-image:url(../images/18/print.png)} .gridIcons .iconGroup .delete{background-image:url(../images/18/delete.png)} .gridIcons .iconGroup .edit{background-image:url(../images/18/edit.png)} .gridIcons .gridPagination .first{background-image:url(../images/18/first.png)} .gridIcons .gridPagination .previous{background-image:url(../images/18/previous.png)} .gridIcons .gridPagination .next{background-image:url(../images/18/next.png)} .gridIcons .gridPagination .last{background-image:url(../images/18/last.png)} .gridIcons { margin:10px 0; width:100%; float:left; padding:0} .addtovisitor{ background-image:url(../images/addtovisitor.png) } .audittrail{ background-image:url(../images/audittrail.png)} .mergecontact{ background-image:url(../images/mergecontact.png)} .print{ background-image:url(../images/print.png)} .delete{ background-image:url(../images/delete.png)} .edit{ background-image:url(../images/edit.png)} .first{ background-image:url(../images/first.png)} .previous{ background-image:url(../images/previous.png)} .next{ background-image:url(../images/next.png)} .last{ background-image:url(../images/last.png)} .gridPagination{float:right; width:auto; margin:0 20px 0 0;} #usage2.content .calendar{ float:none}
css/style-contacts-DB.css
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'ArimoRegular'; font-style: normal; font-weight: normal; src: local('ArimoRegular'), url('http://themes.googleusercontent.com/font?kit=BkZwJXYnumPMepfEA344yQ') format('truetype'); src: url('../images/arimo-regular-latin-webfont.eot'); src: url('../images/arimo-regular-latin-webfont86d7.eot?#iefix') format('embedded-opentype'), url('../images/arimo-regular-latin-webfont.woff') format('woff'), url('../images/arimo-regular-latin-webfont.ttf') format('truetype'), url('../images/arimo-regular-latin-webfont.svg.svg#') format('svg'); font-weight: normal; font-style: normal; } *{ margin:0px; padding:0px;} body {font-family:'ArimoRegular'; font-size:13px; line-height:19px; color:#898989;} .home-bg{background-attachment: scroll; background-image: url(../images/MAIN-BG.jpg); background-repeat: no-repeat; background-position: center top;} .inside-bg{background-attachment: scroll; background-image: url(../images/MAIN-BG.jpg); background-repeat: no-repeat; background-position: center top;} #wrapper{width:980px;margin:0 auto;} h1{font-family:'ArimoRegular'; font-size:21px; font-weight:normal; color:#005aae; border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px;} h2{font-family:'ArimoRegular'; font-size:18px; font-weight:normal; color:#005aae;} h3{font-family:'ArimoRegular'; font-size:15px; font-weight:normal; color:#005aae; border-bottom:1px solid #EBEBEB; padding:10px 0 10px 0;} a{color:#005aae; text-decoration:none; } a:hover{color:#898989; text-decoration:none;} .blue-text{color: #005AAE;} /* Header */ #header{ width:960px; padding:0 10px 16px 10px; height:110x; float:left;} .logo{ float:left; width:480px; height:110px;} .menu-top{ float:left; width:480px; height:29px; padding-top:81px;} .menu-top ul{list-style:none; float:right;} .menu-top ul li{ float:left;} .menu-top ul li a{display:block; color:#FFF; background-color:#252525; text-decoration:none; margin-left:10px; padding:5px 15px 5px 15px;} .menu-top ul li a:hover{background-color:#0054a6;} .menu-top ul li .active{background-color:#0054a6;} /* Header */ /* Title - Home */ #home-title{ width:960px; height:70px; float:left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#FFF; font-size:36px; font-weight:normal; padding:55px 10px 55px 10px;} #inside-title{ width:960px; height:70px; float:left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#FFF; font-size:36px; font-weight:normal; padding:20px 10px 20px 10px;} /* Title - Home */ /* Content */ #main-content-DIV{float:left;height:auto;width:980px;background-attachment: scroll; background-image: url(../images/shadow.png);background-repeat: no-repeat;background-position: center top;} #content-footer{ width:918px; border:#CCC 1px solid; background-color:#FFF; height:auto; float:left; margin:0 10px 0 10px; padding:15px 20px 15px 20px;} .content{ width:918px; height:auto;} .inside-content{ width:718px; height:auto; min-height:290px; float:left;} .inside-content-left-menu{ width:159px; height:auto; min-height:290px; float:left; border-right:1px solid #EBEBEB; margin-right:20px; padding-right:20px;} .inside-content-left-menu ul{ margin:0px; padding:0px; float:left; margin-right:20px;} .inside-content-left-menu li{ float:left; width:100%;list-style:none;color:#464646;font-size:13px; line-height:18px; padding:5px 0 5px 0px; width:180px; border-bottom:1px solid #EBEBEB;} .inside-content ol{ padding:0px; margin:15px 0 0 0; width:350px;} .inside-content li{ padding:0px 0 10px; margin:0px; list-style:none;} .inside-content li label{ float:left; width:100%; margin-bottom:5px;} .inside-content li .textbox{ border:1px solid #CCCCCC; width:328px; height:27px; padding:5px 10px;} .inside-content li .selectbox{ border:1px solid #CCCCCC; width:348px; height:39px; padding:5px 10px; color:#898989;} .inside-content input.cancel-btn{ background-attachment: scroll;background-image: url(../images/cancel-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:75px; height:30px; margin-right:10px; float:right;} .inside-content input.cancel-btn:hover{background-attachment: scroll; background-image: url(../images/cancel-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:75px; height:30px;} .inside-content input.next-btn{ background-attachment: scroll;background-image: url(../images/next-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:64px; height:30px; margin-right:10px; float:right;} .inside-content input.next-btn:hover{background-attachment: scroll; background-image: url(../images/next-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:64px; height:30px;} .inside-content input.previous-btn{ background-attachment: scroll;background-image: url(../images/previous-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:87px; height:30px; margin-right:10px; float:right;} .inside-content input.previous-btn:hover{background-attachment: scroll; background-image: url(../images/previous-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:87px; height:30px;} .inside-content input.save-btn{ background-attachment: scroll;background-image: url(../images/save-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:66px; height:30px; margin-right:10px; float:right;} .inside-content input.save-btn:hover{background-attachment: scroll; background-image: url(../images/save-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:66px; height:30px;} .inside-content input.continue-btn{ background-attachment: scroll;background-image: url(../images/continue-btn.jpg); background-repeat: no-repeat;background-position: center bottom; border:0px; width:88px; height:30px; float:right;} .inside-content input.continue-btn:hover{background-attachment: scroll; background-image: url(../images/continue-btn.jpg); background-repeat: no-repeat; background-position: center top; border:0px; width:88px; height:30px;} .inside-content input.search-btn{ background-attachment: scroll;background-image: url(../images/search-btn.jpg); background-repeat: no-repeat;background-position: center top; border:0px; width:88px; height:30px; float:right;} .inside-content input.search-btn:hover{background-attachment: scroll; background-image: url(../images/search-btn.jpg); background-repeat: no-repeat; background-position: center bottom; border:0px; width:88px; height:30px;} .bullet{background-attachment: scroll;background-image: url(../images/bullet.jpg); background-repeat: no-repeat; background-position: left center; border-bottom:1px solid #CCC; padding:10px 0 10px 15px;} .content-left{ width:598px; float:left;} .text{ width:279px; height:auto; float:left; padding-right:20px;} .text p{ padding-bottom:10px;} .content-right{ width:299px; border-left:1px solid #CCC; float:left; padding:18px 0 0 20px;} .content-right ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left;} .content-right li{ padding:0px; margin:0px 0 15px 0; list-style:none; } .content-right li .textbox{width:278px; height:28px; line-height:28px; padding:0px 10px; font-size:13px; border:1px solid #CCC; color:#898989;} .content-right li.part1{ width:92px; height:27px; float:left;} .content-right li.part2{ width:206px; height: auto; float:left; border-top:1px solid #CCC;} .content-right li.part2 p{ border-bottom:1px solid #CCC; padding:5px 0 5px 0} .content-right li.part2 a { color:#005aae; background-attachment: scroll; background-image: url(../images/arrow-menu.png); background-repeat: no-repeat;background-position: left center; text-decoration:none; padding-left:11px;} .content-right li.part2 a:hover{ color:#898989;} .content-right input.sign-in-btn{ background-attachment: scroll;background-image: url(../images/sign-in-1.jpg); background-repeat: no-repeat;background-position: center center; border:0px; width:72px; height:27px;} .content-right input.sign-in-btn:hover{background-attachment: scroll; background-image: url(../images/sign-in-2.jpg); background-repeat: no-repeat; background-position: center center; border:0px; width:72px; height:27px;} .regular-checkbox { display: none;} .regular-checkbox + label { background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 8px;display: inline-block; float:left; margin-right:10px;position: relative; } .regular-checkbox + label:active, .regular-checkbox:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);} .regular-checkbox:checked + label { background-color: #e9ecee; border: 1px solid #adb8c0; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7;} .regular-checkbox:checked + label:after { content: '\2714'; font-size: 14px;position: absolute; top: 0px;left: 3px; color: #99a1a7;} /* Content */ .menu { padding: 0; clear: both; float:left; padding-top:15px;} .menu li { display: inline;} .menu li a,.menu li { background: #ebebeb; padding:5px 15px 5px 15px; float:left; text-decoration: none; color: #898989; font-weight: normal; margin-right:5px; font-size:15px;} .menu li.active a, .menu li.active{ background: #0072bc; color:#FFF; } .content { float: left; clear: both; padding:0px;/* width:718px;*/ padding:15px 0 15px 0; } #description2.content, #usage2.content { width:718px;} #description2.content ol, #usage2.content ol{width:718px;} /* Footer */ .footer{ width:918px; border-top:1px solid #CCC; padding:15px 0 0 0; margin-top:15px; float:left;} .footer b{ color:#464646; font-weight:normal;} .footer span{ float:right;} .footer span a{ color:#0054a6; text-decoration:none;} .footer span a:hover{ color:#464646; text-decoration:none;} /* Footer */ /* search result table */ .employee-result { margin:15px 0px 10px 0px; float:left; width:920px; line-height:18px; font-size:13px; font-weight:normal;} .employee-result ul{ float:left; width:920px; padding:0px; margin:0px;} .employee-result li{ float:left; padding:0px ; margin:0px; list-style:none; border-bottom:1px solid #FFF; line-height:18px;} .employee-result li .block-1{ width:20px; float:left; text-align:left; padding:5px 10px 5px 10px;} .employee-result li .block-2{ width:149px; float:left; text-align:left; padding:5px 10px 5px 10px; border-left:1px solid #FFF;} .employee-result li .block-3{ width:79px; float:left; text-align:left; padding:5px 10px 5px 10px; border-left:1px solid #FFF;} .bgcolor-1{ background-color:#cccccc; color:#FFF; font-weight:normal;} .bgcolor-2{ background-color:#f5f5f5; color:#898989; font-weight:normal;} .bgcolor-3{ background-color:#ebebeb; color:#898989; font-weight:normal;} /* search result table */ /**/ .search{ background-attachment: scroll; background-image: url(../images/line-BG.png); background-repeat: no-repeat; background-position: center top; float:left; background-color:#f5f5f5; } .accordionartsbutton { float: left; _float: none; /* Float works in all browsers but IE6 */ width:638px; margin:0 20px 0 20px; cursor:pointer; background: url(../images/down-arts.png) 98% center no-repeat; color:#0072bc; font-weight:normal; padding:10px 20px 10px 20px; line-height:20px; font-size:16px; } .accordionartsbutton span{ padding:0 10px 0 10px; background-color:#f5f5f5;} .accordionartscontent { width: 678px; float: left;font-size:14px;line-height:20px;height:auto; padding:0px 20px 10px 20px; _float: none; /* Float works in all browsers but IE6 */ line-height:18px; } .accordionartscontent ol{ width:698px;} /*********************************************************************************************************************** EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS ************************************************************************************************************************/ .onarts { background: url(../images/up-arts.png) 98% center no-repeat; color:#0072bc; } .overarts { background: url(../images/down-arts.png) 98% center no-repeat; color:#0072bc; } .accordionartscontent ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left;} .accordionartscontent li{ padding:0px; margin:0px 0 15px 0; list-style:none; width:880px; } .accordionartscontent li .textbox{width:185px; height:28px; line-height:22px; padding:3px 10px 3px 10px; font-size:13px; border:1px solid #CCC; color:#898989;} .accordionartscontent li.part1{ width:204px; height:50px; float:left; margin-right:20px;} .accordionartscontent li.part2{ width:205px; height: auto; float:left;} .accordionartscontent li.part2 p{ border-bottom:1px solid #CCC; padding:5px 0 5px 0} .accordionartscontent li.part2 a { color:#005aae; background-attachment: scroll; background-image: url(../images/arrow-menu.png); background-repeat: no-repeat;background-position: left center; text-decoration:none; padding-left:11px;} .accordionartscontent input.search-btn{ background-attachment: scroll;background-image: url(../images/search-btn.jpg); background-repeat: no-repeat;background-position: center top; border:0px; width:88px; height:30px; float:right;} .accordionartscontent input.search-btn:hover{background-attachment: scroll; background-image: url(../images/search-btn.jpg); background-repeat: no-repeat; background-position: center bottom; border:0px; width:88px; height:30px;} /**/ .menu-type{height:31px;width:556px;background-attachment: scroll; background-image: url(../images/bg-menu.jpg);background-repeat: repeat-x;background-position: left top; margin-top:25px; border-left:1px solid #CCC;} .menu-type a{ text-decoration:none; font-size:16px; padding:7px 35px 0 15px; float:left;} .menu-type a:hover{ text-decoration:none; font-size:16px; padding:7px 35px 0 15px;} .link{} /*************************************************************************************************** AUDIT TRIAL FILTER ****************************************************************************************************/ .audit-trial-filter { float: left; font-size: 14px; height: auto; line-height: 18px; padding: 0 0 10px; width: 718px;} .audit-trial-filter ol{ padding:0px; margin:15px 0 0 0; display:block; width:100%; float:left; list-style-type:none} .audit-trial-filter li{ padding:0px; margin:0px 15px 15px 0; list-style:none; width:160px; float:left; } .audit-trial-filter input[type="text"] { width:110px} .calendar{background: url(../images/calendar.gif) no-repeat 0 0; width:26px; height:26px; border:0; cursor:pointer; float:right; margin-top:5px} .calendar:hover{background: url(../images/calendar.gif) no-repeat 0 -26px; width:26px; height:26px; border:0; cursor:pointer; float:right; margin-top:5px} /******************************************************************************** Icon Group ********************************************************************************/ .iconGroup{ float:left; width:auto; margin:0 20px 0 0;} .addtovisitor, .audittrail,.mergecontact,.print,.delete,.edit, .first, .previous, .next, .last{ width:26px; height:26px; background-position:0 0; background-repeat:no-repeat; display:block; float:left; margin-right:15px} .addtovisitor:hover, .audittrail:hover,.mergecontact:hover,.print:hover,.delete:hover,.edit:hover,.first:hover, .previous:hover, .next:hover, .last:hover{ background-position:0 -26px;} .gridIcons .iconGroup .addtovisitor, .gridIcons .iconGroup .audittrail, .gridIcons .iconGroup .mergecontact, .gridIcons .iconGroup .print, .gridIcons .iconGroup .delete, .gridIcons .iconGroup .edit, .gridIcons .gridPagination .first, .gridIcons .gridPagination .previous, .gridIcons .gridPagination .next, .gridIcons .gridPagination .last{ width:18px; height:18px; background-position:0 0; background-repeat:no-repeat; display:block; float:left; margin-right:15px} .gridIcons .iconGroup .addtovisitor:hover, .gridIcons .iconGroup .audittrail:hover, .gridIcons .iconGroup .mergecontact:hover, .gridIcons .iconGroup .print:hover, .gridIcons .iconGroup .delete:hover, .gridIcons .iconGroup .edit:hover, .gridIcons .gridPagination .first:hover, .gridIcons .gridPagination .previous:hover, .gridIcons .gridPagination .next:hover, .gridIcons .gridPagination .last:hover{ background-position:0 -18px; } .gridIcons .iconGroup .addtovisitor{ background-image:url(../images/18/addtovisitor.png)} .gridIcons .iconGroup .audittrail{background-image:url(../images/18/audittrail.png)} .gridIcons .iconGroup .mergecontact{background-image:url(../images/18/mergecontact.png)} .gridIcons .iconGroup .print{background-image:url(../images/18/print.png)} .gridIcons .iconGroup .delete{background-image:url(../images/18/delete.png)} .gridIcons .iconGroup .edit{background-image:url(../images/18/edit.png)} .gridIcons .gridPagination .first{background-image:url(../images/18/first.png)} .gridIcons .gridPagination .previous{background-image:url(../images/18/previous.png)} .gridIcons .gridPagination .next{background-image:url(../images/18/next.png)} .gridIcons .gridPagination .last{background-image:url(../images/18/last.png)} .gridIcons { margin:10px 0; width:100%; float:left; padding:0} .addtovisitor{ background-image:url(../images/addtovisitor.png) } .audittrail{ background-image:url(../images/audittrail.png)} .mergecontact{ background-image:url(../images/mergecontact.png)} .print{ background-image:url(../images/print.png)} .delete{ background-image:url(../images/delete.png)} .edit{ background-image:url(../images/edit.png)} .first{ background-image:url(../images/first.png)} .previous{ background-image:url(../images/previous.png)} .next{ background-image:url(../images/next.png)} .last{ background-image:url(../images/last.png)} .gridPagination{float:right; width:auto; margin:0 20px 0 0;} #usage2.content .calendar{ float:none}
0.213541
0.097347
html,body{ background-image: url(/images/bg-276.png); } .margin1{ margin-top:1%; } .margin2{ margin-top:2%; } .margin3{ margin-top:3%; } .margin4{ margin-top:4%; } *{ font-family: 'Open Sans', sans-serif; color:#727271 !important; } p{ margin:0; } ul{ padding:0 !important; margin:0 !important; list-style-type: none !important; } .container{ width: 970px !important; } .slider_img{ width:100%; position: absolute; height:100%; } .header1{ //height: 80px; background-color: white; margin-top:10px; } .header1{ padding:10px; } .panel1{ border:none !important; margin:0 !important; box-shadow: none !important; } .panel1 img{ max-height: 100%; } .panel1 .panel-body{ padding:0; } .header_icons img{ width:25px; margin:0 5px; } .header_bottom{ margin-top:36px; font-size:18px; } .header_icons{ margin-top:32px; } .logo_text{ font-size: 21px; margin-top: 32px; padding-left:0 !important; } .main_menu{ margin-top:20px !important; } .main_menu li{ display: inline-block; text-transform: uppercase; font-size:20px; margin-right: 20px; padding:8px 10px; line-height: 100%; color:#727271; } .main_menu li:last-child{ margin-right: 0; } .main_menu li.active, .main_menu li:hover{ outline:1px solid #FF0000; } .main_menu li a{ text-decoration:none !important; } .main_menu_childs{ margin-top:10px !important; } .main_menu_childs .col-xs-1{ width:auto; max-width:16% !important; padding:0; } .main_menu_childs li{ display: inline-block; text-transform: uppercase; font-size:12px; padding:0 6px; line-height: 155%; color:#727271; height:24px; float:left; } .main_menu_childs li a:hover{ color:#FF0000 !important; text-decoration: none; } .main-new_projects,.main-news{ height:250px; position: relative; margin-top:10px; } .top_sliders img{ width:100%; height:100%; } .top_slider_footer{ position:absolute; bottom:0; background-color:rgba(255, 255, 255, 0.46); width: 100%; height:70px; padding:5px; } .top_slider_footer span{ opacity: 1 !important; color:#404040 !important; text-transform: uppercase; } .font_type2{ font-weight: bold; font-family: Verdana; color:black !important; } .main-item_block{ width:20%; padding:0 5px; margin-top:25px; } .main-item_panel{ border-radius: 0; margin-bottom:3px; } .main-item_panel .panel-body{ height:170px; } .main-item_block_text{ text-transform: uppercase; } .childs{ display:none; }
web/css/site.css
html,body{ background-image: url(/images/bg-276.png); } .margin1{ margin-top:1%; } .margin2{ margin-top:2%; } .margin3{ margin-top:3%; } .margin4{ margin-top:4%; } *{ font-family: 'Open Sans', sans-serif; color:#727271 !important; } p{ margin:0; } ul{ padding:0 !important; margin:0 !important; list-style-type: none !important; } .container{ width: 970px !important; } .slider_img{ width:100%; position: absolute; height:100%; } .header1{ //height: 80px; background-color: white; margin-top:10px; } .header1{ padding:10px; } .panel1{ border:none !important; margin:0 !important; box-shadow: none !important; } .panel1 img{ max-height: 100%; } .panel1 .panel-body{ padding:0; } .header_icons img{ width:25px; margin:0 5px; } .header_bottom{ margin-top:36px; font-size:18px; } .header_icons{ margin-top:32px; } .logo_text{ font-size: 21px; margin-top: 32px; padding-left:0 !important; } .main_menu{ margin-top:20px !important; } .main_menu li{ display: inline-block; text-transform: uppercase; font-size:20px; margin-right: 20px; padding:8px 10px; line-height: 100%; color:#727271; } .main_menu li:last-child{ margin-right: 0; } .main_menu li.active, .main_menu li:hover{ outline:1px solid #FF0000; } .main_menu li a{ text-decoration:none !important; } .main_menu_childs{ margin-top:10px !important; } .main_menu_childs .col-xs-1{ width:auto; max-width:16% !important; padding:0; } .main_menu_childs li{ display: inline-block; text-transform: uppercase; font-size:12px; padding:0 6px; line-height: 155%; color:#727271; height:24px; float:left; } .main_menu_childs li a:hover{ color:#FF0000 !important; text-decoration: none; } .main-new_projects,.main-news{ height:250px; position: relative; margin-top:10px; } .top_sliders img{ width:100%; height:100%; } .top_slider_footer{ position:absolute; bottom:0; background-color:rgba(255, 255, 255, 0.46); width: 100%; height:70px; padding:5px; } .top_slider_footer span{ opacity: 1 !important; color:#404040 !important; text-transform: uppercase; } .font_type2{ font-weight: bold; font-family: Verdana; color:black !important; } .main-item_block{ width:20%; padding:0 5px; margin-top:25px; } .main-item_panel{ border-radius: 0; margin-bottom:3px; } .main-item_panel .panel-body{ height:170px; } .main-item_block_text{ text-transform: uppercase; } .childs{ display:none; }
0.399577
0.053576
.perguntas{ background-color: #000; padding: 45px 45px 75px 45px; display: flex; justify-content: center; border-bottom: 5px solid gray; color: white; } .perguntas > div { width: 100%; max-width: 815px; display: grid; grid-template-rows: auto auto auto; } .perguntas > div > h1 { text-align: center; font-size: 3.125rem; } .p_ul{ padding: 0; list-style: none; display: grid; row-gap: 10px; } .p_ul > li { display: grid; row-gap: 3px; } .p_btn{ background-color: rgb(66, 65, 65); color: white; border: none; outline: none; cursor: pointer; font-size: 1.625rem; padding: 10px 30px; width: 100%; height: 75px; display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; } .p_btn > img{ width: 40px; height: 40px; transform: rotate(45deg); } .img_rotate{ transform: rotate(0deg) !important; } .p_texto{ background-color: rgb(66, 65, 65); overflow: hidden; max-height: 0px; transition: 400ms; } .p_texto_ver{ transition: 2000ms; max-height: 800px; } .p_texto > div { padding: 30px; } .p_texto > div > span{ font-size: 1.625rem; } .p_form{ padding-top: 50px; display: flex; justify-content: center; } @media screen and (max-width: 1200px){ .perguntas > div { width: 75%; } } @media screen and (max-width: 950px){ .perguntas > div { width: 90%; } .perguntas > div > h1 { font-size: 2.5rem; margin-bottom: 15px; } .p_ul{ row-gap: 5px; } .p_texto > div > span{ font-size: 1.2rem; } .p_btn{ height: 60px; font-size: 1.2rem; } .p_btn > img{ object-fit: cover; width: 25px; height: 25px; } .p_form{ padding-top: 30px; } } @media screen and (max-width: 700px){ .p_form{ padding-top: 10px; } } @media screen and (max-width: 660px){ .form2{ grid-template-columns: 100%; } } @media screen and (max-width: 550px){ .perguntas > div { width: 100%; } .perguntas > div > h1 { font-size: 1.625rem; } .p_ul > li { row-gap: 2px; } .p_form{ padding: 20px 20px; } .p_btn{ height: 40px; font-size: 1rem; padding: 5px 20px; } .p_btn > img{ width: 15px; height: 15px; } .p_texto > div { padding: 20px; } .p_texto > div > span{ font-size: 0.8rem; } } @media screen and (max-width: 450px){ .perguntas{ padding: 40px 0px 40px 0px; } } @media screen and (max-width: 375px){ .p_btn{ height: auto; padding: 10px 20px; } }
css/main/perguntas/style.css
.perguntas{ background-color: #000; padding: 45px 45px 75px 45px; display: flex; justify-content: center; border-bottom: 5px solid gray; color: white; } .perguntas > div { width: 100%; max-width: 815px; display: grid; grid-template-rows: auto auto auto; } .perguntas > div > h1 { text-align: center; font-size: 3.125rem; } .p_ul{ padding: 0; list-style: none; display: grid; row-gap: 10px; } .p_ul > li { display: grid; row-gap: 3px; } .p_btn{ background-color: rgb(66, 65, 65); color: white; border: none; outline: none; cursor: pointer; font-size: 1.625rem; padding: 10px 30px; width: 100%; height: 75px; display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; } .p_btn > img{ width: 40px; height: 40px; transform: rotate(45deg); } .img_rotate{ transform: rotate(0deg) !important; } .p_texto{ background-color: rgb(66, 65, 65); overflow: hidden; max-height: 0px; transition: 400ms; } .p_texto_ver{ transition: 2000ms; max-height: 800px; } .p_texto > div { padding: 30px; } .p_texto > div > span{ font-size: 1.625rem; } .p_form{ padding-top: 50px; display: flex; justify-content: center; } @media screen and (max-width: 1200px){ .perguntas > div { width: 75%; } } @media screen and (max-width: 950px){ .perguntas > div { width: 90%; } .perguntas > div > h1 { font-size: 2.5rem; margin-bottom: 15px; } .p_ul{ row-gap: 5px; } .p_texto > div > span{ font-size: 1.2rem; } .p_btn{ height: 60px; font-size: 1.2rem; } .p_btn > img{ object-fit: cover; width: 25px; height: 25px; } .p_form{ padding-top: 30px; } } @media screen and (max-width: 700px){ .p_form{ padding-top: 10px; } } @media screen and (max-width: 660px){ .form2{ grid-template-columns: 100%; } } @media screen and (max-width: 550px){ .perguntas > div { width: 100%; } .perguntas > div > h1 { font-size: 1.625rem; } .p_ul > li { row-gap: 2px; } .p_form{ padding: 20px 20px; } .p_btn{ height: 40px; font-size: 1rem; padding: 5px 20px; } .p_btn > img{ width: 15px; height: 15px; } .p_texto > div { padding: 20px; } .p_texto > div > span{ font-size: 0.8rem; } } @media screen and (max-width: 450px){ .perguntas{ padding: 40px 0px 40px 0px; } } @media screen and (max-width: 375px){ .p_btn{ height: auto; padding: 10px 20px; } }
0.337204
0.117269
body { --primary-color: #100eaf; --darker: #111154; --border-color: #e8e8e8; margin: 0; overflow: hidden; font-family: Avenir; font-size: 14px; } .text-primary { color: var(--primary-color); } .z-upper input, .ax_right .product-grid > figure > div, .ax_right .rollout, .ax_right header, .ax_left .ax_options, .ax_left_container > *, .ax_left_container, .shop-cat, .fancy-menu li:before, .ax_menu_area .slider .slide-item img { transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1); } .z-upper, .ax_product_image, .fancy-menu, .ax_menu_area .slider .slide-item, .ax_menu_area { transition: all 0.7s cubic-bezier(0.52, 0.63, 0.26, 1); } .ax_main > *:not(:last-child), .ax_header > *:not(:last-child) { border-right: solid 1px var(--border-color); } .ax_menu_area { transition-duration: 0.4s; height: calc(100vh - 10vmin); pointer-events: none; position: absolute; left: 0; bottom: 0; z-index: 10; opacity: 0; width: 100vw; background-color: var(--darker); display: flex; } .ax_menu_area > section { flex: 1; position: relative; padding: 4vmin 2vmin; } .ax_menu_area > section:first-child { flex-grow: 0; min-width: calc(100vw / 5); } .ax_menu_area > section:last-child { padding: 0; flex-grow: 0; flex-basis: calc(100vw / 3); background-color: white; } .ax_menu_area.expand { pointer-events: all; opacity: 1; } .shop-cat, .fancy-menu { opacity: 0; transform: translateX(-5%); } .ax_menu_area.expand .fancy-menu, .ax_menu_area.expand .shop-cat { opacity: 1; transform: translateX(0%); } .ax_menu_area .slider { flex: 1; width: 100%; background-color: blue; } .ax_menu_area .slider .slide-item { position: absolute; top: 0; bottom: 0; width: 0px; display: flex; flex-flow: column; overflow: hidden; will-change: all; z-index: 5; } .ax_menu_area .slider .slide-item > .slide-content { width: calc(100vw / 3); display: flex; position: relative; flex: 1; } .ax_menu_area .slider .slide-item.reveal { width: 100%; } .ax_menu_area .slider .slide-item.reveal img { transform: scale(1); } .ax_menu_area .slider .slide-item img { width: 100%; flex-grow: 1; object-fit: cover; transform: scale(1.2); } .ax_menu_area .slider .slide-item article { position: absolute; bottom: 0; width: 100%; font-size: larger; box-sizing: border-box; padding: 5vmin; color: white; text-shadow: 0 0 2px rgba(0, 0, 0, 0.15); } .fancy-menu { transition-delay: 0.4s; } .fancy-menu li { display: flex; font-size: 2rem; padding: 1rem 0; color: rgba(255, 255, 255, 0.75); align-items: center; cursor: pointer; } .fancy-menu li:before { display: block; content: ""; width: 0; margin-right: 1rem; border-top: solid 1px white; position: relative; } .fancy-menu li:hover { color: white; } .fancy-menu li.active { color: white; } .fancy-menu li.active::before { width: 50px; } .shop-cat { transition-delay: 0.6s; color: white; font-size: 1rem; } .shop-cat li { display: flex; line-height: 4; } .heading { font-family: Didot; font-size: 2rem; opacity: 1; } .ax_header { display: grid; position: relative; z-index: 6; background-color: white; grid-template-rows: 10vh; grid-template-columns: repeat(4, 1fr); border-bottom: solid 1px var(--border-color); } .ax_header > *:not(:first-child) { display: flex; align-items: center; justify-content: center; font-size: 1rem; } .ax_main { height: 90vh; display: grid; grid-template-columns: repeat(2, 1fr); } .ax_left { display: flex; flex-direction: column; justify-content: center; align-items: center; } .ax_left_container { width: 100%; display: flex; flex-flow: column; align-items: center; } .ax_left_container > * { width: 60%; margin: 0; margin-bottom: 1rem; } .ax_left_container > *:not(img) { transition-duration: 0.1s; } .ax_left_container .paragraph { font-size: 1.1rem; opacity: 0.7; } .ax_left .ax_options { left: 0; bottom: 0; position: absolute; transform: translateY(100%); } .ax_left .ax_options button { appearance: none; padding: 0.8rem 1.5rem; font-size: 0.8rem; letter-spacing: 0.102em; background: var(--primary-color); color: white; border: none; } .ax_left.preview .ax_options { transform: translateY(0%); transition-duration: 0.1s; } .ax_left.preview .heading, .ax_left.preview .paragraph { opacity: 0; } .ax_product_image { cursor: pointer; min-height: 200px; background-color: whitesmoke; display: block; height: 36vh; object-fit: cover; } .ax_right { position: relative; } .ax_right section:not(.product-grid) { box-sizing: border-box; padding: 1.5rem; box-sizing: border-box; height: 90vh; } .ax_right .scrollable { overflow-y: scroll; overflow-x: hidden; width: calc(100% + 15px); padding: 3rem 1.5rem 1.5rem !important; box-sizing: border-box; } .ax_right header { position: absolute; padding: 0.5rem 1.5rem; box-sizing: content-box; transform: translateY(-100%); background-color: white; border-bottom: solid 1px var(--border-color); top: 0; right: 0; left: 0; z-index: 5; transition-delay: 0.5s; } .ax_right .rollout { top: 0; right: 0; bottom: 0; left: 0; position: absolute; transform: translateX(0%); background: #e6e6ff; z-index: 4; } .ax_right .product-grid { width: 100%; display: grid; grid-gap: 10vh 0; height: auto; justify-items: center; align-items: flex-start; justify-content: space-around; border-color: green; grid-template-columns: repeat(auto-fill, minmax(250px, 40vh)); } .ax_right .product-grid > figure { margin: 0; width: 250px; min-height: 45vh; box-sizing: border-box; cursor: pointer; } .ax_right .product-grid > figure:nth-child(2n) { transform: translateY(10vh); } .ax_right .product-grid > figure > div { opacity: 0; transform: translateY(50%); height: 100%; width: 100%; } .ax_right .product-grid > figure img { border: solid 1px var(--border-color); width: 100%; object-fit: cover; } .ax_right .product-grid > figure.slide-in > div { transform: translate(0, 0); opacity: 1; } .ax_right.preview .rollout { transform: translate(100%, 0); } .ax_right.preview header { transform: translate(0, 0); } .z-upper { height: 10vh; position: absolute; z-index: 2; top: 0; left: 0; right: calc(100% - 10vmin); background-color: var(--primary-color); transition-duration: 0.4s; } .z-upper > div { display: flex; width: 100vw; height: 10vmin; position: relative; align-items: center; } .z-upper input { transition-delay: 0.3s; flex-grow: 0; margin: 0; height: 10vmin; border: none; font-size: 1rem; background: transparent; caret-color: white; color: white; font-family: var(--heading-font); padding: 0; opacity: 0; transform: translateX(10%); box-sizing: border-box; text-align: left; flex-basis: calc(50vw - 10vmin); } .z-upper input::placeholder { color: white; opacity: 1; } .z-upper.expand { right: 0; } .z-upper.expand input, .z-upper.expand .close-button { opacity: 1; transform: translateX(0%); } .menu-button { width: 10vmin; height: 10vmin; background-color: var(--primary-color); align-self: stretch; border: none; justify-content: center; align-items: center; position: relative; display: flex; z-index: 3; } .menu-button::before { position: relative; display: block; content: ""; width: 3.5vmin; border-radius: 50%; border: solid 2px white; height: 3.5vmin; } .menu-button + * { flex: 1; font-size: 1.5rem; color: #111; text-align: center; } .close-button { width: 4vmin; height: 4vmin; border-radius: 50%; appearance: none; opacity: 0; background-color: transparent; border: solid 2px white; position: absolute; display: flex; justify-content: center; align-items: center; right: 1rem; text-align: center; } .close-button::after, .close-button::before { content: ""; width: 2px; height: 2vmin; background-color: white; color: white; display: block; transform: translateX(-1px) rotate(45deg); } .close-button::before { transform: translateX(1px) rotate(-45deg); } .brand { display: flex; padding-left: 10vh; } .brand span { font-family: "PT Sans"; font-size: 2rem; } .text-sm { font-size: 0.6rem; } .underlined { display: inline-block; border-bottom: solid 2px var(--primary-color); } /*# sourceMappingURL=product-gallery.css.map */
css/product-gallery.css
body { --primary-color: #100eaf; --darker: #111154; --border-color: #e8e8e8; margin: 0; overflow: hidden; font-family: Avenir; font-size: 14px; } .text-primary { color: var(--primary-color); } .z-upper input, .ax_right .product-grid > figure > div, .ax_right .rollout, .ax_right header, .ax_left .ax_options, .ax_left_container > *, .ax_left_container, .shop-cat, .fancy-menu li:before, .ax_menu_area .slider .slide-item img { transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1); } .z-upper, .ax_product_image, .fancy-menu, .ax_menu_area .slider .slide-item, .ax_menu_area { transition: all 0.7s cubic-bezier(0.52, 0.63, 0.26, 1); } .ax_main > *:not(:last-child), .ax_header > *:not(:last-child) { border-right: solid 1px var(--border-color); } .ax_menu_area { transition-duration: 0.4s; height: calc(100vh - 10vmin); pointer-events: none; position: absolute; left: 0; bottom: 0; z-index: 10; opacity: 0; width: 100vw; background-color: var(--darker); display: flex; } .ax_menu_area > section { flex: 1; position: relative; padding: 4vmin 2vmin; } .ax_menu_area > section:first-child { flex-grow: 0; min-width: calc(100vw / 5); } .ax_menu_area > section:last-child { padding: 0; flex-grow: 0; flex-basis: calc(100vw / 3); background-color: white; } .ax_menu_area.expand { pointer-events: all; opacity: 1; } .shop-cat, .fancy-menu { opacity: 0; transform: translateX(-5%); } .ax_menu_area.expand .fancy-menu, .ax_menu_area.expand .shop-cat { opacity: 1; transform: translateX(0%); } .ax_menu_area .slider { flex: 1; width: 100%; background-color: blue; } .ax_menu_area .slider .slide-item { position: absolute; top: 0; bottom: 0; width: 0px; display: flex; flex-flow: column; overflow: hidden; will-change: all; z-index: 5; } .ax_menu_area .slider .slide-item > .slide-content { width: calc(100vw / 3); display: flex; position: relative; flex: 1; } .ax_menu_area .slider .slide-item.reveal { width: 100%; } .ax_menu_area .slider .slide-item.reveal img { transform: scale(1); } .ax_menu_area .slider .slide-item img { width: 100%; flex-grow: 1; object-fit: cover; transform: scale(1.2); } .ax_menu_area .slider .slide-item article { position: absolute; bottom: 0; width: 100%; font-size: larger; box-sizing: border-box; padding: 5vmin; color: white; text-shadow: 0 0 2px rgba(0, 0, 0, 0.15); } .fancy-menu { transition-delay: 0.4s; } .fancy-menu li { display: flex; font-size: 2rem; padding: 1rem 0; color: rgba(255, 255, 255, 0.75); align-items: center; cursor: pointer; } .fancy-menu li:before { display: block; content: ""; width: 0; margin-right: 1rem; border-top: solid 1px white; position: relative; } .fancy-menu li:hover { color: white; } .fancy-menu li.active { color: white; } .fancy-menu li.active::before { width: 50px; } .shop-cat { transition-delay: 0.6s; color: white; font-size: 1rem; } .shop-cat li { display: flex; line-height: 4; } .heading { font-family: Didot; font-size: 2rem; opacity: 1; } .ax_header { display: grid; position: relative; z-index: 6; background-color: white; grid-template-rows: 10vh; grid-template-columns: repeat(4, 1fr); border-bottom: solid 1px var(--border-color); } .ax_header > *:not(:first-child) { display: flex; align-items: center; justify-content: center; font-size: 1rem; } .ax_main { height: 90vh; display: grid; grid-template-columns: repeat(2, 1fr); } .ax_left { display: flex; flex-direction: column; justify-content: center; align-items: center; } .ax_left_container { width: 100%; display: flex; flex-flow: column; align-items: center; } .ax_left_container > * { width: 60%; margin: 0; margin-bottom: 1rem; } .ax_left_container > *:not(img) { transition-duration: 0.1s; } .ax_left_container .paragraph { font-size: 1.1rem; opacity: 0.7; } .ax_left .ax_options { left: 0; bottom: 0; position: absolute; transform: translateY(100%); } .ax_left .ax_options button { appearance: none; padding: 0.8rem 1.5rem; font-size: 0.8rem; letter-spacing: 0.102em; background: var(--primary-color); color: white; border: none; } .ax_left.preview .ax_options { transform: translateY(0%); transition-duration: 0.1s; } .ax_left.preview .heading, .ax_left.preview .paragraph { opacity: 0; } .ax_product_image { cursor: pointer; min-height: 200px; background-color: whitesmoke; display: block; height: 36vh; object-fit: cover; } .ax_right { position: relative; } .ax_right section:not(.product-grid) { box-sizing: border-box; padding: 1.5rem; box-sizing: border-box; height: 90vh; } .ax_right .scrollable { overflow-y: scroll; overflow-x: hidden; width: calc(100% + 15px); padding: 3rem 1.5rem 1.5rem !important; box-sizing: border-box; } .ax_right header { position: absolute; padding: 0.5rem 1.5rem; box-sizing: content-box; transform: translateY(-100%); background-color: white; border-bottom: solid 1px var(--border-color); top: 0; right: 0; left: 0; z-index: 5; transition-delay: 0.5s; } .ax_right .rollout { top: 0; right: 0; bottom: 0; left: 0; position: absolute; transform: translateX(0%); background: #e6e6ff; z-index: 4; } .ax_right .product-grid { width: 100%; display: grid; grid-gap: 10vh 0; height: auto; justify-items: center; align-items: flex-start; justify-content: space-around; border-color: green; grid-template-columns: repeat(auto-fill, minmax(250px, 40vh)); } .ax_right .product-grid > figure { margin: 0; width: 250px; min-height: 45vh; box-sizing: border-box; cursor: pointer; } .ax_right .product-grid > figure:nth-child(2n) { transform: translateY(10vh); } .ax_right .product-grid > figure > div { opacity: 0; transform: translateY(50%); height: 100%; width: 100%; } .ax_right .product-grid > figure img { border: solid 1px var(--border-color); width: 100%; object-fit: cover; } .ax_right .product-grid > figure.slide-in > div { transform: translate(0, 0); opacity: 1; } .ax_right.preview .rollout { transform: translate(100%, 0); } .ax_right.preview header { transform: translate(0, 0); } .z-upper { height: 10vh; position: absolute; z-index: 2; top: 0; left: 0; right: calc(100% - 10vmin); background-color: var(--primary-color); transition-duration: 0.4s; } .z-upper > div { display: flex; width: 100vw; height: 10vmin; position: relative; align-items: center; } .z-upper input { transition-delay: 0.3s; flex-grow: 0; margin: 0; height: 10vmin; border: none; font-size: 1rem; background: transparent; caret-color: white; color: white; font-family: var(--heading-font); padding: 0; opacity: 0; transform: translateX(10%); box-sizing: border-box; text-align: left; flex-basis: calc(50vw - 10vmin); } .z-upper input::placeholder { color: white; opacity: 1; } .z-upper.expand { right: 0; } .z-upper.expand input, .z-upper.expand .close-button { opacity: 1; transform: translateX(0%); } .menu-button { width: 10vmin; height: 10vmin; background-color: var(--primary-color); align-self: stretch; border: none; justify-content: center; align-items: center; position: relative; display: flex; z-index: 3; } .menu-button::before { position: relative; display: block; content: ""; width: 3.5vmin; border-radius: 50%; border: solid 2px white; height: 3.5vmin; } .menu-button + * { flex: 1; font-size: 1.5rem; color: #111; text-align: center; } .close-button { width: 4vmin; height: 4vmin; border-radius: 50%; appearance: none; opacity: 0; background-color: transparent; border: solid 2px white; position: absolute; display: flex; justify-content: center; align-items: center; right: 1rem; text-align: center; } .close-button::after, .close-button::before { content: ""; width: 2px; height: 2vmin; background-color: white; color: white; display: block; transform: translateX(-1px) rotate(45deg); } .close-button::before { transform: translateX(1px) rotate(-45deg); } .brand { display: flex; padding-left: 10vh; } .brand span { font-family: "PT Sans"; font-size: 2rem; } .text-sm { font-size: 0.6rem; } .underlined { display: inline-block; border-bottom: solid 2px var(--primary-color); } /*# sourceMappingURL=product-gallery.css.map */
0.50708
0.084417
.heading { font-size: 12rem; color: var(--dark-white); } .play-area .heading { width: 100%; background: var(--navy-blue); padding: 0 10px; border-top-right-radius: 200px; } @media (max-width: 1450px) { .play-area .heading { font-size: 11.5rem; } } @media (max-width: 1400px) { .play-area .heading { font-size: 11rem; } } @media (max-width: 1340px) { .play-area .heading { font-size: 10.5rem; } } @media (max-width: 1290px) { .play-area .heading { font-size: 10rem; } } @media (max-width: 1230px) { .play-area .heading { font-size: 9.5rem; } } @media (max-width: 1170px) { .play-area .heading { font-size: 9rem; } } @media (max-width: 1110px) { .play-area .heading { font-size: 8.5rem; } } @media (max-width: 1050px) { .play-area .heading { font-size: 8rem; } } @media (max-width: 990px) { .play-area .heading { font-size: 7.5rem; } } @media (max-width: 940px) { .play-area .heading { font-size: 7rem; } } @media (max-width: 880px) { .play-area .heading { font-size: 6.5rem; } } @media (max-width: 820px) { .play-area .heading { font-size: 6rem; } } @media (max-width: 760px) { .play-area .heading { font-size: 5.5rem; } } @media (max-width: 700px) { .play-area .heading { font-size: 5rem; } } @media (max-width: 450px) { .heading { font-size: 10rem; } .play-area .heading { border-top-right-radius: 100px; } } @media (max-width: 410px) { .play-area .heading { border-top-right-radius: 40px; } } @media (max-width: 350px) { .heading { font-size: 10rem; } } @media (max-width: 300px) { .heading { font-size: 8rem; } } @media (max-width: 290px) { .play-area .heading { font-size: 4.5rem; } } @media (max-width: 270px) { .play-area .heading { font-size: 4rem; } } @media (max-width: 250px) { .play-area .heading { font-size: 3.5rem; } } @media (max-width: 230px) { .play-area .heading { font-size: 3rem; } } @media (max-width: 200px) { .play-area .heading { font-size: 2.5rem; } } @media (max-width: 180px) { .play-area .heading { padding-left: 5px; font-size: 2rem; } } @media (max-width: 210px) { .heading { font-size: 6rem; } } @media (max-width: 160px) { .heading { font-size: 5rem; } }
src/components/Miscs/Heading/heading.css
.heading { font-size: 12rem; color: var(--dark-white); } .play-area .heading { width: 100%; background: var(--navy-blue); padding: 0 10px; border-top-right-radius: 200px; } @media (max-width: 1450px) { .play-area .heading { font-size: 11.5rem; } } @media (max-width: 1400px) { .play-area .heading { font-size: 11rem; } } @media (max-width: 1340px) { .play-area .heading { font-size: 10.5rem; } } @media (max-width: 1290px) { .play-area .heading { font-size: 10rem; } } @media (max-width: 1230px) { .play-area .heading { font-size: 9.5rem; } } @media (max-width: 1170px) { .play-area .heading { font-size: 9rem; } } @media (max-width: 1110px) { .play-area .heading { font-size: 8.5rem; } } @media (max-width: 1050px) { .play-area .heading { font-size: 8rem; } } @media (max-width: 990px) { .play-area .heading { font-size: 7.5rem; } } @media (max-width: 940px) { .play-area .heading { font-size: 7rem; } } @media (max-width: 880px) { .play-area .heading { font-size: 6.5rem; } } @media (max-width: 820px) { .play-area .heading { font-size: 6rem; } } @media (max-width: 760px) { .play-area .heading { font-size: 5.5rem; } } @media (max-width: 700px) { .play-area .heading { font-size: 5rem; } } @media (max-width: 450px) { .heading { font-size: 10rem; } .play-area .heading { border-top-right-radius: 100px; } } @media (max-width: 410px) { .play-area .heading { border-top-right-radius: 40px; } } @media (max-width: 350px) { .heading { font-size: 10rem; } } @media (max-width: 300px) { .heading { font-size: 8rem; } } @media (max-width: 290px) { .play-area .heading { font-size: 4.5rem; } } @media (max-width: 270px) { .play-area .heading { font-size: 4rem; } } @media (max-width: 250px) { .play-area .heading { font-size: 3.5rem; } } @media (max-width: 230px) { .play-area .heading { font-size: 3rem; } } @media (max-width: 200px) { .play-area .heading { font-size: 2.5rem; } } @media (max-width: 180px) { .play-area .heading { padding-left: 5px; font-size: 2rem; } } @media (max-width: 210px) { .heading { font-size: 6rem; } } @media (max-width: 160px) { .heading { font-size: 5rem; } }
0.36139
0.109801
:root { --c: #1d95db; } /* uncss:ignore */ .in { justify-content: space-between; height: 50px; align-items: center; background: rgba(0,0,0,.56); padding: 0px 0px 0px 15px; border-radius: 15px; min-width: 300px; font-size: 14px; } /* uncss:ignore */ .in.disabled { color: grey; } /* uncss:ignore */ .in>label { font-weight: bold; } /* uncss:ignore */ .igroup>.in { margin-top: 0px; border-radius: 0px; border-bottom: 1px solid #FFFFFF4D; } /* uncss:ignore */ .igroup>.in:first-child { border-radius: 15px 15px 0px 0px; margin-top: 20px; } /* uncss:ignore */ .igroup>.in:last-child { border-radius: 0px 0px 15px 15px; margin-bottom: 20px; border-bottom: none; } /* uncss:ignore */ .in-r { background: linear-gradient(to right, var(--c) 0%, var(--c) 50%, #606060 50%, #606060 100%); border-radius: 8px; height: 7px; width: 75%; outline: none; -webkit-appearance: none; } /* uncss:ignore */ .in-r { border-radius: 15px; height: 6px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; outline: none; } /* uncss:ignore */ .in-r::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 16px; height: 16px; background: white; box-shadow: black; border-radius: 50%; cursor: pointer; } /* uncss:ignore */ .in>input:not([type=checkbox]),.in>select { flex-grow: 1; padding: 10px 27px 10px 0px; background: rgba(0,0,0,0); border: none; color: #DB8B1D; -moz-text-align-last: right; text-align-last: right; -webkit-appearance: none; -moz-appearance: none; text-align: right; } /* uncss:ignore */ .in>select + span { left: -10px; transform: scale(1.6, 0.9) translateY(-1px); font-weight: 200; color:#DB8B1D; } /* uncss:ignore */ .in>span { color: #5f5f5f; position: relative; font-size: 12px; pointer-events: none; margin-left: -20px; left: -5px; } /* uncss:ignore */ .in>select { margin-inline: 12px; } /* uncss:ignore */ .in:focus-within { box-shadow: -1px 0px rgba(219, 139, 29, 0.627) inset; } /* uncss:ignore */ .in>input:is([type=checkbox]) { margin-right: 15px; } /* uncss:ignore */ .in>input:disabled { color: grey; } /* uncss:ignore */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* uncss:ignore */ input[type=number] { -moz-appearance: textfield; } /* uncss:ignore */ [type="checkbox"] { appearance: none; width: 51px; height: 31px; border-radius: 50px; background-color: rgba(148, 148, 154, 0.2) !important; } /* uncss:ignore */ [type="checkbox"]:after { content: ""; width: 50%; border-radius: 100%; height: 80%; display: block; position: relative; background-color: white; top: 12%; left: 3%; /* transition: all 0.3s ease 0s; */ transition: 0.2s all ease-in-out; } /* uncss:ignore */ [type="checkbox"].on { background-color: #34C759 !important; } /* uncss:ignore */ [type="checkbox"].on::after { left: 45%; }
web/src/components/Input/Input.css
:root { --c: #1d95db; } /* uncss:ignore */ .in { justify-content: space-between; height: 50px; align-items: center; background: rgba(0,0,0,.56); padding: 0px 0px 0px 15px; border-radius: 15px; min-width: 300px; font-size: 14px; } /* uncss:ignore */ .in.disabled { color: grey; } /* uncss:ignore */ .in>label { font-weight: bold; } /* uncss:ignore */ .igroup>.in { margin-top: 0px; border-radius: 0px; border-bottom: 1px solid #FFFFFF4D; } /* uncss:ignore */ .igroup>.in:first-child { border-radius: 15px 15px 0px 0px; margin-top: 20px; } /* uncss:ignore */ .igroup>.in:last-child { border-radius: 0px 0px 15px 15px; margin-bottom: 20px; border-bottom: none; } /* uncss:ignore */ .in-r { background: linear-gradient(to right, var(--c) 0%, var(--c) 50%, #606060 50%, #606060 100%); border-radius: 8px; height: 7px; width: 75%; outline: none; -webkit-appearance: none; } /* uncss:ignore */ .in-r { border-radius: 15px; height: 6px; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; outline: none; } /* uncss:ignore */ .in-r::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 16px; height: 16px; background: white; box-shadow: black; border-radius: 50%; cursor: pointer; } /* uncss:ignore */ .in>input:not([type=checkbox]),.in>select { flex-grow: 1; padding: 10px 27px 10px 0px; background: rgba(0,0,0,0); border: none; color: #DB8B1D; -moz-text-align-last: right; text-align-last: right; -webkit-appearance: none; -moz-appearance: none; text-align: right; } /* uncss:ignore */ .in>select + span { left: -10px; transform: scale(1.6, 0.9) translateY(-1px); font-weight: 200; color:#DB8B1D; } /* uncss:ignore */ .in>span { color: #5f5f5f; position: relative; font-size: 12px; pointer-events: none; margin-left: -20px; left: -5px; } /* uncss:ignore */ .in>select { margin-inline: 12px; } /* uncss:ignore */ .in:focus-within { box-shadow: -1px 0px rgba(219, 139, 29, 0.627) inset; } /* uncss:ignore */ .in>input:is([type=checkbox]) { margin-right: 15px; } /* uncss:ignore */ .in>input:disabled { color: grey; } /* uncss:ignore */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* uncss:ignore */ input[type=number] { -moz-appearance: textfield; } /* uncss:ignore */ [type="checkbox"] { appearance: none; width: 51px; height: 31px; border-radius: 50px; background-color: rgba(148, 148, 154, 0.2) !important; } /* uncss:ignore */ [type="checkbox"]:after { content: ""; width: 50%; border-radius: 100%; height: 80%; display: block; position: relative; background-color: white; top: 12%; left: 3%; /* transition: all 0.3s ease 0s; */ transition: 0.2s all ease-in-out; } /* uncss:ignore */ [type="checkbox"].on { background-color: #34C759 !important; } /* uncss:ignore */ [type="checkbox"].on::after { left: 45%; }
0.247078
0.125065
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); * { box-sizing: border-box; } html { font-family: "Open Sans", sans-serif; line-height: 1.4; font-size: calc(0.6vw + 0.6vh + 0.2vmin); background: linear-gradient(-25deg, #5C258D, #4389A2); } h1 { font-size: 2rem; font-weight: 300; line-height: 1.1; margin: 0; } .snowman_body { fill: #F5ECC3; -webkit-animation: body-drop 0.5s ease-in forwards; } .scarf { fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.5s ease 1s forwards; -webkit-transform-origin: 55px 165px; } .scarf_knot{ fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.3s ease 1.5s forwards; -webkit-transform-origin: 92px 190px; } .snowman_head { fill: #F5ECC3; -webkit-transform: translateY(-303px); -webkit-animation: body-drop 0.5s ease-in 0.2s forwards; } #hat { -webkit-transform: translateY(-303px); -webkit-animation: body-drop 0.5s ease-in 0.3s forwards; } .hat-top { fill: #5B4831; } .hat-ribbon { fill: #EF3C3C; } .hat-bottom { fill: #5B4831; } .nose { fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.3s ease 2.5s forwards; -webkit-transform-origin: 104px 142px; } .mouth-1 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.1s forwards; -webkit-transform-origin: 82px 156px; } .mouth-2 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.2s forwards; -webkit-transform-origin: 86px 162px; } .mouth-3 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.3s forwards; -webkit-transform-origin: 92px 167px; } .mouth-4 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.4s forwards; -webkit-transform-origin: 98px 169px; } .mouth-5 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.5s forwards; -webkit-transform-origin: 106px 171px; } .mouth-6 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.6s forwards; -webkit-transform-origin: 113px 171px; } .mouth-7 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.7s forwards; -webkit-transform-origin: 120px 171px; } .mouth-8 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.8s forwards; -webkit-transform-origin: 127px 169px; } .mouth-9 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.9s forwards; -webkit-transform-origin: 132px 165px; } .mouth-10 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 4.0s forwards; -webkit-transform-origin: 137px 160px; } .eye_left { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.2s ease 2.7s forwards; -webkit-transform-origin: 92px 122px; } .eye_right { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.2s ease 2.9s forwards; -webkit-transform-origin: 125px 120px; } .button_top { fill: #09B0A6; opacity: 0; -webkit-animation: scale 0.3s ease 2.2s forwards; -webkit-transform-origin: 132px 217px; } .button_bottom { fill: #09B0A6; opacity: 0; -webkit-animation: scale 0.3s ease 2s forwards; -webkit-transform-origin: 132px 252px; } @-webkit-keyframes body-drop { 0% { -webkit-transform: translateY(-303px); } 100% { -webkit-transform: translateY(0px); } } @-webkit-keyframes scale { 0% { opacity: 1; -webkit-transform: scale(0,0); } 100% { opacity: 1; -webkit-transform: scale(1,1); } } .recipe { max-width: 500px; border-radius: 6px; overflow: hidden; margin: 3rem auto; background: white; box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2); position: relative; } .recipe h3 { margin: 0 0 0.25rem 0; text-transform: uppercase; letter-spacing: 0.1rem; color: #5C258D; margin: 1rem 0 0.5rem 0; } .recipe .ingredients ul { list-style: none; padding: 0; margin: 0 0 1rem 0; } .recipe .ingredients ul li { background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); display: inline-block; white-space: nowrap; padding: 0.2rem 0.3rem; border-radius: 3px; margin: 0.2rem 0.1rem; font-size: 0.85rem; } .recipe .instructions ol { padding: 0 0 0 1.3rem; margin: 0; } .recipe .instructions ol li { padding: 0 0 1rem 0; } .recipe img { display: block; width: 100%; height: 200px; object-fit: cover; } .recipe header { padding: 1.5rem 125px 1rem 2rem; background: linear-gradient(to bottom, #ffffb9, white); margin: 0 0 1rem 0; } .recipe .ingredients, .recipe .instructions { padding: 0 2rem; } .recipe .send-badge { background: #5C258D; text-align: center; border-radius: 50%; height: 80px; width: 80px; position: absolute; right: 20px; top: 170px; text-decoration: none; color: white; padding: 13px 0 0 0; font-size: 0.75rem; } .recipe .send-badge svg { fill: white; display: block; margin: 0 auto; width: 40px; height: 40px; } .recipe .send-form { background: #4389A2; padding: 1rem; } .recipe .send-form p { color: #d4eeff; font-weight: bold; margin: 0 0 0.75rem 0; font-size: 1.25rem; } .recipe .send-form label { color: white; } h1 { font-size: 6vw; padding-top: 1%; font-family: 'Mountains of Christmas', cursive; background: -o-linear-gradient(transparent, transparent) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; margin: 0; padding: 0; position: top; font-weight: 900; width: 100%; text-align: center; letter-spacing: 1px; z-index: 9; -webkit-background-clip: text; } .HotPink-Glitter { color: blue; background: -webkit-linear-gradient(transparent, transparent), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/sparkleshotpink.gif) repeat; }
story/twilio/style.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); * { box-sizing: border-box; } html { font-family: "Open Sans", sans-serif; line-height: 1.4; font-size: calc(0.6vw + 0.6vh + 0.2vmin); background: linear-gradient(-25deg, #5C258D, #4389A2); } h1 { font-size: 2rem; font-weight: 300; line-height: 1.1; margin: 0; } .snowman_body { fill: #F5ECC3; -webkit-animation: body-drop 0.5s ease-in forwards; } .scarf { fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.5s ease 1s forwards; -webkit-transform-origin: 55px 165px; } .scarf_knot{ fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.3s ease 1.5s forwards; -webkit-transform-origin: 92px 190px; } .snowman_head { fill: #F5ECC3; -webkit-transform: translateY(-303px); -webkit-animation: body-drop 0.5s ease-in 0.2s forwards; } #hat { -webkit-transform: translateY(-303px); -webkit-animation: body-drop 0.5s ease-in 0.3s forwards; } .hat-top { fill: #5B4831; } .hat-ribbon { fill: #EF3C3C; } .hat-bottom { fill: #5B4831; } .nose { fill: #EF3C3C; opacity: 0; -webkit-animation: scale 0.3s ease 2.5s forwards; -webkit-transform-origin: 104px 142px; } .mouth-1 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.1s forwards; -webkit-transform-origin: 82px 156px; } .mouth-2 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.2s forwards; -webkit-transform-origin: 86px 162px; } .mouth-3 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.3s forwards; -webkit-transform-origin: 92px 167px; } .mouth-4 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.4s forwards; -webkit-transform-origin: 98px 169px; } .mouth-5 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.5s forwards; -webkit-transform-origin: 106px 171px; } .mouth-6 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.6s forwards; -webkit-transform-origin: 113px 171px; } .mouth-7 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.7s forwards; -webkit-transform-origin: 120px 171px; } .mouth-8 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.8s forwards; -webkit-transform-origin: 127px 169px; } .mouth-9 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 3.9s forwards; -webkit-transform-origin: 132px 165px; } .mouth-10 { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.1s ease 4.0s forwards; -webkit-transform-origin: 137px 160px; } .eye_left { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.2s ease 2.7s forwards; -webkit-transform-origin: 92px 122px; } .eye_right { fill: #5B4831; opacity: 0; -webkit-animation: scale 0.2s ease 2.9s forwards; -webkit-transform-origin: 125px 120px; } .button_top { fill: #09B0A6; opacity: 0; -webkit-animation: scale 0.3s ease 2.2s forwards; -webkit-transform-origin: 132px 217px; } .button_bottom { fill: #09B0A6; opacity: 0; -webkit-animation: scale 0.3s ease 2s forwards; -webkit-transform-origin: 132px 252px; } @-webkit-keyframes body-drop { 0% { -webkit-transform: translateY(-303px); } 100% { -webkit-transform: translateY(0px); } } @-webkit-keyframes scale { 0% { opacity: 1; -webkit-transform: scale(0,0); } 100% { opacity: 1; -webkit-transform: scale(1,1); } } .recipe { max-width: 500px; border-radius: 6px; overflow: hidden; margin: 3rem auto; background: white; box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2); position: relative; } .recipe h3 { margin: 0 0 0.25rem 0; text-transform: uppercase; letter-spacing: 0.1rem; color: #5C258D; margin: 1rem 0 0.5rem 0; } .recipe .ingredients ul { list-style: none; padding: 0; margin: 0 0 1rem 0; } .recipe .ingredients ul li { background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); display: inline-block; white-space: nowrap; padding: 0.2rem 0.3rem; border-radius: 3px; margin: 0.2rem 0.1rem; font-size: 0.85rem; } .recipe .instructions ol { padding: 0 0 0 1.3rem; margin: 0; } .recipe .instructions ol li { padding: 0 0 1rem 0; } .recipe img { display: block; width: 100%; height: 200px; object-fit: cover; } .recipe header { padding: 1.5rem 125px 1rem 2rem; background: linear-gradient(to bottom, #ffffb9, white); margin: 0 0 1rem 0; } .recipe .ingredients, .recipe .instructions { padding: 0 2rem; } .recipe .send-badge { background: #5C258D; text-align: center; border-radius: 50%; height: 80px; width: 80px; position: absolute; right: 20px; top: 170px; text-decoration: none; color: white; padding: 13px 0 0 0; font-size: 0.75rem; } .recipe .send-badge svg { fill: white; display: block; margin: 0 auto; width: 40px; height: 40px; } .recipe .send-form { background: #4389A2; padding: 1rem; } .recipe .send-form p { color: #d4eeff; font-weight: bold; margin: 0 0 0.75rem 0; font-size: 1.25rem; } .recipe .send-form label { color: white; } h1 { font-size: 6vw; padding-top: 1%; font-family: 'Mountains of Christmas', cursive; background: -o-linear-gradient(transparent, transparent) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; margin: 0; padding: 0; position: top; font-weight: 900; width: 100%; text-align: center; letter-spacing: 1px; z-index: 9; -webkit-background-clip: text; } .HotPink-Glitter { color: blue; background: -webkit-linear-gradient(transparent, transparent), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/sparkleshotpink.gif) repeat; }
0.379608
0.084758
h1 { text-align: center; } #Type { position: absolute; top: 90%; left: 50%; font-size: 20px; transform:translateX(-50%); } #name { position: absolute; top: 45%; left: 50%; transform:translate(-50%, -50%); font-size: 80px; font-weight: bold; font-family: "Fantasy"; } #StartSimulation { position: absolute; font-family: "Impact"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; } #instruction{ text-align: justify; width: 500px; margin: auto; font-size: 18px; } #TrialNum{ font-size: 20px; font-family: "Arial"; } #Answering{ position: absolute; font-family: "Arial"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; } #done{ position: absolute; font-family: "Arial"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; } input[type=text] { outline: 0; margin: 10px; padding: 12.5px 15px; height: 25px; font-size: 18px; border: solid 2px; border-radius: 8px; border-color: black; text-decoration: none; vertical-align: middle; } button { border: 1px solid #000000; background: #9e9e9e; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9e9e9e)); background: -webkit-linear-gradient(top, #ffffff, #9e9e9e); background: -moz-linear-gradient(top, #ffffff, #9e9e9e); background: -ms-linear-gradient(top, #ffffff, #9e9e9e); background: -o-linear-gradient(top, #ffffff, #9e9e9e); background-image: -ms-linear-gradient(top, #ffffff 0%, #9e9e9e 100%); padding: 12.5px 25px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; text-shadow: #b0b0b0 0 1px 0; color: #000000; font-size: 18px; font-family: helvetica, serif; text-decoration: none; vertical-align: middle; margin-top: 15px; } button:hover { border: 1px solid #3d3d3d; text-shadow: #4d4d4d 0 1px 0; background: #a1a1a1; background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#a1a1a1)); background: -webkit-linear-gradient(top, #d9d9d9, #a1a1a1); background: -moz-linear-gradient(top, #d9d9d9, #a1a1a1); background: -ms-linear-gradient(top, #d9d9d9, #a1a1a1); background: -o-linear-gradient(top, #d9d9d9, #a1a1a1); background-image: -ms-linear-gradient(top, #d9d9d9 0%, #a1a1a1 100%); color: #fff; } button:active { text-shadow: #545454 0 1px 0; border: 1px solid #3b3b3b; background: #d4d4d4; background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1)); background: -webkit-linear-gradient(top, #a1a1a1, #d4d4d4); background: -moz-linear-gradient(top, #a1a1a1, #d4d4d4); background: -ms-linear-gradient(top, #a1a1a1, #d4d4d4); background: -o-linear-gradient(top, #a1a1a1, #d4d4d4); background-image: -ms-linear-gradient(top, #a1a1a1 0%, #d4d4d4 100%); color: #fff; }
static/demo/embedding/tasks/KeepTrack/position.css
h1 { text-align: center; } #Type { position: absolute; top: 90%; left: 50%; font-size: 20px; transform:translateX(-50%); } #name { position: absolute; top: 45%; left: 50%; transform:translate(-50%, -50%); font-size: 80px; font-weight: bold; font-family: "Fantasy"; } #StartSimulation { position: absolute; font-family: "Impact"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; } #instruction{ text-align: justify; width: 500px; margin: auto; font-size: 18px; } #TrialNum{ font-size: 20px; font-family: "Arial"; } #Answering{ position: absolute; font-family: "Arial"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 20px; } #done{ position: absolute; font-family: "Arial"; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; } input[type=text] { outline: 0; margin: 10px; padding: 12.5px 15px; height: 25px; font-size: 18px; border: solid 2px; border-radius: 8px; border-color: black; text-decoration: none; vertical-align: middle; } button { border: 1px solid #000000; background: #9e9e9e; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9e9e9e)); background: -webkit-linear-gradient(top, #ffffff, #9e9e9e); background: -moz-linear-gradient(top, #ffffff, #9e9e9e); background: -ms-linear-gradient(top, #ffffff, #9e9e9e); background: -o-linear-gradient(top, #ffffff, #9e9e9e); background-image: -ms-linear-gradient(top, #ffffff 0%, #9e9e9e 100%); padding: 12.5px 25px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; text-shadow: #b0b0b0 0 1px 0; color: #000000; font-size: 18px; font-family: helvetica, serif; text-decoration: none; vertical-align: middle; margin-top: 15px; } button:hover { border: 1px solid #3d3d3d; text-shadow: #4d4d4d 0 1px 0; background: #a1a1a1; background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#a1a1a1)); background: -webkit-linear-gradient(top, #d9d9d9, #a1a1a1); background: -moz-linear-gradient(top, #d9d9d9, #a1a1a1); background: -ms-linear-gradient(top, #d9d9d9, #a1a1a1); background: -o-linear-gradient(top, #d9d9d9, #a1a1a1); background-image: -ms-linear-gradient(top, #d9d9d9 0%, #a1a1a1 100%); color: #fff; } button:active { text-shadow: #545454 0 1px 0; border: 1px solid #3b3b3b; background: #d4d4d4; background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1)); background: -webkit-linear-gradient(top, #a1a1a1, #d4d4d4); background: -moz-linear-gradient(top, #a1a1a1, #d4d4d4); background: -ms-linear-gradient(top, #a1a1a1, #d4d4d4); background: -o-linear-gradient(top, #a1a1a1, #d4d4d4); background-image: -ms-linear-gradient(top, #a1a1a1 0%, #d4d4d4 100%); color: #fff; }
0.380989
0.117775
body,html{ height: 100%; margin: 0; /* background: #7F7FD5; background: -webkit-linear-gradient(to right, yellow, #000, navy); background: linear-gradient(to right, yellow, #000, navy);*/ } /* .jumbotron { background-image: url("../img/jumbotron.webp"); background-size: cover; }*/ .jumbotron{ /*margin:15px 30px 0px 30px;*/ border-radius:10px; background: /*linear-gradient( rgba(0, 0, 250, 0.25), rgba(125, 250, 250, 0.45) ),*/ url("../img/jumbotron.webp"); background-repeat: no-repeat; background-attachment: fixed; color:white !important; height:340px; background-size: cover; } .page-scroll{ height:5000px; } .btn-outline-danger{ color:white; border-color:white; border-radius:0px; font-weight:100; margin-top:20px; } .lead{ font-family:raleway; font-weight:100; margin-top:-10px; } .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } } .user_img{ height: 90px; width: 90px; /*border:1.5px solid #f5f6fa;}*/ } /*Round Buttons*/ .btn-circle.btn-sm { width: 30px; height: 30px; /*padding: 6px 0px;*/ border-radius: 50%; border:1.5px solid #f5f6fa; /*font-size: 8px;*/ text-align: center; } .btn-circle.btn-md { width: 50px; height: 50px; /*padding: 7px 10px;*/ border-radius: 50%;border:1.5px solid #f5f6fa; /*font-size: 10px;*/ text-align: center; } .btn-circle.btn-xl { width: 70px; height: 70px; /* padding: 10px 16px;*/ border-radius: 50%;border:1.5px solid #f5f6fa; /*font-size: 12px;*/ text-align: center; } /*Sub Menus*/ .dropdown-submenu { position: relative; } .dropdown-submenu a::after { transform: rotate(-90deg); position: absolute; right: 6px; top: .8em; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; } .fade-in{ opacity: 0.5; transition: opacity 25ms ease-in; } .dShaddow{ filter: drop-shadow(10px 10px 4px #727272); } .navbar.transparent { background: rgba(0,0,0,0.4); } .navbar.transition{ transition: background 250ms ease-in-out; }
css/luke.css
body,html{ height: 100%; margin: 0; /* background: #7F7FD5; background: -webkit-linear-gradient(to right, yellow, #000, navy); background: linear-gradient(to right, yellow, #000, navy);*/ } /* .jumbotron { background-image: url("../img/jumbotron.webp"); background-size: cover; }*/ .jumbotron{ /*margin:15px 30px 0px 30px;*/ border-radius:10px; background: /*linear-gradient( rgba(0, 0, 250, 0.25), rgba(125, 250, 250, 0.45) ),*/ url("../img/jumbotron.webp"); background-repeat: no-repeat; background-attachment: fixed; color:white !important; height:340px; background-size: cover; } .page-scroll{ height:5000px; } .btn-outline-danger{ color:white; border-color:white; border-radius:0px; font-weight:100; margin-top:20px; } .lead{ font-family:raleway; font-weight:100; margin-top:-10px; } .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } } .user_img{ height: 90px; width: 90px; /*border:1.5px solid #f5f6fa;}*/ } /*Round Buttons*/ .btn-circle.btn-sm { width: 30px; height: 30px; /*padding: 6px 0px;*/ border-radius: 50%; border:1.5px solid #f5f6fa; /*font-size: 8px;*/ text-align: center; } .btn-circle.btn-md { width: 50px; height: 50px; /*padding: 7px 10px;*/ border-radius: 50%;border:1.5px solid #f5f6fa; /*font-size: 10px;*/ text-align: center; } .btn-circle.btn-xl { width: 70px; height: 70px; /* padding: 10px 16px;*/ border-radius: 50%;border:1.5px solid #f5f6fa; /*font-size: 12px;*/ text-align: center; } /*Sub Menus*/ .dropdown-submenu { position: relative; } .dropdown-submenu a::after { transform: rotate(-90deg); position: absolute; right: 6px; top: .8em; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; } .fade-in{ opacity: 0.5; transition: opacity 25ms ease-in; } .dShaddow{ filter: drop-shadow(10px 10px 4px #727272); } .navbar.transparent { background: rgba(0,0,0,0.4); } .navbar.transition{ transition: background 250ms ease-in-out; }
0.343232
0.058132
body section:first-of-type { font-family: 'PT Serif', serif; } main section:nth-of-type(1) { } main section:nth-of-type(2) { background: #A5A39B; } main section:nth-of-type(3) { } main section:nth-of-type(4) { background: #9FA586; } #last { background: #957243; } body, html { height: 100%; color: #353335; } /* ------------------------------------------------------------------------------------ */ /* Parallax and title page styles */ /* https://www.w3schools.com/howto/howto_css_parallax.asp */ .parallax { /* The image used */ background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/2c/Chum_salmon_leaping_%286088542755%29.jpg"); /* Full height */ min-height: 100%; /* Create the parallax scrolling effect */ position: relative; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0.7; } .parallax section { position: absolute; left: 0; top: 36%; width: 100%; text-align: center; color: white; /* opacity: 100%; */ } .parallax h1 { font-size: 10vw; font-weight: 700; letter-spacing: .2vw; text-transform: uppercase; } .parallax h1:hover { color: #FA8B7E; } .parallax h1:hover ~ img { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } .parallax span { display: block; font-size: 7vw; font-weight: 500; text-transform: capitalize; margin-bottom: -2.2vw; } .parallax img { width: 22vw; max-width: 200px; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.9; filter: brightness(0) invert(1); } .parallax img:hover { /-webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } .parralax ul { /* border-top: 1px solid white; border-bottom: 1px solid white; padding: 1.3vw 0; */ } .parallax li { display: inline-block; margin-top: 2vh; /* border-top: 2px solid white; */ /* border-bottom: 1px solid white; */ /* padding: 2.3vw 0; */ } .parallax a { color: white; margin: 2vw 2.5vw 0 2.5vw; font-size: 2.45vw; font-family: 'PT Sans', sans-serif; text-transform: uppercase; border: 1.3px solid white; border-radius: 6px; padding: 0.5vw; } .parallax a:hover { color: #FA8B7E; border-color: #FA8B7E; } /* ------------------------------------------------------------------------------------ */ /* About Us Section */ /* Uses flexbox layout */ /* See 'Using Flexbox' at https://css-tricks.com/left-and-right/ */ main section { /* border: 3px dotted plum; */ display: flex; flex-direction: row; /* Default. Change to 'row-reverse' to flip text and image' */ flex-wrap: wrap; padding: 2vh 2vw; } main section div, img { /* border: 3px solid plum; */ flex: 1; } main section div { /* border: 3px solid plum; */ display: flex; flex-direction: column; /* align-items: center; */ min-width: 40%; /* padding: 2vh 2vw; */ } main section img { /* border: 3px solid plum; */ /* display: flex; */ /* flex-direction: column; */ flex: 1; max-width: 50%; object-fit: contain; /* solution to keep aspect ratio: https://stackoverflow.com/questions/30788131/css3-flexbox-maintain-image-aspect-ratio */ min-width: 40%; margin: 0 0 0 2vw; /* filter: contrast(50%); */ /* filter: brightness(100%); */ -webkit-filter: brightness(120%) grayscale(100%) contrast(90%); /* Safari 6.0 - 9.0 */ filter: brightness(120%) grayscale(100%) contrast(90%); opacity: 0.9; } main section img:hover{ -webkit-filter: brightness(120%) contrast(90%); /* Safari 6.0 - 9.0 */ filter: brightness(120%) contrast(90%); } h2 { /* border: 3px dotted plum; */ font-size: 4vw; font-weight: 700; letter-spacing: 0.32vw; } main section p { font-size: 2.5vw; padding: 1.5vw 0; /* border: 3px solid green; */ /* margin: 2vh 0; */ } /* ------------------------------------------------------------------------------------ */ /* Our Recipte Section */ #frosted-cookie { position: absolute; /* padding: 20vw 0 0 20vw; */ padding: 0 0 0 0; margin: 8vh 0 0 5.5vw; transform: rotate(-2deg); max-height: 170px; /* height: 100px; */ width: 22vw; /* max-width: 200px; */ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.4; filter: brightness(0) invert(1); } #frosted-cookie:hover { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } #frosted-cookie:hover ~ main section:nth-of-type(3) img { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; border: 3px solid #353335; } main section:nth-of-type(3) img { /* border-radius: 20px; */ } #frosted-cookie img { /* top: 25%; left: 60%; width: 20%; */ } main section:nth-of-type(2) #frosted-cookie{ /* border: 8px solid gold; */ } /* ------------------------------------------------------------------------------------ */ /* Locations Section */ .columns { display: flex; flex-direction: row; flex-wrap: wrap; } .columns div { flex: 1; } h3 { font-size: 3vw; font-weight: 700; letter-spacing: 0.12vw; /* border: 1px solid red; */ margin-bottom: 0; } .columns div p { padding: 0 1vh 2vh 1vh; /* border: 1px solid yellow; */ } /* ------------------------------------------------------------------------------------ */ /* Shop Section */ main section:nth-of-type(4) { /* border: 8px solid blue; */ flex-direction: row-reverse; } main section:nth-of-type(4) a { color: #353335; /* margin: 2vw 2.5vw 0 2.5vw; */ margin: 0 auto; font-size: 2.45vw; font-family: 'PT Sans', sans-serif; text-transform: uppercase; border: 1.3px solid #353335; border-radius: 6px; text-align: center; padding: 0.5vw; } main section:nth-of-type(4) a:hover { color: #FA8B7E; border-color: #FA8B7E; } /* ------------------------------------------------------------------------------------ */ /* Contact Section */ #last { color: #353335; /* border-top: 30px solid white; */ } address { color: #353335; font-family: 'PT Serif', serif; margin-top: 2vw; } #sales-div { height: 25px; padding-top: 8px; text-align: center; background: #353335; } #sales { color: #A5A39B; font-size: 1.4vw; text-transform: uppercase; text-align: center; border: 1.3px solid #A5A39B; border-radius: 6px; padding: 0.5vw; text-align: center; font-family: 'PT Sans Serif', sans-serif; } #sales:hover { color: #FA8B7E; border: 1.3px solid #FA8B7E; }
css/style.css
body section:first-of-type { font-family: 'PT Serif', serif; } main section:nth-of-type(1) { } main section:nth-of-type(2) { background: #A5A39B; } main section:nth-of-type(3) { } main section:nth-of-type(4) { background: #9FA586; } #last { background: #957243; } body, html { height: 100%; color: #353335; } /* ------------------------------------------------------------------------------------ */ /* Parallax and title page styles */ /* https://www.w3schools.com/howto/howto_css_parallax.asp */ .parallax { /* The image used */ background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/2c/Chum_salmon_leaping_%286088542755%29.jpg"); /* Full height */ min-height: 100%; /* Create the parallax scrolling effect */ position: relative; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0.7; } .parallax section { position: absolute; left: 0; top: 36%; width: 100%; text-align: center; color: white; /* opacity: 100%; */ } .parallax h1 { font-size: 10vw; font-weight: 700; letter-spacing: .2vw; text-transform: uppercase; } .parallax h1:hover { color: #FA8B7E; } .parallax h1:hover ~ img { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } .parallax span { display: block; font-size: 7vw; font-weight: 500; text-transform: capitalize; margin-bottom: -2.2vw; } .parallax img { width: 22vw; max-width: 200px; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.9; filter: brightness(0) invert(1); } .parallax img:hover { /-webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } .parralax ul { /* border-top: 1px solid white; border-bottom: 1px solid white; padding: 1.3vw 0; */ } .parallax li { display: inline-block; margin-top: 2vh; /* border-top: 2px solid white; */ /* border-bottom: 1px solid white; */ /* padding: 2.3vw 0; */ } .parallax a { color: white; margin: 2vw 2.5vw 0 2.5vw; font-size: 2.45vw; font-family: 'PT Sans', sans-serif; text-transform: uppercase; border: 1.3px solid white; border-radius: 6px; padding: 0.5vw; } .parallax a:hover { color: #FA8B7E; border-color: #FA8B7E; } /* ------------------------------------------------------------------------------------ */ /* About Us Section */ /* Uses flexbox layout */ /* See 'Using Flexbox' at https://css-tricks.com/left-and-right/ */ main section { /* border: 3px dotted plum; */ display: flex; flex-direction: row; /* Default. Change to 'row-reverse' to flip text and image' */ flex-wrap: wrap; padding: 2vh 2vw; } main section div, img { /* border: 3px solid plum; */ flex: 1; } main section div { /* border: 3px solid plum; */ display: flex; flex-direction: column; /* align-items: center; */ min-width: 40%; /* padding: 2vh 2vw; */ } main section img { /* border: 3px solid plum; */ /* display: flex; */ /* flex-direction: column; */ flex: 1; max-width: 50%; object-fit: contain; /* solution to keep aspect ratio: https://stackoverflow.com/questions/30788131/css3-flexbox-maintain-image-aspect-ratio */ min-width: 40%; margin: 0 0 0 2vw; /* filter: contrast(50%); */ /* filter: brightness(100%); */ -webkit-filter: brightness(120%) grayscale(100%) contrast(90%); /* Safari 6.0 - 9.0 */ filter: brightness(120%) grayscale(100%) contrast(90%); opacity: 0.9; } main section img:hover{ -webkit-filter: brightness(120%) contrast(90%); /* Safari 6.0 - 9.0 */ filter: brightness(120%) contrast(90%); } h2 { /* border: 3px dotted plum; */ font-size: 4vw; font-weight: 700; letter-spacing: 0.32vw; } main section p { font-size: 2.5vw; padding: 1.5vw 0; /* border: 3px solid green; */ /* margin: 2vh 0; */ } /* ------------------------------------------------------------------------------------ */ /* Our Recipte Section */ #frosted-cookie { position: absolute; /* padding: 20vw 0 0 20vw; */ padding: 0 0 0 0; margin: 8vh 0 0 5.5vw; transform: rotate(-2deg); max-height: 170px; /* height: 100px; */ width: 22vw; /* max-width: 200px; */ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.4; filter: brightness(0) invert(1); } #frosted-cookie:hover { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } #frosted-cookie:hover ~ main section:nth-of-type(3) img { -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; border: 3px solid #353335; } main section:nth-of-type(3) img { /* border-radius: 20px; */ } #frosted-cookie img { /* top: 25%; left: 60%; width: 20%; */ } main section:nth-of-type(2) #frosted-cookie{ /* border: 8px solid gold; */ } /* ------------------------------------------------------------------------------------ */ /* Locations Section */ .columns { display: flex; flex-direction: row; flex-wrap: wrap; } .columns div { flex: 1; } h3 { font-size: 3vw; font-weight: 700; letter-spacing: 0.12vw; /* border: 1px solid red; */ margin-bottom: 0; } .columns div p { padding: 0 1vh 2vh 1vh; /* border: 1px solid yellow; */ } /* ------------------------------------------------------------------------------------ */ /* Shop Section */ main section:nth-of-type(4) { /* border: 8px solid blue; */ flex-direction: row-reverse; } main section:nth-of-type(4) a { color: #353335; /* margin: 2vw 2.5vw 0 2.5vw; */ margin: 0 auto; font-size: 2.45vw; font-family: 'PT Sans', sans-serif; text-transform: uppercase; border: 1.3px solid #353335; border-radius: 6px; text-align: center; padding: 0.5vw; } main section:nth-of-type(4) a:hover { color: #FA8B7E; border-color: #FA8B7E; } /* ------------------------------------------------------------------------------------ */ /* Contact Section */ #last { color: #353335; /* border-top: 30px solid white; */ } address { color: #353335; font-family: 'PT Serif', serif; margin-top: 2vw; } #sales-div { height: 25px; padding-top: 8px; text-align: center; background: #353335; } #sales { color: #A5A39B; font-size: 1.4vw; text-transform: uppercase; text-align: center; border: 1.3px solid #A5A39B; border-radius: 6px; padding: 0.5vw; text-align: center; font-family: 'PT Sans Serif', sans-serif; } #sales:hover { color: #FA8B7E; border: 1.3px solid #FA8B7E; }
0.593609
0.072407
body{ margin: 0; padding: 0; } #background { margin: 0; padding: 0; min-height: 700px; background-color: peru; } #instruction{ width: 230px; height: 300px; background-color: saddlebrown; display: inline-block; border-radius: 10px; margin-left: 100px; margin-top: 50px; } #instruction .info{ text-align: center; font-style: italic; font-weight: bold; padding-top: 20px; word-spacing: 2px; } h3{ text-align: center; font-weight: bolder; font-style: italic; margin-top:1px; color: rgb(14, 13, 13); } #rules{ width: 230px; height: 250px; background-color: saddlebrown; border-radius: 10px; margin-left: 100px; margin-top: 30px; } #rules p{ font-style: italic; font-weight: bold; text-align: center; word-spacing: 2px; } #gamepanel{ width: 800px; min-height: 550px; background-color: seagreen; float: right; margin-right: 150px; margin-top: 50px; border: 10px solid rgb(30, 87, 87); border-radius:20px; animation: anim3 2s infinite alternate; } #gamepanel h1{ text-align: center; font-style: italic; margin-top: 5px; animation: anim 2s infinite alternate; } #gamepanel h4{ margin: 0; margin-left: 35px; font-style: italic; color: rgb(14, 13, 13); font-size: xx-large; animation: anim 2s infinite alternate; } #deck{ width: 100px; height: 150px; background-color: darksalmon; margin-left: 30px; border-radius: 10px; margin-top:0; box-shadow:2px 2px 3px 3px rgb(14, 13, 13); } #deckcount{ margin: 0; text-align: center; padding-top:52px; font-weight: bolder; font-size: xx-large; color: rgb(14, 13, 13); animation: anim2 2s infinite alternate; } #gamepanel #options{ float: right; text-align: center; margin-right: 10px; margin-top: -170px; } .btn{ width: 90px; height: 30px; padding: 5px; border-radius: 8px; background-color: darkslategray; font-size: 15px; font-style: italic; cursor: pointer; } #btnStart{ margin-right: 20px; } #btnstay{ margin-left: 20px; margin-right: 80px; } #btntwo{ width: 120px; } #btnthree{ width: 120px; } #players{ width: 500px; margin:auto; text-align: center; } #players .player{ width: 40%; min-height: 150px; border: solid 5px #181717; border-radius: 10px; padding: 10px; display: inline-block; margin:5px; vertical-align: top; background:#599496; } .card{ width: 50px; height: 80px; padding: 10px; background-color: darksalmon; display: inline-block; border-radius: 10px; font-weight: bolder; font-size: 20px; text-align: center; margin: 3px; border:solid 3px; } .points{ text-align: center; font-size: 20px; font-weight: bold; } .playerid{ font-weight: bold; font-size: 20px; } .status { display:inline-block; background: rgb(71, 133, 151); border: solid 3px rgb(14, 13, 13); border-radius: 10px; padding: 5px 20px; margin-left:300px; font-weight: bolder; display:none; } @media(max-width:1100px){ #instruction{ width: 194px; } } @media(max-width:1100px){ #instruction .info{ word-spacing: 1px; } } @media(max-width:1100px){ #rules{ width: 194px; } } @media(max-width:1100px){ #rules p{ word-spacing: 0px; } } @media(max-width:1100px){ #gamepanel{ width: 640px; } } @media(max-width:1100px){ .btn{ width: 72px; } } @media(max-width:1100px){ #deck{ width: 70px; } } @media(max-width:1100px){ #players{ width: 400px; } } @media(max-width:1100px){ #gamepanel #options{ width: 530px; } } @media(max-width:1100px){ #gamepanel h4{ font-size:small ; } } @keyframes anim{ 0%{font-style:italic;} 100%{font-style:italic;color:rgb(141, 90, 47);} } @keyframes anim2{ 0%{font-size: xx-large;} 100%{font-size: large;} } @keyframes anim3{ 0%{border-radius: 20px;} 100%{border-radius: 60px;} }
game.css
body{ margin: 0; padding: 0; } #background { margin: 0; padding: 0; min-height: 700px; background-color: peru; } #instruction{ width: 230px; height: 300px; background-color: saddlebrown; display: inline-block; border-radius: 10px; margin-left: 100px; margin-top: 50px; } #instruction .info{ text-align: center; font-style: italic; font-weight: bold; padding-top: 20px; word-spacing: 2px; } h3{ text-align: center; font-weight: bolder; font-style: italic; margin-top:1px; color: rgb(14, 13, 13); } #rules{ width: 230px; height: 250px; background-color: saddlebrown; border-radius: 10px; margin-left: 100px; margin-top: 30px; } #rules p{ font-style: italic; font-weight: bold; text-align: center; word-spacing: 2px; } #gamepanel{ width: 800px; min-height: 550px; background-color: seagreen; float: right; margin-right: 150px; margin-top: 50px; border: 10px solid rgb(30, 87, 87); border-radius:20px; animation: anim3 2s infinite alternate; } #gamepanel h1{ text-align: center; font-style: italic; margin-top: 5px; animation: anim 2s infinite alternate; } #gamepanel h4{ margin: 0; margin-left: 35px; font-style: italic; color: rgb(14, 13, 13); font-size: xx-large; animation: anim 2s infinite alternate; } #deck{ width: 100px; height: 150px; background-color: darksalmon; margin-left: 30px; border-radius: 10px; margin-top:0; box-shadow:2px 2px 3px 3px rgb(14, 13, 13); } #deckcount{ margin: 0; text-align: center; padding-top:52px; font-weight: bolder; font-size: xx-large; color: rgb(14, 13, 13); animation: anim2 2s infinite alternate; } #gamepanel #options{ float: right; text-align: center; margin-right: 10px; margin-top: -170px; } .btn{ width: 90px; height: 30px; padding: 5px; border-radius: 8px; background-color: darkslategray; font-size: 15px; font-style: italic; cursor: pointer; } #btnStart{ margin-right: 20px; } #btnstay{ margin-left: 20px; margin-right: 80px; } #btntwo{ width: 120px; } #btnthree{ width: 120px; } #players{ width: 500px; margin:auto; text-align: center; } #players .player{ width: 40%; min-height: 150px; border: solid 5px #181717; border-radius: 10px; padding: 10px; display: inline-block; margin:5px; vertical-align: top; background:#599496; } .card{ width: 50px; height: 80px; padding: 10px; background-color: darksalmon; display: inline-block; border-radius: 10px; font-weight: bolder; font-size: 20px; text-align: center; margin: 3px; border:solid 3px; } .points{ text-align: center; font-size: 20px; font-weight: bold; } .playerid{ font-weight: bold; font-size: 20px; } .status { display:inline-block; background: rgb(71, 133, 151); border: solid 3px rgb(14, 13, 13); border-radius: 10px; padding: 5px 20px; margin-left:300px; font-weight: bolder; display:none; } @media(max-width:1100px){ #instruction{ width: 194px; } } @media(max-width:1100px){ #instruction .info{ word-spacing: 1px; } } @media(max-width:1100px){ #rules{ width: 194px; } } @media(max-width:1100px){ #rules p{ word-spacing: 0px; } } @media(max-width:1100px){ #gamepanel{ width: 640px; } } @media(max-width:1100px){ .btn{ width: 72px; } } @media(max-width:1100px){ #deck{ width: 70px; } } @media(max-width:1100px){ #players{ width: 400px; } } @media(max-width:1100px){ #gamepanel #options{ width: 530px; } } @media(max-width:1100px){ #gamepanel h4{ font-size:small ; } } @keyframes anim{ 0%{font-style:italic;} 100%{font-style:italic;color:rgb(141, 90, 47);} } @keyframes anim2{ 0%{font-size: xx-large;} 100%{font-size: large;} } @keyframes anim3{ 0%{border-radius: 20px;} 100%{border-radius: 60px;} }
0.353651
0.081813
.none-padding-right { padding-right: 0; } .none-padding-left { padding-left: 0; } .none-padding-bottom { padding-bottom: 0; } .none-margin-bottom { margin-bottom: 0; } .none-margin-top { margin-top: 0; } .none-all-margin { margin: 0; } .none-border-right { border-right: none !important; } .none-border-bottom { border-bottom: none !important; } .pt-16 { padding-top: 16px !important; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-30 { margin-bottom: 30px; } .mb-25 { margin-bottom: 25px; } .ml-5 { margin-left: 5px; } body { font-family: 'Roboto', sans-serif; background: #e8eaf6; } #main-carousel .img-main-slider { width: 100%; height: 420px; border: 1px solid #dedede; } #main-carousel .carousel-caption { font-size: 24px; } #main-carousel .carousel-caption .intro-text { font-size: 14px; } .ongoing-course .img-container img { width: 340px; height: 180px; } .module-element-main .img-container { display: block; float: left; padding: 15px; } .module-element-main .content-container { display: block; margin-left: 370px; } .module-element-main .img-container img { width: 340px; height: 190px; } .footer { background: #005596; } .footer .text-muted { color: #fff; font-style: italic; } .footer .text-left { padding: 15px; } .footer ul li { list-style: none; display: inline-block; float: left; } .footer ul li a { color: #fff; font-size: 24px; line-height: 50px; padding-right: 15px; } .footer ul li a:hover, .footer ul li a:focus { color: #1899fb; } .footer .input-email { line-height: 50px; margin-right: 15px; } .footer .input-email input { display: block; float: left; width: 180px; border-radius: 0; border: none; box-shadow: none; margin-top: 8px; } .footer .input-email button { border-radius: 0; border: none; background: #00a05b; color: #fff; } .footer .input-email button:hover, .footer .input-email button:focus { background: #007d48; } .footer .btn-feedback-register { height: 34px; } .footer .connect-us { display: block; float: left; color: #fff; margin-right: 10px; } .navbar-top { background: #fff; } .navbar-top .navbar-header { color: #0070c8; } .navbar-top .company-logo { padding: 15px 0; } .navbar-top ul li a { color: #0070c8; font-size: 13px; font-weight: 500; } .navbar-top ul li a:hover, .navbar-top ul li a:focus, .navbar-top ul li a:active { text-decoration: underline; background: none; } .navbar-main { background: #005596; margin-top: 1px; } .navbar-main .navbar-header img { height: 34px; } .navbar-main .navbar-header .company-logo { display: block; float: left; line-height: 54px; } .navbar-main .navbar-header .company-name { margin-left: 34px; } .navbar-main .navbar-header p { margin: 0; line-height: 54px; color: #fff; font-weight: 500; } .navbar-main ul li a { color: #fff; font-size: 16px; padding-top: 17px; padding-bottom: 17px; font-weight: bold; background: #005596; font-family: 'Roboto Condensed', sans-serif; } .navbar-main ul li a:hover, .navbar-main ul li a:focus, .navbar-main ul li a:active { color: #fff; background: #00a05b; } .menu-active, .menu-active:hover, .menu-active:focus, .menu-active:active { background: #00a05b !important; } .dropdown-menu li a { background: #005596; } .navbar-main .navbar-toggle { border-color: #e8eaf6; } .navbar-main .navbar-toggle .icon-bar { background: #e8eaf6; } .navbar-main .navbar-toggle:hover, .navbar-main .navbar-toggle:active, .navbar-main .navbar-toggle:focus { background: #e8eaf6; } .navbar-main .navbar-toggle:hover .icon-bar, .navbar-main .navbar-toggle:active .icon-bar, .navbar-main .navbar-toggle:focus .icon-bar { background: #0070c8; } .navbar-main ul li ul { padding-top: 0px; padding-bottom: 0px; } #feedback-carousel { height: 420px; position: relative; background: #fff; border: 1px solid #dedede; } .feedback-register {} .feedback-register input { border-radius: 0; background: #fff; } .feedback-register input:focus, .feedback-register input:active, .feedback-register input:visited { /* background: #fff; border: 1px solid #ff5722; color: #0070c8; */ } .feedback-register .btn-feedback-register { border-radius: 0; border-color: #00cf76; background: #00cf76; color: #fff; } .feedback-register .panel { border-radius: 0; border-color: #00cf76; } .feedback-register .panel .panel-heading { background-color: #00cf76; border-radius: 0; } .feedback-register .panel .panel-heading .panel-title { color: #fff; } .ongoing-course { background: #e8eaf6; margin-top: 15px; } .ongoing-course .new-course { padding-top: 15px; padding-bottom: 15px; } .ongoing-course-wrapper .product-title { margin-top: 10px; font-size: 18px; font-weight: bold; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .ongoing-course .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .ongoing-course .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .ongoing-course .new-course .date-published { font-weight: 500; color: #37a344; font-size: 15px; } .ongoing-course .new-course .date-published .date-inside { padding-left: 5px; } .ongoing-course .new-course .content-container a { font-size: 16px; color: #333; } .ongoing-course .new-course .content-container a:hover, .ongoing-course .new-course .content-container a:focus { text-decoration: none; color: #FF7640; } .ongoing-course .ongoing-course-wrapper { border: 1px solid #dedede; margin-top: 10px; background: #fff; height: 300px; } .module-element-main { background: #fff; border: 1px solid #dedede; } .module-element-main .content-container { height: 220px; padding: 15px; } .module-element-main .content-container .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .module-element-main .content-container .date-published .date-inside { padding-left: 5px; } .module-element-main .content-container a { font-size: 16px; color: #333333; } .module-element-main .content-container a:hover, .module-element-main .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-main .content-container .read-more { color: #fff; border-radius: 0; background: #0592ff; float: right; margin-top: 7px; } .module-element-main .content-container .read-more:hover, .module-element-main .content-container .read-more:focus, .module-element-main .content-container .read-more:active { background: #0070c8; color: #fff; } .btn-standard { color: #fff; border-radius: 0; background: #0592ff; float: right; margin-top: 7px; } .btn-standard:hover, .btn-standard:focus, .btn-standard:active { background: #0070c8; color: #fff; } .module-element-main .img-container { position: relative; } .module-element-main .img-container .title-inside { position: absolute; top: 0; color: #fff; background: rgba(0, 113, 200, 0.8); /* background: rgba(0, 207, 118, 0.8); */ width: 100%; padding: 15px; font-size: 18px; font-weight: 500; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .module-element-related { height: 220px; } .module-element-related h4 { margin-top: 0; } .module-element-related .content-container { background: #fff; padding: 15px; border: 1px solid #dedede; } .module-element-related .content-container .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .module-element-related .content-container .date-published .date-inside { padding-left: 5px; } .module-element-related .content-container a { font-size: 16px; color: #333333; } .module-element-related .content-container a:hover, .module-element-related .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-related .container-related-below {} .module-element-feedback { height: 420px; } .module-element-feedback .quote-left { position: absolute; top: 15px; left: 15px; width: 50px; } .module-element-feedback .quote-right { position: absolute; bottom: 15px; right: 15px; width: 50px; } .module-element-feedback .feedback-container { font-size: 18px; font-style: italic; font-weight: 300; padding: 80px 25px; text-align: center; } .module-element-feedback .feedback-container .customer-info { font-style: normal; font-weight: 500; text-align: right; padding: 15px 0; } .bottom-module .panel { border-radius: 0; border-color: #FF7640; } .bottom-module .panel .panel-heading { background-color: #FF7640; border-radius: 0; padding: 15px; } .bottom-module .panel .panel-heading .panel-title { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-size: 18px; font-weight: 500; } .bottom-module .panel .panel-body { background: #e8eaf6; } .bottom-module .content-container a { font-size: 16px; color: #333333; } .bottom-module .content-container a:hover, .module-element-main .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-container .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .module-container .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .bottom-module .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .bottom-module .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .bottom-module .body-module { background: #fff; border: 1px solid #dedede; } .bottom-module .body-module .content-container { border-bottom: 1px solid #dedede; margin: 0 15px; } .bottom-module .body-module .related-content ul { padding: 30; margin-bottom: 15px; } .bottom-module .body-module .related-content ul li { list-style: none; padding-top: 15px; } .bottom-module .body-module .related-content ul li a { line-height: 1.2 em; color: #333333; } .bottom-module .body-module .related-content ul li a:hover, .bottom-module .body-module .related-content ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .bottom-module .body-module .related-content ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #00a05b; } .bottom-module .body-module .img-wrapper { padding: 15px; } .bottom-module .body-module .img-wrapper img { width: 328px; height: 212px; } .company-contact-info { margin: 0; padding: 0; padding: 18px 0 15px 0; height: 128px; } .company-contact-info li { list-style: none; color: #0070c8; font-family: 'Roboto Condensed', sans-serif; padding: 2px 0; font-size: 14px; text-align: right; } .corporation .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .corporation .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .title-hot { font-size: 18px; font-weight: bold; width: 100%; border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .side-title-hot { font-size: 14px; font-weight: bold; width: 100%; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .about-us { background: #fff; border: 1px solid #dedede; padding: 15px; } .about-us .img-about-us { width: 100%; height: auto; } .title-link { background: #005596; color: #fff; border-bottom: none; } .title-link span { line-height: 42px; padding-left: 15px; } .module-element-link .related-content { background: #fff; border: 1px solid #dedede; } .module-element-link .related-content ul { padding: 15px 15px 15px 30px; margin-bottom: 0; } .module-element-link .related-content ul li { list-style: none; padding: 5px 0; } .module-element-link .related-content ul li a { line-height: 1.2 em; color: #333333; } .module-element-link .related-content ul li a:hover, .module-element-link .related-content ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-link .related-content ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #0592ff; } .link-container { padding-top: 40px; } .contact-us-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .contact-us-wrapper input, .contact-us-wrapper textarea { border-radius: 0; } #company-map { height: 350px; border: 1px solid #dedede; } #office-map { height: 350px; border: 1px solid #dedede; } .video-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .video-wrapper .thumbnail-embed-video { border: 1px solid #dedede; padding: 5px; text-align: center; } .video-wrapper .embed-video { width: 100%; } .pager { margin-bottom: 5px; padding: 0 15px; } .newspaper { background: #fff; border: 1px solid #dedede; padding: 15px; } .newspaper .media-list { margin-bottom: 0; } .newspaper ul li a img { width: 180px; height: 180px; } .newspaper .media-left { display: block; padding-right: 15px; float:left; } .newspaper ul li .media-body h4 { margin-top: 0; display: block; float: left; } .newspaper ul li .media-body .intro-text p { margin: 0; line-height: 21px; margin-top: 4px; } .newspaper .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .newspaper h4 a { font-size: 18px; color: #333333; } .newspaper h4 a:hover, .newspaper .h4 a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .trainning-module { position: relative; } .trainning-bg { background-repeat: no-repeat; border-radius: 0 !important; height: 303px; width: 100%; } .trainning-1 { background: #fff url(../images/training-1.jpg) no-repeat center center; background-size: cover; } .trainning-2 { background: #fff url(../images/training-2.jpg) no-repeat center center; background-size: cover; } .trainning-3 { background: #fff url(../images/training-3.jpg) no-repeat center center; background-size: cover; } .trainning-4 { background: #fff url(../images/training-4.jpg) no-repeat center center; background-size: cover; } .text-trainning { text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .jumbotron { background: rgba(0, 0, 0, .4); position: absolute; top: 0; left: 0; border-radius: 0; margin-bottom: 0; height: 303px; } .jumbotron h2, .jumbotron p { color: #fff; } .jumbotron .read-more { color: #fff; border-radius: 0; background: #0592ff; } .jumbotron .read-more:hover, .jumbotron .read-more:focus, .jumbotron .read-more:active { background: #0070c8; color: #fff; } .new-trainning { background-color: #e93800; position: absolute; top: 0; right: 0; } .ongoing-trainning { background-color: #e9b200; position: absolute; top: 0; right: 0; } .open-trainning { background-color: #00a450; position: absolute; top: 0; right: 0; } .new-trainning div, .ongoing-trainning div, .open-trainning div { font-family: 'Roboto Condensed', sans-serif; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-weight: bold; font-size: 18px; padding: 10px 20px; } .consulting-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .consulting-wrapper img { width: 100%; height: 276px; } .consulting-wrapper .read-more { color: #fff; border-radius: 0; background: #0592ff; } .consulting-wrapper .read-more:hover, .consulting-wrapper .read-more:focus, .consulting-wrapper .read-more:active { background: #0070c8; color: #fff; } .related-website-wrapper li { list-style: none; display: block; float: left; line-height: 34px; margin-right: 10px; } .related-website-wrapper li:last-child { margin-right: 0; } .related-website-wrapper li select { border-radius: 0; width: 240px } .related-website-wrapper li .connect-us { float: left; line-height: 34px; margin-right: 10px; font-family: 'Roboto Condensed', sans-serif; color: #333; font-weight: 500; } .related-website-wrapper li a i { font-size: 34px; } .connect-us-wrapper { margin-top: 25px; } .mdi-facebook-box { color: #3b5998; } .mdi-google-plus-box { color: #df4b38; } .mdi-twitter-box { color: #16b9ed; } .mdi-youtube-play { color: #df192a; } .mdi-facebook-box:hover, .mdi-facebook-box:focus, .mdi-facebook-box:active{ opacity: 0.6; } .mdi-google-plus-box:hover, .mdi-google-plus-box:focus, .mdi-google-plus-box:active { opacity: 0.6; } .mdi-twitter-box:hover, .mdi-twitter-box:focus, .mdi-twitter-box:active { opacity: 0.6; } .mdi-youtube-play:hover, .mdi-youtube-play:focus, .mdi-youtube-play:active { opacity: 0.6; } .hotline { font-size: 24px; color: #e93800 !important; margin-right: 0 !important; } .module-element-link .panel { border-radius: 0; } .module-element-link .panel { border-bottom: 1px solid #ddd; } .module-element-link .panel-collapse { border-top: 1px solid #ddd; } .module-element-link .panel .panel-heading { border-radius: 0 !important; } .module-element-link .panel .panel-heading a { text-decoration: none; } .module-element-link .panel .panel-heading a:hover, .module-element-link .panel .panel-heading a:focus, .module-element-link .panel .panel-heading a:active { text-decoration: none; } .module-element-link .panel .panel-heading:hover, .module-element-link .panel .panel-heading:focus, .module-element-link .panel .panel-heading:active { background: #f5f5f5; } .module-element-link .panel-collapse ul li { padding-left: 30px; } .expert { background: #fff; border: 1px solid #dedede; padding: 15px; } .expert .media-list { margin-bottom: 0; } .expert ul li a img { width: 180px; height: 180px; } .expert .media-left { padding-right: 15px; } .expert ul li .media-body h4 { margin-top: 0; display: block; float: left; } .expert ul li .media-body .intro-text p { margin: 0; line-height: 21px; margin-top: 4px; } .expert .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .expert h4 a { font-size: 18px; color: #333333; line-height: 1.3em; font-weight: bold; } .expert h4 a:hover, .expert .h4 a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .expert .read-more { color: #fff; border-radius: 0; background: #0592ff; } .teacher-wrapper { } .teacher-wrapper img { width: 100%; height: 300px; } .teacher-container { background: #fff; padding: 15px; } .teacher-intro ul { padding: 30; margin-bottom: 15px; padding-left: 0; } .teacher-intro ul li { list-style: none; padding-bottom: 10px; } .teacher-intro ul li:last-child { padding-bottom: 0; } .teacher-intro ul li a { line-height: 1.2 em; color: #333333; } .teacher-intro ul li a:hover, .teacher-intro ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .teacher-intro ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #00a05b; } .teacher-info { margin-left: -15px; } .teacher-info table { width: 100%; margin: 6px 0; } .teacher-info table tr td { padding: 6px; } .divider { border-top: 1px solid #ddd; margin-left: -15px; } .panel-info { margin-top: 15px; } .panel-info .list-container { margin-top: 5px; } .panel-info .list-container ul li { list-style: none; } .panel-info .list-container ul { padding-left: 0px; } /* .custom-place-holder::-webkit-input-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder:-moz-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder::-moz-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder:-ms-input-placeholder { color: #0070c8; font-weight: 500; } */ .uppercase { text-transform: uppercase; } .row img{ max-width: 100% !important; } #blueimp-gallery img{ max-width: 700px; } b.title{ font-size:18px; color:#0055C1; } #carousel-marquee img{ background: white; border:grey solid thin; } .ongoing-course .intro-text{ height: 45px; } .tt-project-info{ float: left; width: 80px; height: 69px; border: 1px solid #e3e3e3; padding: 3px; background: #fff; } .project-info{ float: left; width: 140px; margin-left: 8px; } .project-info a{ font-weight: bold; color:#005596; } .project-list{ padding: 10px 15px; float: left; width:100%; border-top: 1px solid #e2eef2 } .highlight-info{ font-weight: 500; color: #37a344; font-size: 15px; }
catalog/view/theme/sannha/stylesheet/css/gpat.css
.none-padding-right { padding-right: 0; } .none-padding-left { padding-left: 0; } .none-padding-bottom { padding-bottom: 0; } .none-margin-bottom { margin-bottom: 0; } .none-margin-top { margin-top: 0; } .none-all-margin { margin: 0; } .none-border-right { border-right: none !important; } .none-border-bottom { border-bottom: none !important; } .pt-16 { padding-top: 16px !important; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-30 { margin-bottom: 30px; } .mb-25 { margin-bottom: 25px; } .ml-5 { margin-left: 5px; } body { font-family: 'Roboto', sans-serif; background: #e8eaf6; } #main-carousel .img-main-slider { width: 100%; height: 420px; border: 1px solid #dedede; } #main-carousel .carousel-caption { font-size: 24px; } #main-carousel .carousel-caption .intro-text { font-size: 14px; } .ongoing-course .img-container img { width: 340px; height: 180px; } .module-element-main .img-container { display: block; float: left; padding: 15px; } .module-element-main .content-container { display: block; margin-left: 370px; } .module-element-main .img-container img { width: 340px; height: 190px; } .footer { background: #005596; } .footer .text-muted { color: #fff; font-style: italic; } .footer .text-left { padding: 15px; } .footer ul li { list-style: none; display: inline-block; float: left; } .footer ul li a { color: #fff; font-size: 24px; line-height: 50px; padding-right: 15px; } .footer ul li a:hover, .footer ul li a:focus { color: #1899fb; } .footer .input-email { line-height: 50px; margin-right: 15px; } .footer .input-email input { display: block; float: left; width: 180px; border-radius: 0; border: none; box-shadow: none; margin-top: 8px; } .footer .input-email button { border-radius: 0; border: none; background: #00a05b; color: #fff; } .footer .input-email button:hover, .footer .input-email button:focus { background: #007d48; } .footer .btn-feedback-register { height: 34px; } .footer .connect-us { display: block; float: left; color: #fff; margin-right: 10px; } .navbar-top { background: #fff; } .navbar-top .navbar-header { color: #0070c8; } .navbar-top .company-logo { padding: 15px 0; } .navbar-top ul li a { color: #0070c8; font-size: 13px; font-weight: 500; } .navbar-top ul li a:hover, .navbar-top ul li a:focus, .navbar-top ul li a:active { text-decoration: underline; background: none; } .navbar-main { background: #005596; margin-top: 1px; } .navbar-main .navbar-header img { height: 34px; } .navbar-main .navbar-header .company-logo { display: block; float: left; line-height: 54px; } .navbar-main .navbar-header .company-name { margin-left: 34px; } .navbar-main .navbar-header p { margin: 0; line-height: 54px; color: #fff; font-weight: 500; } .navbar-main ul li a { color: #fff; font-size: 16px; padding-top: 17px; padding-bottom: 17px; font-weight: bold; background: #005596; font-family: 'Roboto Condensed', sans-serif; } .navbar-main ul li a:hover, .navbar-main ul li a:focus, .navbar-main ul li a:active { color: #fff; background: #00a05b; } .menu-active, .menu-active:hover, .menu-active:focus, .menu-active:active { background: #00a05b !important; } .dropdown-menu li a { background: #005596; } .navbar-main .navbar-toggle { border-color: #e8eaf6; } .navbar-main .navbar-toggle .icon-bar { background: #e8eaf6; } .navbar-main .navbar-toggle:hover, .navbar-main .navbar-toggle:active, .navbar-main .navbar-toggle:focus { background: #e8eaf6; } .navbar-main .navbar-toggle:hover .icon-bar, .navbar-main .navbar-toggle:active .icon-bar, .navbar-main .navbar-toggle:focus .icon-bar { background: #0070c8; } .navbar-main ul li ul { padding-top: 0px; padding-bottom: 0px; } #feedback-carousel { height: 420px; position: relative; background: #fff; border: 1px solid #dedede; } .feedback-register {} .feedback-register input { border-radius: 0; background: #fff; } .feedback-register input:focus, .feedback-register input:active, .feedback-register input:visited { /* background: #fff; border: 1px solid #ff5722; color: #0070c8; */ } .feedback-register .btn-feedback-register { border-radius: 0; border-color: #00cf76; background: #00cf76; color: #fff; } .feedback-register .panel { border-radius: 0; border-color: #00cf76; } .feedback-register .panel .panel-heading { background-color: #00cf76; border-radius: 0; } .feedback-register .panel .panel-heading .panel-title { color: #fff; } .ongoing-course { background: #e8eaf6; margin-top: 15px; } .ongoing-course .new-course { padding-top: 15px; padding-bottom: 15px; } .ongoing-course-wrapper .product-title { margin-top: 10px; font-size: 18px; font-weight: bold; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .ongoing-course .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .ongoing-course .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .ongoing-course .new-course .date-published { font-weight: 500; color: #37a344; font-size: 15px; } .ongoing-course .new-course .date-published .date-inside { padding-left: 5px; } .ongoing-course .new-course .content-container a { font-size: 16px; color: #333; } .ongoing-course .new-course .content-container a:hover, .ongoing-course .new-course .content-container a:focus { text-decoration: none; color: #FF7640; } .ongoing-course .ongoing-course-wrapper { border: 1px solid #dedede; margin-top: 10px; background: #fff; height: 300px; } .module-element-main { background: #fff; border: 1px solid #dedede; } .module-element-main .content-container { height: 220px; padding: 15px; } .module-element-main .content-container .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .module-element-main .content-container .date-published .date-inside { padding-left: 5px; } .module-element-main .content-container a { font-size: 16px; color: #333333; } .module-element-main .content-container a:hover, .module-element-main .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-main .content-container .read-more { color: #fff; border-radius: 0; background: #0592ff; float: right; margin-top: 7px; } .module-element-main .content-container .read-more:hover, .module-element-main .content-container .read-more:focus, .module-element-main .content-container .read-more:active { background: #0070c8; color: #fff; } .btn-standard { color: #fff; border-radius: 0; background: #0592ff; float: right; margin-top: 7px; } .btn-standard:hover, .btn-standard:focus, .btn-standard:active { background: #0070c8; color: #fff; } .module-element-main .img-container { position: relative; } .module-element-main .img-container .title-inside { position: absolute; top: 0; color: #fff; background: rgba(0, 113, 200, 0.8); /* background: rgba(0, 207, 118, 0.8); */ width: 100%; padding: 15px; font-size: 18px; font-weight: 500; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .module-element-related { height: 220px; } .module-element-related h4 { margin-top: 0; } .module-element-related .content-container { background: #fff; padding: 15px; border: 1px solid #dedede; } .module-element-related .content-container .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .module-element-related .content-container .date-published .date-inside { padding-left: 5px; } .module-element-related .content-container a { font-size: 16px; color: #333333; } .module-element-related .content-container a:hover, .module-element-related .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-related .container-related-below {} .module-element-feedback { height: 420px; } .module-element-feedback .quote-left { position: absolute; top: 15px; left: 15px; width: 50px; } .module-element-feedback .quote-right { position: absolute; bottom: 15px; right: 15px; width: 50px; } .module-element-feedback .feedback-container { font-size: 18px; font-style: italic; font-weight: 300; padding: 80px 25px; text-align: center; } .module-element-feedback .feedback-container .customer-info { font-style: normal; font-weight: 500; text-align: right; padding: 15px 0; } .bottom-module .panel { border-radius: 0; border-color: #FF7640; } .bottom-module .panel .panel-heading { background-color: #FF7640; border-radius: 0; padding: 15px; } .bottom-module .panel .panel-heading .panel-title { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-size: 18px; font-weight: 500; } .bottom-module .panel .panel-body { background: #e8eaf6; } .bottom-module .content-container a { font-size: 16px; color: #333333; } .bottom-module .content-container a:hover, .module-element-main .content-container a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-container .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .module-container .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .bottom-module .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .bottom-module .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .bottom-module .body-module { background: #fff; border: 1px solid #dedede; } .bottom-module .body-module .content-container { border-bottom: 1px solid #dedede; margin: 0 15px; } .bottom-module .body-module .related-content ul { padding: 30; margin-bottom: 15px; } .bottom-module .body-module .related-content ul li { list-style: none; padding-top: 15px; } .bottom-module .body-module .related-content ul li a { line-height: 1.2 em; color: #333333; } .bottom-module .body-module .related-content ul li a:hover, .bottom-module .body-module .related-content ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .bottom-module .body-module .related-content ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #00a05b; } .bottom-module .body-module .img-wrapper { padding: 15px; } .bottom-module .body-module .img-wrapper img { width: 328px; height: 212px; } .company-contact-info { margin: 0; padding: 0; padding: 18px 0 15px 0; height: 128px; } .company-contact-info li { list-style: none; color: #0070c8; font-family: 'Roboto Condensed', sans-serif; padding: 2px 0; font-size: 14px; text-align: right; } .corporation .title-hot { font-size: 18px; font-weight: bold; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ width: 100%; /*background-color: #00cf76;*/ border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .corporation .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .title-hot { font-size: 18px; font-weight: bold; width: 100%; border-bottom: 2px solid #00a05b; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .side-title-hot { font-size: 14px; font-weight: bold; width: 100%; color: #005596; font-family: 'Roboto Condensed', sans-serif; } .title-hot .icon-header { padding: 8px; background: #00a05b; color: #fff; font-size: 24px; } .about-us { background: #fff; border: 1px solid #dedede; padding: 15px; } .about-us .img-about-us { width: 100%; height: auto; } .title-link { background: #005596; color: #fff; border-bottom: none; } .title-link span { line-height: 42px; padding-left: 15px; } .module-element-link .related-content { background: #fff; border: 1px solid #dedede; } .module-element-link .related-content ul { padding: 15px 15px 15px 30px; margin-bottom: 0; } .module-element-link .related-content ul li { list-style: none; padding: 5px 0; } .module-element-link .related-content ul li a { line-height: 1.2 em; color: #333333; } .module-element-link .related-content ul li a:hover, .module-element-link .related-content ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .module-element-link .related-content ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #0592ff; } .link-container { padding-top: 40px; } .contact-us-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .contact-us-wrapper input, .contact-us-wrapper textarea { border-radius: 0; } #company-map { height: 350px; border: 1px solid #dedede; } #office-map { height: 350px; border: 1px solid #dedede; } .video-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .video-wrapper .thumbnail-embed-video { border: 1px solid #dedede; padding: 5px; text-align: center; } .video-wrapper .embed-video { width: 100%; } .pager { margin-bottom: 5px; padding: 0 15px; } .newspaper { background: #fff; border: 1px solid #dedede; padding: 15px; } .newspaper .media-list { margin-bottom: 0; } .newspaper ul li a img { width: 180px; height: 180px; } .newspaper .media-left { display: block; padding-right: 15px; float:left; } .newspaper ul li .media-body h4 { margin-top: 0; display: block; float: left; } .newspaper ul li .media-body .intro-text p { margin: 0; line-height: 21px; margin-top: 4px; } .newspaper .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .newspaper h4 a { font-size: 18px; color: #333333; } .newspaper h4 a:hover, .newspaper .h4 a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .trainning-module { position: relative; } .trainning-bg { background-repeat: no-repeat; border-radius: 0 !important; height: 303px; width: 100%; } .trainning-1 { background: #fff url(../images/training-1.jpg) no-repeat center center; background-size: cover; } .trainning-2 { background: #fff url(../images/training-2.jpg) no-repeat center center; background-size: cover; } .trainning-3 { background: #fff url(../images/training-3.jpg) no-repeat center center; background-size: cover; } .trainning-4 { background: #fff url(../images/training-4.jpg) no-repeat center center; background-size: cover; } .text-trainning { text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .jumbotron { background: rgba(0, 0, 0, .4); position: absolute; top: 0; left: 0; border-radius: 0; margin-bottom: 0; height: 303px; } .jumbotron h2, .jumbotron p { color: #fff; } .jumbotron .read-more { color: #fff; border-radius: 0; background: #0592ff; } .jumbotron .read-more:hover, .jumbotron .read-more:focus, .jumbotron .read-more:active { background: #0070c8; color: #fff; } .new-trainning { background-color: #e93800; position: absolute; top: 0; right: 0; } .ongoing-trainning { background-color: #e9b200; position: absolute; top: 0; right: 0; } .open-trainning { background-color: #00a450; position: absolute; top: 0; right: 0; } .new-trainning div, .ongoing-trainning div, .open-trainning div { font-family: 'Roboto Condensed', sans-serif; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-weight: bold; font-size: 18px; padding: 10px 20px; } .consulting-wrapper { padding: 15px; background: #fff; border: 1px solid #dedede; } .consulting-wrapper img { width: 100%; height: 276px; } .consulting-wrapper .read-more { color: #fff; border-radius: 0; background: #0592ff; } .consulting-wrapper .read-more:hover, .consulting-wrapper .read-more:focus, .consulting-wrapper .read-more:active { background: #0070c8; color: #fff; } .related-website-wrapper li { list-style: none; display: block; float: left; line-height: 34px; margin-right: 10px; } .related-website-wrapper li:last-child { margin-right: 0; } .related-website-wrapper li select { border-radius: 0; width: 240px } .related-website-wrapper li .connect-us { float: left; line-height: 34px; margin-right: 10px; font-family: 'Roboto Condensed', sans-serif; color: #333; font-weight: 500; } .related-website-wrapper li a i { font-size: 34px; } .connect-us-wrapper { margin-top: 25px; } .mdi-facebook-box { color: #3b5998; } .mdi-google-plus-box { color: #df4b38; } .mdi-twitter-box { color: #16b9ed; } .mdi-youtube-play { color: #df192a; } .mdi-facebook-box:hover, .mdi-facebook-box:focus, .mdi-facebook-box:active{ opacity: 0.6; } .mdi-google-plus-box:hover, .mdi-google-plus-box:focus, .mdi-google-plus-box:active { opacity: 0.6; } .mdi-twitter-box:hover, .mdi-twitter-box:focus, .mdi-twitter-box:active { opacity: 0.6; } .mdi-youtube-play:hover, .mdi-youtube-play:focus, .mdi-youtube-play:active { opacity: 0.6; } .hotline { font-size: 24px; color: #e93800 !important; margin-right: 0 !important; } .module-element-link .panel { border-radius: 0; } .module-element-link .panel { border-bottom: 1px solid #ddd; } .module-element-link .panel-collapse { border-top: 1px solid #ddd; } .module-element-link .panel .panel-heading { border-radius: 0 !important; } .module-element-link .panel .panel-heading a { text-decoration: none; } .module-element-link .panel .panel-heading a:hover, .module-element-link .panel .panel-heading a:focus, .module-element-link .panel .panel-heading a:active { text-decoration: none; } .module-element-link .panel .panel-heading:hover, .module-element-link .panel .panel-heading:focus, .module-element-link .panel .panel-heading:active { background: #f5f5f5; } .module-element-link .panel-collapse ul li { padding-left: 30px; } .expert { background: #fff; border: 1px solid #dedede; padding: 15px; } .expert .media-list { margin-bottom: 0; } .expert ul li a img { width: 180px; height: 180px; } .expert .media-left { padding-right: 15px; } .expert ul li .media-body h4 { margin-top: 0; display: block; float: left; } .expert ul li .media-body .intro-text p { margin: 0; line-height: 21px; margin-top: 4px; } .expert .date-published { font-size: 14px; color: #ff9200; font-weight: 500; } .expert h4 a { font-size: 18px; color: #333333; line-height: 1.3em; font-weight: bold; } .expert h4 a:hover, .expert .h4 a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .expert .read-more { color: #fff; border-radius: 0; background: #0592ff; } .teacher-wrapper { } .teacher-wrapper img { width: 100%; height: 300px; } .teacher-container { background: #fff; padding: 15px; } .teacher-intro ul { padding: 30; margin-bottom: 15px; padding-left: 0; } .teacher-intro ul li { list-style: none; padding-bottom: 10px; } .teacher-intro ul li:last-child { padding-bottom: 0; } .teacher-intro ul li a { line-height: 1.2 em; color: #333333; } .teacher-intro ul li a:hover, .teacher-intro ul li a:focus { color: #0070c8; text-decoration: none; transition: 0.2s; } .teacher-intro ul li:before { content: '\25A0'; display: block; position: relative; max-width: 0; max-height: 0; left: -15px; top: 0; color: #00a05b; } .teacher-info { margin-left: -15px; } .teacher-info table { width: 100%; margin: 6px 0; } .teacher-info table tr td { padding: 6px; } .divider { border-top: 1px solid #ddd; margin-left: -15px; } .panel-info { margin-top: 15px; } .panel-info .list-container { margin-top: 5px; } .panel-info .list-container ul li { list-style: none; } .panel-info .list-container ul { padding-left: 0px; } /* .custom-place-holder::-webkit-input-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder:-moz-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder::-moz-placeholder { color: #0070c8; font-weight: 500; } .custom-place-holder:-ms-input-placeholder { color: #0070c8; font-weight: 500; } */ .uppercase { text-transform: uppercase; } .row img{ max-width: 100% !important; } #blueimp-gallery img{ max-width: 700px; } b.title{ font-size:18px; color:#0055C1; } #carousel-marquee img{ background: white; border:grey solid thin; } .ongoing-course .intro-text{ height: 45px; } .tt-project-info{ float: left; width: 80px; height: 69px; border: 1px solid #e3e3e3; padding: 3px; background: #fff; } .project-info{ float: left; width: 140px; margin-left: 8px; } .project-info a{ font-weight: bold; color:#005596; } .project-list{ padding: 10px 15px; float: left; width:100%; border-top: 1px solid #e2eef2 } .highlight-info{ font-weight: 500; color: #37a344; font-size: 15px; }
0.309858
0.062018
@charset "utf-8"; /* CSS Document */ @import url("font.css"); .layer0 { width:100%;text-align:center;height:auto;float:left;clear:both;padding-top:3%;padding-bottom:0px; display:inline-block } .layer0mobile { width:100%;text-align:center;height:auto;float:left;clear:both;padding-top:0px;padding-bottom:0px; display:none;z-index:999;max-height:90px; } .layer0left , .layer0mid , .layer0right { display:inline-block; } .layer0left { /*76 1300*/ /*padding:0px;width:5.84615384615385%;*/ padding:0px;width:2%; } .layer0mid { /*1160 1300 */ width:94%;text-align:center; } .layer0mid .div1 , .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div4 { font-family: 'MontserratRegular', sans-serif;color:#4e4d4d;font-size:28px;min-height:52px;height:auto; } .layer0mid .div1 a , .layer0mid .div2 a , .layer0mid .div3 a , .layer0mid .div4 a { font-family:inherit;font-size:inherit;color:inherit; } .layer0mid .div2 a:hover , .layer0mid .div3 a:hover , .layer0mid .div1 a:hover , .layer0mid .div4 a:hover { color:#f0504a; } .clicked1 , .clicked1 a { font-family: 'MontserratSemiBold', sans-serif;color:#f0504a !important;font-size:28px; } .layer0mid .div1 , .layer0mid .div2 , .layer0mid .div3 { width:27%;text-align:center;display:inline-block;cursor:pointer; } .layer0mid .div4 { width:16%;text-align:center;display:inline-block;cursor:pointer; } .div1clicked { border-bottom:2px solid #f0504a;height:54px; } .layer0mid .div1:hover , .layer0mid .div2:hover , .layer0mid .div3:hover , .layer0mid .div4:hover { color:#f0504a; } .layer0right { width:2%; } @media all and (min-width: 1px) and (max-width: 800px) { .layer0 { display:none; } .layer0mobile { display:inline-block; } } @media all and (min-width: 1500px) and (max-width: 1600px) { } @media all and (min-width: 1400px) and (max-width: 1500px) { } @media all and (min-width: 1350px) and (max-width: 1400px) { } @media all and (min-width: 1300px) and (max-width: 1350px) { } @media all and (min-width: 1250px) and (max-width: 1300px) { } @media all and (min-width: 1200px) and (max-width: 1250px) { } @media all and (min-width: 1150px) and (max-width: 1200px) { } @media all and (min-width: 1100px) and (max-width: 1150px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 1050px) and (max-width: 1100px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 1000px) and (max-width: 1050px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 950px) and (max-width: 1000px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:23px; } .clicked1 , .clicked1 a { font-size:23px; } } @media all and (min-width: 900px) and (max-width: 950px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:21px; } .clicked1 , .clicked1 a { font-size:21px; } } @media all and (min-width: 850px) and (max-width: 900px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:20px; } .clicked1 , .clicked1 a { font-size:20px; } } @media all and (min-width: 800px) and (max-width: 850px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:19px; } .clicked1 , .clicked1 a { font-size:19px; } } @media all and (min-width: 750px) and (max-width: 800px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:18px; } .clicked1 , .clicked1 a { font-size:18px; } } @media all and (min-width: 700px) and (max-width: 750px) { } @media all and (min-width: 650px) and (max-width: 700px) { } @media all and (min-width: 600px) and (max-width: 650px) { } @media all and (min-width: 550px) and (max-width: 600px) { } @media all and (min-width: 500px) and (max-width: 550px) { } @media all and (min-width: 450px) and (max-width: 500px) { } @media all and (min-width: 400px) and (max-width: 450px) { } @media all and (min-width: 350px) and (max-width: 400px) { } @media all and (min-width: 1px) and (max-width: 350px) { } .nav { height: 50px; width: 100%; background-color: #d4d3d3; position: relative;top:0px; } .nav > .nav-header { display: inline; } .nav > .nav-header > .nav-title { display: inline-block; font-size: 22px; color: #fff; font-weight: 550; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; padding: 10px 10px 10px 10px; } .nav > .nav-btn { display: none; } .nav > .nav-links { display: inline; float: left; font-size: 18px; } .nav > .nav-links > ul li a{ display: block; padding: 0 8px; color: #fff; line-height: 40px; font-size: 18px; text-decoration: none; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-links > ul{ padding: 0; margin-top: 0px; list-style: none; position: relative; } .nav > .nav-links > ul li{ display: inline-block; background-color: #1177ca; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-links > ul li:hover{ background-color: #494545; border-radius: 5px; } .nav > #nav-check { display: none; } .nav .nav-links ul a.icon{ margin-left: 80px; margin-right: 10px; } .nav .nav-links ul a i{ background-color: #fff; border-radius: 50px; padding: 7px; margin-left: 5px; } @media (max-width:800px) { .nav > .nav-btn { display: inline-block; position: absolute; left: 0px; top: 0px; } .nav > .nav-btn > label { display: inline-block; width: 50px; height: 23px; padding: 13px; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-btn > label:hover,.nav #nav-check:checked ~ .nav-btn > label { background-color: rgba(0, 0, 0, 0.3); } .nav > .nav-btn > label > span { display: block; width: 25px; height: 10px; border-top: 2px solid #eee; } .nav > .nav-links { position: absolute; display: block; width: 270px; background-color: #aba8a8; height: 0px; transition: all 0.3s ease-in; overflow-y: hidden; top: 50px; left: 0px; height:160px; } .nav > .nav-links > ul li a { display: block; width: 100%; } /* */ .nav > .nav-links > ul li{ display: block; margin-bottom: 0px; padding: 0; background-color: #9c9696; } .nav > .nav-links > ul li a{ margin-left: 1%; } .nav .nav-links ul a.icon{ margin-left: 3%; } /* */ .nav > #nav-check:not(:checked) ~ .nav-links { height: 0px; } .nav > #nav-check:checked ~ .nav-links { height:160px; overflow:hidden; } }
public/css/layer0.css
@charset "utf-8"; /* CSS Document */ @import url("font.css"); .layer0 { width:100%;text-align:center;height:auto;float:left;clear:both;padding-top:3%;padding-bottom:0px; display:inline-block } .layer0mobile { width:100%;text-align:center;height:auto;float:left;clear:both;padding-top:0px;padding-bottom:0px; display:none;z-index:999;max-height:90px; } .layer0left , .layer0mid , .layer0right { display:inline-block; } .layer0left { /*76 1300*/ /*padding:0px;width:5.84615384615385%;*/ padding:0px;width:2%; } .layer0mid { /*1160 1300 */ width:94%;text-align:center; } .layer0mid .div1 , .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div4 { font-family: 'MontserratRegular', sans-serif;color:#4e4d4d;font-size:28px;min-height:52px;height:auto; } .layer0mid .div1 a , .layer0mid .div2 a , .layer0mid .div3 a , .layer0mid .div4 a { font-family:inherit;font-size:inherit;color:inherit; } .layer0mid .div2 a:hover , .layer0mid .div3 a:hover , .layer0mid .div1 a:hover , .layer0mid .div4 a:hover { color:#f0504a; } .clicked1 , .clicked1 a { font-family: 'MontserratSemiBold', sans-serif;color:#f0504a !important;font-size:28px; } .layer0mid .div1 , .layer0mid .div2 , .layer0mid .div3 { width:27%;text-align:center;display:inline-block;cursor:pointer; } .layer0mid .div4 { width:16%;text-align:center;display:inline-block;cursor:pointer; } .div1clicked { border-bottom:2px solid #f0504a;height:54px; } .layer0mid .div1:hover , .layer0mid .div2:hover , .layer0mid .div3:hover , .layer0mid .div4:hover { color:#f0504a; } .layer0right { width:2%; } @media all and (min-width: 1px) and (max-width: 800px) { .layer0 { display:none; } .layer0mobile { display:inline-block; } } @media all and (min-width: 1500px) and (max-width: 1600px) { } @media all and (min-width: 1400px) and (max-width: 1500px) { } @media all and (min-width: 1350px) and (max-width: 1400px) { } @media all and (min-width: 1300px) and (max-width: 1350px) { } @media all and (min-width: 1250px) and (max-width: 1300px) { } @media all and (min-width: 1200px) and (max-width: 1250px) { } @media all and (min-width: 1150px) and (max-width: 1200px) { } @media all and (min-width: 1100px) and (max-width: 1150px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 1050px) and (max-width: 1100px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 1000px) and (max-width: 1050px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:24px; } .clicked1 , .clicked1 a { font-size:24px; } } @media all and (min-width: 950px) and (max-width: 1000px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:23px; } .clicked1 , .clicked1 a { font-size:23px; } } @media all and (min-width: 900px) and (max-width: 950px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:21px; } .clicked1 , .clicked1 a { font-size:21px; } } @media all and (min-width: 850px) and (max-width: 900px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:20px; } .clicked1 , .clicked1 a { font-size:20px; } } @media all and (min-width: 800px) and (max-width: 850px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:19px; } .clicked1 , .clicked1 a { font-size:19px; } } @media all and (min-width: 750px) and (max-width: 800px) { .layer0mid .div2 , .layer0mid .div3 , .layer0mid .div1 , .layer0mid .div4 { font-size:18px; } .clicked1 , .clicked1 a { font-size:18px; } } @media all and (min-width: 700px) and (max-width: 750px) { } @media all and (min-width: 650px) and (max-width: 700px) { } @media all and (min-width: 600px) and (max-width: 650px) { } @media all and (min-width: 550px) and (max-width: 600px) { } @media all and (min-width: 500px) and (max-width: 550px) { } @media all and (min-width: 450px) and (max-width: 500px) { } @media all and (min-width: 400px) and (max-width: 450px) { } @media all and (min-width: 350px) and (max-width: 400px) { } @media all and (min-width: 1px) and (max-width: 350px) { } .nav { height: 50px; width: 100%; background-color: #d4d3d3; position: relative;top:0px; } .nav > .nav-header { display: inline; } .nav > .nav-header > .nav-title { display: inline-block; font-size: 22px; color: #fff; font-weight: 550; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; padding: 10px 10px 10px 10px; } .nav > .nav-btn { display: none; } .nav > .nav-links { display: inline; float: left; font-size: 18px; } .nav > .nav-links > ul li a{ display: block; padding: 0 8px; color: #fff; line-height: 40px; font-size: 18px; text-decoration: none; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-links > ul{ padding: 0; margin-top: 0px; list-style: none; position: relative; } .nav > .nav-links > ul li{ display: inline-block; background-color: #1177ca; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-links > ul li:hover{ background-color: #494545; border-radius: 5px; } .nav > #nav-check { display: none; } .nav .nav-links ul a.icon{ margin-left: 80px; margin-right: 10px; } .nav .nav-links ul a i{ background-color: #fff; border-radius: 50px; padding: 7px; margin-left: 5px; } @media (max-width:800px) { .nav > .nav-btn { display: inline-block; position: absolute; left: 0px; top: 0px; } .nav > .nav-btn > label { display: inline-block; width: 50px; height: 23px; padding: 13px; font-family: 'MontserratRegular' , Arial, Helvetica, sans-serif; } .nav > .nav-btn > label:hover,.nav #nav-check:checked ~ .nav-btn > label { background-color: rgba(0, 0, 0, 0.3); } .nav > .nav-btn > label > span { display: block; width: 25px; height: 10px; border-top: 2px solid #eee; } .nav > .nav-links { position: absolute; display: block; width: 270px; background-color: #aba8a8; height: 0px; transition: all 0.3s ease-in; overflow-y: hidden; top: 50px; left: 0px; height:160px; } .nav > .nav-links > ul li a { display: block; width: 100%; } /* */ .nav > .nav-links > ul li{ display: block; margin-bottom: 0px; padding: 0; background-color: #9c9696; } .nav > .nav-links > ul li a{ margin-left: 1%; } .nav .nav-links ul a.icon{ margin-left: 3%; } /* */ .nav > #nav-check:not(:checked) ~ .nav-links { height: 0px; } .nav > #nav-check:checked ~ .nav-links { height:160px; overflow:hidden; } }
0.116701
0.06134
@import "normalize.css"; @import "variables.css"; body{ font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background: url("/images/countries.jpg") no-repeat fixed top center ; background-size: cover; } a { color:#333; text-decoration: none; } a:hover { font-weight: bold; } @media only screen and (min-width: 980px){ .container { width:850px; margin:0 auto; } } @media only screen and (min-width: 1270px){ .container { width:1260px; margin:0 auto; } } @media only screen and (max-width: 600px){ header nav{ display: none; } } header{ display: flex; justify-content: space-between; margin:var(--margin); align-items: center; padding:1rem 1.5rem; background: var(--background) } header nav ul li { display: inline-flex; margin-left:0.7rem ; } header nav ul li img { margin-right:0.4rem ; } header .title{ font-size: 2rem; display: flex; align-items: center; font-weight: bold; } header .title a { color:#1D3557; } header .title img { margin-right: 0.7rem; } .content { padding:1rem 1.5rem; margin:var(--margin); background: var(--background); } .countries { max-width:100%; display:flex; flex-wrap: wrap; } .country{ display:flex; flex-direction: column; margin:0.7rem; justify-content: center; align-items: center; width: 195px; height: 175px; overflow: hidden; border:1px dashed #cccccc; padding:5px } .country:hover{ border:1px solid #aaa; } .country img{ width:170px; } .country-name{ max-height: 2.3rem; overflow: hidden; } footer { display: flex; flex-direction: column; justify-content: center; align-items: center; margin:var(--margin); padding:var(--margin); background: var(--background); } .content-header{ display: flex; justify-content: space-between; align-items: center; } .content-header-title{ display: flex; align-items: center; } .content-header-title h2{ margin-left:10px; } .content-header-search input { background:#fff; border:1px solid #ccc; padding:0.7rem; } .content-information-container { border:1px dashed #ccc; padding:1rem; } .content-information { display: flex; } .content-information{ padding:0.5rem; } .information-title { font-weight: bold; } .information-title:after{ content: ':'; } .information-detail { margin-left:0.7rem; white-space: pre-line } .center { margin: auto } .pagination{ display: flex; } .pagination-link{ margin-left:0.5rem; padding:0.7rem; border:1px solid #ccc; } .active { background:#cccccc; }
css/style.css
@import "normalize.css"; @import "variables.css"; body{ font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; background: url("/images/countries.jpg") no-repeat fixed top center ; background-size: cover; } a { color:#333; text-decoration: none; } a:hover { font-weight: bold; } @media only screen and (min-width: 980px){ .container { width:850px; margin:0 auto; } } @media only screen and (min-width: 1270px){ .container { width:1260px; margin:0 auto; } } @media only screen and (max-width: 600px){ header nav{ display: none; } } header{ display: flex; justify-content: space-between; margin:var(--margin); align-items: center; padding:1rem 1.5rem; background: var(--background) } header nav ul li { display: inline-flex; margin-left:0.7rem ; } header nav ul li img { margin-right:0.4rem ; } header .title{ font-size: 2rem; display: flex; align-items: center; font-weight: bold; } header .title a { color:#1D3557; } header .title img { margin-right: 0.7rem; } .content { padding:1rem 1.5rem; margin:var(--margin); background: var(--background); } .countries { max-width:100%; display:flex; flex-wrap: wrap; } .country{ display:flex; flex-direction: column; margin:0.7rem; justify-content: center; align-items: center; width: 195px; height: 175px; overflow: hidden; border:1px dashed #cccccc; padding:5px } .country:hover{ border:1px solid #aaa; } .country img{ width:170px; } .country-name{ max-height: 2.3rem; overflow: hidden; } footer { display: flex; flex-direction: column; justify-content: center; align-items: center; margin:var(--margin); padding:var(--margin); background: var(--background); } .content-header{ display: flex; justify-content: space-between; align-items: center; } .content-header-title{ display: flex; align-items: center; } .content-header-title h2{ margin-left:10px; } .content-header-search input { background:#fff; border:1px solid #ccc; padding:0.7rem; } .content-information-container { border:1px dashed #ccc; padding:1rem; } .content-information { display: flex; } .content-information{ padding:0.5rem; } .information-title { font-weight: bold; } .information-title:after{ content: ':'; } .information-detail { margin-left:0.7rem; white-space: pre-line } .center { margin: auto } .pagination{ display: flex; } .pagination-link{ margin-left:0.5rem; padding:0.7rem; border:1px solid #ccc; } .active { background:#cccccc; }
0.284974
0.070977
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after { content: ""; } q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /* Main Styles */ * { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background:url(../img/farmer.png); font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:12px; height:100%; margin:0px; padding:0px; width:100%; } p{font-size:14px;color:#6a6a6a;line-height: 18px} header.main-header{ border-bottom:1px solid #fed23a; height:50px; position:fixed; width:100%; z-index: 9999; background:#000; } header.main-header a{ text-decoration: none; } header.main-header h1{ padding-left: 65px; line-height: 50px; color:#fed23a; font-family: 'HelveticaNeue', Helvetica, Arial; font-size: 1.4em; font-weight: 100; text-transform: uppercase; } header.main-header h1 span{ color:#fff; font-weight:300; } header.main-header h1:before{ content: url(../img/icon.png); display: block; position:absolute; left:20px; top:50%; margin-top:-18px; } #appMain{ padding-top:50px; } .mobile-trigger{ display: block; position: absolute; width:25px; height: 30px; top:14px; right:20px; cursor: pointer; } .mobile-trigger span{ display: block; background-color: #fff; width:25px; height:2px; margin-bottom: 5px; } .mobi-list-view li{ width:100%; min-height: 80px; position: relative; overflow: hidden; background-color: #f6f6f6; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #fff; } .mobi-list-view .thumb-wrap{ float:left; width:80px; height:80px; margin-right: 20px; } .mobi-list-view li a img{ max-width: 100%; display: block; height: auto; float:left; } .mobi-list-view li a{ display: block; width:100%; height:80px; color:#333; text-decoration: none; } .mobi-list-view .title-wrap{ padding-top: 10px; padding-right: 20px; } .mobi-list-view li h2{ font-family: 'Open Sans', sans-serif; font-weight: 400; white-space: normal; font-size: 1.2em; line-height: 1.5em; margin-top:0; } .title_overlay{ position:absolute; bottom:0; width:100%; min-height: 2em; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.23); font-size:1em; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.001)), to(rgba(0,0,0,0.6))); background-image: -moz-linear-gradient(rgba(0,0,0,0.001) 0%, rgba(0,0,0,0.6) 95%); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000, endColorStr=#99000000, gradientTtype=0); /* Opera 11.10+ */ background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* IE10+ */ /* W3C */ } .title_overlay h1{ padding:10px 20px; font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.6em; margin-bottom: .5em; line-height: 1.2em; } .main-story-wrap{ width:100%; position:relative; } .main-story-wrap img{ width: 100%; max-width: 640px; border-bottom:1px solid rgba(255,255,255,0.45); } #page-title-bar{ padding-top:.125em; background-color: #c6c4c4; border-bottom:1px solid rgba(0,0,0,0.35); } #page-title-bar h2{ font-size: 14px; margin-left:10px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; } #all-posts{ margin-top: 0 } #all-posts h2{ font-family: 'Open Sans', sans-serif; font-weight: 400;white-space: normal; font-size: 1em; margin:0; } span.date, a.date, .author_email{ font-family: 'Open Sans Condensed', sans-serif; font-weight:300; color:#acacac; font-size:12px; } time.date{ position: absolute; bottom:15%; right:10%; color:#acacac; } a.featured{ position:relative; display: block; width: 100%; } .featured .title_overlay time.date{ position:absolute; right:5%; bottom:15%; left:auto; z-index:20; } #featured-tb{ margin:0; font-family: 'Open Sans', sans-serif; font-weight:400; background: #e9e9e9; font-size: 1em; line-height: 2.5em; text-indent: 20px; color:#666; } .article-wrap h1{ font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 2.5em; margin:.8em 0; } .main-story-wrap img{ display: block; max-width: 100%; height: auto; border-bottom: 1px solid rgba(255,255,255,0.75); } .article-wrap{ padding: 40px 20px; position:relative; } .article-wrap p{ padding: .5em 0; line-height: 1.5; } .author{ margin-top: 20px; } .single-content-wrap{ padding-top: 20px; position: relative; } .pagenav{ position: absolute; top:10px; right:20px; color:#666; } #right-panel{ background: rgba(0,0,0,0.85); position: fixed; width:50%; max-width: 400px; height:100%; top:51px; left:0; border-right: 1px solid rgba(255,255,255,0.12); border-top: 1px solid rgba(255,255,255,0.12); -webkit-transform: translateX(-400px); -ms-transform: translateX(-400px); -o-transform: translateX(-400px); transform: translateX(-400px); -webkit-transition: ease 0.6s; -o-transition: ease 0.6s; transition: ease 0.6s; } #right-panel.show-panel{ -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s; transition: ease-in-out 0.6s; } #right-panel .ui-panel-inner{padding:0;} #right-panel .sidebar-nav a{ display:block; font-family:'open sans', 'HelveticaNeue', Helvetica, Arial, sans-serif; text-decoration: none; color: rgba(255,255,255,0.85); font-size: 1.5em; font-weight:100; text-align: right; line-height: 3em; padding-right:20px; border-bottom:1px solid rgba(0,0,0,0.5); border-top:1px solid rgba(255,255,255,0.1); } #next-page, #prev-page{ cursor: pointer; background:rgba(0,0,0,0.3); border-radius: 5px; padding:10px; display: inline-block; margin-top:20px; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; }
css/styles.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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after { content: ""; } q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } /* Main Styles */ * { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background:url(../img/farmer.png); font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:12px; height:100%; margin:0px; padding:0px; width:100%; } p{font-size:14px;color:#6a6a6a;line-height: 18px} header.main-header{ border-bottom:1px solid #fed23a; height:50px; position:fixed; width:100%; z-index: 9999; background:#000; } header.main-header a{ text-decoration: none; } header.main-header h1{ padding-left: 65px; line-height: 50px; color:#fed23a; font-family: 'HelveticaNeue', Helvetica, Arial; font-size: 1.4em; font-weight: 100; text-transform: uppercase; } header.main-header h1 span{ color:#fff; font-weight:300; } header.main-header h1:before{ content: url(../img/icon.png); display: block; position:absolute; left:20px; top:50%; margin-top:-18px; } #appMain{ padding-top:50px; } .mobile-trigger{ display: block; position: absolute; width:25px; height: 30px; top:14px; right:20px; cursor: pointer; } .mobile-trigger span{ display: block; background-color: #fff; width:25px; height:2px; margin-bottom: 5px; } .mobi-list-view li{ width:100%; min-height: 80px; position: relative; overflow: hidden; background-color: #f6f6f6; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #fff; } .mobi-list-view .thumb-wrap{ float:left; width:80px; height:80px; margin-right: 20px; } .mobi-list-view li a img{ max-width: 100%; display: block; height: auto; float:left; } .mobi-list-view li a{ display: block; width:100%; height:80px; color:#333; text-decoration: none; } .mobi-list-view .title-wrap{ padding-top: 10px; padding-right: 20px; } .mobi-list-view li h2{ font-family: 'Open Sans', sans-serif; font-weight: 400; white-space: normal; font-size: 1.2em; line-height: 1.5em; margin-top:0; } .title_overlay{ position:absolute; bottom:0; width:100%; min-height: 2em; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.23); font-size:1em; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.001)), to(rgba(0,0,0,0.6))); background-image: -moz-linear-gradient(rgba(0,0,0,0.001) 0%, rgba(0,0,0,0.6) 95%); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000, endColorStr=#99000000, gradientTtype=0); /* Opera 11.10+ */ background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* IE10+ */ /* W3C */ } .title_overlay h1{ padding:10px 20px; font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 1.6em; margin-bottom: .5em; line-height: 1.2em; } .main-story-wrap{ width:100%; position:relative; } .main-story-wrap img{ width: 100%; max-width: 640px; border-bottom:1px solid rgba(255,255,255,0.45); } #page-title-bar{ padding-top:.125em; background-color: #c6c4c4; border-bottom:1px solid rgba(0,0,0,0.35); } #page-title-bar h2{ font-size: 14px; margin-left:10px; font-family: 'Open Sans Condensed', sans-serif; font-weight:700; } #all-posts{ margin-top: 0 } #all-posts h2{ font-family: 'Open Sans', sans-serif; font-weight: 400;white-space: normal; font-size: 1em; margin:0; } span.date, a.date, .author_email{ font-family: 'Open Sans Condensed', sans-serif; font-weight:300; color:#acacac; font-size:12px; } time.date{ position: absolute; bottom:15%; right:10%; color:#acacac; } a.featured{ position:relative; display: block; width: 100%; } .featured .title_overlay time.date{ position:absolute; right:5%; bottom:15%; left:auto; z-index:20; } #featured-tb{ margin:0; font-family: 'Open Sans', sans-serif; font-weight:400; background: #e9e9e9; font-size: 1em; line-height: 2.5em; text-indent: 20px; color:#666; } .article-wrap h1{ font-family: 'Open Sans Condensed', sans-serif; font-weight: 300; font-size: 2.5em; margin:.8em 0; } .main-story-wrap img{ display: block; max-width: 100%; height: auto; border-bottom: 1px solid rgba(255,255,255,0.75); } .article-wrap{ padding: 40px 20px; position:relative; } .article-wrap p{ padding: .5em 0; line-height: 1.5; } .author{ margin-top: 20px; } .single-content-wrap{ padding-top: 20px; position: relative; } .pagenav{ position: absolute; top:10px; right:20px; color:#666; } #right-panel{ background: rgba(0,0,0,0.85); position: fixed; width:50%; max-width: 400px; height:100%; top:51px; left:0; border-right: 1px solid rgba(255,255,255,0.12); border-top: 1px solid rgba(255,255,255,0.12); -webkit-transform: translateX(-400px); -ms-transform: translateX(-400px); -o-transform: translateX(-400px); transform: translateX(-400px); -webkit-transition: ease 0.6s; -o-transition: ease 0.6s; transition: ease 0.6s; } #right-panel.show-panel{ -webkit-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px); -webkit-transition: ease-in-out 0.6s; -o-transition: ease-in-out 0.6s; transition: ease-in-out 0.6s; } #right-panel .ui-panel-inner{padding:0;} #right-panel .sidebar-nav a{ display:block; font-family:'open sans', 'HelveticaNeue', Helvetica, Arial, sans-serif; text-decoration: none; color: rgba(255,255,255,0.85); font-size: 1.5em; font-weight:100; text-align: right; line-height: 3em; padding-right:20px; border-bottom:1px solid rgba(0,0,0,0.5); border-top:1px solid rgba(255,255,255,0.1); } #next-page, #prev-page{ cursor: pointer; background:rgba(0,0,0,0.3); border-radius: 5px; padding:10px; display: inline-block; margin-top:20px; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; }
0.402862
0.065785
html,body { font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif !important; -webkit-font-smoothing:antialiased; overflow-x:hidden; font-size:14px; color:#475059; } a { color:#475059; outline:none!important; } a:hover,a:focus { color:#475059; } #loadingPage .loading-shade { cursor:wait; display:block; width:100%; height:100%; opacity:0.0; filter:alpha(opacity=00); background:#fff; position:absolute; top:0; left:0; z-index:100009; } #loadingPage .loading-content { cursor:default; position:absolute; z-index:100019; width:auto; border:1px solid rgb(187,187,187); height:80px; line-height:80px; padding-left:80px; padding-right:20px; border-radius:10px; color:rgb(102,102,102); font-size:20px; left:0px; top:0px; background:url(../../img/loading.gif) 5px 50% no-repeat rgb(255,255,255); box-shadow:0 1px 15px rgba(0,0,0,.175); } .container { padding-left:8px; padding-right:8px; margin:0; width:100%; } @media (max-width:767px) { .container { padding-left:5px; padding-right:5px; } }.row { margin-left:-8px; margin-right:-8px; } #theme-wrapper { box-shadow:0 0 53px 0 rgba(0,0,0,0.55); } #page-wrapper { background-color:#2c3e50 } .pace .pace-progress { background:#09c; position:fixed; z-index:2000; top:0; left:0; height:2px; transition:width 1s; } .pace-inactive { display:none } #content-wrapper { background:#fff; height:100%; margin-top:0; margin-bottom:0; position:relative; height:100%; margin-left:220px; } @media (max-width:991px) { #content-wrapper { margin-left:0; border-left:0!important; border-right:0!important; } }@media (max-width:767px) { #content-wrapper { padding:10px 8px 0 8px } }@media (max-width:419px) { #content-wrapper { padding:5px 5px 0 5px } }#content-wrapper>.row { opacity:1 } .navbar-toggle { border:medium none; font-size:1.4em; height:50px; margin:0; text-shadow:none; width:50px; z-index:100; border-radius:0; background-clip:padding-box; } .navbar-toggle .icon-bar { background:none repeat scroll 0 0 white } .nav>li { float:left } .navbar-nav { margin:0 0 0 10px } .navbar-nav>li>a { padding-bottom:15px; padding-top:15px; line-height:24px; } .nav-pills>li { float:none } .nav-pills>li>a { background-clip:padding-box; } .navbar>.container .navbar-brand { background:#34495e; color:#fff; font-weight:bold; font-size:20px; width:220px; margin-left:-8px; text-align:center; padding:15px 0px; } @media (max-width:991px) { .navbar>.container .navbar-brand { background:transparent; color:#262626; } }@media (max-width:767px) { .navbar>.container .navbar-brand { padding-top:12px; padding-top:12.5px; } }@media (max-width:767px) { #logo { width:150px; padding-left:0; font-size:1em; margin-left:6px; } }@media (max-width:400px) { #logo { width:auto; margin-left:15px; } }@media (max-width:767px) { #logo img { height:19px } }@media (max-width:400px) { #logo span { display:none } }#logo.navbar-brand>img { margin:0 auto; padding-right:4px; height:30px; } @media (max-width:767px) { #logo.navbar-brand>img { height:25px } }@media (min-width:992px) { #logo.navbar-brand>img.normal-logo.logo-white { display:block } }@media (max-width:991px) { #logo.navbar-brand>img.normal-logo.logo-white { display:none } }@media (min-width:992px) { #logo.navbar-brand>img.normal-logo.logo-black { display:none } }@media (max-width:991px) { #logo.navbar-brand>img.normal-logo.logo-black { display:block } }#header-navbar { background:#fff; border:0 none; border-radius:0; background-clip:padding-box; margin:0; min-height:50px; color:#262626; position:relative; z-index:99; } #header-navbar .navbar-form .form-group { position:relative } #header-navbar .navbar-form .form-control { background:#131313; color:#707070; height:30px; line-height:30px; margin-top:2px; font-size:0.75em; } #header-navbar .navbar-form .nav-search-icon { position:absolute; color:#707070; right:6px; top:8px; } #header-navbar .nav>li>a { height:50px } #header-navbar .nav>li>a>span.count { background:none repeat scroll 0 0 #f4786e; border-radius:50%; background-clip:padding-box; color:#fff; display:block; font-size:9px; height:14px; line-height:14px; position:absolute; right:10px; text-align:center; top:11px; width:14px; } #header-navbar .profile-dropdown>a { padding-top:8px; padding-bottom:7px; line-height:35px; } #header-navbar .profile-dropdown>a>img { border-radius:50%; background-clip:padding-box; float:left; height:35px; margin-right:5px; width:35px; border:2px solid #fff; } #header-navbar .profile-dropdown>a>span { float:left; display:block; margin-right:3px; font-size: 1em; } #header-nav .form-control { border-radius:0; background-clip:padding-box; border:0; } #header-navbar .navbar-left .navbar-nav { margin-left:0 } #header-navbar .nav>li>a { padding-left:18px; padding-right:18px; color:#484848; border:none; border-radius:0; background-clip:padding-box; cursor:pointer; } #header-navbar .nav>li>a>i,#sidebar-nav .nav>li>a>i { font-size:1.125em } #sidebar-nav .nav>li>a:focus,#sidebar-nav .nav .open>a,#sidebar-nav .nav .open>a:focus { background:inherit } #sidebar-nav .nav>li>a:hover,#sidebar-nav .nav .open>a:hover { background:#253443; color:#fff; outline:none; } #header-navbar .nav>li>a:hover,#header-navbar .nav>li>a:focus,#header-navbar .nav .open>a,#header-navbar .nav .open>a:hover,#header-navbar .nav .open>a:focus,.navbar-toggle:hover,.navbar-toggle:focus,.mobile-search.active>.btn { background:#09c; color:#fff; } #header-navbar .nav>li>a:hover,#header-navbar .nav>li>a:focus,#header-navbar .nav .open>a,#header-navbar .nav .open>a:hover,#header-navbar .nav .open>a:focus { background-color:#09c } .nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus,#sidebar-nav .nav-pills>li.active>a,#sidebar-nav .nav-pills>li.active>a:hover,#sidebar-nav .nav-pills>li.active>a:focus,.nav-pills>li.open>a,.nav-pills>li.open>a:hover,.nav-pills>li.open>a:focus,#sidebar-nav .nav-pills>li.open>a,#sidebar-nav .nav-pills>li.open>a:hover,#sidebar-nav .nav-pills>li.open>a:focus,.nav-small #nav-col #sidebar-nav .nav-pills>li.open>a { background-color:#253443; color:#fff; border-left-color:#09c; } #header-navbar .nav>li .caret { border-top-color:#fff; border-bottom-color:#fff; } #header-navbar .nav a:hover .caret { border-top-color:#fff; border-bottom-color:#fff; } .drowdown-search { background:#FFFFFF; display:block; left:168px; padding:4px 0; position:absolute; top:0; transition:left 0.25s ease-out 0s,right 0.25s ease-out 0s; width:0; z-index:1; overflow:hidden; } @media (max-width:991px) { .drowdown-search { box-shadow:0 1px 1px rgba(0,0,0,0.3); display:block; left:0; padding:10px 0; top:50px; width:100%; display:none; transition:none; } }.drowdown-search form .form-group { position:relative; margin:0 15px; } .drowdown-search form .form-control { background:none repeat scroll 0 0 #FFFFFF; box-shadow:none!important; color:#929292; font-size:1em; font-weight:400; height:42px; line-height:42px; padding-left:5px; padding-right:26px; } @media (max-width:991px) { .drowdown-search form .form-control { font-size:1.6em; font-weight:600; } }.drowdown-search form .nav-search-icon { color:#929292; font-size:1.2em; position:absolute; right:5px; top:13px; cursor:pointer; } @media (max-width:991px) { .drowdown-search form .nav-search-icon { font-size:1.8em; right:15px; top:8px; } }.drowdown-search form .form-control::-webkit-input-placeholder { color:#929292 } .drowdown-search form .form-control:-moz-placeholder { color:#929292 } .drowdown-search form .form-control::-moz-placeholder { color:#929292 } .drowdown-search form .form-control:-ms-input-placeholder { color:#929292 } .mobile-search { overflow:hidden } @media (max-width:991px) { .mobile-search { position:inherit!important; overflow:visible; } }.mobile-search>a.btn { float:right } .mobile-search.active { width:220px } @media (max-width:991px) { .mobile-search.active { width:auto } }.mobile-search.active .drowdown-search { width:220px; left:0; } @media (max-width:991px) { .mobile-search.active .drowdown-search { display:block; width:100%; left:0; } }@media (max-width:400px) { #header-navbar .container { padding:0 } }@media (max-width:400px) { .profile-dropdown .dropdown-toggle { padding-left:5px!important; padding-right:5px!important; } }@media (max-width:400px) { #header-nav .nav { margin-left:0 } }#col-left { position:relative; color:#003940; height:100%; } #col-left a { color:#e1e1e1 } #col-left a:hover,#col-left .nav-active a.nav-link,#col-left a.active { color:#fff } #col-left * { outline:none } #nav-col { padding:0; z-index:100; position:absolute; background:#2c3e50; width:220px; } @media (max-width:991px) { #nav-col { position:relative; width:auto; } }#sidebar-nav { max-height:100%; padding-left:0; padding-right:0; } #sidebar-nav .nav>li { margin:0 } #sidebar-nav .nav>li.nav-header { color:#fff; padding:12px 15px 6px 14px; border-top:2px solid #253443; } #sidebar-nav .nav>li.nav-header.nav-header-first { padding-top:4px; border-top:0; } #sidebar-nav .nav > li.common a { height:34px; line-height:20px; font-size:11px; white-space:nowrap; } #sidebar-nav .nav > li.common a > span { white-space:nowrap; font-weight:initial; } #sidebar-nav .nav > li.common a>i { position:absolute; margin-top:4px; font-size:1.125em; } #sidebar-nav .nav>li>a { color:#fff; height:44px; line-height:28px; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; overflow:hidden; padding:8px 15px 8px 20px; border-left:0 solid transparent; } #sidebar-nav .nav>li>a:hover { border-left-color:#09c } #sidebar-nav .nav>li>a>i { position:absolute; margin-top:8px; } #sidebar-nav .nav>li>a>span { margin-left:35px; font-weight:400; } #sidebar-nav .nav>li>a>span.label { font-size:0.75em; margin:5px 0 0 0; padding:4px 0.6em; } #sidebar-nav .nav>li>a>span.label.label-circle { margin-right:5px } #sidebar-nav .nav>li.open>a { border-bottom-color:#252525; outline:none; text-decoration:none; } #sidebar-nav .nav>li.active>.submenu>li.active>.submenu { display:block } #sidebar-nav .nav li a.dropdown-toggle>.drop-icon { color:#fff; font-size:12px; margin-top:-6px; position:absolute; right:25px; top:50%; transition:transform 0.2s ease-in-out 0.1s; } #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon,#sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon { color:#fff; transform:rotate(90deg); } #sidebar-nav .nav li .submenu { display:none; background:#253443; padding:5px 0; margin:0; list-style:none; } #sidebar-nav .nav li .submenu>li { position:relative } #sidebar-nav .nav li .submenu>li>a { display:block; line-height:38px; padding-left:66px; color:#fff; outline:none; text-decoration:none; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; } #sidebar-nav .nav li .submenu>li:first-of-type>a { border-top:0 } #sidebar-nav .nav li .submenu>li>a:hover,#sidebar-nav .nav li .submenu>li>a.active,#sidebar-nav .nav li .submenu>li.active>a,#sidebar-nav .nav li .submenu>li.open>a { text-decoration:none; color:#fff; background-color:#1f2c39; } #sidebar-nav .nav li.active>.submenu { display:block } #sidebar-nav .nav>.open .submenu .submenu,#sidebar-nav .nav>.active .submenu .submenu { display:none } #sidebar-nav .nav>.open .submenu>.open>a,#sidebar-nav .nav>.open .submenu>.active>a,#sidebar-nav .nav>.active .submenu>.open>a,#sidebar-nav .nav>.active .submenu>.active>a { background:inherit; border-bottom-color:#1f2c39; box-shadow:0 -1px 0 #1f2c39 inset; } #sidebar-nav .nav>.open .submenu>li a,#sidebar-nav .nav>.active .submenu>li a { position:relative } #sidebar-nav .nav>.open .submenu>li>a.dropdown-toggle>.drop-icon,#sidebar-nav .nav>.active .submenu>li>a.dropdown-toggle>.drop-icon { font-size:10px; margin-top:-5px; } #sidebar-nav .nav>.open .submenu>li>.submenu,#sidebar-nav .nav>.active .submenu>li>.submenu { background-color:#1f2c39 } #sidebar-nav .nav>.open .submenu>li>.submenu>li a:hover,#sidebar-nav .nav>.open .submenu>li>.submenu>li a.active,#sidebar-nav .nav>.active .submenu>li>.submenu>li a:hover,#sidebar-nav .nav>.active .submenu>li>.submenu>li a.active { color:#09c } #sidebar-nav .nav>.open .submenu>li>.submenu a,#sidebar-nav .nav>.active .submenu>li>.submenu a { border-bottom:0 none; border-top:0 none; padding-left:85px; } #sidebar-nav .nav>.open .submenu>li>.submenu a:before,#sidebar-nav .nav>.active .submenu>li>.submenu a:before { content:""; display:inline; font-family:FontAwesome; font-size:4px; font-style:normal; font-weight:normal; margin-left:-10px; margin-top:1px; position:absolute; } .navbar-nav .open .dropdown-menu { background-color:#FFFFFF; border:none; box-shadow:0 6px 12px rgba(0,0,0,0.176); left:0; position:absolute; } .dropdown-menu > li > a { padding:6px 20px; } .dropdown-menu li i { margin-right:8px; font-size:1em; margin-top:3px; width:15px; } #user-left-box { padding:20px 15px 10px 25px; } #user-left-box img { border-radius:18%; background-clip:padding-box; border:3px solid #fff; width:70px; } #user-left-box .user-box { color:#fff; padding-left:0px; padding-top:10px; } #user-left-box .user-box>.name { display:block; font-size:1em; font-weight:600; line-height:1.2; } #user-left-box .user-box>.name>a { color:#fff } #user-left-box .user-box>.name>a:hover,#user-left-box .user-box>.name>a:focus { color:#E1E1E1; text-decoration:none; } #user-left-box .user-box>.status { display:block; font-size:0.75em; padding-top:8px; } #user-left-box .user-box>.status>i { color:#7FC8BA; margin-right:4px; } #user-left-box.dropdown .dropdown-menu { top:55px; left:30px; } #user-left-box.dropdown .dropdown-menu a { color:#707070; } #user-left-box.dropdown .dropdown-menu a:hover { background-color:#f6f6f6; color:#707070; } @media (min-width:992px) { .nav-small #nav-col { width:64px } .nav-small #content-wrapper { margin-left:64px; } .content-tabs { position:relative; height:42px; line-height:42px; background:#fafafa; border-bottom:solid 1px #2c3e50; font-size:13px; border-top:1px solid #ddd; } .content-tabs .roll-nav,.page-tabs-list { position:absolute; width:40px; height:42px; text-align:center; color:#475059; z-index:2; top:0 } .content-tabs .roll-left { left:0; border-right:solid 1px #f0f0f0 } .content-tabs .roll-right { right:0; border-left:solid 1px #f0f0f0 } .content-tabs button { background:#fff; border:0; height:39px; line-height:39px; width:40px; outline:0 } .content-tabs button:hover { background:#fafafa } .content-tabs button i { color:#999; } .content-tabs nav.page-tabs { margin-left:40px; width:100000px; height:44px; overflow:hidden } .content-tabs nav.page-tabs .page-tabs-content { font-size: 13px; float:left } .content-tabs .page-tabs a { display:block; float:left; border-right:solid 1px #f0f0f0; padding:0 15px; padding-right:8px; text-decoration:none; color:#475059; } .content-tabs .page-tabs a:first-child { padding-right:15px; } .content-tabs .page-tabs a.active { background:#2c3e50; color:#fff; border-right:solid 1px #2c3e50; } .content-tabs .page-tabs a i { margin-top:-10px; right:0px; position:relative; color:#999; } .content-tabs .page-tabs a i:hover { color:#c00 !important; } .content-tabs .page-tabs a.active i:hover { color:#fff !important; } .content-tabs .roll-right.tabRight { right:80px } .content-tabs .roll-right.btn-group { right:40px; width:40px; padding:0 } .content-tabs .roll-right.btn-group button { width:80px } .content-tabs .roll-right.tabExit { background:#fff; height:39px; width:40px; outline:0 } .nav-small #nav-col #user-left-box { display:none } .nav-small #nav-col #sidebar-nav .nav>li>a { padding-left:15px!important; padding-right:15px; text-align:center; } .nav-small #nav-col #sidebar-nav .nav>li>a>i { position:relative; font-size:1.25em; } .nav-small #nav-col #sidebar-nav .nav>li>a>span { display:none } .nav-small #nav-col #sidebar-nav .nav>li.nav-header { display:none } .nav-small #nav-col #sidebar-nav .nav li>a.dropdown-toggle>.drop-icon { display:none } .nav-small #nav-col #sidebar-nav .nav .submenu>li>a.dropdown-toggle>.drop-icon { display:block } .nav-small #nav-col #sidebar-nav .nav li .submenu { left:64px; position:absolute; top:0; width:210px; } .nav-small #nav-col #sidebar-nav .nav li .submenu>li>a { padding-left:28px } .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu,.nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu { left:auto; position:relative; top:auto; width:100%; } .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu a,.nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu a { padding-left:48px } .nav-small #sidebar-nav .nav li.active>.submenu { display:none } .nav-small #nav-col-submenu a.dropdown-toggle>.drop-icon { color:#868b98; font-size:12px; margin-top:-6px; position:absolute; right:25px; top:50%; transition:transform 0.2s ease-in-out 0.1s; } .nav-small #nav-col-submenu.open>a.dropdown-toggle>.drop-icon,.nav-small #nav-col-submenu.active>a.dropdown-toggle>.drop-icon { color:#fff; transform:rotate(90deg); } .nav-small #nav-col-submenu .submenu { display:none; background:#253443; padding:5px 0; margin:0; list-style:none; } .nav-small #nav-col-submenu .submenu>li { position:relative } .nav-small #nav-col-submenu .submenu>li>a { display:block; line-height:38px; padding-left:66px; color:#fff; outline:none; text-decoration:none; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; } .nav-small #nav-col-submenu .submenu>li:first-of-type>a { border-top:0 } .nav-small #nav-col-submenu .submenu>li>a:hover,.nav-small #nav-col-submenu .submenu>li>a.active,.nav-small #nav-col-submenu .submenu>li.active>a,.nav-small #nav-col-submenu .submenu>li.open>a { text-decoration:none; color:#fff; background-color:#1f2c39; } .nav-small #nav-col-submenu .submenu .submenu { display:none } .nav-small #nav-col-submenu .submenu>.open>a,.nav-small #nav-col-submenu .submenu>.active>a { background:inherit; border-bottom-color:#1f2c39; box-shadow:0 -1px 0 #1f2c39 inset; } .nav-small #nav-col-submenu .submenu>li a { position:relative } .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon { font-size:10px; margin-top:-5px; } .nav-small #nav-col-submenu .submenu>li>.submenu { background-color:#1f2c39 } .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover,.nav-small #nav-col-submenu .submenu>li>.submenu>li a.active { color:#09c } .nav-small #nav-col-submenu .submenu>li>.submenu a { border-bottom:0 none; border-top:0 none; padding-left:85px; } .nav-small #nav-col-submenu .submenu>li>.submenu a:before { content:"\f111"; display:inline; font-family:FontAwesome; font-size:4px; font-style:normal; font-weight:normal; margin-left:-10px; margin-top:1px; position:absolute; } .nav-small #nav-col-submenu .submenu { position:absolute; top:60px; left:64px; width:210px; } .nav-small #nav-col-submenu .submenu>li>a { padding-left:28px } .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon { display:block } .nav-small #nav-col-submenu>.submenu { display:block!important } .nav-small #nav-col-submenu .submenu>li>.submenu,.nav-small #nav-col-submenu .submenu>li>.submenu { left:auto; position:relative; top:auto; width:100%; } .nav-small #nav-col-submenu .submenu>li>.submenu a,.nav-small #nav-col-submenu .submenu>li>.submenu a { padding-left:48px } }@media (max-width:991px) { .navbar-toggle { display:block } #sidebar-nav.navbar-collapse { max-height:336px } }#config-tool { position:fixed; right:0; top:50%; width:200px; z-index:1000; transition:all 0.2s ease-in-out 0s; } #config-tool #config-tool-cog { background:#fff; border-radius:20px 0px 0px 20px; background-clip:padding-box; box-shadow:-3px 3px 3px -2px rgba(0,0,0,0.1); cursor:pointer; left:-17px; padding:1.5px 5px 1px 4px; position:absolute; text-align:center; width:21px; transition:all 0.1s ease-in-out 0s; top:0; } #config-tool.closed #config-tool-cog i { -webkit-animation:rotating 3s linear infinite; -moz-animation:rotating 3s linear infinite; -ms-animation:rotating 3s linear infinite; -o-animation:rotating 3s linear infinite; animation:rotating 3s linear infinite; } #config-tool.closed #config-tool-cog:hover { background-color:#09c; color:#fff; } #config-tool #config-tool-cog i { font-size:12px; } #config-tool #config-tool-options { background:#fff; box-shadow:-3px 3px 3px -2px rgba(0,0,0,0.1); padding:15px; } #config-tool #config-tool-options h4 { margin:0; font-size:1.3em; } #config-tool #config-tool-options ul { list-style:none; padding:15px 0 0; margin:0; } #config-tool #config-tool-options ul li { padding:4px 0; } #config-tool #config-tool-options ul li .checkbox { margin:0; } #config-tool.closed { right:-200px; } #config-tool.opened { right:0; } #config-tool #skin-colors li { display:block; float:left; padding:3px !important; } #config-tool #skin-colors li a.skin-changer { background:#09c; display:block; height:30px; width:30px; cursor:pointer; } #config-tool #skin-colors li:nth-child(5) { clear:left; } #config-tool #skin-colors li a.skin-changer.active { border:2px solid #ff0000; } .theme-white #header-navbar { background-color:#098cba; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-white .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-white .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-white .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-white .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-white .ckbox input[type="checkbox"]:checked + label:before { border-color:#098cba; background-color:#098cba; } .theme-white .rdio input[type="radio"]:checked + label:before { border-color:#098cba; } .theme-white .rdio input[type="radio"]:checked + label::after { background-color:#098cba; } .theme-white .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#098cba; background-color:#098cba; } .theme-white .navbar > .container .navbar-brand { background-color:#098cba; width:221px; } .theme-white #nav-col,.theme-white #page-wrapper { background-color:#ffffff; } .theme-white #sidebar-nav .nav > li > a { color:#484848; } .theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-white #sidebar-nav .nav li .submenu > li.open a,.theme-white #nav-col-submenu .submenu > li > .submenu,.theme-white #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-white #sidebar-nav .nav > .open > .submenu > .open > a,.theme-white #sidebar-nav .nav > .active > .submenu > .open > a,.theme-white #sidebar-nav .nav > .active > .submenu > .active > a,.theme-white #nav-col-submenu .submenu > .open > a,.theme-white #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:none; } .theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#098cba; } .theme-white .nav-pills > li.active > a,.theme-white .nav-pills > li.active > a:hover,.theme-white .nav-pills > li.active > a:focus,.theme-white #sidebar-nav .nav-pills > li.active > a,.theme-white #sidebar-nav .nav-pills > li.active > a:hover,.theme-white #sidebar-nav .nav-pills > li.active > a:focus,.theme-white .nav-pills > li.open > a,.theme-white .nav-pills > li.open > a:hover,.theme-white .nav-pills > li.open > a:focus,.theme-white #sidebar-nav .nav-pills > li.open > a,.theme-white #sidebar-nav .nav-pills > li.open > a:hover,.theme-white #sidebar-nav .nav-pills > li.open > a:focus,.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-white .nav-small #nav-col-submenu .submenu > .open > a,.theme-white .nav-small #nav-col-submenu .submenu > .active > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#098cba; border-bottom-color:#e0e0e0; color:#484848; } .theme-white #sidebar-nav .nav-pills > li.active > a > i { color:#098cba; } .theme-white #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#098cba; border-bottom-color:#e0e0e0; color:#484848; } .theme-white #header-navbar .nav > li > a { color:#fff; } .theme-white #sidebar-nav .nav li .submenu,.theme-white #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-white #sidebar-nav .nav li .submenu > li > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-white #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-white #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-white #sidebar-nav .nav li .submenu > li > a:hover,.theme-white #sidebar-nav .nav li .submenu > li > a.active,.theme-white #sidebar-nav .nav li .submenu > li.active > a,.theme-white .nav-small #nav-col-submenu .submenu > .open > a,.theme-white .nav-small #nav-col-submenu .submenu > .active > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-white .nav-small #nav-col-submenu .submenu > li > a.active,.theme-white .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-white .navbar > .container .navbar-brand { color:#fff; } .theme-white .navbar-toggle { color:#fff; } .theme-white .graph-box { background-color:#098cba !important; } .theme-white #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-white #user-left-box .user-box,.theme-white #user-left-box .user-box a { color:#16191c; } .theme-white #user-left-box .user-box a:hover,.theme-white #user-left-box .user-box a:focus { color:black; } .theme-white #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-white .nav-tabs { background-color:#f9f9f9; } .theme-white .nav-tabs > li.active > a,.theme-white .nav-tabs > li.active > a:hover,.theme-white .nav-tabs > li.active > a:focus { border-top-color:#098cba; } .theme-white h1 { color:#098cba; } .theme-white #header-navbar .nav > li > a:hover,.theme-white #header-navbar .nav > li > a:focus,.theme-white #header-navbar .nav .open > a,.theme-white #header-navbar .nav .open > a:hover,.theme-white #header-navbar .nav .open > a:focus,.theme-white .navbar-toggle:hover,.theme-white .navbar-toggle:focus,.theme-white .mobile-search.active > .btn { background-color:#23B862; } .theme-white a,.theme-white .fc-state-default,.theme-white .jvectormap-zoomin,.theme-white .jvectormap-zoomout,.theme-white #user-profile .profile-details ul > li > span { /*color:#098cba; */ } .theme-white a:hover,.theme-white a:focus,.theme-white .widget-users li > .details > .name > a:hover,.theme-white .widget-todo .actions > a:hover { /*color:#098cba; */ } .theme-white .table a.table-link:hover { color:#098cba; } .theme-white .pagination > li > a,.theme-white .pagination > li > span,.theme-white .pagination > li > a:hover,.theme-white .pagination > li > span:hover,.theme-white .pagination > li > a:focus,.theme-white .pagination > li > span:focus,.theme-white .pagination > li > a:active,.theme-white .pagination > li > span:active { color:#098cba; } .theme-white .pagination > .active > a,.theme-white .pagination > .active > span,.theme-white .pagination > .active > a:hover,.theme-white .pagination > .active > span:hover,.theme-white .pagination > .active > a:focus,.theme-white .pagination > .active > span:focus { background-color:#098cba; border-color:#098cba; color:#fff; } .theme-white .btn-primary,.theme-white .btn-info,.theme-white .btn-success,.theme-white .btn-warning,.theme-white .btn-danger,.theme-white .btn-primary:hover,.theme-white .btn-info:hover,.theme-white .btn-success:hover,.theme-white .btn-warning:hover,.theme-white .btn-danger:hover { color:#fff; } .theme-white .btn-primary { background-color:#098cba !important; border-color:#098cba; } .theme-white .btn-primary:hover,.theme-white .btn-primary:focus,.theme-white .btn-primary:active,.theme-white .btn-primary.active,.theme-white .open .dropdown-toggle.btn-primary { background-color:#23b862; border-color:#23b862; } .theme-white .btn-success { background-color:#09c; border-color:#09c; } .theme-white .btn-success:hover,.theme-white .btn-success:focus,.theme-white .btn-success:active,.theme-white .btn-success.active,.theme-white .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-white h1 { color:#098cba; } .theme-white .widget-users li > .details > .time { color:#098cba; } .theme-white .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e2fdee; } .theme-white .conversation-item.item-right .conversation-body,.theme-white .invoice-summary .invoice-summary-item { background-color:#e2fdee; } .theme-white blockquote,.theme-white blockquote.pull-right { border-color:#098cba; } .theme-white a.list-group-item.active,.theme-white a.list-group-item.active:hover,.theme-white a.list-group-item.active:focus { background-color:#098cba; border-color:#098cba; } .theme-white .nav .caret { border-bottom-color:#098cba; border-top-color:#098cba; } .theme-white .table thead > tr > th > a:hover span { color:#098cba; border-color:#098cba; } .theme-white #email-nav-items li.active { border-left-color:#098cba; border-right-color:#098cba; } .theme-white #email-nav-items li.active a { color:#098cba; } .theme-white #email-nav-items li.active .label-primary { background-color:#098cba; } .theme-white #email-nav-items li a:hover { color:#098cba; } .theme-white .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#098cba; } .theme-white .cd-timeline-img { background-color:#098cba; box-shadow:0 0 0 6px #bce9cf; } .theme-white #cd-timeline::before { background-color:#bce9cf; } .theme-white .dataTable thead th:hover { color:#098cba; } .theme-white .pace .pace-progress { background-color:#fff; } .theme-white #config-tool.closed #config-tool-cog:hover { background-color:#098cba; } @media only screen and (min-width:1170px) { .theme-white .cd-timeline-content .cd-date { color:#098cba; } }@media (max-width:991px) { .theme-white #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-white #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-white .navbar > .container .navbar-brand { background-color:#098cba; } }.theme-blue-gradient #header-navbar { box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); background:#09c; } .theme-blue-gradient #config-tool #skin-colors li a.skin-changer.blue-gradient { background:#09c; } .theme-blue-gradient .navbar > .container .navbar-brand { background:transparent; } .theme-blue-gradient .content-tabs { border-bottom:solid 2px #2c3e50; background:#fff !important; height:41px; border-top:none; } .theme-blue-gradient .page-tabs a.active { background:#2c3e50; color:#fff; } .theme-blue-gradient .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-blue-gradient .rdio input[type="radio"]:checked + label:before { border-color:#09c; } .theme-blue-gradient .rdio input[type="radio"]:checked + label::after { background-color:#09c; } .theme-blue-gradient .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-blue-gradient .form-control:focus { border-color:#09c; } .theme-blue-gradient #header-navbar .nav > li > a { color:#fff; } .theme-blue-gradient .btn-primary { background-color:#09c; border-color:#09c; } .theme-blue-gradient .btn-primary:hover,.theme-blue-gradient .btn-primary:focus,.theme-blue-gradient .btn-primary:active,.theme-blue-gradient .btn-primary.active,.theme-blue-gradient .open .dropdown-toggle.btn-primary { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue-gradient .btn-success { background-color:#09c; border-color:#09c; } .theme-blue-gradient .btn-success:hover,.theme-blue-gradient .btn-success:focus,.theme-blue-gradient .btn-success:active,.theme-blue-gradient .btn-success.active,.theme-blue-gradient .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue-gradient #header-navbar .nav > li > a:hover,.theme-blue-gradient #header-navbar .nav > li > a:focus,.theme-blue-gradient #header-navbar .nav .open > a,.theme-blue-gradient #header-navbar .nav .open > a:hover,.theme-blue-gradient #header-navbar .nav .open > a:focus { background-color:#41A2E4; } .theme-blue-gradient .navbar > .container .navbar-brand { color:#fff; } .theme-blue-gradient .navbar-toggle { color:#fff; } .theme-blue-gradient .red-bg { background:#f4786e !important; background:-moz-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4786e),color-stop(100%,#dd191d)) !important; background:-webkit-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-o-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-ms-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:linear-gradient(to bottom,#f4786e 0%,#dd191d 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$red-color',endColorstr='$red-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .emerald-bg { background:#09c !important; background:-moz-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#09c),color-stop(100%,#09c)) !important; background:-webkit-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-o-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-ms-linear-gradient(top,#09c 0%,#09c 100%) !important; background:linear-gradient(to bottom,#09c 0%,#09c 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color',endColorstr='#09c',GradientType=0 ) !important; } .theme-blue-gradient .yellow-bg { background:#ffc107 !important; background:-moz-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc107),color-stop(100%,#ffa000)) !important; background:-webkit-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-o-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-ms-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:linear-gradient(to bottom,#ffc107 0%,#ffa000 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$yellow-color',endColorstr='$yellow-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .blue-bg { background:#7FC8BA !important; background:-moz-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7FC8BA),color-stop(100%,#689f38)) !important; background:-webkit-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-o-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-ms-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:linear-gradient(to bottom,#7FC8BA 0%,#689f38 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$green-color',endColorstr='$green-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .purple-bg { background:#9972B5 !important; background:-moz-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9972B5),color-stop(100%,#7b1fa2)) !important; background:-webkit-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-o-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-ms-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:linear-gradient(to bottom,#9972B5 0%,#7b1fa2 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple-color',endColorstr='$purple-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .gray-bg { background:#90a4ae !important; background:-moz-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#90a4ae),color-stop(100%,#607d8b)) !important; background:-webkit-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-o-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-ms-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:linear-gradient(to bottom,#90a4ae 0%,#607d8b 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray-color',endColorstr='$gray-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .pace .pace-progress { background-color:#fff; } .theme-blue-gradient #nav-col,.theme-blue-gradient #page-wrapper { background-color:#2c3e50; } @media (max-width:991px) { .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-black { display:none; } }.theme-greenSea #header-navbar { background-color:#6ff3ad; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-greenSea .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-greenSea .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-greenSea .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-greenSea .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-greenSea .ckbox input[type="checkbox"]:checked + label:before { border-color:#6ff3ad; background-color:#6ff3ad; } .theme-greenSea .rdio input[type="radio"]:checked + label:before { border-color:#6ff3ad; } .theme-greenSea .rdio input[type="radio"]:checked + label::after { background-color:#6ff3ad; } .theme-greenSea .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#6ff3ad; background-color:#6ff3ad; } .theme-greenSea .navbar > .container .navbar-brand { background-color:transparent; width:221px; } .theme-greenSea #nav-col,.theme-greenSea #page-wrapper { background-color:#ffffff; } .theme-greenSea #sidebar-nav .nav > li > a { color:#484848; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-greenSea #sidebar-nav .nav li .submenu > li.open a,.theme-greenSea #nav-col-submenu .submenu > li > .submenu,.theme-greenSea #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-greenSea .nav-pills > li.active > a,.theme-greenSea .nav-pills > li.active > a:hover,.theme-greenSea .nav-pills > li.active > a:focus,.theme-greenSea #sidebar-nav .nav-pills > li.active > a,.theme-greenSea #sidebar-nav .nav-pills > li.active > a:hover,.theme-greenSea #sidebar-nav .nav-pills > li.active > a:focus,.theme-greenSea .nav-pills > li.open > a,.theme-greenSea .nav-pills > li.open > a:hover,.theme-greenSea .nav-pills > li.open > a:focus,.theme-greenSea #sidebar-nav .nav-pills > li.open > a,.theme-greenSea #sidebar-nav .nav-pills > li.open > a:hover,.theme-greenSea #sidebar-nav .nav-pills > li.open > a:focus,.theme-greenSea .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-greenSea .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .open > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#6ff3ad; border-bottom-color:#e0e0e0; color:#484848; } .theme-greenSea #sidebar-nav .nav-pills > li.active > a > i { color:#6ff3ad; } .theme-greenSea #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#6ff3ad; border-bottom-color:#e0e0e0; color:#484848; } .theme-greenSea #header-navbar .nav > li > a { color:#fff; } .theme-greenSea #sidebar-nav .nav li .submenu,.theme-greenSea #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-greenSea #sidebar-nav .nav li .submenu > li > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > .open > a,.theme-greenSea #sidebar-nav .nav > .active > .submenu > .open > a,.theme-greenSea #sidebar-nav .nav > .active > .submenu > .active > a,.theme-greenSea #nav-col-submenu .submenu > .open > a,.theme-greenSea #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > .open > a { border-bottom-color:#dcdfe6; box-shadow:none; } .theme-greenSea #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-greenSea #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-greenSea #sidebar-nav .nav li .submenu > li > a:hover,.theme-greenSea #sidebar-nav .nav li .submenu > li > a.active,.theme-greenSea #sidebar-nav .nav li .submenu > li.active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .open > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a.active,.theme-greenSea .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#6ff3ad; } .theme-greenSea .navbar > .container .navbar-brand { color:#fff; } .theme-greenSea .navbar-toggle { color:#fff; } .theme-greenSea .graph-box { background-color:#6ff3ad !important; } .theme-greenSea #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-greenSea #user-left-box .user-box,.theme-greenSea #user-left-box .user-box a { color:#16191c; } .theme-greenSea #user-left-box .user-box a:hover,.theme-greenSea #user-left-box .user-box a:focus { color:black; } .theme-greenSea #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-greenSea .nav-tabs { background-color:#f9f9f9; } .theme-greenSea .nav-tabs > li.active > a,.theme-greenSea .nav-tabs > li.active > a:hover,.theme-greenSea .nav-tabs > li.active > a:focus { border-top-color:#6ff3ad; } .theme-greenSea h1 { color:#6ff3ad; } .theme-greenSea #header-navbar .nav > li > a:hover,.theme-greenSea #header-navbar .nav > li > a:focus,.theme-greenSea #header-navbar .nav .open > a,.theme-greenSea #header-navbar .nav .open > a:hover,.theme-greenSea #header-navbar .nav .open > a:focus,.theme-greenSea .navbar-toggle:hover,.theme-greenSea .navbar-toggle:focus,.theme-greenSea .mobile-search.active > .btn { background-color:#4ed78f; } .theme-greenSea a,.theme-greenSea .fc-state-default,.theme-greenSea .jvectormap-zoomin,.theme-greenSea .jvectormap-zoomout,.theme-greenSea #user-profile .profile-details ul > li > span { /*color:#6ff3ad; */ } .theme-greenSea a:hover,.theme-greenSea a:focus,.theme-greenSea .widget-users li > .details > .name > a:hover,.theme-greenSea .widget-todo .actions > a:hover { /*color:#6ff3ad; */ } .theme-greenSea .table a.table-link:hover { color:#6ff3ad; } .theme-greenSea .pagination > li > a,.theme-greenSea .pagination > li > span,.theme-greenSea .pagination > li > a:hover,.theme-greenSea .pagination > li > span:hover,.theme-greenSea .pagination > li > a:focus,.theme-greenSea .pagination > li > span:focus,.theme-greenSea .pagination > li > a:active,.theme-greenSea .pagination > li > span:active { color:#6ff3ad; } .theme-greenSea .pagination > .active > a,.theme-greenSea .pagination > .active > span,.theme-greenSea .pagination > .active > a:hover,.theme-greenSea .pagination > .active > span:hover,.theme-greenSea .pagination > .active > a:focus,.theme-greenSea .pagination > .active > span:focus { background-color:#6ff3ad; border-color:#6ff3ad; color:#fff; } .theme-greenSea .btn-primary,.theme-greenSea .btn-info,.theme-greenSea .btn-success,.theme-greenSea .btn-warning,.theme-greenSea .btn-danger,.theme-greenSea .btn-primary:hover,.theme-greenSea .btn-info:hover,.theme-greenSea .btn-success:hover,.theme-greenSea .btn-warning:hover,.theme-greenSea .btn-danger:hover { color:#fff; } .theme-greenSea .btn-primary { background-color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea .btn-primary:hover,.theme-greenSea .btn-primary:focus,.theme-greenSea .btn-primary:active,.theme-greenSea .btn-primary.active,.theme-greenSea .open .dropdown-toggle.btn-primary { background-color:#4ed78f; border-color:#4ed78f; } .theme-greenSea .btn-success { background-color:#09c; border-color:#09c; } .theme-greenSea .btn-success:hover,.theme-greenSea .btn-success:focus,.theme-greenSea .btn-success:active,.theme-greenSea .btn-success.active,.theme-greenSea .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-greenSea h1 { color:#6ff3ad; } .theme-greenSea .widget-users li > .details > .time { color:#6ff3ad; } .theme-greenSea blockquote,.theme-greenSea blockquote.pull-right { border-color:#6ff3ad; } .theme-greenSea a.list-group-item.active,.theme-greenSea a.list-group-item.active:hover,.theme-greenSea a.list-group-item.active:focus { background-color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea .nav .caret { border-bottom-color:#6ff3ad; border-top-color:#6ff3ad; } .theme-greenSea .table thead > tr > th > a:hover span { color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea #email-nav-items li.active { border-left-color:#6ff3ad; border-right-color:#6ff3ad; } .theme-greenSea #email-nav-items li.active a { color:#6ff3ad; } .theme-greenSea #email-nav-items li.active .label-primary { background-color:#6ff3ad; } .theme-greenSea #email-nav-items li a:hover { color:#6ff3ad; } .theme-greenSea .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#6ff3ad; } .theme-greenSea .cd-timeline-img { background-color:#6ff3ad; box-shadow:0 0 0 6px #bdeae1; } .theme-greenSea #cd-timeline::before { background-color:#bdeae1; } .theme-greenSea .dataTable thead th:hover { color:#6ff3ad; } .theme-greenSea .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e9fefa; } .theme-greenSea .conversation-item.item-right .conversation-body,.theme-greenSea .invoice-summary .invoice-summary-item { background-color:#e9fefa; } .theme-greenSea #config-tool.closed #config-tool-cog:hover { background-color:#6ff3ad; } .theme-greenSea .pace .pace-progress { background-color:#fff; } @media only screen and (min-width:1170px) { .theme-greenSea .cd-timeline-content .cd-date { color:#6ff3ad; } }@media (max-width:991px) { .theme-greenSea #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-greenSea #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-greenSea .navbar > .container .navbar-brand { background-color:#6ff3ad; } }.theme-amethyst .navbar > .container .navbar-brand { background-color:#9972B5; } .theme-amethyst .content-tabs { border-bottom:solid 2px #2C3E50; background:#fff !important; } .theme-amethyst .page-tabs a.active { background:#2C3E50; color:#fff; } .theme-amethyst .ckbox input[type="checkbox"]:checked + label:before { border-color:#9972B5; background-color:#9972B5; } .theme-amethyst .rdio input[type="radio"]:checked + label:before { border-color:#9972B5; } .theme-amethyst .rdio input[type="radio"]:checked + label::after { background-color:#9972B5; } .theme-amethyst .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#9972B5; background-color:#9972B5; } .theme-amethyst #nav-col,.theme-amethyst #page-wrapper { background-color:#2C3E50; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-amethyst #sidebar-nav .nav li .submenu > li.open a,.theme-amethyst #nav-col-submenu .submenu > li > .submenu,.theme-amethyst #nav-col-submenu li .submenu > li.open > a { background-color:#2a3139; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > .open > a,.theme-amethyst #sidebar-nav .nav > .active > .submenu > .open > a,.theme-amethyst #sidebar-nav .nav > .active > .submenu > .active > a,.theme-amethyst #nav-col-submenu > .submenu > .open > a,.theme-amethyst #nav-col-submenu > .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#9972B5; } .theme-amethyst .nav-pills > li.active > a,.theme-amethyst .nav-pills > li.active > a:hover,.theme-amethyst .nav-pills > li.active > a:focus,.theme-amethyst #sidebar-nav .nav-pills > li.active > a,.theme-amethyst #sidebar-nav .nav-pills > li.active > a:hover,.theme-amethyst #sidebar-nav .nav-pills > li.active > a:focus,.theme-amethyst .nav-pills > li.open > a,.theme-amethyst .nav-pills > li.open > a:hover,.theme-amethyst .nav-pills > li.open > a:focus,.theme-amethyst #sidebar-nav .nav-pills > li.open > a,.theme-amethyst #sidebar-nav .nav-pills > li.open > a:hover,.theme-amethyst #sidebar-nav .nav-pills > li.open > a:focus,.theme-amethyst .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav > li > a:hover { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav li .submenu,.theme-amethyst #nav-col-submenu .submenu { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav li .submenu > li > a:hover,.theme-amethyst #sidebar-nav .nav li .submenu > li > a.active,.theme-amethyst #sidebar-nav .nav li .submenu > li.active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a.active,.theme-amethyst .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#2a3139; } .theme-amethyst #sidebar-nav .nav > li.nav-header { border-top-color:#414a55; color:#98a3b0; } .theme-amethyst a,.theme-amethyst .fc-state-default,.theme-amethyst .jvectormap-zoomin,.theme-amethyst .jvectormap-zoomout,.theme-amethyst #user-profile .profile-details ul > li > span { /*color:#9972B5; */ } .theme-amethyst a:hover,.theme-amethyst a:focus,.theme-amethyst .widget-users li > .details > .name > a:hover,.theme-amethyst .widget-todo .actions > a:hover { /*color:#9972B5; */ } .theme-amethyst .table a.table-link:hover { color:#7b1fa2; } .theme-amethyst .pagination > li > a,.theme-amethyst .pagination > li > span,.theme-amethyst .pagination > li > a:hover,.theme-amethyst .pagination > li > span:hover,.theme-amethyst .pagination > li > a:focus,.theme-amethyst .pagination > li > span:focus,.theme-amethyst .pagination > li > a:active,.theme-amethyst .pagination > li > span:active { color:#9972B5; } .theme-amethyst .pagination > .active > a,.theme-amethyst .pagination > .active > span,.theme-amethyst .pagination > .active > a:hover,.theme-amethyst .pagination > .active > span:hover,.theme-amethyst .pagination > .active > a:focus,.theme-amethyst .pagination > .active > span:focus { background-color:#9972B5; border-color:#9972B5; color:#fff; } .theme-amethyst .graph-box { background-color:#9972B5 !important; } .theme-amethyst .btn-primary,.theme-amethyst .btn-info,.theme-amethyst .btn-success,.theme-amethyst .btn-warning,.theme-amethyst .btn-danger,.theme-amethyst .btn-primary:hover,.theme-amethyst .btn-info:hover,.theme-amethyst .btn-success:hover,.theme-amethyst .btn-warning:hover,.theme-amethyst .btn-danger:hover { color:#fff; } .theme-amethyst .btn-primary { background-color:#9972B5; border-color:#9972B5; } .theme-amethyst .btn-primary:hover { background-color:#7b1fa2; border-color:#6c2e86; } .theme-amethyst .btn-success { background-color:#09c; border-color:#09c; } .theme-amethyst .btn-success:hover { background-color:#41A2E4; border-color:#41A2E4; } .theme-amethyst h1 { color:#9972B5; } .theme-amethyst .nav-tabs > li.active > a,.theme-amethyst .nav-tabs > li.active > a:hover,.theme-amethyst .nav-tabs > li.active > a:focus { border-top-color:#9972B5; } .theme-amethyst .widget-users li > .details > .time { color:#9972B5; } .theme-amethyst .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #f7e9fd; } .theme-amethyst .conversation-item.item-right .conversation-body,.theme-amethyst .invoice-summary .invoice-summary-item { background-color:#f7e9fd; } .theme-amethyst blockquote,.theme-amethyst blockquote.pull-right { border-color:#9972B5; } .theme-amethyst a.list-group-item.active,.theme-amethyst a.list-group-item.active:hover,.theme-amethyst a.list-group-item.active:focus { background-color:#9972B5; border-color:#9972B5; } .theme-amethyst .nav .caret { border-bottom-color:#9972B5; border-top-color:#9972B5; } .theme-amethyst #header-navbar .nav > li > a:hover,.theme-amethyst #header-navbar .nav > li > a:focus,.theme-amethyst #header-navbar .nav .open > a,.theme-amethyst #header-navbar .nav .open > a:hover,.theme-amethyst #header-navbar .nav .open > a:focus,.theme-amethyst .navbar-toggle:hover,.theme-amethyst .navbar-toggle:focus,.theme-amethyst .mobile-search.active > .btn { background-color:#9972B5; } .theme-amethyst .table thead > tr > th > a:hover span { color:#9972B5; border-color:#9972B5; } .theme-amethyst #email-nav-items li.active { border-left-color:#9972B5; border-right-color:#9972B5; } .theme-amethyst #email-nav-items li.active a { color:#9972B5; } .theme-amethyst #email-nav-items li.active .label-primary { background-color:#9972B5; } .theme-amethyst #email-nav-items li a:hover { color:#9972B5; } .theme-amethyst .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#9972B5; } .theme-amethyst .cd-timeline-img { background-color:#9972B5; box-shadow:0 0 0 6px #dec0eb; } .theme-amethyst #cd-timeline::before { background-color:#dec0eb; } .theme-amethyst .dataTable thead th:hover { color:#9972B5; } .theme-amethyst .pace .pace-progress { background-color:#9972B5; } .theme-amethyst #config-tool.closed #config-tool-cog:hover { background-color:#9972B5; } .theme-amethyst #sidebar-nav .nav > li.nav-header { border-top-color:#414a55; color:#98a3b0; } @media only screen and (min-width:1170px) { .theme-amethyst .cd-timeline-content .cd-date { color:#9972B5; } }@media (max-width:991px) { .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-white { display:none; } .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-black { display:block; } .theme-amethyst .navbar > .container .navbar-brand { background-color:#fff; } }.theme-blue #header-navbar { background-color:#7FC8BA; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-blue .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-blue .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-blue .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-blue .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-blue .page-tabs a.active { background:whitesmoke; color:#484848 !important; } .theme-blue .ckbox input[type="checkbox"]:checked + label:before { border-color:#7FC8BA; background-color:#7FC8BA; } .theme-blue .rdio input[type="radio"]:checked + label:before { border-color:#7FC8BA; } .theme-blue .rdio input[type="radio"]:checked + label::after { background-color:#7FC8BA; } .theme-blue .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#7FC8BA; background-color:#7FC8BA; } .theme-blue .navbar > .container .navbar-brand { background-color:#7FC8BA; width:221px; } .theme-blue #nav-col,.theme-blue #page-wrapper { background-color:#ffffff; } .theme-blue #sidebar-nav .nav > li > a { color:#484848; } .theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-blue #sidebar-nav .nav li .submenu > li.open a,.theme-blue #nav-col-submenu .submenu > li > .submenu,.theme-blue #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-blue #sidebar-nav .nav > .open > .submenu > .open > a,.theme-blue #sidebar-nav .nav > .active > .submenu > .open > a,.theme-blue #sidebar-nav .nav > .active > .submenu > .active > a,.theme-blue #nav-col-submenu .submenu > .open > a,.theme-blue #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:none; } .theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-blue .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-blue .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#7FC8BA; } .theme-blue .nav-pills > li.active > a,.theme-blue .nav-pills > li.active > a:hover,.theme-blue .nav-pills > li.active > a:focus,.theme-blue #sidebar-nav .nav-pills > li.active > a,.theme-blue #sidebar-nav .nav-pills > li.active > a:hover,.theme-blue #sidebar-nav .nav-pills > li.active > a:focus,.theme-blue .nav-pills > li.open > a,.theme-blue .nav-pills > li.open > a:hover,.theme-blue .nav-pills > li.open > a:focus,.theme-blue #sidebar-nav .nav-pills > li.open > a,.theme-blue #sidebar-nav .nav-pills > li.open > a:hover,.theme-blue #sidebar-nav .nav-pills > li.open > a:focus,.theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#7FC8BA; border-bottom-color:#e0e0e0; color:#484848; } .theme-blue #sidebar-nav .nav-pills > li.active > a > i { color:#7FC8BA; } .theme-blue #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#7FC8BA; border-bottom-color:#e0e0e0; color:#484848; } .theme-blue #header-navbar .nav > li > a { color:#fff; } .theme-blue #sidebar-nav .nav li .submenu,.theme-blue #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-blue #sidebar-nav .nav li .submenu > li > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-blue #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-blue #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-blue #sidebar-nav .nav li .submenu > li > a:hover,.theme-blue #sidebar-nav .nav li .submenu > li > a.active,.theme-blue #sidebar-nav .nav li .submenu > li.active > a,.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-blue .nav-small #nav-col-submenu .submenu > li > a.active,.theme-blue .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-blue .navbar > .container .navbar-brand { color:#fff; } .theme-blue .navbar-toggle { color:#fff; } .theme-blue .graph-box { background-color:#7FC8BA !important; } .theme-blue #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-blue #user-left-box .user-box,.theme-blue #user-left-box .user-box a { color:#16191c; } .theme-blue #user-left-box .user-box a:hover,.theme-blue #user-left-box .user-box a:focus { color:black; } .theme-blue #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-blue .nav-tabs { background-color:#f9f9f9; } .theme-blue .nav-tabs > li.active > a,.theme-blue .nav-tabs > li.active > a:hover,.theme-blue .nav-tabs > li.active > a:focus { border-top-color:#7FC8BA; } .theme-blue h1 { color:#7FC8BA; } .theme-blue #header-navbar .nav > li > a:hover,.theme-blue #header-navbar .nav > li > a:focus,.theme-blue #header-navbar .nav .open > a,.theme-blue #header-navbar .nav .open > a:hover,.theme-blue #header-navbar .nav .open > a:focus,.theme-blue .navbar-toggle:hover,.theme-blue .navbar-toggle:focus,.theme-blue .mobile-search.active > .btn { background-color:#68b3a5; } .theme-blue a,.theme-blue .fc-state-default,.theme-blue .jvectormap-zoomin,.theme-blue .jvectormap-zoomout,.theme-blue #user-profile .profile-details ul > li > span { /*color:#7FC8BA; */ } .theme-blue a:hover,.theme-blue a:focus,.theme-blue .widget-users li > .details > .name > a:hover,.theme-blue .widget-todo .actions > a:hover { /*color:#7FC8BA; */ } .theme-blue .table a.table-link:hover { color:#7FC8BA; } .theme-blue .pagination > li > a,.theme-blue .pagination > li > span,.theme-blue .pagination > li > a:hover,.theme-blue .pagination > li > span:hover,.theme-blue .pagination > li > a:focus,.theme-blue .pagination > li > span:focus,.theme-blue .pagination > li > a:active,.theme-blue .pagination > li > span:active { color:#7FC8BA; } .theme-blue .pagination > .active > a,.theme-blue .pagination > .active > span,.theme-blue .pagination > .active > a:hover,.theme-blue .pagination > .active > span:hover,.theme-blue .pagination > .active > a:focus,.theme-blue .pagination > .active > span:focus { background-color:#7FC8BA; border-color:#7FC8BA; color:#fff; } .theme-blue .btn-primary,.theme-blue .btn-info,.theme-blue .btn-success,.theme-blue .btn-warning,.theme-blue .btn-danger,.theme-blue .btn-primary:hover,.theme-blue .btn-info:hover,.theme-blue .btn-success:hover,.theme-blue .btn-warning:hover,.theme-blue .btn-danger:hover { color:#fff; } .theme-blue .btn-primary { background-color:#7FC8BA; border-color:#7FC8BA; } .theme-blue .btn-primary:hover,.theme-blue .btn-primary:focus,.theme-blue .btn-primary:active,.theme-blue .btn-primary.active,.theme-blue .open .dropdown-toggle.btn-primary { background-color:#68b3a5; border-color:#68b3a5; } .theme-blue .btn-success { background-color:#09c; border-color:#09c; } .theme-blue .btn-success:hover,.theme-blue .btn-success:focus,.theme-blue .btn-success:active,.theme-blue .btn-success.active,.theme-blue .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue h1 { color:#7FC8BA; } .theme-blue .widget-users li > .details > .time { color:#7FC8BA; } .theme-blue .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e2fdee; } .theme-blue .conversation-item.item-right .conversation-body,.theme-blue .invoice-summary .invoice-summary-item { background-color:#e2fdee; } .theme-blue blockquote,.theme-blue blockquote.pull-right { border-color:#7FC8BA; } .theme-blue a.list-group-item.active,.theme-blue a.list-group-item.active:hover,.theme-blue a.list-group-item.active:focus { background-color:#7FC8BA; border-color:#7FC8BA; } .theme-blue .nav .caret { border-bottom-color:#7FC8BA; border-top-color:#7FC8BA; } .theme-blue .table thead > tr > th > a:hover span { color:#7FC8BA; border-color:#7FC8BA; } .theme-blue #email-nav-items li.active { border-left-color:#7FC8BA; border-right-color:#7FC8BA; } .theme-blue #email-nav-items li.active a { color:#7FC8BA; } .theme-blue #email-nav-items li.active .label-primary { background-color:#7FC8BA; } .theme-blue #email-nav-items li a:hover { color:#7FC8BA; } .theme-blue .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#7FC8BA; } .theme-blue .cd-timeline-img { background-color:#7FC8BA; box-shadow:0 0 0 6px #bce9cf; } .theme-blue #cd-timeline::before { background-color:#bce9cf; } .theme-blue .dataTable thead th:hover { color:#7FC8BA; } .theme-blue .pace .pace-progress { background-color:#fff; } .theme-blue #config-tool.closed #config-tool-cog:hover { background-color:#7FC8BA; } @media only screen and (min-width:1170px) { .theme-blue .cd-timeline-content .cd-date { color:#7FC8BA; } }@media (max-width:991px) { .theme-blue #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-blue #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-blue .navbar > .container .navbar-brand { background-color:#7FC8BA; } }.theme-red #header-navbar { background-color:#f4786e; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-red .content-tabs { border-bottom:solid 2px #2c3e50; border-top:none; height:41px; } .theme-red .page-tabs a.active { background:#272d33; color:#a7b1c2; } .theme-red .ckbox input[type="checkbox"]:checked + label:before { border-color:#f4786e; background-color:#f4786e; } .theme-red .rdio input[type="radio"]:checked + label:before { border-color:#f4786e; } .theme-red .rdio input[type="radio"]:checked + label::after { background-color:#f4786e; } .theme-red .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#f4786e; background-color:#f4786e; } .theme-red .navbar > .container .navbar-brand { background-color:#f4786e; } .theme-red #nav-col,.theme-red #page-wrapper { background-color:#272d33; } .theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-red #sidebar-nav .nav li .submenu > li.open a,.theme-red #nav-col-submenu .submenu > li > .submenu,.theme-red #nav-col-submenu li .submenu > li.open > a { background-color:#121518; } .theme-red #sidebar-nav .nav > .open > .submenu > .open > a,.theme-red #sidebar-nav .nav > .active > .submenu > .open > a,.theme-red #sidebar-nav .nav > .active > .submenu > .active > a,.theme-red #nav-col-submenu > .submenu > .open > a,.theme-red #nav-col-submenu > .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#f4786e; } .theme-red .nav-pills > li.active > a,.theme-red .nav-pills > li.active > a:hover,.theme-red .nav-pills > li.active > a:focus,.theme-red #sidebar-nav .nav-pills > li.active > a,.theme-red #sidebar-nav .nav-pills > li.active > a:hover,.theme-red #sidebar-nav .nav-pills > li.active > a:focus,.theme-red .nav-pills > li.open > a,.theme-red .nav-pills > li.open > a:hover,.theme-red .nav-pills > li.open > a:focus,.theme-red #sidebar-nav .nav-pills > li.open > a,.theme-red #sidebar-nav .nav-pills > li.open > a:hover,.theme-red #sidebar-nav .nav-pills > li.open > a:focus,.theme-red .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-red .nav-small #nav-col-submenu .submenu > .open > a,.theme-red .nav-small #nav-col-submenu .submenu > .active > a,.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:#161a1d; } .theme-red #sidebar-nav .nav > li > a:hover { background-color:#161a1d; } .theme-red #header-navbar .nav > li > a { color:#fff; } .theme-red #sidebar-nav .nav li .submenu,.theme-red #nav-col-submenu .submenu { background-color:#161a1d; } .theme-red #sidebar-nav .nav li .submenu > li > a:hover,.theme-red #sidebar-nav .nav li .submenu > li > a.active,.theme-red #sidebar-nav .nav li .submenu > li.active > a,.theme-red .nav-small #nav-col-submenu .submenu > .open > a,.theme-red .nav-small #nav-col-submenu .submenu > .active > a,.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-red .nav-small #nav-col-submenu .submenu > li > a.active,.theme-red .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#121518; } .theme-red #sidebar-nav .nav > li.nav-header { border-top-color:#191d20; color:#778998; } .theme-red .navbar > .container .navbar-brand { color:#fff; } .theme-red .navbar-toggle { color:#fff; } .theme-red .graph-box { background-color:#f4786e !important; } .theme-red a,.theme-red .fc-state-default,.theme-red .jvectormap-zoomin,.theme-red .jvectormap-zoomout,.theme-red #user-profile .profile-details ul > li > span { /*color:#f4786e; */ } .theme-red a:hover,.theme-red a:focus,.theme-red .widget-users li > .details > .name > a:hover,.theme-red .widget-todo .actions > a:hover { /*color:#f4786e; */ } .theme-red .table a.table-link:hover { color:#dd191d; } .theme-red .pagination > li > a,.theme-red .pagination > li > span,.theme-red .pagination > li > a:hover,.theme-red .pagination > li > span:hover,.theme-red .pagination > li > a:focus,.theme-red .pagination > li > span:focus,.theme-red .pagination > li > a:active,.theme-red .pagination > li > span:active { color:#f4786e; } .theme-red .pagination > .active > a,.theme-red .pagination > .active > span,.theme-red .pagination > .active > a:hover,.theme-red .pagination > .active > span:hover,.theme-red .pagination > .active > a:focus,.theme-red .pagination > .active > span:focus { background-color:#f4786e; border-color:#f4786e; color:#fff; } .theme-red #header-navbar .nav > li > a > span.count { background-color:#dd191d; } .theme-red .btn-primary,.theme-red .btn-info,.theme-red .btn-success,.theme-red .btn-warning,.theme-red .btn-danger,.theme-red .btn-primary:hover,.theme-red .btn-info:hover,.theme-red .btn-success:hover,.theme-red .btn-warning:hover,.theme-red .btn-danger:hover { color:#fff; } .theme-red .btn-primary { background-color:#f4786e; border-color:#f4786e; } .theme-red .btn-primary:hover,.theme-red .btn-primary:focus,.theme-red .btn-primary:active,.theme-red .btn-primary.active,.theme-red .open .dropdown-toggle.btn-primary { background-color:#dd191d; border-color:#dd191d; } .theme-red .btn-success { background-color:#09c; border-color:#09c; } .theme-red .btn-success:hover { background-color:#41A2E4; border-color:#41A2E4; } .theme-red .btn-danger { background-color:#09c; border-color:#09c; } .theme-red .btn-danger:hover,.theme-red .btn-danger:focus,.theme-red .btn-danger:active,.theme-red .btn-danger.active,.theme-red .open .dropdown-toggle.btn-danger { background-color:#09c; border-color:#1c5c87; } .theme-red h1 { color:#f4786e; } .theme-red .nav-tabs > li.active > a,.theme-red .nav-tabs > li.active > a:hover,.theme-red .nav-tabs > li.active > a:focus { border-top-color:#f4786e; } .theme-red .widget-users li > .details > .time { color:#f4786e; } .theme-red .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #fceeec; } .theme-red .conversation-item.item-right .conversation-body,.theme-red .invoice-summary .invoice-summary-item { background-color:#fceeec; } .theme-red blockquote,.theme-red blockquote.pull-right { border-color:#f4786e; } .theme-red a.list-group-item.active,.theme-red a.list-group-item.active:hover,.theme-red a.list-group-item.active:focus { background-color:#f4786e; border-color:#f4786e; } .theme-red .nav .caret { border-bottom-color:#f4786e; border-top-color:#f4786e; } .theme-red #header-navbar .nav > li > a:hover,.theme-red #header-navbar .nav > li > a:focus,.theme-red #header-navbar .nav .open > a,.theme-red #header-navbar .nav .open > a:hover,.theme-red #header-navbar .nav .open > a:focus,.theme-red .navbar-toggle:hover,.theme-red .navbar-toggle:focus,.theme-red .mobile-search.active > .btn { background-color:#dd191d; } .theme-red .table thead > tr > th > a:hover span { color:#dd191d; border-color:#dd191d; } .theme-red #email-nav-items li.active { border-left-color:#f4786e; border-right-color:#f4786e; } .theme-red #email-nav-items li.active a { color:#f4786e; } .theme-red #email-nav-items li.active .label-primary { background-color:#f4786e; } .theme-red #email-nav-items li a:hover { color:#f4786e; } .theme-red .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#f4786e; } .theme-red .cd-timeline-img { background-color:#f4786e; box-shadow:0 0 0 6px #ebc4c0; } .theme-red #cd-timeline::before { background-color:#ebc4c0; } .theme-red .dataTable thead th:hover { color:#f4786e; } .theme-red .pace .pace-progress { background-color:#fff; } .theme-red #config-tool.closed #config-tool-cog:hover { background-color:#f4786e; } @media only screen and (min-width:1170px) { .theme-red .cd-timeline-content .cd-date { color:#f4786e; } }@media (max-width:991px) { .theme-red #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-red #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-red .navbar > .container .navbar-brand { background-color:#f4786e; } }.theme-whbl #header-navbar { background-color:#09c; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-whbl .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-whbl .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-whbl .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-whbl .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-whbl .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-whbl .rdio input[type="radio"]:checked + label:before { border-color:#09c; } .theme-whbl .rdio input[type="radio"]:checked + label::after { background-color:#09c; } .theme-whbl .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-whbl .navbar > .container .navbar-brand { background-color:transparent; width:221px; } .theme-whbl #nav-col,.theme-whbl #page-wrapper { background-color:#ffffff; } .theme-whbl #sidebar-nav .nav > li > a { color:#484848; } .theme-whbl #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-whbl #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-whbl #sidebar-nav .nav li .submenu > li.open a,.theme-whbl #nav-col-submenu .submenu > li > .submenu,.theme-whbl #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-whbl .nav-pills > li.active > a,.theme-whbl .nav-pills > li.active > a:hover,.theme-whbl .nav-pills > li.active > a:focus,.theme-whbl #sidebar-nav .nav-pills > li.active > a,.theme-whbl #sidebar-nav .nav-pills > li.active > a:hover,.theme-whbl #sidebar-nav .nav-pills > li.active > a:focus,.theme-whbl .nav-pills > li.open > a,.theme-whbl .nav-pills > li.open > a:hover,.theme-whbl .nav-pills > li.open > a:focus,.theme-whbl #sidebar-nav .nav-pills > li.open > a,.theme-whbl #sidebar-nav .nav-pills > li.open > a:hover,.theme-whbl #sidebar-nav .nav-pills > li.open > a:focus,.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#09c; border-bottom-color:#e7ebee; color:#484848; } .theme-whbl #sidebar-nav .nav-pills > li.active > a > i { color:#09c; } .theme-whbl #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#09c; border-bottom-color:#e7ebee; color:#484848; } .theme-whbl #header-navbar .nav > li > a { color:#fff; } .theme-whbl #sidebar-nav .nav li .submenu,.theme-whbl #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-whbl #sidebar-nav .nav li .submenu > li > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a,.theme-whbl #sidebar-nav .nav > .active > .submenu > .open > a,.theme-whbl #sidebar-nav .nav > .active > .submenu > .active > a,.theme-whbl #nav-col-submenu .submenu > .open > a,.theme-whbl #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a { border-bottom-color:#dcdfe6; box-shadow:none; } .theme-whbl #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-whbl #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-whbl #sidebar-nav .nav li .submenu > li > a:hover,.theme-whbl #sidebar-nav .nav li .submenu > li > a.active,.theme-whbl #sidebar-nav .nav li .submenu > li.active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a.active,.theme-whbl .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-whbl .navbar > .container .navbar-brand { color:#fff; } .theme-whbl .navbar-toggle { color:#fff; } .theme-whbl .graph-box { background-color:#09c !important; } .theme-whbl #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-whbl #user-left-box .user-box,.theme-whbl #user-left-box .user-box a { color:#16191c; } .theme-whbl #user-left-box .user-box a:hover,.theme-whbl #user-left-box .user-box a:focus { color:black; } .theme-whbl #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-whbl .nav-tabs { background-color:#f9f9f9; } .theme-whbl h1 { color:#09c; } .theme-whbl #header-navbar .nav > li > a:hover,.theme-whbl #header-navbar .nav > li > a:focus,.theme-whbl #header-navbar .nav .open > a,.theme-whbl #header-navbar .nav .open > a:hover,.theme-whbl #header-navbar .nav .open > a:focus,.theme-whbl .navbar-toggle:hover,.theme-whbl .navbar-toggle:focus,.theme-whbl .mobile-search.active > .btn { background-color:#41A2E4; } .theme-whbl a,.theme-whbl .fc-state-default,.theme-whbl .jvectormap-zoomin,.theme-whbl .jvectormap-zoomout,.theme-whbl #user-profile .profile-details ul > li > span { /*color:#09c; */ } .theme-whbl a:hover,.theme-whbl a:focus,.theme-whbl .widget-users li > .details > .name > a:hover,.theme-whbl .widget-todo .actions > a:hover { /*color:#09c; */ } .theme-whbl .table a.table-link:hover { color:#09c; } .theme-whbl .pagination > li > a,.theme-whbl .pagination > li > span,.theme-whbl .pagination > li > a:hover,.theme-whbl .pagination > li > span:hover,.theme-whbl .pagination > li > a:focus,.theme-whbl .pagination > li > span:focus,.theme-whbl .pagination > li > a:active,.theme-whbl .pagination > li > span:active { color:#09c; } .theme-whbl .pagination > .active > a,.theme-whbl .pagination > .active > span,.theme-whbl .pagination > .active > a:hover,.theme-whbl .pagination > .active > span:hover,.theme-whbl .pagination > .active > a:focus,.theme-whbl .pagination > .active > span:focus { background-color:#09c; border-color:#09c; color:#fff; } .theme-whbl .btn-primary,.theme-whbl .btn-info,.theme-whbl .btn-success,.theme-whbl .btn-warning,.theme-whbl .btn-danger,.theme-whbl .btn-primary:hover,.theme-whbl .btn-info:hover,.theme-whbl .btn-success:hover,.theme-whbl .btn-warning:hover,.theme-whbl .btn-danger:hover { color:#fff; } .theme-whbl .btn-primary { background-color:#09c; border-color:#09c; } .theme-whbl .btn-primary:hover,.theme-whbl .btn-primary:focus,.theme-whbl .btn-primary:active,.theme-whbl .btn-primary.active,.theme-whbl .open .dropdown-toggle.btn-primary { background-color:#41A2E4; border-color:#41A2E4; } .theme-whbl .btn-success { background-color:#09c; border-color:#09c; } .theme-whbl .btn-success:hover,.theme-whbl .btn-success:focus,.theme-whbl .btn-success:active,.theme-whbl .btn-success.active,.theme-whbl .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-whbl h1 { color:#09c; } .theme-whbl .widget-users li > .details > .time { color:#09c; } .theme-whbl blockquote,.theme-whbl blockquote.pull-right { border-color:#09c; } .theme-whbl a.list-group-item.active,.theme-whbl a.list-group-item.active:hover,.theme-whbl a.list-group-item.active:focus { background-color:#09c; border-color:#09c; } .theme-whbl .nav .caret { border-bottom-color:#09c; border-top-color:#09c; } .theme-whbl .table thead > tr > th > a:hover span { color:#09c; border-color:#09c; } .theme-whbl .pace .pace-progress { background-color:#fff; } @media (max-width:991px) { .theme-whbl #logo.navbar-brand > img.normal-logo.logo-white { display: block; } .theme-whbl #logo.navbar-brand > img.normal-logo.logo-black { display: none; } .theme-whbl .navbar > .container .navbar-brand { background-color: #09c; } ::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.05); border-radius: 10px; -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); } ::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb { border-radius: 999px; border: 5px solid transparent; } ::-webkit-scrollbar-track { box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset; } ::-webkit-scrollbar-thumb { min-height: 20px; background-clip: content-box; box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset; } ::-webkit-scrollbar-corner { background: transparent; } }
src/main/webapp/css/manager/theme.css
html,body { font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif !important; -webkit-font-smoothing:antialiased; overflow-x:hidden; font-size:14px; color:#475059; } a { color:#475059; outline:none!important; } a:hover,a:focus { color:#475059; } #loadingPage .loading-shade { cursor:wait; display:block; width:100%; height:100%; opacity:0.0; filter:alpha(opacity=00); background:#fff; position:absolute; top:0; left:0; z-index:100009; } #loadingPage .loading-content { cursor:default; position:absolute; z-index:100019; width:auto; border:1px solid rgb(187,187,187); height:80px; line-height:80px; padding-left:80px; padding-right:20px; border-radius:10px; color:rgb(102,102,102); font-size:20px; left:0px; top:0px; background:url(../../img/loading.gif) 5px 50% no-repeat rgb(255,255,255); box-shadow:0 1px 15px rgba(0,0,0,.175); } .container { padding-left:8px; padding-right:8px; margin:0; width:100%; } @media (max-width:767px) { .container { padding-left:5px; padding-right:5px; } }.row { margin-left:-8px; margin-right:-8px; } #theme-wrapper { box-shadow:0 0 53px 0 rgba(0,0,0,0.55); } #page-wrapper { background-color:#2c3e50 } .pace .pace-progress { background:#09c; position:fixed; z-index:2000; top:0; left:0; height:2px; transition:width 1s; } .pace-inactive { display:none } #content-wrapper { background:#fff; height:100%; margin-top:0; margin-bottom:0; position:relative; height:100%; margin-left:220px; } @media (max-width:991px) { #content-wrapper { margin-left:0; border-left:0!important; border-right:0!important; } }@media (max-width:767px) { #content-wrapper { padding:10px 8px 0 8px } }@media (max-width:419px) { #content-wrapper { padding:5px 5px 0 5px } }#content-wrapper>.row { opacity:1 } .navbar-toggle { border:medium none; font-size:1.4em; height:50px; margin:0; text-shadow:none; width:50px; z-index:100; border-radius:0; background-clip:padding-box; } .navbar-toggle .icon-bar { background:none repeat scroll 0 0 white } .nav>li { float:left } .navbar-nav { margin:0 0 0 10px } .navbar-nav>li>a { padding-bottom:15px; padding-top:15px; line-height:24px; } .nav-pills>li { float:none } .nav-pills>li>a { background-clip:padding-box; } .navbar>.container .navbar-brand { background:#34495e; color:#fff; font-weight:bold; font-size:20px; width:220px; margin-left:-8px; text-align:center; padding:15px 0px; } @media (max-width:991px) { .navbar>.container .navbar-brand { background:transparent; color:#262626; } }@media (max-width:767px) { .navbar>.container .navbar-brand { padding-top:12px; padding-top:12.5px; } }@media (max-width:767px) { #logo { width:150px; padding-left:0; font-size:1em; margin-left:6px; } }@media (max-width:400px) { #logo { width:auto; margin-left:15px; } }@media (max-width:767px) { #logo img { height:19px } }@media (max-width:400px) { #logo span { display:none } }#logo.navbar-brand>img { margin:0 auto; padding-right:4px; height:30px; } @media (max-width:767px) { #logo.navbar-brand>img { height:25px } }@media (min-width:992px) { #logo.navbar-brand>img.normal-logo.logo-white { display:block } }@media (max-width:991px) { #logo.navbar-brand>img.normal-logo.logo-white { display:none } }@media (min-width:992px) { #logo.navbar-brand>img.normal-logo.logo-black { display:none } }@media (max-width:991px) { #logo.navbar-brand>img.normal-logo.logo-black { display:block } }#header-navbar { background:#fff; border:0 none; border-radius:0; background-clip:padding-box; margin:0; min-height:50px; color:#262626; position:relative; z-index:99; } #header-navbar .navbar-form .form-group { position:relative } #header-navbar .navbar-form .form-control { background:#131313; color:#707070; height:30px; line-height:30px; margin-top:2px; font-size:0.75em; } #header-navbar .navbar-form .nav-search-icon { position:absolute; color:#707070; right:6px; top:8px; } #header-navbar .nav>li>a { height:50px } #header-navbar .nav>li>a>span.count { background:none repeat scroll 0 0 #f4786e; border-radius:50%; background-clip:padding-box; color:#fff; display:block; font-size:9px; height:14px; line-height:14px; position:absolute; right:10px; text-align:center; top:11px; width:14px; } #header-navbar .profile-dropdown>a { padding-top:8px; padding-bottom:7px; line-height:35px; } #header-navbar .profile-dropdown>a>img { border-radius:50%; background-clip:padding-box; float:left; height:35px; margin-right:5px; width:35px; border:2px solid #fff; } #header-navbar .profile-dropdown>a>span { float:left; display:block; margin-right:3px; font-size: 1em; } #header-nav .form-control { border-radius:0; background-clip:padding-box; border:0; } #header-navbar .navbar-left .navbar-nav { margin-left:0 } #header-navbar .nav>li>a { padding-left:18px; padding-right:18px; color:#484848; border:none; border-radius:0; background-clip:padding-box; cursor:pointer; } #header-navbar .nav>li>a>i,#sidebar-nav .nav>li>a>i { font-size:1.125em } #sidebar-nav .nav>li>a:focus,#sidebar-nav .nav .open>a,#sidebar-nav .nav .open>a:focus { background:inherit } #sidebar-nav .nav>li>a:hover,#sidebar-nav .nav .open>a:hover { background:#253443; color:#fff; outline:none; } #header-navbar .nav>li>a:hover,#header-navbar .nav>li>a:focus,#header-navbar .nav .open>a,#header-navbar .nav .open>a:hover,#header-navbar .nav .open>a:focus,.navbar-toggle:hover,.navbar-toggle:focus,.mobile-search.active>.btn { background:#09c; color:#fff; } #header-navbar .nav>li>a:hover,#header-navbar .nav>li>a:focus,#header-navbar .nav .open>a,#header-navbar .nav .open>a:hover,#header-navbar .nav .open>a:focus { background-color:#09c } .nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus,#sidebar-nav .nav-pills>li.active>a,#sidebar-nav .nav-pills>li.active>a:hover,#sidebar-nav .nav-pills>li.active>a:focus,.nav-pills>li.open>a,.nav-pills>li.open>a:hover,.nav-pills>li.open>a:focus,#sidebar-nav .nav-pills>li.open>a,#sidebar-nav .nav-pills>li.open>a:hover,#sidebar-nav .nav-pills>li.open>a:focus,.nav-small #nav-col #sidebar-nav .nav-pills>li.open>a { background-color:#253443; color:#fff; border-left-color:#09c; } #header-navbar .nav>li .caret { border-top-color:#fff; border-bottom-color:#fff; } #header-navbar .nav a:hover .caret { border-top-color:#fff; border-bottom-color:#fff; } .drowdown-search { background:#FFFFFF; display:block; left:168px; padding:4px 0; position:absolute; top:0; transition:left 0.25s ease-out 0s,right 0.25s ease-out 0s; width:0; z-index:1; overflow:hidden; } @media (max-width:991px) { .drowdown-search { box-shadow:0 1px 1px rgba(0,0,0,0.3); display:block; left:0; padding:10px 0; top:50px; width:100%; display:none; transition:none; } }.drowdown-search form .form-group { position:relative; margin:0 15px; } .drowdown-search form .form-control { background:none repeat scroll 0 0 #FFFFFF; box-shadow:none!important; color:#929292; font-size:1em; font-weight:400; height:42px; line-height:42px; padding-left:5px; padding-right:26px; } @media (max-width:991px) { .drowdown-search form .form-control { font-size:1.6em; font-weight:600; } }.drowdown-search form .nav-search-icon { color:#929292; font-size:1.2em; position:absolute; right:5px; top:13px; cursor:pointer; } @media (max-width:991px) { .drowdown-search form .nav-search-icon { font-size:1.8em; right:15px; top:8px; } }.drowdown-search form .form-control::-webkit-input-placeholder { color:#929292 } .drowdown-search form .form-control:-moz-placeholder { color:#929292 } .drowdown-search form .form-control::-moz-placeholder { color:#929292 } .drowdown-search form .form-control:-ms-input-placeholder { color:#929292 } .mobile-search { overflow:hidden } @media (max-width:991px) { .mobile-search { position:inherit!important; overflow:visible; } }.mobile-search>a.btn { float:right } .mobile-search.active { width:220px } @media (max-width:991px) { .mobile-search.active { width:auto } }.mobile-search.active .drowdown-search { width:220px; left:0; } @media (max-width:991px) { .mobile-search.active .drowdown-search { display:block; width:100%; left:0; } }@media (max-width:400px) { #header-navbar .container { padding:0 } }@media (max-width:400px) { .profile-dropdown .dropdown-toggle { padding-left:5px!important; padding-right:5px!important; } }@media (max-width:400px) { #header-nav .nav { margin-left:0 } }#col-left { position:relative; color:#003940; height:100%; } #col-left a { color:#e1e1e1 } #col-left a:hover,#col-left .nav-active a.nav-link,#col-left a.active { color:#fff } #col-left * { outline:none } #nav-col { padding:0; z-index:100; position:absolute; background:#2c3e50; width:220px; } @media (max-width:991px) { #nav-col { position:relative; width:auto; } }#sidebar-nav { max-height:100%; padding-left:0; padding-right:0; } #sidebar-nav .nav>li { margin:0 } #sidebar-nav .nav>li.nav-header { color:#fff; padding:12px 15px 6px 14px; border-top:2px solid #253443; } #sidebar-nav .nav>li.nav-header.nav-header-first { padding-top:4px; border-top:0; } #sidebar-nav .nav > li.common a { height:34px; line-height:20px; font-size:11px; white-space:nowrap; } #sidebar-nav .nav > li.common a > span { white-space:nowrap; font-weight:initial; } #sidebar-nav .nav > li.common a>i { position:absolute; margin-top:4px; font-size:1.125em; } #sidebar-nav .nav>li>a { color:#fff; height:44px; line-height:28px; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; overflow:hidden; padding:8px 15px 8px 20px; border-left:0 solid transparent; } #sidebar-nav .nav>li>a:hover { border-left-color:#09c } #sidebar-nav .nav>li>a>i { position:absolute; margin-top:8px; } #sidebar-nav .nav>li>a>span { margin-left:35px; font-weight:400; } #sidebar-nav .nav>li>a>span.label { font-size:0.75em; margin:5px 0 0 0; padding:4px 0.6em; } #sidebar-nav .nav>li>a>span.label.label-circle { margin-right:5px } #sidebar-nav .nav>li.open>a { border-bottom-color:#252525; outline:none; text-decoration:none; } #sidebar-nav .nav>li.active>.submenu>li.active>.submenu { display:block } #sidebar-nav .nav li a.dropdown-toggle>.drop-icon { color:#fff; font-size:12px; margin-top:-6px; position:absolute; right:25px; top:50%; transition:transform 0.2s ease-in-out 0.1s; } #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon,#sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon { color:#fff; transform:rotate(90deg); } #sidebar-nav .nav li .submenu { display:none; background:#253443; padding:5px 0; margin:0; list-style:none; } #sidebar-nav .nav li .submenu>li { position:relative } #sidebar-nav .nav li .submenu>li>a { display:block; line-height:38px; padding-left:66px; color:#fff; outline:none; text-decoration:none; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; } #sidebar-nav .nav li .submenu>li:first-of-type>a { border-top:0 } #sidebar-nav .nav li .submenu>li>a:hover,#sidebar-nav .nav li .submenu>li>a.active,#sidebar-nav .nav li .submenu>li.active>a,#sidebar-nav .nav li .submenu>li.open>a { text-decoration:none; color:#fff; background-color:#1f2c39; } #sidebar-nav .nav li.active>.submenu { display:block } #sidebar-nav .nav>.open .submenu .submenu,#sidebar-nav .nav>.active .submenu .submenu { display:none } #sidebar-nav .nav>.open .submenu>.open>a,#sidebar-nav .nav>.open .submenu>.active>a,#sidebar-nav .nav>.active .submenu>.open>a,#sidebar-nav .nav>.active .submenu>.active>a { background:inherit; border-bottom-color:#1f2c39; box-shadow:0 -1px 0 #1f2c39 inset; } #sidebar-nav .nav>.open .submenu>li a,#sidebar-nav .nav>.active .submenu>li a { position:relative } #sidebar-nav .nav>.open .submenu>li>a.dropdown-toggle>.drop-icon,#sidebar-nav .nav>.active .submenu>li>a.dropdown-toggle>.drop-icon { font-size:10px; margin-top:-5px; } #sidebar-nav .nav>.open .submenu>li>.submenu,#sidebar-nav .nav>.active .submenu>li>.submenu { background-color:#1f2c39 } #sidebar-nav .nav>.open .submenu>li>.submenu>li a:hover,#sidebar-nav .nav>.open .submenu>li>.submenu>li a.active,#sidebar-nav .nav>.active .submenu>li>.submenu>li a:hover,#sidebar-nav .nav>.active .submenu>li>.submenu>li a.active { color:#09c } #sidebar-nav .nav>.open .submenu>li>.submenu a,#sidebar-nav .nav>.active .submenu>li>.submenu a { border-bottom:0 none; border-top:0 none; padding-left:85px; } #sidebar-nav .nav>.open .submenu>li>.submenu a:before,#sidebar-nav .nav>.active .submenu>li>.submenu a:before { content:""; display:inline; font-family:FontAwesome; font-size:4px; font-style:normal; font-weight:normal; margin-left:-10px; margin-top:1px; position:absolute; } .navbar-nav .open .dropdown-menu { background-color:#FFFFFF; border:none; box-shadow:0 6px 12px rgba(0,0,0,0.176); left:0; position:absolute; } .dropdown-menu > li > a { padding:6px 20px; } .dropdown-menu li i { margin-right:8px; font-size:1em; margin-top:3px; width:15px; } #user-left-box { padding:20px 15px 10px 25px; } #user-left-box img { border-radius:18%; background-clip:padding-box; border:3px solid #fff; width:70px; } #user-left-box .user-box { color:#fff; padding-left:0px; padding-top:10px; } #user-left-box .user-box>.name { display:block; font-size:1em; font-weight:600; line-height:1.2; } #user-left-box .user-box>.name>a { color:#fff } #user-left-box .user-box>.name>a:hover,#user-left-box .user-box>.name>a:focus { color:#E1E1E1; text-decoration:none; } #user-left-box .user-box>.status { display:block; font-size:0.75em; padding-top:8px; } #user-left-box .user-box>.status>i { color:#7FC8BA; margin-right:4px; } #user-left-box.dropdown .dropdown-menu { top:55px; left:30px; } #user-left-box.dropdown .dropdown-menu a { color:#707070; } #user-left-box.dropdown .dropdown-menu a:hover { background-color:#f6f6f6; color:#707070; } @media (min-width:992px) { .nav-small #nav-col { width:64px } .nav-small #content-wrapper { margin-left:64px; } .content-tabs { position:relative; height:42px; line-height:42px; background:#fafafa; border-bottom:solid 1px #2c3e50; font-size:13px; border-top:1px solid #ddd; } .content-tabs .roll-nav,.page-tabs-list { position:absolute; width:40px; height:42px; text-align:center; color:#475059; z-index:2; top:0 } .content-tabs .roll-left { left:0; border-right:solid 1px #f0f0f0 } .content-tabs .roll-right { right:0; border-left:solid 1px #f0f0f0 } .content-tabs button { background:#fff; border:0; height:39px; line-height:39px; width:40px; outline:0 } .content-tabs button:hover { background:#fafafa } .content-tabs button i { color:#999; } .content-tabs nav.page-tabs { margin-left:40px; width:100000px; height:44px; overflow:hidden } .content-tabs nav.page-tabs .page-tabs-content { font-size: 13px; float:left } .content-tabs .page-tabs a { display:block; float:left; border-right:solid 1px #f0f0f0; padding:0 15px; padding-right:8px; text-decoration:none; color:#475059; } .content-tabs .page-tabs a:first-child { padding-right:15px; } .content-tabs .page-tabs a.active { background:#2c3e50; color:#fff; border-right:solid 1px #2c3e50; } .content-tabs .page-tabs a i { margin-top:-10px; right:0px; position:relative; color:#999; } .content-tabs .page-tabs a i:hover { color:#c00 !important; } .content-tabs .page-tabs a.active i:hover { color:#fff !important; } .content-tabs .roll-right.tabRight { right:80px } .content-tabs .roll-right.btn-group { right:40px; width:40px; padding:0 } .content-tabs .roll-right.btn-group button { width:80px } .content-tabs .roll-right.tabExit { background:#fff; height:39px; width:40px; outline:0 } .nav-small #nav-col #user-left-box { display:none } .nav-small #nav-col #sidebar-nav .nav>li>a { padding-left:15px!important; padding-right:15px; text-align:center; } .nav-small #nav-col #sidebar-nav .nav>li>a>i { position:relative; font-size:1.25em; } .nav-small #nav-col #sidebar-nav .nav>li>a>span { display:none } .nav-small #nav-col #sidebar-nav .nav>li.nav-header { display:none } .nav-small #nav-col #sidebar-nav .nav li>a.dropdown-toggle>.drop-icon { display:none } .nav-small #nav-col #sidebar-nav .nav .submenu>li>a.dropdown-toggle>.drop-icon { display:block } .nav-small #nav-col #sidebar-nav .nav li .submenu { left:64px; position:absolute; top:0; width:210px; } .nav-small #nav-col #sidebar-nav .nav li .submenu>li>a { padding-left:28px } .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu,.nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu { left:auto; position:relative; top:auto; width:100%; } .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu a,.nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu a { padding-left:48px } .nav-small #sidebar-nav .nav li.active>.submenu { display:none } .nav-small #nav-col-submenu a.dropdown-toggle>.drop-icon { color:#868b98; font-size:12px; margin-top:-6px; position:absolute; right:25px; top:50%; transition:transform 0.2s ease-in-out 0.1s; } .nav-small #nav-col-submenu.open>a.dropdown-toggle>.drop-icon,.nav-small #nav-col-submenu.active>a.dropdown-toggle>.drop-icon { color:#fff; transform:rotate(90deg); } .nav-small #nav-col-submenu .submenu { display:none; background:#253443; padding:5px 0; margin:0; list-style:none; } .nav-small #nav-col-submenu .submenu>li { position:relative } .nav-small #nav-col-submenu .submenu>li>a { display:block; line-height:38px; padding-left:66px; color:#fff; outline:none; text-decoration:none; transition:border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s; } .nav-small #nav-col-submenu .submenu>li:first-of-type>a { border-top:0 } .nav-small #nav-col-submenu .submenu>li>a:hover,.nav-small #nav-col-submenu .submenu>li>a.active,.nav-small #nav-col-submenu .submenu>li.active>a,.nav-small #nav-col-submenu .submenu>li.open>a { text-decoration:none; color:#fff; background-color:#1f2c39; } .nav-small #nav-col-submenu .submenu .submenu { display:none } .nav-small #nav-col-submenu .submenu>.open>a,.nav-small #nav-col-submenu .submenu>.active>a { background:inherit; border-bottom-color:#1f2c39; box-shadow:0 -1px 0 #1f2c39 inset; } .nav-small #nav-col-submenu .submenu>li a { position:relative } .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon { font-size:10px; margin-top:-5px; } .nav-small #nav-col-submenu .submenu>li>.submenu { background-color:#1f2c39 } .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover,.nav-small #nav-col-submenu .submenu>li>.submenu>li a.active { color:#09c } .nav-small #nav-col-submenu .submenu>li>.submenu a { border-bottom:0 none; border-top:0 none; padding-left:85px; } .nav-small #nav-col-submenu .submenu>li>.submenu a:before { content:"\f111"; display:inline; font-family:FontAwesome; font-size:4px; font-style:normal; font-weight:normal; margin-left:-10px; margin-top:1px; position:absolute; } .nav-small #nav-col-submenu .submenu { position:absolute; top:60px; left:64px; width:210px; } .nav-small #nav-col-submenu .submenu>li>a { padding-left:28px } .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon { display:block } .nav-small #nav-col-submenu>.submenu { display:block!important } .nav-small #nav-col-submenu .submenu>li>.submenu,.nav-small #nav-col-submenu .submenu>li>.submenu { left:auto; position:relative; top:auto; width:100%; } .nav-small #nav-col-submenu .submenu>li>.submenu a,.nav-small #nav-col-submenu .submenu>li>.submenu a { padding-left:48px } }@media (max-width:991px) { .navbar-toggle { display:block } #sidebar-nav.navbar-collapse { max-height:336px } }#config-tool { position:fixed; right:0; top:50%; width:200px; z-index:1000; transition:all 0.2s ease-in-out 0s; } #config-tool #config-tool-cog { background:#fff; border-radius:20px 0px 0px 20px; background-clip:padding-box; box-shadow:-3px 3px 3px -2px rgba(0,0,0,0.1); cursor:pointer; left:-17px; padding:1.5px 5px 1px 4px; position:absolute; text-align:center; width:21px; transition:all 0.1s ease-in-out 0s; top:0; } #config-tool.closed #config-tool-cog i { -webkit-animation:rotating 3s linear infinite; -moz-animation:rotating 3s linear infinite; -ms-animation:rotating 3s linear infinite; -o-animation:rotating 3s linear infinite; animation:rotating 3s linear infinite; } #config-tool.closed #config-tool-cog:hover { background-color:#09c; color:#fff; } #config-tool #config-tool-cog i { font-size:12px; } #config-tool #config-tool-options { background:#fff; box-shadow:-3px 3px 3px -2px rgba(0,0,0,0.1); padding:15px; } #config-tool #config-tool-options h4 { margin:0; font-size:1.3em; } #config-tool #config-tool-options ul { list-style:none; padding:15px 0 0; margin:0; } #config-tool #config-tool-options ul li { padding:4px 0; } #config-tool #config-tool-options ul li .checkbox { margin:0; } #config-tool.closed { right:-200px; } #config-tool.opened { right:0; } #config-tool #skin-colors li { display:block; float:left; padding:3px !important; } #config-tool #skin-colors li a.skin-changer { background:#09c; display:block; height:30px; width:30px; cursor:pointer; } #config-tool #skin-colors li:nth-child(5) { clear:left; } #config-tool #skin-colors li a.skin-changer.active { border:2px solid #ff0000; } .theme-white #header-navbar { background-color:#098cba; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-white .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-white .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-white .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-white .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-white .ckbox input[type="checkbox"]:checked + label:before { border-color:#098cba; background-color:#098cba; } .theme-white .rdio input[type="radio"]:checked + label:before { border-color:#098cba; } .theme-white .rdio input[type="radio"]:checked + label::after { background-color:#098cba; } .theme-white .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#098cba; background-color:#098cba; } .theme-white .navbar > .container .navbar-brand { background-color:#098cba; width:221px; } .theme-white #nav-col,.theme-white #page-wrapper { background-color:#ffffff; } .theme-white #sidebar-nav .nav > li > a { color:#484848; } .theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-white #sidebar-nav .nav li .submenu > li.open a,.theme-white #nav-col-submenu .submenu > li > .submenu,.theme-white #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-white #sidebar-nav .nav > .open > .submenu > .open > a,.theme-white #sidebar-nav .nav > .active > .submenu > .open > a,.theme-white #sidebar-nav .nav > .active > .submenu > .active > a,.theme-white #nav-col-submenu .submenu > .open > a,.theme-white #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:none; } .theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#098cba; } .theme-white .nav-pills > li.active > a,.theme-white .nav-pills > li.active > a:hover,.theme-white .nav-pills > li.active > a:focus,.theme-white #sidebar-nav .nav-pills > li.active > a,.theme-white #sidebar-nav .nav-pills > li.active > a:hover,.theme-white #sidebar-nav .nav-pills > li.active > a:focus,.theme-white .nav-pills > li.open > a,.theme-white .nav-pills > li.open > a:hover,.theme-white .nav-pills > li.open > a:focus,.theme-white #sidebar-nav .nav-pills > li.open > a,.theme-white #sidebar-nav .nav-pills > li.open > a:hover,.theme-white #sidebar-nav .nav-pills > li.open > a:focus,.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-white .nav-small #nav-col-submenu .submenu > .open > a,.theme-white .nav-small #nav-col-submenu .submenu > .active > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#098cba; border-bottom-color:#e0e0e0; color:#484848; } .theme-white #sidebar-nav .nav-pills > li.active > a > i { color:#098cba; } .theme-white #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#098cba; border-bottom-color:#e0e0e0; color:#484848; } .theme-white #header-navbar .nav > li > a { color:#fff; } .theme-white #sidebar-nav .nav li .submenu,.theme-white #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-white #sidebar-nav .nav li .submenu > li > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-white #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-white #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-white #sidebar-nav .nav li .submenu > li > a:hover,.theme-white #sidebar-nav .nav li .submenu > li > a.active,.theme-white #sidebar-nav .nav li .submenu > li.active > a,.theme-white .nav-small #nav-col-submenu .submenu > .open > a,.theme-white .nav-small #nav-col-submenu .submenu > .active > a,.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-white .nav-small #nav-col-submenu .submenu > li > a.active,.theme-white .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-white .navbar > .container .navbar-brand { color:#fff; } .theme-white .navbar-toggle { color:#fff; } .theme-white .graph-box { background-color:#098cba !important; } .theme-white #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-white #user-left-box .user-box,.theme-white #user-left-box .user-box a { color:#16191c; } .theme-white #user-left-box .user-box a:hover,.theme-white #user-left-box .user-box a:focus { color:black; } .theme-white #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-white .nav-tabs { background-color:#f9f9f9; } .theme-white .nav-tabs > li.active > a,.theme-white .nav-tabs > li.active > a:hover,.theme-white .nav-tabs > li.active > a:focus { border-top-color:#098cba; } .theme-white h1 { color:#098cba; } .theme-white #header-navbar .nav > li > a:hover,.theme-white #header-navbar .nav > li > a:focus,.theme-white #header-navbar .nav .open > a,.theme-white #header-navbar .nav .open > a:hover,.theme-white #header-navbar .nav .open > a:focus,.theme-white .navbar-toggle:hover,.theme-white .navbar-toggle:focus,.theme-white .mobile-search.active > .btn { background-color:#23B862; } .theme-white a,.theme-white .fc-state-default,.theme-white .jvectormap-zoomin,.theme-white .jvectormap-zoomout,.theme-white #user-profile .profile-details ul > li > span { /*color:#098cba; */ } .theme-white a:hover,.theme-white a:focus,.theme-white .widget-users li > .details > .name > a:hover,.theme-white .widget-todo .actions > a:hover { /*color:#098cba; */ } .theme-white .table a.table-link:hover { color:#098cba; } .theme-white .pagination > li > a,.theme-white .pagination > li > span,.theme-white .pagination > li > a:hover,.theme-white .pagination > li > span:hover,.theme-white .pagination > li > a:focus,.theme-white .pagination > li > span:focus,.theme-white .pagination > li > a:active,.theme-white .pagination > li > span:active { color:#098cba; } .theme-white .pagination > .active > a,.theme-white .pagination > .active > span,.theme-white .pagination > .active > a:hover,.theme-white .pagination > .active > span:hover,.theme-white .pagination > .active > a:focus,.theme-white .pagination > .active > span:focus { background-color:#098cba; border-color:#098cba; color:#fff; } .theme-white .btn-primary,.theme-white .btn-info,.theme-white .btn-success,.theme-white .btn-warning,.theme-white .btn-danger,.theme-white .btn-primary:hover,.theme-white .btn-info:hover,.theme-white .btn-success:hover,.theme-white .btn-warning:hover,.theme-white .btn-danger:hover { color:#fff; } .theme-white .btn-primary { background-color:#098cba !important; border-color:#098cba; } .theme-white .btn-primary:hover,.theme-white .btn-primary:focus,.theme-white .btn-primary:active,.theme-white .btn-primary.active,.theme-white .open .dropdown-toggle.btn-primary { background-color:#23b862; border-color:#23b862; } .theme-white .btn-success { background-color:#09c; border-color:#09c; } .theme-white .btn-success:hover,.theme-white .btn-success:focus,.theme-white .btn-success:active,.theme-white .btn-success.active,.theme-white .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-white h1 { color:#098cba; } .theme-white .widget-users li > .details > .time { color:#098cba; } .theme-white .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e2fdee; } .theme-white .conversation-item.item-right .conversation-body,.theme-white .invoice-summary .invoice-summary-item { background-color:#e2fdee; } .theme-white blockquote,.theme-white blockquote.pull-right { border-color:#098cba; } .theme-white a.list-group-item.active,.theme-white a.list-group-item.active:hover,.theme-white a.list-group-item.active:focus { background-color:#098cba; border-color:#098cba; } .theme-white .nav .caret { border-bottom-color:#098cba; border-top-color:#098cba; } .theme-white .table thead > tr > th > a:hover span { color:#098cba; border-color:#098cba; } .theme-white #email-nav-items li.active { border-left-color:#098cba; border-right-color:#098cba; } .theme-white #email-nav-items li.active a { color:#098cba; } .theme-white #email-nav-items li.active .label-primary { background-color:#098cba; } .theme-white #email-nav-items li a:hover { color:#098cba; } .theme-white .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#098cba; } .theme-white .cd-timeline-img { background-color:#098cba; box-shadow:0 0 0 6px #bce9cf; } .theme-white #cd-timeline::before { background-color:#bce9cf; } .theme-white .dataTable thead th:hover { color:#098cba; } .theme-white .pace .pace-progress { background-color:#fff; } .theme-white #config-tool.closed #config-tool-cog:hover { background-color:#098cba; } @media only screen and (min-width:1170px) { .theme-white .cd-timeline-content .cd-date { color:#098cba; } }@media (max-width:991px) { .theme-white #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-white #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-white .navbar > .container .navbar-brand { background-color:#098cba; } }.theme-blue-gradient #header-navbar { box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); background:#09c; } .theme-blue-gradient #config-tool #skin-colors li a.skin-changer.blue-gradient { background:#09c; } .theme-blue-gradient .navbar > .container .navbar-brand { background:transparent; } .theme-blue-gradient .content-tabs { border-bottom:solid 2px #2c3e50; background:#fff !important; height:41px; border-top:none; } .theme-blue-gradient .page-tabs a.active { background:#2c3e50; color:#fff; } .theme-blue-gradient .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-blue-gradient .rdio input[type="radio"]:checked + label:before { border-color:#09c; } .theme-blue-gradient .rdio input[type="radio"]:checked + label::after { background-color:#09c; } .theme-blue-gradient .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-blue-gradient .form-control:focus { border-color:#09c; } .theme-blue-gradient #header-navbar .nav > li > a { color:#fff; } .theme-blue-gradient .btn-primary { background-color:#09c; border-color:#09c; } .theme-blue-gradient .btn-primary:hover,.theme-blue-gradient .btn-primary:focus,.theme-blue-gradient .btn-primary:active,.theme-blue-gradient .btn-primary.active,.theme-blue-gradient .open .dropdown-toggle.btn-primary { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue-gradient .btn-success { background-color:#09c; border-color:#09c; } .theme-blue-gradient .btn-success:hover,.theme-blue-gradient .btn-success:focus,.theme-blue-gradient .btn-success:active,.theme-blue-gradient .btn-success.active,.theme-blue-gradient .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue-gradient #header-navbar .nav > li > a:hover,.theme-blue-gradient #header-navbar .nav > li > a:focus,.theme-blue-gradient #header-navbar .nav .open > a,.theme-blue-gradient #header-navbar .nav .open > a:hover,.theme-blue-gradient #header-navbar .nav .open > a:focus { background-color:#41A2E4; } .theme-blue-gradient .navbar > .container .navbar-brand { color:#fff; } .theme-blue-gradient .navbar-toggle { color:#fff; } .theme-blue-gradient .red-bg { background:#f4786e !important; background:-moz-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4786e),color-stop(100%,#dd191d)) !important; background:-webkit-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-o-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:-ms-linear-gradient(top,#f4786e 0%,#dd191d 100%) !important; background:linear-gradient(to bottom,#f4786e 0%,#dd191d 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$red-color',endColorstr='$red-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .emerald-bg { background:#09c !important; background:-moz-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#09c),color-stop(100%,#09c)) !important; background:-webkit-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-o-linear-gradient(top,#09c 0%,#09c 100%) !important; background:-ms-linear-gradient(top,#09c 0%,#09c 100%) !important; background:linear-gradient(to bottom,#09c 0%,#09c 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color',endColorstr='#09c',GradientType=0 ) !important; } .theme-blue-gradient .yellow-bg { background:#ffc107 !important; background:-moz-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc107),color-stop(100%,#ffa000)) !important; background:-webkit-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-o-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:-ms-linear-gradient(top,#ffc107 0%,#ffa000 100%) !important; background:linear-gradient(to bottom,#ffc107 0%,#ffa000 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$yellow-color',endColorstr='$yellow-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .blue-bg { background:#7FC8BA !important; background:-moz-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7FC8BA),color-stop(100%,#689f38)) !important; background:-webkit-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-o-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:-ms-linear-gradient(top,#7FC8BA 0%,#689f38 100%) !important; background:linear-gradient(to bottom,#7FC8BA 0%,#689f38 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$green-color',endColorstr='$green-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .purple-bg { background:#9972B5 !important; background:-moz-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9972B5),color-stop(100%,#7b1fa2)) !important; background:-webkit-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-o-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:-ms-linear-gradient(top,#9972B5 0%,#7b1fa2 100%) !important; background:linear-gradient(to bottom,#9972B5 0%,#7b1fa2 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple-color',endColorstr='$purple-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .gray-bg { background:#90a4ae !important; background:-moz-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#90a4ae),color-stop(100%,#607d8b)) !important; background:-webkit-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-o-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:-ms-linear-gradient(top,#90a4ae 0%,#607d8b 100%) !important; background:linear-gradient(to bottom,#90a4ae 0%,#607d8b 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray-color',endColorstr='$gray-color-dark',GradientType=0 ) !important; } .theme-blue-gradient .pace .pace-progress { background-color:#fff; } .theme-blue-gradient #nav-col,.theme-blue-gradient #page-wrapper { background-color:#2c3e50; } @media (max-width:991px) { .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-black { display:none; } }.theme-greenSea #header-navbar { background-color:#6ff3ad; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-greenSea .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-greenSea .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-greenSea .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-greenSea .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-greenSea .ckbox input[type="checkbox"]:checked + label:before { border-color:#6ff3ad; background-color:#6ff3ad; } .theme-greenSea .rdio input[type="radio"]:checked + label:before { border-color:#6ff3ad; } .theme-greenSea .rdio input[type="radio"]:checked + label::after { background-color:#6ff3ad; } .theme-greenSea .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#6ff3ad; background-color:#6ff3ad; } .theme-greenSea .navbar > .container .navbar-brand { background-color:transparent; width:221px; } .theme-greenSea #nav-col,.theme-greenSea #page-wrapper { background-color:#ffffff; } .theme-greenSea #sidebar-nav .nav > li > a { color:#484848; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-greenSea #sidebar-nav .nav li .submenu > li.open a,.theme-greenSea #nav-col-submenu .submenu > li > .submenu,.theme-greenSea #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-greenSea .nav-pills > li.active > a,.theme-greenSea .nav-pills > li.active > a:hover,.theme-greenSea .nav-pills > li.active > a:focus,.theme-greenSea #sidebar-nav .nav-pills > li.active > a,.theme-greenSea #sidebar-nav .nav-pills > li.active > a:hover,.theme-greenSea #sidebar-nav .nav-pills > li.active > a:focus,.theme-greenSea .nav-pills > li.open > a,.theme-greenSea .nav-pills > li.open > a:hover,.theme-greenSea .nav-pills > li.open > a:focus,.theme-greenSea #sidebar-nav .nav-pills > li.open > a,.theme-greenSea #sidebar-nav .nav-pills > li.open > a:hover,.theme-greenSea #sidebar-nav .nav-pills > li.open > a:focus,.theme-greenSea .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-greenSea .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .open > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#6ff3ad; border-bottom-color:#e0e0e0; color:#484848; } .theme-greenSea #sidebar-nav .nav-pills > li.active > a > i { color:#6ff3ad; } .theme-greenSea #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#6ff3ad; border-bottom-color:#e0e0e0; color:#484848; } .theme-greenSea #header-navbar .nav > li > a { color:#fff; } .theme-greenSea #sidebar-nav .nav li .submenu,.theme-greenSea #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-greenSea #sidebar-nav .nav li .submenu > li > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > .open > a,.theme-greenSea #sidebar-nav .nav > .active > .submenu > .open > a,.theme-greenSea #sidebar-nav .nav > .active > .submenu > .active > a,.theme-greenSea #nav-col-submenu .submenu > .open > a,.theme-greenSea #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > .open > a { border-bottom-color:#dcdfe6; box-shadow:none; } .theme-greenSea #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-greenSea #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-greenSea #sidebar-nav .nav li .submenu > li > a:hover,.theme-greenSea #sidebar-nav .nav li .submenu > li > a.active,.theme-greenSea #sidebar-nav .nav li .submenu > li.active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .open > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > .active > a,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > a.active,.theme-greenSea .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-greenSea #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-greenSea #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-greenSea .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#6ff3ad; } .theme-greenSea .navbar > .container .navbar-brand { color:#fff; } .theme-greenSea .navbar-toggle { color:#fff; } .theme-greenSea .graph-box { background-color:#6ff3ad !important; } .theme-greenSea #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-greenSea #user-left-box .user-box,.theme-greenSea #user-left-box .user-box a { color:#16191c; } .theme-greenSea #user-left-box .user-box a:hover,.theme-greenSea #user-left-box .user-box a:focus { color:black; } .theme-greenSea #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-greenSea .nav-tabs { background-color:#f9f9f9; } .theme-greenSea .nav-tabs > li.active > a,.theme-greenSea .nav-tabs > li.active > a:hover,.theme-greenSea .nav-tabs > li.active > a:focus { border-top-color:#6ff3ad; } .theme-greenSea h1 { color:#6ff3ad; } .theme-greenSea #header-navbar .nav > li > a:hover,.theme-greenSea #header-navbar .nav > li > a:focus,.theme-greenSea #header-navbar .nav .open > a,.theme-greenSea #header-navbar .nav .open > a:hover,.theme-greenSea #header-navbar .nav .open > a:focus,.theme-greenSea .navbar-toggle:hover,.theme-greenSea .navbar-toggle:focus,.theme-greenSea .mobile-search.active > .btn { background-color:#4ed78f; } .theme-greenSea a,.theme-greenSea .fc-state-default,.theme-greenSea .jvectormap-zoomin,.theme-greenSea .jvectormap-zoomout,.theme-greenSea #user-profile .profile-details ul > li > span { /*color:#6ff3ad; */ } .theme-greenSea a:hover,.theme-greenSea a:focus,.theme-greenSea .widget-users li > .details > .name > a:hover,.theme-greenSea .widget-todo .actions > a:hover { /*color:#6ff3ad; */ } .theme-greenSea .table a.table-link:hover { color:#6ff3ad; } .theme-greenSea .pagination > li > a,.theme-greenSea .pagination > li > span,.theme-greenSea .pagination > li > a:hover,.theme-greenSea .pagination > li > span:hover,.theme-greenSea .pagination > li > a:focus,.theme-greenSea .pagination > li > span:focus,.theme-greenSea .pagination > li > a:active,.theme-greenSea .pagination > li > span:active { color:#6ff3ad; } .theme-greenSea .pagination > .active > a,.theme-greenSea .pagination > .active > span,.theme-greenSea .pagination > .active > a:hover,.theme-greenSea .pagination > .active > span:hover,.theme-greenSea .pagination > .active > a:focus,.theme-greenSea .pagination > .active > span:focus { background-color:#6ff3ad; border-color:#6ff3ad; color:#fff; } .theme-greenSea .btn-primary,.theme-greenSea .btn-info,.theme-greenSea .btn-success,.theme-greenSea .btn-warning,.theme-greenSea .btn-danger,.theme-greenSea .btn-primary:hover,.theme-greenSea .btn-info:hover,.theme-greenSea .btn-success:hover,.theme-greenSea .btn-warning:hover,.theme-greenSea .btn-danger:hover { color:#fff; } .theme-greenSea .btn-primary { background-color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea .btn-primary:hover,.theme-greenSea .btn-primary:focus,.theme-greenSea .btn-primary:active,.theme-greenSea .btn-primary.active,.theme-greenSea .open .dropdown-toggle.btn-primary { background-color:#4ed78f; border-color:#4ed78f; } .theme-greenSea .btn-success { background-color:#09c; border-color:#09c; } .theme-greenSea .btn-success:hover,.theme-greenSea .btn-success:focus,.theme-greenSea .btn-success:active,.theme-greenSea .btn-success.active,.theme-greenSea .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-greenSea h1 { color:#6ff3ad; } .theme-greenSea .widget-users li > .details > .time { color:#6ff3ad; } .theme-greenSea blockquote,.theme-greenSea blockquote.pull-right { border-color:#6ff3ad; } .theme-greenSea a.list-group-item.active,.theme-greenSea a.list-group-item.active:hover,.theme-greenSea a.list-group-item.active:focus { background-color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea .nav .caret { border-bottom-color:#6ff3ad; border-top-color:#6ff3ad; } .theme-greenSea .table thead > tr > th > a:hover span { color:#6ff3ad; border-color:#6ff3ad; } .theme-greenSea #email-nav-items li.active { border-left-color:#6ff3ad; border-right-color:#6ff3ad; } .theme-greenSea #email-nav-items li.active a { color:#6ff3ad; } .theme-greenSea #email-nav-items li.active .label-primary { background-color:#6ff3ad; } .theme-greenSea #email-nav-items li a:hover { color:#6ff3ad; } .theme-greenSea .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#6ff3ad; } .theme-greenSea .cd-timeline-img { background-color:#6ff3ad; box-shadow:0 0 0 6px #bdeae1; } .theme-greenSea #cd-timeline::before { background-color:#bdeae1; } .theme-greenSea .dataTable thead th:hover { color:#6ff3ad; } .theme-greenSea .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e9fefa; } .theme-greenSea .conversation-item.item-right .conversation-body,.theme-greenSea .invoice-summary .invoice-summary-item { background-color:#e9fefa; } .theme-greenSea #config-tool.closed #config-tool-cog:hover { background-color:#6ff3ad; } .theme-greenSea .pace .pace-progress { background-color:#fff; } @media only screen and (min-width:1170px) { .theme-greenSea .cd-timeline-content .cd-date { color:#6ff3ad; } }@media (max-width:991px) { .theme-greenSea #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-greenSea #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-greenSea .navbar > .container .navbar-brand { background-color:#6ff3ad; } }.theme-amethyst .navbar > .container .navbar-brand { background-color:#9972B5; } .theme-amethyst .content-tabs { border-bottom:solid 2px #2C3E50; background:#fff !important; } .theme-amethyst .page-tabs a.active { background:#2C3E50; color:#fff; } .theme-amethyst .ckbox input[type="checkbox"]:checked + label:before { border-color:#9972B5; background-color:#9972B5; } .theme-amethyst .rdio input[type="radio"]:checked + label:before { border-color:#9972B5; } .theme-amethyst .rdio input[type="radio"]:checked + label::after { background-color:#9972B5; } .theme-amethyst .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#9972B5; background-color:#9972B5; } .theme-amethyst #nav-col,.theme-amethyst #page-wrapper { background-color:#2C3E50; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-amethyst #sidebar-nav .nav li .submenu > li.open a,.theme-amethyst #nav-col-submenu .submenu > li > .submenu,.theme-amethyst #nav-col-submenu li .submenu > li.open > a { background-color:#2a3139; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > .open > a,.theme-amethyst #sidebar-nav .nav > .active > .submenu > .open > a,.theme-amethyst #sidebar-nav .nav > .active > .submenu > .active > a,.theme-amethyst #nav-col-submenu > .submenu > .open > a,.theme-amethyst #nav-col-submenu > .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#9972B5; } .theme-amethyst .nav-pills > li.active > a,.theme-amethyst .nav-pills > li.active > a:hover,.theme-amethyst .nav-pills > li.active > a:focus,.theme-amethyst #sidebar-nav .nav-pills > li.active > a,.theme-amethyst #sidebar-nav .nav-pills > li.active > a:hover,.theme-amethyst #sidebar-nav .nav-pills > li.active > a:focus,.theme-amethyst .nav-pills > li.open > a,.theme-amethyst .nav-pills > li.open > a:hover,.theme-amethyst .nav-pills > li.open > a:focus,.theme-amethyst #sidebar-nav .nav-pills > li.open > a,.theme-amethyst #sidebar-nav .nav-pills > li.open > a:hover,.theme-amethyst #sidebar-nav .nav-pills > li.open > a:focus,.theme-amethyst .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav > li > a:hover { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav li .submenu,.theme-amethyst #nav-col-submenu .submenu { background-color:#414a55; } .theme-amethyst #sidebar-nav .nav li .submenu > li > a:hover,.theme-amethyst #sidebar-nav .nav li .submenu > li > a.active,.theme-amethyst #sidebar-nav .nav li .submenu > li.active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a.active,.theme-amethyst .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#2a3139; } .theme-amethyst #sidebar-nav .nav > li.nav-header { border-top-color:#414a55; color:#98a3b0; } .theme-amethyst a,.theme-amethyst .fc-state-default,.theme-amethyst .jvectormap-zoomin,.theme-amethyst .jvectormap-zoomout,.theme-amethyst #user-profile .profile-details ul > li > span { /*color:#9972B5; */ } .theme-amethyst a:hover,.theme-amethyst a:focus,.theme-amethyst .widget-users li > .details > .name > a:hover,.theme-amethyst .widget-todo .actions > a:hover { /*color:#9972B5; */ } .theme-amethyst .table a.table-link:hover { color:#7b1fa2; } .theme-amethyst .pagination > li > a,.theme-amethyst .pagination > li > span,.theme-amethyst .pagination > li > a:hover,.theme-amethyst .pagination > li > span:hover,.theme-amethyst .pagination > li > a:focus,.theme-amethyst .pagination > li > span:focus,.theme-amethyst .pagination > li > a:active,.theme-amethyst .pagination > li > span:active { color:#9972B5; } .theme-amethyst .pagination > .active > a,.theme-amethyst .pagination > .active > span,.theme-amethyst .pagination > .active > a:hover,.theme-amethyst .pagination > .active > span:hover,.theme-amethyst .pagination > .active > a:focus,.theme-amethyst .pagination > .active > span:focus { background-color:#9972B5; border-color:#9972B5; color:#fff; } .theme-amethyst .graph-box { background-color:#9972B5 !important; } .theme-amethyst .btn-primary,.theme-amethyst .btn-info,.theme-amethyst .btn-success,.theme-amethyst .btn-warning,.theme-amethyst .btn-danger,.theme-amethyst .btn-primary:hover,.theme-amethyst .btn-info:hover,.theme-amethyst .btn-success:hover,.theme-amethyst .btn-warning:hover,.theme-amethyst .btn-danger:hover { color:#fff; } .theme-amethyst .btn-primary { background-color:#9972B5; border-color:#9972B5; } .theme-amethyst .btn-primary:hover { background-color:#7b1fa2; border-color:#6c2e86; } .theme-amethyst .btn-success { background-color:#09c; border-color:#09c; } .theme-amethyst .btn-success:hover { background-color:#41A2E4; border-color:#41A2E4; } .theme-amethyst h1 { color:#9972B5; } .theme-amethyst .nav-tabs > li.active > a,.theme-amethyst .nav-tabs > li.active > a:hover,.theme-amethyst .nav-tabs > li.active > a:focus { border-top-color:#9972B5; } .theme-amethyst .widget-users li > .details > .time { color:#9972B5; } .theme-amethyst .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #f7e9fd; } .theme-amethyst .conversation-item.item-right .conversation-body,.theme-amethyst .invoice-summary .invoice-summary-item { background-color:#f7e9fd; } .theme-amethyst blockquote,.theme-amethyst blockquote.pull-right { border-color:#9972B5; } .theme-amethyst a.list-group-item.active,.theme-amethyst a.list-group-item.active:hover,.theme-amethyst a.list-group-item.active:focus { background-color:#9972B5; border-color:#9972B5; } .theme-amethyst .nav .caret { border-bottom-color:#9972B5; border-top-color:#9972B5; } .theme-amethyst #header-navbar .nav > li > a:hover,.theme-amethyst #header-navbar .nav > li > a:focus,.theme-amethyst #header-navbar .nav .open > a,.theme-amethyst #header-navbar .nav .open > a:hover,.theme-amethyst #header-navbar .nav .open > a:focus,.theme-amethyst .navbar-toggle:hover,.theme-amethyst .navbar-toggle:focus,.theme-amethyst .mobile-search.active > .btn { background-color:#9972B5; } .theme-amethyst .table thead > tr > th > a:hover span { color:#9972B5; border-color:#9972B5; } .theme-amethyst #email-nav-items li.active { border-left-color:#9972B5; border-right-color:#9972B5; } .theme-amethyst #email-nav-items li.active a { color:#9972B5; } .theme-amethyst #email-nav-items li.active .label-primary { background-color:#9972B5; } .theme-amethyst #email-nav-items li a:hover { color:#9972B5; } .theme-amethyst .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#9972B5; } .theme-amethyst .cd-timeline-img { background-color:#9972B5; box-shadow:0 0 0 6px #dec0eb; } .theme-amethyst #cd-timeline::before { background-color:#dec0eb; } .theme-amethyst .dataTable thead th:hover { color:#9972B5; } .theme-amethyst .pace .pace-progress { background-color:#9972B5; } .theme-amethyst #config-tool.closed #config-tool-cog:hover { background-color:#9972B5; } .theme-amethyst #sidebar-nav .nav > li.nav-header { border-top-color:#414a55; color:#98a3b0; } @media only screen and (min-width:1170px) { .theme-amethyst .cd-timeline-content .cd-date { color:#9972B5; } }@media (max-width:991px) { .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-white { display:none; } .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-black { display:block; } .theme-amethyst .navbar > .container .navbar-brand { background-color:#fff; } }.theme-blue #header-navbar { background-color:#7FC8BA; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-blue .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-blue .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-blue .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-blue .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-blue .page-tabs a.active { background:whitesmoke; color:#484848 !important; } .theme-blue .ckbox input[type="checkbox"]:checked + label:before { border-color:#7FC8BA; background-color:#7FC8BA; } .theme-blue .rdio input[type="radio"]:checked + label:before { border-color:#7FC8BA; } .theme-blue .rdio input[type="radio"]:checked + label::after { background-color:#7FC8BA; } .theme-blue .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#7FC8BA; background-color:#7FC8BA; } .theme-blue .navbar > .container .navbar-brand { background-color:#7FC8BA; width:221px; } .theme-blue #nav-col,.theme-blue #page-wrapper { background-color:#ffffff; } .theme-blue #sidebar-nav .nav > li > a { color:#484848; } .theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-blue #sidebar-nav .nav li .submenu > li.open a,.theme-blue #nav-col-submenu .submenu > li > .submenu,.theme-blue #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-blue #sidebar-nav .nav > .open > .submenu > .open > a,.theme-blue #sidebar-nav .nav > .active > .submenu > .open > a,.theme-blue #sidebar-nav .nav > .active > .submenu > .active > a,.theme-blue #nav-col-submenu .submenu > .open > a,.theme-blue #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:none; } .theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-blue .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-blue .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#7FC8BA; } .theme-blue .nav-pills > li.active > a,.theme-blue .nav-pills > li.active > a:hover,.theme-blue .nav-pills > li.active > a:focus,.theme-blue #sidebar-nav .nav-pills > li.active > a,.theme-blue #sidebar-nav .nav-pills > li.active > a:hover,.theme-blue #sidebar-nav .nav-pills > li.active > a:focus,.theme-blue .nav-pills > li.open > a,.theme-blue .nav-pills > li.open > a:hover,.theme-blue .nav-pills > li.open > a:focus,.theme-blue #sidebar-nav .nav-pills > li.open > a,.theme-blue #sidebar-nav .nav-pills > li.open > a:hover,.theme-blue #sidebar-nav .nav-pills > li.open > a:focus,.theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#7FC8BA; border-bottom-color:#e0e0e0; color:#484848; } .theme-blue #sidebar-nav .nav-pills > li.active > a > i { color:#7FC8BA; } .theme-blue #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#7FC8BA; border-bottom-color:#e0e0e0; color:#484848; } .theme-blue #header-navbar .nav > li > a { color:#fff; } .theme-blue #sidebar-nav .nav li .submenu,.theme-blue #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-blue #sidebar-nav .nav li .submenu > li > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-blue #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-blue #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-blue #sidebar-nav .nav li .submenu > li > a:hover,.theme-blue #sidebar-nav .nav li .submenu > li > a.active,.theme-blue #sidebar-nav .nav li .submenu > li.active > a,.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-blue .nav-small #nav-col-submenu .submenu > li > a.active,.theme-blue .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-blue .navbar > .container .navbar-brand { color:#fff; } .theme-blue .navbar-toggle { color:#fff; } .theme-blue .graph-box { background-color:#7FC8BA !important; } .theme-blue #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-blue #user-left-box .user-box,.theme-blue #user-left-box .user-box a { color:#16191c; } .theme-blue #user-left-box .user-box a:hover,.theme-blue #user-left-box .user-box a:focus { color:black; } .theme-blue #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-blue .nav-tabs { background-color:#f9f9f9; } .theme-blue .nav-tabs > li.active > a,.theme-blue .nav-tabs > li.active > a:hover,.theme-blue .nav-tabs > li.active > a:focus { border-top-color:#7FC8BA; } .theme-blue h1 { color:#7FC8BA; } .theme-blue #header-navbar .nav > li > a:hover,.theme-blue #header-navbar .nav > li > a:focus,.theme-blue #header-navbar .nav .open > a,.theme-blue #header-navbar .nav .open > a:hover,.theme-blue #header-navbar .nav .open > a:focus,.theme-blue .navbar-toggle:hover,.theme-blue .navbar-toggle:focus,.theme-blue .mobile-search.active > .btn { background-color:#68b3a5; } .theme-blue a,.theme-blue .fc-state-default,.theme-blue .jvectormap-zoomin,.theme-blue .jvectormap-zoomout,.theme-blue #user-profile .profile-details ul > li > span { /*color:#7FC8BA; */ } .theme-blue a:hover,.theme-blue a:focus,.theme-blue .widget-users li > .details > .name > a:hover,.theme-blue .widget-todo .actions > a:hover { /*color:#7FC8BA; */ } .theme-blue .table a.table-link:hover { color:#7FC8BA; } .theme-blue .pagination > li > a,.theme-blue .pagination > li > span,.theme-blue .pagination > li > a:hover,.theme-blue .pagination > li > span:hover,.theme-blue .pagination > li > a:focus,.theme-blue .pagination > li > span:focus,.theme-blue .pagination > li > a:active,.theme-blue .pagination > li > span:active { color:#7FC8BA; } .theme-blue .pagination > .active > a,.theme-blue .pagination > .active > span,.theme-blue .pagination > .active > a:hover,.theme-blue .pagination > .active > span:hover,.theme-blue .pagination > .active > a:focus,.theme-blue .pagination > .active > span:focus { background-color:#7FC8BA; border-color:#7FC8BA; color:#fff; } .theme-blue .btn-primary,.theme-blue .btn-info,.theme-blue .btn-success,.theme-blue .btn-warning,.theme-blue .btn-danger,.theme-blue .btn-primary:hover,.theme-blue .btn-info:hover,.theme-blue .btn-success:hover,.theme-blue .btn-warning:hover,.theme-blue .btn-danger:hover { color:#fff; } .theme-blue .btn-primary { background-color:#7FC8BA; border-color:#7FC8BA; } .theme-blue .btn-primary:hover,.theme-blue .btn-primary:focus,.theme-blue .btn-primary:active,.theme-blue .btn-primary.active,.theme-blue .open .dropdown-toggle.btn-primary { background-color:#68b3a5; border-color:#68b3a5; } .theme-blue .btn-success { background-color:#09c; border-color:#09c; } .theme-blue .btn-success:hover,.theme-blue .btn-success:focus,.theme-blue .btn-success:active,.theme-blue .btn-success.active,.theme-blue .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-blue h1 { color:#7FC8BA; } .theme-blue .widget-users li > .details > .time { color:#7FC8BA; } .theme-blue .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #e2fdee; } .theme-blue .conversation-item.item-right .conversation-body,.theme-blue .invoice-summary .invoice-summary-item { background-color:#e2fdee; } .theme-blue blockquote,.theme-blue blockquote.pull-right { border-color:#7FC8BA; } .theme-blue a.list-group-item.active,.theme-blue a.list-group-item.active:hover,.theme-blue a.list-group-item.active:focus { background-color:#7FC8BA; border-color:#7FC8BA; } .theme-blue .nav .caret { border-bottom-color:#7FC8BA; border-top-color:#7FC8BA; } .theme-blue .table thead > tr > th > a:hover span { color:#7FC8BA; border-color:#7FC8BA; } .theme-blue #email-nav-items li.active { border-left-color:#7FC8BA; border-right-color:#7FC8BA; } .theme-blue #email-nav-items li.active a { color:#7FC8BA; } .theme-blue #email-nav-items li.active .label-primary { background-color:#7FC8BA; } .theme-blue #email-nav-items li a:hover { color:#7FC8BA; } .theme-blue .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#7FC8BA; } .theme-blue .cd-timeline-img { background-color:#7FC8BA; box-shadow:0 0 0 6px #bce9cf; } .theme-blue #cd-timeline::before { background-color:#bce9cf; } .theme-blue .dataTable thead th:hover { color:#7FC8BA; } .theme-blue .pace .pace-progress { background-color:#fff; } .theme-blue #config-tool.closed #config-tool-cog:hover { background-color:#7FC8BA; } @media only screen and (min-width:1170px) { .theme-blue .cd-timeline-content .cd-date { color:#7FC8BA; } }@media (max-width:991px) { .theme-blue #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-blue #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-blue .navbar > .container .navbar-brand { background-color:#7FC8BA; } }.theme-red #header-navbar { background-color:#f4786e; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-red .content-tabs { border-bottom:solid 2px #2c3e50; border-top:none; height:41px; } .theme-red .page-tabs a.active { background:#272d33; color:#a7b1c2; } .theme-red .ckbox input[type="checkbox"]:checked + label:before { border-color:#f4786e; background-color:#f4786e; } .theme-red .rdio input[type="radio"]:checked + label:before { border-color:#f4786e; } .theme-red .rdio input[type="radio"]:checked + label::after { background-color:#f4786e; } .theme-red .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#f4786e; background-color:#f4786e; } .theme-red .navbar > .container .navbar-brand { background-color:#f4786e; } .theme-red #nav-col,.theme-red #page-wrapper { background-color:#272d33; } .theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-red #sidebar-nav .nav li .submenu > li.open a,.theme-red #nav-col-submenu .submenu > li > .submenu,.theme-red #nav-col-submenu li .submenu > li.open > a { background-color:#121518; } .theme-red #sidebar-nav .nav > .open > .submenu > .open > a,.theme-red #sidebar-nav .nav > .active > .submenu > .open > a,.theme-red #sidebar-nav .nav > .active > .submenu > .active > a,.theme-red #nav-col-submenu > .submenu > .open > a,.theme-red #nav-col-submenu > .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active { color:#f4786e; } .theme-red .nav-pills > li.active > a,.theme-red .nav-pills > li.active > a:hover,.theme-red .nav-pills > li.active > a:focus,.theme-red #sidebar-nav .nav-pills > li.active > a,.theme-red #sidebar-nav .nav-pills > li.active > a:hover,.theme-red #sidebar-nav .nav-pills > li.active > a:focus,.theme-red .nav-pills > li.open > a,.theme-red .nav-pills > li.open > a:hover,.theme-red .nav-pills > li.open > a:focus,.theme-red #sidebar-nav .nav-pills > li.open > a,.theme-red #sidebar-nav .nav-pills > li.open > a:hover,.theme-red #sidebar-nav .nav-pills > li.open > a:focus,.theme-red .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-red .nav-small #nav-col-submenu .submenu > .open > a,.theme-red .nav-small #nav-col-submenu .submenu > .active > a,.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:#161a1d; } .theme-red #sidebar-nav .nav > li > a:hover { background-color:#161a1d; } .theme-red #header-navbar .nav > li > a { color:#fff; } .theme-red #sidebar-nav .nav li .submenu,.theme-red #nav-col-submenu .submenu { background-color:#161a1d; } .theme-red #sidebar-nav .nav li .submenu > li > a:hover,.theme-red #sidebar-nav .nav li .submenu > li > a.active,.theme-red #sidebar-nav .nav li .submenu > li.active > a,.theme-red .nav-small #nav-col-submenu .submenu > .open > a,.theme-red .nav-small #nav-col-submenu .submenu > .active > a,.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-red .nav-small #nav-col-submenu .submenu > li > a.active,.theme-red .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#121518; } .theme-red #sidebar-nav .nav > li.nav-header { border-top-color:#191d20; color:#778998; } .theme-red .navbar > .container .navbar-brand { color:#fff; } .theme-red .navbar-toggle { color:#fff; } .theme-red .graph-box { background-color:#f4786e !important; } .theme-red a,.theme-red .fc-state-default,.theme-red .jvectormap-zoomin,.theme-red .jvectormap-zoomout,.theme-red #user-profile .profile-details ul > li > span { /*color:#f4786e; */ } .theme-red a:hover,.theme-red a:focus,.theme-red .widget-users li > .details > .name > a:hover,.theme-red .widget-todo .actions > a:hover { /*color:#f4786e; */ } .theme-red .table a.table-link:hover { color:#dd191d; } .theme-red .pagination > li > a,.theme-red .pagination > li > span,.theme-red .pagination > li > a:hover,.theme-red .pagination > li > span:hover,.theme-red .pagination > li > a:focus,.theme-red .pagination > li > span:focus,.theme-red .pagination > li > a:active,.theme-red .pagination > li > span:active { color:#f4786e; } .theme-red .pagination > .active > a,.theme-red .pagination > .active > span,.theme-red .pagination > .active > a:hover,.theme-red .pagination > .active > span:hover,.theme-red .pagination > .active > a:focus,.theme-red .pagination > .active > span:focus { background-color:#f4786e; border-color:#f4786e; color:#fff; } .theme-red #header-navbar .nav > li > a > span.count { background-color:#dd191d; } .theme-red .btn-primary,.theme-red .btn-info,.theme-red .btn-success,.theme-red .btn-warning,.theme-red .btn-danger,.theme-red .btn-primary:hover,.theme-red .btn-info:hover,.theme-red .btn-success:hover,.theme-red .btn-warning:hover,.theme-red .btn-danger:hover { color:#fff; } .theme-red .btn-primary { background-color:#f4786e; border-color:#f4786e; } .theme-red .btn-primary:hover,.theme-red .btn-primary:focus,.theme-red .btn-primary:active,.theme-red .btn-primary.active,.theme-red .open .dropdown-toggle.btn-primary { background-color:#dd191d; border-color:#dd191d; } .theme-red .btn-success { background-color:#09c; border-color:#09c; } .theme-red .btn-success:hover { background-color:#41A2E4; border-color:#41A2E4; } .theme-red .btn-danger { background-color:#09c; border-color:#09c; } .theme-red .btn-danger:hover,.theme-red .btn-danger:focus,.theme-red .btn-danger:active,.theme-red .btn-danger.active,.theme-red .open .dropdown-toggle.btn-danger { background-color:#09c; border-color:#1c5c87; } .theme-red h1 { color:#f4786e; } .theme-red .nav-tabs > li.active > a,.theme-red .nav-tabs > li.active > a:hover,.theme-red .nav-tabs > li.active > a:focus { border-top-color:#f4786e; } .theme-red .widget-users li > .details > .time { color:#f4786e; } .theme-red .conversation-item.item-right .conversation-body:before { border-color:transparent transparent transparent #fceeec; } .theme-red .conversation-item.item-right .conversation-body,.theme-red .invoice-summary .invoice-summary-item { background-color:#fceeec; } .theme-red blockquote,.theme-red blockquote.pull-right { border-color:#f4786e; } .theme-red a.list-group-item.active,.theme-red a.list-group-item.active:hover,.theme-red a.list-group-item.active:focus { background-color:#f4786e; border-color:#f4786e; } .theme-red .nav .caret { border-bottom-color:#f4786e; border-top-color:#f4786e; } .theme-red #header-navbar .nav > li > a:hover,.theme-red #header-navbar .nav > li > a:focus,.theme-red #header-navbar .nav .open > a,.theme-red #header-navbar .nav .open > a:hover,.theme-red #header-navbar .nav .open > a:focus,.theme-red .navbar-toggle:hover,.theme-red .navbar-toggle:focus,.theme-red .mobile-search.active > .btn { background-color:#dd191d; } .theme-red .table thead > tr > th > a:hover span { color:#dd191d; border-color:#dd191d; } .theme-red #email-nav-items li.active { border-left-color:#f4786e; border-right-color:#f4786e; } .theme-red #email-nav-items li.active a { color:#f4786e; } .theme-red #email-nav-items li.active .label-primary { background-color:#f4786e; } .theme-red #email-nav-items li a:hover { color:#f4786e; } .theme-red .select2-container.select2-container-multi .select2-choices .select2-search-choice { background-color:#f4786e; } .theme-red .cd-timeline-img { background-color:#f4786e; box-shadow:0 0 0 6px #ebc4c0; } .theme-red #cd-timeline::before { background-color:#ebc4c0; } .theme-red .dataTable thead th:hover { color:#f4786e; } .theme-red .pace .pace-progress { background-color:#fff; } .theme-red #config-tool.closed #config-tool-cog:hover { background-color:#f4786e; } @media only screen and (min-width:1170px) { .theme-red .cd-timeline-content .cd-date { color:#f4786e; } }@media (max-width:991px) { .theme-red #logo.navbar-brand > img.normal-logo.logo-white { display:block; } .theme-red #logo.navbar-brand > img.normal-logo.logo-black { display:none; } .theme-red .navbar > .container .navbar-brand { background-color:#f4786e; } }.theme-whbl #header-navbar { background-color:#09c; box-shadow:0px 1px 3px 0 rgba(0,0,0,0.1); } .theme-whbl .content-tabs { border-bottom:solid 2px #e7ebee; background:#fff !important; border-top:none; height:41px; } .theme-whbl .content-tabs .page-tabs a.active { background:whitesmoke; color:#484848 !important; border-right:solid 1px #e7ebee; } .theme-whbl .content-tabs .roll-left { border-right:solid 1px #e7ebee; } .theme-whbl .content-tabs .roll-right { border-left:solid 1px #e7ebee; } .theme-whbl .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-whbl .rdio input[type="radio"]:checked + label:before { border-color:#09c; } .theme-whbl .rdio input[type="radio"]:checked + label::after { background-color:#09c; } .theme-whbl .ui-jqgrid .ckbox input[type="checkbox"]:checked + label:before { border-color:#09c; background-color:#09c; } .theme-whbl .navbar > .container .navbar-brand { background-color:transparent; width:221px; } .theme-whbl #nav-col,.theme-whbl #page-wrapper { background-color:#ffffff; } .theme-whbl #sidebar-nav .nav > li > a { color:#484848; } .theme-whbl #sidebar-nav .nav > .open > .submenu > li > .submenu,.theme-whbl #sidebar-nav .nav > .active > .submenu > li > .submenu,.theme-whbl #sidebar-nav .nav li .submenu > li.open a,.theme-whbl #nav-col-submenu .submenu > li > .submenu,.theme-whbl #nav-col-submenu li .submenu > li.open > a { background-color:#ebebeb; } .theme-whbl .nav-pills > li.active > a,.theme-whbl .nav-pills > li.active > a:hover,.theme-whbl .nav-pills > li.active > a:focus,.theme-whbl #sidebar-nav .nav-pills > li.active > a,.theme-whbl #sidebar-nav .nav-pills > li.active > a:hover,.theme-whbl #sidebar-nav .nav-pills > li.active > a:focus,.theme-whbl .nav-pills > li.open > a,.theme-whbl .nav-pills > li.open > a:hover,.theme-whbl .nav-pills > li.open > a:focus,.theme-whbl #sidebar-nav .nav-pills > li.open > a,.theme-whbl #sidebar-nav .nav-pills > li.open > a:hover,.theme-whbl #sidebar-nav .nav-pills > li.open > a:focus,.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover { background-color:whitesmoke; border-color:#09c; border-bottom-color:#e7ebee; color:#484848; } .theme-whbl #sidebar-nav .nav-pills > li.active > a > i { color:#09c; } .theme-whbl #sidebar-nav .nav > li > a:hover { background-color:whitesmoke; border-color:#09c; border-bottom-color:#e7ebee; color:#484848; } .theme-whbl #header-navbar .nav > li > a { color:#fff; } .theme-whbl #sidebar-nav .nav li .submenu,.theme-whbl #nav-col-submenu .submenu { background-color:whitesmoke; } .theme-whbl #sidebar-nav .nav li .submenu > li > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a { color:#16191c; } .theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a,.theme-whbl #sidebar-nav .nav > .active > .submenu > .open > a,.theme-whbl #sidebar-nav .nav > .active > .submenu > .active > a,.theme-whbl #nav-col-submenu .submenu > .open > a,.theme-whbl #nav-col-submenu .submenu > .active > a { border-bottom-color:transparent; box-shadow:0 -1px 0 transparent inset; } .theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a { border-bottom-color:#dcdfe6; box-shadow:none; } .theme-whbl #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,.theme-whbl #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon { color:#16191c; } .theme-whbl #sidebar-nav .nav li .submenu > li > a:hover,.theme-whbl #sidebar-nav .nav li .submenu > li > a.active,.theme-whbl #sidebar-nav .nav li .submenu > li.active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover,.theme-whbl .nav-small #nav-col-submenu .submenu > li > a.active,.theme-whbl .nav-small #nav-col-submenu .submenu > li.active > a { background-color:#ebebeb; } .theme-whbl .navbar > .container .navbar-brand { color:#fff; } .theme-whbl .navbar-toggle { color:#fff; } .theme-whbl .graph-box { background-color:#09c !important; } .theme-whbl #content-wrapper { background-color:#f9f9f9; border-left:2px solid #e7ebee; } .theme-whbl #user-left-box .user-box,.theme-whbl #user-left-box .user-box a { color:#16191c; } .theme-whbl #user-left-box .user-box a:hover,.theme-whbl #user-left-box .user-box a:focus { color:black; } .theme-whbl #sidebar-nav .nav > li.nav-header { border-top-color:#e7ebee; color:#a6a6a6; } .theme-whbl .nav-tabs { background-color:#f9f9f9; } .theme-whbl h1 { color:#09c; } .theme-whbl #header-navbar .nav > li > a:hover,.theme-whbl #header-navbar .nav > li > a:focus,.theme-whbl #header-navbar .nav .open > a,.theme-whbl #header-navbar .nav .open > a:hover,.theme-whbl #header-navbar .nav .open > a:focus,.theme-whbl .navbar-toggle:hover,.theme-whbl .navbar-toggle:focus,.theme-whbl .mobile-search.active > .btn { background-color:#41A2E4; } .theme-whbl a,.theme-whbl .fc-state-default,.theme-whbl .jvectormap-zoomin,.theme-whbl .jvectormap-zoomout,.theme-whbl #user-profile .profile-details ul > li > span { /*color:#09c; */ } .theme-whbl a:hover,.theme-whbl a:focus,.theme-whbl .widget-users li > .details > .name > a:hover,.theme-whbl .widget-todo .actions > a:hover { /*color:#09c; */ } .theme-whbl .table a.table-link:hover { color:#09c; } .theme-whbl .pagination > li > a,.theme-whbl .pagination > li > span,.theme-whbl .pagination > li > a:hover,.theme-whbl .pagination > li > span:hover,.theme-whbl .pagination > li > a:focus,.theme-whbl .pagination > li > span:focus,.theme-whbl .pagination > li > a:active,.theme-whbl .pagination > li > span:active { color:#09c; } .theme-whbl .pagination > .active > a,.theme-whbl .pagination > .active > span,.theme-whbl .pagination > .active > a:hover,.theme-whbl .pagination > .active > span:hover,.theme-whbl .pagination > .active > a:focus,.theme-whbl .pagination > .active > span:focus { background-color:#09c; border-color:#09c; color:#fff; } .theme-whbl .btn-primary,.theme-whbl .btn-info,.theme-whbl .btn-success,.theme-whbl .btn-warning,.theme-whbl .btn-danger,.theme-whbl .btn-primary:hover,.theme-whbl .btn-info:hover,.theme-whbl .btn-success:hover,.theme-whbl .btn-warning:hover,.theme-whbl .btn-danger:hover { color:#fff; } .theme-whbl .btn-primary { background-color:#09c; border-color:#09c; } .theme-whbl .btn-primary:hover,.theme-whbl .btn-primary:focus,.theme-whbl .btn-primary:active,.theme-whbl .btn-primary.active,.theme-whbl .open .dropdown-toggle.btn-primary { background-color:#41A2E4; border-color:#41A2E4; } .theme-whbl .btn-success { background-color:#09c; border-color:#09c; } .theme-whbl .btn-success:hover,.theme-whbl .btn-success:focus,.theme-whbl .btn-success:active,.theme-whbl .btn-success.active,.theme-whbl .open .dropdown-toggle.btn-success { background-color:#41A2E4; border-color:#41A2E4; } .theme-whbl h1 { color:#09c; } .theme-whbl .widget-users li > .details > .time { color:#09c; } .theme-whbl blockquote,.theme-whbl blockquote.pull-right { border-color:#09c; } .theme-whbl a.list-group-item.active,.theme-whbl a.list-group-item.active:hover,.theme-whbl a.list-group-item.active:focus { background-color:#09c; border-color:#09c; } .theme-whbl .nav .caret { border-bottom-color:#09c; border-top-color:#09c; } .theme-whbl .table thead > tr > th > a:hover span { color:#09c; border-color:#09c; } .theme-whbl .pace .pace-progress { background-color:#fff; } @media (max-width:991px) { .theme-whbl #logo.navbar-brand > img.normal-logo.logo-white { display: block; } .theme-whbl #logo.navbar-brand > img.normal-logo.logo-black { display: none; } .theme-whbl .navbar > .container .navbar-brand { background-color: #09c; } ::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.05); border-radius: 10px; -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); } ::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb { border-radius: 999px; border: 5px solid transparent; } ::-webkit-scrollbar-track { box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset; } ::-webkit-scrollbar-thumb { min-height: 20px; background-clip: content-box; box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset; } ::-webkit-scrollbar-corner { background: transparent; } }
0.264643
0.055515
.white{ color:#fff; } .green{ color:lime; } .red{ color:red; } .red_base{ background:transparent -webkit-radial-gradient(red,transparent) 0% 0% no-repeat; background:transparent radial-gradient(red,transparent) 0% 0% no-repeat; border:1px solid red; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .blue{ color:#0094ff; } .blue_base{ background:transparent -webkit-radial-gradient(#0094ff,transparent) 0% 0% no-repeat; background:transparent radial-gradient(#0094ff,transparent) 0% 0% no-repeat; border:1px solid #0094ff; color:white; border-radius:10px; padding:10px !important; } .green{color: green;} .green_base{ background:transparent -webkit-radial-gradient(green,transparent) 0% 0% no-repeat; background:transparent radial-gradient(green,transparent) 0% 0% no-repeat; border:1px solid green; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .orange{ color:orange; } .orange_base{ background:transparent -webkit-radial-gradient(orange,transparent) 0% 0% no-repeat; background:transparent radial-gradient(orange,transparent) 0% 0% no-repeat; border:1px solid orange; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .skyblue{ color:#0094ff; } .trans{ color:transparent; } .trans:hover{ color: #fff; } .gold{color:gold;} .black{color:black} .black_base{ background:#000; border:1px solid #c0c0c0; border-radius:10px; padding:10px !important; } .black_base label{ color:#0094ff; font-weight:bold; } .sb{ color:#fff; } .sb_container{ color:#fff; } .card-header{ color:#fff; font-weight:bold; font-style:italic; } .page-header{ color:#fff; } .page-header small{ color:#737373; } .bg_textured{ z-index:999999; position:relative; padding:20px 25px; background:url("../images/content_bg.png") repeat scroll 0% 0% transparent; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.2) inset; border-image:none; } .no_bg{ background:none !important; background-color:none !important; box-shadow:none !important; } /* Background Colors */ .bg-black{ background-color:#000 !important; } .bg-grey-black{ background-color:#0e0e0e !important; } .text-white{ color:#fff !important; }
public/resources/styles/core/Custom/Colors.css
.white{ color:#fff; } .green{ color:lime; } .red{ color:red; } .red_base{ background:transparent -webkit-radial-gradient(red,transparent) 0% 0% no-repeat; background:transparent radial-gradient(red,transparent) 0% 0% no-repeat; border:1px solid red; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .blue{ color:#0094ff; } .blue_base{ background:transparent -webkit-radial-gradient(#0094ff,transparent) 0% 0% no-repeat; background:transparent radial-gradient(#0094ff,transparent) 0% 0% no-repeat; border:1px solid #0094ff; color:white; border-radius:10px; padding:10px !important; } .green{color: green;} .green_base{ background:transparent -webkit-radial-gradient(green,transparent) 0% 0% no-repeat; background:transparent radial-gradient(green,transparent) 0% 0% no-repeat; border:1px solid green; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .orange{ color:orange; } .orange_base{ background:transparent -webkit-radial-gradient(orange,transparent) 0% 0% no-repeat; background:transparent radial-gradient(orange,transparent) 0% 0% no-repeat; border:1px solid orange; color:white; border-radius:10px; padding:5px 0 5px 10px !important; } .skyblue{ color:#0094ff; } .trans{ color:transparent; } .trans:hover{ color: #fff; } .gold{color:gold;} .black{color:black} .black_base{ background:#000; border:1px solid #c0c0c0; border-radius:10px; padding:10px !important; } .black_base label{ color:#0094ff; font-weight:bold; } .sb{ color:#fff; } .sb_container{ color:#fff; } .card-header{ color:#fff; font-weight:bold; font-style:italic; } .page-header{ color:#fff; } .page-header small{ color:#737373; } .bg_textured{ z-index:999999; position:relative; padding:20px 25px; background:url("../images/content_bg.png") repeat scroll 0% 0% transparent; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5), 0px 1px 1px rgba(255, 255, 255, 0.2) inset; border-image:none; } .no_bg{ background:none !important; background-color:none !important; box-shadow:none !important; } /* Background Colors */ .bg-black{ background-color:#000 !important; } .bg-grey-black{ background-color:#0e0e0e !important; } .text-white{ color:#fff !important; }
0.249539
0.115761
html { height: 100%; width: 100vw; } body { background-color: #F6E2D5; height: 100%; width: 100%; } /* NAV */ .navbar { border-top: #F6E2D5; border-left: #F6E2D5; border-right: #F6E2D5; border-bottom: white; border-style: solid; z-index: 100001; /* padding-top: 20px; padding-bottom: 20px; */ width: 100vw; padding: 20px; } .navbar-nav { margin-left: auto; text-align: center; } a { color: #E05344; text-decoration: underline; } /* .dropdown-menu { margin-top: 0; } .navbar .nav-item:not(:last-child) { margin-right: 35px; } .dropdown-toggle::after { transition: transform 0.15s linear; } .show.dropdown .dropdown-toggle::after { transform: translateY(3px); } */ a:hover { color: #62626D; } .navbar-light .navbar-nav .nav-link { color: #E05344; text-decoration: none; margin: 20px; font-family: 'Nunito Sans', sans-serif; } .navbar-light .navbar-nav .nav-link.active { color: #62626D; text-decoration: none; } .dropdown-menu { background-color: white; border-color: white; border-radius: 20px; text-decoration: none; } .dropdown-item { text-decoration: none; font-family: 'Nunito Sans', sans-serif; color: #454548, 100%; } .dropdown-item:hover { background-color: #E05344; color: white; border-radius: 100px; } .lets_play { background-color: #FFFFFF; border-radius: 100px; font-size: 16px; padding-left: 20px; padding-right: 20px; font-style: bold; box-shadow: 1px 1px 100px #6b5f5f40; /* test comment */ } .button_cont { display: flex; align-items: center; justify-content: center; padding: 20px; background-color: #D1B9B5; } .lets_play_home { margin-top: 20px; margin-bottom: 20px; display: inline-block; background-color: #FFFFFF; border-radius: 100px; font-size: 40px; padding-left: 20px; padding-right: 20px; /* margin-left: 20vw; */ /* font-style: bold; */ box-shadow: 1px 1px 10px #6b5f5f40; text-decoration: none; font-family: 'Nunito Sans', sans-serif; } .lets_play:hover { background-color: #EB5757; color: white !important; font-style: bold; text-decoration: none; } .lets_play_home:hover { background-color: #EB5757; color: white !important; font-style: bold; text-decoration: none; } .navbar-light .navbar-nav .nav-link:hover { color: #62626D; } .overview-content { padding: 100px; } /* GENERAL PAGE STYLING */ h1 { font-size: 2.5em; color: #E05344; margin: 0; font-family: 'Nunito Sans', sans-serif; } h2 { font-size: 2em; color: #E05344; font-family: 'Nunito Sans', sans-serif; } ul { color: #E05344; font-size: 1em; font-family: 'Nunito Sans', sans-serif; list-style: none; text-align: left; list-style-position: inside; margin: 20px; list-style-image: url(../images/star_b.svg); justify-content: center; align-items: center; line-height: 50px; padding-left: 20px; } /* li { background-image: url(../images/star_b.svg); background-repeat: no-repeat; padding-left: 50px; padding-bottom: 10px; } */ h1.top { margin-top: 100px; } /* preloader */ .preloader { position: fixed; width: 100%; height: 100vh; z-index: 100000; background-color: #F6E2D5; top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 20vh; font-family: 'Nunito Sans', sans-serif; } .preloader_quick { position: fixed; width: 100%; height: 100vh; z-index: 100000; background-color: #F6E2D5; top: 0; display: flex; align-items: center; justify-content: center; padding-top: 20vh; font-family: 'Nunito Sans', sans-serif; } .preloader p { display: flex; flex-direction: row; color: #7082AF; font-family: 'Nunito Sans', sans-serif; } #pre_load_img { display: flex; animation: spin 2s ease; transition: all; width: 100px; margin: 10px; } @keyframes spin { 0% { transform: rotate(0deg); } 50% { transform: rotate(360deg); } 100% { transform: rotate(720deg); } } /* HOME */ .hero { position: relative; display: flex; flex-direction: row; width: 100%; /* padding-top: 30vh; */ max-width: 100em; margin: 0 auto; padding-left: 10vw; padding-right: 10vw; } .hero.overview { margin-top: 175px; } .contentBox { display: flex; flex-direction: column; padding-top: 5px; } .overview .contentBox { margin-left: 10px } .imgBox { display: flex; align-items: center; margin-right: 10px; padding: 40px; padding-top: 0px; } /*HOME STRIP 2 */ .hero { margin-right: 100px; } .home_p { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 1em; color: #E05344; margin-bottom: 10px; margin-top: 20px; } /* HOME STRIP 3 */ .strip3 { /* margin-top: 40px; */ position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; } #category_header { display: flex; justify-content: left; text-align: left; padding-top: 25vh; /* margin-left: 5vw; */ } /* INDEPENDENT PAGE STLYING */ /* ABOUT */ #about_content { padding: 10vh; font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 20px; color: #E05344; overflow: hidden; /* text-decoration: none !important; */ } .abt_hero_img { height: 100vh; width: 100vw; background-image: url(../images/Us_Talking.gif); background-position: center; background-size: contain; background-repeat: no-repeat; opacity: 1; display: flex; justify-content: center; overflow: hidden; } /* ul { } */ /* CONTACT / SUBMIT QUESTION */ #contact_content { padding: 10vh; font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 1em; color: #E05344; } .contact.container { margin-left: 0; padding: 0; max-width: 800px; } /* tips - how 2 play */ .tips_h2 { font-weight: 100; margin-top: 10px; color: #62626D; } .tips_p { font-weight: normal; } .tips_img { margin-top: 20px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; width: 50%; border-radius: 20px; box-shadow: 0 0 0 0.25rem rgb(239 169 153 / 25%); } .accordion-font { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: .5em; color: #E05344 !important; } /* .accordion-button:active { border-style: solid; border-color: #E05344 !important; } */ .accordion-button:not(.collapsed) { color: #E05344; background-color: #D1B9B5; } .accordion-button:focus { z-index: 3; border-color: #EBCFE0 !important; outline: 0; box-shadow: 0 0 0 0.25rem rgb(239 169 153 / 25%); } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: .6em; color: #62626D; background-color: transparent; border: 3px solid rgba(239,169,153,.125); border-radius: 20px !important; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; } #how_to_play { padding-top: 20px; padding-bottom: 20px; } /* ZOOM FAT */ .fatContainer { display: flex; align-items: center; flex-wrap: wrap; margin-left: 30px; } .factoid { flex: 1; margin-right: 10px; } .ZF_h4 { color: #62626D; } /* footer */ #footer { align-items: left; margin-left: auto; padding: 50px; background-color:#F6E2D5 !important; z-index: 99999; } #footer a { text-decoration: none; color: #E05344; font-size: 1em; } #footer a:hover { color: #62626D; } #footer { align-items: left; justify-content: left; font-family: 'Nunito Sans', sans-serif; } .navbar-brand { padding-left: 10px; } .navbar-brand.leftspace { margin-left: 10px; } #lady { font-size: 10px !important; font-family: 'Nunito Sans', sans-serif; display: flex; align-items: right; justify-content: center; padding: 5px; color: #E05344; } @media screen and (max-width: 969px) { /* HOME */ .imgBox { display: none; } .contentBox .mission { display: flex; align-items: center; } h1 { font-size: 2.5em; } /* HOW TO PLAY */ .tips_h2 { font-weight: 100; margin-top: 10px; font-size: 2em; } .tips_p { font-weight: normal; } .tips_img { width: 100%; } /* FOOTER */ #footer a { font-size: 1em; } } @media screen and (max-width: 1270px) { .contact_art { display: none; } } @media screen and (max-width: 750px) { .home_p { font-size: 1em; } .strip3 { display: none; } } @media screen and (max-width: 450px) { /* general styling */ h1 { font-size: 2.5em; color: #E05344; margin: 0; font-family: 'Nunito Sans', sans-serif; } h2 { font-size: 2em; color: #E05344; font-family: 'Nunito Sans', sans-serif; } ul { color: #E05344; font-family: 'Nunito Sans', sans-serif; text-align: left; margin: 10px; padding-left: 0px; line-height: 1.5em; } p { font-size: 1em; color: #62626D; font-family: 'Nunito Sans', sans-serif; } h1.top { margin-top: 60px; } .home_p { font-size: 1em; } .button_cont { display: flex; align-items: center; justify-content: center; padding: 5px; background-color: #F6E2D5; } /* .navbar-light .navbar-nav .nav-link { font-size: 20px; } */ /*/ hOME */ /* body { /* overflow: hidden; I think this might be causing the non scrolling issue. } */ /* .contentBox { min-width: 400px; display: flex; flex-direction: column; margin: 10vw; } */ .hero.overview { margin-top: 100px; } .accordion-button { align-items: left; text-align: left; } .strip3 { display: none; } #about_content { padding-top: 50px; padding-right: 5px; padding-left: 5px; margin: 10px; } /* ZOOM FAT */ .fatContainer { display: none; } .ZF_h4 { font-size: 15px; } .ZF_p { font-size: 20px; } /* FOOTER */ #footer a { font-size: 1em; } #footer { align-items: left; margin-left: auto; padding: 30px; padding-top: 50px; } .hero { padding-left: 0; padding-right: 0; } } @media screen and (max-width: 375px) { /* FOOTER */ #footer a { font-size: 1em; } #footer { align-items: left; margin-left: auto; padding: 10px; } }
css/header.css
html { height: 100%; width: 100vw; } body { background-color: #F6E2D5; height: 100%; width: 100%; } /* NAV */ .navbar { border-top: #F6E2D5; border-left: #F6E2D5; border-right: #F6E2D5; border-bottom: white; border-style: solid; z-index: 100001; /* padding-top: 20px; padding-bottom: 20px; */ width: 100vw; padding: 20px; } .navbar-nav { margin-left: auto; text-align: center; } a { color: #E05344; text-decoration: underline; } /* .dropdown-menu { margin-top: 0; } .navbar .nav-item:not(:last-child) { margin-right: 35px; } .dropdown-toggle::after { transition: transform 0.15s linear; } .show.dropdown .dropdown-toggle::after { transform: translateY(3px); } */ a:hover { color: #62626D; } .navbar-light .navbar-nav .nav-link { color: #E05344; text-decoration: none; margin: 20px; font-family: 'Nunito Sans', sans-serif; } .navbar-light .navbar-nav .nav-link.active { color: #62626D; text-decoration: none; } .dropdown-menu { background-color: white; border-color: white; border-radius: 20px; text-decoration: none; } .dropdown-item { text-decoration: none; font-family: 'Nunito Sans', sans-serif; color: #454548, 100%; } .dropdown-item:hover { background-color: #E05344; color: white; border-radius: 100px; } .lets_play { background-color: #FFFFFF; border-radius: 100px; font-size: 16px; padding-left: 20px; padding-right: 20px; font-style: bold; box-shadow: 1px 1px 100px #6b5f5f40; /* test comment */ } .button_cont { display: flex; align-items: center; justify-content: center; padding: 20px; background-color: #D1B9B5; } .lets_play_home { margin-top: 20px; margin-bottom: 20px; display: inline-block; background-color: #FFFFFF; border-radius: 100px; font-size: 40px; padding-left: 20px; padding-right: 20px; /* margin-left: 20vw; */ /* font-style: bold; */ box-shadow: 1px 1px 10px #6b5f5f40; text-decoration: none; font-family: 'Nunito Sans', sans-serif; } .lets_play:hover { background-color: #EB5757; color: white !important; font-style: bold; text-decoration: none; } .lets_play_home:hover { background-color: #EB5757; color: white !important; font-style: bold; text-decoration: none; } .navbar-light .navbar-nav .nav-link:hover { color: #62626D; } .overview-content { padding: 100px; } /* GENERAL PAGE STYLING */ h1 { font-size: 2.5em; color: #E05344; margin: 0; font-family: 'Nunito Sans', sans-serif; } h2 { font-size: 2em; color: #E05344; font-family: 'Nunito Sans', sans-serif; } ul { color: #E05344; font-size: 1em; font-family: 'Nunito Sans', sans-serif; list-style: none; text-align: left; list-style-position: inside; margin: 20px; list-style-image: url(../images/star_b.svg); justify-content: center; align-items: center; line-height: 50px; padding-left: 20px; } /* li { background-image: url(../images/star_b.svg); background-repeat: no-repeat; padding-left: 50px; padding-bottom: 10px; } */ h1.top { margin-top: 100px; } /* preloader */ .preloader { position: fixed; width: 100%; height: 100vh; z-index: 100000; background-color: #F6E2D5; top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 20vh; font-family: 'Nunito Sans', sans-serif; } .preloader_quick { position: fixed; width: 100%; height: 100vh; z-index: 100000; background-color: #F6E2D5; top: 0; display: flex; align-items: center; justify-content: center; padding-top: 20vh; font-family: 'Nunito Sans', sans-serif; } .preloader p { display: flex; flex-direction: row; color: #7082AF; font-family: 'Nunito Sans', sans-serif; } #pre_load_img { display: flex; animation: spin 2s ease; transition: all; width: 100px; margin: 10px; } @keyframes spin { 0% { transform: rotate(0deg); } 50% { transform: rotate(360deg); } 100% { transform: rotate(720deg); } } /* HOME */ .hero { position: relative; display: flex; flex-direction: row; width: 100%; /* padding-top: 30vh; */ max-width: 100em; margin: 0 auto; padding-left: 10vw; padding-right: 10vw; } .hero.overview { margin-top: 175px; } .contentBox { display: flex; flex-direction: column; padding-top: 5px; } .overview .contentBox { margin-left: 10px } .imgBox { display: flex; align-items: center; margin-right: 10px; padding: 40px; padding-top: 0px; } /*HOME STRIP 2 */ .hero { margin-right: 100px; } .home_p { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 1em; color: #E05344; margin-bottom: 10px; margin-top: 20px; } /* HOME STRIP 3 */ .strip3 { /* margin-top: 40px; */ position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; } #category_header { display: flex; justify-content: left; text-align: left; padding-top: 25vh; /* margin-left: 5vw; */ } /* INDEPENDENT PAGE STLYING */ /* ABOUT */ #about_content { padding: 10vh; font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 20px; color: #E05344; overflow: hidden; /* text-decoration: none !important; */ } .abt_hero_img { height: 100vh; width: 100vw; background-image: url(../images/Us_Talking.gif); background-position: center; background-size: contain; background-repeat: no-repeat; opacity: 1; display: flex; justify-content: center; overflow: hidden; } /* ul { } */ /* CONTACT / SUBMIT QUESTION */ #contact_content { padding: 10vh; font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: 1em; color: #E05344; } .contact.container { margin-left: 0; padding: 0; max-width: 800px; } /* tips - how 2 play */ .tips_h2 { font-weight: 100; margin-top: 10px; color: #62626D; } .tips_p { font-weight: normal; } .tips_img { margin-top: 20px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; width: 50%; border-radius: 20px; box-shadow: 0 0 0 0.25rem rgb(239 169 153 / 25%); } .accordion-font { font-family: 'Nunito Sans', sans-serif; font-weight: 300; font-size: .5em; color: #E05344 !important; } /* .accordion-button:active { border-style: solid; border-color: #E05344 !important; } */ .accordion-button:not(.collapsed) { color: #E05344; background-color: #D1B9B5; } .accordion-button:focus { z-index: 3; border-color: #EBCFE0 !important; outline: 0; box-shadow: 0 0 0 0.25rem rgb(239 169 153 / 25%); } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: .6em; color: #62626D; background-color: transparent; border: 3px solid rgba(239,169,153,.125); border-radius: 20px !important; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; } #how_to_play { padding-top: 20px; padding-bottom: 20px; } /* ZOOM FAT */ .fatContainer { display: flex; align-items: center; flex-wrap: wrap; margin-left: 30px; } .factoid { flex: 1; margin-right: 10px; } .ZF_h4 { color: #62626D; } /* footer */ #footer { align-items: left; margin-left: auto; padding: 50px; background-color:#F6E2D5 !important; z-index: 99999; } #footer a { text-decoration: none; color: #E05344; font-size: 1em; } #footer a:hover { color: #62626D; } #footer { align-items: left; justify-content: left; font-family: 'Nunito Sans', sans-serif; } .navbar-brand { padding-left: 10px; } .navbar-brand.leftspace { margin-left: 10px; } #lady { font-size: 10px !important; font-family: 'Nunito Sans', sans-serif; display: flex; align-items: right; justify-content: center; padding: 5px; color: #E05344; } @media screen and (max-width: 969px) { /* HOME */ .imgBox { display: none; } .contentBox .mission { display: flex; align-items: center; } h1 { font-size: 2.5em; } /* HOW TO PLAY */ .tips_h2 { font-weight: 100; margin-top: 10px; font-size: 2em; } .tips_p { font-weight: normal; } .tips_img { width: 100%; } /* FOOTER */ #footer a { font-size: 1em; } } @media screen and (max-width: 1270px) { .contact_art { display: none; } } @media screen and (max-width: 750px) { .home_p { font-size: 1em; } .strip3 { display: none; } } @media screen and (max-width: 450px) { /* general styling */ h1 { font-size: 2.5em; color: #E05344; margin: 0; font-family: 'Nunito Sans', sans-serif; } h2 { font-size: 2em; color: #E05344; font-family: 'Nunito Sans', sans-serif; } ul { color: #E05344; font-family: 'Nunito Sans', sans-serif; text-align: left; margin: 10px; padding-left: 0px; line-height: 1.5em; } p { font-size: 1em; color: #62626D; font-family: 'Nunito Sans', sans-serif; } h1.top { margin-top: 60px; } .home_p { font-size: 1em; } .button_cont { display: flex; align-items: center; justify-content: center; padding: 5px; background-color: #F6E2D5; } /* .navbar-light .navbar-nav .nav-link { font-size: 20px; } */ /*/ hOME */ /* body { /* overflow: hidden; I think this might be causing the non scrolling issue. } */ /* .contentBox { min-width: 400px; display: flex; flex-direction: column; margin: 10vw; } */ .hero.overview { margin-top: 100px; } .accordion-button { align-items: left; text-align: left; } .strip3 { display: none; } #about_content { padding-top: 50px; padding-right: 5px; padding-left: 5px; margin: 10px; } /* ZOOM FAT */ .fatContainer { display: none; } .ZF_h4 { font-size: 15px; } .ZF_p { font-size: 20px; } /* FOOTER */ #footer a { font-size: 1em; } #footer { align-items: left; margin-left: auto; padding: 30px; padding-top: 50px; } .hero { padding-left: 0; padding-right: 0; } } @media screen and (max-width: 375px) { /* FOOTER */ #footer a { font-size: 1em; } #footer { align-items: left; margin-left: auto; padding: 10px; } }
0.382718
0.0697
/* ------------------------------------------ */ /* TABLE OF CONTENTS /* ------------------------------------------ */ /* 01 - Loading Transition */ /* 02 - Global stlye */ /* 03 - Header */ /* 04 - Banner */ /* 05 - Grid Service Section */ /* 06 - We Are Creative */ /* 07 - Feature Work */ /* 08 - Home FAQ Section */ /* 09 - Testimonial Section */ /* 10 - Theme Counter */ /* 11 - Our Team */ /* 12 - Home Conatct Section */ /* 13 - Footer */ /* 14 - Inner Banner */ /* 15 - Who We Are */ /* 16 - Service Details */ /* 17 - Project */ /* 18 - Project Details */ /* 19 - Our Blog */ /* 20 - Blog Details */ /* 21 - Error Page */ /* 22 - FAQ Page */ /* 23 - Contact Page */ /* 24 - Form Validation */ /** * Importing necessary Styles. **/ @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,700|Roboto:300,400,500,700'); /*----bootstrap css ----- */ @import url('../vendor/bootstrap/bootstrap.css'); /*----bootstrap Select ----- */ @import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css'); /*----revolution-slider---*/ @import url('../vendor/revolution/settings.css'); @import url('../vendor/revolution/layers.css'); @import url('../vendor/revolution/navigation.css'); /*-------fancy box --------*/ @import url('../vendor/fancy-box/jquery.fancybox.css'); /*------- menu ------*/ @import url('../vendor/menu/dist/css/slimmenu.css'); /*----font awesome -------*/ @import url('../fonts/font-awesome/css/font-awesome.min.css'); /*--------- flat-icon ---------*/ @import url('../fonts/icon/font/flaticon.css'); /*----owl-carousel css----*/ @import url('../vendor/owl-carousel/owl.carousel.css'); @import url('../vendor/owl-carousel/owl.theme.css'); /*----------- Animate css -------*/ @import url('../vendor/animate.css'); /*-------Hover Css --------*/ @import url('../vendor/hover.css'); /*** ==================================================================== Loading Transition ==================================================================== ***/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; background: #fff; overflow: hidden; } #loader { background: url(../images/1.gif); width: 64px; height: 64px; position: relative; top: 50%; margin: -32px auto 0 auto; } /*==================== Click Top ====================*/ .scroll-top { width:45px; height:45px; position: fixed; bottom: 52px; right: 80px; z-index: 99; background:transparent; display: none; } .scroll-top:after { position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 1; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); } /*______________________ Global stlye ___________________*/ @font-face { font-family: 'font-awesome'; src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf'); src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */ } body { font-family: 'Open Sans', sans-serif; font-weight: normal; color:#7f7f7f; font-size: 14px; position: relative; line-height: 28px; } body .main-page-wrapper { overflow-x:hidden; } h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;} h2,h3,h4,h5,h6 {color:#424242;} h2,h3,h4 {font-family: 'Lato', sans-serif;} h1,h5,h6 {font-family: 'Open Sans', sans-serif;} h1 {font-size: 45px; font-weight: 700;} h2 {font-size: 40px; font-weight: 700;} h3 {font-size: 35px;} h4 {font-size: 24px;} h5 {font-size: 22px; font-weight: 700;} h6 {font-size: 20px;font-weight: 700;} ul {list-style-type: none;} a {text-decoration: none; display: inline-block; font-family: 'Roboto', sans-serif;} a:hover,a:focus,a:visited {text-decoration: none; outline: none;} img {max-width: 100%; display: block;} button {border:none;outline: none;box-shadow: none;display: block; padding: 0;} input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} .float-left {float:left;} .float-right {float:right;} .round-border {border-radius: 50%;} .m-top0 {margin-top: 0 !important;} .m-bottom0 {margin-bottom: 0 !important;} .p-top100 {padding-top: 100px !important;} .p-bottom100 {padding-bottom: 100px !important;} .p-left0 {padding-left: 0 !important;} /*------------------------------- Transition --------------------------*/ .tran3s,.panel-heading a:before,.carousel-indicators li,.home-contact-section form button,.project-details .nav-tabs > li > a { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .tran4s { -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /*---------------------------- Theme Title --------------------------------*/ @-webkit-keyframes titleanimi { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(117px); transform: translateX(117px); } } @keyframes titleanimi { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(117px); transform: translateX(117px); } } .theme-title h2 { display: inline-block; position: relative; padding-bottom: 15px; } .theme-title h2:before { content: ''; position: absolute; width: 117px; height: 3px; left:0; bottom: 0; } .theme-title h2:after { content: ''; width: 3px; height: 3px; position: absolute; left:0; bottom: 0; background: #fff; -webkit-animation: titleanimi 3s linear infinite; animation: titleanimi 3s linear infinite; } .theme-title p { font-size: 25px; line-height: 33px; margin-top: 40px; color: #3d3c3c; } /*-------------------------------------- Color css ---------------------------*/ .p-color,#mega-menu-holder>ul> li.active> a,#mega-menu-holder>ul> li:hover> a,.theme-main-menu .search-box.show #search,.service-grid .single-service .icon-box, .service-details .service-sidebar ul li a:hover,.our-blog .blog-single-post:hover .post h5 a,.blog-details .blog-sidebar .blog-recent-post .single-post:hover .post a, .blog-details .blog-sidebar .blog-categories ul li a:hover,#mega-menu-holder li:hover .sub-toggle,#mega-menu-holder li.active .sub-toggle { color:#1545B8; } .p-color-bg,#mega-menu-holder ul.dropdown li a:hover,.who-we-are ul li a:hover,.home-contact-section form button:hover,.service-details .service-sidebar .download a:hover, .blog-details .blog-sidebar .blog-tags ul li a:hover,.blog-details .blog-large-sidebar .post-wrapper .list li:before,.blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover, .blog-details .blog-large-sidebar .comment-section .single-comment button:hover { background: #1545B8; } .theme-main-menu .search-box form input:focus,.contact-form-holder input:focus,.contact-form-holder textarea:focus,.blog-details .blog-sidebar .blog-tags ul li a:hover, .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover { border-color:#1545B8; border-style: solid; border-top-color: #179e20; } .s-color,header .top-header ul.float-right li a:hover,footer .footer-logo ul li a:hover,footer .footer-news ul li:hover h6 a,footer .footer-subscribe ul li a:hover, .inner-banner .opacity .wrapper ul li a:hover,.service-grid .single-service:hover .title h6 a,.project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 a:hover, .project-short-banner .opacity a:hover,.contact-address div .opacity ul li i { color:#f2b604; } .s-color-bg,#theme-main-banner .tp-caption h3:before,.theme-title h2:before,.we-are-creative .text-wrapper .single-content-holder h4:before, #team-carousel .carousel-inner .info ul li:before,#team-carousel .carousel-inner .info ul:before,.home-contact-section form .left-side h3:before, .home-contact-section form .single-input .single-checkbox input[type="checkbox"]:checked + label:before,footer .footer-subscribe form button:hover, .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper span,.our-blog .image div a:hover,.error-page .opacity a:hover,.blog-details .blog-sidebar h5:before, .blog-details .blog-large-sidebar .leave-reply-area button:hover { background: #f2b604; } .our-blog .image div a:hover { border-color:#f2b604; border-style: solid; } /*------------------------------------ Header ----------------------------------*/ header .top-header {padding: 11px 0;} header .top-header ul li {display: inline-block; color: #fff;} header .top-header ul.float-left li { font-size: 13px; } header .top-header ul.float-left li:first-child { margin-right: 65px; } header .top-header ul.float-left li i { font-size: 23px; margin-right: 15px; vertical-align: middle; } header .top-header ul.float-left li i.fa-envelope-o {font-size: 18px;} header .top-header ul.float-right li a { font-size: 18px; color: #fff; margin-left: 12px; } header .bottom-header .right-side ul li { display: inline-block; vertical-align: middle; margin-right: 120px !important; } /*logo*/ .header__logo{ height: 124px !important; width: 100% !important; margin-left: 100px; } /*logo*/ .header .bottom-header .right-side ul{ } header .bottom-header .right-side ul li a { width: 40px; line-height: 50px; text-align: center; color: #fff; font-weight: 300; border-radius: 30px; ; } header .bottom-header .right-side ul li h6 { font-weight: 600; font-size: 14px; color: #4c4c4c; margin-bottom: 3px; } header .bottom-header .right-side ul li:nth-child(1), header .bottom-header .right-side ul li:nth-child(2) { position: relative; padding-left: 45px; margin-right: 45px; margin-top: 4px; } header .bottom-header .right-side ul li i { font-size: 15px; position: absolute; top:2px; left:0; } header .bottom-header .wrapper { padding: 40px 0; border-bottom: 1px solid #d6d5d5; } /*--------------------------------- Search Box -------------------------*/ .theme-main-menu #mega-menu-holder .search-box {position: relative;float:right;} .theme-main-menu .search-box #search { background: transparent; font-size: 20px; color: #424242; margin-top: 17px; } .theme-main-menu .search-box form { position: absolute; width: 240px; height: 50px; left: -255px; top:7px; opacity: 0; -webkit-transform:scale(0,1); transform:scale(0,1); -webkit-transform-origin:100% 100%; transform-origin:100% 100%; } .theme-main-menu .search-box form input { width: 100%; height: 100%; border:1px solid rgba(0,0,0,0.07); padding:0 20px; border-radius: 30px; } .theme-main-menu .search-box.show form { opacity: 1; -webkit-transform:scale(1); transform:scale(1); } /*================= Sticky Menu ===============*/ @-webkit-keyframes menu_sticky { 0% {margin-top:-120px;opacity: 0;} 50% {margin-top: -64px;opacity: 0;} 100% {margin-top: 0;opacity: 1;} } @keyframes menu_sticky { 0% {margin-top:-120px;opacity: 0;} 50% {margin-top: -64px;opacity: 0;} 100% {margin-top: 0;opacity: 1;} } .theme-main-menu.fixed { position: fixed; width:100%; top:0; left:0; z-index: 999; margin:0; background: #fff; -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); -webkit-animation: menu_sticky 0.70s ease-in-out; animation: menu_sticky 0.70s ease-in-out; } /**/ /* .banner__wrapper{ width: 100%; background-color: #d3d3d3; } .banner__div{ height: 70vh !important; margin-left: 50px; } */ /* .banner__image{ height: 70vh !important; width: 80%; } */ .banner__image1{ opacity: 0.8 !important; background-color: #050505; object-fit: contain; } /**/ /*----------------------------------- Banner ---------------------------*/ #theme-main-banner .tp-caption h3 { color: #fff; position: relative; padding-bottom: 17px; } #theme-main-banner .tp-caption h3:before { content: ''; width: 140px; height: 3px; position: absolute; bottom:0; left:0; } #theme-main-banner .tp-caption h1 { color: #fff; line-height: 50px; } #theme-main-banner .tp-caption p{ color: #fff; font-size: 19px; } #theme-main-banner .tp-caption a { display: block; width: 184px; line-height: 54px; text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; } /*------------------------- Grid Service Section --------------------*/ .service-grid {margin: 100px 0 100px 0;} .service-grid .single-service .icon-box { height: 98px; width: 78px; line-height: 98px; text-align: center; font-size: 45px; } .service-grid .single-service .icon-box.bg { background: url(../images/home/shape.png) no-repeat center; background-size: cover; color: #fff; } .service-grid .single-service:hover .icon-box.bg { background: url(../images/home/shape2.png) no-repeat center; } .service-grid .single-service .title { position: relative; border-bottom: 1px solid #ebebeb; padding: 28px 0 25px 0; margin-bottom: 16px; } .service-grid .single-service .title h6 a { display: block; color: #424242; font-size: 18px; text-transform: uppercase; } .service-grid .single-service .title span { font-family: 'Lato', sans-serif; font-style: italic; font-size: 15px; } .service-grid .single-service .title .num { font-family: 'Lato', sans-serif; position: absolute; top:30px; left:0; font-weight: 900; color: #f3f3f3; font-size: 76px; z-index: -1; } .service-grid .single-service {margin-bottom: 40px;} /*------------------------------------ We Are Creative -------------------------*/ .we-are-creative { background: #f6f7f8; padding: 90px 0 40px 0; } .we-are-creative .img {margin-top: 20px;} .we-are-creative .img p { font-size: 18px; color: #7c7c7c; margin-top: 40px; } .we-are-creative .img p span { display: block; margin-left:200px; } .we-are-creative .img p i { font-size: 45px; margin-right: 20px; vertical-align: super; } .we-are-creative .row {margin-top: 95px;} .we-are-creative .text-wrapper { padding: 0 35px; margin: 0 -20px; } .we-are-creative .text-wrapper .col-xs-6 {padding: 0 20px;} .we-are-creative .text-wrapper .single-content-holder { padding-left: 60px; position: relative; margin-bottom: 50px; } .we-are-creative .text-wrapper .single-content-holder h4 { font-size: 22px; padding-bottom: 10px; margin-bottom: 30px; position: relative; } .we-are-creative .text-wrapper .single-content-holder h4:before { content: ''; position: absolute; width: 56px; height: 3px; left:0; bottom: 0; } .we-are-creative .text-wrapper .single-content-holder p {line-height: 26px;} .we-are-creative .text-wrapper .single-content-holder img { position: absolute; top:-5px; left:0; } .we-are-creative .text-wrapper .single-content-holder:hover img { -webkit-transform:scale(0.9); transform:scale(0.9); } /*----------------------------- Feature Work -----------------------*/ .feature-work {margin: 90px 0 80px 0;} .feature-work .theme-title {margin-bottom: 30px;} .isotop-menu-wrapper li { display: inline-block; color: #424242; margin: 8px; padding: 3px 24px; border-radius: 30px; cursor: pointer; } .isotop-menu-wrapper li:hover, .isotop-menu-wrapper li.is-checked { background: #e9e9e9; } .isotop-menu-wrapper {margin-bottom: 70px;} #isotop-gallery-wrapper .isotop-item,#isotop-gallery-wrapper .grid-sizer { width: 25%; padding: 0 15px; } #isotop-gallery-wrapper .isotop-item.dubble-grid {width: 50%;} #isotop-gallery-wrapper .isotop-item .single-item { margin-bottom: 20px; position: relative; overflow: hidden; } #isotop-gallery-wrapper .isotop-item .single-item>img{width: 100%;} .feature-work #isotop-gallery-wrapper .isotop-item .single-item .hover { position: absolute; top:12px; left:12px; bottom: 12px; right: 12px; border-radius: 10px; background: rgba(66,66,66,0.44); text-align: center; -webkit-transform:scale(0); transform:scale(0); opacity: 0; } .feature-work #isotop-gallery-wrapper .isotop-item .single-item .hover a { position: relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .feature-work #isotop-gallery-wrapper .isotop-item .single-item:hover .hover { -webkit-transform:scale(1); transform:scale(1); opacity: 1; } /*-------------------------------- Home FAQ Section --------------------------*/ .home-faq-section { background: #eff4f8; padding: 95px 0 80px 0; } .home-faq-section .theme-title {margin-bottom: 25px;} .home-faq-section .panel-wrapper { padding:50px 0 0 70px; } .home-faq-section .panel-wrapper h5 { font-size: 30px; font-weight: 600; position: relative; margin-bottom: 5px; } .home-faq-section .panel-wrapper h5 img { position: absolute; top:0; left:-70px; } .panel-heading { padding: 0; border: none; border-radius: 0; } .panel, .panel-group .panel + .panel { background: transparent; box-shadow: none; border: none; border-bottom: 1px solid #e4e8ea; border-radius: 0; margin: 0; } .home-faq-section .panel-group .panel-heading + .panel-collapse > .panel-body, .home-faq-section .panel-group .panel-heading + .panel-collapse > .list-group { border:none; padding: 0px 50px 45px 0; } .home-faq-section .panel-heading a { font-size: 16px; font-weight: 600; color: #6360b1; display: block; padding: 35px 45px 35px 0; position: relative; } .home-faq-section .panel-heading a:before { content: '+'; width: 30px; height: 30px; line-height: 28px; border: 1px solid #9695a7; border-radius: 50%; text-align: center; font-weight: 300; font-size: 28px; color: #9695a7; position: absolute; top:50%; margin-top: -15px; right: 0; } .home-faq-section .panel-heading.active-panel a:before { content: '-'; } .home-faq-section .faq-panel {margin-top: 22px;} /*---------------------- Testimonial Section ---------------------*/ .testimonial-section { padding: 100px 0 100px 0; } .testimonial-section.colorOne { background: #55aac1;} .testimonial-section.colorTwo { background: #023059;} #client-carousel .carousel-indicators { position: static; margin: 95px 0 0 0; width: 100%; } #client-carousel .carousel-inner { width: 68%; margin: 0 auto; } #client-carousel .item p { font-size: 20px; line-height: 35px; color: #fff; margin: 80px 0 88px 0; } #client-carousel .item img {margin: 0 auto;} #client-carousel .item h6 { font-weight: 600; color: #fff; text-transform: uppercase; text-align: right; } #client-carousel .carousel-indicators li { width: 122px; height: 122px; overflow: hidden; border-radius: 50%; border: none; background: transparent; opacity: 0.5; margin: 0 30px; } #client-carousel .carousel-indicators li.active { opacity: 1; } /*--------------------------------- Theme Counter ------------------------*/ .theme-counter {margin: 70px 0;} .theme-counter .text-center { padding: 50px 0 50px 0; margin: 30px 0; } .theme-counter .text-center.colorOne {background: #f70042;} .theme-counter .text-center.colorTwo {background: #1a56a5;} .theme-counter .text-center.colorThree {background: #023059;} .theme-counter .text-center.colorFour {background: #f2b604;} .theme-counter .text-center span { display: block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 46px; color: #fff; margin-bottom: 42px; } .theme-counter .text-center h5 { font-size: 24px; color: #fff; } /*------------------------------ Our Team --------------------------*/ .our-team { background: #f2f2f2; padding: 95px 0 95px 0; } #team-carousel .carousel-inner { width: 83%; margin-top: 50px; } #team-carousel .carousel-inner .image-box { width: 41%; } #team-carousel .carousel-inner .image-box img {width: 100%;} #team-carousel .carousel-inner .image-box .name { background: #fff; padding: 41px 0 22px 0; border-right: 1px solid #f2f2f2; } #team-carousel .carousel-inner .image-box .name h5 { font-weight: 600; text-transform: uppercase; } #team-carousel .carousel-inner .image-box .name p { text-transform: uppercase; font-size: 18px; color: #424242; margin-top: 3px; } #team-carousel .carousel-inner .info { width: 59%; padding: 160px 0 0 70px; } #team-carousel .carousel-inner .info p { font-size: 15px; color: #545454; margin-bottom: 25px; } #team-carousel .carousel-inner .info h5 { text-transform: uppercase; font-weight: 600; margin-bottom: 15px; } #team-carousel .carousel-inner .info h6 { font-weight: 600; margin-bottom: 15px; } #team-carousel .carousel-inner .info ul { position: relative; padding-left: 30px; margin: 45px 0 0 0; } #team-carousel .carousel-inner .info ul:before { content: ''; width: 1px; height: 80%; position: absolute; top:10px; left:4px; } #team-carousel .carousel-inner .info ul li { position: relative; color: #545454; font-size: 15px; line-height: 22px; margin-bottom: 40px; } #team-carousel .carousel-inner .info ul li:before { content: ''; width: 8px; height: 8px; border-radius: 50%; position: absolute; top:7px; left:-30px; } #team-carousel .carousel-inner .info ul li span { font-weight: 600; } #team-carousel .carousel-indicators { background: #fff; margin: 0; width: 570px; text-align: center; padding: 18px 0; top:0; bottom: auto; left:398px; } #team-carousel .carousel-indicators li { vertical-align: middle; width: 82px; height: 82px; overflow: hidden; border-radius: 50%; border: none; background: transparent; margin: 0 8px; opacity: 0.6; } #team-carousel .carousel-indicators li.active {opacity: 1;} #team-carousel .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; transition-property: opacity; } #team-carousel .carousel-inner .active { opacity: 1; } #team-carousel .carousel-inner .active.left, #team-carousel .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } #team-carousel .carousel-inner .next.left, #team-carousel .carousel-inner .prev.right { opacity: 1; } #team-carousel .carousel-control { z-index: 2; } /*----------------------- Home Conatct Section -----------------------*/ .home-contact-section{ background: url(../images/home/15.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } .home-contact-section .opacity { background: rgba(13,19,24,0.88); padding: 100px 0; } .home-contact-section form { width: 830px; margin: 0 auto; position: relative; } .home-contact-section form .float-left{width: 50%;} .home-contact-section form .left-side { background: rgba(26,86,165,0.6); padding: 95px 55px 20px 70px; } .home-contact-section form .left-side h3 { font-size: 33px; position: relative; color: #fff; padding-bottom: 18px; margin-bottom: 40px; } .home-contact-section form .left-side h3:before { content: ''; position: absolute; width: 84px; height: 3px; left:0; bottom: 0; } .home-contact-section form label { font-weight: 300; font-size: 18px; color: #aeadad; } .home-contact-section form .left-side input[type="text"], .home-contact-section form .left-side input[type="email"] { font-weight: normal; font-size: 18px; color: #fff; width: 100%; border: none; border-bottom: 1px solid #5f5f60; padding-bottom: 14px; background: transparent; display: block; letter-spacing: 0.5px; } .home-contact-section form .single-input {margin-bottom: 27px;} .home-contact-section form .bootstrap-select {width: 100%;} .home-contact-section form .bootstrap-select .btn { background: transparent; padding: 0 0 14px 0; border-bottom: 1px solid #5f5f60; position: relative; } .home-contact-section form .bootstrap-select.btn-group .dropdown-toggle .filter-option { font-weight: normal; font-size: 18px; color: #fff; text-transform: capitalize; } .bootstrap-select.btn-group .dropdown-toggle .caret {display: none;} .bootstrap-select.btn-group .dropdown-toggle .bs-caret { position: absolute; top:0; right: 0; display: block; height: 100%; width: 40px; text-align: center; padding-top: 7px; } .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before { content: ''; font-family: 'font-awesome'; color: #fff; font-size: 20px; } .home-contact-section form .single-input .single-checkbox input[type="checkbox"] { display: none; } .home-contact-section form .single-input .single-checkbox label { color: #fff; margin: 0; font-weight: normal; position: relative; padding-left: 30px; cursor: pointer; } .home-contact-section form .single-input .single-checkbox label:before { content: ''; width: 15px; height: 15px; line-height: 15px; text-align: center; font-family: 'font-awesome'; font-size: 11px; background: #fff; color: #fff; position: absolute; left:0; top:7px; cursor: pointer; } .home-contact-section form .single-input .single-checkbox input[type="checkbox"]:checked + label:before { content: ''; } .home-contact-section form .single-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .home-contact-section form .single-input ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .home-contact-section form .single-input :-ms-input-placeholder { /* IE 10+ */ color: #fff; } .home-contact-section form .single-input :-moz-placeholder { /* Firefox 18- */ color: #fff; } .home-contact-section form .right-side { background: #fff; padding: 40px 55px 0 55px; } .home-contact-section form .right-side label { color: #050505; } .home-contact-section form .right-side textarea { width: 100%; max-width: 100%; max-height: 100%; display: block; border: none; border-top: 1px solid #d1d1d1; padding-top: 25px; margin-top: 18px; padding-bottom: 10px; height: 443px; max-height: 443px; resize:none; } .home-contact-section form button { width: 50%; height: 55px; text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 700; vertical-align: 0.5px; position: absolute; bottom: 0; right: 0; } /*----------------------------- Partner Logo ---------------------*/ .partner-section {padding: 90px 0 100px 0;} .partner-section h2 {margin-bottom: 90px;} .partner-section img {margin: 0 auto;} /*----------------------------- Footer -----------------------------*/ footer { background: #303131; padding: 115px 0 75px 0; } footer a {font-family: 'Open Sans', sans-serif;} footer .footer-logo .logo {margin-bottom: 25px;} footer .footer-logo ul li a { font-size: 15px; color: #e1dfdf; margin-bottom: 5px; } footer h5 { font-size: 24px; color: #ffffff; text-transform: uppercase; margin: 30px 0 30px 0; } footer .footer-news ul li { border-bottom: 1px solid #3e3f3f; padding-bottom: 10px; margin: 0 70px 25px 0; } footer .footer-news ul li h6 a { font-size: 15px; font-weight: normal; line-height: 24px; color: #e1dfdf; } footer .footer-news ul li span { text-transform: uppercase; font-size: 13px; color: #959494; } footer .footer-subscribe form { position: relative; width: 92%; margin-bottom: 65px; } footer .footer-subscribe form input { width: 100%; height: 50px; border: none; background: #fff; padding: 0 102px 0 12px; font-weight: 300; font-size: 17px; } footer .footer-subscribe form button { position: absolute; top:0; right: 0; bottom: 0; width: 100px; color: #fff; font-size: 18px; font-weight: 600; background: #1a56a5; } footer .footer-subscribe ul li { float: left; padding: 0 15px; } footer .footer-subscribe ul li a { color: #8198ac; font-size: 25px; } /*-------------------------- Inner Banner -------------------*/ .inner-banner { height: 530px; margin-bottom: 100px; } .inner-banner .opacity { height: 100%; background: rgba(45,46,46,0.5); } .inner-banner .opacity .wrapper, .inner-banner .opacity .container { position: relative; height: 100%; } .inner-banner .opacity .wrapper .title { position: absolute; bottom: 0; left:0; right: 0; z-index: 1; background: rgba(38,172,227,0.6); padding: 70px 20px 70px 70px; } .inner-banner .opacity .wrapper ul li { font-family: 'Lato', sans-serif; display: inline-block; font-size: 16px; text-transform: uppercase; color: #fff; font-weight: 400; margin-right: 6px; } .inner-banner .opacity .wrapper ul li a { color: #fff; } .inner-banner .opacity .wrapper ul li i {font-size: 12px;} .inner-banner .opacity .wrapper h2 { font-size: 30px; color: #fff; text-transform: uppercase; margin-top: 52px; } /*-------------------------- Who We Are -------------------*/ .who-we-are .top-content ul { width: 17%; background: #f6f7f8; } .who-we-are .top-content ul li a { display: block; line-height: 52px; font-size: 15px; color: #424242; text-transform: uppercase; padding-left: 28px; border-bottom: 1px solid #e7e7e7; } .who-we-are .top-content ul li:last-child a {border: none;} .who-we-are .top-content ul li a:hover { color: #fff; padding-left: 35px; } .who-we-are .top-content img {width: 23%;} .who-we-are .top-content .text { width: 60%; padding: 0 40px 0 30px; } .who-we-are .top-content .text p {line-height: 26px;} .who-we-are .top-content .text .theme-title h2 { font-size: 31px; margin: -6px 0 30px 0; } .who-we-are .top-content .text .theme-title h2:before { width: 100px; } .who-we-are .ceo-text { margin:100px 0 0 0; } .who-we-are .ceo-text>img { width: 48%; } .who-we-are .ceo-text .ceo-right-side { width: 52%; padding: 42px 40px 63px 30px; background: #023059; } .who-we-are .ceo-text .ceo-right-side p { font-weight: 300; font-size: 15px; color: #fff; line-height: 24px; } .who-we-are .ceo-text .ceo-right-side img { margin: 50px 0 0 0; } /*------------------------------ Service Details ----------------------*/ .service-details .service-sidebar { width: 23%; } .service-details .service-sidebar ul li a { background: #f6f7f8; display: block; line-height: 52px; font-size: 15px; color: #5a5959; text-transform: uppercase; padding-left: 12px; border-bottom: 1px solid #e7e7e7; } .service-details .service-sidebar ul li:last-child a {border: none;} .service-details .service-sidebar ul li a:hover { padding-left: 20px; } .service-details .service-sidebar .quick-contact { box-shadow: 0px 3px 15.68px 0.32px rgba(0, 0, 0, 0.35); padding: 20px 10px 15px 40px; margin: 55px 0 60px 0; } .service-details .service-sidebar .quick-contact h6 { font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 35px; } .service-details .service-sidebar .quick-contact p, .service-details .service-sidebar .quick-contact a { font-size: 15px; } .service-details .service-sidebar .download { box-shadow: 0px 3px 15.68px 0.32px rgba(0, 0, 0, 0.35); background: #f6f7f8; text-align: center; padding: 22px 0 30px 0; } .service-details .service-sidebar .download h5 { font-size: 17px; font-weight: 600; } .service-details .service-sidebar .download h6 { font-size: 15px; font-weight: 600; margin: 13px 0 22px 0; } .service-details .service-sidebar .download i { font-size: 50px; display: block; } .service-details .service-sidebar .download a { width: 154px; line-height: 45px; text-align: center; color: #fff; border-radius: 10px; font-size: 15px; margin-top: 20px; } .service-details .details-content { width: 77%; padding-right: 35px; } .service-details .details-content .single-service-part img { width: 31%; } .service-details .details-content .single-service-part .text { width: 69%; padding-left: 35px; } .service-details .details-content .single-service-part .text .theme-title h2 { font-family: 'Open Sans', sans-serif; font-size: 26px; font-weight: 600; margin: -5px 0 40px 0; } .service-details .details-content .single-service-part .text .theme-title h2:before { width: 125px; } .service-details .details-content .single-service-part .text p { line-height: 30px; font-size: 15px; } .service-details .details-content .single-service-part { margin-bottom: 100px; } .service-details .details-content .service-panel .panel-heading a { position: relative; padding: 20px 48px 20px 45px; display: block; font-size: 18px; font-weight: normal; color: #424242; font-family: 'Open Sans', sans-serif; } .service-details .details-content .service-panel .panel-heading a:before { content: '+'; font-weight: 300; font-size: 38px; position: absolute; right: 20px; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .service-details .details-content .service-panel .panel-heading.active-panel a:before { content: '-'; } .service-details .details-content .service-panel .panel, .service-details .details-content .service-panel .panel-group .panel + .panel { border:none; background: #f6f7f8; margin-bottom: 10px; border-radius: 0; } .service-details .details-content .service-panel .panel-body { border: none; padding: 13px 130px 40px 45px; } .service-details {margin-bottom: 90px;} /*--------------------------- Project --------------------------*/ .project-section #isotop-gallery-wrapper .single-item .hover { position: absolute; top:0; right: 0; bottom: 0; left:0; background: rgba(13,14,14,0.63); opacity: 0; -webkit-transform:scale(0.4); transform:scale(0.4); } .project-section .isotop-menu-wrapper li { border-radius: 10px; margin: 0 2px; padding: 0 20px; line-height: 33px; } .project-section #isotop-gallery-wrapper .isotop-item,.project-section #isotop-gallery-wrapper .grid-sizer{ width: 33.3333333333%; } .project-grid #isotop-gallery-wrapper .isotop-item .single-item {margin-bottom: 50px;} .project-masonary #isotop-gallery-wrapper .isotop-item .single-item {margin-bottom: 10px;} .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper { position: relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); padding-left: 70px; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper span { display: block; width: 60px; height: 3px; opacity: 0; -webkit-transform:translateX(-100px); transform:translateX(-100px); -webkit-transition-delay:0.1s; transition-delay:0.1s; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 { opacity: 0; -webkit-transform:translateX(100px); transform:translateX(100px); -webkit-transition-delay:0.2s; transition-delay:0.2s; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 a { font-family: 'Open Sans', sans-serif; font-weight: 600; color: #fff; display: block; margin: 15px 0 15px; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper p { font-size: 15px; text-transform: uppercase; color: #fff; opacity: 0; -webkit-transform:translateX(-100px); transform:translateX(-100px); -webkit-transition-delay:0.3s; transition-delay:0.3s; } .project-section #isotop-gallery-wrapper .single-item:hover .hover { opacity: 1; -webkit-transform:scale(1); transform:scale(1); } .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper span, .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper h6, .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper p { -webkit-transform:translateX(0); transform:translateX(0); opacity: 1; } .project-short-banner { background-color: #023059; border-bottom: 1px solid #2c6598; margin: 90px 0 0 0; } .project-short-banner.bg { background: url(../images/project/13.jpg) no-repeat center; margin: 50px 0 0; } .project-short-banner .opacity { background: rgba(2,48,89,0.86); padding: 25px 0; } .project-short-banner .opacity h5 { font-size: 30px; font-weight: 600; color: #fff; margin-top: 10px; } .project-short-banner .opacity a { font-family: 'Open Sans', sans-serif; width: 188px; line-height: 52px; text-align: center; font-weight: 700; font-size: 15px; color: #fff; } .project-short-banner .opacity a i { margin-left: 10px; font-size: 13px; } .project-short-banner .opacity a:hover { background: #fff; } /*----------------------------------- Project Details ----------------------------*/ .project-details .project-info { border-top: 1px solid #dad9d9; border-bottom: 1px solid #dad9d9; padding: 22px 0; margin: 80px 0 160px 0; } .project-details .project-info li { float:left; width: 25%; margin: 15px 0; } .project-details .project-info li p { text-transform: uppercase; font-size: 17px; margin-bottom: 12px; } .project-details .project-info li h6, .project-details .project-info li a { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; } .project-details .speach p { font-size: 18px; line-height: 36px; padding-left: 180px; position: relative; margin-bottom: 45px; } .project-details .speach p:before { content: url(../images/icon/10.png); position: absolute; top:-70px; left:100px; } .project-details .speach h6 { font-size: 20px; font-weight: 600; color: #787575; margin-bottom: 12px; } .project-details .speach span { font-size: 15px; color: #787575; } .project-details .speach .text-left {display: inline-block;} .project-details img {margin: 75px 0 100px 0;} .project-details .nav-tabs > li > a { font-family: 'Open Sans', sans-serif; padding: 0; line-height: 48px; width: 170px; border: 1px solid #c0bebe; font-size: 16px; font-weight: 600; color: #424242; border-radius: 0; margin-right: 5px; text-align: center; } .project-details .nav-tabs > li {margin: 0;} .project-details .nav-tabs {border: none;} .project-details .tab-content > .tab-pane { padding: 55px 100px 55px 70px; background: #f7f4f4; margin-top: 18px; } .project-details .nav-tabs > li.active > a, .project-details .nav-tabs > li.active > a:hover, .project-details .nav-tabs > li.active > a:focus, .project-details .nav-tabs > li:hover > a { color: #ffffff; border-color: #023059; background: #023059; } .project-details .details-tab-wrapper {margin-bottom: 100px;} /*--------------------- Our Blog ------------------------*/ .our-blog .blog-single-post .post { background: #f8f8f8; padding: 28px 0 20px 30px; } .our-blog .blog-single-post .img img,.our-blog .image img {width: 100%;} .our-blog .blog-single-post .post small { font-weight: 300; font-size: 12px; color: #929191; position: relative; padding-left: 16px; } .our-blog .blog-single-post .post small span { position: absolute; display: block; width: 8px; height: 8px; border-radius: 50%; top:5px; left:0; } .our-blog .blog-single-post .post small span.color1 {background: #247799;} .our-blog .blog-single-post .post small span.color2 {background: #179e20;} .our-blog .blog-single-post .post small span.color3 {background: #ea8b0f;} .our-blog .blog-single-post .post small span.color4 {background: #ea0fd8;} .our-blog .blog-single-post .post h5 a { font-family: 'Open Sans', sans-serif; font-size: 23px; line-height: 30px; display: block; margin: 10px 0 15px 0; color: #626161; } .our-blog .blog-single-post .post p { font-size: 15px; line-height: 25px; } .our-blog .blog-single-post .post ul li { display: inline-block; margin-right: 25px; margin-top: 35px; font-size: 12px; font-weight: 300; } .our-blog .blog-single-post .post ul li i { margin-right: 5px; font-size: 14px; } .our-blog .blog-single-post {margin-bottom: 30px;} .our-blog {margin-bottom: 40px;} .our-blog .image {position: relative; margin-bottom: 30px;} .our-blog .image div { position: absolute; left:0; right: 0; top:50%; text-align: center; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .our-blog .image div h5 { color: #fff; font-size: 30px; text-transform: uppercase; } .our-blog .image div p { font-size: 15px; color: #e4e0e0; line-height: 24px; margin: 30px 0 100px 0; } .our-blog .image div a { font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 700; color: #fff; text-transform: uppercase; width: 188px; line-height: 56px; border: 2px solid #fff; border-radius: 30px; } /*----------------------------- Blog Details ------------------------------*/ .blog-details .blog-sidebar { width: 25.7%; } .blog-details .blog-sidebar .blog-search { position: relative; height: 60px; margin-bottom: 85px; } .blog-details .blog-sidebar .blog-search input { width: 100%; height: 100%; padding: 0 72px 0 15px; border: 1px solid #e0dfdf; font-size: 18px; } .blog-details .blog-sidebar .blog-search button { position: absolute; top:0; right: 0; bottom: 0; width: 70px; background: #023059; color: #fff; font-size: 22px; } .blog-details .blog-sidebar h5 { font-size: 20px; padding-bottom: 18px; position: relative; margin-bottom: 40px; } .blog-details .blog-sidebar h5:before { content: ''; width: 79px; height: 3px; position: absolute; left:0; bottom: 0; } .blog-details .blog-sidebar .blog-recent-post .single-post { border-bottom: 1px solid #e6e3e3; padding-bottom: 20px; margin-bottom:20px; } .blog-details .blog-sidebar .blog-recent-post .single-post img { width: 33%; } .blog-details .blog-sidebar .blog-recent-post .single-post .post { width: 67%; padding-left: 30px; } .blog-details .blog-sidebar .blog-recent-post .single-post .post a { font-family: 'Open Sans', sans-serif; color: #424242; font-size: 17px; font-weight: normal; line-height: 27px; display: block; } .blog-details .blog-sidebar .blog-recent-post .single-post .post span { font-size: 12px; } .blog-details .blog-sidebar .blog-recent-post, .blog-details .blog-sidebar .blog-categories ul, .blog-details .blog-sidebar .blog-archive {margin-bottom: 45px;} .blog-details .blog-sidebar .blog-categories ul li a { font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: normal; color: #7d7b7b; line-height: 60px; border-bottom: 1px solid #e6e3e3; display: block; } .blog-details .blog-sidebar .blog-categories ul li a i { margin-right: 18px; font-size: 20px; } .blog-details .blog-sidebar .blog-archive .bootstrap-select {width: 100%;} .blog-details .blog-sidebar .blog-archive .bootstrap-select .btn { background: #edecec; padding: 0 0 0 28px; height: 58px; border: none; position: relative; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .filter-option { font-weight: normal; font-size: 16px; line-height: 58px; color: #424242; text-transform: capitalize; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .bs-caret { padding: 17px 10px 0 0; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before { color: #424242; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-menu li a span.text { text-transform: capitalize; color: #424242; } .blog-details .blog-sidebar .blog-archive .dropdown-menu > li > a {line-height: 40px;} .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-menu.inner { max-height: 300px !important; } .blog-details .blog-sidebar .blog-tags ul{ margin: 0 -5px; } .blog-details .blog-sidebar .blog-tags ul li { float: left; padding: 0 5px; margin-bottom: 10px; } .blog-details .blog-sidebar .blog-tags ul li a { font-family: 'Open Sans', sans-serif; font-weight: normal; line-height: 36px; border: 1px solid #e0dfdf; padding: 0 14px; color: #8f8c8c; font-size: 15px; } .blog-details .blog-sidebar .blog-tags ul li a:hover {color: #fff;} .blog-details .blog-large-sidebar { width: 74.3%; padding-right: 70px; } .blog-details .blog-large-sidebar .post-wrapper h5 { font-size: 30px; margin: 42px 0 18px 0; } .blog-details .blog-large-sidebar .post-wrapper .post-info li { display: inline-block; margin-right: 42px; margin-bottom: 20px; color: #424242; font-size: 15px; position: relative; } .blog-details .blog-large-sidebar .post-wrapper .post-info li span { color: #7f7d7d; } .blog-details .blog-large-sidebar .post-wrapper .post-info li:first-child:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #aca9a9; position: absolute; top:12px; right: -27px; } .blog-details .blog-large-sidebar .post-wrapper p { font-size: 17px; } .blog-details .blog-large-sidebar .post-wrapper h6 { font-size: 18px; font-weight: 600; margin: 30px 0 35px 0; } .blog-details .blog-large-sidebar .post-wrapper .list li { font-size: 17px; padding-left: 40px; position: relative; margin-bottom: 25px; } .blog-details .blog-large-sidebar .post-wrapper .list li:before { content: ''; width: 8px; height: 8px; border-radius: 50%; position: absolute; top:10px; left:0; background: #1777c0; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li { display: inline-block; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a { font-family: 'Open Sans', sans-serif; font-weight: normal; line-height: 36px; border: 1px solid #e0dfdf; padding: 0 14px; color: #8f8c8c; font-size: 15px; margin-right: 5px; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover {color: #fff;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #858484; margin-top: 8px; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li a {display: block;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li img {margin: 0 10px;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li:first-child {margin-right: 10px;} .blog-details .blog-large-sidebar .post-wrapper .share-option {margin:50px 0 100px 0;} .blog-details .blog-large-sidebar .author-text { background: #f5f5f5; padding: 26px 20px; margin-bottom: 70px; } .blog-details .blog-large-sidebar .author-text .text { width: calc(100% - 100px); padding-left: 20px; } .blog-details .blog-large-sidebar .author-text .text h6 { font-size: 15px; font-weight: 600; margin: 3px 0 8px 0; } .blog-details .blog-large-sidebar .author-text .text p { font-size: 15px; line-height: 24px; } .blog-details .blog-large-sidebar .comment-section h5 { font-size: 25px; font-weight: 600; margin-bottom: 50px; } .blog-details .blog-large-sidebar .comment-section .single-comment img { width: 100px; height: 100px; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment { width: calc(100% - 100px); padding-left: 20px; position: relative; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment h6 { font-weight: normal; font-size: 20px; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment span { font-size: 13px;} .blog-details .blog-large-sidebar .comment-section .single-comment .comment p { font-size: 16px; margin-top: 12px; } .blog-details .blog-large-sidebar .comment-section .single-comment { border-bottom: 1px solid #ebebeb; padding-bottom: 25px; margin-bottom: 40px; } .blog-details .blog-large-sidebar .comment-section .single-comment.reply-comment {margin-left: 110px;} .blog-details .blog-large-sidebar .comment-section .single-comment button { width: 100px; height: 38px; background: #f5f5f5; font-size: 15px; position: absolute; top:0; right: 0; text-transform: uppercase; } .blog-details .blog-large-sidebar .comment-section .single-comment button:hover {color:#fff;} .blog-details .blog-large-sidebar .comment-section {padding-bottom: 30px;} .blog-details .blog-large-sidebar .leave-reply-area h5 { font-size: 25px; font-weight: 600; } .blog-details .blog-large-sidebar .leave-reply-area p { font-size: 15px; margin: 8px 0 50px 0; } .blog-details .blog-large-sidebar .leave-reply-area input, .blog-details .blog-large-sidebar .leave-reply-area textarea { background: #f5f5f5; border: none; margin-bottom: 20px; padding: 0 15px; width: 100%; max-width: 100%; } .blog-details .blog-large-sidebar .leave-reply-area input { height: 60px; } .blog-details .blog-large-sidebar .leave-reply-area textarea { height: 258px; padding: 15px; max-height: 258px; } .blog-details .blog-large-sidebar .leave-reply-area button { width: 172px; height: 55px; color: #fff; font-size: 15px; text-transform: uppercase; background: #023059; } .blog-details {margin-bottom: 100px;} /*------------------------ Error Page -----------------------*/ .error-page { background: url(../images/inner-page/11.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } .error-page .opacity { background: rgba(23,23,23,0.7); text-align: center; padding: 140px 0 230px 0; } .error-page .opacity h2 { font-size: 327px; font-weight: 900; color: #fff; } .error-page .opacity h5 { font-weight: normal; font-size: 30px; color: #fff; text-transform: uppercase; margin: 50px 0 90px 0; } .error-page .opacity a { font-family: 'Open Sans', sans-serif; width: 180px; line-height: 50px; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; } /*------------------------------- FAQ Page ---------------------------*/ .faq-page { background: #e5ebee; padding: 100px 0; } .faq-page .faq-list { width: 27%; border: none; } .faq-page .faq-list li a { background: #f1f1f1; border: 1px solid rgba(72,152,185,0.3); padding:18px 5px 15px 70px; margin-bottom: 20px; position: relative; display: block; border-radius: 0; } .faq-page .faq-list > li.active > a, .faq-page .faq-list > li.active > a:hover, .faq-page .faq-list > li.active > a:focus { border: 1px solid rgba(72,152,185,0.3); } .faq-page .faq-list li a h4 { font-weight: 700; font-size: 22px; margin-bottom: 15px; } .faq-page .faq-list li a p { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #424242; line-height: 24px; } .faq-page .faq-list li a img { position: absolute; top:20px; left:20px; } .faq-page .faq-panel { width: 73%; padding-left: 55px; } .faq-page .faq-panel .wrapper { background: #fff; border: 1px solid rgba(72,152,185,0.3); padding: 40px 70px 50px 95px; } .faq-page .faq-panel .wrapper h4 { font-weight: 700; font-size: 22px; margin-bottom: 15px; position: relative; } .faq-page .faq-panel .wrapper h4 img { position: absolute; top:0; left:-50px; } .faq-page .faq-panel .wrapper>p { font-size: 15px; color: #424242; } .faq-page .faq-panel .panel-group {margin-top: 10px;} .faq-page .faq-panel .panel-group .panel-heading + .panel-collapse > .panel-body, .faq-page .faq-panel .panel-group .panel-heading + .panel-collapse > .list-group { border:none; padding: 15px 50px 50px 0; } .faq-page .faq-panel .panel-heading a { font-size: 18px; font-weight: normal; color: #424242; display: block; padding: 35px 45px 35px 0; position: relative; } .faq-page .faq-panel .panel-heading a:before { content: '+'; width: 30px; height: 30px; line-height: 28px; border: 1px solid #9695a7; border-radius: 50%; text-align: center; font-weight: 300; font-size: 28px; color: #9695a7; position: absolute; top:50%; margin-top: -15px; right: 0; } .faq-page .faq-panel .panel-heading.active-panel a:before { content: '-'; } .faq-page .faq-panel .panel:last-child {border: none;} /*------------------------------- Contact Page -------------------------*/ .contact-nav ul li { float:left; width: 25%; } .contact-nav ul {border: none;} .contact-nav ul li a { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; line-height: 70px; color: #fff; text-transform: uppercase; background: #023059; text-align: center; display: block; border: none; margin: 0; border-radius: 0; border-right: 1px solid #818384; } .contact-nav .nav-tabs > li.active > a, .contact-nav .nav-tabs > li.active > a:hover, .contact-nav .nav-tabs > li.active > a:focus { border: none; border-right: 1px solid #818384; background: #023059; color: #fff; } .contact-nav ul li:last-child a {border: none;} .contact-address {margin: 100px 0;} .contact-address div {position: relative;} .contact-address div .opacity { position: absolute; top:0; right: 0; bottom: 0; left:0; background: rgba(45,46,46,0.85); padding: 60px 0 0 70px; } .contact-address div .opacity .theme-title h2 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #fff; margin-bottom: 90px; } .contact-address div .opacity ul li { font-size: 24px; line-height: 32px; font-weight: 600; color: #fff; padding-left: 70px; margin-bottom: 60px; position: relative; } .contact-address div .opacity ul li i { position: absolute; top:0; left:0; font-size: 37px; } .contact-address div .opacity ul li i.fa-envelope-o {font-size: 30px;} .contact-form-holder input, .contact-form-holder textarea { width: 100%; border: 1px solid #f1f1f1; background: #f1f1f1; padding: 0 20px; margin-bottom: 30px; } .contact-form-holder input {height: 70px;} .contact-form-holder textarea { height: 400px; max-height: 400px; max-width: 100%; resize:none; padding: 30px; } .contact-form-holder button { width: 150px; line-height: 45px; text-align: center; font-weight: 600; font-size: 18px; text-transform: uppercase; color: #fff; background: #023059; display: block; } #contact-google-map { height: 500px; width: 100%; margin-top: 100px; } /*======================= Form Validation ===================*/ .alert-wrapper { display: none; position: fixed; width: 100%; height:100%; background: rgba(0,0,0,0.6); top: 0; left: 0; z-index: 9999999; } #success, #error { position: relative; width:500px; height: 100px; top: calc(50% - 50px); left:calc(50% - 250px); background: rgba(0,0,0,0.8); text-align: center; } #success .wrapper, #error .wrapper { display: table; width:100%; height: 100%; } #success .wrapper p, #error .wrapper p{ display: table-cell; vertical-align: middle; letter-spacing: 1px; } #success { color: #26ace3; } #error { color: #C9182B; } #error button, #success button { color:#fff; width:40px; height:40px; line-height: 20px; background: transparent; border-radius: 50%; position: absolute; top: -20px; right: -20px; font-size: 20px; } .form-validation label.error { display: none !important; } .form-validation input.error, .form-validation textarea.error { border:1px solid #f03838 !important; }
public/css/style.css
/* ------------------------------------------ */ /* TABLE OF CONTENTS /* ------------------------------------------ */ /* 01 - Loading Transition */ /* 02 - Global stlye */ /* 03 - Header */ /* 04 - Banner */ /* 05 - Grid Service Section */ /* 06 - We Are Creative */ /* 07 - Feature Work */ /* 08 - Home FAQ Section */ /* 09 - Testimonial Section */ /* 10 - Theme Counter */ /* 11 - Our Team */ /* 12 - Home Conatct Section */ /* 13 - Footer */ /* 14 - Inner Banner */ /* 15 - Who We Are */ /* 16 - Service Details */ /* 17 - Project */ /* 18 - Project Details */ /* 19 - Our Blog */ /* 20 - Blog Details */ /* 21 - Error Page */ /* 22 - FAQ Page */ /* 23 - Contact Page */ /* 24 - Form Validation */ /** * Importing necessary Styles. **/ @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,700|Roboto:300,400,500,700'); /*----bootstrap css ----- */ @import url('../vendor/bootstrap/bootstrap.css'); /*----bootstrap Select ----- */ @import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css'); /*----revolution-slider---*/ @import url('../vendor/revolution/settings.css'); @import url('../vendor/revolution/layers.css'); @import url('../vendor/revolution/navigation.css'); /*-------fancy box --------*/ @import url('../vendor/fancy-box/jquery.fancybox.css'); /*------- menu ------*/ @import url('../vendor/menu/dist/css/slimmenu.css'); /*----font awesome -------*/ @import url('../fonts/font-awesome/css/font-awesome.min.css'); /*--------- flat-icon ---------*/ @import url('../fonts/icon/font/flaticon.css'); /*----owl-carousel css----*/ @import url('../vendor/owl-carousel/owl.carousel.css'); @import url('../vendor/owl-carousel/owl.theme.css'); /*----------- Animate css -------*/ @import url('../vendor/animate.css'); /*-------Hover Css --------*/ @import url('../vendor/hover.css'); /*** ==================================================================== Loading Transition ==================================================================== ***/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; background: #fff; overflow: hidden; } #loader { background: url(../images/1.gif); width: 64px; height: 64px; position: relative; top: 50%; margin: -32px auto 0 auto; } /*==================== Click Top ====================*/ .scroll-top { width:45px; height:45px; position: fixed; bottom: 52px; right: 80px; z-index: 99; background:transparent; display: none; } .scroll-top:after { position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 1; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); } /*______________________ Global stlye ___________________*/ @font-face { font-family: 'font-awesome'; src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf'); src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */ } body { font-family: 'Open Sans', sans-serif; font-weight: normal; color:#7f7f7f; font-size: 14px; position: relative; line-height: 28px; } body .main-page-wrapper { overflow-x:hidden; } h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;} h2,h3,h4,h5,h6 {color:#424242;} h2,h3,h4 {font-family: 'Lato', sans-serif;} h1,h5,h6 {font-family: 'Open Sans', sans-serif;} h1 {font-size: 45px; font-weight: 700;} h2 {font-size: 40px; font-weight: 700;} h3 {font-size: 35px;} h4 {font-size: 24px;} h5 {font-size: 22px; font-weight: 700;} h6 {font-size: 20px;font-weight: 700;} ul {list-style-type: none;} a {text-decoration: none; display: inline-block; font-family: 'Roboto', sans-serif;} a:hover,a:focus,a:visited {text-decoration: none; outline: none;} img {max-width: 100%; display: block;} button {border:none;outline: none;box-shadow: none;display: block; padding: 0;} input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} .float-left {float:left;} .float-right {float:right;} .round-border {border-radius: 50%;} .m-top0 {margin-top: 0 !important;} .m-bottom0 {margin-bottom: 0 !important;} .p-top100 {padding-top: 100px !important;} .p-bottom100 {padding-bottom: 100px !important;} .p-left0 {padding-left: 0 !important;} /*------------------------------- Transition --------------------------*/ .tran3s,.panel-heading a:before,.carousel-indicators li,.home-contact-section form button,.project-details .nav-tabs > li > a { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .tran4s { -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /*---------------------------- Theme Title --------------------------------*/ @-webkit-keyframes titleanimi { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(117px); transform: translateX(117px); } } @keyframes titleanimi { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(117px); transform: translateX(117px); } } .theme-title h2 { display: inline-block; position: relative; padding-bottom: 15px; } .theme-title h2:before { content: ''; position: absolute; width: 117px; height: 3px; left:0; bottom: 0; } .theme-title h2:after { content: ''; width: 3px; height: 3px; position: absolute; left:0; bottom: 0; background: #fff; -webkit-animation: titleanimi 3s linear infinite; animation: titleanimi 3s linear infinite; } .theme-title p { font-size: 25px; line-height: 33px; margin-top: 40px; color: #3d3c3c; } /*-------------------------------------- Color css ---------------------------*/ .p-color,#mega-menu-holder>ul> li.active> a,#mega-menu-holder>ul> li:hover> a,.theme-main-menu .search-box.show #search,.service-grid .single-service .icon-box, .service-details .service-sidebar ul li a:hover,.our-blog .blog-single-post:hover .post h5 a,.blog-details .blog-sidebar .blog-recent-post .single-post:hover .post a, .blog-details .blog-sidebar .blog-categories ul li a:hover,#mega-menu-holder li:hover .sub-toggle,#mega-menu-holder li.active .sub-toggle { color:#1545B8; } .p-color-bg,#mega-menu-holder ul.dropdown li a:hover,.who-we-are ul li a:hover,.home-contact-section form button:hover,.service-details .service-sidebar .download a:hover, .blog-details .blog-sidebar .blog-tags ul li a:hover,.blog-details .blog-large-sidebar .post-wrapper .list li:before,.blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover, .blog-details .blog-large-sidebar .comment-section .single-comment button:hover { background: #1545B8; } .theme-main-menu .search-box form input:focus,.contact-form-holder input:focus,.contact-form-holder textarea:focus,.blog-details .blog-sidebar .blog-tags ul li a:hover, .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover { border-color:#1545B8; border-style: solid; border-top-color: #179e20; } .s-color,header .top-header ul.float-right li a:hover,footer .footer-logo ul li a:hover,footer .footer-news ul li:hover h6 a,footer .footer-subscribe ul li a:hover, .inner-banner .opacity .wrapper ul li a:hover,.service-grid .single-service:hover .title h6 a,.project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 a:hover, .project-short-banner .opacity a:hover,.contact-address div .opacity ul li i { color:#f2b604; } .s-color-bg,#theme-main-banner .tp-caption h3:before,.theme-title h2:before,.we-are-creative .text-wrapper .single-content-holder h4:before, #team-carousel .carousel-inner .info ul li:before,#team-carousel .carousel-inner .info ul:before,.home-contact-section form .left-side h3:before, .home-contact-section form .single-input .single-checkbox input[type="checkbox"]:checked + label:before,footer .footer-subscribe form button:hover, .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper span,.our-blog .image div a:hover,.error-page .opacity a:hover,.blog-details .blog-sidebar h5:before, .blog-details .blog-large-sidebar .leave-reply-area button:hover { background: #f2b604; } .our-blog .image div a:hover { border-color:#f2b604; border-style: solid; } /*------------------------------------ Header ----------------------------------*/ header .top-header {padding: 11px 0;} header .top-header ul li {display: inline-block; color: #fff;} header .top-header ul.float-left li { font-size: 13px; } header .top-header ul.float-left li:first-child { margin-right: 65px; } header .top-header ul.float-left li i { font-size: 23px; margin-right: 15px; vertical-align: middle; } header .top-header ul.float-left li i.fa-envelope-o {font-size: 18px;} header .top-header ul.float-right li a { font-size: 18px; color: #fff; margin-left: 12px; } header .bottom-header .right-side ul li { display: inline-block; vertical-align: middle; margin-right: 120px !important; } /*logo*/ .header__logo{ height: 124px !important; width: 100% !important; margin-left: 100px; } /*logo*/ .header .bottom-header .right-side ul{ } header .bottom-header .right-side ul li a { width: 40px; line-height: 50px; text-align: center; color: #fff; font-weight: 300; border-radius: 30px; ; } header .bottom-header .right-side ul li h6 { font-weight: 600; font-size: 14px; color: #4c4c4c; margin-bottom: 3px; } header .bottom-header .right-side ul li:nth-child(1), header .bottom-header .right-side ul li:nth-child(2) { position: relative; padding-left: 45px; margin-right: 45px; margin-top: 4px; } header .bottom-header .right-side ul li i { font-size: 15px; position: absolute; top:2px; left:0; } header .bottom-header .wrapper { padding: 40px 0; border-bottom: 1px solid #d6d5d5; } /*--------------------------------- Search Box -------------------------*/ .theme-main-menu #mega-menu-holder .search-box {position: relative;float:right;} .theme-main-menu .search-box #search { background: transparent; font-size: 20px; color: #424242; margin-top: 17px; } .theme-main-menu .search-box form { position: absolute; width: 240px; height: 50px; left: -255px; top:7px; opacity: 0; -webkit-transform:scale(0,1); transform:scale(0,1); -webkit-transform-origin:100% 100%; transform-origin:100% 100%; } .theme-main-menu .search-box form input { width: 100%; height: 100%; border:1px solid rgba(0,0,0,0.07); padding:0 20px; border-radius: 30px; } .theme-main-menu .search-box.show form { opacity: 1; -webkit-transform:scale(1); transform:scale(1); } /*================= Sticky Menu ===============*/ @-webkit-keyframes menu_sticky { 0% {margin-top:-120px;opacity: 0;} 50% {margin-top: -64px;opacity: 0;} 100% {margin-top: 0;opacity: 1;} } @keyframes menu_sticky { 0% {margin-top:-120px;opacity: 0;} 50% {margin-top: -64px;opacity: 0;} 100% {margin-top: 0;opacity: 1;} } .theme-main-menu.fixed { position: fixed; width:100%; top:0; left:0; z-index: 999; margin:0; background: #fff; -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15); -webkit-animation: menu_sticky 0.70s ease-in-out; animation: menu_sticky 0.70s ease-in-out; } /**/ /* .banner__wrapper{ width: 100%; background-color: #d3d3d3; } .banner__div{ height: 70vh !important; margin-left: 50px; } */ /* .banner__image{ height: 70vh !important; width: 80%; } */ .banner__image1{ opacity: 0.8 !important; background-color: #050505; object-fit: contain; } /**/ /*----------------------------------- Banner ---------------------------*/ #theme-main-banner .tp-caption h3 { color: #fff; position: relative; padding-bottom: 17px; } #theme-main-banner .tp-caption h3:before { content: ''; width: 140px; height: 3px; position: absolute; bottom:0; left:0; } #theme-main-banner .tp-caption h1 { color: #fff; line-height: 50px; } #theme-main-banner .tp-caption p{ color: #fff; font-size: 19px; } #theme-main-banner .tp-caption a { display: block; width: 184px; line-height: 54px; text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; } /*------------------------- Grid Service Section --------------------*/ .service-grid {margin: 100px 0 100px 0;} .service-grid .single-service .icon-box { height: 98px; width: 78px; line-height: 98px; text-align: center; font-size: 45px; } .service-grid .single-service .icon-box.bg { background: url(../images/home/shape.png) no-repeat center; background-size: cover; color: #fff; } .service-grid .single-service:hover .icon-box.bg { background: url(../images/home/shape2.png) no-repeat center; } .service-grid .single-service .title { position: relative; border-bottom: 1px solid #ebebeb; padding: 28px 0 25px 0; margin-bottom: 16px; } .service-grid .single-service .title h6 a { display: block; color: #424242; font-size: 18px; text-transform: uppercase; } .service-grid .single-service .title span { font-family: 'Lato', sans-serif; font-style: italic; font-size: 15px; } .service-grid .single-service .title .num { font-family: 'Lato', sans-serif; position: absolute; top:30px; left:0; font-weight: 900; color: #f3f3f3; font-size: 76px; z-index: -1; } .service-grid .single-service {margin-bottom: 40px;} /*------------------------------------ We Are Creative -------------------------*/ .we-are-creative { background: #f6f7f8; padding: 90px 0 40px 0; } .we-are-creative .img {margin-top: 20px;} .we-are-creative .img p { font-size: 18px; color: #7c7c7c; margin-top: 40px; } .we-are-creative .img p span { display: block; margin-left:200px; } .we-are-creative .img p i { font-size: 45px; margin-right: 20px; vertical-align: super; } .we-are-creative .row {margin-top: 95px;} .we-are-creative .text-wrapper { padding: 0 35px; margin: 0 -20px; } .we-are-creative .text-wrapper .col-xs-6 {padding: 0 20px;} .we-are-creative .text-wrapper .single-content-holder { padding-left: 60px; position: relative; margin-bottom: 50px; } .we-are-creative .text-wrapper .single-content-holder h4 { font-size: 22px; padding-bottom: 10px; margin-bottom: 30px; position: relative; } .we-are-creative .text-wrapper .single-content-holder h4:before { content: ''; position: absolute; width: 56px; height: 3px; left:0; bottom: 0; } .we-are-creative .text-wrapper .single-content-holder p {line-height: 26px;} .we-are-creative .text-wrapper .single-content-holder img { position: absolute; top:-5px; left:0; } .we-are-creative .text-wrapper .single-content-holder:hover img { -webkit-transform:scale(0.9); transform:scale(0.9); } /*----------------------------- Feature Work -----------------------*/ .feature-work {margin: 90px 0 80px 0;} .feature-work .theme-title {margin-bottom: 30px;} .isotop-menu-wrapper li { display: inline-block; color: #424242; margin: 8px; padding: 3px 24px; border-radius: 30px; cursor: pointer; } .isotop-menu-wrapper li:hover, .isotop-menu-wrapper li.is-checked { background: #e9e9e9; } .isotop-menu-wrapper {margin-bottom: 70px;} #isotop-gallery-wrapper .isotop-item,#isotop-gallery-wrapper .grid-sizer { width: 25%; padding: 0 15px; } #isotop-gallery-wrapper .isotop-item.dubble-grid {width: 50%;} #isotop-gallery-wrapper .isotop-item .single-item { margin-bottom: 20px; position: relative; overflow: hidden; } #isotop-gallery-wrapper .isotop-item .single-item>img{width: 100%;} .feature-work #isotop-gallery-wrapper .isotop-item .single-item .hover { position: absolute; top:12px; left:12px; bottom: 12px; right: 12px; border-radius: 10px; background: rgba(66,66,66,0.44); text-align: center; -webkit-transform:scale(0); transform:scale(0); opacity: 0; } .feature-work #isotop-gallery-wrapper .isotop-item .single-item .hover a { position: relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .feature-work #isotop-gallery-wrapper .isotop-item .single-item:hover .hover { -webkit-transform:scale(1); transform:scale(1); opacity: 1; } /*-------------------------------- Home FAQ Section --------------------------*/ .home-faq-section { background: #eff4f8; padding: 95px 0 80px 0; } .home-faq-section .theme-title {margin-bottom: 25px;} .home-faq-section .panel-wrapper { padding:50px 0 0 70px; } .home-faq-section .panel-wrapper h5 { font-size: 30px; font-weight: 600; position: relative; margin-bottom: 5px; } .home-faq-section .panel-wrapper h5 img { position: absolute; top:0; left:-70px; } .panel-heading { padding: 0; border: none; border-radius: 0; } .panel, .panel-group .panel + .panel { background: transparent; box-shadow: none; border: none; border-bottom: 1px solid #e4e8ea; border-radius: 0; margin: 0; } .home-faq-section .panel-group .panel-heading + .panel-collapse > .panel-body, .home-faq-section .panel-group .panel-heading + .panel-collapse > .list-group { border:none; padding: 0px 50px 45px 0; } .home-faq-section .panel-heading a { font-size: 16px; font-weight: 600; color: #6360b1; display: block; padding: 35px 45px 35px 0; position: relative; } .home-faq-section .panel-heading a:before { content: '+'; width: 30px; height: 30px; line-height: 28px; border: 1px solid #9695a7; border-radius: 50%; text-align: center; font-weight: 300; font-size: 28px; color: #9695a7; position: absolute; top:50%; margin-top: -15px; right: 0; } .home-faq-section .panel-heading.active-panel a:before { content: '-'; } .home-faq-section .faq-panel {margin-top: 22px;} /*---------------------- Testimonial Section ---------------------*/ .testimonial-section { padding: 100px 0 100px 0; } .testimonial-section.colorOne { background: #55aac1;} .testimonial-section.colorTwo { background: #023059;} #client-carousel .carousel-indicators { position: static; margin: 95px 0 0 0; width: 100%; } #client-carousel .carousel-inner { width: 68%; margin: 0 auto; } #client-carousel .item p { font-size: 20px; line-height: 35px; color: #fff; margin: 80px 0 88px 0; } #client-carousel .item img {margin: 0 auto;} #client-carousel .item h6 { font-weight: 600; color: #fff; text-transform: uppercase; text-align: right; } #client-carousel .carousel-indicators li { width: 122px; height: 122px; overflow: hidden; border-radius: 50%; border: none; background: transparent; opacity: 0.5; margin: 0 30px; } #client-carousel .carousel-indicators li.active { opacity: 1; } /*--------------------------------- Theme Counter ------------------------*/ .theme-counter {margin: 70px 0;} .theme-counter .text-center { padding: 50px 0 50px 0; margin: 30px 0; } .theme-counter .text-center.colorOne {background: #f70042;} .theme-counter .text-center.colorTwo {background: #1a56a5;} .theme-counter .text-center.colorThree {background: #023059;} .theme-counter .text-center.colorFour {background: #f2b604;} .theme-counter .text-center span { display: block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 46px; color: #fff; margin-bottom: 42px; } .theme-counter .text-center h5 { font-size: 24px; color: #fff; } /*------------------------------ Our Team --------------------------*/ .our-team { background: #f2f2f2; padding: 95px 0 95px 0; } #team-carousel .carousel-inner { width: 83%; margin-top: 50px; } #team-carousel .carousel-inner .image-box { width: 41%; } #team-carousel .carousel-inner .image-box img {width: 100%;} #team-carousel .carousel-inner .image-box .name { background: #fff; padding: 41px 0 22px 0; border-right: 1px solid #f2f2f2; } #team-carousel .carousel-inner .image-box .name h5 { font-weight: 600; text-transform: uppercase; } #team-carousel .carousel-inner .image-box .name p { text-transform: uppercase; font-size: 18px; color: #424242; margin-top: 3px; } #team-carousel .carousel-inner .info { width: 59%; padding: 160px 0 0 70px; } #team-carousel .carousel-inner .info p { font-size: 15px; color: #545454; margin-bottom: 25px; } #team-carousel .carousel-inner .info h5 { text-transform: uppercase; font-weight: 600; margin-bottom: 15px; } #team-carousel .carousel-inner .info h6 { font-weight: 600; margin-bottom: 15px; } #team-carousel .carousel-inner .info ul { position: relative; padding-left: 30px; margin: 45px 0 0 0; } #team-carousel .carousel-inner .info ul:before { content: ''; width: 1px; height: 80%; position: absolute; top:10px; left:4px; } #team-carousel .carousel-inner .info ul li { position: relative; color: #545454; font-size: 15px; line-height: 22px; margin-bottom: 40px; } #team-carousel .carousel-inner .info ul li:before { content: ''; width: 8px; height: 8px; border-radius: 50%; position: absolute; top:7px; left:-30px; } #team-carousel .carousel-inner .info ul li span { font-weight: 600; } #team-carousel .carousel-indicators { background: #fff; margin: 0; width: 570px; text-align: center; padding: 18px 0; top:0; bottom: auto; left:398px; } #team-carousel .carousel-indicators li { vertical-align: middle; width: 82px; height: 82px; overflow: hidden; border-radius: 50%; border: none; background: transparent; margin: 0 8px; opacity: 0.6; } #team-carousel .carousel-indicators li.active {opacity: 1;} #team-carousel .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; transition-property: opacity; } #team-carousel .carousel-inner .active { opacity: 1; } #team-carousel .carousel-inner .active.left, #team-carousel .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } #team-carousel .carousel-inner .next.left, #team-carousel .carousel-inner .prev.right { opacity: 1; } #team-carousel .carousel-control { z-index: 2; } /*----------------------- Home Conatct Section -----------------------*/ .home-contact-section{ background: url(../images/home/15.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } .home-contact-section .opacity { background: rgba(13,19,24,0.88); padding: 100px 0; } .home-contact-section form { width: 830px; margin: 0 auto; position: relative; } .home-contact-section form .float-left{width: 50%;} .home-contact-section form .left-side { background: rgba(26,86,165,0.6); padding: 95px 55px 20px 70px; } .home-contact-section form .left-side h3 { font-size: 33px; position: relative; color: #fff; padding-bottom: 18px; margin-bottom: 40px; } .home-contact-section form .left-side h3:before { content: ''; position: absolute; width: 84px; height: 3px; left:0; bottom: 0; } .home-contact-section form label { font-weight: 300; font-size: 18px; color: #aeadad; } .home-contact-section form .left-side input[type="text"], .home-contact-section form .left-side input[type="email"] { font-weight: normal; font-size: 18px; color: #fff; width: 100%; border: none; border-bottom: 1px solid #5f5f60; padding-bottom: 14px; background: transparent; display: block; letter-spacing: 0.5px; } .home-contact-section form .single-input {margin-bottom: 27px;} .home-contact-section form .bootstrap-select {width: 100%;} .home-contact-section form .bootstrap-select .btn { background: transparent; padding: 0 0 14px 0; border-bottom: 1px solid #5f5f60; position: relative; } .home-contact-section form .bootstrap-select.btn-group .dropdown-toggle .filter-option { font-weight: normal; font-size: 18px; color: #fff; text-transform: capitalize; } .bootstrap-select.btn-group .dropdown-toggle .caret {display: none;} .bootstrap-select.btn-group .dropdown-toggle .bs-caret { position: absolute; top:0; right: 0; display: block; height: 100%; width: 40px; text-align: center; padding-top: 7px; } .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before { content: ''; font-family: 'font-awesome'; color: #fff; font-size: 20px; } .home-contact-section form .single-input .single-checkbox input[type="checkbox"] { display: none; } .home-contact-section form .single-input .single-checkbox label { color: #fff; margin: 0; font-weight: normal; position: relative; padding-left: 30px; cursor: pointer; } .home-contact-section form .single-input .single-checkbox label:before { content: ''; width: 15px; height: 15px; line-height: 15px; text-align: center; font-family: 'font-awesome'; font-size: 11px; background: #fff; color: #fff; position: absolute; left:0; top:7px; cursor: pointer; } .home-contact-section form .single-input .single-checkbox input[type="checkbox"]:checked + label:before { content: ''; } .home-contact-section form .single-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } .home-contact-section form .single-input ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .home-contact-section form .single-input :-ms-input-placeholder { /* IE 10+ */ color: #fff; } .home-contact-section form .single-input :-moz-placeholder { /* Firefox 18- */ color: #fff; } .home-contact-section form .right-side { background: #fff; padding: 40px 55px 0 55px; } .home-contact-section form .right-side label { color: #050505; } .home-contact-section form .right-side textarea { width: 100%; max-width: 100%; max-height: 100%; display: block; border: none; border-top: 1px solid #d1d1d1; padding-top: 25px; margin-top: 18px; padding-bottom: 10px; height: 443px; max-height: 443px; resize:none; } .home-contact-section form button { width: 50%; height: 55px; text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 700; vertical-align: 0.5px; position: absolute; bottom: 0; right: 0; } /*----------------------------- Partner Logo ---------------------*/ .partner-section {padding: 90px 0 100px 0;} .partner-section h2 {margin-bottom: 90px;} .partner-section img {margin: 0 auto;} /*----------------------------- Footer -----------------------------*/ footer { background: #303131; padding: 115px 0 75px 0; } footer a {font-family: 'Open Sans', sans-serif;} footer .footer-logo .logo {margin-bottom: 25px;} footer .footer-logo ul li a { font-size: 15px; color: #e1dfdf; margin-bottom: 5px; } footer h5 { font-size: 24px; color: #ffffff; text-transform: uppercase; margin: 30px 0 30px 0; } footer .footer-news ul li { border-bottom: 1px solid #3e3f3f; padding-bottom: 10px; margin: 0 70px 25px 0; } footer .footer-news ul li h6 a { font-size: 15px; font-weight: normal; line-height: 24px; color: #e1dfdf; } footer .footer-news ul li span { text-transform: uppercase; font-size: 13px; color: #959494; } footer .footer-subscribe form { position: relative; width: 92%; margin-bottom: 65px; } footer .footer-subscribe form input { width: 100%; height: 50px; border: none; background: #fff; padding: 0 102px 0 12px; font-weight: 300; font-size: 17px; } footer .footer-subscribe form button { position: absolute; top:0; right: 0; bottom: 0; width: 100px; color: #fff; font-size: 18px; font-weight: 600; background: #1a56a5; } footer .footer-subscribe ul li { float: left; padding: 0 15px; } footer .footer-subscribe ul li a { color: #8198ac; font-size: 25px; } /*-------------------------- Inner Banner -------------------*/ .inner-banner { height: 530px; margin-bottom: 100px; } .inner-banner .opacity { height: 100%; background: rgba(45,46,46,0.5); } .inner-banner .opacity .wrapper, .inner-banner .opacity .container { position: relative; height: 100%; } .inner-banner .opacity .wrapper .title { position: absolute; bottom: 0; left:0; right: 0; z-index: 1; background: rgba(38,172,227,0.6); padding: 70px 20px 70px 70px; } .inner-banner .opacity .wrapper ul li { font-family: 'Lato', sans-serif; display: inline-block; font-size: 16px; text-transform: uppercase; color: #fff; font-weight: 400; margin-right: 6px; } .inner-banner .opacity .wrapper ul li a { color: #fff; } .inner-banner .opacity .wrapper ul li i {font-size: 12px;} .inner-banner .opacity .wrapper h2 { font-size: 30px; color: #fff; text-transform: uppercase; margin-top: 52px; } /*-------------------------- Who We Are -------------------*/ .who-we-are .top-content ul { width: 17%; background: #f6f7f8; } .who-we-are .top-content ul li a { display: block; line-height: 52px; font-size: 15px; color: #424242; text-transform: uppercase; padding-left: 28px; border-bottom: 1px solid #e7e7e7; } .who-we-are .top-content ul li:last-child a {border: none;} .who-we-are .top-content ul li a:hover { color: #fff; padding-left: 35px; } .who-we-are .top-content img {width: 23%;} .who-we-are .top-content .text { width: 60%; padding: 0 40px 0 30px; } .who-we-are .top-content .text p {line-height: 26px;} .who-we-are .top-content .text .theme-title h2 { font-size: 31px; margin: -6px 0 30px 0; } .who-we-are .top-content .text .theme-title h2:before { width: 100px; } .who-we-are .ceo-text { margin:100px 0 0 0; } .who-we-are .ceo-text>img { width: 48%; } .who-we-are .ceo-text .ceo-right-side { width: 52%; padding: 42px 40px 63px 30px; background: #023059; } .who-we-are .ceo-text .ceo-right-side p { font-weight: 300; font-size: 15px; color: #fff; line-height: 24px; } .who-we-are .ceo-text .ceo-right-side img { margin: 50px 0 0 0; } /*------------------------------ Service Details ----------------------*/ .service-details .service-sidebar { width: 23%; } .service-details .service-sidebar ul li a { background: #f6f7f8; display: block; line-height: 52px; font-size: 15px; color: #5a5959; text-transform: uppercase; padding-left: 12px; border-bottom: 1px solid #e7e7e7; } .service-details .service-sidebar ul li:last-child a {border: none;} .service-details .service-sidebar ul li a:hover { padding-left: 20px; } .service-details .service-sidebar .quick-contact { box-shadow: 0px 3px 15.68px 0.32px rgba(0, 0, 0, 0.35); padding: 20px 10px 15px 40px; margin: 55px 0 60px 0; } .service-details .service-sidebar .quick-contact h6 { font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 35px; } .service-details .service-sidebar .quick-contact p, .service-details .service-sidebar .quick-contact a { font-size: 15px; } .service-details .service-sidebar .download { box-shadow: 0px 3px 15.68px 0.32px rgba(0, 0, 0, 0.35); background: #f6f7f8; text-align: center; padding: 22px 0 30px 0; } .service-details .service-sidebar .download h5 { font-size: 17px; font-weight: 600; } .service-details .service-sidebar .download h6 { font-size: 15px; font-weight: 600; margin: 13px 0 22px 0; } .service-details .service-sidebar .download i { font-size: 50px; display: block; } .service-details .service-sidebar .download a { width: 154px; line-height: 45px; text-align: center; color: #fff; border-radius: 10px; font-size: 15px; margin-top: 20px; } .service-details .details-content { width: 77%; padding-right: 35px; } .service-details .details-content .single-service-part img { width: 31%; } .service-details .details-content .single-service-part .text { width: 69%; padding-left: 35px; } .service-details .details-content .single-service-part .text .theme-title h2 { font-family: 'Open Sans', sans-serif; font-size: 26px; font-weight: 600; margin: -5px 0 40px 0; } .service-details .details-content .single-service-part .text .theme-title h2:before { width: 125px; } .service-details .details-content .single-service-part .text p { line-height: 30px; font-size: 15px; } .service-details .details-content .single-service-part { margin-bottom: 100px; } .service-details .details-content .service-panel .panel-heading a { position: relative; padding: 20px 48px 20px 45px; display: block; font-size: 18px; font-weight: normal; color: #424242; font-family: 'Open Sans', sans-serif; } .service-details .details-content .service-panel .panel-heading a:before { content: '+'; font-weight: 300; font-size: 38px; position: absolute; right: 20px; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .service-details .details-content .service-panel .panel-heading.active-panel a:before { content: '-'; } .service-details .details-content .service-panel .panel, .service-details .details-content .service-panel .panel-group .panel + .panel { border:none; background: #f6f7f8; margin-bottom: 10px; border-radius: 0; } .service-details .details-content .service-panel .panel-body { border: none; padding: 13px 130px 40px 45px; } .service-details {margin-bottom: 90px;} /*--------------------------- Project --------------------------*/ .project-section #isotop-gallery-wrapper .single-item .hover { position: absolute; top:0; right: 0; bottom: 0; left:0; background: rgba(13,14,14,0.63); opacity: 0; -webkit-transform:scale(0.4); transform:scale(0.4); } .project-section .isotop-menu-wrapper li { border-radius: 10px; margin: 0 2px; padding: 0 20px; line-height: 33px; } .project-section #isotop-gallery-wrapper .isotop-item,.project-section #isotop-gallery-wrapper .grid-sizer{ width: 33.3333333333%; } .project-grid #isotop-gallery-wrapper .isotop-item .single-item {margin-bottom: 50px;} .project-masonary #isotop-gallery-wrapper .isotop-item .single-item {margin-bottom: 10px;} .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper { position: relative; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); padding-left: 70px; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper span { display: block; width: 60px; height: 3px; opacity: 0; -webkit-transform:translateX(-100px); transform:translateX(-100px); -webkit-transition-delay:0.1s; transition-delay:0.1s; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 { opacity: 0; -webkit-transform:translateX(100px); transform:translateX(100px); -webkit-transition-delay:0.2s; transition-delay:0.2s; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper h6 a { font-family: 'Open Sans', sans-serif; font-weight: 600; color: #fff; display: block; margin: 15px 0 15px; } .project-section #isotop-gallery-wrapper .isotop-item .hover .wrapper p { font-size: 15px; text-transform: uppercase; color: #fff; opacity: 0; -webkit-transform:translateX(-100px); transform:translateX(-100px); -webkit-transition-delay:0.3s; transition-delay:0.3s; } .project-section #isotop-gallery-wrapper .single-item:hover .hover { opacity: 1; -webkit-transform:scale(1); transform:scale(1); } .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper span, .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper h6, .project-section #isotop-gallery-wrapper .isotop-item:hover .hover .wrapper p { -webkit-transform:translateX(0); transform:translateX(0); opacity: 1; } .project-short-banner { background-color: #023059; border-bottom: 1px solid #2c6598; margin: 90px 0 0 0; } .project-short-banner.bg { background: url(../images/project/13.jpg) no-repeat center; margin: 50px 0 0; } .project-short-banner .opacity { background: rgba(2,48,89,0.86); padding: 25px 0; } .project-short-banner .opacity h5 { font-size: 30px; font-weight: 600; color: #fff; margin-top: 10px; } .project-short-banner .opacity a { font-family: 'Open Sans', sans-serif; width: 188px; line-height: 52px; text-align: center; font-weight: 700; font-size: 15px; color: #fff; } .project-short-banner .opacity a i { margin-left: 10px; font-size: 13px; } .project-short-banner .opacity a:hover { background: #fff; } /*----------------------------------- Project Details ----------------------------*/ .project-details .project-info { border-top: 1px solid #dad9d9; border-bottom: 1px solid #dad9d9; padding: 22px 0; margin: 80px 0 160px 0; } .project-details .project-info li { float:left; width: 25%; margin: 15px 0; } .project-details .project-info li p { text-transform: uppercase; font-size: 17px; margin-bottom: 12px; } .project-details .project-info li h6, .project-details .project-info li a { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; } .project-details .speach p { font-size: 18px; line-height: 36px; padding-left: 180px; position: relative; margin-bottom: 45px; } .project-details .speach p:before { content: url(../images/icon/10.png); position: absolute; top:-70px; left:100px; } .project-details .speach h6 { font-size: 20px; font-weight: 600; color: #787575; margin-bottom: 12px; } .project-details .speach span { font-size: 15px; color: #787575; } .project-details .speach .text-left {display: inline-block;} .project-details img {margin: 75px 0 100px 0;} .project-details .nav-tabs > li > a { font-family: 'Open Sans', sans-serif; padding: 0; line-height: 48px; width: 170px; border: 1px solid #c0bebe; font-size: 16px; font-weight: 600; color: #424242; border-radius: 0; margin-right: 5px; text-align: center; } .project-details .nav-tabs > li {margin: 0;} .project-details .nav-tabs {border: none;} .project-details .tab-content > .tab-pane { padding: 55px 100px 55px 70px; background: #f7f4f4; margin-top: 18px; } .project-details .nav-tabs > li.active > a, .project-details .nav-tabs > li.active > a:hover, .project-details .nav-tabs > li.active > a:focus, .project-details .nav-tabs > li:hover > a { color: #ffffff; border-color: #023059; background: #023059; } .project-details .details-tab-wrapper {margin-bottom: 100px;} /*--------------------- Our Blog ------------------------*/ .our-blog .blog-single-post .post { background: #f8f8f8; padding: 28px 0 20px 30px; } .our-blog .blog-single-post .img img,.our-blog .image img {width: 100%;} .our-blog .blog-single-post .post small { font-weight: 300; font-size: 12px; color: #929191; position: relative; padding-left: 16px; } .our-blog .blog-single-post .post small span { position: absolute; display: block; width: 8px; height: 8px; border-radius: 50%; top:5px; left:0; } .our-blog .blog-single-post .post small span.color1 {background: #247799;} .our-blog .blog-single-post .post small span.color2 {background: #179e20;} .our-blog .blog-single-post .post small span.color3 {background: #ea8b0f;} .our-blog .blog-single-post .post small span.color4 {background: #ea0fd8;} .our-blog .blog-single-post .post h5 a { font-family: 'Open Sans', sans-serif; font-size: 23px; line-height: 30px; display: block; margin: 10px 0 15px 0; color: #626161; } .our-blog .blog-single-post .post p { font-size: 15px; line-height: 25px; } .our-blog .blog-single-post .post ul li { display: inline-block; margin-right: 25px; margin-top: 35px; font-size: 12px; font-weight: 300; } .our-blog .blog-single-post .post ul li i { margin-right: 5px; font-size: 14px; } .our-blog .blog-single-post {margin-bottom: 30px;} .our-blog {margin-bottom: 40px;} .our-blog .image {position: relative; margin-bottom: 30px;} .our-blog .image div { position: absolute; left:0; right: 0; top:50%; text-align: center; -webkit-transform:translateY(-50%); transform:translateY(-50%); } .our-blog .image div h5 { color: #fff; font-size: 30px; text-transform: uppercase; } .our-blog .image div p { font-size: 15px; color: #e4e0e0; line-height: 24px; margin: 30px 0 100px 0; } .our-blog .image div a { font-family: 'Open Sans', sans-serif; font-size: 22px; font-weight: 700; color: #fff; text-transform: uppercase; width: 188px; line-height: 56px; border: 2px solid #fff; border-radius: 30px; } /*----------------------------- Blog Details ------------------------------*/ .blog-details .blog-sidebar { width: 25.7%; } .blog-details .blog-sidebar .blog-search { position: relative; height: 60px; margin-bottom: 85px; } .blog-details .blog-sidebar .blog-search input { width: 100%; height: 100%; padding: 0 72px 0 15px; border: 1px solid #e0dfdf; font-size: 18px; } .blog-details .blog-sidebar .blog-search button { position: absolute; top:0; right: 0; bottom: 0; width: 70px; background: #023059; color: #fff; font-size: 22px; } .blog-details .blog-sidebar h5 { font-size: 20px; padding-bottom: 18px; position: relative; margin-bottom: 40px; } .blog-details .blog-sidebar h5:before { content: ''; width: 79px; height: 3px; position: absolute; left:0; bottom: 0; } .blog-details .blog-sidebar .blog-recent-post .single-post { border-bottom: 1px solid #e6e3e3; padding-bottom: 20px; margin-bottom:20px; } .blog-details .blog-sidebar .blog-recent-post .single-post img { width: 33%; } .blog-details .blog-sidebar .blog-recent-post .single-post .post { width: 67%; padding-left: 30px; } .blog-details .blog-sidebar .blog-recent-post .single-post .post a { font-family: 'Open Sans', sans-serif; color: #424242; font-size: 17px; font-weight: normal; line-height: 27px; display: block; } .blog-details .blog-sidebar .blog-recent-post .single-post .post span { font-size: 12px; } .blog-details .blog-sidebar .blog-recent-post, .blog-details .blog-sidebar .blog-categories ul, .blog-details .blog-sidebar .blog-archive {margin-bottom: 45px;} .blog-details .blog-sidebar .blog-categories ul li a { font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: normal; color: #7d7b7b; line-height: 60px; border-bottom: 1px solid #e6e3e3; display: block; } .blog-details .blog-sidebar .blog-categories ul li a i { margin-right: 18px; font-size: 20px; } .blog-details .blog-sidebar .blog-archive .bootstrap-select {width: 100%;} .blog-details .blog-sidebar .blog-archive .bootstrap-select .btn { background: #edecec; padding: 0 0 0 28px; height: 58px; border: none; position: relative; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .filter-option { font-weight: normal; font-size: 16px; line-height: 58px; color: #424242; text-transform: capitalize; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .bs-caret { padding: 17px 10px 0 0; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before { color: #424242; } .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-menu li a span.text { text-transform: capitalize; color: #424242; } .blog-details .blog-sidebar .blog-archive .dropdown-menu > li > a {line-height: 40px;} .blog-details .blog-sidebar .blog-archive .bootstrap-select.btn-group .dropdown-menu.inner { max-height: 300px !important; } .blog-details .blog-sidebar .blog-tags ul{ margin: 0 -5px; } .blog-details .blog-sidebar .blog-tags ul li { float: left; padding: 0 5px; margin-bottom: 10px; } .blog-details .blog-sidebar .blog-tags ul li a { font-family: 'Open Sans', sans-serif; font-weight: normal; line-height: 36px; border: 1px solid #e0dfdf; padding: 0 14px; color: #8f8c8c; font-size: 15px; } .blog-details .blog-sidebar .blog-tags ul li a:hover {color: #fff;} .blog-details .blog-large-sidebar { width: 74.3%; padding-right: 70px; } .blog-details .blog-large-sidebar .post-wrapper h5 { font-size: 30px; margin: 42px 0 18px 0; } .blog-details .blog-large-sidebar .post-wrapper .post-info li { display: inline-block; margin-right: 42px; margin-bottom: 20px; color: #424242; font-size: 15px; position: relative; } .blog-details .blog-large-sidebar .post-wrapper .post-info li span { color: #7f7d7d; } .blog-details .blog-large-sidebar .post-wrapper .post-info li:first-child:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #aca9a9; position: absolute; top:12px; right: -27px; } .blog-details .blog-large-sidebar .post-wrapper p { font-size: 17px; } .blog-details .blog-large-sidebar .post-wrapper h6 { font-size: 18px; font-weight: 600; margin: 30px 0 35px 0; } .blog-details .blog-large-sidebar .post-wrapper .list li { font-size: 17px; padding-left: 40px; position: relative; margin-bottom: 25px; } .blog-details .blog-large-sidebar .post-wrapper .list li:before { content: ''; width: 8px; height: 8px; border-radius: 50%; position: absolute; top:10px; left:0; background: #1777c0; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li { display: inline-block; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a { font-family: 'Open Sans', sans-serif; font-weight: normal; line-height: 36px; border: 1px solid #e0dfdf; padding: 0 14px; color: #8f8c8c; font-size: 15px; margin-right: 5px; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-left li a:hover {color: #fff;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li { display: inline-block; vertical-align: middle; text-transform: uppercase; color: #858484; margin-top: 8px; } .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li a {display: block;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li img {margin: 0 10px;} .blog-details .blog-large-sidebar .post-wrapper .share-option ul.float-right li:first-child {margin-right: 10px;} .blog-details .blog-large-sidebar .post-wrapper .share-option {margin:50px 0 100px 0;} .blog-details .blog-large-sidebar .author-text { background: #f5f5f5; padding: 26px 20px; margin-bottom: 70px; } .blog-details .blog-large-sidebar .author-text .text { width: calc(100% - 100px); padding-left: 20px; } .blog-details .blog-large-sidebar .author-text .text h6 { font-size: 15px; font-weight: 600; margin: 3px 0 8px 0; } .blog-details .blog-large-sidebar .author-text .text p { font-size: 15px; line-height: 24px; } .blog-details .blog-large-sidebar .comment-section h5 { font-size: 25px; font-weight: 600; margin-bottom: 50px; } .blog-details .blog-large-sidebar .comment-section .single-comment img { width: 100px; height: 100px; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment { width: calc(100% - 100px); padding-left: 20px; position: relative; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment h6 { font-weight: normal; font-size: 20px; } .blog-details .blog-large-sidebar .comment-section .single-comment .comment span { font-size: 13px;} .blog-details .blog-large-sidebar .comment-section .single-comment .comment p { font-size: 16px; margin-top: 12px; } .blog-details .blog-large-sidebar .comment-section .single-comment { border-bottom: 1px solid #ebebeb; padding-bottom: 25px; margin-bottom: 40px; } .blog-details .blog-large-sidebar .comment-section .single-comment.reply-comment {margin-left: 110px;} .blog-details .blog-large-sidebar .comment-section .single-comment button { width: 100px; height: 38px; background: #f5f5f5; font-size: 15px; position: absolute; top:0; right: 0; text-transform: uppercase; } .blog-details .blog-large-sidebar .comment-section .single-comment button:hover {color:#fff;} .blog-details .blog-large-sidebar .comment-section {padding-bottom: 30px;} .blog-details .blog-large-sidebar .leave-reply-area h5 { font-size: 25px; font-weight: 600; } .blog-details .blog-large-sidebar .leave-reply-area p { font-size: 15px; margin: 8px 0 50px 0; } .blog-details .blog-large-sidebar .leave-reply-area input, .blog-details .blog-large-sidebar .leave-reply-area textarea { background: #f5f5f5; border: none; margin-bottom: 20px; padding: 0 15px; width: 100%; max-width: 100%; } .blog-details .blog-large-sidebar .leave-reply-area input { height: 60px; } .blog-details .blog-large-sidebar .leave-reply-area textarea { height: 258px; padding: 15px; max-height: 258px; } .blog-details .blog-large-sidebar .leave-reply-area button { width: 172px; height: 55px; color: #fff; font-size: 15px; text-transform: uppercase; background: #023059; } .blog-details {margin-bottom: 100px;} /*------------------------ Error Page -----------------------*/ .error-page { background: url(../images/inner-page/11.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } .error-page .opacity { background: rgba(23,23,23,0.7); text-align: center; padding: 140px 0 230px 0; } .error-page .opacity h2 { font-size: 327px; font-weight: 900; color: #fff; } .error-page .opacity h5 { font-weight: normal; font-size: 30px; color: #fff; text-transform: uppercase; margin: 50px 0 90px 0; } .error-page .opacity a { font-family: 'Open Sans', sans-serif; width: 180px; line-height: 50px; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; } /*------------------------------- FAQ Page ---------------------------*/ .faq-page { background: #e5ebee; padding: 100px 0; } .faq-page .faq-list { width: 27%; border: none; } .faq-page .faq-list li a { background: #f1f1f1; border: 1px solid rgba(72,152,185,0.3); padding:18px 5px 15px 70px; margin-bottom: 20px; position: relative; display: block; border-radius: 0; } .faq-page .faq-list > li.active > a, .faq-page .faq-list > li.active > a:hover, .faq-page .faq-list > li.active > a:focus { border: 1px solid rgba(72,152,185,0.3); } .faq-page .faq-list li a h4 { font-weight: 700; font-size: 22px; margin-bottom: 15px; } .faq-page .faq-list li a p { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #424242; line-height: 24px; } .faq-page .faq-list li a img { position: absolute; top:20px; left:20px; } .faq-page .faq-panel { width: 73%; padding-left: 55px; } .faq-page .faq-panel .wrapper { background: #fff; border: 1px solid rgba(72,152,185,0.3); padding: 40px 70px 50px 95px; } .faq-page .faq-panel .wrapper h4 { font-weight: 700; font-size: 22px; margin-bottom: 15px; position: relative; } .faq-page .faq-panel .wrapper h4 img { position: absolute; top:0; left:-50px; } .faq-page .faq-panel .wrapper>p { font-size: 15px; color: #424242; } .faq-page .faq-panel .panel-group {margin-top: 10px;} .faq-page .faq-panel .panel-group .panel-heading + .panel-collapse > .panel-body, .faq-page .faq-panel .panel-group .panel-heading + .panel-collapse > .list-group { border:none; padding: 15px 50px 50px 0; } .faq-page .faq-panel .panel-heading a { font-size: 18px; font-weight: normal; color: #424242; display: block; padding: 35px 45px 35px 0; position: relative; } .faq-page .faq-panel .panel-heading a:before { content: '+'; width: 30px; height: 30px; line-height: 28px; border: 1px solid #9695a7; border-radius: 50%; text-align: center; font-weight: 300; font-size: 28px; color: #9695a7; position: absolute; top:50%; margin-top: -15px; right: 0; } .faq-page .faq-panel .panel-heading.active-panel a:before { content: '-'; } .faq-page .faq-panel .panel:last-child {border: none;} /*------------------------------- Contact Page -------------------------*/ .contact-nav ul li { float:left; width: 25%; } .contact-nav ul {border: none;} .contact-nav ul li a { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; line-height: 70px; color: #fff; text-transform: uppercase; background: #023059; text-align: center; display: block; border: none; margin: 0; border-radius: 0; border-right: 1px solid #818384; } .contact-nav .nav-tabs > li.active > a, .contact-nav .nav-tabs > li.active > a:hover, .contact-nav .nav-tabs > li.active > a:focus { border: none; border-right: 1px solid #818384; background: #023059; color: #fff; } .contact-nav ul li:last-child a {border: none;} .contact-address {margin: 100px 0;} .contact-address div {position: relative;} .contact-address div .opacity { position: absolute; top:0; right: 0; bottom: 0; left:0; background: rgba(45,46,46,0.85); padding: 60px 0 0 70px; } .contact-address div .opacity .theme-title h2 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #fff; margin-bottom: 90px; } .contact-address div .opacity ul li { font-size: 24px; line-height: 32px; font-weight: 600; color: #fff; padding-left: 70px; margin-bottom: 60px; position: relative; } .contact-address div .opacity ul li i { position: absolute; top:0; left:0; font-size: 37px; } .contact-address div .opacity ul li i.fa-envelope-o {font-size: 30px;} .contact-form-holder input, .contact-form-holder textarea { width: 100%; border: 1px solid #f1f1f1; background: #f1f1f1; padding: 0 20px; margin-bottom: 30px; } .contact-form-holder input {height: 70px;} .contact-form-holder textarea { height: 400px; max-height: 400px; max-width: 100%; resize:none; padding: 30px; } .contact-form-holder button { width: 150px; line-height: 45px; text-align: center; font-weight: 600; font-size: 18px; text-transform: uppercase; color: #fff; background: #023059; display: block; } #contact-google-map { height: 500px; width: 100%; margin-top: 100px; } /*======================= Form Validation ===================*/ .alert-wrapper { display: none; position: fixed; width: 100%; height:100%; background: rgba(0,0,0,0.6); top: 0; left: 0; z-index: 9999999; } #success, #error { position: relative; width:500px; height: 100px; top: calc(50% - 50px); left:calc(50% - 250px); background: rgba(0,0,0,0.8); text-align: center; } #success .wrapper, #error .wrapper { display: table; width:100%; height: 100%; } #success .wrapper p, #error .wrapper p{ display: table-cell; vertical-align: middle; letter-spacing: 1px; } #success { color: #26ace3; } #error { color: #C9182B; } #error button, #success button { color:#fff; width:40px; height:40px; line-height: 20px; background: transparent; border-radius: 50%; position: absolute; top: -20px; right: -20px; font-size: 20px; } .form-validation label.error { display: none !important; } .form-validation input.error, .form-validation textarea.error { border:1px solid #f03838 !important; }
0.346873
0.026305
@media (min-width: 767px) { .evaluation-form-main { margin-left: 15rem; margin-top: 2rem; } .form_one { display: none; } .evaluation-form-button { margin-left: auto; margin-right: 11rem; margin-top: 15px; margin-bottom: 10px; float: right; } .button06 { background: linear-gradient(0deg, #32a4ff 0%, #2196F3 49%, #3fa9fe 50%, #88caff 100%); border: none; border-radius: 6px; box-shadow: 0px 5px 0 #047ad3; color: #fff; padding: 10px 0; width: 80px; margin-right: 50px; margin-top: 5px; } .cp_title { width: 500px; } .cp_ipselect { position: relative; width: 500px; /*margin: 30px auto;*/ text-align: center; } .cp_sl06 { position: relative; font-family: inherit; background-color: transparent; width: 500px; padding: 10px 10px 10px 0; font-size: 18px; border-radius: 0; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .cp_sl06:focus { outline: none; border-bottom: 1px solid rgba(0, 0, 0, 0); } .cp_ipselect .cp_sl06 { appearance: none; -webkit-appearance: none; } .cp_ipselect select::-ms-expand { display: none; } .cp_ipselect:after { position: absolute; top: 18px; right: 10px; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid rgba(0, 0, 0, 0.3); pointer-events: none; } .cp_sl06_selectlabel { color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: normal; pointer-events: none; left: 80; top: 40px; transition: 0.2s ease all; } .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel { color: #32a4ff; top: -20px; transition: 0.2s ease all; font-size: 14px; } .cp_sl06_selectbar { position: relative; display: block; width: 100%; } .cp_sl06_selectbar:before, .cp_sl06_selectbar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #32a4ff; transition: 0.2s ease all; } .cp_sl06_selectbar:before { left: 50%; } .cp_sl06_selectbar:after { right: 50%; } .cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after { width: 50%; } .cp_sl06_highlight { position: absolute; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } } @media (max-width: 479px) { .cp_title { font-size: 16px; } select { font-size: 16px; } textarea { font-size: 16px; } .evaluation-form-main { margin-top: 2rem; } .form_one { display: none; } .evaluation-form-button { margin-left: auto; margin-top: 15px; margin-bottom: 10px; float: right; } .button06 { background: linear-gradient(0deg, #32a4ff 0%, #2196F3 49%, #3fa9fe 50%, #88caff 100%); border: none; border-radius: 6px; box-shadow: 0px 5px 0 #047ad3; color: #fff; padding: 10px 0; width: 80px; margin-top: 5px; } .cp_ipselect { position: relative; /*margin: 30px auto;*/ text-align: center; } .cp_sl06 { position: relative; font-family: inherit; background-color: transparent; width: 350px; padding: 10px 10px 10px 0; /*font-size: 100%;*/ border-radius: 0; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .cp_sl06:focus { outline: none; border-bottom: 1px solid rgba(0, 0, 0, 0); } .cp_ipselect .cp_sl06 { appearance: none; -webkit-appearance: none } .cp_ipselect select::-ms-expand { display: none; } .cp_ipselect:after { position: absolute; top: 18px; right: 10px; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid rgba(0, 0, 0, 0.3); pointer-events: none; } .cp_sl06_selectlabel { color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: normal; pointer-events: none; left: 80; top: 40px; transition: 0.2s ease all; } .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel { color: #32a4ff; top: -20px; transition: 0.2s ease all; font-size: 14px; } .cp_sl06_selectbar { position: relative; display: block; width: 100%; } .cp_sl06_selectbar:before, .cp_sl06_selectbar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #32a4ff; transition: 0.2s ease all; } .cp_sl06_selectbar:before { left: 50%; } .cp_sl06_selectbar:after { right: 50%; } .cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after { width: 50%; } .cp_sl06_highlight { position: absolute; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } }
public/css/evaluation.css
@media (min-width: 767px) { .evaluation-form-main { margin-left: 15rem; margin-top: 2rem; } .form_one { display: none; } .evaluation-form-button { margin-left: auto; margin-right: 11rem; margin-top: 15px; margin-bottom: 10px; float: right; } .button06 { background: linear-gradient(0deg, #32a4ff 0%, #2196F3 49%, #3fa9fe 50%, #88caff 100%); border: none; border-radius: 6px; box-shadow: 0px 5px 0 #047ad3; color: #fff; padding: 10px 0; width: 80px; margin-right: 50px; margin-top: 5px; } .cp_title { width: 500px; } .cp_ipselect { position: relative; width: 500px; /*margin: 30px auto;*/ text-align: center; } .cp_sl06 { position: relative; font-family: inherit; background-color: transparent; width: 500px; padding: 10px 10px 10px 0; font-size: 18px; border-radius: 0; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .cp_sl06:focus { outline: none; border-bottom: 1px solid rgba(0, 0, 0, 0); } .cp_ipselect .cp_sl06 { appearance: none; -webkit-appearance: none; } .cp_ipselect select::-ms-expand { display: none; } .cp_ipselect:after { position: absolute; top: 18px; right: 10px; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid rgba(0, 0, 0, 0.3); pointer-events: none; } .cp_sl06_selectlabel { color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: normal; pointer-events: none; left: 80; top: 40px; transition: 0.2s ease all; } .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel { color: #32a4ff; top: -20px; transition: 0.2s ease all; font-size: 14px; } .cp_sl06_selectbar { position: relative; display: block; width: 100%; } .cp_sl06_selectbar:before, .cp_sl06_selectbar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #32a4ff; transition: 0.2s ease all; } .cp_sl06_selectbar:before { left: 50%; } .cp_sl06_selectbar:after { right: 50%; } .cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after { width: 50%; } .cp_sl06_highlight { position: absolute; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } } @media (max-width: 479px) { .cp_title { font-size: 16px; } select { font-size: 16px; } textarea { font-size: 16px; } .evaluation-form-main { margin-top: 2rem; } .form_one { display: none; } .evaluation-form-button { margin-left: auto; margin-top: 15px; margin-bottom: 10px; float: right; } .button06 { background: linear-gradient(0deg, #32a4ff 0%, #2196F3 49%, #3fa9fe 50%, #88caff 100%); border: none; border-radius: 6px; box-shadow: 0px 5px 0 #047ad3; color: #fff; padding: 10px 0; width: 80px; margin-top: 5px; } .cp_ipselect { position: relative; /*margin: 30px auto;*/ text-align: center; } .cp_sl06 { position: relative; font-family: inherit; background-color: transparent; width: 350px; padding: 10px 10px 10px 0; /*font-size: 100%;*/ border-radius: 0; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .cp_sl06:focus { outline: none; border-bottom: 1px solid rgba(0, 0, 0, 0); } .cp_ipselect .cp_sl06 { appearance: none; -webkit-appearance: none } .cp_ipselect select::-ms-expand { display: none; } .cp_ipselect:after { position: absolute; top: 18px; right: 10px; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid rgba(0, 0, 0, 0.3); pointer-events: none; } .cp_sl06_selectlabel { color: rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: normal; pointer-events: none; left: 80; top: 40px; transition: 0.2s ease all; } .cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel { color: #32a4ff; top: -20px; transition: 0.2s ease all; font-size: 14px; } .cp_sl06_selectbar { position: relative; display: block; width: 100%; } .cp_sl06_selectbar:before, .cp_sl06_selectbar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #32a4ff; transition: 0.2s ease all; } .cp_sl06_selectbar:before { left: 50%; } .cp_sl06_selectbar:after { right: 50%; } .cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after { width: 50%; } .cp_sl06_highlight { position: absolute; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } }
0.407569
0.084833
.profileThumbnail-container { width: 100%; height: auto; position: relative; } .profileThumbnail-bottomAlign { position: relative; /*display: inline-block; vertical-align: bottom;*/ width: 100%; /* height will be modified dynamically using profileThumbnail.js */ } .profileThumbnail-circle { position: absolute; z-index: 2; width: 90%; height: 100%; } .profileThumbnail-photoPadding { position: absolute; z-index: 2; padding: 4.5%; /*1vw;*/ width: 100%; height: 100%; box-sizing: border-box; } .profileThumbnail-photoContainer { border-radius: 100%; overflow: hidden; height: 100%; width: 100%; /*box-sizing: border-box;*/ /*background-color: white;*/ } .profileThumbnail-photo { width: 100%; } .profileThumbnail-photoBorder { position: absolute; z-index: 1; border-radius: 100%; overflow: hidden; width: 100%; height: 100%; } .messageCluster-isMe-false .profileThumbnail-photoBorder, .profileThumbnail-photoBorder { background-color: blue; } .messageCluster-isMe-true .profileThumbnail-photoBorder { background-color: white; } .profileThumbnail-arrow { position: absolute; height: 0; width: 0; z-index: 1; top: 50%; transform: translateY(-50%); } .profileThumbnail-left { left: 0; } .profileThumbnail-right { right: 0; }
css/profileThumbnail.css
.profileThumbnail-container { width: 100%; height: auto; position: relative; } .profileThumbnail-bottomAlign { position: relative; /*display: inline-block; vertical-align: bottom;*/ width: 100%; /* height will be modified dynamically using profileThumbnail.js */ } .profileThumbnail-circle { position: absolute; z-index: 2; width: 90%; height: 100%; } .profileThumbnail-photoPadding { position: absolute; z-index: 2; padding: 4.5%; /*1vw;*/ width: 100%; height: 100%; box-sizing: border-box; } .profileThumbnail-photoContainer { border-radius: 100%; overflow: hidden; height: 100%; width: 100%; /*box-sizing: border-box;*/ /*background-color: white;*/ } .profileThumbnail-photo { width: 100%; } .profileThumbnail-photoBorder { position: absolute; z-index: 1; border-radius: 100%; overflow: hidden; width: 100%; height: 100%; } .messageCluster-isMe-false .profileThumbnail-photoBorder, .profileThumbnail-photoBorder { background-color: blue; } .messageCluster-isMe-true .profileThumbnail-photoBorder { background-color: white; } .profileThumbnail-arrow { position: absolute; height: 0; width: 0; z-index: 1; top: 50%; transform: translateY(-50%); } .profileThumbnail-left { left: 0; } .profileThumbnail-right { right: 0; }
0.624523
0.053403
h1 { color: black; font-size: xx-large; } h2{ color: black; font-style: unset; font-style: italic; font-size: medium; } h3{ color:white; } .h5{ font-size: 2em; color:#483C32; } .mission{ padding-left:5px; margin-left: 5px; color:white; } a { color: black; } small{ font-size:xx-small } .divider { padding: 5px; background-color: black; } .boxRow{ display: grid; padding: 10px; width: 100%; height:435px; background-color: #98AFC7 ; grid-template-columns: repeat(9,1fr); grid-template-rows: repeat(9,1fr); } .Layout1a { background: rgb(135, 82, 82); grid-column: 1 / 7; grid-row: 1 / 10; text-align: center; font-size: large; width: 100%; margin-top: 0px; padding-top:0px; font-size: 200%; border:grey; border-style: solid; border-width: 10px; } .Layout1b { grid-column: 7 / 10; grid-row: 1 / 10; padding: 50px; margin-left: 0px; margin-top:0px; padding-top:40px; } .popUp { background: black; width:800px; margin-left: 100px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; } .video{ margin-left: 5px; align-content: middle; } .academic { display: grid; width:1500px; height: 150px; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(1,1fr); margin-left: 0px; padding-bottom: 10px; } .degree_pending{ border-style: dotted; border-color:rgb(135, 82, 82); padding:10px; } .degree_achieved{ border-style: solid; border-color: black; padding:10px; } .titles{ display: grid; width:1500px; grid-template-columns: repeat(4,1fr); margin-left: 0px; } .contact { border-left: 300px solid rgb(135, 82, 82); border-right: 300px solid rgb(135, 82, 82); background-color: darkgrey; margin-left: 0px; padding-left: 0px; text-align: center; } .interests{ font-family: cursive; } .footer { text-align: left; width: 100%; padding: 20px; margin: 10px; background-color: black; color: #ffffff; } /* div:nth-of-type(odd){ background:burlywood; } */ /* .active { border-left: 5px solid #01e4ff; } */
styles1.css
h1 { color: black; font-size: xx-large; } h2{ color: black; font-style: unset; font-style: italic; font-size: medium; } h3{ color:white; } .h5{ font-size: 2em; color:#483C32; } .mission{ padding-left:5px; margin-left: 5px; color:white; } a { color: black; } small{ font-size:xx-small } .divider { padding: 5px; background-color: black; } .boxRow{ display: grid; padding: 10px; width: 100%; height:435px; background-color: #98AFC7 ; grid-template-columns: repeat(9,1fr); grid-template-rows: repeat(9,1fr); } .Layout1a { background: rgb(135, 82, 82); grid-column: 1 / 7; grid-row: 1 / 10; text-align: center; font-size: large; width: 100%; margin-top: 0px; padding-top:0px; font-size: 200%; border:grey; border-style: solid; border-width: 10px; } .Layout1b { grid-column: 7 / 10; grid-row: 1 / 10; padding: 50px; margin-left: 0px; margin-top:0px; padding-top:40px; } .popUp { background: black; width:800px; margin-left: 100px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; } .video{ margin-left: 5px; align-content: middle; } .academic { display: grid; width:1500px; height: 150px; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(1,1fr); margin-left: 0px; padding-bottom: 10px; } .degree_pending{ border-style: dotted; border-color:rgb(135, 82, 82); padding:10px; } .degree_achieved{ border-style: solid; border-color: black; padding:10px; } .titles{ display: grid; width:1500px; grid-template-columns: repeat(4,1fr); margin-left: 0px; } .contact { border-left: 300px solid rgb(135, 82, 82); border-right: 300px solid rgb(135, 82, 82); background-color: darkgrey; margin-left: 0px; padding-left: 0px; text-align: center; } .interests{ font-family: cursive; } .footer { text-align: left; width: 100%; padding: 20px; margin: 10px; background-color: black; color: #ffffff; } /* div:nth-of-type(odd){ background:burlywood; } */ /* .active { border-left: 5px solid #01e4ff; } */
0.333612
0.083106
* { margin: 0; padding: 0; box-sizing: border-box; } html { font-family: 'Josefin Sans', sans-serif; font-size: 16px; font-weight: 300; text-rendering: optimizeLegibility; } /* --------------------- REUSABLE COMPONENTS -------------------- */ .row { max-width: 100vw; margin: 0 auto; } section { padding: 40px 0px; } /*-------- HEADINGS------------*/ h1, h2 { font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } h1 { font-family: 'Josefin Sans', sans-serif; margin-bottom: 16px; margin-top: 0; color: rgba(255, 255, 255, 0.9); font-size: 300%; word-spacing: 4px; text-align: center; } h2 { font-size: 1.25rem; word-spacing: 2px; text-align: center; margin-bottom: 30px; } h3 { font-size: 12px; font-weight: 300; margin-bottom: 15px; color: #24b650; } h2:after { display: block; height: 2px; background-color: #24b650; content: ' '; width: 100px; margin: 0 auto; margin-top: 5px; } /*----------- PARAGRAPHS ---------------*/ .long-copy { line-height: 145%; width: 70%; margin: 0 auto; /* margin-left: 15%; */ } p { text-align: justify; font-size: 1.25rem; line-height: 150%; } /* --------------------- HEADER -------------------- */ .banner-text { width: 480px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } header { height: 100vh; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/friends.jpg'); background-size: cover; background-position: center; background-attachment: fixed; } header h2 { color: #999; font-size: 150%; margin-top: 40px; } .logo { height: 150px; border-radius: 50%; width: auto; margin-top: 20px; margin-left: 10px; } .main-nav { float: right; list-style: none; margin-top: 55px; font-size: 175%; margin-right: 10px; } .main-nav li { display: inline-block; margin-left: 50px; } .main-nav li a:link, .main-nav li a:visited { color: #fff; text-decoration: none; text-transform: uppercase; border-bottom: 2px solid transparent; transition: border-bottom 0.2s; padding: 8px 0px; } .main-nav li a:hover, .main-nav li a:active { text-size-adjust: 110%; color: #24b650; transition: color 0.3s; } /* --------------------- SECTION - INFO -------------------- */ .section-info { height: auto; color: #121212; } .section-info img { width: 30%; margin: 0 35%; height: auto; } /* --------------------- SECTION - FORM -------------------- */ .row h2:after { background-color: transparent; padding: 15px; } .order-form { margin: 0; padding: 0; height: auto; max-width: 100vw; background-image: linear-gradient( rgba(222, 160, 74, 0.2), rgba(222, 160, 74, 0.2) ), url('../images/coffeebeans.jpg'); background-size: 100vw; } form { max-width: 480px; } .order-form h2 { color: rgba(255, 255, 255, 0.9); } #flavor { margin-top: 200px; } #add-on { margin-top: 80px; } .container { display: grid; justify-items: center; } .form-group { width: 100%; margin-top: 20px; color: rgba(255, 255, 255, 0.753); } .form-group input, .form-group textarea { width: 100%; /* padding: 5px; */ font-size: 125%; border: 1 px solid #444; background-color: rgba(200, 200, 200, 0.2); color: rgba(255, 255, 255, 0.753); margin-top: 5px; } .form-group input { border-radius: 8px; } .form-group textarea { border-radius: 8px; resize: vertical; margin: 0 auto; } Button { margin: 0 auto; } button[type='submit'], button[type='button'] { width: 100%; border: none; outline: none; padding: 7px; font-size: 125%; border-radius: 8px; color: rgba(255, 255, 255, 0.753); text-align: center; /* margin: 10px auto 0 5%; */ cursor: pointer; transition: background-color, 0.2s; background-color: rgba(200, 200, 200, 0.2); } input.checkbox { height: 40px; width: 40px; margin: 0 auto; } button[type='submit']:hover, button[type='button']:hover { width: 100%; border: none; outline: none; padding: 7px; font-size: 125%; border-radius: 8px; background-color: rgba(200, 200, 200, 0.5); color: rgba(255, 255, 255, 0.753); text-align: center; margin-top: 10px; cursor: auto; transition: background-color, 0.2s; } button[type='button']:active { background-color: rgba(200, 200, 200, 1); color: rgb(134, 89, 45, 0.753); } .item { display: grid; padding-bottom: 20px; margin-bottom: 20px; grid-gap: 5%; row-gap: 5%; justify-items: center; align-self: center; height: auto; align-content: space-around; } .daily-wrapper { grid-template: 1fr 1fr 1fr 1fr 1fr / 1fr 1fr; color: #444; width: 50%; height: 1800px; /* margin-bottom: 40px; padding-bottom: 40px; */ } .flavors-wrapper { grid-template: 1fr 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 1100px; } .seasonal-wrapper { grid-template: 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 670px; } .addons-wrapper { grid-template: 1fr 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 1100px; align-items: center; } .delivery-wrapper { grid-template: 1fr / 1fr; color: #444; width: 75%; margin: 0 auto; } .box { display: flex; background-color: rgba(200, 200, 200, 0.2); color: rgba(255, 255, 255, 0.753); font-family: 'Josefin Sans', sans-serif; text-align: center; /* padding: 20%; */ height: 220px; width: 150px; font-size: 125%; border-radius: 15%; border: 1 px solid #444; flex-direction: column; align-items: center; } .box img { height: 200px; width: 125px; border-radius: 8px; } .delivery img { height: 70%; width: 80%; border-radius: 8px; margin: 0 auto; } /* .americano { margin-top: 40px; } */ /* ------------------------- status bar --------------------------------*/ #status { width: 100%; text-align: center; padding: 10px; margin: 0 auto; border-radius: 8px; } #status.success { background-color: rgb(211, 250, 153); animation: status 4s ease forwards; margin: 0 auto; } #status-error { background-color: rgb(250, 129, 92); color: white; animation: status 4s ease forwards; margin: 0 auto; } @keyframes status { 0% { opacity: 1; pointer-events: all; } 90% { opacity: 1; pointer-events: all; } 100% { opacity: 0; pointer-events: none; } } /* --------------------- footer -------------------- */ footer { background-color: #000000; padding-top: 6px; font-size: 80%; width: 100vw; margin: 0, auto; text-align: center; } .footer-nav li a:link, .footer-nav li a:visited { text-decoration: none; border: 0; color: #000000; transition: color 0.2s; } .footer-nav li a:hover, .footer-nav li a:active { color: #ddd; } .footer-nav img { text-decoration: none; border-bottom: none; opacity: 1; transform: scale(0.75); } .footer-nav img:hover { opacity: 1; transform: scale(0.85); transition: transform 0.8s; } footer p { color: #000000; font-size: 30%; } .at-logo { height: 80px; } a { color: #000000; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid transparent; }
Resources/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } html { font-family: 'Josefin Sans', sans-serif; font-size: 16px; font-weight: 300; text-rendering: optimizeLegibility; } /* --------------------- REUSABLE COMPONENTS -------------------- */ .row { max-width: 100vw; margin: 0 auto; } section { padding: 40px 0px; } /*-------- HEADINGS------------*/ h1, h2 { font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } h1 { font-family: 'Josefin Sans', sans-serif; margin-bottom: 16px; margin-top: 0; color: rgba(255, 255, 255, 0.9); font-size: 300%; word-spacing: 4px; text-align: center; } h2 { font-size: 1.25rem; word-spacing: 2px; text-align: center; margin-bottom: 30px; } h3 { font-size: 12px; font-weight: 300; margin-bottom: 15px; color: #24b650; } h2:after { display: block; height: 2px; background-color: #24b650; content: ' '; width: 100px; margin: 0 auto; margin-top: 5px; } /*----------- PARAGRAPHS ---------------*/ .long-copy { line-height: 145%; width: 70%; margin: 0 auto; /* margin-left: 15%; */ } p { text-align: justify; font-size: 1.25rem; line-height: 150%; } /* --------------------- HEADER -------------------- */ .banner-text { width: 480px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } header { height: 100vh; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/friends.jpg'); background-size: cover; background-position: center; background-attachment: fixed; } header h2 { color: #999; font-size: 150%; margin-top: 40px; } .logo { height: 150px; border-radius: 50%; width: auto; margin-top: 20px; margin-left: 10px; } .main-nav { float: right; list-style: none; margin-top: 55px; font-size: 175%; margin-right: 10px; } .main-nav li { display: inline-block; margin-left: 50px; } .main-nav li a:link, .main-nav li a:visited { color: #fff; text-decoration: none; text-transform: uppercase; border-bottom: 2px solid transparent; transition: border-bottom 0.2s; padding: 8px 0px; } .main-nav li a:hover, .main-nav li a:active { text-size-adjust: 110%; color: #24b650; transition: color 0.3s; } /* --------------------- SECTION - INFO -------------------- */ .section-info { height: auto; color: #121212; } .section-info img { width: 30%; margin: 0 35%; height: auto; } /* --------------------- SECTION - FORM -------------------- */ .row h2:after { background-color: transparent; padding: 15px; } .order-form { margin: 0; padding: 0; height: auto; max-width: 100vw; background-image: linear-gradient( rgba(222, 160, 74, 0.2), rgba(222, 160, 74, 0.2) ), url('../images/coffeebeans.jpg'); background-size: 100vw; } form { max-width: 480px; } .order-form h2 { color: rgba(255, 255, 255, 0.9); } #flavor { margin-top: 200px; } #add-on { margin-top: 80px; } .container { display: grid; justify-items: center; } .form-group { width: 100%; margin-top: 20px; color: rgba(255, 255, 255, 0.753); } .form-group input, .form-group textarea { width: 100%; /* padding: 5px; */ font-size: 125%; border: 1 px solid #444; background-color: rgba(200, 200, 200, 0.2); color: rgba(255, 255, 255, 0.753); margin-top: 5px; } .form-group input { border-radius: 8px; } .form-group textarea { border-radius: 8px; resize: vertical; margin: 0 auto; } Button { margin: 0 auto; } button[type='submit'], button[type='button'] { width: 100%; border: none; outline: none; padding: 7px; font-size: 125%; border-radius: 8px; color: rgba(255, 255, 255, 0.753); text-align: center; /* margin: 10px auto 0 5%; */ cursor: pointer; transition: background-color, 0.2s; background-color: rgba(200, 200, 200, 0.2); } input.checkbox { height: 40px; width: 40px; margin: 0 auto; } button[type='submit']:hover, button[type='button']:hover { width: 100%; border: none; outline: none; padding: 7px; font-size: 125%; border-radius: 8px; background-color: rgba(200, 200, 200, 0.5); color: rgba(255, 255, 255, 0.753); text-align: center; margin-top: 10px; cursor: auto; transition: background-color, 0.2s; } button[type='button']:active { background-color: rgba(200, 200, 200, 1); color: rgb(134, 89, 45, 0.753); } .item { display: grid; padding-bottom: 20px; margin-bottom: 20px; grid-gap: 5%; row-gap: 5%; justify-items: center; align-self: center; height: auto; align-content: space-around; } .daily-wrapper { grid-template: 1fr 1fr 1fr 1fr 1fr / 1fr 1fr; color: #444; width: 50%; height: 1800px; /* margin-bottom: 40px; padding-bottom: 40px; */ } .flavors-wrapper { grid-template: 1fr 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 1100px; } .seasonal-wrapper { grid-template: 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 670px; } .addons-wrapper { grid-template: 1fr 1fr 1fr/ 1fr 1fr; color: #444; width: 50%; height: 1100px; align-items: center; } .delivery-wrapper { grid-template: 1fr / 1fr; color: #444; width: 75%; margin: 0 auto; } .box { display: flex; background-color: rgba(200, 200, 200, 0.2); color: rgba(255, 255, 255, 0.753); font-family: 'Josefin Sans', sans-serif; text-align: center; /* padding: 20%; */ height: 220px; width: 150px; font-size: 125%; border-radius: 15%; border: 1 px solid #444; flex-direction: column; align-items: center; } .box img { height: 200px; width: 125px; border-radius: 8px; } .delivery img { height: 70%; width: 80%; border-radius: 8px; margin: 0 auto; } /* .americano { margin-top: 40px; } */ /* ------------------------- status bar --------------------------------*/ #status { width: 100%; text-align: center; padding: 10px; margin: 0 auto; border-radius: 8px; } #status.success { background-color: rgb(211, 250, 153); animation: status 4s ease forwards; margin: 0 auto; } #status-error { background-color: rgb(250, 129, 92); color: white; animation: status 4s ease forwards; margin: 0 auto; } @keyframes status { 0% { opacity: 1; pointer-events: all; } 90% { opacity: 1; pointer-events: all; } 100% { opacity: 0; pointer-events: none; } } /* --------------------- footer -------------------- */ footer { background-color: #000000; padding-top: 6px; font-size: 80%; width: 100vw; margin: 0, auto; text-align: center; } .footer-nav li a:link, .footer-nav li a:visited { text-decoration: none; border: 0; color: #000000; transition: color 0.2s; } .footer-nav li a:hover, .footer-nav li a:active { color: #ddd; } .footer-nav img { text-decoration: none; border-bottom: none; opacity: 1; transform: scale(0.75); } .footer-nav img:hover { opacity: 1; transform: scale(0.85); transition: transform 0.8s; } footer p { color: #000000; font-size: 30%; } .at-logo { height: 80px; } a { color: #000000; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid transparent; }
0.247078
0.047891
Top Bar -----------------------------------------------------------------*/ #top-bar { position: relative; border-bottom: 1px solid #eeeeee; font-size: 0.815rem; background-color: #FFF; } /* Top Links ---------------------------------*/ .top-links { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 0; flex-grow: 0; border-bottom: 1px solid #eeeeee; } @media (min-width: 768px) { .top-links { border-bottom: 0; } } .top-links-container { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; list-style: none; margin-bottom: 0; } .top-links-item { position: relative; border-left: 1px solid #eeeeee; } .top-links-item:first-child, .top-links-sub-menu .top-links-item { border-left: 0 !important; } .top-links-item > a { display: block; padding: 12px; font-size: 0.75rem; line-height: 20px; font-weight: 700; text-transform: uppercase; color: #666666; } .top-links-item > a > i { vertical-align: top; } .top-links-item > a > i.icon-angle-down { margin: 0 0 0 5px !important; } .top-links-item > a > i:first-child { margin-right: 3px; } .top-links-item.full-icon > a > i { top: 2px; font-size: 0.875rem; margin: 0; } .top-links-item:hover { background-color: #EEE; } .top-links-sub-menu, .top-links-section { position: absolute; visibility: hidden; pointer-events: none; opacity: 0; list-style: none; z-index: -1; line-height: 1.5; background: #FFF; border: 0; top: 100%; left: -1px; width: 140px; margin-top: 10px; border: 1px solid #eeeeee; border-top: 1px solid #1ABC9C; box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); transition: opacity .25s ease, margin .2s ease; } .top-links:not(.on-click) .top-links-item:hover > .top-links-sub-menu, .top-links:not(.on-click) .top-links-item:hover > .top-links-section, .top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section { opacity: 1; visibility: visible; margin-top: 0; pointer-events: auto; z-index: 499; } .top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section { display: none; } .top-links-sub-menu .top-links-sub-menu { top: -1px; left: 100%; } .top-links-sub-menu .top-links-item:not(:first-child) { border-top: 1px solid whitesmoke; } .top-links-sub-menu .top-links-item:hover { background-color: #f9f9f9; } .top-links-sub-menu .top-links-item > a { padding-top: 9px; padding-bottom: 9px; font-size: 0.6875rem; } .top-links-sub-menu .top-links-item > a > img { display: inline-block; position: relative; top: -1px; width: 16px; height: 16px; margin-right: 4px; } .top-links-sub-menu .top-links-item > a i.icon-angle-down { margin: 0 !important; position: absolute; top: 50%; left: auto; right: 10px; transform: translateY(-50%) rotate(-90deg); } .top-links-sub-menu.top-demo-lang .top-links-item > a > img { top: 4px; width: 16px; height: 16px; } .top-links-section { padding: 25px; left: 0; width: 280px; } .top-links-section.menu-pos-invert { left: auto; right: 0; } /* Top Social -----------------------------------------------------------------*/ #top-social { display: -ms-flexbox; display: flex; justify-content: center; margin: 0; } #top-social li { position: relative; list-style: none; border-left: 1px solid #eeeeee; } #top-social li:first-child { border-left: 0 !important; } #top-social li .ts-icon, #top-social li .ts-text { display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; height: 44px; line-height: 44px; } #top-social li .ts-icon { width: 40px; text-align: center; font-size: 0.875rem; } #top-social li .ts-text { max-width: 0; -webkit-transition: all .2s ease; transition: all .2s ease; } #top-social li a:hover .ts-text { max-width: 200px; padding-right: 12px; -webkit-transition: all .4s ease; transition: all .4s ease; } #top-social a { display: -ms-flexbox; display: flex; width: auto; overflow: hidden; font-weight: bold; color: #666; } #top-social a:hover { color: #FFF !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } /* Top Login -----------------------------------------------------------------*/ #top-login { margin-bottom: 0; } #top-login .checkbox { margin-bottom: 10px; } #top-login .form-control { position: relative; } #top-login .form-control:focus { border-color: #CCC; } #top-login .input-group#top-login-username { margin-bottom: -1px; } #top-login #top-login-username input, #top-login #top-login-username .input-group-addon { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #top-login .input-group#top-login-password { margin-bottom: 10px; } #top-login #top-login-password input, #top-login #top-login-password .input-group-addon { border-top-left-radius: 0; border-top-right-radius: 0; }
css/imports/topbar.css
Top Bar -----------------------------------------------------------------*/ #top-bar { position: relative; border-bottom: 1px solid #eeeeee; font-size: 0.815rem; background-color: #FFF; } /* Top Links ---------------------------------*/ .top-links { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 0; flex-grow: 0; border-bottom: 1px solid #eeeeee; } @media (min-width: 768px) { .top-links { border-bottom: 0; } } .top-links-container { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; list-style: none; margin-bottom: 0; } .top-links-item { position: relative; border-left: 1px solid #eeeeee; } .top-links-item:first-child, .top-links-sub-menu .top-links-item { border-left: 0 !important; } .top-links-item > a { display: block; padding: 12px; font-size: 0.75rem; line-height: 20px; font-weight: 700; text-transform: uppercase; color: #666666; } .top-links-item > a > i { vertical-align: top; } .top-links-item > a > i.icon-angle-down { margin: 0 0 0 5px !important; } .top-links-item > a > i:first-child { margin-right: 3px; } .top-links-item.full-icon > a > i { top: 2px; font-size: 0.875rem; margin: 0; } .top-links-item:hover { background-color: #EEE; } .top-links-sub-menu, .top-links-section { position: absolute; visibility: hidden; pointer-events: none; opacity: 0; list-style: none; z-index: -1; line-height: 1.5; background: #FFF; border: 0; top: 100%; left: -1px; width: 140px; margin-top: 10px; border: 1px solid #eeeeee; border-top: 1px solid #1ABC9C; box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); transition: opacity .25s ease, margin .2s ease; } .top-links:not(.on-click) .top-links-item:hover > .top-links-sub-menu, .top-links:not(.on-click) .top-links-item:hover > .top-links-section, .top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section { opacity: 1; visibility: visible; margin-top: 0; pointer-events: auto; z-index: 499; } .top-links.on-click .top-links-sub-menu, .top-links.on-click .top-links-section { display: none; } .top-links-sub-menu .top-links-sub-menu { top: -1px; left: 100%; } .top-links-sub-menu .top-links-item:not(:first-child) { border-top: 1px solid whitesmoke; } .top-links-sub-menu .top-links-item:hover { background-color: #f9f9f9; } .top-links-sub-menu .top-links-item > a { padding-top: 9px; padding-bottom: 9px; font-size: 0.6875rem; } .top-links-sub-menu .top-links-item > a > img { display: inline-block; position: relative; top: -1px; width: 16px; height: 16px; margin-right: 4px; } .top-links-sub-menu .top-links-item > a i.icon-angle-down { margin: 0 !important; position: absolute; top: 50%; left: auto; right: 10px; transform: translateY(-50%) rotate(-90deg); } .top-links-sub-menu.top-demo-lang .top-links-item > a > img { top: 4px; width: 16px; height: 16px; } .top-links-section { padding: 25px; left: 0; width: 280px; } .top-links-section.menu-pos-invert { left: auto; right: 0; } /* Top Social -----------------------------------------------------------------*/ #top-social { display: -ms-flexbox; display: flex; justify-content: center; margin: 0; } #top-social li { position: relative; list-style: none; border-left: 1px solid #eeeeee; } #top-social li:first-child { border-left: 0 !important; } #top-social li .ts-icon, #top-social li .ts-text { display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; height: 44px; line-height: 44px; } #top-social li .ts-icon { width: 40px; text-align: center; font-size: 0.875rem; } #top-social li .ts-text { max-width: 0; -webkit-transition: all .2s ease; transition: all .2s ease; } #top-social li a:hover .ts-text { max-width: 200px; padding-right: 12px; -webkit-transition: all .4s ease; transition: all .4s ease; } #top-social a { display: -ms-flexbox; display: flex; width: auto; overflow: hidden; font-weight: bold; color: #666; } #top-social a:hover { color: #FFF !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } /* Top Login -----------------------------------------------------------------*/ #top-login { margin-bottom: 0; } #top-login .checkbox { margin-bottom: 10px; } #top-login .form-control { position: relative; } #top-login .form-control:focus { border-color: #CCC; } #top-login .input-group#top-login-username { margin-bottom: -1px; } #top-login #top-login-username input, #top-login #top-login-username .input-group-addon { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #top-login .input-group#top-login-password { margin-bottom: 10px; } #top-login #top-login-password input, #top-login #top-login-password .input-group-addon { border-top-left-radius: 0; border-top-right-radius: 0; }
0.280616
0.043103
* { font-family: 'Red Hat Display', sans-serif; box-sizing: border-box; } :root { --htmlBG: #f5f2eb; --titleText: #ddbe96; --titleBG: #21233f; --asideBG: #353966; --expired: #cc4f46; --thisWeek: #cca246; --thisMonth: #99cc46; --noRush: #4690cc; } html, body { background-color: var(--htmlBG); height: 100%; } main { display: flex; flex-wrap: wrap; height: 100vh; } .leftAside { display: inline-block; width: 320px; background-color: var(--asideBG); padding-bottom: 50px; } .brandTitle, .brandTitle a { text-decoration: none; background-color: var(--titleBG); padding: 10px 0; border-bottom: var(--titleText) solid 8px; } h1 { font-family: 'Recursive', Arial, Helvetica, sans-serif; color: var(--titleText); width: 320px; margin: 0 auto; text-align: center; font-size: 4rem; font-weight: 400; } .shelf { border-bottom: var(--titleText) solid 3px; } .loginForm, .signupForm { padding: 40px 0; border-bottom: var(--titleText) solid 8px; } .form-group { margin: 0 auto; width: 90%; } .formInput { width: 97%; margin: 10px auto; } input { height: 1.8rem; } .formBtn, #logoutBtn, .addItemBtn { display: block; width: 55%; height: 30px; margin: 0 auto; background-color: var(--titleText); color: var(--titleBG); font-weight: 500; font-size: 1.2rem; border: none; transition: background-color 0.3s; } .formBtn:hover, #logoutBtn:hover, .addItemBtn:hover { background-color: var(--htmlBG); transition: background-color 0.3s; } .pageNav, .pageNav a { text-decoration: none; background-color: var(--titleText); width: 75%; margin: 40px auto; border-radius: 15px; padding: 5px 0; transition: background-color 0.3s; } h2 { color: var(--titleBG); margin: 0 auto; text-align: center; font-size: 1.8rem; } .pageNav:hover { background-color: var(--htmlBG); transition: background-color 0.3s; } .sectionContent { flex: 1; } h3 { font-size: 1.8rem; margin: 0; background-color: var(--titleText); color: var(--titleBG); padding: 26px 50px; } .allLists { margin: 50px; } .listContainer, .itemEntryCard { width: 100%; padding: 30px; margin-bottom: 30px; background-color: var(--asideBG); border-radius: 10px; } h4 { margin: 0; margin-bottom: 15px; font-size: 1.5rem; color: var(--htmlBG); } .listRow { display: flex; background-color: var(--htmlBG); } h5 { color: var(--titleBG); font-size: 1rem; margin: 0; padding: 5px; border: solid var(--titleBG) 1px; flex: 1; } .tag { flex: 0 0 100px; } .expired { background-color: var(--expired); } .thisWeek { background-color: var(--thisWeek); } .thisMonth { background-color: var(--thisMonth); } .noRush { background-color: var(--noRush); } .category { flex: 0 0 100px; } .purchased { flex: 0 0 100px; } .deleteX { flex: 0 0 20px; background-color: var(--titleText); color: rgb(146, 25, 25); } .addItemForm { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; } .form-group-two { flex: 1 1 45%; margin-bottom: 15px; } input, select { width: 90%; margin-top: 4px; } select { padding: 1px 2px; } label { color: var(--titleText); font-size: 1.2rem; font-weight: 500; } .homeP { background-image: url("https://images.pexels.com/photos/7060815/pexels-photo-7060815.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); content: inherit; } .addItemBtn { width: 60%; margin-top: 20px; } .introPage { margin: 25px; } .backG { color: #353966; } .bodyText { font-size: 1.2rem; margin: 25px; color: #353966; } .addList { display: flex; justify-content: flex-start; } .howTo { display: flex; justify-content: flex-start; font-size: 2rem; text-decoration: underline; padding-left: 25px; } ul, li { line-height: 200%; font-weight: bold; font-size: 20px; list-style-type: circle; } /* --------------------------------------------------------------- */ /* Media Queries */ @media screen and (max-width: 910px) { main { height: initial; } .leftAside { width: 100%; } .pageNav, .pageNav a { width: 240px; } .form-group { width: 300px; } .formBtn, #logoutBtn, .addItemBtn { width: 176px; } } @media screen and (max-width: 610px) { .sectionContent { width: 100%; } h3 { padding: 15px; width: 100%; } .allLists { margin: 10px 0; margin-top: 30px; } .listContainer, .itemEntryCard { padding: 15px; margin: 0 auto; margin-bottom: 15px; width: 95%; } .listRow { flex-wrap: wrap; margin-bottom: 10px; } .category { flex: 1 1 auto; } .break { flex: 1 1 100%; } .form-group-two { flex: 1 1 80%; } input, select { width: 100%; } }
public/css/style.css
* { font-family: 'Red Hat Display', sans-serif; box-sizing: border-box; } :root { --htmlBG: #f5f2eb; --titleText: #ddbe96; --titleBG: #21233f; --asideBG: #353966; --expired: #cc4f46; --thisWeek: #cca246; --thisMonth: #99cc46; --noRush: #4690cc; } html, body { background-color: var(--htmlBG); height: 100%; } main { display: flex; flex-wrap: wrap; height: 100vh; } .leftAside { display: inline-block; width: 320px; background-color: var(--asideBG); padding-bottom: 50px; } .brandTitle, .brandTitle a { text-decoration: none; background-color: var(--titleBG); padding: 10px 0; border-bottom: var(--titleText) solid 8px; } h1 { font-family: 'Recursive', Arial, Helvetica, sans-serif; color: var(--titleText); width: 320px; margin: 0 auto; text-align: center; font-size: 4rem; font-weight: 400; } .shelf { border-bottom: var(--titleText) solid 3px; } .loginForm, .signupForm { padding: 40px 0; border-bottom: var(--titleText) solid 8px; } .form-group { margin: 0 auto; width: 90%; } .formInput { width: 97%; margin: 10px auto; } input { height: 1.8rem; } .formBtn, #logoutBtn, .addItemBtn { display: block; width: 55%; height: 30px; margin: 0 auto; background-color: var(--titleText); color: var(--titleBG); font-weight: 500; font-size: 1.2rem; border: none; transition: background-color 0.3s; } .formBtn:hover, #logoutBtn:hover, .addItemBtn:hover { background-color: var(--htmlBG); transition: background-color 0.3s; } .pageNav, .pageNav a { text-decoration: none; background-color: var(--titleText); width: 75%; margin: 40px auto; border-radius: 15px; padding: 5px 0; transition: background-color 0.3s; } h2 { color: var(--titleBG); margin: 0 auto; text-align: center; font-size: 1.8rem; } .pageNav:hover { background-color: var(--htmlBG); transition: background-color 0.3s; } .sectionContent { flex: 1; } h3 { font-size: 1.8rem; margin: 0; background-color: var(--titleText); color: var(--titleBG); padding: 26px 50px; } .allLists { margin: 50px; } .listContainer, .itemEntryCard { width: 100%; padding: 30px; margin-bottom: 30px; background-color: var(--asideBG); border-radius: 10px; } h4 { margin: 0; margin-bottom: 15px; font-size: 1.5rem; color: var(--htmlBG); } .listRow { display: flex; background-color: var(--htmlBG); } h5 { color: var(--titleBG); font-size: 1rem; margin: 0; padding: 5px; border: solid var(--titleBG) 1px; flex: 1; } .tag { flex: 0 0 100px; } .expired { background-color: var(--expired); } .thisWeek { background-color: var(--thisWeek); } .thisMonth { background-color: var(--thisMonth); } .noRush { background-color: var(--noRush); } .category { flex: 0 0 100px; } .purchased { flex: 0 0 100px; } .deleteX { flex: 0 0 20px; background-color: var(--titleText); color: rgb(146, 25, 25); } .addItemForm { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; } .form-group-two { flex: 1 1 45%; margin-bottom: 15px; } input, select { width: 90%; margin-top: 4px; } select { padding: 1px 2px; } label { color: var(--titleText); font-size: 1.2rem; font-weight: 500; } .homeP { background-image: url("https://images.pexels.com/photos/7060815/pexels-photo-7060815.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); content: inherit; } .addItemBtn { width: 60%; margin-top: 20px; } .introPage { margin: 25px; } .backG { color: #353966; } .bodyText { font-size: 1.2rem; margin: 25px; color: #353966; } .addList { display: flex; justify-content: flex-start; } .howTo { display: flex; justify-content: flex-start; font-size: 2rem; text-decoration: underline; padding-left: 25px; } ul, li { line-height: 200%; font-weight: bold; font-size: 20px; list-style-type: circle; } /* --------------------------------------------------------------- */ /* Media Queries */ @media screen and (max-width: 910px) { main { height: initial; } .leftAside { width: 100%; } .pageNav, .pageNav a { width: 240px; } .form-group { width: 300px; } .formBtn, #logoutBtn, .addItemBtn { width: 176px; } } @media screen and (max-width: 610px) { .sectionContent { width: 100%; } h3 { padding: 15px; width: 100%; } .allLists { margin: 10px 0; margin-top: 30px; } .listContainer, .itemEntryCard { padding: 15px; margin: 0 auto; margin-bottom: 15px; width: 95%; } .listRow { flex-wrap: wrap; margin-bottom: 10px; } .category { flex: 1 1 auto; } .break { flex: 1 1 100%; } .form-group-two { flex: 1 1 80%; } input, select { width: 100%; } }
0.380874
0.093512
:root { --first-color: #12192C; --second-color: #F5A623; --white-color: #EDEDED; } /*===== Fuente y tipografia =====*/ :root { --body-font: 'Quicksand', sans-serif; --small-font-size: 0.875rem; } @media screen and (min-width: 768px) { :root { --small-font-size: 0.938rem; } } @media (min-width: 1400px) { .info .row .card .card-body .card-text{ font-size: 1.7rem; font-weight: bold; } .info .row .card .card-body .material-icons{ font-size: 1.7rem; } } /*===== z index =====*/ :root { --z-back: -10; --z-normal: 1; --z-tooltip: 10; --z-fixed: 100; --z-modal: 1000; } /*===== BASE =====*/ *, ::before, ::after { -webkit-box-sizing: border-box; box-sizing: border-box; } body { position: relative; margin: 0; padding: 0rem 0 0 3rem; background-color: var(--white-color); -webkit-transition: .5s; transition: .5s; } .profile{ width: 100%; height: 50px; background-color: whitesmoke; } .btn-custom{ background-color: var(--second-color); border-radius: .5rem !important; } .profile .row{ height: 100%; margin-left: 0px !important; margin-right: 0px !important; } .profile .col .nav .profile-img img{ width: 35px; height: 35px; border-radius: 50%; } h1 { margin: 0; } ul, li { margin: 0; padding: 0; list-style: none; } a { text-decoration: none; } /*===== NAV =====*/ .l-navbar { position: fixed; top: 0; left: 0; width: 56px; height: 100vh; background-color: var(--first-color); padding: 1.25rem .5rem 2rem; -webkit-transition: .5s; transition: .5s; z-index: var(--z-fixed); } .sidebar { height: 100%; 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: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .sidebar__logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2rem; padding: 0 .5rem; } .sidebar__logo-icon { margin-right: 1.2rem; } .sidebar__logo-text { color: var(--white-color); font-weight: 700; } .sidebar__toggle { position: absolute; top: 1.10rem; right: -.6rem; width: 18px; height: 18px; background-color: var(--second-color); border-radius: 50%; font-size: 1.25rem; color: var(--first-color); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-transition: .5s; transition: .5s; } .sidebar__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem; margin-bottom: 1rem; border-radius: .5rem; color: var(--white-color); -webkit-transition: .3s; transition: .3s; } .sidebar__link:hover { background-color: var(--second-color); color: var(--first-color); } .sidebar__icon { font-size: 1.5rem; margin-right: 1rem; } .sidebar__text { font-weight: 700; } /*Show menu*/ .show-sidebar { width: 168px; } /*Rotate toggle*/ .rotate { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: .5s; transition: .5s; } /*Active links menu*/ .sidebar__list .active { background-color: var(--second-color); color: var(--first-color); } /*Add padding body*/ .expander { padding: 1rem 0 0 12rem; -webkit-transition: .5s; transition: .5s; } .info .row{ margin-right: 0px !important; margin-left: 0px !important; } .info .row .card{ border-radius: 2rem !important; box-shadow: 2px 2px 3px 0px #00000047; border: 3px solid var(--first-color); } .info .row .card .card-body hr{ margin-top: -0.5rem; border-bottom: 1px solid var(--first-color); } .info .row .card .card-body .card-title{ font-size: 1.5rem; font-weight: bold; } .info .row .card .card-body .card-text{ font-size: 2.3rem; font-weight: bold; } .info .row .card .card-body .material-icons{ font-size: 2rem; } .selamat-datang h1{ font-size: 5rem; font-weight: 600; letter-spacing: 0.5rem; } .selamat-datang h2{ font-size: 3rem; font-weight: 600; letter-spacing: 0.5rem; } .selamat-datang button{ width: 200px; font-size: 1.5rem; } p.barang-lain{ padding-left: 15px; } p.label-total{ font-size: 12px; } p.total-belanja{ font-size: 15px; margin-top: -12px; } button.button-detail{ float: right; } div.card-body.tab-content{ min-height: 385px; } div.wraper1{ background: white; box-sizing: border-box; border-radius: 5px; } div.wraper2{ background: white; box-sizing: border-box; border-radius: 5px; } .jumlah-barang-detail{ margin-top: -10px; } .harga-asli-detail{ margin-top: -16px; } .total-harga-detail{ margin-top: -13px; } .harga-detail{ margin-top: -20px; }
public/css/style.css
:root { --first-color: #12192C; --second-color: #F5A623; --white-color: #EDEDED; } /*===== Fuente y tipografia =====*/ :root { --body-font: 'Quicksand', sans-serif; --small-font-size: 0.875rem; } @media screen and (min-width: 768px) { :root { --small-font-size: 0.938rem; } } @media (min-width: 1400px) { .info .row .card .card-body .card-text{ font-size: 1.7rem; font-weight: bold; } .info .row .card .card-body .material-icons{ font-size: 1.7rem; } } /*===== z index =====*/ :root { --z-back: -10; --z-normal: 1; --z-tooltip: 10; --z-fixed: 100; --z-modal: 1000; } /*===== BASE =====*/ *, ::before, ::after { -webkit-box-sizing: border-box; box-sizing: border-box; } body { position: relative; margin: 0; padding: 0rem 0 0 3rem; background-color: var(--white-color); -webkit-transition: .5s; transition: .5s; } .profile{ width: 100%; height: 50px; background-color: whitesmoke; } .btn-custom{ background-color: var(--second-color); border-radius: .5rem !important; } .profile .row{ height: 100%; margin-left: 0px !important; margin-right: 0px !important; } .profile .col .nav .profile-img img{ width: 35px; height: 35px; border-radius: 50%; } h1 { margin: 0; } ul, li { margin: 0; padding: 0; list-style: none; } a { text-decoration: none; } /*===== NAV =====*/ .l-navbar { position: fixed; top: 0; left: 0; width: 56px; height: 100vh; background-color: var(--first-color); padding: 1.25rem .5rem 2rem; -webkit-transition: .5s; transition: .5s; z-index: var(--z-fixed); } .sidebar { height: 100%; 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: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .sidebar__logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 2rem; padding: 0 .5rem; } .sidebar__logo-icon { margin-right: 1.2rem; } .sidebar__logo-text { color: var(--white-color); font-weight: 700; } .sidebar__toggle { position: absolute; top: 1.10rem; right: -.6rem; width: 18px; height: 18px; background-color: var(--second-color); border-radius: 50%; font-size: 1.25rem; color: var(--first-color); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-transition: .5s; transition: .5s; } .sidebar__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: .5rem; margin-bottom: 1rem; border-radius: .5rem; color: var(--white-color); -webkit-transition: .3s; transition: .3s; } .sidebar__link:hover { background-color: var(--second-color); color: var(--first-color); } .sidebar__icon { font-size: 1.5rem; margin-right: 1rem; } .sidebar__text { font-weight: 700; } /*Show menu*/ .show-sidebar { width: 168px; } /*Rotate toggle*/ .rotate { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: .5s; transition: .5s; } /*Active links menu*/ .sidebar__list .active { background-color: var(--second-color); color: var(--first-color); } /*Add padding body*/ .expander { padding: 1rem 0 0 12rem; -webkit-transition: .5s; transition: .5s; } .info .row{ margin-right: 0px !important; margin-left: 0px !important; } .info .row .card{ border-radius: 2rem !important; box-shadow: 2px 2px 3px 0px #00000047; border: 3px solid var(--first-color); } .info .row .card .card-body hr{ margin-top: -0.5rem; border-bottom: 1px solid var(--first-color); } .info .row .card .card-body .card-title{ font-size: 1.5rem; font-weight: bold; } .info .row .card .card-body .card-text{ font-size: 2.3rem; font-weight: bold; } .info .row .card .card-body .material-icons{ font-size: 2rem; } .selamat-datang h1{ font-size: 5rem; font-weight: 600; letter-spacing: 0.5rem; } .selamat-datang h2{ font-size: 3rem; font-weight: 600; letter-spacing: 0.5rem; } .selamat-datang button{ width: 200px; font-size: 1.5rem; } p.barang-lain{ padding-left: 15px; } p.label-total{ font-size: 12px; } p.total-belanja{ font-size: 15px; margin-top: -12px; } button.button-detail{ float: right; } div.card-body.tab-content{ min-height: 385px; } div.wraper1{ background: white; box-sizing: border-box; border-radius: 5px; } div.wraper2{ background: white; box-sizing: border-box; border-radius: 5px; } .jumlah-barang-detail{ margin-top: -10px; } .harga-asli-detail{ margin-top: -16px; } .total-harga-detail{ margin-top: -13px; } .harga-detail{ margin-top: -20px; }
0.338733
0.135403
:root { --yellow-primary: #fec633; } .introducao-produto { background: url("../img/bg-produtos.jpg") no-repeat center; background-size: cover; } .produto_item { padding-top: 60px; } .produto_item > div { height: 280px; } .produto_item_presentation { position: relative; } .produto_item_presentation h2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; color: #fff; font-size: 36px; } .produto_item_presentation h2:before, .produto_item_presentation h2:after{ content: ""; display: block; width: 60px; height: 3px; background: #fff; margin: 10px auto; } .produto_icone { background: #000; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } .produto_icone img { margin: 0 auto; } .produto_info { background: #000; display: flex; flex-direction: column; } .produto_info p { color: #fff; font-size: 18px; line-height: 25px; padding: 30px 40px; flex: 1; } .produto_info .produto_detalhes { display: grid; grid-template-columns: 1fr 1fr; height: 100px; grid-gap: 8px; } .produto_info .produto_detalhes li { background: var(--yellow-primary); padding: 10px; text-transform: uppercase; text-align: center; font-weight: bold; font-size: 18px; } /* Orçamento */ .orcamento { width: 100%; background: #000; padding: 60px 0 30px; margin-top: 60px; } .orcamento .subtitulo { color: var(--yellow-primary); } .orcamento .subtitulo:after { background: var(--yellow-primary); } .form_orcamento { padding-right: 60px; } .form_orcamento .form_group { color: #fff; margin-top: 10px; } .form_orcamento .form_group label { display: block; padding-bottom: 3px; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; line-height: 25px; } .form_orcamento .form_group input, .form_orcamento .form_group textarea, .form_orcamento button { display: block; width: 100%; background: none; color: #fff; padding: 5px 0; border: 3px solid var(--yellow-primary); width: 100%; outline: none; } .form_orcamento button { color: var(--yellow-primary); width: 150px; padding: 5px 20px; margin-top: 20px; font-weight: bold; font-size: 18px; cursor: pointer; } .orcamento_dados { color: #fff; } .orcamento_dados h3 { font-size: 18px; line-height: 25px; text-transform: uppercase; color: var(--yellow-primary); font-weight: bold; margin-top: 20px; } .orcamento_dados span { display: block; font-size: 18px; line-height: 30px; font-family: Georgia, 'Times New Roman', Times, serif; } .orcamento_dados ul { padding-right: 60px; } .orcamento_dados ul li { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14px; padding: 10px 15px; } .orcamento_dados ul li:nth-child(odd) { background: #1d1d1d; } .orcamento_dados p { margin: 8px 0; }
web/css/produtos.css
:root { --yellow-primary: #fec633; } .introducao-produto { background: url("../img/bg-produtos.jpg") no-repeat center; background-size: cover; } .produto_item { padding-top: 60px; } .produto_item > div { height: 280px; } .produto_item_presentation { position: relative; } .produto_item_presentation h2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; color: #fff; font-size: 36px; } .produto_item_presentation h2:before, .produto_item_presentation h2:after{ content: ""; display: block; width: 60px; height: 3px; background: #fff; margin: 10px auto; } .produto_icone { background: #000; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } .produto_icone img { margin: 0 auto; } .produto_info { background: #000; display: flex; flex-direction: column; } .produto_info p { color: #fff; font-size: 18px; line-height: 25px; padding: 30px 40px; flex: 1; } .produto_info .produto_detalhes { display: grid; grid-template-columns: 1fr 1fr; height: 100px; grid-gap: 8px; } .produto_info .produto_detalhes li { background: var(--yellow-primary); padding: 10px; text-transform: uppercase; text-align: center; font-weight: bold; font-size: 18px; } /* Orçamento */ .orcamento { width: 100%; background: #000; padding: 60px 0 30px; margin-top: 60px; } .orcamento .subtitulo { color: var(--yellow-primary); } .orcamento .subtitulo:after { background: var(--yellow-primary); } .form_orcamento { padding-right: 60px; } .form_orcamento .form_group { color: #fff; margin-top: 10px; } .form_orcamento .form_group label { display: block; padding-bottom: 3px; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; line-height: 25px; } .form_orcamento .form_group input, .form_orcamento .form_group textarea, .form_orcamento button { display: block; width: 100%; background: none; color: #fff; padding: 5px 0; border: 3px solid var(--yellow-primary); width: 100%; outline: none; } .form_orcamento button { color: var(--yellow-primary); width: 150px; padding: 5px 20px; margin-top: 20px; font-weight: bold; font-size: 18px; cursor: pointer; } .orcamento_dados { color: #fff; } .orcamento_dados h3 { font-size: 18px; line-height: 25px; text-transform: uppercase; color: var(--yellow-primary); font-weight: bold; margin-top: 20px; } .orcamento_dados span { display: block; font-size: 18px; line-height: 30px; font-family: Georgia, 'Times New Roman', Times, serif; } .orcamento_dados ul { padding-right: 60px; } .orcamento_dados ul li { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14px; padding: 10px 15px; } .orcamento_dados ul li:nth-child(odd) { background: #1d1d1d; } .orcamento_dados p { margin: 8px 0; }
0.377196
0.177597
body { margin: 0; padding: 0; color: white; text-align: center; @media screen and (max-width: 1200px ) and(min-width: 768px) { } } } .container { background-image: url(bg-curvy-desktop.svg); } .header { display: flex; justify-content: space-between; padding: 40px 68px 0 68px; } .header-navs { display: flex; justify-content: space-between; } ul { list-style-type: none; margin: 0; padding: 0; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; opacity: 0.8; } li a:hover { opacity: 1; text-decoration: underline; } .logo-container { display: flex; justify-content: center; align-items: center; } .logo { width: 130px; height: 40px; } li { list-style-type: none; display: inline-block; padding: 20px; text-align: right; font-size: 100%; @media (max-width: 1200px){ display: block; font-size: 25px; } } a { color: white; text-decoration: none; } .container { background-color: hsl(218, 28%, 13%); } .intro-img { width: 100%; height: 50%; } h1 { font-family: "railway"; } p { font-family: sans-serif; } .intro { padding-right: 30%; padding-left: 30%; padding-bottom: 10%; padding-top: 15%; } .intro .btn { width: 300px; } .flex-container { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; font-family: sans-serif; font-size: 90%; } .flex-child1 { margin-top: 5%; margin-left: 10%; } .flex-child2 { margin-top: 5%; margin-bottom: 0; margin-right: 10%; margin-left: 0; } .flex-child20 { margin-top: 8%; margin-right: 5%; margin-left: 0; padding-top: 5%; text-align: left; } .work { border-bottom: 1px solid white; } .productive-img { width: 100%; height: 100%; } .icon-img { width: 30%; } .quote { margin-right: 95%; width: 2%; padding-top: 10%; } .testimonial { width: 100%; display: flex; font-family: sans-serif; font-size: 100%; margin-top: -37px; line-height: 100%; } .testimonial1 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); margin: 2%; text-align: left; padding: 1%; } .testimonial2 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); padding: 1%; margin: 2%; text-align: left; } .testimonial3 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); padding: 1%; margin: 2%; text-align: left; } .profile { width: 8%; height: 4%; border-radius: 50%; padding: 5px; } .sub { width: 100%; display: flex; } .name { font-size: 10px; } h5 { padding: 0; } i { font-size: 7px; } .footer-div { width: 100%; } .e-mail { position: relative; margin: 20%; background-color: hsl(217, 28%, 15%); box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25); padding: 3%; border-radius: 2%; z-index: 5; } .e-mail h1 { margin-bottom: 10px; } .e-mail p { padding: 0 20px; } form { display: flex; justify-content: space-between; align-items: center; margin-top: 35px; } input { padding-left: 30px; width: 350px; height: 45px; outline: none; border-radius: 25px; border: none; } .btn { background-image: linear-gradient( to right, hsl(176, 68%, 64%) 0%, hsl(198, 60%, 50%) 97% ); width: 250px; height: 50px; font-size: 0.95rem; font-weight: 600; color: white; border: none; border-radius: 25px; cursor: pointer; } footer { width: 100%; display: flex; background-color: hsl(216, 53%, 9%); padding-top: 200px; padding-bottom: 200px; margin-top: -400px; } .first { width: 50%; margin: 0px; padding-left: 5px; } .logo1 { width: 20%; height: 10%; padding-right: 300px; padding-bottom: 20px; align-items: left; } .location { display: flex; padding-top: 10px; } .locate { width: 4%; height: 2%; padding-right: 20px; padding-top: 20px; padding-left: 60px; } .spanish { width: 60%; text-align: left; padding-right: 50px; } .second { width: 20%; padding-top: 60px; } .phone { display: flex; padding: 5px; } .icon-phone { width: 10%; height: 5%; padding-top: 5px; margin: 10px; } .example { display: flex; } .icon-email { width: 10%; height: 5%; padding-right: 20px; padding-left: 20px; } .third { width: 20%; padding-top: 50px; } .about { padding: 5px; padding-top: 30px; } .jobs { padding: 5px; margin: 10px; } .press { padding: 5px; margin: 10px; } .blog { padding: 5px; margin: 10px; } .fourth { width: 20%; padding-top: 50px; } .contact { padding: 5px; padding-top: 30px; } .term { padding: 5px; margin: 10px; } .privacy { padding: 5px; margin: 10px; } .fifth { display: flex; width: 20%; padding-top: 80px; } .facebook { width: 30%; height: 15%; background-color: white; } .twitter { width: 30%; height: 15%; background-color: white; } .instagram { width: 30%; height: 15%; background-color: white; }
style.css
body { margin: 0; padding: 0; color: white; text-align: center; @media screen and (max-width: 1200px ) and(min-width: 768px) { } } } .container { background-image: url(bg-curvy-desktop.svg); } .header { display: flex; justify-content: space-between; padding: 40px 68px 0 68px; } .header-navs { display: flex; justify-content: space-between; } ul { list-style-type: none; margin: 0; padding: 0; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; opacity: 0.8; } li a:hover { opacity: 1; text-decoration: underline; } .logo-container { display: flex; justify-content: center; align-items: center; } .logo { width: 130px; height: 40px; } li { list-style-type: none; display: inline-block; padding: 20px; text-align: right; font-size: 100%; @media (max-width: 1200px){ display: block; font-size: 25px; } } a { color: white; text-decoration: none; } .container { background-color: hsl(218, 28%, 13%); } .intro-img { width: 100%; height: 50%; } h1 { font-family: "railway"; } p { font-family: sans-serif; } .intro { padding-right: 30%; padding-left: 30%; padding-bottom: 10%; padding-top: 15%; } .intro .btn { width: 300px; } .flex-container { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; font-family: sans-serif; font-size: 90%; } .flex-child1 { margin-top: 5%; margin-left: 10%; } .flex-child2 { margin-top: 5%; margin-bottom: 0; margin-right: 10%; margin-left: 0; } .flex-child20 { margin-top: 8%; margin-right: 5%; margin-left: 0; padding-top: 5%; text-align: left; } .work { border-bottom: 1px solid white; } .productive-img { width: 100%; height: 100%; } .icon-img { width: 30%; } .quote { margin-right: 95%; width: 2%; padding-top: 10%; } .testimonial { width: 100%; display: flex; font-family: sans-serif; font-size: 100%; margin-top: -37px; line-height: 100%; } .testimonial1 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); margin: 2%; text-align: left; padding: 1%; } .testimonial2 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); padding: 1%; margin: 2%; text-align: left; } .testimonial3 { width: 30%; border: 1% solid hsl(219, 30%, 18%); background-color: hsl(219, 30%, 18%); padding: 1%; margin: 2%; text-align: left; } .profile { width: 8%; height: 4%; border-radius: 50%; padding: 5px; } .sub { width: 100%; display: flex; } .name { font-size: 10px; } h5 { padding: 0; } i { font-size: 7px; } .footer-div { width: 100%; } .e-mail { position: relative; margin: 20%; background-color: hsl(217, 28%, 15%); box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25); padding: 3%; border-radius: 2%; z-index: 5; } .e-mail h1 { margin-bottom: 10px; } .e-mail p { padding: 0 20px; } form { display: flex; justify-content: space-between; align-items: center; margin-top: 35px; } input { padding-left: 30px; width: 350px; height: 45px; outline: none; border-radius: 25px; border: none; } .btn { background-image: linear-gradient( to right, hsl(176, 68%, 64%) 0%, hsl(198, 60%, 50%) 97% ); width: 250px; height: 50px; font-size: 0.95rem; font-weight: 600; color: white; border: none; border-radius: 25px; cursor: pointer; } footer { width: 100%; display: flex; background-color: hsl(216, 53%, 9%); padding-top: 200px; padding-bottom: 200px; margin-top: -400px; } .first { width: 50%; margin: 0px; padding-left: 5px; } .logo1 { width: 20%; height: 10%; padding-right: 300px; padding-bottom: 20px; align-items: left; } .location { display: flex; padding-top: 10px; } .locate { width: 4%; height: 2%; padding-right: 20px; padding-top: 20px; padding-left: 60px; } .spanish { width: 60%; text-align: left; padding-right: 50px; } .second { width: 20%; padding-top: 60px; } .phone { display: flex; padding: 5px; } .icon-phone { width: 10%; height: 5%; padding-top: 5px; margin: 10px; } .example { display: flex; } .icon-email { width: 10%; height: 5%; padding-right: 20px; padding-left: 20px; } .third { width: 20%; padding-top: 50px; } .about { padding: 5px; padding-top: 30px; } .jobs { padding: 5px; margin: 10px; } .press { padding: 5px; margin: 10px; } .blog { padding: 5px; margin: 10px; } .fourth { width: 20%; padding-top: 50px; } .contact { padding: 5px; padding-top: 30px; } .term { padding: 5px; margin: 10px; } .privacy { padding: 5px; margin: 10px; } .fifth { display: flex; width: 20%; padding-top: 80px; } .facebook { width: 30%; height: 15%; background-color: white; } .twitter { width: 30%; height: 15%; background-color: white; } .instagram { width: 30%; height: 15%; background-color: white; }
0.350533
0.057019
.post { display:flex; flex-direction: column; padding: 10px; background-color: white; border:1px Solid lightgray; border-radius:5px; margin-top:10px; } .post_info { display:flex; align-items: center; } .post__details { display: flex; align-items: center; margin-left: 10px; cursor: pointer; font-size: 17px; } .post__details>span { color: gray; margin-left: 10px; font-size: 13px; } .post__details>h5:hover { text-decoration: underline; } .post__details>p { margin-left: 10px; font-size: 13px; border: 1px solid rgb(172 228 214); border-radius: 10px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; background-color: rgb(172 228 214); color: black; } .post__details>small { margin-left: 10px; } .post_info > h5 { margin-left:10px; cursor: pointer; font-size: 13px; } .post_info > h5:hover { text-decoration: underline; } .post_info > small { margin-left:10px; } .post_body { display:flex; flex-direction: column; } .post_body > .question { margin-top: 10px; font-weight: bold; margin-bottom:10px; cursor: pointer; display: flex; } .post_body > .question :hover { text-decoration: underline; } .post_body > img { object-fit: contain; width: 100%; border-radius:5px; cursor:pointer; } .question > .btnanswer { margin-left: auto; outline: none; border:none; background-color: rgb(52, 112, 202); color:white; border-radius: 30px; padding: 10px; cursor: pointer; } .question > .btnanswer:hover { background-color: rgb(34, 103, 207); text-decoration: none; } .post_body > .question > p:hover { text-decoration: underline; } .footer { display:flex; align-items:center; margin-top:10px; } .footer > .MuiSvgIcon-root { color:grey; margin-right:40px; cursor: pointer; } .action { display: flex; justify-content: space-around; border-radius: 33px; padding:5px; align-items: center; background-color: lightgrey; } .action > .MuiSvgIcon-root { color: grey; margin-right: 20px; margin-left: 20px; cursor: pointer; } .action > .MuiSvgIcon-root:hover { color:rgb(3, 83, 129); cursor: pointer; } .footer_left { margin-left: auto; } .footer_left>.MuiSvgIcon-root { margin-left:30px; cursor: pointer; color:gray; } .footer_middle { display: flex; align-items: center; margin-left: 10px; } .footer_middle>.MuiSvgIcon-root { color: gray; margin: 10px; cursor: pointer; } .modal__question { display: flex; align-items: center; flex-direction: column; } .modal__question>h1 { color: #3052c0; font-weight: 600; margin-bottom: 10px; } .modal__question>p { color: gray; font-size: small; margin-bottom: 5px; } .modal__question>p>.name { color: black; font-weight: bold; margin-right: 2px; } .modal__answer>textarea { width: 100%; height: 180px; padding: 5px; font-size: 15px; color: black; } .modal__button { display: flex; align-items: center; margin-right: -20px; border-top: 1px solid lightgray; } .modal__button>.cancel { margin-left: auto; border: none; margin-top: 5px; outline: none; color: gray; font-weight: 500; padding: 10px; margin-right: 10px; border-radius: 33px; cursor: pointer; } .modal__button>.add { border: none; outline: none; margin-top: 5px; background-color: rgb(11, 118, 189); color: white; font-weight: 700; padding: 10px; margin-right: 10px; border-radius: 33px; cursor: pointer; }
src/components/post/Post.css
.post { display:flex; flex-direction: column; padding: 10px; background-color: white; border:1px Solid lightgray; border-radius:5px; margin-top:10px; } .post_info { display:flex; align-items: center; } .post__details { display: flex; align-items: center; margin-left: 10px; cursor: pointer; font-size: 17px; } .post__details>span { color: gray; margin-left: 10px; font-size: 13px; } .post__details>h5:hover { text-decoration: underline; } .post__details>p { margin-left: 10px; font-size: 13px; border: 1px solid rgb(172 228 214); border-radius: 10px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; background-color: rgb(172 228 214); color: black; } .post__details>small { margin-left: 10px; } .post_info > h5 { margin-left:10px; cursor: pointer; font-size: 13px; } .post_info > h5:hover { text-decoration: underline; } .post_info > small { margin-left:10px; } .post_body { display:flex; flex-direction: column; } .post_body > .question { margin-top: 10px; font-weight: bold; margin-bottom:10px; cursor: pointer; display: flex; } .post_body > .question :hover { text-decoration: underline; } .post_body > img { object-fit: contain; width: 100%; border-radius:5px; cursor:pointer; } .question > .btnanswer { margin-left: auto; outline: none; border:none; background-color: rgb(52, 112, 202); color:white; border-radius: 30px; padding: 10px; cursor: pointer; } .question > .btnanswer:hover { background-color: rgb(34, 103, 207); text-decoration: none; } .post_body > .question > p:hover { text-decoration: underline; } .footer { display:flex; align-items:center; margin-top:10px; } .footer > .MuiSvgIcon-root { color:grey; margin-right:40px; cursor: pointer; } .action { display: flex; justify-content: space-around; border-radius: 33px; padding:5px; align-items: center; background-color: lightgrey; } .action > .MuiSvgIcon-root { color: grey; margin-right: 20px; margin-left: 20px; cursor: pointer; } .action > .MuiSvgIcon-root:hover { color:rgb(3, 83, 129); cursor: pointer; } .footer_left { margin-left: auto; } .footer_left>.MuiSvgIcon-root { margin-left:30px; cursor: pointer; color:gray; } .footer_middle { display: flex; align-items: center; margin-left: 10px; } .footer_middle>.MuiSvgIcon-root { color: gray; margin: 10px; cursor: pointer; } .modal__question { display: flex; align-items: center; flex-direction: column; } .modal__question>h1 { color: #3052c0; font-weight: 600; margin-bottom: 10px; } .modal__question>p { color: gray; font-size: small; margin-bottom: 5px; } .modal__question>p>.name { color: black; font-weight: bold; margin-right: 2px; } .modal__answer>textarea { width: 100%; height: 180px; padding: 5px; font-size: 15px; color: black; } .modal__button { display: flex; align-items: center; margin-right: -20px; border-top: 1px solid lightgray; } .modal__button>.cancel { margin-left: auto; border: none; margin-top: 5px; outline: none; color: gray; font-weight: 500; padding: 10px; margin-right: 10px; border-radius: 33px; cursor: pointer; } .modal__button>.add { border: none; outline: none; margin-top: 5px; background-color: rgb(11, 118, 189); color: white; font-weight: 700; padding: 10px; margin-right: 10px; border-radius: 33px; cursor: pointer; }
0.548674
0.096323
* Use this file to Customizer page * * Made By <NAME> */ /* Font Custom similar al modelo recibido */ @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap'); .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } nav{ /*OLD light-blue lighten-1*/ background-color: #fff; } #logo-container ,nav a , ul > li a{ color:#33333A; } #photo-main{ background-color: #ECEFF1; width: 100%; min-height: 375px; text-align: center; color:#A2A4A8; } #photo-main>span{ color:#A2A4A8; font-size: 30px; line-height: 375px;/*Alineado Verticalmente debe corresponder con el size del contenedor*/ } .product-title{ /*font-family: 'Dosis', sans-serif;*/ font-size: 30px; color:#030303; line-height: 30px; } .red-start{ color:#D61043; } label.price{ color:#33333A; line-height: 30px; font-size: 24px; font-weight: bold; } hr.line{ width: 115%; margin-left: -10%; color: #F9F8F6; } .lbl-sizes{ font-family: 'Dosis', sans-serif; color: #33333A; letter-spacing: 1px; font-size: 1em; line-height: 40px; } .btn-sizes{ color: #455A64; background: rgba(236, 239, 241, 0.4); box-shadow: none; } .btn-sizes:hover,.btn-sizes:active,.btn-sizes.active{ background: #33333A; color:#fff; } .btn-kit{ color: #455A64; background: #fff; border: 1px solid #DEDEDE; box-sizing: border-box; box-shadow: none; } .btn-kit:hover,.btn-kit:active,.btn-kit.active{ background: #33333A; color:#fff; box-shadow: none; } .row.left{ width: 100%; } #count{ max-width: 50px; margin: auto 10px; text-align: center; font-size: 1.5em; } .container-count{ border: 1px solid #DEDEDE; background: #fff; box-sizing: border-box; box-shadow: none; max-width: 150px; padding: 0px 10px; display: inline-block; margin:0px 10px; } .icons-control{ font-size: 2em; } .page-footer{ background-color: #33333A; color: #ECEFF1; } .btn-add{ width: 100%; color: #fff; background: #33333A; } .title-descr{ line-height: 30px; } .txt-descr{ color: #666650; font-size: 1.2em; line-height: 1.25; margin-top: 0px; } .link-read-more{ letter-spacing: 2px; text-transform: uppercase; color: #33333A; font-weight: 500; } .footer-custom,.footer-custom div{ background-color:#33333A; color: #fff; } .txt-copyright{ margin: 2em; } .sidenav-mobil-ico{ margin: 0 0.5em; } .image-product{ background-color:#ECEFF1; width: 150px; height: 168px; display: inline-block; } .price-product{ margin: 0px; padding: 0px 1em; line-height:1.5; color: #9D9D9D; font-size: 1.5em!important; line-height: 19px; font-weight: bold; text-align: left; } .producto{ display: inline-block; margin: 0px 0.5em; } .title-product{ padding: 0 1em; margin: 0; line-height: 1.5!important; text-align: left; font-weight: bold; font-size: 1.5em; color:#263238; font-weight: bold; } .container-products-varius{ display: inline-flex; overflow: auto; margin: 0; padding: 0; width: 100%; }
public/css/style.css
* Use this file to Customizer page * * Made By <NAME> */ /* Font Custom similar al modelo recibido */ @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap'); .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } nav{ /*OLD light-blue lighten-1*/ background-color: #fff; } #logo-container ,nav a , ul > li a{ color:#33333A; } #photo-main{ background-color: #ECEFF1; width: 100%; min-height: 375px; text-align: center; color:#A2A4A8; } #photo-main>span{ color:#A2A4A8; font-size: 30px; line-height: 375px;/*Alineado Verticalmente debe corresponder con el size del contenedor*/ } .product-title{ /*font-family: 'Dosis', sans-serif;*/ font-size: 30px; color:#030303; line-height: 30px; } .red-start{ color:#D61043; } label.price{ color:#33333A; line-height: 30px; font-size: 24px; font-weight: bold; } hr.line{ width: 115%; margin-left: -10%; color: #F9F8F6; } .lbl-sizes{ font-family: 'Dosis', sans-serif; color: #33333A; letter-spacing: 1px; font-size: 1em; line-height: 40px; } .btn-sizes{ color: #455A64; background: rgba(236, 239, 241, 0.4); box-shadow: none; } .btn-sizes:hover,.btn-sizes:active,.btn-sizes.active{ background: #33333A; color:#fff; } .btn-kit{ color: #455A64; background: #fff; border: 1px solid #DEDEDE; box-sizing: border-box; box-shadow: none; } .btn-kit:hover,.btn-kit:active,.btn-kit.active{ background: #33333A; color:#fff; box-shadow: none; } .row.left{ width: 100%; } #count{ max-width: 50px; margin: auto 10px; text-align: center; font-size: 1.5em; } .container-count{ border: 1px solid #DEDEDE; background: #fff; box-sizing: border-box; box-shadow: none; max-width: 150px; padding: 0px 10px; display: inline-block; margin:0px 10px; } .icons-control{ font-size: 2em; } .page-footer{ background-color: #33333A; color: #ECEFF1; } .btn-add{ width: 100%; color: #fff; background: #33333A; } .title-descr{ line-height: 30px; } .txt-descr{ color: #666650; font-size: 1.2em; line-height: 1.25; margin-top: 0px; } .link-read-more{ letter-spacing: 2px; text-transform: uppercase; color: #33333A; font-weight: 500; } .footer-custom,.footer-custom div{ background-color:#33333A; color: #fff; } .txt-copyright{ margin: 2em; } .sidenav-mobil-ico{ margin: 0 0.5em; } .image-product{ background-color:#ECEFF1; width: 150px; height: 168px; display: inline-block; } .price-product{ margin: 0px; padding: 0px 1em; line-height:1.5; color: #9D9D9D; font-size: 1.5em!important; line-height: 19px; font-weight: bold; text-align: left; } .producto{ display: inline-block; margin: 0px 0.5em; } .title-product{ padding: 0 1em; margin: 0; line-height: 1.5!important; text-align: left; font-weight: bold; font-size: 1.5em; color:#263238; font-weight: bold; } .container-products-varius{ display: inline-flex; overflow: auto; margin: 0; padding: 0; width: 100%; }
0.422028
0.046465
body, html { overflow: hidden; } * { padding: 0px; margin: 0px; user-select: none; cursor: crosshair; font-family: 'Share Tech Mono';} /* Loading screen */ .screen { display: block; background-color: rgb(0,0,0); color: rgb(196,196,255); width: 100vw; height: 100vh; } .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } /* Custom */ #backdrop, #backscroll, #viewport { position:absolute; top:0; left:0; } #backdrop { z-index: 1; } #backscroll { z-index: 2; } #viewport { z-index: 3; } .row { width: 800px; height: 400px; } .full { width: 100%; } .column { width: 369px; height: 400px; text-align: center; } .right.column { border-left: rgb(64,64,128) 1px solid; padding-left: 30px; } .left.column { padding-right: 30px; } .texture { display: none; } hr { margin-top: 30px; margin-bottom: 30px; border: rgb(64,64,128) 1px solid; } #menu { position: absolute; right: 0px; top: 0px; width: 300px; height: 100vh; background-color: rgb(0,0,0); border-left: rgb(64,64,128) 1px solid; color: rgb(196,196,255); z-index: 4; } #hud { position: absolute; top: 0px; left: 0px; right: 300px; height: 60px; padding: 5px; z-index: 4; } .resource { display: inline-block; padding: 2px 4px 2px 4px; border: 1px solid; border-radius: 3px; margin-left: 4px; } .resource-value { color: #EEE; } .resource-electricity { color: rgba(220,255,220,0.9); border-color: rgba(220,255,220,0.7); background-color: rgba(220,255,220,0.2); } .resource-matter { color: rgba(255,255,196,0.9); border-color: rgba(255,255,196,0.7); background-color: rgba(255,255,196,0.2); } .powerup { display: inline-block; padding: 2px 4px 2px 4px; border: 1px solid; margin-left:4px; border-radius: 3px; color: rgba(255,255,196,0.9); border-color: rgba(255,255,196,0.7); background-color: rgba(255,255,196,0.2); } .left { float: left; } .right { float: right; } #minimap { padding: 0px; position: absolute; bottom: 0px; right: 0px; border-top: rgba(128,128,255,0.4) 1px solid; border-bottom: 0px none; z-index: 5; } .section { padding:20px; border-bottom: rgba(128,128,255,0.4) 1px solid; } .noborder { border-bottom: 0px none; } #logo { font-size: 2rem; } .title { display: inline-block; width: 100px; } .status { display: inline-block; width: 160px; } .good { color: rgba(196,255,196,0.7); } .bad { color: rgba(255,196,196,0.7); } .section table { width: 100%; } .section table thead { color: rgba(220,220,255,0.7); } .hidden { display: none; } .disabled { opacity: 0.3; } .engaged { background-color: rgba(255,196,196,0.8); } ::-webkit-input-placeholder { color: rgba(196,196,255,0.4); } :-moz-placeholder { /* Firefox 18- */ color: rgba(196,196,255,0.4); } ::-moz-placeholder { /* Firefox 19+ */ color: rgba(196,196,255,0.4); } :-ms-input-placeholder { color: rgba(196,196,255,0.4); } .column input, .column button { text-align: center; width: 100%; padding: 10px; font-size: 1.5rem; box-sizing: border-box; margin-bottom: 30px; border-radius: 10px; color: rgb(128,128,255); border: rgb(96,96,128) 1px solid; background-color: rgba(196,196,255,0.12); } .column button { color: rgb(128,128,255); background-color: rgba(64,64,128,0.3); }
client/css/main.css
body, html { overflow: hidden; } * { padding: 0px; margin: 0px; user-select: none; cursor: crosshair; font-family: 'Share Tech Mono';} /* Loading screen */ .screen { display: block; background-color: rgb(0,0,0); color: rgb(196,196,255); width: 100vw; height: 100vh; } .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } /* Custom */ #backdrop, #backscroll, #viewport { position:absolute; top:0; left:0; } #backdrop { z-index: 1; } #backscroll { z-index: 2; } #viewport { z-index: 3; } .row { width: 800px; height: 400px; } .full { width: 100%; } .column { width: 369px; height: 400px; text-align: center; } .right.column { border-left: rgb(64,64,128) 1px solid; padding-left: 30px; } .left.column { padding-right: 30px; } .texture { display: none; } hr { margin-top: 30px; margin-bottom: 30px; border: rgb(64,64,128) 1px solid; } #menu { position: absolute; right: 0px; top: 0px; width: 300px; height: 100vh; background-color: rgb(0,0,0); border-left: rgb(64,64,128) 1px solid; color: rgb(196,196,255); z-index: 4; } #hud { position: absolute; top: 0px; left: 0px; right: 300px; height: 60px; padding: 5px; z-index: 4; } .resource { display: inline-block; padding: 2px 4px 2px 4px; border: 1px solid; border-radius: 3px; margin-left: 4px; } .resource-value { color: #EEE; } .resource-electricity { color: rgba(220,255,220,0.9); border-color: rgba(220,255,220,0.7); background-color: rgba(220,255,220,0.2); } .resource-matter { color: rgba(255,255,196,0.9); border-color: rgba(255,255,196,0.7); background-color: rgba(255,255,196,0.2); } .powerup { display: inline-block; padding: 2px 4px 2px 4px; border: 1px solid; margin-left:4px; border-radius: 3px; color: rgba(255,255,196,0.9); border-color: rgba(255,255,196,0.7); background-color: rgba(255,255,196,0.2); } .left { float: left; } .right { float: right; } #minimap { padding: 0px; position: absolute; bottom: 0px; right: 0px; border-top: rgba(128,128,255,0.4) 1px solid; border-bottom: 0px none; z-index: 5; } .section { padding:20px; border-bottom: rgba(128,128,255,0.4) 1px solid; } .noborder { border-bottom: 0px none; } #logo { font-size: 2rem; } .title { display: inline-block; width: 100px; } .status { display: inline-block; width: 160px; } .good { color: rgba(196,255,196,0.7); } .bad { color: rgba(255,196,196,0.7); } .section table { width: 100%; } .section table thead { color: rgba(220,220,255,0.7); } .hidden { display: none; } .disabled { opacity: 0.3; } .engaged { background-color: rgba(255,196,196,0.8); } ::-webkit-input-placeholder { color: rgba(196,196,255,0.4); } :-moz-placeholder { /* Firefox 18- */ color: rgba(196,196,255,0.4); } ::-moz-placeholder { /* Firefox 19+ */ color: rgba(196,196,255,0.4); } :-ms-input-placeholder { color: rgba(196,196,255,0.4); } .column input, .column button { text-align: center; width: 100%; padding: 10px; font-size: 1.5rem; box-sizing: border-box; margin-bottom: 30px; border-radius: 10px; color: rgb(128,128,255); border: rgb(96,96,128) 1px solid; background-color: rgba(196,196,255,0.12); } .column button { color: rgb(128,128,255); background-color: rgba(64,64,128,0.3); }
0.484136
0.083031
@charset "UTF-8"; .cm-s-obsidian pre.HyperMD-codeblock span.cm-formatting-code-block { color: var(--text-muted); } .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { font-weight: normal; } .theme-dark .cm-s-obsidian { /* Name: yoncé Author: <NAME> (http://github.com/thomasmaclean) Original yoncé color scheme by <NAME> (https://github.com/minamarkham) */ /**/ } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock { color: #d4d4d4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword, .theme-dark .cm-s-obsidian .cm-math.cm-keyword, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { color: #00A7AA; font-weight: normal; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom, .theme-dark .cm-s-obsidian .cm-math.cm-atom, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom { color: #F39B35; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-number, .theme-dark .cm-s-obsidian .cm-math.cm-number, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-number { color: #A06FCA; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-type, .theme-dark .cm-s-obsidian span.cm-math.cm-type, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def { color: #98E342; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property, .theme-dark .cm-s-obsidian .cm-math.cm-property, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property { color: #D4D4D4; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable, .theme-dark .cm-s-obsidian span.cm-math.cm-variable, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable { color: #D4D4D4; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2, .theme-dark .cm-s-obsidian span.cm-math.cm-variable-2, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 { color: #da7dae; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3, .theme-dark .cm-s-obsidian span.cm-math.cm-variable-3, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3 { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-type.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-property.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property.cm-def { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-callee, .theme-dark .cm-s-obsidian .cm-math.cm-callee, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-callee { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-operator, .theme-dark .cm-s-obsidian .cm-math.cm-operator, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-operator { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier, .theme-dark .cm-s-obsidian .cm-math.cm-qualifier, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag, .theme-dark .cm-s-obsidian .cm-math.cm-tag, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket, .theme-dark .cm-s-obsidian .cm-math.cm-tag.cm-bracket, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket { color: #D4D4D4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute, .theme-dark .cm-s-obsidian .cm-math.cm-attribute, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment, .theme-dark .cm-s-obsidian .cm-math.cm-comment, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment { color: #696d70; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag, .theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-tag, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute, .theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-attribute, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute { color: #D4D4D4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string, .theme-dark .cm-s-obsidian .cm-math.cm-string, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string { color: #E6DB74; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2, .theme-dark .cm-s-obsidian .cm-math.cm-string-2, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2 { color: #F39B35; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-meta, .theme-dark .cm-s-obsidian .cm-math.cm-meta, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-meta { color: #D4D4D4; background: inherit; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin, .theme-dark .cm-s-obsidian .cm-math.cm-builtin, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-header, .theme-dark .cm-s-obsidian .cm-math.cm-header, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-header { color: #da7dae; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-hr, .theme-dark .cm-s-obsidian .cm-math.cm-hr, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-hr { color: #98E342; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-link, .theme-dark .cm-s-obsidian .cm-math.cm-link, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-link { color: #696d70; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-error, .theme-dark .cm-s-obsidian .cm-math.cm-error, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-error { border-bottom: 1px solid #C42412; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-activeline-background, .theme-dark .cm-s-obsidian .cm-math.CodeMirror-activeline-background, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-activeline-background { background: #272727; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket, .theme-dark .cm-s-obsidian .cm-math.CodeMirror-matchingbracket, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket { outline: 1px solid grey; color: #D4D4D4 !important; }
windows/.obsidian/plugins/cm-editor-syntax-highlight-obsidian/styles.css
@charset "UTF-8"; .cm-s-obsidian pre.HyperMD-codeblock span.cm-formatting-code-block { color: var(--text-muted); } .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { font-weight: normal; } .theme-dark .cm-s-obsidian { /* Name: yoncé Author: <NAME> (http://github.com/thomasmaclean) Original yoncé color scheme by <NAME> (https://github.com/minamarkham) */ /**/ } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock { color: #d4d4d4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword, .theme-dark .cm-s-obsidian .cm-math.cm-keyword, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { color: #00A7AA; font-weight: normal; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom, .theme-dark .cm-s-obsidian .cm-math.cm-atom, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom { color: #F39B35; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-number, .theme-dark .cm-s-obsidian .cm-math.cm-number, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-number { color: #A06FCA; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-type, .theme-dark .cm-s-obsidian span.cm-math.cm-type, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def { color: #98E342; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property, .theme-dark .cm-s-obsidian .cm-math.cm-property, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property { color: #D4D4D4; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable, .theme-dark .cm-s-obsidian span.cm-math.cm-variable, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable { color: #D4D4D4; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2, .theme-dark .cm-s-obsidian span.cm-math.cm-variable-2, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 { color: #da7dae; } .theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3, .theme-dark .cm-s-obsidian span.cm-math.cm-variable-3, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3 { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-type.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property.cm-def, .theme-dark .cm-s-obsidian .cm-math.cm-property.cm-def, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property.cm-def { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-callee, .theme-dark .cm-s-obsidian .cm-math.cm-callee, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-callee { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-operator, .theme-dark .cm-s-obsidian .cm-math.cm-operator, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-operator { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier, .theme-dark .cm-s-obsidian .cm-math.cm-qualifier, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag, .theme-dark .cm-s-obsidian .cm-math.cm-tag, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket, .theme-dark .cm-s-obsidian .cm-math.cm-tag.cm-bracket, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket { color: #D4D4D4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute, .theme-dark .cm-s-obsidian .cm-math.cm-attribute, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute { color: #A06FCA; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment, .theme-dark .cm-s-obsidian .cm-math.cm-comment, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment { color: #696d70; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag, .theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-tag, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute, .theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-attribute, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute { color: #D4D4D4; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string, .theme-dark .cm-s-obsidian .cm-math.cm-string, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string { color: #E6DB74; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2, .theme-dark .cm-s-obsidian .cm-math.cm-string-2, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2 { color: #F39B35; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-meta, .theme-dark .cm-s-obsidian .cm-math.cm-meta, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-meta { color: #D4D4D4; background: inherit; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin, .theme-dark .cm-s-obsidian .cm-math.cm-builtin, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin { color: #FC4384; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-header, .theme-dark .cm-s-obsidian .cm-math.cm-header, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-header { color: #da7dae; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-hr, .theme-dark .cm-s-obsidian .cm-math.cm-hr, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-hr { color: #98E342; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-link, .theme-dark .cm-s-obsidian .cm-math.cm-link, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-link { color: #696d70; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-error, .theme-dark .cm-s-obsidian .cm-math.cm-error, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-error { border-bottom: 1px solid #C42412; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-activeline-background, .theme-dark .cm-s-obsidian .cm-math.CodeMirror-activeline-background, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-activeline-background { background: #272727; } .theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket, .theme-dark .cm-s-obsidian .cm-math.CodeMirror-matchingbracket, .theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket { outline: 1px solid grey; color: #D4D4D4 !important; }
0.590779
0.040351
*{ box-sizing: border-box; color: rgb(190, 131, 72); } body{ word-wrap:break-word; background: url(/img/pic3.jpg); background-size: cover; font-family: 'EB Garamond', serif !important; font-size: 2vh; } a{ color:rgb(216, 94, 94); text-decoration: none; } a:hover{ color:rgb(238, 178, 178); text-shadow: 2px 2px 4px #000; text-decoration: none; } .savedPosts{ height: 400px; overflow: scroll; padding:3%; } .page-header{ border-radius: 5px; background: rgb(167, 78, 48); justify-content: center; width: 450px; margin: auto; margin-top: 3%; margin-bottom: 3%; } .searchBox{ border-radius: 5px; background: rgb(255, 155, 84); padding-left: 4%; padding-right: 4%; padding-bottom: 2%; padding-top: 2%; width: 450px; margin: auto; margin-bottom: 2%; } select, input{ border-radius: 5px; } /* nav{ background: rgb(252, 248, 248); width: 100%; height: 50px; padding: 0.5%; color: rgb(237, 133, 133); margin-bottom: 1%; text-align: center; } nav h1{ display: inline; font-size: 24px; float: left; position: relative; bottom: 15px; } nav a{ padding-right: 2%; padding-left: 2%; position: relative; top: 5px; } */ .index{ padding: 10px; border-radius: 5px; width: 50%; margin: auto; margin-bottom: 3%; margin-top: 3%; background: rgb(233, 136, 75); } img{ height: 200px; } ul{ margin: 0%; padding: 0; list-style-type: none; } .forIndSignLog{ background: rgba(208, 178, 121, 0.885); border-radius: 2px; width: 600px; } .standard{ color: black; width: 25%; margin: auto; background: rgb(255, 255, 255); padding: 0.8%; align-items: center; } .cssForRow{ width: 100%; color: rgb(230, 178, 178); margin-bottom: 5%; text-align: center; } .cssForCol{ border:2px solid black; padding:3%; margin: 5%; background: rgb(255, 127, 81); border-radius: 10px; box-shadow: -32px 42px 37px 5px rgba(0,0,0,0.22); } #housingStatus, #offersSent{ width:100%; } .nameProfile{ width:20%; } .profileBlock{ background: #212529; border-radius: 5px; padding: 3%; color: white; margin:auto; margin-bottom: 3%; margin-top: 3%; width: 300px; text-align: center; } .userStatus{ background: #c68722; border-radius: 15px; padding: 3%; width: 75%; margin:auto; color:white; } .userStatus h6{ color: white; } .submitStatus{ background: rgb(255, 255, 255); border-radius: 15px; padding: 3%; color: black; width: 50%; margin:auto; margin-bottom: 2%; padding: 2%; } .title{ background: rgb(236, 146, 116); padding: 3%; color: white; margin: auto; margin-bottom: 2%; margin-top: 2%; width: 50%; border-radius: 15px; } .infoSec{ color: black; width: 50%; margin:auto; margin-bottom: 2%; } .commentSec, .commentSubm{ background: rgb(255, 127, 81); border:rgb(255, 255, 255) 1px solid; border-radius: 10px; padding: 2.2%; color: black; width: 50%; margin:auto; margin-bottom: 2%; } .whoPosted, .location, .imageBlock, .infoBlock{ border:rgba(255, 255, 255, 0.864) 1px solid; background: rgb(255, 127, 81); margin:auto; color: white; margin-bottom: 2%; border-radius: 10px; padding: 3%; } .infoBlock{ border:rgba(255, 255, 255, 0.864) 1px solid; background: rgb(132, 62, 37); margin:auto; color: white; margin-bottom: 2%; margin-top: 14%; border-radius: 10px; padding: 3%; } label{ color:white; } .renderedInfo{ background: rgba(248, 204, 204, 0.837); border-radius: 10px; padding: 3%; overflow: scroll; } .searchForms{ display: inline-block; margin: 0px 8% 0px 8%; } form{ background: rgba(248, 204, 204, 0.837); text-align: center; padding: 7px; border-radius: 10px; box-shadow: -32px 42px 37px 5px rgba(0,0,0,0.22); } .searchForms #neighborhoodsHousing, .searchForms #neighborhoodsTopic, .searchForms #zipcodesHousing, .searchForms #zipcodesTopic { display: block; width: 100%; } #zipcode, #zipcodesHousing, #neighborhoodsHousing, #zipcodesTopic, #neighborhoodsTopic { display:block; margin: auto; } .feed{ overflow: scroll; border-radius: 10px; height:500px; width: 450px; background: rgb(216, 157, 94); color:rgba(0, 0, 0, 0.582); margin: auto; margin-bottom: 2%; } .individualPosting{ width: 400px; border:2px solid black; padding:3%; margin: 5%; background: rgb(255, 167, 112); border-radius: 10px; box-shadow: 19px 22px 14px 14px rgba(0,0,0,0.69); } .shadow{ box-shadow: 19px 22px 14px 14px rgba(0,0,0,0.69); padding:1.2%; } .card p{ margin-top: 0; margin-bottom: 0; padding:3%; } .usersInterested{ border: 1px solid black; overflow:scroll; border-radius: 10px; background: rgb(255, 127, 81); } .otherUserBtn{ position: relative; left: 40%; } .boxOverflow{ height: 120px; overflow: scroll; } /* .feedForms{ display:table-caption; } */
public/style.css
*{ box-sizing: border-box; color: rgb(190, 131, 72); } body{ word-wrap:break-word; background: url(/img/pic3.jpg); background-size: cover; font-family: 'EB Garamond', serif !important; font-size: 2vh; } a{ color:rgb(216, 94, 94); text-decoration: none; } a:hover{ color:rgb(238, 178, 178); text-shadow: 2px 2px 4px #000; text-decoration: none; } .savedPosts{ height: 400px; overflow: scroll; padding:3%; } .page-header{ border-radius: 5px; background: rgb(167, 78, 48); justify-content: center; width: 450px; margin: auto; margin-top: 3%; margin-bottom: 3%; } .searchBox{ border-radius: 5px; background: rgb(255, 155, 84); padding-left: 4%; padding-right: 4%; padding-bottom: 2%; padding-top: 2%; width: 450px; margin: auto; margin-bottom: 2%; } select, input{ border-radius: 5px; } /* nav{ background: rgb(252, 248, 248); width: 100%; height: 50px; padding: 0.5%; color: rgb(237, 133, 133); margin-bottom: 1%; text-align: center; } nav h1{ display: inline; font-size: 24px; float: left; position: relative; bottom: 15px; } nav a{ padding-right: 2%; padding-left: 2%; position: relative; top: 5px; } */ .index{ padding: 10px; border-radius: 5px; width: 50%; margin: auto; margin-bottom: 3%; margin-top: 3%; background: rgb(233, 136, 75); } img{ height: 200px; } ul{ margin: 0%; padding: 0; list-style-type: none; } .forIndSignLog{ background: rgba(208, 178, 121, 0.885); border-radius: 2px; width: 600px; } .standard{ color: black; width: 25%; margin: auto; background: rgb(255, 255, 255); padding: 0.8%; align-items: center; } .cssForRow{ width: 100%; color: rgb(230, 178, 178); margin-bottom: 5%; text-align: center; } .cssForCol{ border:2px solid black; padding:3%; margin: 5%; background: rgb(255, 127, 81); border-radius: 10px; box-shadow: -32px 42px 37px 5px rgba(0,0,0,0.22); } #housingStatus, #offersSent{ width:100%; } .nameProfile{ width:20%; } .profileBlock{ background: #212529; border-radius: 5px; padding: 3%; color: white; margin:auto; margin-bottom: 3%; margin-top: 3%; width: 300px; text-align: center; } .userStatus{ background: #c68722; border-radius: 15px; padding: 3%; width: 75%; margin:auto; color:white; } .userStatus h6{ color: white; } .submitStatus{ background: rgb(255, 255, 255); border-radius: 15px; padding: 3%; color: black; width: 50%; margin:auto; margin-bottom: 2%; padding: 2%; } .title{ background: rgb(236, 146, 116); padding: 3%; color: white; margin: auto; margin-bottom: 2%; margin-top: 2%; width: 50%; border-radius: 15px; } .infoSec{ color: black; width: 50%; margin:auto; margin-bottom: 2%; } .commentSec, .commentSubm{ background: rgb(255, 127, 81); border:rgb(255, 255, 255) 1px solid; border-radius: 10px; padding: 2.2%; color: black; width: 50%; margin:auto; margin-bottom: 2%; } .whoPosted, .location, .imageBlock, .infoBlock{ border:rgba(255, 255, 255, 0.864) 1px solid; background: rgb(255, 127, 81); margin:auto; color: white; margin-bottom: 2%; border-radius: 10px; padding: 3%; } .infoBlock{ border:rgba(255, 255, 255, 0.864) 1px solid; background: rgb(132, 62, 37); margin:auto; color: white; margin-bottom: 2%; margin-top: 14%; border-radius: 10px; padding: 3%; } label{ color:white; } .renderedInfo{ background: rgba(248, 204, 204, 0.837); border-radius: 10px; padding: 3%; overflow: scroll; } .searchForms{ display: inline-block; margin: 0px 8% 0px 8%; } form{ background: rgba(248, 204, 204, 0.837); text-align: center; padding: 7px; border-radius: 10px; box-shadow: -32px 42px 37px 5px rgba(0,0,0,0.22); } .searchForms #neighborhoodsHousing, .searchForms #neighborhoodsTopic, .searchForms #zipcodesHousing, .searchForms #zipcodesTopic { display: block; width: 100%; } #zipcode, #zipcodesHousing, #neighborhoodsHousing, #zipcodesTopic, #neighborhoodsTopic { display:block; margin: auto; } .feed{ overflow: scroll; border-radius: 10px; height:500px; width: 450px; background: rgb(216, 157, 94); color:rgba(0, 0, 0, 0.582); margin: auto; margin-bottom: 2%; } .individualPosting{ width: 400px; border:2px solid black; padding:3%; margin: 5%; background: rgb(255, 167, 112); border-radius: 10px; box-shadow: 19px 22px 14px 14px rgba(0,0,0,0.69); } .shadow{ box-shadow: 19px 22px 14px 14px rgba(0,0,0,0.69); padding:1.2%; } .card p{ margin-top: 0; margin-bottom: 0; padding:3%; } .usersInterested{ border: 1px solid black; overflow:scroll; border-radius: 10px; background: rgb(255, 127, 81); } .otherUserBtn{ position: relative; left: 40%; } .boxOverflow{ height: 120px; overflow: scroll; } /* .feedForms{ display:table-caption; } */
0.445047
0.096748
.container-fluid { width: 100%; padding: 0 !important; margin: 0 !important; } .mainNavBar { background-color: black; color: white; } .mainNavBar .col-2, .col-10 { padding-top: 10px; padding-bottom: 10px; } .mainNavBar .nav-item { margin-right: 15px; margin-left: 15px; cursor: pointer; } .mainNavBar .nav-item:hover { color: red; transition: all 0.6s; } .mainNavBar #search-bar { display: none; } .reservation, .contact, .Blog, .Shop { color: #fff; } .reservation:hover, .contact:hover, .Blog:hover, .Shop:hover { text-decoration: none; color: red; transition: all 0.7s; } .home { color: #fff; } .home:hover { text-decoration: none; color: red; transition: all 0.7s; } .contact { color: #fff; } .contact:hover { text-decoration: none; color: red; transition: all 0.7s; } .menu { color: #fff; } .menu:hover { text-decoration: none; color: red; transition: all 0.7s; } #search-bar input { width: 80%; padding: 10px; background-color: #000000F2; margin-left: 30px; color: white; font-style: italic; box-shadow: none; font-size: 18pt; } #search-bar input:focus { border: 2px solid black !important; } .dropdown { position: relative; display: inline-block; transition: all 0.5s; } .dropdown-content { display: none; position: absolute; background-color: white; min-width: 240px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; margin: 0; } .dropdown:hover .dropdown-content { display: block; } .dropdown-content a { padding: 10px; font-size: 14pt; font-style: italic; transition: all 0.6s; border-bottom: 1px solid #e4e4e4; cursor: pointer; } .dropdown-content a:hover { color: red; background-color: black; } .page-header{ background-image: url('site-img14.jpg'); background-size: cover; background-position-x: center; background-position-y: top; background-repeat: no-repeat; float: left; margin: 0; padding-top: 150px; padding-bottom: 60px; width: 100%; margin-bottom: 40px; } .container{ padding-left: 0 !important; padding-right: 0 !important; } .col-md-6{ font-family: 'Raleway', sans-serif; float: left; width: 50%; } .breadcrumbs{ font-size: 14px; font-weight: normal; margin: 23px 0 0; text-align: right; } .breadcrumbs a:hover{ color: #cecece !important; } .breadcrumbs i{ padding-left: 5px; padding-right: 5px; } .left-padd0{ padding-left: 0px !important; } .left-section1{ color: white; text-transform: uppercase; font-size: 45px; font-family: 'Raleway', sans-serif; } .left-section2{ color: white; margin-top: 10px; font-size: 18px; font-family: 'Raleway', sans-serif !important; font-weight: 300 !important; } .Quotes{ margin-top: 50px; color: #7d7d7d; text-align: center; font-style: italic; font-size: 40px; font-family: 'Raleway', sans-serif; font-weight: 500; } .Quotes .author{ font-family: 'Parisienne', cursive; font-size: 45px; } .section-lg, .section-lg1, .section-lg2, .section-lg3, .section-lg4, .section-lg5, .section-lg6, .section-lg7, .section-lg8, .section-lg9, .footer{ width: 100%; float: left; margin: 50px 0; } .col-7 .header{ font-size: 55px; font-family: 'Oswald', sans-serif; } .footer { min-height: 400px; width: 100%; background-color: #000000; color: #fff; padding: 80px; margin: 0 !important; } ul, li, ol { list-style: none; } .address-info { padding: 0; margin: 0; } .address-info li { margin-top: 10px; margin-bottom: 10px; } .title-line { background-color: #ef0400; height: 2px; margin: 10px auto 25px 0; padding: 0; width: 36px; } .customer-sp { padding: 0; margin: 0; } .customer-sp li { margin-top: 10px; margin-bottom: 10px; } .customer-sp a { color: #fff; } .customer-sp a:hover { text-decoration: none; color: #ef0400; transition: all 0.5s; cursor: pointer; } .Copyright { min-height: 100px; background-color: #1f1f1f; } .copyRight-title { color: #fff; padding: 35px; text-align: center; font-size: 12pt; font-family: 'Raleway', sans-serif; } .social-list { padding: 35px; text-align: center; } .social-app { display: inline-block; padding-right: 25px; padding-left: 25px; } .fa-facebook-square { color: #4267B2; } .fa-instagram { font-size:30px; background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .fa-youtube { color: red } .fa-twitter-square { color: #00b6f1; }
public/style/Blog1Style.css
.container-fluid { width: 100%; padding: 0 !important; margin: 0 !important; } .mainNavBar { background-color: black; color: white; } .mainNavBar .col-2, .col-10 { padding-top: 10px; padding-bottom: 10px; } .mainNavBar .nav-item { margin-right: 15px; margin-left: 15px; cursor: pointer; } .mainNavBar .nav-item:hover { color: red; transition: all 0.6s; } .mainNavBar #search-bar { display: none; } .reservation, .contact, .Blog, .Shop { color: #fff; } .reservation:hover, .contact:hover, .Blog:hover, .Shop:hover { text-decoration: none; color: red; transition: all 0.7s; } .home { color: #fff; } .home:hover { text-decoration: none; color: red; transition: all 0.7s; } .contact { color: #fff; } .contact:hover { text-decoration: none; color: red; transition: all 0.7s; } .menu { color: #fff; } .menu:hover { text-decoration: none; color: red; transition: all 0.7s; } #search-bar input { width: 80%; padding: 10px; background-color: #000000F2; margin-left: 30px; color: white; font-style: italic; box-shadow: none; font-size: 18pt; } #search-bar input:focus { border: 2px solid black !important; } .dropdown { position: relative; display: inline-block; transition: all 0.5s; } .dropdown-content { display: none; position: absolute; background-color: white; min-width: 240px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; margin: 0; } .dropdown:hover .dropdown-content { display: block; } .dropdown-content a { padding: 10px; font-size: 14pt; font-style: italic; transition: all 0.6s; border-bottom: 1px solid #e4e4e4; cursor: pointer; } .dropdown-content a:hover { color: red; background-color: black; } .page-header{ background-image: url('site-img14.jpg'); background-size: cover; background-position-x: center; background-position-y: top; background-repeat: no-repeat; float: left; margin: 0; padding-top: 150px; padding-bottom: 60px; width: 100%; margin-bottom: 40px; } .container{ padding-left: 0 !important; padding-right: 0 !important; } .col-md-6{ font-family: 'Raleway', sans-serif; float: left; width: 50%; } .breadcrumbs{ font-size: 14px; font-weight: normal; margin: 23px 0 0; text-align: right; } .breadcrumbs a:hover{ color: #cecece !important; } .breadcrumbs i{ padding-left: 5px; padding-right: 5px; } .left-padd0{ padding-left: 0px !important; } .left-section1{ color: white; text-transform: uppercase; font-size: 45px; font-family: 'Raleway', sans-serif; } .left-section2{ color: white; margin-top: 10px; font-size: 18px; font-family: 'Raleway', sans-serif !important; font-weight: 300 !important; } .Quotes{ margin-top: 50px; color: #7d7d7d; text-align: center; font-style: italic; font-size: 40px; font-family: 'Raleway', sans-serif; font-weight: 500; } .Quotes .author{ font-family: 'Parisienne', cursive; font-size: 45px; } .section-lg, .section-lg1, .section-lg2, .section-lg3, .section-lg4, .section-lg5, .section-lg6, .section-lg7, .section-lg8, .section-lg9, .footer{ width: 100%; float: left; margin: 50px 0; } .col-7 .header{ font-size: 55px; font-family: 'Oswald', sans-serif; } .footer { min-height: 400px; width: 100%; background-color: #000000; color: #fff; padding: 80px; margin: 0 !important; } ul, li, ol { list-style: none; } .address-info { padding: 0; margin: 0; } .address-info li { margin-top: 10px; margin-bottom: 10px; } .title-line { background-color: #ef0400; height: 2px; margin: 10px auto 25px 0; padding: 0; width: 36px; } .customer-sp { padding: 0; margin: 0; } .customer-sp li { margin-top: 10px; margin-bottom: 10px; } .customer-sp a { color: #fff; } .customer-sp a:hover { text-decoration: none; color: #ef0400; transition: all 0.5s; cursor: pointer; } .Copyright { min-height: 100px; background-color: #1f1f1f; } .copyRight-title { color: #fff; padding: 35px; text-align: center; font-size: 12pt; font-family: 'Raleway', sans-serif; } .social-list { padding: 35px; text-align: center; } .social-app { display: inline-block; padding-right: 25px; padding-left: 25px; } .fa-facebook-square { color: #4267B2; } .fa-instagram { font-size:30px; background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .fa-youtube { color: red } .fa-twitter-square { color: #00b6f1; }
0.47658
0.071429
@font-face { font-family: 'recoletaregular_demo'; src: url("fonts/recoleta-regulardemo-webfont.woff2") format("woff2"), url("fonts/recoleta-regulardemo-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Matter'; src: url("matter/Matter-Light.eot"); src: local("matter/Matter Light"), local("Matter-Light"), url("matter/Matter-Light.eot?#iefix") format("embedded-opentype"), url("matter/Matter-Light.woff2") format("woff2"), url("matter/Matter-Light.woff") format("woff"), url("matter/Matter-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } section { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100vh; width: 100%; overflow: hidden; } section .div-1 { 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; width: 100%; padding: 5%; position: relative; background: #fff; } section .div-1 div { background: #FBC99D; 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; padding: 5%; border-radius: 8px 0px 0px 8px; z-index: 3; } section .div-1 div img { height: 30%; } section .div-1 div h3 { font-weight: bold; font-size: 24px; color: #573F7B; margin-top: 2.5%; text-align: center; font-family: 'recoletaregular_demo'; } section .div-1 div p { font-size: 18px; text-align: center; font-family: 'Matter'; width: 100%; margin-top: 2.5%; } section .div-1 div button { margin-top: 5%; padding: 2%; background: #201047; border-radius: 8px; color: #fff; font-size: 16px; outline: none; border: none; width: 100%; } section .div-1 div button a { text-decoration: none; color: inherit; font-size: inherit; } section .div-1 div button:hover { color: #201047; background: #f4f4f4; } section .div-1 .big-coin { height: 20%; position: absolute; left: 5%; bottom: 3%; } section .div-2 { 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; width: 100%; padding: 5%; position: relative; background: #201047; } section .div-2 .mail { height: 50%; width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-2 .mail img { height: 20%; } section .div-2 .mail h3 { font-style: normal; font-weight: bold; font-size: 48px; color: #fff; font-family: 'recoletaregular_demo'; } section .div-2 .mail p { font-size: 18px; font-family: 'Matter'; color: #FFFFFF; text-align: center; width: 90%; } section .div-2 .cc-icons { position: absolute; left: 5%; bottom: 5%; width: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section .div-2 .cc-icons a { text-decoration: none; } section .div-2 .cc-icons a i { font-size: 20px; color: #fff; } section .div-2 .cc-icons a:hover { opacity: 0.7; } section .div-2 .plant { right: 0; bottom: 0; position: absolute; height: 40%; } @media screen and (max-width: 1024px) { section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-1 { height: 50vh; } section .div-1 .big-coin { height: 15%; } section .div-2 { height: 50vh; } } @media screen and (max-width: 768px) { section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-1 { height: 100vh; } section .div-1 div img { height: 100px; } section .div-1 div h3 { font-size: 16px; } section .div-1 div p { font-size: 14px; } section .div-1 div button { margin-top: 10%; font-weight: bold; font-size: 14px; } section .div-1 .big-coin { left: 60%; height: 15%; } section .div-2 { display: none; } } /*# sourceMappingURL=style.css.map */
password-sucessful/style.css
@font-face { font-family: 'recoletaregular_demo'; src: url("fonts/recoleta-regulardemo-webfont.woff2") format("woff2"), url("fonts/recoleta-regulardemo-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Matter'; src: url("matter/Matter-Light.eot"); src: local("matter/Matter Light"), local("Matter-Light"), url("matter/Matter-Light.eot?#iefix") format("embedded-opentype"), url("matter/Matter-Light.woff2") format("woff2"), url("matter/Matter-Light.woff") format("woff"), url("matter/Matter-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } section { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100vh; width: 100%; overflow: hidden; } section .div-1 { 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; width: 100%; padding: 5%; position: relative; background: #fff; } section .div-1 div { background: #FBC99D; 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; padding: 5%; border-radius: 8px 0px 0px 8px; z-index: 3; } section .div-1 div img { height: 30%; } section .div-1 div h3 { font-weight: bold; font-size: 24px; color: #573F7B; margin-top: 2.5%; text-align: center; font-family: 'recoletaregular_demo'; } section .div-1 div p { font-size: 18px; text-align: center; font-family: 'Matter'; width: 100%; margin-top: 2.5%; } section .div-1 div button { margin-top: 5%; padding: 2%; background: #201047; border-radius: 8px; color: #fff; font-size: 16px; outline: none; border: none; width: 100%; } section .div-1 div button a { text-decoration: none; color: inherit; font-size: inherit; } section .div-1 div button:hover { color: #201047; background: #f4f4f4; } section .div-1 .big-coin { height: 20%; position: absolute; left: 5%; bottom: 3%; } section .div-2 { 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; width: 100%; padding: 5%; position: relative; background: #201047; } section .div-2 .mail { height: 50%; width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-2 .mail img { height: 20%; } section .div-2 .mail h3 { font-style: normal; font-weight: bold; font-size: 48px; color: #fff; font-family: 'recoletaregular_demo'; } section .div-2 .mail p { font-size: 18px; font-family: 'Matter'; color: #FFFFFF; text-align: center; width: 90%; } section .div-2 .cc-icons { position: absolute; left: 5%; bottom: 5%; width: 20%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } section .div-2 .cc-icons a { text-decoration: none; } section .div-2 .cc-icons a i { font-size: 20px; color: #fff; } section .div-2 .cc-icons a:hover { opacity: 0.7; } section .div-2 .plant { right: 0; bottom: 0; position: absolute; height: 40%; } @media screen and (max-width: 1024px) { section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-1 { height: 50vh; } section .div-1 .big-coin { height: 15%; } section .div-2 { height: 50vh; } } @media screen and (max-width: 768px) { section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } section .div-1 { height: 100vh; } section .div-1 div img { height: 100px; } section .div-1 div h3 { font-size: 16px; } section .div-1 div p { font-size: 14px; } section .div-1 div button { margin-top: 10%; font-weight: bold; font-size: 14px; } section .div-1 .big-coin { left: 60%; height: 15%; } section .div-2 { display: none; } } /*# sourceMappingURL=style.css.map */
0.341034
0.060752
.wf-main { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; background-image: url(../img/sign_bg.png); background-color: #b8e5f8; color: #9c9b9e; } .wf-main > div { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; flex-wrap: nowrap; background: linear-gradient(120deg, #fff, #dec4ddcf); border-radius: 5px; box-shadow: 2px 2px 5px #8d8787; } .sign-form { width: 100%; margin: 20px; overflow: hidden; position: relative; z-index: 1; } .sign-form > a { margin: 0 auto; width: 50%; min-width: 76px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; } .sign-form > a i { font-size: 2.6rem; } .sign-form > div { width: 200%; display: flex; justify-content: flex-start; align-items: flex-start; transition: all 0.4s ease-in; } .sign-form > div article { flex: 1; padding: 0 10px; } #sign-form-manage:checked ~ div { transform: translateX(-50%); } #sign-form-manage:checked ~ div #signup { height: 100%; } #signup { height: 0; } .input { width: 100%; height: 36px; margin: 32px auto 16px auto; position: relative; } .input input { padding-left: 5px; width: 100%; height: 36px; font-size: 1rem; border-bottom: 1px solid #9c9b9e; background: transparent; } .input input:focus + span { bottom: 100%; left: 0; font-size: 0.8rem; font-weight: bold; } .input span { position: absolute; bottom: 6px; left: 10px; font-size: 1rem; transition: all 0.3s ease-in; z-index: -1; } .input .fixed + span { bottom: 100%; left: 0; font-size: 0.8rem; } .remember { width: 100%; height: 36px; margin-top: 16px; } .remember input:checked ~ label i { color: #0d28e8; border: 1px solid transparent; } .remember label { color: #9c9b9e; cursor: pointer; } .remember label i { border: solid 1px #9c9b9e; color: transparent; margin-right: 5px; } .remember label i:hover { border: solid 1px #0d28e8; } .captcha { width: 100%; height: 32px; margin-top: 32px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; } .captcha input { width: 40%; height: 32px; padding-left: 5px; font-size: 1rem; border-bottom: 1px solid #9c9b9e; background: transparent; margin-right: 10px; } .captcha div { width: 40%; height: 32px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; margin-right: 5px; color: #fff; font-size: 1rem; font-weight: bold; background-color: #392ad8; } .captcha img { height: 42px; } .sign-manage { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; justify-content: space-between; } .sign-manage label { font-size: 0.8rem; font-weight: bold; cursor: pointer; color: #0d28e8; } .sign-manage button { padding: 5px 10px; font-size: 1rem; font-weight: bold; cursor: pointer; border-radius: 2px; background: linear-gradient(to right, #0d28e8, #9c16bb); color: #fff; } [data-input-check="true"] { border-bottom: 1px solid #077bed !important; color: #077bed; } [data-input-check="true"] + span { color: #077bed; font-weight: bold; } [data-input-check="false"] { border-bottom: 1px solid red !important; } [data-input-check="false"] + span { color: red; font-weight: bold; } .no-click { pointer-events: none; background: #737278 !important; } @media screen and (max-width: 500px) { .wf-main > div { width: 95vh; min-height: 580px; } } @media screen and (min-width: 500px) { .wf-main > div { width: 370px; min-height: 580px; } }
web/src/css/sign.css
.wf-main { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; background-image: url(../img/sign_bg.png); background-color: #b8e5f8; color: #9c9b9e; } .wf-main > div { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; flex-wrap: nowrap; background: linear-gradient(120deg, #fff, #dec4ddcf); border-radius: 5px; box-shadow: 2px 2px 5px #8d8787; } .sign-form { width: 100%; margin: 20px; overflow: hidden; position: relative; z-index: 1; } .sign-form > a { margin: 0 auto; width: 50%; min-width: 76px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; } .sign-form > a i { font-size: 2.6rem; } .sign-form > div { width: 200%; display: flex; justify-content: flex-start; align-items: flex-start; transition: all 0.4s ease-in; } .sign-form > div article { flex: 1; padding: 0 10px; } #sign-form-manage:checked ~ div { transform: translateX(-50%); } #sign-form-manage:checked ~ div #signup { height: 100%; } #signup { height: 0; } .input { width: 100%; height: 36px; margin: 32px auto 16px auto; position: relative; } .input input { padding-left: 5px; width: 100%; height: 36px; font-size: 1rem; border-bottom: 1px solid #9c9b9e; background: transparent; } .input input:focus + span { bottom: 100%; left: 0; font-size: 0.8rem; font-weight: bold; } .input span { position: absolute; bottom: 6px; left: 10px; font-size: 1rem; transition: all 0.3s ease-in; z-index: -1; } .input .fixed + span { bottom: 100%; left: 0; font-size: 0.8rem; } .remember { width: 100%; height: 36px; margin-top: 16px; } .remember input:checked ~ label i { color: #0d28e8; border: 1px solid transparent; } .remember label { color: #9c9b9e; cursor: pointer; } .remember label i { border: solid 1px #9c9b9e; color: transparent; margin-right: 5px; } .remember label i:hover { border: solid 1px #0d28e8; } .captcha { width: 100%; height: 32px; margin-top: 32px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; } .captcha input { width: 40%; height: 32px; padding-left: 5px; font-size: 1rem; border-bottom: 1px solid #9c9b9e; background: transparent; margin-right: 10px; } .captcha div { width: 40%; height: 32px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; margin-right: 5px; color: #fff; font-size: 1rem; font-weight: bold; background-color: #392ad8; } .captcha img { height: 42px; } .sign-manage { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; justify-content: space-between; } .sign-manage label { font-size: 0.8rem; font-weight: bold; cursor: pointer; color: #0d28e8; } .sign-manage button { padding: 5px 10px; font-size: 1rem; font-weight: bold; cursor: pointer; border-radius: 2px; background: linear-gradient(to right, #0d28e8, #9c16bb); color: #fff; } [data-input-check="true"] { border-bottom: 1px solid #077bed !important; color: #077bed; } [data-input-check="true"] + span { color: #077bed; font-weight: bold; } [data-input-check="false"] { border-bottom: 1px solid red !important; } [data-input-check="false"] + span { color: red; font-weight: bold; } .no-click { pointer-events: none; background: #737278 !important; } @media screen and (max-width: 500px) { .wf-main > div { width: 95vh; min-height: 580px; } } @media screen and (min-width: 500px) { .wf-main > div { width: 370px; min-height: 580px; } }
0.467332
0.090293
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic); @import url(https://fonts.googleapis.com/css?family=Lato:300,400); /* Table of contents -------------------------------------------------- - Base Styles - Typography - Links - Buttons - Forms - Lists - Code - Tables - Spacing - Utilities - Clearing - Media Queries */ /* Base Styles -------------------------------------------------- */ /* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } body { font-size: 16px; line-height: 26px; font-weight: 400; font-family: 'Source Sans Pro', sans-serif; color: rgba(0,0,0,.8); } nav.main-nav { position: relative; min-height: 60px; background: white; border-bottom: 1px solid #eaeaea; margin-bottom: 0; } .main-nav .navbar-nav { position: absolute; top: 0; right: calc(10% + 105px); padding-top: 12px; } .main-nav .github-button > iframe { margin-top: 12px; } .sidenav { display: none; } .navbar-toggle { margin-left: 15px; float: none; } .navbar-collapse { background: #fafafa; } .navbar-collapse ol.toc { padding: 6px 30px; } @media (min-width: 992px) { .small-nav { display: none; } .sidenav { display: block; } } .navbar-header button { border: 1px solid #7c868d; } .navbar-header .icon-bar { border: 1px solid #7c868d; } .sidenav { background: #fafafa; height: 100%; } .page-content img { margin: 30px 0px; max-width: 100%; } .logo { width: 245px; padding: 15px 0px; margin: 5px 0px; } .docs-icon { position: absolute; right: 10%; top: 0px; width: 80px; } .main-content { padding: 0px 21px 42px 21px; } .section-nav a { display: inline-block; padding: 0 10px; border: 1px solid rgba(0,0,0,.8); color: rgba(0,0,0,.8); } .section-nav a:first-of-type { margin-right: 10px; } .section-nav a:hover { text-decoration: none; border: 1px solid #1EAEDB; } /* Typography */ html { font-size: 62.5%; } h1, h2, h3, h4, h5, h6 { margin: 30px 0px 0px; } ol.toc li { display: list-item; table-layout: fixed; list-style-position: outside; padding: .3em 0; line-height: 1.2; } ol.toc { counter-reset: ordered; margin-left: 1.25rem; list-style-type: none; padding: 36px 30px; } ol.toc li:before { position: absolute; top: auto; left: auto; margin-left: -30px; counter-increment: ordered; content: counters(ordered,".") " "; text-align: right; color: rgba(0,0,0,.8); vertical-align: middle; } ol.toc li a { color: rgba(0,0,0,.8); text-decoration: none; } .sidenav .active a, .toc .active a { color: #6FBB7A; } ol.toc li a:hover { color: #6FBB7A; } span.toc-heading { font-weight: 500; font-size: 16px; } h1, h2, h3, h4, h5, h6 { line-height: 1.2em; } h1 { border: none; padding: 0; font-family: 'lato'; font-weight: 500; letter-spacing: -.01em; font-size: 41px; margin-top: 45px; } h2 { font-size: 28px; font-weight: 400; color: #3B3B39; text-transform: capitalize; letter-spacing: .010em; margin-top: 30px; margin-bottom: 30px; } h3 { font-size: 24px; line-height: 34px; margin: 30px 0px 15px; } h4 { font-size: 20px; line-height: 29px; font-weight: 500; margin-bottom: 15px; letter-spacing: .03em; } h5 { font-size: 16px; } h6 { font-size: 12px; } p.intro { font-size: 20px; line-height: 30px; margin-bottom: 45px; border-bottom: 1px solid rgba(220,226,232,0.65); padding-bottom: 45px; margin-top: 45px; color: rgba(0,0,0,.8); } .col-md-3.sidenav { min-height: 800px; } /* Larger than phablet */ @media (min-width: 550px) { } p { margin: 0px 0px 30px; margin-bottom: 30px; } code { background-color: rgba(220, 241, 249, 0.54); display: inline-block; border-radius: 3px; font-weight: 500; font-size: 16px; clear: both; padding: 0 10px; font-weight: 400; color: #000001; text-shadow: none; font-family: 'Source Code Pro'; margin: 20px 0px; border-bottom: 1px solid rgba(220, 241, 249, 0.91); border-left: 1px solid rgba(220, 241, 249, 0.4); border-right: 1px solid rgba(220, 241, 249, 0.4); border-top: 1px solid rgba(220, 241, 249, 0.19); } ul li { list-style-type: circle; } /* Links -------------------------------------------------- */ a { color: #3B3B39; } a:hover { color: #3B3B39; } ::selection { background-color: #dddddd; color: rgba(0,0,0,.8); } /* Buttons -------------------------------------------------- */ .button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; } .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; } /* Forms -------------------------------------------------- */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; } label, legend { display: block; margin-bottom: .5rem; font-weight: 600; } fieldset { padding: 0; border-width: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; } /* Lists -------------------------------------------------- */ ul { list-style: circle inside; } ol { margin: 1.5rem 0 1.5rem 3rem; } ol, ul { padding-left: 0; margin-top: 0; } ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; counter-reset: ordered; } li { margin-bottom: 1rem; } ol li { display: list-item; table-layout: fixed; list-style-position: outside; padding: .3em 0; line-height: 1.5; } } /* Code -------------------------------------------------- */ code, code p { padding: 5px 8px; margin: 15px 5px; font-size: 90%; white-space: nowrap; background-color: #ffefd1; border: 1px solid #E1E1E1; border-radius: 4px; font-family: "Source Code Pro"; display: inline-block; } li code { margin: 0; } code p { margin-bottom: 0px; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; } /* Tables -------------------------------------------------- */ th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; border-right: 1px solid #e1e1e1; } table { position: relative; background-color: #FFF; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.1); margin: 1em 0; padding: 1em; border-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } table thead tr th { cursor: auto; background-color: rgba(0,0,0,.05); text-align: left; color: rgba(0,0,0,.8); padding: .5em .7em; vertical-align: middle; } table thead { border-bottom: 1px solid rgba(0,0,0,.03); } .ui.table thead th:first-child { border-radius: 5px 0 0; } td:last-child { border-right: 0px; } /* Spacing -------------------------------------------------- */ button, .button { margin-bottom: 1rem; } input, textarea, select, fieldset { margin-bottom: 1.5rem; } pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 30px; padding: 0px; } /* Utilities -------------------------------------------------- */ .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; } /* Misc -------------------------------------------------- */ hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; } /* Clearing -------------------------------------------------- */ /* Self Clearing Goodness */ .container:after, .row:after, .u-cf { content: ""; display: table; clear: both; } /* Media Queries -------------------------------------------------- */ /* Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons on small devices, paste the mobile query code up in the buttons section and style it there. */ /* Larger than mobile */ @media (min-width: 400px) {} /* Larger than phablet (also point when grid becomes active) */ @media (min-width: 550px) {} /* Larger than tablet */ @media (min-width: 750px) {} /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {}
css/datawire.css
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic); @import url(https://fonts.googleapis.com/css?family=Lato:300,400); /* Table of contents -------------------------------------------------- - Base Styles - Typography - Links - Buttons - Forms - Lists - Code - Tables - Spacing - Utilities - Clearing - Media Queries */ /* Base Styles -------------------------------------------------- */ /* NOTE html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ html { font-size: 62.5%; } body { font-size: 16px; line-height: 26px; font-weight: 400; font-family: 'Source Sans Pro', sans-serif; color: rgba(0,0,0,.8); } nav.main-nav { position: relative; min-height: 60px; background: white; border-bottom: 1px solid #eaeaea; margin-bottom: 0; } .main-nav .navbar-nav { position: absolute; top: 0; right: calc(10% + 105px); padding-top: 12px; } .main-nav .github-button > iframe { margin-top: 12px; } .sidenav { display: none; } .navbar-toggle { margin-left: 15px; float: none; } .navbar-collapse { background: #fafafa; } .navbar-collapse ol.toc { padding: 6px 30px; } @media (min-width: 992px) { .small-nav { display: none; } .sidenav { display: block; } } .navbar-header button { border: 1px solid #7c868d; } .navbar-header .icon-bar { border: 1px solid #7c868d; } .sidenav { background: #fafafa; height: 100%; } .page-content img { margin: 30px 0px; max-width: 100%; } .logo { width: 245px; padding: 15px 0px; margin: 5px 0px; } .docs-icon { position: absolute; right: 10%; top: 0px; width: 80px; } .main-content { padding: 0px 21px 42px 21px; } .section-nav a { display: inline-block; padding: 0 10px; border: 1px solid rgba(0,0,0,.8); color: rgba(0,0,0,.8); } .section-nav a:first-of-type { margin-right: 10px; } .section-nav a:hover { text-decoration: none; border: 1px solid #1EAEDB; } /* Typography */ html { font-size: 62.5%; } h1, h2, h3, h4, h5, h6 { margin: 30px 0px 0px; } ol.toc li { display: list-item; table-layout: fixed; list-style-position: outside; padding: .3em 0; line-height: 1.2; } ol.toc { counter-reset: ordered; margin-left: 1.25rem; list-style-type: none; padding: 36px 30px; } ol.toc li:before { position: absolute; top: auto; left: auto; margin-left: -30px; counter-increment: ordered; content: counters(ordered,".") " "; text-align: right; color: rgba(0,0,0,.8); vertical-align: middle; } ol.toc li a { color: rgba(0,0,0,.8); text-decoration: none; } .sidenav .active a, .toc .active a { color: #6FBB7A; } ol.toc li a:hover { color: #6FBB7A; } span.toc-heading { font-weight: 500; font-size: 16px; } h1, h2, h3, h4, h5, h6 { line-height: 1.2em; } h1 { border: none; padding: 0; font-family: 'lato'; font-weight: 500; letter-spacing: -.01em; font-size: 41px; margin-top: 45px; } h2 { font-size: 28px; font-weight: 400; color: #3B3B39; text-transform: capitalize; letter-spacing: .010em; margin-top: 30px; margin-bottom: 30px; } h3 { font-size: 24px; line-height: 34px; margin: 30px 0px 15px; } h4 { font-size: 20px; line-height: 29px; font-weight: 500; margin-bottom: 15px; letter-spacing: .03em; } h5 { font-size: 16px; } h6 { font-size: 12px; } p.intro { font-size: 20px; line-height: 30px; margin-bottom: 45px; border-bottom: 1px solid rgba(220,226,232,0.65); padding-bottom: 45px; margin-top: 45px; color: rgba(0,0,0,.8); } .col-md-3.sidenav { min-height: 800px; } /* Larger than phablet */ @media (min-width: 550px) { } p { margin: 0px 0px 30px; margin-bottom: 30px; } code { background-color: rgba(220, 241, 249, 0.54); display: inline-block; border-radius: 3px; font-weight: 500; font-size: 16px; clear: both; padding: 0 10px; font-weight: 400; color: #000001; text-shadow: none; font-family: 'Source Code Pro'; margin: 20px 0px; border-bottom: 1px solid rgba(220, 241, 249, 0.91); border-left: 1px solid rgba(220, 241, 249, 0.4); border-right: 1px solid rgba(220, 241, 249, 0.4); border-top: 1px solid rgba(220, 241, 249, 0.19); } ul li { list-style-type: circle; } /* Links -------------------------------------------------- */ a { color: #3B3B39; } a:hover { color: #3B3B39; } ::selection { background-color: #dddddd; color: rgba(0,0,0,.8); } /* Buttons -------------------------------------------------- */ .button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { color: #333; border-color: #888; outline: 0; } .button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; background-color: #33C3F0; border-color: #33C3F0; } .button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { color: #FFF; background-color: #1EAEDB; border-color: #1EAEDB; } /* Forms -------------------------------------------------- */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #fff; border: 1px solid #D1D1D1; border-radius: 4px; box-shadow: none; box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; } label, legend { display: block; margin-bottom: .5rem; font-weight: 600; } fieldset { padding: 0; border-width: 0; } input[type="checkbox"], input[type="radio"] { display: inline; } label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; } /* Lists -------------------------------------------------- */ ul { list-style: circle inside; } ol { margin: 1.5rem 0 1.5rem 3rem; } ol, ul { padding-left: 0; margin-top: 0; } ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; counter-reset: ordered; } li { margin-bottom: 1rem; } ol li { display: list-item; table-layout: fixed; list-style-position: outside; padding: .3em 0; line-height: 1.5; } } /* Code -------------------------------------------------- */ code, code p { padding: 5px 8px; margin: 15px 5px; font-size: 90%; white-space: nowrap; background-color: #ffefd1; border: 1px solid #E1E1E1; border-radius: 4px; font-family: "Source Code Pro"; display: inline-block; } li code { margin: 0; } code p { margin-bottom: 0px; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; } /* Tables -------------------------------------------------- */ th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; border-right: 1px solid #e1e1e1; } table { position: relative; background-color: #FFF; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.1); margin: 1em 0; padding: 1em; border-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } table thead tr th { cursor: auto; background-color: rgba(0,0,0,.05); text-align: left; color: rgba(0,0,0,.8); padding: .5em .7em; vertical-align: middle; } table thead { border-bottom: 1px solid rgba(0,0,0,.03); } .ui.table thead th:first-child { border-radius: 5px 0 0; } td:last-child { border-right: 0px; } /* Spacing -------------------------------------------------- */ button, .button { margin-bottom: 1rem; } input, textarea, select, fieldset { margin-bottom: 1.5rem; } pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 30px; padding: 0px; } /* Utilities -------------------------------------------------- */ .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; } /* Misc -------------------------------------------------- */ hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; } /* Clearing -------------------------------------------------- */ /* Self Clearing Goodness */ .container:after, .row:after, .u-cf { content: ""; display: table; clear: both; } /* Media Queries -------------------------------------------------- */ /* Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons on small devices, paste the mobile query code up in the buttons section and style it there. */ /* Larger than mobile */ @media (min-width: 400px) {} /* Larger than phablet (also point when grid becomes active) */ @media (min-width: 550px) {} /* Larger than tablet */ @media (min-width: 750px) {} /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {}
0.342242
0.103794
background: #fafafa; color: #333333; overflow: hidden; height: 100%; } #twinlist a { font-weight: bold; color: #333333; text-decoration: none; user-select: none; } #twinlist a:hover { cursor: pointer; text-decoration: underline; color: #777777; } /* * Enable horizontal panels. */ #twinlist #panel { /* position: absolute; width: 100%; height: 100%; */ transition: all 0.8s cubic-bezier(0.3, 0.3, 0.1, 0.99); } #twinlist .hide-left { transform: translateX(-100%); } #twinlist .hide-right { transform: translateX(100%); } #twinlist .forward { font-family: "Andale Mono", monospace; padding: 0.5em; position: absolute; transition: all 0.ss; border-left: 0.4em solid #999999; right: 0; } #twinlist .forward:hover { padding-right: 3em; text-decoration: none; } #twinlist .top { top: 5%; } #twinlist .bottom { bottom: 5%; } /* * Intro panel (hides to the left). */ #twinlist #intro h1, #twinlist #intro h2 { margin: 3% 0; } #twinlist #intro h1 { letter-spacing: 0.25em; } #twinlist #intro a, #twinlist #intro h4 { color: #666666; } #twinlist #ul_config li { height: 2em; } #twinlist #intro select { height: 2em; } #twinlist .column { height: 100%; position: absolute; } #twinlist .column.left { padding: 7.5% 5%; width: 30%; } #twinlist .column.right { padding: 5% 7.5%; width: 45%; right: 0; } #twinlist .sub-blurb { margin: 15% 0; } #twinlist .sub-blurb p { text-align: justify; margin: 5% 0; } /* * Main panel. Hides to the left or right, depending. */ #twinlist .banner { background: #333333; line-height: 250%; margin: 0; padding: 0; } #twinlist .logo, .nav-item { display: inline; } #twinlist .logo { font-size: 175%; font-weight: normal; color: #f0f0f0; letter-spacing: 0.25em; margin-left: 5%; } #twinlist .main-nav { font-size: 90%; float: right; margin-right: 5%; } #twinlist .nav-link { color: #999999; margin: 0 1em; } #twinlist .nav-link:hover { color: #f0f0f0; cursor: pointer; } #twinlist #app .active { text-decoration: underline; } #twinlist #app .inactive { color: #666666 !important; text-decoration: line-through !important; } #twinlist #app > .content { /* position: absolute; */ margin: 0.75em 5%; height: 70%; /* fallback */ width: 90%; user-select: none; } #twinlist .scrolling_content { position: absolute; overflow-x: hidden; height: 70%; /* fallback */ width: 90%; user-select: none; } #twinlist .backdrop { border-bottom: 0.3em solid #f3f3f3; border-collapse: collapse; width: 100%; } #twinlist .backdrop th { color: #f0f0f0; font-weight: normal; text-align: left; padding: 0.75em 1em 0.5em 1em; width: 20%; } #twinlist .backdrop th:first-child { border-top-left-radius: 0.2em; } #twinlist .backdrop th:last-child { border-top-right-radius: 0.2em; } #twinlist .col-header .name { margin-bottom: 0.4em; } #twinlist .col-header .action { font-size: 75%; } #twinlist .col-header .action ul, .col-header .action li { display: inline; padding: 0; } #twinlist .col-header .action li:first-child::after { opacity: 0.6; content: "|"; } #twinlist .col-header .action li:last-child::before { opacity: 0.6; content: "["; } #twinlist .col-header .action li:last-child::after { opacity: 0.6; content: "]"; } #twinlist .col-header .action li:last-child { float: right; } #twinlist .col-header .action a { opacity: 0.6; color: #f0f0f0; } #twinlist .col-header .action a:hover { opacity: 1; color: #f0f0f0; } #twinlist .keep { margin-right: 0.3em; } #twinlist .reject { margin-left: 0.3em; } #twinlist .clear { margin: 0 0.5em; } #twinlist .backdrop tr { transition: background 0.8s ease-in-out; } #twinlist .backdrop td, .item .header, .item .detail, .diagnosis .header { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #twinlist .backdrop td, .item { width: 18%; height: 4.0em; padding: 0.6em 0.5em 0.4em 0.5em; transition: background 0.8s; } #twinlist .diagnosis { width: 18%; height: 1.5em; padding: 0.6em 0.5em 0.4em 0.5em; transition: background 0.8s; } #twinlist .item, #twinlist .diagnosis { position: absolute; transition: transform 0.2s ease-in-out, opacity 0.2s; z-index: 10; /* > 1 to be above shadows (ghosts) */ } #twinlist .item:hover,#twinlist .item-hover,#twinlist .diagnosis:hover { transform: translateX(2%); text-overflow: ellipsis; } #twinlist .item .header, #twinlist .diagnosis .header { margin-bottom: 0.15em; } #twinlist .item .name { font-weight: bold; margin: 0 0.2em; padding: 0 0.2em; transition: background 0.4s; } #twinlist .diagnosis .name { font-weight: lighter; font-style: italic; margin: 0 0.2em; padding: 0 0.2em; transition: background 0.4s; } #twinlist .item .detail span { font-size: 80%; margin: 0 0.3em; padding: 0 0.2em; } #twinlist .shadow { color: #bbbbbb; opacity: 0.6; z-index: 1; /* > 0 to be above the backdrop */ } /* TODO ellipsis coloring issues here... */ #twinlist .undecided-hover { background: #555555; border-radius: 0.2em; color: #f0f0f0; } #twinlist .third-col-anchor-hover { background: rgb(223, 243, 235); border-radius: 0.2em; color: #333333; } #twinlist .diagnosis-hover { background: rgb(21, 99, 77); border-radius: 0.2em; color: #f0f0f0; } #twinlist .accepted { background: #8fbe00; border-radius: 0.2em; color: #f0f0f0; } #twinlist .rejected { color: #bbbbbb; text-decoration: line-through; } #twinlist .modified .name::before { content: "*"; margin-right: 0.5em; } #twinlist .difference { transition: background 0.4s; } #twinlist .highlight { color: #333333; background: #f2e4ac; border: 1px solid #f0e0a3; border-radius: 0.2em; transition: all 0.4s; } #twinlist .groups .label { color: #333333; font-size: 60%; font-style: italic; position: absolute; opacity: 0; transition: all 0.8s; } #twinlist .diagnoses .diagnosis { position: absolute; } #twinlist .groups .label.show { opacity: 1; } #twinlist #app > .detail { position: absolute; bottom: 3em; margin: 0 5%; width: 90%; } #twinlist .label, #twinlist #app > .detail .content { display: table-cell; margin: 0; padding: 0.75em; } #twinlist .label { color: #f0f0f0; border-top-left-radius: 0.2em; border-bottom-left-radius: 0.2em; } #twinlist #app > .detail .content { font-size: 95%; width: 100%; border-top-right-radius: 0.2em; border-bottom-right-radius: 0.2em; } #twinlist #app .annotation { position: absolute; bottom: 1em; left: 5%; } #twinlist .branding { position: absolute; bottom: 0; right: 0; margin: 0.5em 5%; width: 20%; text-align: right; display: inline; background-color: white; overflow-x: hidden; } #twinlist .branding ul, #twinlist .branding li { display: inline; } #twinlist .branding .logo { height: 1em; } #twinlist .scrolltip { background: #54787d; border-radius: 0.2em; color: #f0f0f0; text-align: right; overflow: hidden; text-overflow: ellipsis; padding: 0.25em; width: 7.5em; position: absolute; right: 5%; opacity: 0; transform: translateY(50%); transition: all 0.2s; } #twinlist #app > .modify { font-size: 90%; } #twinlist #app > .modify a { position: absolute; right: 0; padding: 0.5em; width: 3%; transition: all 0.2s; } #twinlist #app > .modify a:hover { width: 5%; } #twinlist #app > .review_button { font-size: 90%; } #twinlist .disabled_button { color: #BBBBBB; } #twinlist #app > .review_button a { position: absolute; right: 0; padding: 0.5em; width: 3%; overflow-x: hidden; overflow-y: hidden; white-space: nowrap; transition: all 0.2s; } #twinlist #app > .review_button a:hover { width: 10em; } #twinlist #app > .cancel_button { font-size: 90%; } #twinlist #app > .cancel_button a { position: absolute; right: 0; padding: 0.5em; width: 3%; overflow-x: hidden; overflow-y: hidden; white-space: nowrap; transition: all 0.2s; } #twinlist #app > .cancel_button a:hover { width: 5%; } #twinlist .patient_name { font-size: 80%; /* TODO figure out ellipses */ } #twinlist .twinlist-modal { padding: 2em; border: 1px solid #999999; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; background: #f8f8f8; background: gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); background: linear-gradient(top, #ffffff, #f8f8f8); color: #333333; transition: all 0.2s; backface-visibility: hidden; transition: all 0.2s; z-index: -100; opacity: 0; } #twinlist .alert-modal { position: absolute; width: 30%; top: 25%; left: 32.5%; border-radius: 0.5em; transform: translateY(-100%); } #twinlist .alert-modal a { color: #333333; } #twinlist .alert-modal strong { color: #dd4b39; } #twinlist .help-modal { display: block; position: absolute; left: 12.5%; top: 0; width: 70%; height: 80%; overflow: auto; transform: translateY(-100%); } #twinlist .modify-modal { display: block; position: absolute; left: 12.5%; top: 0; width: 70%; height: 80%; overflow: auto; transform: translateY(-100%); } #twinlist #app .help-modal li { margin-left: 2em; } #twinlist .show { transform: translateY(0); z-index: 500; opacity: 1; } #twinlist .close { margin-top: 1em; width: 5em; float: right; } #twinlist .options-panel { background: #333333; color: #999999; font-size: 80%; border-collapse: collapse; position: absolute; right: 0; top: 0; width: 97%; border-bottom-left-radius: 0.2em; opacity: 0; transform: translateY(-200%); } #twinlist .options-panel td:nth-child(odd) { padding: 0.25em 0 0.25em 2em; } #twinlist .options-panel td:nth-child(even) { padding: 0.25em 0 0.25em 0.5em; } #twinlist .options-panel select, .options-panel input[type="text"] { width: 100%; } #twinlist .options-panel li { display: inline; padding: 0; margin: 0; } #twinlist .options-panel a { color: #999999; } #twinlist .options-panel a:hover { color: #f0f0f0; } /* * Review panel (hides to the right). */ #twinlist #review h1 { display: inline; } #twinlist #review table { width: 100%; border-collapse: collapse; table-layout: fixed; } #twinlist #review th { padding: 0.5em 0.4em; text-align: left; } #twinlist #review .content th { padding: 0.4em; } #twinlist #review td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 2.5em; margin: 0; padding: 0.5em 0; } #twinlist #review .content { position: absolute; margin: 0 0 0 10%; } #twinlist #review .content { top: 25%; width: 80%; } #twinlist #review .content { overflow-x: hidden; top: 30%; height: 55%; width: 80%; } #twinlist #review .item { position: inherit; } #twinlist #review .annotation { margin-left: 2em; } /* * Add / edit panel (hides to the right). */ #twinlist #modify, #review { margin: 10% 5%; } #twinlist #modify h1, #review header { position: absolute; top: 12%; margin: 3% 0; } #twinlist .fields { margin-top: 10%; position: absolute; right: 5%; width: 31%; } #twinlist .fields label { float: left; padding: 1%; margin: 2% 1% 2% 0; text-align: right; width: 30%; } #twinlist .fields input, #twinlist .fields textarea { border: 0.1em solid #bbbbbb; border-radius: 0.2em; font-size: 90%; font-family: "Andale Mono", monospace; margin: 2% 0 2% 1%; padding: 1%; width: 60%; } #twinlist .fields textarea { resize: vertical; } #twinlist .fields :placeholder { font-style: italic; opacity: 0.8; } #twinlist .preview { background: white; border: 0.1em dashed #bbbbbb; border-radius: 0.2em; position: absolute; top: 40%; left: 20%; } #twinlist #modify .action, #twinlist #review .action { position: absolute; right: 5%; top: 70%; width: 35%; } #twinlist .save, #twinlist .response { float: right; padding: 0.5em; } #twinlist .save { border-left: 0.4em solid #999999; width: 90%; transition: all 0.2s; } #twinlist .save:hover { width: 100%; text-decoration: none; } #twinlist .response { font-size: 95%; opacity: 0; transition: all 0.4s; } #twinlist .response .back::before { content: "[ "; } #twinlist .response .back::after { content: " ]"; } #twinlist .watermark { font-size: 300%; position: absolute; bottom: 15%; opacity: 0.4; pointer-events: none; } /* * Utility: colors, fonts, ... */ #twinlist .content-text { font-family: "Lucida Grande", "Lucida Sans", Helvetica, sans-serif; } #twinlist .explanatory-text { font-family: "Andale Mono", monospace; } #twinlist .keyword { font-weight: normal; } #twinlist .link { text-decoration: underline; } #twinlist .warning { color: #dd4b39; } #twinlist .annotation { font-size: 80%; font-style: italic; font-weight: normal; } #twinlist .bg-accent { background: #54787d; } #twinlist thead { z-index: 999; /* > 10 to be above items, > 500 to be above .show */ } #twinlist .bg-contrast-light { background: #f0f0f0; } #twinlist .bg-contrast-dark { background: #e5e5e5; } #twinlist .show { opacity: 1; transform: translate(0, 0); } /* TODO better place to put this stuff */ #twinlist .num_remaining { text-decoration: underline; }
www/assets/stylesheets/twinlist/twinlist.css
background: #fafafa; color: #333333; overflow: hidden; height: 100%; } #twinlist a { font-weight: bold; color: #333333; text-decoration: none; user-select: none; } #twinlist a:hover { cursor: pointer; text-decoration: underline; color: #777777; } /* * Enable horizontal panels. */ #twinlist #panel { /* position: absolute; width: 100%; height: 100%; */ transition: all 0.8s cubic-bezier(0.3, 0.3, 0.1, 0.99); } #twinlist .hide-left { transform: translateX(-100%); } #twinlist .hide-right { transform: translateX(100%); } #twinlist .forward { font-family: "Andale Mono", monospace; padding: 0.5em; position: absolute; transition: all 0.ss; border-left: 0.4em solid #999999; right: 0; } #twinlist .forward:hover { padding-right: 3em; text-decoration: none; } #twinlist .top { top: 5%; } #twinlist .bottom { bottom: 5%; } /* * Intro panel (hides to the left). */ #twinlist #intro h1, #twinlist #intro h2 { margin: 3% 0; } #twinlist #intro h1 { letter-spacing: 0.25em; } #twinlist #intro a, #twinlist #intro h4 { color: #666666; } #twinlist #ul_config li { height: 2em; } #twinlist #intro select { height: 2em; } #twinlist .column { height: 100%; position: absolute; } #twinlist .column.left { padding: 7.5% 5%; width: 30%; } #twinlist .column.right { padding: 5% 7.5%; width: 45%; right: 0; } #twinlist .sub-blurb { margin: 15% 0; } #twinlist .sub-blurb p { text-align: justify; margin: 5% 0; } /* * Main panel. Hides to the left or right, depending. */ #twinlist .banner { background: #333333; line-height: 250%; margin: 0; padding: 0; } #twinlist .logo, .nav-item { display: inline; } #twinlist .logo { font-size: 175%; font-weight: normal; color: #f0f0f0; letter-spacing: 0.25em; margin-left: 5%; } #twinlist .main-nav { font-size: 90%; float: right; margin-right: 5%; } #twinlist .nav-link { color: #999999; margin: 0 1em; } #twinlist .nav-link:hover { color: #f0f0f0; cursor: pointer; } #twinlist #app .active { text-decoration: underline; } #twinlist #app .inactive { color: #666666 !important; text-decoration: line-through !important; } #twinlist #app > .content { /* position: absolute; */ margin: 0.75em 5%; height: 70%; /* fallback */ width: 90%; user-select: none; } #twinlist .scrolling_content { position: absolute; overflow-x: hidden; height: 70%; /* fallback */ width: 90%; user-select: none; } #twinlist .backdrop { border-bottom: 0.3em solid #f3f3f3; border-collapse: collapse; width: 100%; } #twinlist .backdrop th { color: #f0f0f0; font-weight: normal; text-align: left; padding: 0.75em 1em 0.5em 1em; width: 20%; } #twinlist .backdrop th:first-child { border-top-left-radius: 0.2em; } #twinlist .backdrop th:last-child { border-top-right-radius: 0.2em; } #twinlist .col-header .name { margin-bottom: 0.4em; } #twinlist .col-header .action { font-size: 75%; } #twinlist .col-header .action ul, .col-header .action li { display: inline; padding: 0; } #twinlist .col-header .action li:first-child::after { opacity: 0.6; content: "|"; } #twinlist .col-header .action li:last-child::before { opacity: 0.6; content: "["; } #twinlist .col-header .action li:last-child::after { opacity: 0.6; content: "]"; } #twinlist .col-header .action li:last-child { float: right; } #twinlist .col-header .action a { opacity: 0.6; color: #f0f0f0; } #twinlist .col-header .action a:hover { opacity: 1; color: #f0f0f0; } #twinlist .keep { margin-right: 0.3em; } #twinlist .reject { margin-left: 0.3em; } #twinlist .clear { margin: 0 0.5em; } #twinlist .backdrop tr { transition: background 0.8s ease-in-out; } #twinlist .backdrop td, .item .header, .item .detail, .diagnosis .header { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #twinlist .backdrop td, .item { width: 18%; height: 4.0em; padding: 0.6em 0.5em 0.4em 0.5em; transition: background 0.8s; } #twinlist .diagnosis { width: 18%; height: 1.5em; padding: 0.6em 0.5em 0.4em 0.5em; transition: background 0.8s; } #twinlist .item, #twinlist .diagnosis { position: absolute; transition: transform 0.2s ease-in-out, opacity 0.2s; z-index: 10; /* > 1 to be above shadows (ghosts) */ } #twinlist .item:hover,#twinlist .item-hover,#twinlist .diagnosis:hover { transform: translateX(2%); text-overflow: ellipsis; } #twinlist .item .header, #twinlist .diagnosis .header { margin-bottom: 0.15em; } #twinlist .item .name { font-weight: bold; margin: 0 0.2em; padding: 0 0.2em; transition: background 0.4s; } #twinlist .diagnosis .name { font-weight: lighter; font-style: italic; margin: 0 0.2em; padding: 0 0.2em; transition: background 0.4s; } #twinlist .item .detail span { font-size: 80%; margin: 0 0.3em; padding: 0 0.2em; } #twinlist .shadow { color: #bbbbbb; opacity: 0.6; z-index: 1; /* > 0 to be above the backdrop */ } /* TODO ellipsis coloring issues here... */ #twinlist .undecided-hover { background: #555555; border-radius: 0.2em; color: #f0f0f0; } #twinlist .third-col-anchor-hover { background: rgb(223, 243, 235); border-radius: 0.2em; color: #333333; } #twinlist .diagnosis-hover { background: rgb(21, 99, 77); border-radius: 0.2em; color: #f0f0f0; } #twinlist .accepted { background: #8fbe00; border-radius: 0.2em; color: #f0f0f0; } #twinlist .rejected { color: #bbbbbb; text-decoration: line-through; } #twinlist .modified .name::before { content: "*"; margin-right: 0.5em; } #twinlist .difference { transition: background 0.4s; } #twinlist .highlight { color: #333333; background: #f2e4ac; border: 1px solid #f0e0a3; border-radius: 0.2em; transition: all 0.4s; } #twinlist .groups .label { color: #333333; font-size: 60%; font-style: italic; position: absolute; opacity: 0; transition: all 0.8s; } #twinlist .diagnoses .diagnosis { position: absolute; } #twinlist .groups .label.show { opacity: 1; } #twinlist #app > .detail { position: absolute; bottom: 3em; margin: 0 5%; width: 90%; } #twinlist .label, #twinlist #app > .detail .content { display: table-cell; margin: 0; padding: 0.75em; } #twinlist .label { color: #f0f0f0; border-top-left-radius: 0.2em; border-bottom-left-radius: 0.2em; } #twinlist #app > .detail .content { font-size: 95%; width: 100%; border-top-right-radius: 0.2em; border-bottom-right-radius: 0.2em; } #twinlist #app .annotation { position: absolute; bottom: 1em; left: 5%; } #twinlist .branding { position: absolute; bottom: 0; right: 0; margin: 0.5em 5%; width: 20%; text-align: right; display: inline; background-color: white; overflow-x: hidden; } #twinlist .branding ul, #twinlist .branding li { display: inline; } #twinlist .branding .logo { height: 1em; } #twinlist .scrolltip { background: #54787d; border-radius: 0.2em; color: #f0f0f0; text-align: right; overflow: hidden; text-overflow: ellipsis; padding: 0.25em; width: 7.5em; position: absolute; right: 5%; opacity: 0; transform: translateY(50%); transition: all 0.2s; } #twinlist #app > .modify { font-size: 90%; } #twinlist #app > .modify a { position: absolute; right: 0; padding: 0.5em; width: 3%; transition: all 0.2s; } #twinlist #app > .modify a:hover { width: 5%; } #twinlist #app > .review_button { font-size: 90%; } #twinlist .disabled_button { color: #BBBBBB; } #twinlist #app > .review_button a { position: absolute; right: 0; padding: 0.5em; width: 3%; overflow-x: hidden; overflow-y: hidden; white-space: nowrap; transition: all 0.2s; } #twinlist #app > .review_button a:hover { width: 10em; } #twinlist #app > .cancel_button { font-size: 90%; } #twinlist #app > .cancel_button a { position: absolute; right: 0; padding: 0.5em; width: 3%; overflow-x: hidden; overflow-y: hidden; white-space: nowrap; transition: all 0.2s; } #twinlist #app > .cancel_button a:hover { width: 5%; } #twinlist .patient_name { font-size: 80%; /* TODO figure out ellipses */ } #twinlist .twinlist-modal { padding: 2em; border: 1px solid #999999; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; background: #f8f8f8; background: gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8)); background: linear-gradient(top, #ffffff, #f8f8f8); color: #333333; transition: all 0.2s; backface-visibility: hidden; transition: all 0.2s; z-index: -100; opacity: 0; } #twinlist .alert-modal { position: absolute; width: 30%; top: 25%; left: 32.5%; border-radius: 0.5em; transform: translateY(-100%); } #twinlist .alert-modal a { color: #333333; } #twinlist .alert-modal strong { color: #dd4b39; } #twinlist .help-modal { display: block; position: absolute; left: 12.5%; top: 0; width: 70%; height: 80%; overflow: auto; transform: translateY(-100%); } #twinlist .modify-modal { display: block; position: absolute; left: 12.5%; top: 0; width: 70%; height: 80%; overflow: auto; transform: translateY(-100%); } #twinlist #app .help-modal li { margin-left: 2em; } #twinlist .show { transform: translateY(0); z-index: 500; opacity: 1; } #twinlist .close { margin-top: 1em; width: 5em; float: right; } #twinlist .options-panel { background: #333333; color: #999999; font-size: 80%; border-collapse: collapse; position: absolute; right: 0; top: 0; width: 97%; border-bottom-left-radius: 0.2em; opacity: 0; transform: translateY(-200%); } #twinlist .options-panel td:nth-child(odd) { padding: 0.25em 0 0.25em 2em; } #twinlist .options-panel td:nth-child(even) { padding: 0.25em 0 0.25em 0.5em; } #twinlist .options-panel select, .options-panel input[type="text"] { width: 100%; } #twinlist .options-panel li { display: inline; padding: 0; margin: 0; } #twinlist .options-panel a { color: #999999; } #twinlist .options-panel a:hover { color: #f0f0f0; } /* * Review panel (hides to the right). */ #twinlist #review h1 { display: inline; } #twinlist #review table { width: 100%; border-collapse: collapse; table-layout: fixed; } #twinlist #review th { padding: 0.5em 0.4em; text-align: left; } #twinlist #review .content th { padding: 0.4em; } #twinlist #review td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 2.5em; margin: 0; padding: 0.5em 0; } #twinlist #review .content { position: absolute; margin: 0 0 0 10%; } #twinlist #review .content { top: 25%; width: 80%; } #twinlist #review .content { overflow-x: hidden; top: 30%; height: 55%; width: 80%; } #twinlist #review .item { position: inherit; } #twinlist #review .annotation { margin-left: 2em; } /* * Add / edit panel (hides to the right). */ #twinlist #modify, #review { margin: 10% 5%; } #twinlist #modify h1, #review header { position: absolute; top: 12%; margin: 3% 0; } #twinlist .fields { margin-top: 10%; position: absolute; right: 5%; width: 31%; } #twinlist .fields label { float: left; padding: 1%; margin: 2% 1% 2% 0; text-align: right; width: 30%; } #twinlist .fields input, #twinlist .fields textarea { border: 0.1em solid #bbbbbb; border-radius: 0.2em; font-size: 90%; font-family: "Andale Mono", monospace; margin: 2% 0 2% 1%; padding: 1%; width: 60%; } #twinlist .fields textarea { resize: vertical; } #twinlist .fields :placeholder { font-style: italic; opacity: 0.8; } #twinlist .preview { background: white; border: 0.1em dashed #bbbbbb; border-radius: 0.2em; position: absolute; top: 40%; left: 20%; } #twinlist #modify .action, #twinlist #review .action { position: absolute; right: 5%; top: 70%; width: 35%; } #twinlist .save, #twinlist .response { float: right; padding: 0.5em; } #twinlist .save { border-left: 0.4em solid #999999; width: 90%; transition: all 0.2s; } #twinlist .save:hover { width: 100%; text-decoration: none; } #twinlist .response { font-size: 95%; opacity: 0; transition: all 0.4s; } #twinlist .response .back::before { content: "[ "; } #twinlist .response .back::after { content: " ]"; } #twinlist .watermark { font-size: 300%; position: absolute; bottom: 15%; opacity: 0.4; pointer-events: none; } /* * Utility: colors, fonts, ... */ #twinlist .content-text { font-family: "Lucida Grande", "Lucida Sans", Helvetica, sans-serif; } #twinlist .explanatory-text { font-family: "Andale Mono", monospace; } #twinlist .keyword { font-weight: normal; } #twinlist .link { text-decoration: underline; } #twinlist .warning { color: #dd4b39; } #twinlist .annotation { font-size: 80%; font-style: italic; font-weight: normal; } #twinlist .bg-accent { background: #54787d; } #twinlist thead { z-index: 999; /* > 10 to be above items, > 500 to be above .show */ } #twinlist .bg-contrast-light { background: #f0f0f0; } #twinlist .bg-contrast-dark { background: #e5e5e5; } #twinlist .show { opacity: 1; transform: translate(0, 0); } /* TODO better place to put this stuff */ #twinlist .num_remaining { text-decoration: underline; }
0.372505
0.102889
body{ background: #fcfcfc; color: #222; overflow: hidden; } #es-container{ font-family: 'Oxygen', Ariel, Sans-Serif; width:100%; height:100%; } #es-container h1,h2,h3,h4,h5,h6{ margin:0; } .es-panel{ height: 100%; overflow: hidden; position: relative; } #es-panel-0{ width: 0px; float: left; height: 95%; height: calc(100% - 40px); overflow-y: auto; padding-top: 5px; box-shadow: 5px 0 5px #888; z-index: 2; display: none; } #es-panel-1{ height: calc(100% - 50px); padding-top: 5px; margin-left: 10px; margin-right: 10px; } #es-panel-2{ width: 0; float: right; height: 100%; overflow-y: auto; } #es-header .es-sidebar-toggle{ float: left; display: inline; margin-right: 5px; z-index: 3; } .es-sidebar-toggle.active { border-radius: 0 0 5px 5px; top: -4px; width: 60px; height: 50px; } #es-function-icon{ background-image: url('/es_client/icons/ethersheet-icon-function-gray.png'); left: 60px; } #es-function-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-function.png'); } #es-activity-icon{ background-image: url('/es_client/icons/ethersheet-icon-activity-gray.png'); left: 180px; } #es-activity-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-activity.png'); } #es-style-icon{ background-image: url('/es_client/icons/ethersheet-icon-style-gray.png'); left: 120px; } #es-style-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-style.png'); } #es-sheet-icon{ display: none !important; background-image: url('/es_client/icons/ethersheet-icon-sheets-gray.png'); } #es-sheet-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-sheets.png'); } #es-sheet-list li{ cursor: pointer; } #es-sheet-list a { cursor: pointer; } .es-sidebar-toggle{ height: 40px; width: 60px; background-position: top; background-repeat: no-repeat; cursor: pointer; } .es-table-corner .es-sidebar-toggle{ height: 18px; width: 45px; } #es-menu-container{ } #es-table-container{ position:relative; border: 1px solid #ddd; } #es-modal-overlay{ display: none; width: 100%; height: 100%; top: 0; right: 0; position: absolute; background: rgba(0,0,0,0.5); z-index: 1000; color:#111111; } #es-modal-box{ min-height: 400px; width: 600px; border: 2px solid #333; background: #FFF; margin: 100px auto; padding: 15px; z-index: 1001; } #es-modal-close{ cursor: pointer; float: right; font-size: 12px; } #es-menu-icon{ height: 30px; width: 30px; float: left; display: inline; cursor: pointer; } #es-logo{ display: none; width: -moz-max-content; width: -webkit-max-content; width: intrinsic; margin: auto; } @media all and (max-width: 700px) and (min-width: 535px) { #es-logo{ width: auto; float: right; } } @media all and (max-width: 534px) { #es-logo{ display: none; } } #es-logo h1{ margin: 0; padding: 0 25px ; display: inline; font-size: 20px; } #es-header{ /* background: url("/es_client/icons/dark_stripes.png"); */ padding: 10px 10px 0 5px; color: #fcfcfc; height: 50px; }
node_modules/es_client/styles/es_container.css
body{ background: #fcfcfc; color: #222; overflow: hidden; } #es-container{ font-family: 'Oxygen', Ariel, Sans-Serif; width:100%; height:100%; } #es-container h1,h2,h3,h4,h5,h6{ margin:0; } .es-panel{ height: 100%; overflow: hidden; position: relative; } #es-panel-0{ width: 0px; float: left; height: 95%; height: calc(100% - 40px); overflow-y: auto; padding-top: 5px; box-shadow: 5px 0 5px #888; z-index: 2; display: none; } #es-panel-1{ height: calc(100% - 50px); padding-top: 5px; margin-left: 10px; margin-right: 10px; } #es-panel-2{ width: 0; float: right; height: 100%; overflow-y: auto; } #es-header .es-sidebar-toggle{ float: left; display: inline; margin-right: 5px; z-index: 3; } .es-sidebar-toggle.active { border-radius: 0 0 5px 5px; top: -4px; width: 60px; height: 50px; } #es-function-icon{ background-image: url('/es_client/icons/ethersheet-icon-function-gray.png'); left: 60px; } #es-function-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-function.png'); } #es-activity-icon{ background-image: url('/es_client/icons/ethersheet-icon-activity-gray.png'); left: 180px; } #es-activity-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-activity.png'); } #es-style-icon{ background-image: url('/es_client/icons/ethersheet-icon-style-gray.png'); left: 120px; } #es-style-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-style.png'); } #es-sheet-icon{ display: none !important; background-image: url('/es_client/icons/ethersheet-icon-sheets-gray.png'); } #es-sheet-icon.active{ background-image: url('/es_client/icons/ethersheet-icon-sheets.png'); } #es-sheet-list li{ cursor: pointer; } #es-sheet-list a { cursor: pointer; } .es-sidebar-toggle{ height: 40px; width: 60px; background-position: top; background-repeat: no-repeat; cursor: pointer; } .es-table-corner .es-sidebar-toggle{ height: 18px; width: 45px; } #es-menu-container{ } #es-table-container{ position:relative; border: 1px solid #ddd; } #es-modal-overlay{ display: none; width: 100%; height: 100%; top: 0; right: 0; position: absolute; background: rgba(0,0,0,0.5); z-index: 1000; color:#111111; } #es-modal-box{ min-height: 400px; width: 600px; border: 2px solid #333; background: #FFF; margin: 100px auto; padding: 15px; z-index: 1001; } #es-modal-close{ cursor: pointer; float: right; font-size: 12px; } #es-menu-icon{ height: 30px; width: 30px; float: left; display: inline; cursor: pointer; } #es-logo{ display: none; width: -moz-max-content; width: -webkit-max-content; width: intrinsic; margin: auto; } @media all and (max-width: 700px) and (min-width: 535px) { #es-logo{ width: auto; float: right; } } @media all and (max-width: 534px) { #es-logo{ display: none; } } #es-logo h1{ margin: 0; padding: 0 25px ; display: inline; font-size: 20px; } #es-header{ /* background: url("/es_client/icons/dark_stripes.png"); */ padding: 10px 10px 0 5px; color: #fcfcfc; height: 50px; }
0.334155
0.058588
.publish-bar { position: fixed; bottom: 0; right: 0; z-index: 10; border: 1px solid #ccd0d4; left: 240px; text-align: center; padding: .5rem; background: #fff; } .temp-1 { /*width: 30%;*/ overflow-y: auto; max-height: 100%; width: 30rem; } .temp-2 { width: 40%; background-color: #f5f7f9; max-height: 100%; overflow-y: auto; min-width: 33rem; } .temp-3 { overflow-y: auto; max-height: 100%; width: 33rem; } .modules { width: 7.5rem; text-align: center; cursor: pointer; border-right:1px solid #eee; border-bottom:1px solid #eee; padding:1rem; } .modules:hover { background-color: #eee; } .modules-name { height:2.5rem; line-height: 2.5rem; border:1px solid #eee; border-bottom:0; padding-left:1rem; background-color: rgb(247,247,247); margin-top:1rem; } .modules a { color: #353535; } a.modules:hover { text-decoration: none; } .block { width: 100%; height: auto; position: relative; } .block.active { border: 2px #5CB3FD dashed; } .block-handle { position: absolute; top: 0; right: -2rem; } .handle { width: 2rem; height: 2rem; margin-bottom: 1rem; } .block-handle.block-handle-left { left: -2rem; right: unset; } .block-handle.block-handle-right { right: -2rem; } .handle img { width: 100%; height: 100%; } .handle.down { transform: rotate(180deg); } .block-header img { width: 375px; height: 68px; } .block-empty { width: 100%; margin-top: 20rem; } .block-default { width: 100%; cursor: pointer; background-repeat: no-repeat; background-size: 100% 100%; } .block-default > div { width: 100%; height: 100%; } .block-default-img { background-color: #FFFFFF; overflow: hidden; position: relative; } .block-default-img img { width: 70px; } .pic-list { position: relative; left: 0; width: 100%; } .pic-list > div { flex-shrink: 0; overflow: hidden; height: auto; background-repeat: no-repeat; background-position: center; } .pic-list div.fill { background-size: cover; } .pic-list-1 div { width: 375px; } .pic-list-2 div { width: 295px; height: 141.6px; margin-left: 20px; } .pic-list-2 div.active { width: 295px; height: 141.6px; } .pic-list-2 div:first-child { margin-left: 40px; } .pic-list-1 img { width: 375px; flex-shrink: 0; position: relative; } .pic-list-2 img { width: 100%; flex-shrink: 0; position: relative; } .block-default-search { height: 50px; padding: 10px; } .block-default-search .search { padding: 0 12px; } .search img { width: 12px; height: 12px; } .search .text { margin-left: 10px; } .border-block { width: 60px; height: 30px; border: 1px #eee solid; padding: 5px; cursor: pointer; margin-left: 15px; position: relative; } .border-block > div:first-child { width: 100%; height: 100%; } .cp-default { display: none; box-shadow: none; position: absolute; left: 0; top: 0; z-index: 999; width: 270px; } .radio-block { text-align: center; margin-left: 1rem; } .border-block:first-child { margin: 0; } .border-block.active { border: 1px solid #5CB3FD; position: relative; } .border-block.active:after { content: ' '; position: absolute; background: url("../images/radio.png"); right: 0; bottom: 0; width: 14px; height: 14px; } .banner-block { border: 1px #eee solid; padding: 5px; } .banner-block .style-1 { width: 100px; height: 50px; background-color: #E6F4FF; } .banner-block .style-2 { width: 100px; height: 50px; padding: 5px 0; } .banner-block .style-2 div { width: 80px; height: 100%; background-color: #E6F4FF; border-radius: 4px; } .banner-block .style-2 div:first-child { width: 10px; border-radius: 0 4px 4px 0; margin-right: 2px; } .banner-block .style-2 div:last-child { width: 10px; border-radius: 4px 0 0 4px; margin-left: 2px } .banner-block .text { text-align: center; padding: 5px 0; } .banner-block.active { border: 1px #5CB3FD solid; } .list-add { width: 100%; padding: 5px; border: 1px dashed #5CB3FD; color: #5CB3FD; cursor: pointer; } .banner-one { width: 100%; background-color: #fff; padding: 10px; border:1px solid #e2e2e2; } .banner-one .img { width: 300px; height: 144px; background-color: #f7f7f7; text-align: center; } .nav { background-color: #fff; width: 100%; overflow-x: auto; min-height: 100px; } .nav .nav-block { padding: 12px 0; text-align: center; flex-shrink: 0; } .nav .nav-item-1 { width: 369px; } .nav .nav-item-2 { width: 189px; } .nav .nav-item-3 { width: 123px; } .nav .nav-item-4 { width: 92px; } .nav .nav-item-5 { width: 73px; } .nav .nav-block img { width: 42px; height: 42px; margin-bottom: 4px; } .nav-one { width: 100%; padding: 10px; font-size: 9px; background-color: #fff; border:1px solid #e2e2e2; } .nav-one .nav-left { width: 80px; height: 80px; margin-right: 20px; } .nav-one .img { width: 80px; height: 80px; text-align: center; background-color: #f7f7f7; } .block-default-notice { height: 36px; } .block-default-notice .notice { padding: 0 10px; } .block-default-notice img { width: 18px; height: 18px; margin-right: 12px; } .notice-block .img { width: 100px; height: 100px; border: 1px dashed #eee; text-align: center; } .block-default-topic .topic-1, .topic-2 { width: 100%; height: 100%; padding: 5px; background-color: #fff; } .topic-1 img { width: 52px; height: 16px; margin-right: 10px; } .topic-2 img { width: 52px; height: 25px; margin-right: 10px; } .topic-one { padding: 17px 12px; background-color: #fff; margin-bottom:5px; } .topic-one:last-child { margin-bottom:0; } .topic-img-0 { width:134px; height: 101px; background-position: center; background-repeat: no-repeat; background-size: cover; } .topic-img-1 { width:351px; height: 175px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 12px; } .img .select-file { cursor: pointer; border: 0; display: block; margin: 0; } .switch { position: relative; width: 50px; height: 25px; border-radius: 25px; background-color: #00c203; border: 1px #eee solid; color: #ffffff; line-height: 25px; padding:0 4px; cursor: pointer; } .switch-one { position: absolute; left: 0; top: 0; z-index: 10; background-color: #fff; width: 23px; height: 23px; border-radius: 23px; } .text-more { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; display: block; } .text-more-2 { width: 100%; height: 3rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } .block-default-line { background-color: #fff; padding: 10px 0; } .block-default-line .line { height: 1px; width: 100%; } .block-default-ad { background-color: #fff; height: 100px; } .rubik-list > div { position: absolute; } .rubik-block.active { border: 1px #5CB3FD solid; } .rubik-block { position: relative; margin-left: 5px; margin-bottom: 5px; padding: 5px; background-color: #ffffff; border: 1px #e0e0e0 solid; } .rubik-block > div:first-child { width: 100px; height: 64px; position: relative; } .rubik-block > div div { position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #E6F4FF; } .rubik-list-0 .rubik-0 { width: 100px; height: 48px; } .rubik-list-1 .rubik-0, .rubik-list-2 .rubik-0, .rubik-list-3 .rubik-0 { position: absolute; left: 0; top: 0; width: 36px; height: 48px; } .rubik-list-1 .rubik-1 { position: absolute; left: 40px; top: 0; width: 60px; height: 48px; } .rubik-list-2 .rubik-1, .rubik-list-3 .rubik-1 { position: absolute; left: 40px; top: 0; width: 60px; height: 22px; } .rubik-list-2 .rubik-2 { position: absolute; left: 40px; top: 26px; width: 60px; height: 22px; } .rubik-list-3 .rubik-2 { position: absolute; left: 40px; top: 26px; width: 28px; height: 24px; } .rubik-list-3 .rubik-3 { position: absolute; left: 72px; top: 26px; width: 28px; height: 24px; } .rubik-list-4 > div > div { position: absolute; top: 0; width: 48px; height: 32px; } .rubik-list-4 .rubik-0 { left: 0; } .rubik-list-4 .rubik-1 { left: 52px; } .rubik-list-5 > div > div { position: absolute; width: 31px; height: 32px; top: 0; } .rubik-list-5 .rubik-0 { left: 0; } .rubik-list-5 .rubik-1 { left: 35px; } .rubik-list-5 .rubik-2 { left: 69px; } .rubik-list-6 > div > div { position: absolute; width: 23px; height: 25px; top: 0; } .rubik-list-6 .rubik-0 { left: 0; } .rubik-list-6 .rubik-1 { left: 27px; } .rubik-list-6 .rubik-2 { left: 54px; } .rubik-list-6 .rubik-3 { left: 81px; } .rubik-list-7 > div > div { position: absolute; width: 48px; height: 30px; } .rubik-list-7 .rubik-0 { left: 0; top: 0; } .rubik-list-7 .rubik-1 { left: 52px; top: 0; } .rubik-list-7 .rubik-2 { left: 0; top: 34px; } .rubik-list-7 .rubik-3 { left: 52px; top: 34px; } .rubik-list-8 > div > div { position: absolute; width: 31px; height: 31px; border: 1px #5CB3FD dashed; background-color: #E6F4FF; } .rubik-list-8 > div > div:first-child { background-color: #fff; } .rubik-list-8 .rubik-1 { left: 32px; } .rubik-list-8 .rubik-2 { left: 64px; } .rubik-list-8 .rubik-3 { top: 32px; } .rubik-list-8 .rubik-4 { left: 32px; top: 32px; } .rubik-list-8 .rubik-5 { left: 64px; top: 32px; } .rubik-img { background-position: center; background-repeat: no-repeat; float: left; } .block-default-video { height: 200px; background-color: #000; } .block-default-coupon { padding: 5px; overflow-x: auto; background-color: #fff; } .block-default-coupon .coupon-one { width: 128px; height: 65px; background-repeat: no-repeat; background-size: 100% 100%; margin-right: 5px; flex-shrink: 0; color: #fff; font-size: 10px; } .banner-one .img-list { width: 50px; height: 50px; background-color: #f7f7f7; color: #5CB3FD; cursor: pointer; position: relative; } .block-default-goods { overflow-x: hidden; } .block-default-goods > div { width: calc(100% + 10px); min-height: 100px; background-color: #fff; padding: 0 10px; margin: 0 -5px; overflow-x: auto; } .block-default-goods .goods-one { flex-shrink: 0; padding: 0 5px; margin: 10px 0; } .block-default-goods .goods-img { width: 100%; background-position: center; background-repeat: no-repeat; position: relative; } .block-default-goods .goods-content { padding-left: 12px; padding-right: 12px; flex-shrink: 0; padding-bottom: 10px; } .fill-0 { background-size: contain; } .fill-1 { background-size: cover; } .goods-one { width: 100%; } .goods-one-1 .goods-border-0 { border-bottom: 1px solid #eee; } .goods-one-1 .goods-border-2 { border-bottom: 1px solid #eee; text-align: left; } .goods-one-1 .goods-border-3 { text-align: left; } .goods-one-2 { width: 50%; } .goods-one-3 { width: 33.333%; } .goods-one-4 { width: 120px; } .goods-border-1 { border: 1px solid #eee; border-radius: 0 0 5px 5px; } .goods-border-2 { text-align: center; } .goods-border-3 { border: 1px solid #eee; border-radius: 0 0 5px 5px; text-align: center; } .goods-img-0, .goods-img-2, .goods-img-3, .goods-img-4 { width: 100%; } .goods-img-1 { width: 100px; } .goods-img[data-per='0'] { height: 0; padding-top: 100%; } .goods-img[data-per='1'] { height: 0; padding-top: 66.67%; } .goods-img img { width: 32px; height: 32px; position: absolute; left: 0; top: 0; } .goods-content-0, .goods-content-2, .goods-content-3, .goods-content-4 { width: 100%; padding-top: 12px; } .goods-content-1 { width: 248px; } .goods-name { width: 100%; } .goods-price { color: #ff4544; font-size: 16px; padding-top: 12px; } .buy-btn-2 { padding: 2px 15px; border-radius: 25px; background-color: #ff4544; color: #fff; max-width: 100px; } .buy-btn-0, .buy-btn-1 { width: 25px; height: 25px; background-repeat: no-repeat; background-position: center; background-size: contain; } .buy-btn-3 { padding: 2px 15px; border: 1px solid #ff4544; border-radius: 2px; background-color: #fff; color: #ff4544; max-width: 100px; } .buy-btn-4 { padding: 2px 15px; border: 1px solid #ff4544; border-radius: 25px; background-color: #fff; color: #ff4544; max-width: 100px; } .buy-btn-5 { padding: 2px 15px; border-radius: 2px; background-color: #ff4544; color: #fff; max-width: 100px; } .block-default-goods .goods-cat { min-height: auto; overflow-x: hidden; border-bottom: 1px solid #eee; padding: 0 12px; } .goods-cat { overflow: auto; padding:0 12px; } .goods-cat-one { padding: 13px 0; flex-shrink: 0; text-align: center; margin: 0 8px; } .goods-cat-one div { padding: 2px 6px; } .goods-cat-one-0.active { border-bottom: 2px solid #ff4544; color: #ff4544; } .goods-cat-one-1.active div { color: #fff; background-color: #ff4544; border-radius: 20px; } .block-default-goods .cat-position-left { width: 100px; background-color: #eeeeee; border-right: 1px solid #e2e2e2; min-height: auto; } .cat-position-left .goods-cat-one { margin: 0; border-bottom: 1px #e2e2e2 solid; } .cat-position-left .goods-cat-one:first-child { background-color: #fff; border-left: 2px solid #ff4544; } .cat-position-right .goods-cat-goods { width: 100%; padding: 10px; background-color: #fff; } .select-file-db { cursor: pointer; } .rubik-custom { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; position: relative; } .rubik-custom .rubik-custom-one { background-color: #f7f7f7; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; cursor: pointer; background-image: url('../images/jia.png'); background-position: center; background-size: 25% 25%; background-repeat: no-repeat; } .rubik-custom-one.active-1 { background-color: #E6F4FF; background-image: none; } .rubik-custom-one.active-2 { display: none; background-image: none; } .border-active-0 { border: 1px dashed #5CB3FD; } .border-active-1 { border: 1px solid #5CB3FD; } .pic-list .chacha, .img-list .chacha { position: absolute; top: -12px; right: -12px; width: 25px; height: 25px; background-image: url('../images/chacha.png'); background-size: cover; background-repeat: no-repeat; background-position: center; display: none; z-index: 10; } .time-img { width: 100%; background-color: #fff; } .block-default .time-img-0 { height: 0; } .time-img-1 { height: auto; padding-top: 0; } .time-img > img { width: 100%; height: auto; } .bb-1 { border-bottom: 1px #eee solid; } .ad-modal-block { width: 224px; height: 400px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .ad-modal-img { width: 194px; height: calc(209px); border-radius: 10px; margin-bottom: 28px; } .ad-modal-img div { width: 194px; height: 209px; border-radius: 10px; background-size: contain; background-position: center; background-repeat: no-repeat; } .miaosha-time { position: absolute; left:0; bottom:0; width:100%; background: -webkit-linear-gradient(left,#f44,#ff8b8b); background: -webkit-gradient(linear,left top,right top,from(#f44),to(#ff8b8b)); background: -moz-linear-gradient(left,#f44,#ff8b8b); background: linear-gradient(90deg,#f44,#ff8b8b); color: #fff; padding:0 10px; height:40px; } .shop-one { background-color:#fff; width:100%; padding:13px 12px; border-bottom:1px solid #e2e2e2; color:#707070; } .shop-one img { width:75px; height:75px; border-radius: 75px; } .mch { background-color: #fff; min-height:146px; padding:5px 9px; } .mch-one-0 { margin:0 2px; } .mch-img-0 { width:112px; height:112px; } .mch-top { padding:12px; width:100%; background-color: #fff; } .mch-btn { padding:4px 8px; border-radius: 4px; border:1px solid #e3e3e3; } .mch-goods { overflow: auto; margin:4px; } .mch-goods-one { width:110px; height:110px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-right:4px; position: relative; } .mch-goods-price { position: absolute; bottom:0; left:0; background:rgba(255,255,255,.85); color:#ff4544; text-align: center; width:100%; } .link-img { width:100%; height:50%; background-repeat: no-repeat; background-size: contain; } .link-text { padding:0; margin:0; } .flex-grow-1 { min-width: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; } .flex-grow-0 { min-width: 0; -webkit-box-flex: 0; -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .page-link-input .link-name{ cursor: pointer; }
web/statics/mch/css/diy.css
.publish-bar { position: fixed; bottom: 0; right: 0; z-index: 10; border: 1px solid #ccd0d4; left: 240px; text-align: center; padding: .5rem; background: #fff; } .temp-1 { /*width: 30%;*/ overflow-y: auto; max-height: 100%; width: 30rem; } .temp-2 { width: 40%; background-color: #f5f7f9; max-height: 100%; overflow-y: auto; min-width: 33rem; } .temp-3 { overflow-y: auto; max-height: 100%; width: 33rem; } .modules { width: 7.5rem; text-align: center; cursor: pointer; border-right:1px solid #eee; border-bottom:1px solid #eee; padding:1rem; } .modules:hover { background-color: #eee; } .modules-name { height:2.5rem; line-height: 2.5rem; border:1px solid #eee; border-bottom:0; padding-left:1rem; background-color: rgb(247,247,247); margin-top:1rem; } .modules a { color: #353535; } a.modules:hover { text-decoration: none; } .block { width: 100%; height: auto; position: relative; } .block.active { border: 2px #5CB3FD dashed; } .block-handle { position: absolute; top: 0; right: -2rem; } .handle { width: 2rem; height: 2rem; margin-bottom: 1rem; } .block-handle.block-handle-left { left: -2rem; right: unset; } .block-handle.block-handle-right { right: -2rem; } .handle img { width: 100%; height: 100%; } .handle.down { transform: rotate(180deg); } .block-header img { width: 375px; height: 68px; } .block-empty { width: 100%; margin-top: 20rem; } .block-default { width: 100%; cursor: pointer; background-repeat: no-repeat; background-size: 100% 100%; } .block-default > div { width: 100%; height: 100%; } .block-default-img { background-color: #FFFFFF; overflow: hidden; position: relative; } .block-default-img img { width: 70px; } .pic-list { position: relative; left: 0; width: 100%; } .pic-list > div { flex-shrink: 0; overflow: hidden; height: auto; background-repeat: no-repeat; background-position: center; } .pic-list div.fill { background-size: cover; } .pic-list-1 div { width: 375px; } .pic-list-2 div { width: 295px; height: 141.6px; margin-left: 20px; } .pic-list-2 div.active { width: 295px; height: 141.6px; } .pic-list-2 div:first-child { margin-left: 40px; } .pic-list-1 img { width: 375px; flex-shrink: 0; position: relative; } .pic-list-2 img { width: 100%; flex-shrink: 0; position: relative; } .block-default-search { height: 50px; padding: 10px; } .block-default-search .search { padding: 0 12px; } .search img { width: 12px; height: 12px; } .search .text { margin-left: 10px; } .border-block { width: 60px; height: 30px; border: 1px #eee solid; padding: 5px; cursor: pointer; margin-left: 15px; position: relative; } .border-block > div:first-child { width: 100%; height: 100%; } .cp-default { display: none; box-shadow: none; position: absolute; left: 0; top: 0; z-index: 999; width: 270px; } .radio-block { text-align: center; margin-left: 1rem; } .border-block:first-child { margin: 0; } .border-block.active { border: 1px solid #5CB3FD; position: relative; } .border-block.active:after { content: ' '; position: absolute; background: url("../images/radio.png"); right: 0; bottom: 0; width: 14px; height: 14px; } .banner-block { border: 1px #eee solid; padding: 5px; } .banner-block .style-1 { width: 100px; height: 50px; background-color: #E6F4FF; } .banner-block .style-2 { width: 100px; height: 50px; padding: 5px 0; } .banner-block .style-2 div { width: 80px; height: 100%; background-color: #E6F4FF; border-radius: 4px; } .banner-block .style-2 div:first-child { width: 10px; border-radius: 0 4px 4px 0; margin-right: 2px; } .banner-block .style-2 div:last-child { width: 10px; border-radius: 4px 0 0 4px; margin-left: 2px } .banner-block .text { text-align: center; padding: 5px 0; } .banner-block.active { border: 1px #5CB3FD solid; } .list-add { width: 100%; padding: 5px; border: 1px dashed #5CB3FD; color: #5CB3FD; cursor: pointer; } .banner-one { width: 100%; background-color: #fff; padding: 10px; border:1px solid #e2e2e2; } .banner-one .img { width: 300px; height: 144px; background-color: #f7f7f7; text-align: center; } .nav { background-color: #fff; width: 100%; overflow-x: auto; min-height: 100px; } .nav .nav-block { padding: 12px 0; text-align: center; flex-shrink: 0; } .nav .nav-item-1 { width: 369px; } .nav .nav-item-2 { width: 189px; } .nav .nav-item-3 { width: 123px; } .nav .nav-item-4 { width: 92px; } .nav .nav-item-5 { width: 73px; } .nav .nav-block img { width: 42px; height: 42px; margin-bottom: 4px; } .nav-one { width: 100%; padding: 10px; font-size: 9px; background-color: #fff; border:1px solid #e2e2e2; } .nav-one .nav-left { width: 80px; height: 80px; margin-right: 20px; } .nav-one .img { width: 80px; height: 80px; text-align: center; background-color: #f7f7f7; } .block-default-notice { height: 36px; } .block-default-notice .notice { padding: 0 10px; } .block-default-notice img { width: 18px; height: 18px; margin-right: 12px; } .notice-block .img { width: 100px; height: 100px; border: 1px dashed #eee; text-align: center; } .block-default-topic .topic-1, .topic-2 { width: 100%; height: 100%; padding: 5px; background-color: #fff; } .topic-1 img { width: 52px; height: 16px; margin-right: 10px; } .topic-2 img { width: 52px; height: 25px; margin-right: 10px; } .topic-one { padding: 17px 12px; background-color: #fff; margin-bottom:5px; } .topic-one:last-child { margin-bottom:0; } .topic-img-0 { width:134px; height: 101px; background-position: center; background-repeat: no-repeat; background-size: cover; } .topic-img-1 { width:351px; height: 175px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 12px; } .img .select-file { cursor: pointer; border: 0; display: block; margin: 0; } .switch { position: relative; width: 50px; height: 25px; border-radius: 25px; background-color: #00c203; border: 1px #eee solid; color: #ffffff; line-height: 25px; padding:0 4px; cursor: pointer; } .switch-one { position: absolute; left: 0; top: 0; z-index: 10; background-color: #fff; width: 23px; height: 23px; border-radius: 23px; } .text-more { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; display: block; } .text-more-2 { width: 100%; height: 3rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } .block-default-line { background-color: #fff; padding: 10px 0; } .block-default-line .line { height: 1px; width: 100%; } .block-default-ad { background-color: #fff; height: 100px; } .rubik-list > div { position: absolute; } .rubik-block.active { border: 1px #5CB3FD solid; } .rubik-block { position: relative; margin-left: 5px; margin-bottom: 5px; padding: 5px; background-color: #ffffff; border: 1px #e0e0e0 solid; } .rubik-block > div:first-child { width: 100px; height: 64px; position: relative; } .rubik-block > div div { position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #E6F4FF; } .rubik-list-0 .rubik-0 { width: 100px; height: 48px; } .rubik-list-1 .rubik-0, .rubik-list-2 .rubik-0, .rubik-list-3 .rubik-0 { position: absolute; left: 0; top: 0; width: 36px; height: 48px; } .rubik-list-1 .rubik-1 { position: absolute; left: 40px; top: 0; width: 60px; height: 48px; } .rubik-list-2 .rubik-1, .rubik-list-3 .rubik-1 { position: absolute; left: 40px; top: 0; width: 60px; height: 22px; } .rubik-list-2 .rubik-2 { position: absolute; left: 40px; top: 26px; width: 60px; height: 22px; } .rubik-list-3 .rubik-2 { position: absolute; left: 40px; top: 26px; width: 28px; height: 24px; } .rubik-list-3 .rubik-3 { position: absolute; left: 72px; top: 26px; width: 28px; height: 24px; } .rubik-list-4 > div > div { position: absolute; top: 0; width: 48px; height: 32px; } .rubik-list-4 .rubik-0 { left: 0; } .rubik-list-4 .rubik-1 { left: 52px; } .rubik-list-5 > div > div { position: absolute; width: 31px; height: 32px; top: 0; } .rubik-list-5 .rubik-0 { left: 0; } .rubik-list-5 .rubik-1 { left: 35px; } .rubik-list-5 .rubik-2 { left: 69px; } .rubik-list-6 > div > div { position: absolute; width: 23px; height: 25px; top: 0; } .rubik-list-6 .rubik-0 { left: 0; } .rubik-list-6 .rubik-1 { left: 27px; } .rubik-list-6 .rubik-2 { left: 54px; } .rubik-list-6 .rubik-3 { left: 81px; } .rubik-list-7 > div > div { position: absolute; width: 48px; height: 30px; } .rubik-list-7 .rubik-0 { left: 0; top: 0; } .rubik-list-7 .rubik-1 { left: 52px; top: 0; } .rubik-list-7 .rubik-2 { left: 0; top: 34px; } .rubik-list-7 .rubik-3 { left: 52px; top: 34px; } .rubik-list-8 > div > div { position: absolute; width: 31px; height: 31px; border: 1px #5CB3FD dashed; background-color: #E6F4FF; } .rubik-list-8 > div > div:first-child { background-color: #fff; } .rubik-list-8 .rubik-1 { left: 32px; } .rubik-list-8 .rubik-2 { left: 64px; } .rubik-list-8 .rubik-3 { top: 32px; } .rubik-list-8 .rubik-4 { left: 32px; top: 32px; } .rubik-list-8 .rubik-5 { left: 64px; top: 32px; } .rubik-img { background-position: center; background-repeat: no-repeat; float: left; } .block-default-video { height: 200px; background-color: #000; } .block-default-coupon { padding: 5px; overflow-x: auto; background-color: #fff; } .block-default-coupon .coupon-one { width: 128px; height: 65px; background-repeat: no-repeat; background-size: 100% 100%; margin-right: 5px; flex-shrink: 0; color: #fff; font-size: 10px; } .banner-one .img-list { width: 50px; height: 50px; background-color: #f7f7f7; color: #5CB3FD; cursor: pointer; position: relative; } .block-default-goods { overflow-x: hidden; } .block-default-goods > div { width: calc(100% + 10px); min-height: 100px; background-color: #fff; padding: 0 10px; margin: 0 -5px; overflow-x: auto; } .block-default-goods .goods-one { flex-shrink: 0; padding: 0 5px; margin: 10px 0; } .block-default-goods .goods-img { width: 100%; background-position: center; background-repeat: no-repeat; position: relative; } .block-default-goods .goods-content { padding-left: 12px; padding-right: 12px; flex-shrink: 0; padding-bottom: 10px; } .fill-0 { background-size: contain; } .fill-1 { background-size: cover; } .goods-one { width: 100%; } .goods-one-1 .goods-border-0 { border-bottom: 1px solid #eee; } .goods-one-1 .goods-border-2 { border-bottom: 1px solid #eee; text-align: left; } .goods-one-1 .goods-border-3 { text-align: left; } .goods-one-2 { width: 50%; } .goods-one-3 { width: 33.333%; } .goods-one-4 { width: 120px; } .goods-border-1 { border: 1px solid #eee; border-radius: 0 0 5px 5px; } .goods-border-2 { text-align: center; } .goods-border-3 { border: 1px solid #eee; border-radius: 0 0 5px 5px; text-align: center; } .goods-img-0, .goods-img-2, .goods-img-3, .goods-img-4 { width: 100%; } .goods-img-1 { width: 100px; } .goods-img[data-per='0'] { height: 0; padding-top: 100%; } .goods-img[data-per='1'] { height: 0; padding-top: 66.67%; } .goods-img img { width: 32px; height: 32px; position: absolute; left: 0; top: 0; } .goods-content-0, .goods-content-2, .goods-content-3, .goods-content-4 { width: 100%; padding-top: 12px; } .goods-content-1 { width: 248px; } .goods-name { width: 100%; } .goods-price { color: #ff4544; font-size: 16px; padding-top: 12px; } .buy-btn-2 { padding: 2px 15px; border-radius: 25px; background-color: #ff4544; color: #fff; max-width: 100px; } .buy-btn-0, .buy-btn-1 { width: 25px; height: 25px; background-repeat: no-repeat; background-position: center; background-size: contain; } .buy-btn-3 { padding: 2px 15px; border: 1px solid #ff4544; border-radius: 2px; background-color: #fff; color: #ff4544; max-width: 100px; } .buy-btn-4 { padding: 2px 15px; border: 1px solid #ff4544; border-radius: 25px; background-color: #fff; color: #ff4544; max-width: 100px; } .buy-btn-5 { padding: 2px 15px; border-radius: 2px; background-color: #ff4544; color: #fff; max-width: 100px; } .block-default-goods .goods-cat { min-height: auto; overflow-x: hidden; border-bottom: 1px solid #eee; padding: 0 12px; } .goods-cat { overflow: auto; padding:0 12px; } .goods-cat-one { padding: 13px 0; flex-shrink: 0; text-align: center; margin: 0 8px; } .goods-cat-one div { padding: 2px 6px; } .goods-cat-one-0.active { border-bottom: 2px solid #ff4544; color: #ff4544; } .goods-cat-one-1.active div { color: #fff; background-color: #ff4544; border-radius: 20px; } .block-default-goods .cat-position-left { width: 100px; background-color: #eeeeee; border-right: 1px solid #e2e2e2; min-height: auto; } .cat-position-left .goods-cat-one { margin: 0; border-bottom: 1px #e2e2e2 solid; } .cat-position-left .goods-cat-one:first-child { background-color: #fff; border-left: 2px solid #ff4544; } .cat-position-right .goods-cat-goods { width: 100%; padding: 10px; background-color: #fff; } .select-file-db { cursor: pointer; } .rubik-custom { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; position: relative; } .rubik-custom .rubik-custom-one { background-color: #f7f7f7; border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; cursor: pointer; background-image: url('../images/jia.png'); background-position: center; background-size: 25% 25%; background-repeat: no-repeat; } .rubik-custom-one.active-1 { background-color: #E6F4FF; background-image: none; } .rubik-custom-one.active-2 { display: none; background-image: none; } .border-active-0 { border: 1px dashed #5CB3FD; } .border-active-1 { border: 1px solid #5CB3FD; } .pic-list .chacha, .img-list .chacha { position: absolute; top: -12px; right: -12px; width: 25px; height: 25px; background-image: url('../images/chacha.png'); background-size: cover; background-repeat: no-repeat; background-position: center; display: none; z-index: 10; } .time-img { width: 100%; background-color: #fff; } .block-default .time-img-0 { height: 0; } .time-img-1 { height: auto; padding-top: 0; } .time-img > img { width: 100%; height: auto; } .bb-1 { border-bottom: 1px #eee solid; } .ad-modal-block { width: 224px; height: 400px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .ad-modal-img { width: 194px; height: calc(209px); border-radius: 10px; margin-bottom: 28px; } .ad-modal-img div { width: 194px; height: 209px; border-radius: 10px; background-size: contain; background-position: center; background-repeat: no-repeat; } .miaosha-time { position: absolute; left:0; bottom:0; width:100%; background: -webkit-linear-gradient(left,#f44,#ff8b8b); background: -webkit-gradient(linear,left top,right top,from(#f44),to(#ff8b8b)); background: -moz-linear-gradient(left,#f44,#ff8b8b); background: linear-gradient(90deg,#f44,#ff8b8b); color: #fff; padding:0 10px; height:40px; } .shop-one { background-color:#fff; width:100%; padding:13px 12px; border-bottom:1px solid #e2e2e2; color:#707070; } .shop-one img { width:75px; height:75px; border-radius: 75px; } .mch { background-color: #fff; min-height:146px; padding:5px 9px; } .mch-one-0 { margin:0 2px; } .mch-img-0 { width:112px; height:112px; } .mch-top { padding:12px; width:100%; background-color: #fff; } .mch-btn { padding:4px 8px; border-radius: 4px; border:1px solid #e3e3e3; } .mch-goods { overflow: auto; margin:4px; } .mch-goods-one { width:110px; height:110px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-right:4px; position: relative; } .mch-goods-price { position: absolute; bottom:0; left:0; background:rgba(255,255,255,.85); color:#ff4544; text-align: center; width:100%; } .link-img { width:100%; height:50%; background-repeat: no-repeat; background-size: contain; } .link-text { padding:0; margin:0; } .flex-grow-1 { min-width: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; } .flex-grow-0 { min-width: 0; -webkit-box-flex: 0; -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .page-link-input .link-name{ cursor: pointer; }
0.393385
0.069226
.bt_legend{ /*clear: left;*/ } .legend { line-height: 18px; text-weight: bold; text-align: left; position: relative; right: 40px; bottom: -38px; } .legend i{ width: 18px; height: 16px; float: left; margin-right: 8px; opacity: 0.7; } .legend img.img-legend{ display: block; margin: 3px auto auto; max-width: 150px !important; } .info { padding: 6px 8px; background: white; background: rgba(45, 46, 41,0.8);/*45, 46, 41*/ box-shadow: 0 0 15px rgba(0,0,0,0.2); } .info h4 { margin: 0 0 5px; color: #777; } .modal-legend{ overflow: hidden; width: 100%; padding-top: 20px; padding-right: 20%; padding-left: 5%; } .modal-legend h4{ margin-bottom: 15px; } .legend-subrow, .legend-subrow-all{ margin-bottom: 5px; margin-top: 5px; overflow: hidden; } .legend-name{ text-align:center; display: table-cell; vertical-align: middle; position: relative; } .legend-name-all, .downloadable-name-all{ font-weight: bold; } .separate-legend-row-all{ border-bottom: 3px solid #E5E5E5; margin-left: 3%; margin-right: 4%; } .separate-legend-row{ border-bottom: 2px solid #E5E5E5; margin-left: 3%; margin-right: 4%; } .separate-legend-subrow{ border-bottom: 1px solid #E5E5E5; margin-bottom: 5px; margin-top: 5px; overflow: hidden; width: 100%; } .visor-separate-legend-row{ border-bottom: 1px solid rgba(229,229,229,0.2);/*#E5E5E5;*/ padding-top: 2px; overflow: hidden; width: 100%; } .visor-legend{ overflow: hidden; /* max-height: 205px; max-width: 300px;*/ min-width: 210px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; padding-bottom: 5px; padding-top: 2px; box-sizing: content-box; } .visor-legend-row{ line-height: 20px; } .legend-symbol svg, .legend-symbol img, .visor-legend-symbol svg, .visor-legend-symbol img, .visor-legend-symbol div{ display: block; margin: auto; } .visor-legend-name{ color: #FFFFFF; font-size: 1em; padding-left: 2px; padding-right: 4px; word-wrap: break-word; } .titol-legend { font-size: 13px; font-weight: bold; text-align: center; color: white; word-wrap: break-word; } .dv_lleg{ float: none !important; overflow: auto; text-align: center; padding-top: 5px; } .dv_lleg img{ border: 1px solid #aaa } .legendTabCont{ /*max-height: 165px;*/ min-height: 150px; height: auto; overflow: auto; } .legendTabCont::-webkit-scrollbar { width: 8px; } .legendTabCont::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } .legendTabCont::-webkit-scrollbar-thumb { background-color: #ccc; } .legendTabCont::-webkit-scrollbar-thumb:hover { background-color: #F3BC02; } #nav_legend .dropdown-menu { max-height: 150px; overflow-y: auto; overflow-x: hidden; } #nav_legend .dropdown-menu::-webkit-scrollbar { width: 8px; } #nav_legend .dropdown-menu::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } #nav_legend .dropdown-menu::-webkit-scrollbar-thumb { background-color: #ccc; } #nav_legend .dropdown-menu::-webkit-scrollbar-thumb:hover { background-color: #F3BC02; } #mapLegend{ resize:both; overflow:auto; max-height: 250px; } #mapLegend > #legend_cont > #nav_legend > li.active > a, #mapLegend > #legend_cont > #nav_legend > li.active > a:hover, #mapLegend > #legend_cont > #nav_legend > li.active > a:focus { border-left: 0px ; border-right: 0px ; border-top: 0px; } #mapLegend > #legend_cont > .nav-tabs { border-bottom:0px; }
geocatweb/css/L.IM_LegendControl.css
.bt_legend{ /*clear: left;*/ } .legend { line-height: 18px; text-weight: bold; text-align: left; position: relative; right: 40px; bottom: -38px; } .legend i{ width: 18px; height: 16px; float: left; margin-right: 8px; opacity: 0.7; } .legend img.img-legend{ display: block; margin: 3px auto auto; max-width: 150px !important; } .info { padding: 6px 8px; background: white; background: rgba(45, 46, 41,0.8);/*45, 46, 41*/ box-shadow: 0 0 15px rgba(0,0,0,0.2); } .info h4 { margin: 0 0 5px; color: #777; } .modal-legend{ overflow: hidden; width: 100%; padding-top: 20px; padding-right: 20%; padding-left: 5%; } .modal-legend h4{ margin-bottom: 15px; } .legend-subrow, .legend-subrow-all{ margin-bottom: 5px; margin-top: 5px; overflow: hidden; } .legend-name{ text-align:center; display: table-cell; vertical-align: middle; position: relative; } .legend-name-all, .downloadable-name-all{ font-weight: bold; } .separate-legend-row-all{ border-bottom: 3px solid #E5E5E5; margin-left: 3%; margin-right: 4%; } .separate-legend-row{ border-bottom: 2px solid #E5E5E5; margin-left: 3%; margin-right: 4%; } .separate-legend-subrow{ border-bottom: 1px solid #E5E5E5; margin-bottom: 5px; margin-top: 5px; overflow: hidden; width: 100%; } .visor-separate-legend-row{ border-bottom: 1px solid rgba(229,229,229,0.2);/*#E5E5E5;*/ padding-top: 2px; overflow: hidden; width: 100%; } .visor-legend{ overflow: hidden; /* max-height: 205px; max-width: 300px;*/ min-width: 210px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; padding-bottom: 5px; padding-top: 2px; box-sizing: content-box; } .visor-legend-row{ line-height: 20px; } .legend-symbol svg, .legend-symbol img, .visor-legend-symbol svg, .visor-legend-symbol img, .visor-legend-symbol div{ display: block; margin: auto; } .visor-legend-name{ color: #FFFFFF; font-size: 1em; padding-left: 2px; padding-right: 4px; word-wrap: break-word; } .titol-legend { font-size: 13px; font-weight: bold; text-align: center; color: white; word-wrap: break-word; } .dv_lleg{ float: none !important; overflow: auto; text-align: center; padding-top: 5px; } .dv_lleg img{ border: 1px solid #aaa } .legendTabCont{ /*max-height: 165px;*/ min-height: 150px; height: auto; overflow: auto; } .legendTabCont::-webkit-scrollbar { width: 8px; } .legendTabCont::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } .legendTabCont::-webkit-scrollbar-thumb { background-color: #ccc; } .legendTabCont::-webkit-scrollbar-thumb:hover { background-color: #F3BC02; } #nav_legend .dropdown-menu { max-height: 150px; overflow-y: auto; overflow-x: hidden; } #nav_legend .dropdown-menu::-webkit-scrollbar { width: 8px; } #nav_legend .dropdown-menu::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } #nav_legend .dropdown-menu::-webkit-scrollbar-thumb { background-color: #ccc; } #nav_legend .dropdown-menu::-webkit-scrollbar-thumb:hover { background-color: #F3BC02; } #mapLegend{ resize:both; overflow:auto; max-height: 250px; } #mapLegend > #legend_cont > #nav_legend > li.active > a, #mapLegend > #legend_cont > #nav_legend > li.active > a:hover, #mapLegend > #legend_cont > #nav_legend > li.active > a:focus { border-left: 0px ; border-right: 0px ; border-top: 0px; } #mapLegend > #legend_cont > .nav-tabs { border-bottom:0px; }
0.397821
0.077134
body { background: #F5F5ED; margin: 0; padding: 0; font-family: Georgia, "minion", "Times New Roman", sans-serif; color: #938D87; font-size: 15px; } ul { list-style-type: none; margin: 0; padding: 0; } a { text-decoration: none; color: inherit; } .container { margin: 0 auto; max-width: 500px; } .clear { clear: both; } header { background: url(../images/bg_header.png) center bottom repeat-x; padding-bottom: 6px; } header h1 { color: #34302D; /* universal grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 30px; text-align: center; } .content { position: relative; } section { padding: 16px 15px 22px 15px; background-image: url(../images/bg_section.png); background-position: center bottom; background-repeat: repeat-x; position: relative; } section h1 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 20px; text-align: center; text-transform: uppercase; margin-top: 0; } #sources { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #3B3F43; /* universal grey */ padding: 0 15px; } #sources h1 { text-align: left; font-size: 14px; font-weight: 700; color: #34302D; } #sources h2 { text-align: left; font-size: 14px; font-weight: 700; margin: 0; } #sources li { margin-bottom: 1em; } /* ------------------------ People ------------------------ */ #people .lightBg { background-color: #F5F5ED; } #people .mediumBg { background-color: #00AAFF; } #people .darkBg { background-color: #3B3F43; } #people .lightBg h1 { color: #3B3F43; /* blue grey */ } #people .mediumBg h1, #people .mediumBg .comparison { color: #EBEFF8; /* blue white */ } #people .darkBg h1, #people .darkBg .comparison { color: #E5EEF9; /* darker blue white */ } #people .comparison { background: url(../images/house_people.png) right top no-repeat; } #people .lightBg .comparison { background-position: right top; } #people .mediumBg .comparison { background-position: right -27px; } #people .darkBg .comparison { background-position: right -54px; } /************ Average Age */ #averageAge { font-weight: 400; font-size: 25px; text-align: center; } #averageAge dl { margin: 0 auto; color: #00AAFF; margin-top: -40px; } #averageAge dd, #averageAge dt { display: inline; float: none; margin: 0; } #averageAge dt { font-weight: 400; font-size: 100px; line-height: 1.3em; } #averageAge dd { font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; } /************ Age Distribution */ section#ageDistribution { padding-left: 0; padding-right: 0; } #ageDistribution { position: relative; } #ageDistribution #ageClusters { color: #EBEFF8; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 20px; padding-top: 12px; margin-bottom: 10px; } #ageDistribution .ageChart { position: absolute; top: 60px; right: 15px; width: 250px; } #ageDistribution .ageGroup#male, #ageDistribution .ageGroup#female { float: left; width: 50%; } #ageDistribution .ageGroup#male { margin-top: -1px; } #ageDistribution .ageGroup#male ul { margin-top: 1px; } #ageDistribution .ageGroup#male li { float: right; clear: both; margin: 1px 1px 2px 1px; } #ageDistribution .ageGroup#male h2 { color: #EBEFF8; text-align: right; padding-right: 5px; } #ageDistribution .ageGroup#female li { background-color: #3B3F43; /* blue grey */ margin: 1px 1px 2px 1px; float: left; clear: both; } #ageDistribution .ageGroup#female h2 { color: #3B3F43; /* blue grey */ text-align: left; padding-left: 5px; } #ageDistribution .ageGroup li { text-indent: -9999em; background-color: #EBEFF8; margin: 2px; height: 12px; } #ageDistribution h2 { margin: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 17px; font-weight: 400; } #ageDistribution .cluster { display: table-row; } #ageDistribution .cluster span { height: 20px; display: table-cell; width: 305px; vertical-align: bottom; border-bottom: 1px dotted #268bc6; padding-left: 15px; } #ageDistribution .cluster.two { height: 75px; } #ageDistribution .cluster.three { height: 105px; } #ageDistribution .cluster.four { height: 75px; } #ageDistribution .cluster.five { height: 60px; } /************ Children Under Five */ section#childrenUnderFive { padding-left: 0; padding-right: 0; } section#childrenUnderFive .comparison { margin-right: 15px; } section#childrenUnderFive .bgImage { background: url(../images/baby.png) 219px 11px no-repeat; font-weight: 400; font-size: 25px; } #childrenUnderFive dl { margin: -20px auto 20px auto; color: #00AAFF; } #childrenUnderFive dd, #childrenUnderFive dt { display: block; float: none; margin: 0; text-align: center; } #childrenUnderFive dt { font-weight: 400; font-size: 75px; line-height: 1.3em; } #childrenUnderFive dd { color: #3B3F43; } /************ Average Household Income */ #householdIncome { font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; } #householdIncome dl { margin: 0; width: 290px; } #householdIncome dd, #householdIncome dt { display: block; float: left; margin: 0; } #householdIncome dt { font-weight: 400; font-size: 24px; line-height: 1em; color: #EBEFF8; /* blue white */ width: 55px; clear: both; border-right: 1px dotted #268bc6; padding: 4px 0; margin-right: 3px; } #householdIncome dd { color: #3B3F43; font-size: 30px; height: 52px; font-family: Georgia, "minion", "Times New Roman", sans-serif; position: relative; width: 230px; } #householdIncome dd .visual { text-indent: -9999em; background-color: #3B3F43; /* blue grey */ display: block; height: 52px; } #householdIncome dd .unit { position: absolute; top: 0; margin-left: 10px; text-align: left; margin-top: 4px; } /************ Ethnicity */ section#ethnicity { padding-left: 0; padding-right: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #EBEFF8; /* blue white */ } section#ethnicity .comparison { margin-right: 15px; } #ethnicity .ethnicityGraph { overflow: hidden; height: 250px; position: relative; text-align: center; } #ethnicity .labelCircle { -webkit-border-radius: 125px; -moz-border-radius: 125px; border-radius: 125px; width: 250px; height: 250px; margin: 0 auto; background-color: #3B3F43; /* blue grey */ position: absolute; top: 80px; left: 50%; margin-left: -125px; } #ethnicity img#ethnicityPie { margin: 0 auto; } #ethnicity h2 { font-weight: 300; font-size: 20px; } #ethnicity .unit { color: #00AAFF; display: block; font-family: Georgia, "minion", "Times New Roman", sans-serif; font-size: 75px; margin-top: -27px; } #ethnicity .left, #ethnicity .right { font-size: 35px; display: block; position: absolute; font-weight: 700; top: 75px; } #ethnicity .left { left: 15px; } #ethnicity .right { right: 15px; } /************ Gender */ section#gender { position: relative; } #genderPie { float: left; margin-left: 15px; margin-right: 40px; margin-top: 8px; } #gender .genderCap { position: absolute; top: 62px; left: 52px; } #gender dl { float: right; width: 102px; margin: 0; } #gender dd.male { border-bottom: 1px dotted #d1d0c6; } #gender .male { color: #0AF; } #gender .female { color: #3B3F43; } #gender dt { font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; width: 100%; } #gender dd { font-size: 15px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; margin-left: 0; padding-bottom: 13px; margin-bottom: 10px; } /************ Political Contributions */ section#politicalContribs { padding-left: 0; padding-right: 0; } section#politicalContribs .comparison { margin-right: 15px; } #politicalContribs #partyMajority.repMajority { background: url(../images/repMajority.png) center bottom no-repeat; padding-bottom: 170px; } #politicalContribs #partyMajority.demMajority { background: url(../images/demMajority.png) center bottom no-repeat; padding-bottom: 170px; } #politicalContribs dt { width: 50%; color: #3B3F43; text-align: center; font-size: 15px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; } #politicalContribs dd { font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; color: #3B3F43; width: 50%; text-align: center; margin-left: 0; } #politicalContribs .rep { float: left; } #politicalContribs .dem { float: right; margin-top: -20px; } #politicalContribs dd.rep, #politicalContribs dd.dem { clear: both; } #politicalContribs dd.dem { margin-top: -42px; } /* ------------------------ Housing ------------------------ */ #housing .lightBg { background-color: #F5F5ED; } #housing .mediumBg { background-color: #66C500; /* green */ } #housing .darkBg { background-color: #3F432F; } #housing .lightBg h1 { color: #3F432F; /* green grey */ } #housing .mediumBg h1, #housing .mediumBg .comparison { color: #F1FAE8; /* green white */ } #housing .darkBg h1, #housing .darkBg .comparison { color: #E8F6D9; /* darker green white */ } #housing .comparison { background: url(../images/house_housing.png) right top no-repeat; } #housing .lightBg .comparison { background-position: right top; } #housing .mediumBg .comparison { background-position: right -27px; } #housing .darkBg .comparison { background-position: right -54px; } /************ Median House Sale Prices */ section#houseSale { padding-left: 0; padding-right: 0; padding-bottom: 6px; } section#houseSale .comparison { margin-right: 15px; } section#houseSale h2 { font-size: 50px; color: #66C500; text-align: center; margin: 0; } section#houseSale .housingKey { position: absolute; bottom: 15px; left: 15px; width: auto; } section#houseSale img { width: 100%; } /************ Average Rent */ section#houseRent { padding-left: 0; padding-right: 0; } section#houseRent .comparison { margin-right: 15px; } section#houseRent .rentChart { border-radius: 31px; border: 1px solid #BAB6B1; width: 50px; height: 50px; padding: 6px; margin-top: 14px; margin-left: 78px; } section#houseRent .rentChart, section#houseRent h3 { float: left; } section#houseRent h2 { font-size: 75px; color: #66C500; margin: 0; line-height: .8em; text-align: center; font-weight: 500; border-bottom: 1px dotted #D1D0C6; } section#houseRent h2 span { font-size: 25px; color: #3F432F; display: block; } section#houseRent h3 { font-size: 40px; font-weight: 500; margin: 0; float: right; width: 50%; } section#houseRent h3 span { font-size: 17px; display: block; } /************ School Rating */ section#schools h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#schools .comparison { clear: both; } section#schools .appleChart { background: url(../images/apples.png) left top no-repeat; width: 152px; height: 67px; padding: 0 2px; float: left; margin: 0 7px 0 10px; } section#schools .apple { padding: 0 0px; width: 27px; height: 31px; margin: 2px 0; } section#schools h2 { font-size: 100px; font-weight: 300; color: #66C500; /* green */ letter-spacing: -13px; margin: 0 10px 20px 7px; float: right; line-height: .7; } section#schools h2 span { font-size: 25px; font-weight: 300; color: #E8F6D9; /* darker green white */ letter-spacing: normal; } /************ Average Commute Times */ #housing section#commuteTimes.mediumBg .comparison { background-position: right -26px; } section#commuteTimes .transitType { float: left; width: 25%; text-align: center; overflow: hidden; } section#commuteTimes h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #3F432F; /* green grey */ } section#commuteTimes h2 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #F1FAE8; font-weight: 300; font-size: 15px; margin: 0; } section#commuteTimes .transitType p { margin: 0; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 37px; color: #3F432F; /* green grey */ } section#commuteTimes .transitType p span { font-size: 12.5px; text-transform: uppercase; color: #3F432F; /* green grey */ } section#commuteTimes .transitType img { display: block; margin: 0 auto; } section#commuteTimes img.transitIcon { margin: -17px auto 0 auto; border-bottom: 1px solid #F1FAE8; } section#commuteTimes #car.transitIcon { display: block; } section#commuteTimes .comparison { width: 100%; padding: 0; display: table-row; } section#commuteTimes .comparison p { width: 15%; text-align: center; margin: 0; padding: 6px 5% 0 5%; line-height: 1; display: table-cell; vertical-align: bottom; } /************ Taxis */ section#taxis.lightBg h1 { background: url(../images/taxi.png) right top no-repeat; margin-bottom: 0; padding-bottom: 0.67em; } /************ Walkable Nearby */ section#walkable { padding-left: 0; padding-right: 0; } #housing section#walkable .comparison { padding-right: 15px; width: 20px; background-position: left -27px; } section#walkable tbody .comparison { background: none; text-align: center; margin-top: 13px; } section#walkable table { width: 100%; } section#walkable thead { text-indent: -9999em; } section#walkable tbody .measure { color: #3F432F; /* green grey */ font-size: 40px; text-align: right; padding: 0 5px; vertical-align: top; line-height: 1; width: 60px; padding-left: 15px; } section#walkable tbody td { padding-bottom: 10px; } section#walkable tbody tr { border-bottom: 1px dotted #a3dc6e; } section#walkable h2 { font-size: 20px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #F1FAE8; font-weight: 300; margin: 7px 0 5px 0; } section#walkable .amenityType { padding-left: 5px; width: 151px; } section#walkable .amenityType img { padding-bottom: 5px; } /* ------------------------ Fun ------------------------ */ #fun .lightBg { background-color: #F5F5ED; } #fun .mediumBg { background-color: #FF5640; /* red */ } #fun .darkBg { background-color: #453B39; } #fun .lightBg h1 { color: #453B39; /* red grey */ } #fun .mediumBg h1, #fun .mediumBg .comparison { color: #FFF1EB; /* red white */ } #fun .darkBg h1, #fun .darkBg .comparison { color: #FEE8E0; /* darker red white */ } #fun .comparison { background: url(../images/house_fun.png) right top no-repeat; } #fun .lightBg .comparison { background-position: right top; } #fun .mediumBg .comparison { background-position: right -27px; } #fun .darkBg .comparison { background-position: right -54px; } /************ Walkable Nearby */ section#places { padding-left: 0; padding-right: 0; } section#places .comparison { margin-right: 15px; } section#places .place { border-bottom: 1px dotted #D1D0C6; padding-top: 15px; } section#places .proximity { background: url(../images/arrow.png) center top no-repeat; padding-top: 30px; float: left; width: 65px; color: #453B39; /* red grey */ text-align: center; } section#places .distance { font-size: 25px; display: block; } section#places .placeName { float: left; } section#places h2 { font-size: 27px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FF5640; margin: 0; line-height: 1.1; } section#places p.details { margin-top: 0; } /************ Restaurants by Price */ section#restaurants h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #453B39; /* red grey */ } /************ Most Foursquare Checkins */ section#foursquare h2 { font-size: 75px; color: #FEE8E0; /* darker red white */ font-weight: 300; text-align: center; margin: 0; line-height: .9; } section#foursquare h2 span { font-size: 25px; display: block; margin: 20px; } section#foursquare .location { color: #FF5640; /* red */ text-align: center; margin: 0; font-size: 30px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; display: block; } section#foursquare .comparison .measure { color: #FF5640; /* red */ } /************ Movie Theaters within 5 miles */ section#theaters { padding-left: 0; padding-right: 0; padding-top: 0; padding-top: 6px; } section#theaters .comparison { margin-right: 15px; } section#theaters .bgImage { background: url(../images/bg_theaters.png) left -40px no-repeat; padding-right: 15px; padding-left: 15px; padding-top: 15px; } section#theaters h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #453B39; /* red grey */ } section#theaters h2#numberOfTheaters { font-size: 75px; color: #FFF1EB; /* red white */ font-weight: 300; text-align: right; margin: -20px 0 0; line-height: 1; } section#theaters h2 span { font-size: 25px; } section#theaters .location { color: #FF5640; /* red */ text-align: center; margin: 0; font-size: 30px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; display: block; } section#theaters li { background: url(../images/theaterMarker.png) left center no-repeat; padding-left: 40px; color: #453B39; /* red grey */ margin-left: 21px; font-size: 15px; } section#theaters li .measure { font-size: 25px; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; color: #FFF1EB; /* red white */ padding-right: 8px; } /************ Local Flavor */ section#flavor { padding-left: 0; padding-right: 0; } section#flavor .comparison { margin-right: 15px; } section#flavor h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#flavor h2 { font-size: 27px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FF5640; /* red */ line-height: 1.1; margin: 5px 5px 20px 15px; float: left; width: 186px; } section#flavor .imgContainer { width: 100%; height: 100px; position: relative; overflow: hidden; } section#flavor .imgContainer img { width: 100%; } section#flavor .imgContainer span { position: absolute; font-size: 190px; top: 0; right: 0; color: #F5F5ED; line-height: 1; } section#flavor .one .imgContainer span { font-size: 191px; top: -59px; right: -7px; } section#flavor .two .imgContainer span { font-size: 191px; top: -61px; right: -15px; } section#flavor .three .imgContainer span { font-size: 142px; top: -44px; right: -8px; } section#flavor .four .imgContainer span { font-size: 142px; top: -44px; right: -8px; } section#flavor .five .imgContainer span { font-size: 144px; top: -47px; right: -10px; } section#flavor .opinion { float: right; padding-top: 9px; margin-bottom: 20px; } section#flavor .rating { text-indent: -9999em; display: block; width: 100px; height: 20px; } section#flavor .reviews { display: block; width: 100px; text-align: right; } section#flavor .starsOne { background: url(../images/stars_one.png) left center no-repeat; } section#flavor .starsOne_half { background: url(../images/stars_one_half.png) left center no-repeat; } section#flavor .starsTwo { background: url(../images/stars_two.png) left center no-repeat; } section#flavor .starsTwo_half { background: url(../images/stars_two_half.png) left center no-repeat; } section#flavor .starsThree { background: url(../images/stars_three.png) left center no-repeat; } section#flavor .starsThree_half { background: url(../images/stars_three_half.png) left center no-repeat; } section#flavor .starsFour { background: url(../images/stars_four.png) left center no-repeat; } section#flavor .starsFour_half { background: url(../images/stars_four_half.png) left center no-repeat; } section#flavor .starsFive { background: url(../images/stars_five.png) left center no-repeat; } /* ------------------------ Environment ------------------------ */ #environment .lightBg { background-color: #F5F5ED; } #environment .mediumBg { background-color: #FFD400; /* yellow */ } #environment .darkBg { background-color: #423F2F; } #environment .lightBg h1 { color: #423F2F; /* yellow grey */ } #environment .mediumBg h1 { color: #FFFEF2; /* yellow white */ } #environment .mediumBg h1 span, #environment .mediumBg .comparison { color: #423F2F; /* yellow grey */ } #environment .darkBg h1, #environment .darkBg .comparison { color: #FFFEE6; /* darker yellow white */ } #environment .comparison { background: url(../images/house_environment.png) right top no-repeat; } #environment .lightBg .comparison { background-position: right top; } #environment .mediumBg .comparison { background-position: right center; } #environment .darkBg .comparison { background-position: right -54px; } #environment .content #weatherNow { margin-top: -14px; position: relative; } #environment.superfund .ooze { background: url(../images/superfund.png) center top no-repeat; height: 114px; position: absolute; z-index: 10; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 15px; padding-top: 8px; width: 100%; left: 0; top: 0; } #environment.superfund .ooze h2 { text-transform: uppercase; display: block; float: left; margin: 0 0 0 64px; font-size: 15px; font-weight: normal; color: #FFFEE6; /* darker yellow white */ width: 63px; } #environment.superfund .ooze p { display: block; float: left; margin: 0 0 0 10px; color: #FFFEE6; /* darker yellow white */ width: 183px; line-height: 1.2; } #environment.superfund .ooze p em { color: #FFD400; /* yellow */ font-style: normal; } #environment.superfund #weatherNow .bgImage { padding-top: 55px; background-position: -25px 18px; } /************ Weather Right Now */ section#weatherNow .bgImage { background: url(../images/bg_currentWeather.png) -25px -37px no-repeat; text-align: center; padding-right: 15px; padding-left: 15px; } section#weatherNow { padding-left: 0; padding-right: 0; } #environment section#weatherNow h1 { color: #423F2F; /* yellow grey */ } section#weatherNow h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#weatherNow .comparison { margin-top: 30px; } section#weatherNow h2 { font-size: 75px; color: #FFFEF2; /* yellow white */ line-height: 1; text-align: center; margin: 0; font-weight: 300; margin-bottom: 60px; } section#weatherNow .climateDesc { text-transform: uppercase; font-size: 15px; text-align: center; display: block; color: #423F2F; /* yellow grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; } section#weatherNow .rainPercent { background: url(../images/rainPercent.png) right top no-repeat; width: 49px; text-align: center; display: block; font-size: 30px; color: #423F2F; /* yellow grey */ padding: 41px 70px 18px 6px; margin: 0 auto; } /************ Record Temperatures */ section#recordTemps { text-align: center; } section#recordTemps h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#recordTemps .high, section#recordTemps .low { float: left; width: 50%; text-align: center; } section#recordTemps h2, section#recordTemps h2 { color: #423F2F; /* yellow grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 30px; text-transform: uppercase; margin: 0; } section#recordTemps .high p, section#recordTemps .low p { margin-top: -10px; } section#recordTemps .high p span, section#recordTemps .low p span { display: block; font-size: 17px; color: #938D87; } section#recordTemps .high, section#recordTemps .low { font-size: 30px; color: #FFD400; /* yellow */ } section#recordTemps .high { background: url(../images/high.png) left 10px no-repeat; } section#recordTemps .low { background: url(../images/low.png) right 10px no-repeat; } /************ Monthly Temperatures */ section#monthlyTemps h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } /************ Pollen Levels */ section#pollen .bgImage { background: url("../images/pollen.png") left top no-repeat; } section#pollen { padding-left: 0; padding-right: 0; } section#pollen h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#pollen .comparison { margin-right: 15px; } section#pollen .pollenCat { background: url("../images/pollen_bg.png") center top no-repeat; width: 33.33333333%; float: left; text-align: center; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FFFEF2; /* yellow white */ position: relative; } section#pollen .pollenCat span { font-size: 25px; font-weight: 300; margin-top: 2px; } section#pollen img { margin-top: -50px; } section#pollen h2 { font-size: 15px; font-weight: 300; } section#pollen .high .high, section#pollen .low .low { display: block; } section#pollen .high .low, section#pollen .low .high { display: none; } section#pollen .predominant { border-top: 1px dotted #88867d; text-align: center; } section#pollen .predominant h3 { font-size: 15px; color: #FFD400; /* yellow */ text-transform: uppercase; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; margin-bottom: 0; } section#pollen .predominant li { display: inline; font-size: 24px; color: #FFFEE6; /* darker yellow white */ font-weight: 300; } /************ Air Quality */ section#air { background: url("../images/pollen.png") left top no-repeat; } section#air h2 { text-align: center; color: #423F2F; /* yellow grey */ font-weight: 300; margin: -20px 0 15px 0; } section#air h2 span { text-align: center; font-size: 75px; display: block; color: #423F2F; /* yellow grey */ font-weight: 700; } section#air .airChart { color: #FFFEF2; /* yellow white */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 16px; font-weight: 300; } section#air .airChart .bar { position: relative; background-color: #FFFEF2; /* yellow white */ height: 9px; width: 100%; } section#air .airChart .bar img { position: absolute; left: 0; top: 0; } section#air .airChart span.measure { width: 25%; background-color: #423F2F; /* yellow grey */ text-indent: -9999em; display: block; height: 9px; } section#air h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#air .definition span { display: block; width: 33.333333%; float: left; } section#air .scale span { display: block; width: 50%; float: left; } section#air .middleUnit { text-align: center; } section#air .lastUnit { text-align: right; } /* ------------------------ History ------------------------ */ #history .lightBg { background-color: #F5F5ED; } #history .mediumBg { background-color: #7B6490; /* purple */ } #history .darkBg { background-color: #414046; } #history .lightBg h1 { color: #414046; /* purple grey */ } #history .mediumBg h1, #history .mediumBg .comparison { color: #F5F2F7; /* purple white */ } #history .darkBg h1, #history .darkBg .comparison { color: #EFECF1; /* darker purple white */ } #history .comparison { background: url(../images/house_fun.png) right top no-repeat; } #history .lightBg .comparison { background-position: right top; } #history .mediumBg .comparison { background-position: right -27px; } #history .darkBg .comparison { background-position: right -54px; } #history .content { margin-top: -14px; } /************ Population */ section#pop { padding-left: 0; padding-right: 0; } section#pop h2 { display: block; border-top: 1px dotted #675875; border-bottom: 1px dotted #675875; font-size: 75px; font-family: "minion Pro", Georgia, "Times New Roman", sans-serif; text-align: right; padding-right: 15px; font-weight: 300; color: #F5F2F7; /* purple white */ background: #766289; /* Old browsers */ background: -moz-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766289), color-stop(24%, #79658d), color-stop(50%, #79658d), color-stop(79%, #79658d), color-stop(100%, #766289)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* IE10+ */ background: linear-gradient(to bottom, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#766289', endColorstr='#766289',GradientType=0 ); /* IE6-9 */ } section#pop .populationTicker { overflow: hidden; height: 107px; margin-bottom: 10px; } section#pop .populationTicker span { display: block; font-size: 75px; font-family: "minion Pro", Georgia, "Times New Roman", sans-serif; text-align: right; padding-right: 15px; font-weight: 300; color: #F5F2F7; /* purple white */ } section#pop .populationTicker span.numberBefore { margin-top: -55px; } section#pop h2 { margin: -50px 0; } /************ Population History */ section#popHistory { padding-left: 0; padding-right: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; } section#popHistory h2 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; text-align: center; } section#popHistory dl { margin: 0 auto 15px auto; display: block; width: 195px; font-size: 17px; } section#popHistory dd, section#popHistory dt { display: block; float: left; margin-left: 0; } section#popHistory dt { text-indent: -9999em; display: block; margin-top: 2px; margin-right: 5px; } section#popHistory dt.current { background-color: #7B6490; /* purple */ width: 15px; height: 15px; border-radius: 8px; } section#popHistory dt.home { border: 2px solid #414046; /* purple grey */ width: 11px; height: 11px; border-radius: 7px; margin-left: 10px; } section#popHistory img { width: 100%; } /************ Nearby Historic Landmarks */ section#nearbyHistory .barChart li { background: #7B6490; /* purple */ margin: 3px 0; color: #F5F2F7; /* purple white */ height: 60px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; } section#nearbyHistory .barChart .measure { display: block; font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; margin-bottom: -5px; font-weight: 300; } section#nearbyHistory .barChart .location { width: 290px; display: block; padding: 0 8px; } /* ------------------------ Comparisons ------------------------ */ .comparison { padding: 1px 26px 0 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; color: #938D87; font-size: 15px; float: right; margin-top: 15px; } .comparison span.measure { font-style: normal; font-weight: 500; } .comparison p { display: inline; }
sitegeist/site/static/sitegeist/css/screen.css
body { background: #F5F5ED; margin: 0; padding: 0; font-family: Georgia, "minion", "Times New Roman", sans-serif; color: #938D87; font-size: 15px; } ul { list-style-type: none; margin: 0; padding: 0; } a { text-decoration: none; color: inherit; } .container { margin: 0 auto; max-width: 500px; } .clear { clear: both; } header { background: url(../images/bg_header.png) center bottom repeat-x; padding-bottom: 6px; } header h1 { color: #34302D; /* universal grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 30px; text-align: center; } .content { position: relative; } section { padding: 16px 15px 22px 15px; background-image: url(../images/bg_section.png); background-position: center bottom; background-repeat: repeat-x; position: relative; } section h1 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 20px; text-align: center; text-transform: uppercase; margin-top: 0; } #sources { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #3B3F43; /* universal grey */ padding: 0 15px; } #sources h1 { text-align: left; font-size: 14px; font-weight: 700; color: #34302D; } #sources h2 { text-align: left; font-size: 14px; font-weight: 700; margin: 0; } #sources li { margin-bottom: 1em; } /* ------------------------ People ------------------------ */ #people .lightBg { background-color: #F5F5ED; } #people .mediumBg { background-color: #00AAFF; } #people .darkBg { background-color: #3B3F43; } #people .lightBg h1 { color: #3B3F43; /* blue grey */ } #people .mediumBg h1, #people .mediumBg .comparison { color: #EBEFF8; /* blue white */ } #people .darkBg h1, #people .darkBg .comparison { color: #E5EEF9; /* darker blue white */ } #people .comparison { background: url(../images/house_people.png) right top no-repeat; } #people .lightBg .comparison { background-position: right top; } #people .mediumBg .comparison { background-position: right -27px; } #people .darkBg .comparison { background-position: right -54px; } /************ Average Age */ #averageAge { font-weight: 400; font-size: 25px; text-align: center; } #averageAge dl { margin: 0 auto; color: #00AAFF; margin-top: -40px; } #averageAge dd, #averageAge dt { display: inline; float: none; margin: 0; } #averageAge dt { font-weight: 400; font-size: 100px; line-height: 1.3em; } #averageAge dd { font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; } /************ Age Distribution */ section#ageDistribution { padding-left: 0; padding-right: 0; } #ageDistribution { position: relative; } #ageDistribution #ageClusters { color: #EBEFF8; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 20px; padding-top: 12px; margin-bottom: 10px; } #ageDistribution .ageChart { position: absolute; top: 60px; right: 15px; width: 250px; } #ageDistribution .ageGroup#male, #ageDistribution .ageGroup#female { float: left; width: 50%; } #ageDistribution .ageGroup#male { margin-top: -1px; } #ageDistribution .ageGroup#male ul { margin-top: 1px; } #ageDistribution .ageGroup#male li { float: right; clear: both; margin: 1px 1px 2px 1px; } #ageDistribution .ageGroup#male h2 { color: #EBEFF8; text-align: right; padding-right: 5px; } #ageDistribution .ageGroup#female li { background-color: #3B3F43; /* blue grey */ margin: 1px 1px 2px 1px; float: left; clear: both; } #ageDistribution .ageGroup#female h2 { color: #3B3F43; /* blue grey */ text-align: left; padding-left: 5px; } #ageDistribution .ageGroup li { text-indent: -9999em; background-color: #EBEFF8; margin: 2px; height: 12px; } #ageDistribution h2 { margin: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 17px; font-weight: 400; } #ageDistribution .cluster { display: table-row; } #ageDistribution .cluster span { height: 20px; display: table-cell; width: 305px; vertical-align: bottom; border-bottom: 1px dotted #268bc6; padding-left: 15px; } #ageDistribution .cluster.two { height: 75px; } #ageDistribution .cluster.three { height: 105px; } #ageDistribution .cluster.four { height: 75px; } #ageDistribution .cluster.five { height: 60px; } /************ Children Under Five */ section#childrenUnderFive { padding-left: 0; padding-right: 0; } section#childrenUnderFive .comparison { margin-right: 15px; } section#childrenUnderFive .bgImage { background: url(../images/baby.png) 219px 11px no-repeat; font-weight: 400; font-size: 25px; } #childrenUnderFive dl { margin: -20px auto 20px auto; color: #00AAFF; } #childrenUnderFive dd, #childrenUnderFive dt { display: block; float: none; margin: 0; text-align: center; } #childrenUnderFive dt { font-weight: 400; font-size: 75px; line-height: 1.3em; } #childrenUnderFive dd { color: #3B3F43; } /************ Average Household Income */ #householdIncome { font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; } #householdIncome dl { margin: 0; width: 290px; } #householdIncome dd, #householdIncome dt { display: block; float: left; margin: 0; } #householdIncome dt { font-weight: 400; font-size: 24px; line-height: 1em; color: #EBEFF8; /* blue white */ width: 55px; clear: both; border-right: 1px dotted #268bc6; padding: 4px 0; margin-right: 3px; } #householdIncome dd { color: #3B3F43; font-size: 30px; height: 52px; font-family: Georgia, "minion", "Times New Roman", sans-serif; position: relative; width: 230px; } #householdIncome dd .visual { text-indent: -9999em; background-color: #3B3F43; /* blue grey */ display: block; height: 52px; } #householdIncome dd .unit { position: absolute; top: 0; margin-left: 10px; text-align: left; margin-top: 4px; } /************ Ethnicity */ section#ethnicity { padding-left: 0; padding-right: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #EBEFF8; /* blue white */ } section#ethnicity .comparison { margin-right: 15px; } #ethnicity .ethnicityGraph { overflow: hidden; height: 250px; position: relative; text-align: center; } #ethnicity .labelCircle { -webkit-border-radius: 125px; -moz-border-radius: 125px; border-radius: 125px; width: 250px; height: 250px; margin: 0 auto; background-color: #3B3F43; /* blue grey */ position: absolute; top: 80px; left: 50%; margin-left: -125px; } #ethnicity img#ethnicityPie { margin: 0 auto; } #ethnicity h2 { font-weight: 300; font-size: 20px; } #ethnicity .unit { color: #00AAFF; display: block; font-family: Georgia, "minion", "Times New Roman", sans-serif; font-size: 75px; margin-top: -27px; } #ethnicity .left, #ethnicity .right { font-size: 35px; display: block; position: absolute; font-weight: 700; top: 75px; } #ethnicity .left { left: 15px; } #ethnicity .right { right: 15px; } /************ Gender */ section#gender { position: relative; } #genderPie { float: left; margin-left: 15px; margin-right: 40px; margin-top: 8px; } #gender .genderCap { position: absolute; top: 62px; left: 52px; } #gender dl { float: right; width: 102px; margin: 0; } #gender dd.male { border-bottom: 1px dotted #d1d0c6; } #gender .male { color: #0AF; } #gender .female { color: #3B3F43; } #gender dt { font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; width: 100%; } #gender dd { font-size: 15px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; margin-left: 0; padding-bottom: 13px; margin-bottom: 10px; } /************ Political Contributions */ section#politicalContribs { padding-left: 0; padding-right: 0; } section#politicalContribs .comparison { margin-right: 15px; } #politicalContribs #partyMajority.repMajority { background: url(../images/repMajority.png) center bottom no-repeat; padding-bottom: 170px; } #politicalContribs #partyMajority.demMajority { background: url(../images/demMajority.png) center bottom no-repeat; padding-bottom: 170px; } #politicalContribs dt { width: 50%; color: #3B3F43; text-align: center; font-size: 15px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; } #politicalContribs dd { font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; color: #3B3F43; width: 50%; text-align: center; margin-left: 0; } #politicalContribs .rep { float: left; } #politicalContribs .dem { float: right; margin-top: -20px; } #politicalContribs dd.rep, #politicalContribs dd.dem { clear: both; } #politicalContribs dd.dem { margin-top: -42px; } /* ------------------------ Housing ------------------------ */ #housing .lightBg { background-color: #F5F5ED; } #housing .mediumBg { background-color: #66C500; /* green */ } #housing .darkBg { background-color: #3F432F; } #housing .lightBg h1 { color: #3F432F; /* green grey */ } #housing .mediumBg h1, #housing .mediumBg .comparison { color: #F1FAE8; /* green white */ } #housing .darkBg h1, #housing .darkBg .comparison { color: #E8F6D9; /* darker green white */ } #housing .comparison { background: url(../images/house_housing.png) right top no-repeat; } #housing .lightBg .comparison { background-position: right top; } #housing .mediumBg .comparison { background-position: right -27px; } #housing .darkBg .comparison { background-position: right -54px; } /************ Median House Sale Prices */ section#houseSale { padding-left: 0; padding-right: 0; padding-bottom: 6px; } section#houseSale .comparison { margin-right: 15px; } section#houseSale h2 { font-size: 50px; color: #66C500; text-align: center; margin: 0; } section#houseSale .housingKey { position: absolute; bottom: 15px; left: 15px; width: auto; } section#houseSale img { width: 100%; } /************ Average Rent */ section#houseRent { padding-left: 0; padding-right: 0; } section#houseRent .comparison { margin-right: 15px; } section#houseRent .rentChart { border-radius: 31px; border: 1px solid #BAB6B1; width: 50px; height: 50px; padding: 6px; margin-top: 14px; margin-left: 78px; } section#houseRent .rentChart, section#houseRent h3 { float: left; } section#houseRent h2 { font-size: 75px; color: #66C500; margin: 0; line-height: .8em; text-align: center; font-weight: 500; border-bottom: 1px dotted #D1D0C6; } section#houseRent h2 span { font-size: 25px; color: #3F432F; display: block; } section#houseRent h3 { font-size: 40px; font-weight: 500; margin: 0; float: right; width: 50%; } section#houseRent h3 span { font-size: 17px; display: block; } /************ School Rating */ section#schools h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#schools .comparison { clear: both; } section#schools .appleChart { background: url(../images/apples.png) left top no-repeat; width: 152px; height: 67px; padding: 0 2px; float: left; margin: 0 7px 0 10px; } section#schools .apple { padding: 0 0px; width: 27px; height: 31px; margin: 2px 0; } section#schools h2 { font-size: 100px; font-weight: 300; color: #66C500; /* green */ letter-spacing: -13px; margin: 0 10px 20px 7px; float: right; line-height: .7; } section#schools h2 span { font-size: 25px; font-weight: 300; color: #E8F6D9; /* darker green white */ letter-spacing: normal; } /************ Average Commute Times */ #housing section#commuteTimes.mediumBg .comparison { background-position: right -26px; } section#commuteTimes .transitType { float: left; width: 25%; text-align: center; overflow: hidden; } section#commuteTimes h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #3F432F; /* green grey */ } section#commuteTimes h2 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #F1FAE8; font-weight: 300; font-size: 15px; margin: 0; } section#commuteTimes .transitType p { margin: 0; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 37px; color: #3F432F; /* green grey */ } section#commuteTimes .transitType p span { font-size: 12.5px; text-transform: uppercase; color: #3F432F; /* green grey */ } section#commuteTimes .transitType img { display: block; margin: 0 auto; } section#commuteTimes img.transitIcon { margin: -17px auto 0 auto; border-bottom: 1px solid #F1FAE8; } section#commuteTimes #car.transitIcon { display: block; } section#commuteTimes .comparison { width: 100%; padding: 0; display: table-row; } section#commuteTimes .comparison p { width: 15%; text-align: center; margin: 0; padding: 6px 5% 0 5%; line-height: 1; display: table-cell; vertical-align: bottom; } /************ Taxis */ section#taxis.lightBg h1 { background: url(../images/taxi.png) right top no-repeat; margin-bottom: 0; padding-bottom: 0.67em; } /************ Walkable Nearby */ section#walkable { padding-left: 0; padding-right: 0; } #housing section#walkable .comparison { padding-right: 15px; width: 20px; background-position: left -27px; } section#walkable tbody .comparison { background: none; text-align: center; margin-top: 13px; } section#walkable table { width: 100%; } section#walkable thead { text-indent: -9999em; } section#walkable tbody .measure { color: #3F432F; /* green grey */ font-size: 40px; text-align: right; padding: 0 5px; vertical-align: top; line-height: 1; width: 60px; padding-left: 15px; } section#walkable tbody td { padding-bottom: 10px; } section#walkable tbody tr { border-bottom: 1px dotted #a3dc6e; } section#walkable h2 { font-size: 20px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #F1FAE8; font-weight: 300; margin: 7px 0 5px 0; } section#walkable .amenityType { padding-left: 5px; width: 151px; } section#walkable .amenityType img { padding-bottom: 5px; } /* ------------------------ Fun ------------------------ */ #fun .lightBg { background-color: #F5F5ED; } #fun .mediumBg { background-color: #FF5640; /* red */ } #fun .darkBg { background-color: #453B39; } #fun .lightBg h1 { color: #453B39; /* red grey */ } #fun .mediumBg h1, #fun .mediumBg .comparison { color: #FFF1EB; /* red white */ } #fun .darkBg h1, #fun .darkBg .comparison { color: #FEE8E0; /* darker red white */ } #fun .comparison { background: url(../images/house_fun.png) right top no-repeat; } #fun .lightBg .comparison { background-position: right top; } #fun .mediumBg .comparison { background-position: right -27px; } #fun .darkBg .comparison { background-position: right -54px; } /************ Walkable Nearby */ section#places { padding-left: 0; padding-right: 0; } section#places .comparison { margin-right: 15px; } section#places .place { border-bottom: 1px dotted #D1D0C6; padding-top: 15px; } section#places .proximity { background: url(../images/arrow.png) center top no-repeat; padding-top: 30px; float: left; width: 65px; color: #453B39; /* red grey */ text-align: center; } section#places .distance { font-size: 25px; display: block; } section#places .placeName { float: left; } section#places h2 { font-size: 27px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FF5640; margin: 0; line-height: 1.1; } section#places p.details { margin-top: 0; } /************ Restaurants by Price */ section#restaurants h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #453B39; /* red grey */ } /************ Most Foursquare Checkins */ section#foursquare h2 { font-size: 75px; color: #FEE8E0; /* darker red white */ font-weight: 300; text-align: center; margin: 0; line-height: .9; } section#foursquare h2 span { font-size: 25px; display: block; margin: 20px; } section#foursquare .location { color: #FF5640; /* red */ text-align: center; margin: 0; font-size: 30px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; display: block; } section#foursquare .comparison .measure { color: #FF5640; /* red */ } /************ Movie Theaters within 5 miles */ section#theaters { padding-left: 0; padding-right: 0; padding-top: 0; padding-top: 6px; } section#theaters .comparison { margin-right: 15px; } section#theaters .bgImage { background: url(../images/bg_theaters.png) left -40px no-repeat; padding-right: 15px; padding-left: 15px; padding-top: 15px; } section#theaters h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; color: #453B39; /* red grey */ } section#theaters h2#numberOfTheaters { font-size: 75px; color: #FFF1EB; /* red white */ font-weight: 300; text-align: right; margin: -20px 0 0; line-height: 1; } section#theaters h2 span { font-size: 25px; } section#theaters .location { color: #FF5640; /* red */ text-align: center; margin: 0; font-size: 30px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; display: block; } section#theaters li { background: url(../images/theaterMarker.png) left center no-repeat; padding-left: 40px; color: #453B39; /* red grey */ margin-left: 21px; font-size: 15px; } section#theaters li .measure { font-size: 25px; font-family: "franklin-gothic-ext-comp-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; color: #FFF1EB; /* red white */ padding-right: 8px; } /************ Local Flavor */ section#flavor { padding-left: 0; padding-right: 0; } section#flavor .comparison { margin-right: 15px; } section#flavor h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#flavor h2 { font-size: 27px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FF5640; /* red */ line-height: 1.1; margin: 5px 5px 20px 15px; float: left; width: 186px; } section#flavor .imgContainer { width: 100%; height: 100px; position: relative; overflow: hidden; } section#flavor .imgContainer img { width: 100%; } section#flavor .imgContainer span { position: absolute; font-size: 190px; top: 0; right: 0; color: #F5F5ED; line-height: 1; } section#flavor .one .imgContainer span { font-size: 191px; top: -59px; right: -7px; } section#flavor .two .imgContainer span { font-size: 191px; top: -61px; right: -15px; } section#flavor .three .imgContainer span { font-size: 142px; top: -44px; right: -8px; } section#flavor .four .imgContainer span { font-size: 142px; top: -44px; right: -8px; } section#flavor .five .imgContainer span { font-size: 144px; top: -47px; right: -10px; } section#flavor .opinion { float: right; padding-top: 9px; margin-bottom: 20px; } section#flavor .rating { text-indent: -9999em; display: block; width: 100px; height: 20px; } section#flavor .reviews { display: block; width: 100px; text-align: right; } section#flavor .starsOne { background: url(../images/stars_one.png) left center no-repeat; } section#flavor .starsOne_half { background: url(../images/stars_one_half.png) left center no-repeat; } section#flavor .starsTwo { background: url(../images/stars_two.png) left center no-repeat; } section#flavor .starsTwo_half { background: url(../images/stars_two_half.png) left center no-repeat; } section#flavor .starsThree { background: url(../images/stars_three.png) left center no-repeat; } section#flavor .starsThree_half { background: url(../images/stars_three_half.png) left center no-repeat; } section#flavor .starsFour { background: url(../images/stars_four.png) left center no-repeat; } section#flavor .starsFour_half { background: url(../images/stars_four_half.png) left center no-repeat; } section#flavor .starsFive { background: url(../images/stars_five.png) left center no-repeat; } /* ------------------------ Environment ------------------------ */ #environment .lightBg { background-color: #F5F5ED; } #environment .mediumBg { background-color: #FFD400; /* yellow */ } #environment .darkBg { background-color: #423F2F; } #environment .lightBg h1 { color: #423F2F; /* yellow grey */ } #environment .mediumBg h1 { color: #FFFEF2; /* yellow white */ } #environment .mediumBg h1 span, #environment .mediumBg .comparison { color: #423F2F; /* yellow grey */ } #environment .darkBg h1, #environment .darkBg .comparison { color: #FFFEE6; /* darker yellow white */ } #environment .comparison { background: url(../images/house_environment.png) right top no-repeat; } #environment .lightBg .comparison { background-position: right top; } #environment .mediumBg .comparison { background-position: right center; } #environment .darkBg .comparison { background-position: right -54px; } #environment .content #weatherNow { margin-top: -14px; position: relative; } #environment.superfund .ooze { background: url(../images/superfund.png) center top no-repeat; height: 114px; position: absolute; z-index: 10; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 15px; padding-top: 8px; width: 100%; left: 0; top: 0; } #environment.superfund .ooze h2 { text-transform: uppercase; display: block; float: left; margin: 0 0 0 64px; font-size: 15px; font-weight: normal; color: #FFFEE6; /* darker yellow white */ width: 63px; } #environment.superfund .ooze p { display: block; float: left; margin: 0 0 0 10px; color: #FFFEE6; /* darker yellow white */ width: 183px; line-height: 1.2; } #environment.superfund .ooze p em { color: #FFD400; /* yellow */ font-style: normal; } #environment.superfund #weatherNow .bgImage { padding-top: 55px; background-position: -25px 18px; } /************ Weather Right Now */ section#weatherNow .bgImage { background: url(../images/bg_currentWeather.png) -25px -37px no-repeat; text-align: center; padding-right: 15px; padding-left: 15px; } section#weatherNow { padding-left: 0; padding-right: 0; } #environment section#weatherNow h1 { color: #423F2F; /* yellow grey */ } section#weatherNow h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#weatherNow .comparison { margin-top: 30px; } section#weatherNow h2 { font-size: 75px; color: #FFFEF2; /* yellow white */ line-height: 1; text-align: center; margin: 0; font-weight: 300; margin-bottom: 60px; } section#weatherNow .climateDesc { text-transform: uppercase; font-size: 15px; text-align: center; display: block; color: #423F2F; /* yellow grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; } section#weatherNow .rainPercent { background: url(../images/rainPercent.png) right top no-repeat; width: 49px; text-align: center; display: block; font-size: 30px; color: #423F2F; /* yellow grey */ padding: 41px 70px 18px 6px; margin: 0 auto; } /************ Record Temperatures */ section#recordTemps { text-align: center; } section#recordTemps h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#recordTemps .high, section#recordTemps .low { float: left; width: 50%; text-align: center; } section#recordTemps h2, section#recordTemps h2 { color: #423F2F; /* yellow grey */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 500; font-size: 30px; text-transform: uppercase; margin: 0; } section#recordTemps .high p, section#recordTemps .low p { margin-top: -10px; } section#recordTemps .high p span, section#recordTemps .low p span { display: block; font-size: 17px; color: #938D87; } section#recordTemps .high, section#recordTemps .low { font-size: 30px; color: #FFD400; /* yellow */ } section#recordTemps .high { background: url(../images/high.png) left 10px no-repeat; } section#recordTemps .low { background: url(../images/low.png) right 10px no-repeat; } /************ Monthly Temperatures */ section#monthlyTemps h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } /************ Pollen Levels */ section#pollen .bgImage { background: url("../images/pollen.png") left top no-repeat; } section#pollen { padding-left: 0; padding-right: 0; } section#pollen h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#pollen .comparison { margin-right: 15px; } section#pollen .pollenCat { background: url("../images/pollen_bg.png") center top no-repeat; width: 33.33333333%; float: left; text-align: center; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; color: #FFFEF2; /* yellow white */ position: relative; } section#pollen .pollenCat span { font-size: 25px; font-weight: 300; margin-top: 2px; } section#pollen img { margin-top: -50px; } section#pollen h2 { font-size: 15px; font-weight: 300; } section#pollen .high .high, section#pollen .low .low { display: block; } section#pollen .high .low, section#pollen .low .high { display: none; } section#pollen .predominant { border-top: 1px dotted #88867d; text-align: center; } section#pollen .predominant h3 { font-size: 15px; color: #FFD400; /* yellow */ text-transform: uppercase; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; margin-bottom: 0; } section#pollen .predominant li { display: inline; font-size: 24px; color: #FFFEE6; /* darker yellow white */ font-weight: 300; } /************ Air Quality */ section#air { background: url("../images/pollen.png") left top no-repeat; } section#air h2 { text-align: center; color: #423F2F; /* yellow grey */ font-weight: 300; margin: -20px 0 15px 0; } section#air h2 span { text-align: center; font-size: 75px; display: block; color: #423F2F; /* yellow grey */ font-weight: 700; } section#air .airChart { color: #FFFEF2; /* yellow white */ font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-size: 16px; font-weight: 300; } section#air .airChart .bar { position: relative; background-color: #FFFEF2; /* yellow white */ height: 9px; width: 100%; } section#air .airChart .bar img { position: absolute; left: 0; top: 0; } section#air .airChart span.measure { width: 25%; background-color: #423F2F; /* yellow grey */ text-indent: -9999em; display: block; height: 9px; } section#air h1 span { font-size: 15px; display: block; font-weight: 300; text-transform: lowercase; } section#air .definition span { display: block; width: 33.333333%; float: left; } section#air .scale span { display: block; width: 50%; float: left; } section#air .middleUnit { text-align: center; } section#air .lastUnit { text-align: right; } /* ------------------------ History ------------------------ */ #history .lightBg { background-color: #F5F5ED; } #history .mediumBg { background-color: #7B6490; /* purple */ } #history .darkBg { background-color: #414046; } #history .lightBg h1 { color: #414046; /* purple grey */ } #history .mediumBg h1, #history .mediumBg .comparison { color: #F5F2F7; /* purple white */ } #history .darkBg h1, #history .darkBg .comparison { color: #EFECF1; /* darker purple white */ } #history .comparison { background: url(../images/house_fun.png) right top no-repeat; } #history .lightBg .comparison { background-position: right top; } #history .mediumBg .comparison { background-position: right -27px; } #history .darkBg .comparison { background-position: right -54px; } #history .content { margin-top: -14px; } /************ Population */ section#pop { padding-left: 0; padding-right: 0; } section#pop h2 { display: block; border-top: 1px dotted #675875; border-bottom: 1px dotted #675875; font-size: 75px; font-family: "minion Pro", Georgia, "Times New Roman", sans-serif; text-align: right; padding-right: 15px; font-weight: 300; color: #F5F2F7; /* purple white */ background: #766289; /* Old browsers */ background: -moz-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766289), color-stop(24%, #79658d), color-stop(50%, #79658d), color-stop(79%, #79658d), color-stop(100%, #766289)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* IE10+ */ background: linear-gradient(to bottom, #766289 0%, #79658d 24%, #79658d 50%, #79658d 79%, #766289 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#766289', endColorstr='#766289',GradientType=0 ); /* IE6-9 */ } section#pop .populationTicker { overflow: hidden; height: 107px; margin-bottom: 10px; } section#pop .populationTicker span { display: block; font-size: 75px; font-family: "minion Pro", Georgia, "Times New Roman", sans-serif; text-align: right; padding-right: 15px; font-weight: 300; color: #F5F2F7; /* purple white */ } section#pop .populationTicker span.numberBefore { margin-top: -55px; } section#pop h2 { margin: -50px 0; } /************ Population History */ section#popHistory { padding-left: 0; padding-right: 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; } section#popHistory h2 { font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; text-align: center; } section#popHistory dl { margin: 0 auto 15px auto; display: block; width: 195px; font-size: 17px; } section#popHistory dd, section#popHistory dt { display: block; float: left; margin-left: 0; } section#popHistory dt { text-indent: -9999em; display: block; margin-top: 2px; margin-right: 5px; } section#popHistory dt.current { background-color: #7B6490; /* purple */ width: 15px; height: 15px; border-radius: 8px; } section#popHistory dt.home { border: 2px solid #414046; /* purple grey */ width: 11px; height: 11px; border-radius: 7px; margin-left: 10px; } section#popHistory img { width: 100%; } /************ Nearby Historic Landmarks */ section#nearbyHistory .barChart li { background: #7B6490; /* purple */ margin: 3px 0; color: #F5F2F7; /* purple white */ height: 60px; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; } section#nearbyHistory .barChart .measure { display: block; font-size: 30px; font-family: Georgia, "minion", "Times New Roman", sans-serif; margin-bottom: -5px; font-weight: 300; } section#nearbyHistory .barChart .location { width: 290px; display: block; padding: 0 8px; } /* ------------------------ Comparisons ------------------------ */ .comparison { padding: 1px 26px 0 0; font-family: "franklin-gothic-urw", "helvetica neue", helvetica, arial, sans-serif; font-weight: 300; color: #938D87; font-size: 15px; float: right; margin-top: 15px; } .comparison span.measure { font-style: normal; font-weight: 500; } .comparison p { display: inline; }
0.37399
0.067393