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
.navba-top, .navbar{ width:100%; background:#029FB2; color:white; } .navba-nav-top,.social-links{ display:inline; color:white; text-decoration-style:none; } .social-links{ padding-left: 0px; } .navba-top li a{ color:white; } .navba-top li a:hover{ text-decoration: none; color:deepskyblue; } .navba-top li:after{ content:"|"; padding: 0px 10px; } #demo{ color:white; padding-left:10px; } .top-nav-item{ flex-direction:row; display: inline; } /*........LOGO..............*/ .img-responsive{ width: 522px; height: 267px; object-fit: contain; } /*.......Main Menu..........*/ .dropdownmenu{ display:none; float:none; position:absolute; z-index: 10; color:black; background: white; min-width:300px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdownmenu>ul{ list-style: none; padding-left: 0px; } .dropdownmenu>ul>li{ text-align: center; padding:4px; border-bottom:1px dotted gray; } .dropdownmenu>ul>li:last-child{ border-bottom:none; } .dropdown:hover,#active:hover .nav-item{ background:#006D80; opacity:1; } #active{ background-color:#006D80; } .dropdown:hover .dropdownmenu{ display:block; flex-flow: column wrap; align-self: flex-end; z-index: 2; } .dropdown:hover .dropdownmenu>a{ color:black; } .dropdownitem{ background: white; color:black; } .navbar{ padding:0px 5px 0px 0px; } #navbar-drop,#active{ color:#fff; } #navbar-fixed{ position:fixed; top:0; z-index: 2; } .navbar-nav{ flex-direction:row; background:#029FB2; width:100%; } .nav-item{ border-right:2px solid white; min-width:100px; text-align:center; font-family: "Helvetica"; font-weight: bold; } .navbar .navbar-nav li.nav-item{ padding:5px; } .menusearch{ display:none; position:absolute; margin-top: 10px; margin-left:-10px; } table{ height:auto; } table>td{ padding:2px; } button.search{ background:#2C84C9; } /*......Forsmall devices....*/ .for-sm-xs{ padding-bottom: 0px; display:none; } .optionbtn{ padding: 2px; background: #029FB2; display: inline-block; cursor: pointer; float:left; } .bar1,.bar2,.bar3 { min-width: 30px; min-height: 4px; background-color: white; margin: 6px 0; transition: 0.4s; } .change .bar1 { -webkit-transform: rotate(-45deg) translate(-9px, 6px); transform: rotate(-45deg) translate(-8px, 7px); } .change .bar2 {opacity: 0;} .change .bar3 { -webkit-transform: rotate(45deg) translate(-8px, -8px); transform: rotate(45deg) translate(-4px, -6px); } .bar3{ margin-bottom: 0px; } .smenu{ float:right; margin-top: 2px; color:white; } .optionbtn,.smenu{ vertical-align: middle; } @media screen and (max-width:768px){ #demo{ padding-left: 0px; } .img-responsive{ max-width: 100%; height:auto; } .smenu{ font-size:20px; padding-right:15px; } .nav-item{ display:none; } .for-sm-xs{ display:block; width:100%; border-right:none; } .topnav{ width:100%; } .optionbtn:hover{ background:#006D80; } .social-links{ display:none; } li.show>a{ font-size: 14px; padding:0px; } li.show { display:block; height:8%; width:95%; } li.show .dropdownmenu{ position:relative; background:white; overflow: scroll; } li.show{ border-right:0px; } .navbar-nav{ flex-direction: column; } .menusearch{ position:relative; margin-top: 0px; margin-left: 0px; padding:0px; } table,input{ align-self:center; width:100%; } } /*Main menu ends*/ /*CONTENT OF THE WEBSITE BEGIN*/ /*CONTENT OF THE WEBSITE ENDS*/ /*FOOTER OF THE WEBSITE BEGIN*/ .foot-section{ padding:10px; padding-top: 20px; background:rgb(0,0,0); } .foot-section h5{ color:rgb(248,248,248); text-transform: uppercase; background:rgb(51,51,51); border-top:1px solid rgb(92,92,92); border-bottom:1px solid rgb(92,92,92);; padding:2px; padding-left: 10px; } .meta-list>li>a{ color:rgb(200,200,200); list-style-type:none; } /*FOOTER OF THE WEBSITE ENDS*/
assets/css/style_homeframe.css
.navba-top, .navbar{ width:100%; background:#029FB2; color:white; } .navba-nav-top,.social-links{ display:inline; color:white; text-decoration-style:none; } .social-links{ padding-left: 0px; } .navba-top li a{ color:white; } .navba-top li a:hover{ text-decoration: none; color:deepskyblue; } .navba-top li:after{ content:"|"; padding: 0px 10px; } #demo{ color:white; padding-left:10px; } .top-nav-item{ flex-direction:row; display: inline; } /*........LOGO..............*/ .img-responsive{ width: 522px; height: 267px; object-fit: contain; } /*.......Main Menu..........*/ .dropdownmenu{ display:none; float:none; position:absolute; z-index: 10; color:black; background: white; min-width:300px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdownmenu>ul{ list-style: none; padding-left: 0px; } .dropdownmenu>ul>li{ text-align: center; padding:4px; border-bottom:1px dotted gray; } .dropdownmenu>ul>li:last-child{ border-bottom:none; } .dropdown:hover,#active:hover .nav-item{ background:#006D80; opacity:1; } #active{ background-color:#006D80; } .dropdown:hover .dropdownmenu{ display:block; flex-flow: column wrap; align-self: flex-end; z-index: 2; } .dropdown:hover .dropdownmenu>a{ color:black; } .dropdownitem{ background: white; color:black; } .navbar{ padding:0px 5px 0px 0px; } #navbar-drop,#active{ color:#fff; } #navbar-fixed{ position:fixed; top:0; z-index: 2; } .navbar-nav{ flex-direction:row; background:#029FB2; width:100%; } .nav-item{ border-right:2px solid white; min-width:100px; text-align:center; font-family: "Helvetica"; font-weight: bold; } .navbar .navbar-nav li.nav-item{ padding:5px; } .menusearch{ display:none; position:absolute; margin-top: 10px; margin-left:-10px; } table{ height:auto; } table>td{ padding:2px; } button.search{ background:#2C84C9; } /*......Forsmall devices....*/ .for-sm-xs{ padding-bottom: 0px; display:none; } .optionbtn{ padding: 2px; background: #029FB2; display: inline-block; cursor: pointer; float:left; } .bar1,.bar2,.bar3 { min-width: 30px; min-height: 4px; background-color: white; margin: 6px 0; transition: 0.4s; } .change .bar1 { -webkit-transform: rotate(-45deg) translate(-9px, 6px); transform: rotate(-45deg) translate(-8px, 7px); } .change .bar2 {opacity: 0;} .change .bar3 { -webkit-transform: rotate(45deg) translate(-8px, -8px); transform: rotate(45deg) translate(-4px, -6px); } .bar3{ margin-bottom: 0px; } .smenu{ float:right; margin-top: 2px; color:white; } .optionbtn,.smenu{ vertical-align: middle; } @media screen and (max-width:768px){ #demo{ padding-left: 0px; } .img-responsive{ max-width: 100%; height:auto; } .smenu{ font-size:20px; padding-right:15px; } .nav-item{ display:none; } .for-sm-xs{ display:block; width:100%; border-right:none; } .topnav{ width:100%; } .optionbtn:hover{ background:#006D80; } .social-links{ display:none; } li.show>a{ font-size: 14px; padding:0px; } li.show { display:block; height:8%; width:95%; } li.show .dropdownmenu{ position:relative; background:white; overflow: scroll; } li.show{ border-right:0px; } .navbar-nav{ flex-direction: column; } .menusearch{ position:relative; margin-top: 0px; margin-left: 0px; padding:0px; } table,input{ align-self:center; width:100%; } } /*Main menu ends*/ /*CONTENT OF THE WEBSITE BEGIN*/ /*CONTENT OF THE WEBSITE ENDS*/ /*FOOTER OF THE WEBSITE BEGIN*/ .foot-section{ padding:10px; padding-top: 20px; background:rgb(0,0,0); } .foot-section h5{ color:rgb(248,248,248); text-transform: uppercase; background:rgb(51,51,51); border-top:1px solid rgb(92,92,92); border-bottom:1px solid rgb(92,92,92);; padding:2px; padding-left: 10px; } .meta-list>li>a{ color:rgb(200,200,200); list-style-type:none; } /*FOOTER OF THE WEBSITE ENDS*/
0.222996
0.042088
@charset "UTF-8"; @import url(../vendor/jcrop/css/jquery.Jcrop.min.css); @import url(../../../system/assets/vendor/prettify/prettify.css); @import url(../../../system/assets/vendor/prettify/theme-desert.css); @-webkit-keyframes showSweetAlert { 0% { transform: scale(0.7); -webkit-transform: scale(0.7); } 45% { transform: scale(1.05); -webkit-transform: scale(1.05); } 80% { transform: scale(0.95); -webkit-tranform: scale(0.95); } 100% { transform: scale(1); -webkit-transform: scale(1); } } @keyframes showSweetAlert { 0% { transform: scale(0.7); -webkit-transform: scale(0.7); } 45% { transform: scale(1.05); -webkit-transform: scale(1.05); } 80% { transform: scale(0.95); -webkit-tranform: scale(0.95); } 100% { transform: scale(1); -webkit-transform: scale(1); } } @-webkit-keyframes hideSweetAlert { 0% { transform: scale(1); -webkit-transform: scale(1); } 100% { transform: scale(0.5); -webkit-transform: scale(0.5); } } @keyframes hideSweetAlert { 0% { transform: scale(1); -webkit-transform: scale(1); } 100% { transform: scale(0.5); -webkit-transform: scale(0.5); } } .showSweetAlert { -webkit-animation: showSweetAlert 0.3s; animation: showSweetAlert 0.3s; } .hideSweetAlert { -webkit-animation: hideSweetAlert 0.2s; animation: hideSweetAlert 0.2s; } @-webkit-keyframes animateSuccessTip { 0% { width: 0; left: 1px; top: 19px; } 54% { width: 0; left: 1px; top: 19px; } 70% { width: 50px; left: -8px; top: 37px; } 84% { width: 17px; left: 21px; top: 48px; } 100% { width: 25px; left: 14px; top: 45px; } } @keyframes animateSuccessTip { 0% { width: 0; left: 1px; top: 19px; } 54% { width: 0; left: 1px; top: 19px; } 70% { width: 50px; left: -8px; top: 37px; } 84% { width: 17px; left: 21px; top: 48px; } 100% { width: 25px; left: 14px; top: 45px; } } @-webkit-keyframes animateSuccessLong { 0% { width: 0; right: 46px; top: 54px; } 65% { width: 0; right: 46px; top: 54px; } 84% { width: 55px; right: 0px; top: 35px; } 100% { width: 47px; right: 8px; top: 38px; } } @keyframes animateSuccessLong { 0% { width: 0; right: 46px; top: 54px; } 65% { width: 0; right: 46px; top: 54px; } 84% { width: 55px; right: 0px; top: 35px; } 100% { width: 47px; right: 8px; top: 38px; } } @-webkit-keyframes rotatePlaceholder { 0% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } 100% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } } @keyframes rotatePlaceholder { 0% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } 100% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } } .animateSuccessTip { -webkit-animation: animateSuccessTip 0.75s; animation: animateSuccessTip 0.75s; } .animateSuccessLong { -webkit-animation: animateSuccessLong 0.75s; animation: animateSuccessLong 0.75s; } .icon.success.animate::after { -webkit-animation: rotatePlaceholder 4.25s ease-in; animation: rotatePlaceholder 4.25s ease-in; } @-webkit-keyframes animateErrorIcon { 0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0; } 100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; } } @keyframes animateErrorIcon { 0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0; } 100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; } } .animateErrorIcon { -webkit-animation: animateErrorIcon 0.5s; animation: animateErrorIcon 0.5s; } @-webkit-keyframes animateXMark { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 50% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px; } 100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1; } } @keyframes animateXMark { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 50% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px; } 100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1; } } .animateXMark { -webkit-animation: animateXMark 0.5s; animation: animateXMark 0.5s; } @-webkit-keyframes pulseWarning { 0% { border-color: #F8D486; } 100% { border-color: #F8BB86; } } @keyframes pulseWarning { 0% { border-color: #F8D486; } 100% { border-color: #F8BB86; } } .pulseWarning { -webkit-animation: pulseWarning 0.75s infinite alternate; animation: pulseWarning 0.75s infinite alternate; } @-webkit-keyframes pulseWarningIns { 0% { background-color: #F8D486; } 100% { background-color: #F8BB86; } } @keyframes pulseWarningIns { 0% { background-color: #F8D486; } 100% { background-color: #F8BB86; } } .pulseWarningIns { -webkit-animation: pulseWarningIns 0.75s infinite alternate; animation: pulseWarningIns 0.75s infinite alternate; } .sweet-overlay { background-color: rgba(0, 0, 0, 0.4); position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: none; z-index: 7600; } .sweet-alert { background-color: #f9f9f9; width: 478px; padding: 17px; border-radius: 5px; text-align: center; position: fixed; left: 50%; top: 50%; margin-left: -256px; margin-top: -200px; overflow: hidden; display: none; z-index: 8600; } @media all and (max-width: 767px) { .sweet-alert { width: auto; margin-left: 0; margin-right: 0; left: 15px; right: 15px; } } .sweet-alert .icon { width: 80px; height: 80px; border: 4px solid gray; border-radius: 50%; margin: 20px auto; position: relative; box-sizing: content-box; } .sweet-alert .icon.error { border-color: #952518; } .sweet-alert .icon.error .x-mark { position: relative; display: block; } .sweet-alert .icon.error .line { position: absolute; height: 5px; width: 47px; background-color: #ab2a1c; display: block; top: 37px; border-radius: 2px; } .sweet-alert .icon.error .line.left { -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 17px; } .sweet-alert .icon.error .line.right { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: 16px; } .sweet-alert .icon.warning { border-color: #eea236; } .sweet-alert .icon.warning .body { position: absolute; width: 5px; height: 47px; left: 50%; top: 10px; border-radius: 2px; margin-left: -2px; background-color: #f0ad4e; } .sweet-alert .icon.warning .dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; left: 50%; bottom: 10px; background-color: #f0ad4e; } .sweet-alert .icon.info { border-color: #46b8da; } .sweet-alert .icon.info::before { content: ""; position: absolute; width: 5px; height: 29px; left: 50%; bottom: 17px; border-radius: 2px; margin-left: -2px; background-color: #5bc0de; } .sweet-alert .icon.info::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; top: 19px; background-color: #5bc0de; } .sweet-alert .icon.success { border-color: #2b9854; } .sweet-alert .icon.success::before, .sweet-alert .icon.success::after { content: ''; border-radius: 50%; position: absolute; width: 60px; height: 120px; background: white; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .icon.success::before { border-radius: 120px 0 0 120px; top: -7px; left: -33px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 60px 60px; transform-origin: 60px 60px; } .sweet-alert .icon.success::after { border-radius: 0 120px 120px 0; top: -11px; left: 30px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0px 60px; transform-origin: 0px 60px; } .sweet-alert .icon.success .placeholder { width: 80px; height: 80px; border: 4px solid rgba(49, 172, 95, 0.2); border-radius: 50%; box-sizing: content-box; position: absolute; left: -4px; top: -4px; z-index: 2; } .sweet-alert .icon.success .fix { width: 5px; height: 90px; background-color: #f9f9f9; position: absolute; left: 28px; top: 8px; z-index: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .icon.success .line { height: 5px; background-color: #31ac5f; display: block; border-radius: 2px; position: absolute; z-index: 2; } .sweet-alert .icon.success .line.tip { width: 25px; left: 14px; top: 46px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .icon.success .line.long { width: 47px; right: 8px; top: 38px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .icon.custom { background-size: contain; border-radius: 0; border: none; background-position: center center; background-repeat: no-repeat; } .sweet-alert .btn-default:focus { border-color: #656d79; outline: 0; } .sweet-alert .btn-success:focus { border-color: #2b9854; outline: 0; } .sweet-alert .btn-info:focus { border-color: #46b8da; outline: 0; } .sweet-alert .btn-danger:focus { border-color: #952518; outline: 0; } .sweet-alert .btn-warning:focus { border-color: #eea236; outline: 0; } .sweet-alert button::-moz-focus-inner { border: 0; } .sweet-overlay { background-color: rgba(0, 0, 0, 0.2); z-index: 10499; } .sweet-alert { text-align: right; border-radius: 3px; -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); z-index: 10500; } .sweet-alert h2 { word-break: word-break; word-wrap: break-word; max-height: 350px; overflow-y: auto; margin: 10px 0 17px 0; color: #2b3e50; text-align: left; font-size: 15px; line-height: 23px; } .sweet-alert p { margin: 0; } .sweet-alert p.text-muted { margin-bottom: 20px; color: #555555; } .control-simplelist { font-size: 13px; padding: 20px 20px 2px 20px; margin-bottom: 20px; background: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-simplelist ul { padding-left: 15px; } .control-simplelist.form-control ul { margin-bottom: 0; } .control-simplelist.form-control li { padding-top: 5px; padding-bottom: 5px; } .control-simplelist.with-icons ul, .control-simplelist.with-checkboxes ul, .control-simplelist.is-divided ul, .control-simplelist.is-selectable ul { list-style-type: none; padding-left: 0; } .control-simplelist.with-checkboxes li { margin-top: -5px; } .control-simplelist.with-checkboxes li:first-child { margin-top: 0; } .control-simplelist.with-checkboxes li:last-child div.custom-checkbox { margin-bottom: 0; } .control-simplelist.with-checkboxes li:last-child div.custom-checkbox label { margin-bottom: 5px; } .control-simplelist.is-sortable li.placeholder { position: relative; } .control-simplelist.is-sortable li.placeholder:before { top: -10px; position: absolute; content: ''; display: block; width: 0; height: 0; border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; border-left: 5px solid #999999; } .control-simplelist.is-sortable li.dragged { position: absolute; opacity: 0.5; filter: alpha(opacity=50); z-index: 2000; color: #175da3; width: auto !important; } .control-simplelist.is-scrollable { height: 200px; } .control-simplelist.is-scrollable.size-tiny { min-height: 250px; } .control-simplelist.is-scrollable.size-small { min-height: 300px; } .control-simplelist.is-scrollable.size-large { min-height: 400px; } .control-simplelist.is-scrollable.size-huge { min-height: 450px; } .control-simplelist.is-scrollable.size-giant { min-height: 550px; } .control-simplelist.is-divided, .control-simplelist.is-selectable, .control-simplelist.is-selectable-box { padding: 0; } .control-simplelist.is-divided li .heading, .control-simplelist.is-selectable li .heading, .control-simplelist.is-selectable-box li .heading { font-size: 14px; font-weight: 500; } .control-simplelist.is-divided li, .control-simplelist.is-selectable li { padding: 5px 10px; border-bottom: 1px solid #d4d8da; } .control-simplelist.is-divided li:last-child, .control-simplelist.is-selectable li:last-child { border-bottom: none; } .control-simplelist.is-selectable li a { padding: 5px 10px; margin: -5px -10px; display: block; color: #333333; } .control-simplelist.is-selectable li:hover { background: #4ea5e0; cursor: pointer; } .control-simplelist.is-selectable li:hover, .control-simplelist.is-selectable li:hover a { color: white; } .control-simplelist.is-selectable li:hover a { text-decoration: none; } .control-simplelist.is-selectable li.active a { background: #f0f0f0; } .control-simplelist.is-selectable li.active a:hover { background: #4ea5e0; } .control-simplelist.is-selectable-box { padding-top: 15px; margin-bottom: 0; } .control-simplelist.is-selectable-box li { width: 155px; margin: 8px; display: inline-block; text-align: center; vertical-align: top; } .control-simplelist.is-selectable-box li a { text-decoration: none; display: block; color: #333333; } .control-simplelist.is-selectable-box li a .box { display: block; width: 155px; height: 155px; border: 3px solid rgba(0, 0, 0, 0.1); position: relative; -webkit-transition: border 0.3s ease; transition: border 0.3s ease; } .control-simplelist.is-selectable-box li a .image { display: block; width: 56px; height: 56px; position: absolute; top: 50%; left: 50%; margin-top: -28px; margin-left: -28px; } .control-simplelist.is-selectable-box li a .image > i { font-size: 56px; color: rgba(0, 0, 0, 0.25); } .control-simplelist.is-selectable-box li a .heading { margin: 7px 0; padding: 0; } .control-simplelist.is-selectable-box li a .description { font-size: 12px; } .control-simplelist.is-selectable-box li a:hover .box { border-color: rgba(0, 0, 0, 0.2); } .control-simplelist.is-selectable-box li a:hover .image > i { color: rgba(0, 0, 0, 0.45); } .list-preview .control-simplelist.is-selectable ul { margin-bottom: 0; } .drag-noselect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .control-scrollbar { position: relative; overflow: hidden; height: 100%; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .control-scrollbar > div { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .control-scrollbar > .scrollbar-scrollbar { position: absolute; z-index: 100; } .control-scrollbar > .scrollbar-scrollbar .scrollbar-track { background-color: transparent; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .control-scrollbar > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { background-color: rgba(0, 0, 0, 0.35); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; overflow: hidden; position: absolute; } .control-scrollbar > .scrollbar-scrollbar.disabled { display: none !important; } .control-scrollbar.vertical > .scrollbar-scrollbar { right: 0; margin-right: 5px; width: 6px; } .control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track { height: 100%; width: 6px; } .control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { height: 20px; width: 6px; top: 0; left: 0; } .control-scrollbar.vertical > .scrollbar-scrollbar:active, .control-scrollbar.vertical > .scrollbar-scrollbar:hover { width: 8px; -webkit-transition: width 0.3s; transition: width 0.3s; } .control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-thumb { width: 8px; -webkit-transition: width 0.3s; transition: width 0.3s; } .control-scrollbar.horizontal > .scrollbar-scrollbar { margin: 0 0 5px; clear: both; height: 6px; } .control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track { width: 100%; height: 6px; } .control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { height: 6px; margin: 2px 0; left: 0; top: 0; } .control-scrollbar.horizontal > .scrollbar-scrollbar:active, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover { height: 8px; -webkit-transition: height 0.3s; transition: height 0.3s; } .control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-thumb { height: 8px; -webkit-transition: height 0.3s; transition: height 0.3s; } html.mobile .control-scrollbar { overflow: auto; -webkit-overflow-scrolling: touch; } .no-touch .control-scrollbar > .scrollbar-scrollbar { opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .no-touch .control-scrollbar:active > .scrollbar-scrollbar, .no-touch .control-scrollbar:hover > .scrollbar-scrollbar { opacity: 1; } @media (max-width: 768px) { .responsive-sidebar > .layout-cell:last-child .control-scrollbar { overflow: visible; height: auto; } .responsive-sidebar > .layout-cell:last-child .control-scrollbar .scrollbar-scrollbar { display: none !important; } } .control-filelist p.no-data { padding: 22px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: normal; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-filelist ul { padding: 0; margin: 0; } .control-filelist ul li { font-weight: normal; line-height: 150%; position: relative; list-style: none; } .control-filelist ul li a:hover { background: #dddddd; } .control-filelist ul li.active > a { background: #dddddd; position: relative; } .control-filelist ul li.active > a:after { position: absolute; height: 100%; width: 4px; left: 0; top: 0; background: #175da3; display: block; content: ' '; } .control-filelist ul li a { display: block; padding: 10px 45px 10px 20px; outline: none; } .control-filelist ul li a:hover, .control-filelist ul li a:focus, .control-filelist ul li a:active { text-decoration: none; } .control-filelist ul li a span { display: block; } .control-filelist ul li a span.title { font-weight: normal; color: #405261; font-size: 14px; } .control-filelist ul li a span.description { color: #8f8f8f; font-size: 12px; white-space: nowrap; font-weight: normal; overflow: hidden; text-overflow: ellipsis; } .control-filelist ul li a span.description strong { color: #405261; font-weight: normal; } .control-filelist ul li.group > h4, .control-filelist ul li.group > div.group > h4 { font-weight: normal; font-size: 14px; margin-top: 0; margin-bottom: 0; position: relative; } .control-filelist ul li.group > h4 a, .control-filelist ul li.group > div.group > h4 a { padding: 10px 20px 10px 53px; color: #405261; position: relative; outline: none; } .control-filelist ul li.group > h4 a:hover, .control-filelist ul li.group > div.group > h4 a:hover { background: transparent; } .control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before, .control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after { width: 10px; height: 10px; display: block; position: absolute; top: 1px; } .control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after { left: 33px; top: 9px; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f07b"; color: #a1aab1; font-size: 16px; } .control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before { left: 20px; top: 9px; color: #cfcfcf; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0da"; -webkit-transform: rotate(90deg) translate(5px, 0); -ms-transform: rotate(90deg) translate(5px, 0); transform: rotate(90deg) translate(5px, 0); -webkit-transition: all 0.1s ease; transition: all 0.1s ease; } .control-filelist ul li.group > ul > li > a { padding-left: 52px; } .control-filelist ul li.group > ul > li.group { padding-left: 20px; } .control-filelist ul li.group > ul > li.group > ul > li > a { padding-left: 324px; margin-left: -270px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 297px; margin-left: -243px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 270px; margin-left: -216px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 243px; margin-left: -189px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 216px; margin-left: -162px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 189px; margin-left: -135px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 162px; margin-left: -108px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 135px; margin-left: -81px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 108px; margin-left: -54px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 81px; margin-left: -27px; } .control-filelist ul li.group[data-status=collapsed] > h4 a:before, .control-filelist ul li.group[data-status=collapsed] > div.group > h4 a:before { -webkit-transform: rotate(0deg) translate(3px, 0); -ms-transform: rotate(0deg) translate(3px, 0); transform: rotate(0deg) translate(3px, 0); } .control-filelist ul li.group[data-status=collapsed] > ul, .control-filelist ul li.group[data-status=collapsed] > div.subitems { display: none; } .control-filelist ul li > div.controls { position: absolute; right: 19px; top: 6px; } .control-filelist ul li > div.controls .dropdown { width: 14px; height: 21px; } .control-filelist ul li > div.controls .dropdown.open a.control { display: block !important; } .control-filelist ul li > div.controls .dropdown.open a.control:before { visibility: visible; display: block; } .control-filelist ul li > div.controls a.control { color: #405261; font-size: 14px; visibility: hidden; overflow: hidden; width: 14px; height: 21px; display: none; text-decoration: none; cursor: pointer; padding: 0; opacity: 0.5; filter: alpha(opacity=50); } .control-filelist ul li > div.controls a.control:before { visibility: visible; display: block; margin-right: 0; } .control-filelist ul li > div.controls a.control:hover { opacity: 1; filter: alpha(opacity=100); } .control-filelist ul li:hover > div.controls, .control-filelist ul li:hover > a.control { display: block !important; } .control-filelist ul li:hover > div.controls > a.control, .control-filelist ul li:hover > a.control > a.control { display: block !important; } .control-filelist ul li .checkbox { position: absolute; top: -5px; right: 0; } .control-filelist ul li .checkbox label { margin-right: 0; } .control-filelist ul li .checkbox label:before { border-color: #cccccc; } .control-filelist.single-line ul li a span.title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .control-filelist.filelist-hero ul li { background: #ffffff; border-bottom: none; } .control-filelist.filelist-hero ul li > a { padding: 11px 45px 10px 50px; font-size: 13px; border-bottom: 1px solid #ecf0f1; } .control-filelist.filelist-hero ul li > a span.title { font-size: 14px; font-weight: normal; color: #2b3e50; } .control-filelist.filelist-hero ul li > a span.description { font-size: 13px; } .control-filelist.filelist-hero ul li > a .list-icon { position: absolute; left: 14px; top: 15px; font-size: 22px; color: #b7c0c2; } .control-filelist.filelist-hero ul li > a:hover { background: #4ea5e0; border-bottom: 1px solid #4ea5e0; } .control-filelist.filelist-hero ul li > a:hover span.title, .control-filelist.filelist-hero ul li > a:hover span.description { color: #ffffff; } .control-filelist.filelist-hero ul li > a:hover .list-icon { color: #ffffff; } .control-filelist.filelist-hero ul li > a:active { background: #3498db; border-bottom: 1px solid #3498db !important; } .control-filelist.filelist-hero ul li > a:active span.title, .control-filelist.filelist-hero ul li > a:active span.description { color: #ffffff !important; } .control-filelist.filelist-hero ul li > a:active .list-icon { color: #ffffff !important; } .control-filelist.filelist-hero ul li .checkbox { top: -2px; right: 0; } .control-filelist.filelist-hero ul li.active > a { border-bottom: 1px solid #dddddd; } .control-filelist.filelist-hero ul li.active > a:after { top: -1px; bottom: -1px; height: auto; } .control-filelist.filelist-hero ul li.active > a > span.borders:before { content: ' '; position: absolute; width: 100%; height: 1px; display: block; left: 0; background-color: #dddddd; } .control-filelist.filelist-hero ul li.active > a > span.borders:before { top: -1px; } .control-filelist.filelist-hero ul li.active > a:hover > span.borders:before { background-color: #4ea5e0; } .control-filelist.filelist-hero ul li.active > a:active > span.borders:before { background-color: #3498db; } .control-filelist.filelist-hero ul li > h4 { padding-top: 7px; padding-bottom: 6px; border-bottom: 1px solid #ecf0f1; } .control-filelist.filelist-hero ul li > div.controls { display: none; position: absolute; right: 16px; top: 15px; } .control-filelist.filelist-hero ul li > div.controls > a.control { width: 16px; height: 23px; background: transparent; overflow: hidden; display: inline-block; color: #ffffff !important; padding: 0; } .control-filelist.filelist-hero ul li > div.controls > a.control:before { font-size: 17px; } .control-filelist.filelist-hero ul li:hover > div.controls { display: block; } .control-filelist.filelist-hero ul li.separator { position: relative; border-bottom: 1px solid #95a5a6; padding: 12px 15px 13px 15px; } .control-filelist.filelist-hero ul li.separator:before { z-index: 31; content: ''; display: block; width: 0; height: 0; border-left: 9.5px solid transparent; border-right: 9.5px solid transparent; border-top: 11px solid #ffffff; border-bottom-width: 0; position: absolute; left: 13px; bottom: -8px; } .control-filelist.filelist-hero ul li.separator:after { z-index: 30; content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-top: 9px solid #95a5a6; border-bottom-width: 0; position: absolute; left: 14px; bottom: -9px; } .control-filelist.filelist-hero ul li.separator h5 { color: #2b3e50; font-size: 14px; margin: 0; font-weight: normal; padding: 0; } .control-filelist.filelist-hero ul > li.group > ul > li > a { padding-left: 66px; } .control-filelist.filelist-hero.single-level ul li:hover { background: #4ea5e0; } .control-filelist.filelist-hero.single-level ul li:hover > a { background: #4ea5e0; border-bottom: 1px solid #4ea5e0 !important; } .control-filelist.filelist-hero.single-level ul li:hover > a span.title, .control-filelist.filelist-hero.single-level ul li:hover > a span.description { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:hover > a .list-icon { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:active { background: #3498db; } .control-filelist.filelist-hero.single-level ul li:active > a { background: #3498db; border-bottom: 1px solid #3498db !important; } .control-filelist.filelist-hero.single-level ul li:active > a span.title, .control-filelist.filelist-hero.single-level ul li:active > a span.description { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:active > a .list-icon { color: #ffffff !important; } .touch .control-filelist li:not(.active) a:hover { background: transparent; } .control-scrollpanel { position: relative; background: #ecf0f1; } .control-scrollpanel .control-scrollbar.vertical > .scrollbar-scrollbar { right: 0; } .tooltip .tooltip-inner { text-align: left; padding: 5px 8px; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); } .oc-logo-white { background-image: url(../images/october-logo-white.svg); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; } .oc-logo { background-image: url(../images/october-logo.svg); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent { background-size: 50% auto; background-repeat: no-repeat; background-image: url(../images/october-logo.svg); background-position: 50% 50%; position: relative; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs):after, .flex-layout-column.oc-logo-transparent:not(.has-tabs):after, .layout-cell.oc-logo-transparent:after { content: ''; display: table-cell; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(249, 249, 249, 0.7); } .report-widget { padding: 15px; background: white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; } .report-widget h3 { font-size: 14px; color: #7e8c8d; text-transform: uppercase; font-weight: 600; margin-top: 0; margin-bottom: 30px; } .report-widget .height-100 { height: 100px; } .report-widget .height-200 { height: 200px; } .report-widget .height-300 { height: 300px; } .report-widget .height-400 { height: 400px; } .report-widget .height-500 { height: 500px; } .report-widget p.report-description { margin-bottom: 0; margin-top: 15px; font-size: 12px; line-height: 190%; color: #7e8c8d; } .report-widget a:not(.btn) { color: #7e8c8d; text-decoration: none; } .report-widget a:not(.btn):hover { color: #0181b9; text-decoration: none; } .report-widget p.flash-message.static { margin-bottom: 0; } .report-widget .icon-circle.success { color: #31ac5f; } .report-widget .icon-circle.primary { color: #34495e; } .report-widget .icon-circle.warning { color: #f0ad4e; } .report-widget .icon-circle.danger { color: #ab2a1c; } .report-widget .icon-circle.info { color: #5bc0de; } .control-treelist ol { padding: 0; margin: 0; list-style: none; } .control-treelist ol ol { margin: 0; margin-left: 15px; padding-left: 15px; border-left: 1px solid #dbdee0; } .control-treelist > ol > li > div.record:before { display: none; } .control-treelist li { margin: 0; padding: 0; } .control-treelist li > div.record { margin: 0; font-size: 12px; margin-bottom: 5px; position: relative; display: block; } .control-treelist li > div.record:before { color: #bdc3c7; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f111"; font-size: 6px; position: absolute; left: -18px; top: 11px; } .control-treelist li > div.record > a.move { display: inline-block; padding: 7px 0 7px 10px; text-decoration: none; color: #bdc3c7; } .control-treelist li > div.record > a.move:hover { color: #4ea5e0; } .control-treelist li > div.record > a.move:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0c9"; } .control-treelist li > div.record > span { color: #666666; display: inline-block; padding: 7px 15px 7px 5px; } .control-treelist li.dragged { position: absolute; z-index: 2000; width: auto !important; height: auto !important; } .control-treelist li.dragged > div.record { opacity: 0.5; filter: alpha(opacity=50); background: #4ea5e0 !important; } .control-treelist li.dragged > div.record > a.move:before, .control-treelist li.dragged > div.record > span { color: white; } .control-treelist li.dragged > div.record:before { display: none; } .control-treelist li.placeholder { display: inline-block; position: relative; background: #4ea5e0 !important; height: 25px; margin-bottom: 5px; } .control-treelist li.placeholder:before { display: block; position: absolute; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f053"; color: #d35714; left: -10px; top: 8px; z-index: 2000; } .control-treeview { margin-bottom: 40px; } .control-treeview ol { margin: 0; padding: 0; list-style: none; background: #ffffff; } .control-treeview ol > li { -webkit-transition: width 1s; transition: width 1s; } .control-treeview ol > li > div { font-size: 14px; font-weight: normal; background: #ffffff; border-bottom: 1px solid #ecf0f1; position: relative; } .control-treeview ol > li > div > a { color: #2b3e50; padding: 11px 45px 10px 61px; display: block; line-height: 150%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .control-treeview ol > li > div:before { content: ' '; background-image: url(../images/treeview-icons.png); background-position: 0px -28px; background-repeat: no-repeat; background-size: 42px auto; position: absolute; width: 21px; height: 22px; left: 28px; top: 15px; } .control-treeview ol > li > div span.comment { display: block; font-weight: 400; color: #95a5a6; font-size: 13px; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; } .control-treeview ol > li > div > span.expand { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; display: none; position: absolute; width: 20px; height: 20px; top: 19px; left: 2px; cursor: pointer; color: #bdc3c7; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .control-treeview ol > li > div > span.expand:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0da"; line-height: 100%; font-size: 15px; position: relative; left: 8px; top: 2px; } .control-treeview ol > li > div > span.drag-handle { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; position: absolute; right: 9px; bottom: 0; width: 18px; height: 19px; cursor: move; color: #bdc3c7; opacity: 0; filter: alpha(opacity=0); } .control-treeview ol > li > div > span.drag-handle:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0c9"; font-size: 18px; } .control-treeview ol > li > div span.borders { font-size: 0; } .control-treeview ol > li > div > ul.submenu { position: absolute; left: 20px; bottom: -37px; padding: 0; list-style: none; z-index: 200; height: 37px; display: none; margin-left: 15px; background: transparent url(../images/treeview-submenu-tabs.png) repeat-x left -39px; } .control-treeview ol > li > div > ul.submenu:before, .control-treeview ol > li > div > ul.submenu:after { background: transparent url(../images/treeview-submenu-tabs.png) no-repeat left top; content: ' '; display: block; width: 20px; height: 37px; position: absolute; top: 0; } .control-treeview ol > li > div > ul.submenu:before { left: -20px; } .control-treeview ol > li > div > ul.submenu:after { background-position: -100px top; right: -20px; } .control-treeview ol > li > div > ul.submenu li { font-size: 12px; } .control-treeview ol > li > div > ul.submenu li a { display: block; padding: 4px 3px 0 3px; color: #ffffff; text-decoration: none; outline: none; } .control-treeview ol > li > div > ul.submenu li a i { margin-right: 5px; } .control-treeview ol > li > div:hover > ul.submenu { display: block; } .control-treeview ol > li > div:active > ul.submenu { background-position: left -116px; } .control-treeview ol > li > div:active > ul.submenu:before { background-position: left -77px; } .control-treeview ol > li > div:active > ul.submenu:after { background-position: -100px -77px; } .control-treeview ol > li > div .checkbox { position: absolute; top: -2px; right: 0; } .control-treeview ol > li > div .checkbox label { margin-right: 0; } .control-treeview ol > li > div .checkbox label:before { border-color: #cccccc; } .control-treeview ol > li > div.popover-highlight { background-color: #4ea5e0 !important; } .control-treeview ol > li > div.popover-highlight:before { background-position: 0px -80px; } .control-treeview ol > li > div.popover-highlight > a { color: #ffffff !important; cursor: default; } .control-treeview ol > li > div.popover-highlight span { color: #ffffff !important; } .control-treeview ol > li > div.popover-highlight > ul.submenu, .control-treeview ol > li > div.popover-highlight > span.drag-handle { display: none !important; } .control-treeview ol > li.dragged div, .control-treeview ol > li > div:hover { background-color: #4ea5e0 !important; } .control-treeview ol > li.dragged div > a, .control-treeview ol > li > div:hover > a { color: #ffffff !important; } .control-treeview ol > li.dragged div:before, .control-treeview ol > li > div:hover:before { background-position: 0px -80px; } .control-treeview ol > li.dragged div:after, .control-treeview ol > li > div:hover:after { top: 0 !important; bottom: 0 !important; } .control-treeview ol > li.dragged div span, .control-treeview ol > li > div:hover span { color: #ffffff !important; } .control-treeview ol > li.dragged div span.drag-handle, .control-treeview ol > li > div:hover span.drag-handle { cursor: move; opacity: 1; filter: alpha(opacity=100); } .control-treeview ol > li.dragged div span.borders, .control-treeview ol > li > div:hover span.borders { display: none; } .control-treeview ol > li > div:active { background-color: #3498db !important; } .control-treeview ol > li > div:active > a { color: #ffffff !important; } .control-treeview ol > li[data-no-drag-mode] div:hover span.drag-handle { cursor: default !important; opacity: 0.3 !important; filter: alpha(opacity=30) !important; } .control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li.dragged div > ul.submenu { display: none !important; } .control-treeview ol > li > ol { padding-left: 20px; padding-right: 20px; } .control-treeview ol > li[data-status=collapsed] > ol { display: none; } .control-treeview ol > li.has-subitems > div:before { background-position: 0 0; width: 23px; height: 26px; left: 26px; } .control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before { background-position: 0px -52px; } .control-treeview ol > li.has-subitems > div span.expand { display: block; } .control-treeview ol > li.placeholder { position: relative; opacity: 0.5; filter: alpha(opacity=50); } .control-treeview ol > li.dragged { position: absolute; z-index: 2000; opacity: 0.25; filter: alpha(opacity=25); } .control-treeview ol > li.dragged > div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-treeview ol > li.drop-target > div { background-color: #2581b8 !important; } .control-treeview ol > li.drop-target > div > a { color: #ffffff; } .control-treeview ol > li.drop-target > div > a > span.comment { color: #ffffff; } .control-treeview ol > li.drop-target > div:before { background-position: 0px -80px; } .control-treeview ol > li.drop-target.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li[data-status=expanded] > div > span.expand { -webkit-transform: rotate(90deg) translate(0, 0); -ms-transform: rotate(90deg) translate(0, 0); transform: rotate(90deg) translate(0, 0); } .control-treeview ol > li.drag-ghost { background-color: transparent; box-sizing: content-box; } .control-treeview ol > li.active > div { background: #dddddd; } .control-treeview ol > li.active > div:after { position: absolute; width: 4px; left: 0; top: -1px; bottom: -1px; background: #175da3; display: block; content: ' '; } .control-treeview ol > li.active > div > span.comment, .control-treeview ol > li.active > div > span.expand { color: #8f8f8f; } .control-treeview ol > li.active > div > span.borders:before, .control-treeview ol > li.active > div > span.borders:after { content: ' '; position: absolute; width: 100%; height: 1px; display: block; left: 0; background-color: #dddddd; } .control-treeview ol > li.active > div > span.borders:before { top: -1px; } .control-treeview ol > li.active > div > span.borders:after { bottom: -1px; } .control-treeview ol > li.no-data { padding: 18px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: 400; } .control-treeview ol > li > ol > li > div { margin-left: -20px; margin-right: -20px; padding-left: 71px; } .control-treeview ol > li > ol > li > div > a { margin-left: -71px; padding-left: 71px; } .control-treeview ol > li > ol > li > div:before { margin-left: 10px; } .control-treeview ol > li > ol > li > div > span.expand { left: 12px; } .control-treeview ol > li > ol > li > ol > li > div { margin-left: -40px; margin-right: -40px; padding-left: 81px; } .control-treeview ol > li > ol > li > ol > li > div > a { margin-left: -81px; padding-left: 81px; } .control-treeview ol > li > ol > li > ol > li > div:before { margin-left: 20px; } .control-treeview ol > li > ol > li > ol > li > div > span.expand { left: 22px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div { margin-left: -60px; margin-right: -60px; padding-left: 91px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -91px; padding-left: 91px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 30px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 32px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -80px; margin-right: -80px; padding-left: 101px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -101px; padding-left: 101px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 40px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 42px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -100px; margin-right: -100px; padding-left: 111px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -111px; padding-left: 111px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 50px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 52px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -120px; margin-right: -120px; padding-left: 121px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -121px; padding-left: 121px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 60px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 62px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -140px; margin-right: -140px; padding-left: 131px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -131px; padding-left: 131px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 70px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 72px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -160px; margin-right: -160px; padding-left: 141px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -141px; padding-left: 141px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 80px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 82px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -180px; margin-right: -180px; padding-left: 151px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -151px; padding-left: 151px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 90px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 92px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -200px; margin-right: -200px; padding-left: 161px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -161px; padding-left: 161px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 100px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 102px; } .control-treeview p.no-data { padding: 18px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: 400; } .control-treeview a.menu-control { display: block; margin: 20px; padding: 13px 15px; border: dotted 2px #ebebeb; color: #bdc3c7; font-size: 12px; font-weight: 600; text-transform: uppercase; border-radius: 5px; vertical-align: middle; } .control-treeview a.menu-control:hover, .control-treeview a.menu-control:focus { text-decoration: none; background-color: #4ea5e0; color: #ffffff; border: none; padding: 15px 17px; } .control-treeview a.menu-control:active { background: #3498db; color: #ffffff; } .control-treeview a.menu-control i { margin-right: 10px; font-size: 14px; } .control-treeview.treeview-light { margin-bottom: 0; margin-top: 20px; } .control-treeview.treeview-light ol { background-color: transparent; } .control-treeview.treeview-light ol > li > div { background-color: transparent; border-bottom: none; } .control-treeview.treeview-light ol > li > div:before { top: 15px; } .control-treeview.treeview-light ol > li > div > a { padding-top: 10px; padding-bottom: 10px; } .control-treeview.treeview-light ol > li > div span.expand { top: 19px; } .control-treeview.treeview-light ol > li > div > span.drag-handle { top: 0; right: 0; bottom: auto; height: 100%; width: 60px; background: #2581b8; -webkit-transition: none !important; transition: none !important; } .control-treeview.treeview-light ol > li > div > span.drag-handle:before { position: absolute; left: 50%; top: 50%; margin-left: -6px; } .control-treeview.treeview-light ol > li > div > ul.submenu { right: 60px; left: auto; bottom: auto; top: 0; height: 100%; margin: 0; background: transparent; white-space: nowrap; font-size: 0; } .control-treeview.treeview-light ol > li > div > ul.submenu:before, .control-treeview.treeview-light ol > li > div > ul.submenu:after { display: none; } .control-treeview.treeview-light ol > li > div > ul.submenu li { height: 100%; display: inline-block; background: #2581b8; border-right: 1px solid #328ec8; } .control-treeview.treeview-light ol > li > div > ul.submenu li p { display: table; height: 100%; padding: 0; margin: 0; } .control-treeview.treeview-light ol > li > div > ul.submenu li p a { display: table-cell; vertical-align: middle; height: 100%; padding: 0 20px; font-size: 13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .control-treeview.treeview-light ol > li > div > ul.submenu li p a i.control-icon { font-size: 22px; margin-right: 0; } body.dragging .control-treeview ol.dragging, body.dragging .control-treeview ol.dragging ol { background: #ccc; padding-right: 20px; -webkit-transition: padding 1s; transition: padding 1s; } body.dragging .control-treeview ol.dragging > li > div, body.dragging .control-treeview ol.dragging ol > li > div { margin-right: 0; -webkit-transition: margin 1s; transition: margin 1s; } body.dragging .control-treeview ol.dragging > li > div .custom-checkbox, body.dragging .control-treeview ol.dragging ol > li > div .custom-checkbox { -webkit-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; filter: alpha(opacity=0); } body.dragging .control-treeview.treeview-light ol.dragging > li > div, body.dragging .control-treeview.treeview-light ol.dragging ol > li > div { background-color: #f9f9f9; } @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { .control-treeview ol > li > div:before { background-position: 0px -79px; background-size: 21px auto; } .control-treeview ol > li.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before { background-position: 0px -102px; } .control-treeview ol > li.dragged > div:before, .control-treeview ol > li.dragged li > div:before, .control-treeview ol > li > div:hover:before, .control-treeview ol > li > div.popover-highlight:before { background-position: 0px -129px; } .control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before { background-position: 0px -102px; } .control-treeview ol > li.drop-target > div:before { background-position: 0px -129px; } .control-treeview ol > li.drop-target.has-subitems > div:before { background-position: 0px -102px; } } .sidenav-tree { width: 300px; } .sidenav-tree .control-toolbar { padding: 0; } .sidenav-tree .control-toolbar .toolbar-item { display: block; } .sidenav-tree .control-toolbar input.form-control { border: none; outline: none; padding: 12px 13px 13px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1); box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1); } .sidenav-tree .control-toolbar input.form-control.search { background-position: right -78px; } .sidenav-tree ul { padding: 0; margin: 0; list-style: none; } .sidenav-tree div.scrollbar-thumb { background: rgba(0, 0, 0, 0.2) !important; } .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group h3:before { -webkit-transform: rotate(0deg) translate(2px, -2px); -ms-transform: rotate(0deg) translate(2px, -2px); transform: rotate(0deg) translate(2px, -2px); } .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:before, .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:after { display: none; } .sidenav-tree ul.top-level > li[data-status=collapsed] ul { display: none; } .sidenav-tree ul.top-level > li > div.group { position: relative; } .sidenav-tree ul.top-level > li > div.group h3 { background: rgba(0, 0, 0, 0.15); color: #ecf0f1; text-transform: uppercase; font-size: 15px; padding: 15px 15px 15px 40px; margin: 0; position: relative; cursor: pointer; font-weight: 400; } .sidenav-tree ul.top-level > li > div.group h3:before { display: block; position: absolute; width: 10px; height: 10px; left: 16px; top: 15px; color: #cfcfcf; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f105"; -webkit-transform: rotate(90deg) translate(5px, -3px); -ms-transform: rotate(90deg) translate(5px, -3px); transform: rotate(90deg) translate(5px, -3px); -webkit-transition: all 0.1s ease; transition: all 0.1s ease; font-size: 16px; } .sidenav-tree ul.top-level > li > div.group:before, .sidenav-tree ul.top-level > li > div.group:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #34495e; border-bottom-width: 0; position: absolute; left: 15px; bottom: -8px; z-index: 101; } .sidenav-tree ul.top-level > li > div.group:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid rgba(0, 0, 0, 0.15); border-bottom-width: 0; } .sidenav-tree ul.top-level > li > ul li a { display: block; position: relative; padding: 18px 25px 18px 55px; background: transparent; border-bottom: 1px solid rgba(0, 0, 0, 0.15); color: #ffffff; text-decoration: none !important; opacity: 0.65; filter: alpha(opacity=65); } .sidenav-tree ul.top-level > li > ul li a:active, .sidenav-tree ul.top-level > li > ul li a:hover { opacity: 1; filter: alpha(opacity=100); text-decoration: none; } .sidenav-tree ul.top-level > li > ul li a i { position: absolute; left: 16px; top: 18px; font-size: 22px; } .sidenav-tree ul.top-level > li > ul li a span { display: block; line-height: 150%; } .sidenav-tree ul.top-level > li > ul li a span.header { color: #ffffff; font-size: 15px; margin-bottom: 5px; } .sidenav-tree ul.top-level > li > ul li a span.description { color: rgba(255, 255, 255, 0.6); font-size: 13px; } .sidenav-tree ul.top-level > li > ul li:hover a, .sidenav-tree ul.top-level > li > ul li.active a { opacity: 1; filter: alpha(opacity=100); } .sidenav-tree ul.top-level > li > ul li.active { border-left: 5px solid #175da3; } .sidenav-tree ul.top-level > li > ul li.active a { color: rgba(255, 255, 255, 0.91); padding-right: 20px; } .sidenav-tree ul.top-level > li > ul li.active a span.header { color: #ffffff; } .sidenav-tree ul.top-level > li > ul li.active a span.description { color: rgba(255, 255, 255, 0.91); } .sidenav-tree .back-link { display: none; } @media (min-width: 768px) { .sidenav-tree-root .sidenav-tree { width: 600px; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul { font-size: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li { display: inline-block; width: 300px; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li a { height: 100%; } } @media (min-width: 768px) and (max-width: 991px) { .sidenav-tree-root .sidenav-tree { width: 100%; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li { width: 50%; } } @media (min-width: 1200px) { .sidenav-tree-root .sidenav-tree { width: 900px; } } @media (max-width: 768px) { .sidenav-tree { width: 100%; height: auto !important; display: block !important; } .sidenav-tree > .layout { display: none; } .sidenav-tree-root .sidenav-tree { width: 100% !important; height: 100% !important; display: table-cell !important; } .sidenav-tree-root .sidenav-tree .back-link { display: none !important; } .sidenav-tree-root .sidenav-tree > .layout { display: table !important; } .sidenav-tree-root #layout-body { display: none; } body.has-sidenav-tree .sidenav-tree .back-link { display: block; padding: 13px 15px; background: #2b3e50; color: #bdc3c7; font-size: 14px; line-height: 14px; text-transform: uppercase; } body.has-sidenav-tree .sidenav-tree .back-link i { display: inline-block; margin-right: 10px; } body.has-sidenav-tree .sidenav-tree .back-link:hover { text-decoration: none; } body.has-sidenav-tree #layout-body { display: block !important; } } div.panel { padding: 20px; } div.panel.no-padding { padding: 0; } div.panel.no-padding-bottom { padding-bottom: 0; } div.panel.padding-top { padding-top: 20px; } div.panel.padding-less { padding: 15px; } div.panel.transparent { background: transparent; } div.panel.border-left { border-left: 1px solid #e8eaeb; } div.panel.border-right { border-right: 1px solid #e8eaeb; } div.panel.border-bottom { border-bottom: 1px solid #e8eaeb; } div.panel.border-top { border-top: 1px solid #e8eaeb; } div.panel.triangle-down { position: relative; } div.panel.triangle-down:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #ffffff; border-bottom-width: 0; position: absolute; left: 15px; bottom: -8px; z-index: 101; } div.panel.triangle-down:before { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-top: 9px solid #e8eaeb; border-bottom-width: 0; position: absolute; left: 14px; bottom: -9px; z-index: 100; } div.panel h3.section, div.panel > label { text-transform: uppercase; color: #95a5a6; font-size: 13px; font-weight: 600; margin: 0 0 15px 0; } div.panel > label { margin-bottom: 5px; } .nav.selector-group { font-size: 13px; letter-spacing: 0.01em; margin-bottom: 20px; } .nav.selector-group li a { padding: 7px 20px 7px 23px; color: #95a5a6; } .nav.selector-group li.active { border-left: 3px solid #e6802b; padding-left: 0; } .nav.selector-group li.active a { padding-left: 20px; color: #2b3e50; } .nav.selector-group li i[class^="icon-"] { font-size: 17px; margin-right: 6px; position: relative; top: 1px; } div.panel .nav.selector-group { margin: 0 -20px 20px -20px; } ul.tree-path { list-style: none; padding: 0; margin-bottom: 0; } ul.tree-path li { display: inline-block; margin-right: 1px; font-size: 13px; } ul.tree-path li:after { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f105"; display: inline-block; font-size: 13px; margin-left: 5px; position: relative; top: 1px; color: #95a5a6; } ul.tree-path li:last-child a { cursor: default; } ul.tree-path li:last-child:after { display: none; } ul.tree-path li.go-up { font-size: 12px; margin-right: 7px; } ul.tree-path li.go-up a { color: #95a5a6; } ul.tree-path li.go-up a:hover { color: #0181b9; } ul.tree-path li.go-up:after { display: none; } ul.tree-path li.root a { font-weight: 600; color: #405261; } ul.tree-path li a { color: #95a5a6; } ul.tree-path li a:hover { text-decoration: none; } table.name-value-list { border-collapse: collapse; font-size: 13px; } table.name-value-list th, table.name-value-list td { padding: 4px 0 4px 0; vertical-align: top; } table.name-value-list tr:first-child th, table.name-value-list tr:first-child td { padding-top: 0; } table.name-value-list th { font-weight: 600; color: #95a5a6; padding-right: 15px; text-transform: uppercase; } table.name-value-list td { color: #2b3e50; word-wrap: break-word; } .scrollpad-scrollbar-size-tester { width: 50px; height: 50px; overflow-y: scroll; position: absolute; top: -200px; left: -200px; } .scrollpad-scrollbar-size-tester div { height: 100px; } .scrollpad-scrollbar-size-tester::-webkit-scrollbar { width: 0; height: 0; } div.control-scrollpad { position: relative; width: 100%; height: 100%; overflow: hidden; } div.control-scrollpad > div { overflow: hidden; overflow-y: scroll; height: 100%; } div.control-scrollpad > div::-webkit-scrollbar { width: 0; height: 0; } div.control-scrollpad[data-direction=horizontal] > div { overflow-x: scroll; overflow-y: hidden; width: 100%; } div.control-scrollpad[data-direction=horizontal] > div::-webkit-scrollbar { width: auto; height: 0; } div.control-scrollpad > .scrollpad-scrollbar { z-index: 199; position: absolute; top: 0; right: 0; bottom: 0; width: 11px; background-color: transparent; opacity: 0; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } div.control-scrollpad > .scrollpad-scrollbar .drag-handle { position: absolute; right: 2px; min-height: 10px; width: 7px; background-color: rgba(0, 0, 0, 0.35); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } div.control-scrollpad > .scrollpad-scrollbar:hover { opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: opacity 0 linear; transition: opacity 0 linear; } div.control-scrollpad > .scrollpad-scrollbar[data-visible] { opacity: 0.7; filter: alpha(opacity=70); } div.control-scrollpad > .scrollpad-scrollbar[data-hidden] { display: none; } div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar { top: auto; left: 0; width: auto; height: 11px; } div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar .drag-handle { right: auto; top: 2px; height: 7px; min-height: 0; min-width: 10px; width: auto; } .svg-icon-container img.svg-icon { display: none; } .svg-icon-container.svg-active-effects img.svg-icon { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.6; filter: alpha(opacity=60); } .svg-icon-container.svg-active-effects:hover img.svg-icon, .svg-icon-container.svg-active-effects.active img.svg-icon { -webkit-filter: none; filter: none; opacity: 1; filter: alpha(opacity=100); } html.svg .svg-icon-container i.svg-replace { display: none; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } html:not(.mobile) body.drag * { cursor: drag !important; cursor: -webkit-grab !important; cursor: -moz-grab !important; } body.dragging, body.dragging * { cursor: move !important; } body.loading, body.loading * { cursor: wait !important; } body.no-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default !important; } html, body { height: 100%; } body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; background: #f9f9f9; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #layout-canvas { min-height: 100%; height: 100%; } .control-tabs.primary-tabs > ul.nav-tabs, .control-tabs.primary-tabs > div > ul.nav-tabs, .control-tabs.primary-tabs > div > div > ul.nav-tabs { margin-left: -20px; margin-right: -20px; } .control-tabs.primary-tabs.tabs-no-inset > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > div > ul.nav-tabs { margin-left: 0; margin-right: 0; } .layout { display: table; table-layout: fixed; height: 100%; width: 100%; } .layout > .layout-row { display: table-row; vertical-align: top; height: 100%; } .layout > .layout-row > .layout-cell { display: table-cell; vertical-align: top; height: 100%; } .layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-row > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-row > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-row > .layout-cell.min-size { width: 0; } .layout > .layout-row > .layout-cell.min-height { height: 0; } .layout > .layout-row > .layout-cell.center { text-align: center; } .layout > .layout-row > .layout-cell.middle { vertical-align: middle; } .layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-row > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-row > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-row > .layout-cell.min-size { width: 0; } .layout > .layout-row > .layout-cell.min-height { height: 0; } .layout > .layout-row > .layout-cell.center { text-align: center; } .layout > .layout-row > .layout-cell.middle { vertical-align: middle; } .layout > .layout-row.min-size { height: 0; } .layout > .layout-cell { display: table-cell; vertical-align: top; height: 100%; } .layout > .layout-cell.layout-container, .layout > .layout-cell .layout-container, .layout > .layout-cell.padded-container, .layout > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-cell.layout-container .container-flush, .layout > .layout-cell .layout-container .container-flush, .layout > .layout-cell.padded-container .container-flush, .layout > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-cell.min-size { width: 0; } .layout > .layout-cell.min-height { height: 0; } .layout > .layout-cell.center { text-align: center; } .layout > .layout-cell.middle { vertical-align: middle; } .whiteboard { background: white; } .layout-fill-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } [data-calculate-width] > form, [data-calculate-width] > div { display: inline-block; } body.compact-container .layout.layout-container, body.compact-container .layout .layout-container { padding: 0 !important; } body.slim-container .layout.layout-container, body.slim-container .layout .layout-container { padding-left: 0 !important; padding-right: 0 !important; } @media (max-width: 768px) { .layout .hide-on-small { display: none; } .layout.responsive-sidebar > .layout-cell:first-child { display: table-footer-group; height: auto; } .layout.responsive-sidebar > .layout-cell:first-child .control-breadcrumb { display: none; } .layout.responsive-sidebar > .layout-cell:last-child { display: table-header-group; width: auto; height: auto; } .layout.responsive-sidebar > .layout-cell:last-child .layout-absolute { position: static; } } .flex-layout-column { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; } .flex-layout-column.full-height-strict { height: 100%; } .flex-layout-column.absolute { position: absolute !important; } .flex-layout-column.fill-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .flex-layout-row { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; } .flex-layout-column.justify-center, .flex-layout-row.justify-center { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -webkit-box-pack: center; justify-content: center; } .flex-layout-column.align-center, .flex-layout-row.align-center { -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-align-content: center; -moz-align-content: center; -webkit-box-align: center; -ms-align-content: center; align-content: center; } .flex-layout-column.full-height, .flex-layout-row.full-height { min-height: 100%; } .flex-layout-item { margin: 0; } .flex-layout-item.fix { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .flex-layout-item.stretch { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } .flex-layout-item.stretch-constrain { -webkit-box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .flex-layout-item.center { -webkit-align-self: center; -moz-align-self: center; -ms-align-self: center; align-self: center; } .flex-layout-item.relative { position: relative; } .flex-layout-item.layout-container { max-width: none; } body.mainmenu-open { overflow: hidden; position: fixed; } .mainmenu-tooltip .tooltip-inner { font-size: 13px; padding: 6px 16px; } /* <NAME> : main menu background color*/ nav#layout-mainmenu { background-color: #175da3; padding: 0 0 0 20px; line-height: 0; white-space: nowrap; vertical-align: top; } nav#layout-mainmenu a { text-decoration: none; } nav#layout-mainmenu a:focus { background: transparent; } nav#layout-mainmenu ul { margin: 0; padding: 0; list-style: none; float: left; white-space: nowrap; overflow: hidden; } nav#layout-mainmenu ul li { color: rgba(255, 255, 255, 0.6); display: inline-block; vertical-align: top; position: relative; margin-right: 30px; } nav#layout-mainmenu ul li a { display: inline-block; font-size: 14px; color: inherit; outline: none; padding: 14px 0 10px; } nav#layout-mainmenu ul li a:hover { background-color: transparent; } nav#layout-mainmenu ul li a:active, nav#layout-mainmenu ul li a:focus { text-decoration: none; color: rgba(255, 255, 255, 0.6); } nav#layout-mainmenu ul li a i { line-height: 1; font-size: 30px; vertical-align: middle; } nav#layout-mainmenu ul li a img.svg-icon { height: 40px; width: 40px; margin-right: 10px; position: relative; top: 0; } nav#layout-mainmenu ul.nav { display: inline-block; } nav#layout-mainmenu .toolbar-item { padding-right: 0; } nav#layout-mainmenu .toolbar-item:before, nav#layout-mainmenu .toolbar-item:after { margin-top: 0; } nav#layout-mainmenu .toolbar-item:before { left: -12px; } nav#layout-mainmenu .toolbar-item:after { right: -12px; } nav#layout-mainmenu .toolbar-item.scroll-active-before:before { color: #ffffff; } nav#layout-mainmenu .toolbar-item.scroll-active-after:after { color: #ffffff; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview { margin: 0 0 0 21px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview i { font-size: 20px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview a { position: relative; padding: 0 10px; top: -1px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account { margin-right: 0; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account > a { padding: 0 15px 0 10px; font-size: 13px; position: relative; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account.highlight > a { z-index: 600; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account img.account-avatar { width: 45px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account .account-name { margin-right: 15px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account ul { line-height: 23px; } html.svg nav#layout-mainmenu img.svg-icon, html.svg .mainmenu-collapsed img.svg-icon { display: inline-block; } nav#layout-mainmenu ul li .mainmenu-accountmenu { position: fixed; top: 0; right: 20px; background: #f9f9f9; z-index: 600; display: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); border-radius: 3px; } nav#layout-mainmenu ul li .mainmenu-accountmenu.active { display: block; } nav#layout-mainmenu ul li .mainmenu-accountmenu:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #f9f9f9; right: 9px; top: -7px; position: absolute; } nav#layout-mainmenu ul li .mainmenu-accountmenu ul { float: none; display: block; overflow: visible; } nav#layout-mainmenu ul li .mainmenu-accountmenu li { padding: 0; margin: 0; font-weight: normal; text-align: left; display: block; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a { display: block; padding: 10px 30px; text-align: left; font-size: 14px; color: #666666; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:hover, nav#layout-mainmenu ul li .mainmenu-accountmenu li a:focus { background: #4ea5e0; color: #ffffff; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:active { background: #3498db; color: #ffffff; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:hover:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:focus:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #4ea5e0; position: absolute; right: 9px; top: -7px; z-index: 102; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #3498db; } nav#layout-mainmenu ul li .mainmenu-accountmenu li.divider { height: 1px; width: 100%; background-color: #e0e0e0; } nav#layout-mainmenu.navbar-mode-inline { height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-toolbar li.mainmenu-preview a { height: 60px; line-height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-toolbar li.mainmenu-account > a { height: 60px; line-height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul li .mainmenu-accountmenu { top: 70px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li { margin: 5px 0; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a { padding: 10px 15px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon { position: relative; top: -1px; margin-right: 5px; width: 30px; height: 30px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon i, nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon img { margin: 0; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-label { line-height: 30px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:first-child { margin-left: -13px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:last-child { margin-right: 0; } nav#layout-mainmenu.navbar-mode-tile { height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-toolbar li.mainmenu-preview a { height: 78px; line-height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-toolbar li.mainmenu-account > a { height: 78px; line-height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul li .mainmenu-accountmenu { top: 88px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a { position: relative; width: 65px; height: 65px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon { text-align: center; display: block; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -26.5px; width: 30px; height: 30px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon i, nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon img { margin: 0; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-label { display: block; width: 100px; height: 20px; line-height: 20px; position: absolute; bottom: 4px; left: 50%; padding: 0 5px; margin-left: -50px; overflow: hidden; text-overflow: ellipsis; text-align: center; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li { padding: 0 15px; margin: 7px 0 0; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li:first-child { margin-left: -7px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li:hover .nav-label { width: auto; min-width: 100px; text-overflow: all; overflow: visible; z-index: 2; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li.active:first-child { margin-left: 0; } nav#layout-mainmenu .menu-toggle { height: 45px; line-height: 45px; font-size: 16px; display: none; } nav#layout-mainmenu .menu-toggle .menu-toggle-icon { background: #333; display: inline-block; height: 45px; line-height: 45px; width: 45px; text-align: center; opacity: .7; } nav#layout-mainmenu .menu-toggle .menu-toggle-icon i { line-height: 45px; font-size: 20px; vertical-align: bottom; } nav#layout-mainmenu .menu-toggle .menu-toggle-title { margin-left: 10px; } nav#layout-mainmenu .menu-toggle:hover .menu-toggle-icon { opacity: 1; } body.mainmenu-open nav#layout-mainmenu .menu-toggle-icon { opacity: 1; } nav#layout-mainmenu.navbar-mode-collapse { padding-left: 0; height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-preview a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-account > a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul li .mainmenu-accountmenu { top: 55px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-account > a { padding-right: 0; } nav#layout-mainmenu.navbar-mode-collapse ul li .mainmenu-accountmenu:after { right: 13px; } nav#layout-mainmenu.navbar-mode-collapse ul.nav { display: none; } nav#layout-mainmenu.navbar-mode-collapse .menu-toggle { display: inline-block; color: #ffffff !important; } @media (max-width: 769px) { nav#layout-mainmenu.navbar { padding-left: 0; height: 45px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-preview a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-account > a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar ul li .mainmenu-accountmenu { top: 55px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-account > a { padding-right: 0; } nav#layout-mainmenu.navbar ul li .mainmenu-accountmenu:after { right: 13px; } nav#layout-mainmenu.navbar ul.nav { display: none; } nav#layout-mainmenu.navbar .menu-toggle { display: inline-block; color: #ffffff !important; } } .mainmenu-collapsed { position: absolute; height: 100%; top: 0; left: 0; margin: 0; background: #000000; } .mainmenu-collapsed > div { display: block; height: 100%; } .mainmenu-collapsed > div ul.mainmenu-nav li a { position: relative; width: 65px; height: 65px; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon { text-align: center; display: block; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -26.5px; width: 30px; height: 30px; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon i, .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon img { margin: 0; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-label { display: block; width: 100px; height: 20px; line-height: 20px; position: absolute; bottom: 4px; left: 50%; padding: 0 5px; margin-left: -50px; overflow: hidden; text-overflow: ellipsis; text-align: center; } .mainmenu-collapsed > div ul.mainmenu-nav li { padding: 0 15px; margin: 7px 0 0; } .mainmenu-collapsed > div ul.mainmenu-nav li:first-child { margin-left: -7px; } .mainmenu-collapsed > div ul.mainmenu-nav li:hover .nav-label { width: auto; min-width: 100px; text-overflow: all; overflow: visible; z-index: 2; } .mainmenu-collapsed > div ul.mainmenu-nav li.active:first-child { margin-left: 0; } .mainmenu-collapsed > div ul.mainmenu-nav li:first-child { margin-left: 0; } .mainmenu-collapsed > div ul { margin: 0; padding: 5px 0 15px 15px; overflow: hidden; } .mainmenu-collapsed > div ul li { color: rgba(255, 255, 255, 0.6); display: inline-block; vertical-align: top; position: relative; margin-right: 30px; } .mainmenu-collapsed > div ul li a { display: inline-block; font-size: 14px; color: inherit; outline: none; } .mainmenu-collapsed > div ul li a:hover { background-color: transparent; } .mainmenu-collapsed > div ul li a:active, .mainmenu-collapsed > div ul li a:focus { text-decoration: none; color: rgba(255, 255, 255, 0.6); } .mainmenu-collapsed > div ul li a i { line-height: 1; font-size: 30px; vertical-align: middle; } .mainmenu-collapsed > div ul li a img.svg-icon { height: 20px; width: 20px; position: relative; top: 0; } .mainmenu-collapsed .scroll-marker { position: absolute; left: 0; width: 100%; height: 10px; display: none; } .mainmenu-collapsed .scroll-marker:after { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f141"; display: block; position: absolute; left: 50%; margin-left: -3px; top: 0; height: 9px; font-size: 10px; color: rgba(255, 255, 255, 0.6); } .mainmenu-collapsed .scroll-marker.before { top: 0; } .mainmenu-collapsed .scroll-marker.after { bottom: 3px; } .mainmenu-collapsed .scroll-marker.after:after { top: 2px; } .mainmenu-collapsed.scroll-before .scroll-marker.before { display: block; } .mainmenu-collapsed.scroll-after .scroll-marker.after { display: block; } body.mainmenu-open .mainmenu-collapsed ul { position: absolute; left: 0; top: 10px; bottom: 10px; } html.mobile .mainmenu-collapsed ul { overflow: auto; -webkit-overflow-scrolling: touch; } nav#layout-mainmenu.navbar ul li:hover a:active, .mainmenu-collapsed li:hover a:active, nav#layout-mainmenu.navbar ul li:hover a:focus, .mainmenu-collapsed li:hover a:focus { color: #ffffff !important; } .touch .mainmenu-collapsed li a:hover { color: rgba(255, 255, 255, 0.6); } nav#layout-mainmenu.navbar ul li.highlight > a, .mainmenu-collapsed li.highlight > a { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li.active, .mainmenu-collapsed li.active { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li.active a, .mainmenu-collapsed li.active a { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li:hover, .mainmenu-collapsed li:hover { color: #ffffff; background: transparent; } body.drag nav#layout-mainmenu.navbar ul.nav li:hover, body.drag .mainmenu-collapsed ul li:hover { color: rgba(255, 255, 255, 0.6); } /*<NAME> : background sidenav */ .bg-p { background-color: #175da3; } .layout-sidenav-container { width: 120px; } #layout-sidenav { position: absolute; height: 100%; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; } #layout-sidenav ul { position: relative; margin: 0; padding: 0; height: 100%; overflow: hidden; } #layout-sidenav ul li { display: block; text-align: center; position: relative; } #layout-sidenav ul li a { padding: 1.429em .714em; display: block; font-size: .929em; color: rgba(255, 255, 255, 0.6); font-weight: normal; position: relative; } #layout-sidenav ul li a:hover { text-decoration: none; background-color: transparent; } #layout-sidenav ul li a:focus { background: transparent; } #layout-sidenav ul li a i { color: rgba(255, 255, 255, 0.6); display: block; margin-bottom: 5px; font-size: 2em; } #layout-sidenav ul li:first-child a { padding-top: 2.143em; } #layout-sidenav ul li.active a, #layout-sidenav ul li a:hover { color: #ffffff; } #layout-sidenav ul li.active a i, #layout-sidenav ul li a:hover i { color: #ffffff; } #layout-sidenav ul li span.counter { display: block; position: absolute; top: 1.071em; right: 1.071em; padding: .143em .429em .214em .286em; background-color: #d9350f; color: #ffffff; font-size: .786em; line-height: 100%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } #layout-sidenav ul li span.counter.empty { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } @media (min-width: 768px) and (max-width: 991px) { #layout-sidenav { font-size: 12px; } .layout-sidenav-container { width: 100px; } } @media (max-width: 767px) { #layout-sidenav { font-size: 10px; } .layout-sidenav-container { width: 80px; } } html.mobile #layout-sidenav ul { overflow: auto; -webkit-overflow-scrolling: touch; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover { color: rgba(255, 255, 255, 0.6) !important; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover i, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover i { color: rgba(255, 255, 255, 0.6) !important; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover:after, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover:after { display: none !important; } #layout-side-panel .fix-button { position: absolute; right: -25px; top: 0; display: none; width: 25px; height: 25px; font-size: 13px; background: #ecf0f1; z-index: 120; opacity: 0.5; filter: alpha(opacity=50); -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } #layout-side-panel .fix-button i { display: block; text-align: center; margin-top: 5px; color: #aaaaaa; } #layout-side-panel .fix-button:hover { text-decoration: none; display: block; opacity: 1 !important; filter: alpha(opacity=100) !important; } #layout-side-panel:hover .fix-button { display: block; } #layout-side-panel .fix-button-content-header .fix-button { top: 46px; } #layout-side-panel .sidepanel-content-header { background: #ffffff; color: white; font-size: 15px; padding: 12px 20px 13px; position: relative; } #layout-side-panel .sidepanel-content-header:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #ffffff; border-bottom-width: 0; position: absolute; left: 14px; bottom: -8px; } body.side-panel-not-fixed #layout-side-panel { display: none; } body.side-panel-not-fixed #layout-side-panel .fix-button { opacity: 0.5; filter: alpha(opacity=50); } body.display-side-panel #layout-side-panel { display: block; position: absolute; z-index: 600; width: 350px; -webkit-box-shadow: 3px 0px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 3px 0px 3px 0 rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { body.side-panel-fix-shadow #layout-side-panel { -webkit-box-shadow: none; box-shadow: none; } } .touch #layout-side-panel .fix-button { display: none; } @media (max-width: 768px) { #layout-side-panel .fix-button { display: none; } } #layout-footer { width: 100%; z-index: 100; height: 60px; position: fixed; bottom: 0; color: #666666; background-color: rgba(255, 255, 255, 0.8); border-top: 1px solid #dfdfdf; } #layout-footer .brand, #layout-footer .tagline { margin: 10px; height: 40px; line-height: 40px; } #layout-footer .brand { float: left; font-size: 16px; } #layout-footer .brand .logo { margin: 0 10px; } #layout-footer .tagline { float: right; } #layout-footer .tagline p { color: #999999; } body.outer { background: #2b3e50; } body.outer .layout > .layout-row.layout-head { text-align: center; background: #f9f9f9; } body.outer .layout > .layout-row.layout-head > .layout-cell { height: 40%; padding: 50px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; position: relative; } body.outer .layout > .layout-row.layout-head > .layout-cell:after { content: ''; display: block; width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-top: 20px solid #f9f9f9; border-bottom-width: 0; position: absolute; bottom: -20px; left: 50%; margin-left: -28px; } body.outer .layout > .layout-row.layout-head > .layout-cell h1.oc-logo { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; display: inline-block; width: 100%; max-width: 450px; height: 170px; min-height: 72px; } body.outer .layout > .layout-row > .layout-cell { vertical-align: top; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { margin: 0 auto; width: 436px; padding: 40px 0; } body.outer .layout > .layout-row > .layout-cell .outer-form-container h2 { font-size: 18px; margin: 20px 0; color: #feffff; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form { font-size: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { vertical-align: top; margin-right: 9px; display: inline-block; border: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { background: #0181b9; text-align: center; font-size: 13px; font-weight: 600; height: 40px; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .remember label { color: rgba(255, 255, 255, 0.44); } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password { margin-top: 30px; font-size: 13px; top: 8px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a { color: rgba(255, 255, 255, 0.44); } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password:before { color: rgba(255, 255, 255, 0.44); font-size: 14px; position: relative; margin-right: 5px; } html.csstransitions body.outer .outer-form-container { -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } html.csstransitions body.outer.preload .outer-form-container { -webkit-transform: scale(0.2, 0.2); -moz-transform: scale(0.2, 0.2); -ms-transform: scale(0.2, 0.2); -o-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); } @media (max-width: 768px) { body.outer .layout > .layout-row.layout-head > .layout-cell { padding: 50px 20px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { width: auto; padding: 40px; } /* body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form{display:block} */ body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { display: block; width: 100% !important; margin-bottom: 20px; } } body.breadcrumb-fancy .control-breadcrumb, .control-breadcrumb.breadcrumb-fancy { margin-bottom: 0; background-color: #175da3; } body.breadcrumb-fancy .control-breadcrumb li, .control-breadcrumb.breadcrumb-fancy li { background-color: #ffffff; color: rgba(255, 255, 255, 0.5); } body.breadcrumb-fancy .control-breadcrumb li a, .control-breadcrumb.breadcrumb-fancy li a { opacity: .5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } body.breadcrumb-fancy .control-breadcrumb li a:hover, .control-breadcrumb.breadcrumb-fancy li a:hover { opacity: 1; } body.breadcrumb-fancy .control-breadcrumb li:before, .control-breadcrumb.breadcrumb-fancy li:before { border-left-color: #ffffff; opacity: .5; } body.breadcrumb-fancy .control-breadcrumb li:after, .control-breadcrumb.breadcrumb-fancy li:after { border-left-color: #ffffff; } body.breadcrumb-fancy .control-breadcrumb li:last-child, .control-breadcrumb.breadcrumb-fancy li:last-child { background-color: #ffffff; } body.breadcrumb-fancy .control-breadcrumb li:last-child:before, .control-breadcrumb.breadcrumb-fancy li:last-child:before { opacity: 1; border-left-color: #ffffff; } .fancy-layout .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .control-tabs.master-tabs, .fancy-layout.control-tabs.master-tabs { overflow: hidden; } .fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before, .fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after { top: 13px; font-size: 14px; color: rgba(255, 255, 255, 0.35); } .fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before { left: 8px; } .fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after { right: 8px; } .fancy-layout .control-tabs.master-tabs.scroll-before:before, .fancy-layout.control-tabs.master-tabs.scroll-before:before { color: #ffffff; } .fancy-layout .control-tabs.master-tabs.scroll-after:after, .fancy-layout.control-tabs.master-tabs.scroll-after:after { color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container { background: #ffffff; padding-left: 20px; padding-right: 20px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs { margin-left: -8px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li { margin-left: -5px; top: 1px; padding-top: 3px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close { top: 14px; right: -3px; left: auto; z-index: 110; font-family: sans-serif; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i { top: 4px; right: 1px; color: rgba(255, 255, 255, 0.3) !important; font-style: normal; font-weight: bold; font-size: 16px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover { color: #ffffff !important; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a { border-bottom: none; background: transparent; font-size: 14px; color: rgba(255, 255, 255, 0.35); padding: 6px 0 0 24px !important; overflow: visible; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title { position: relative; display: inline-block; padding: 12px 5px 0 5px; height: 38px; font-size: 14px; z-index: 100; background-color: #2e98ce; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after { content: ' '; position: absolute; width: 20px; display: block; height: 37px; top: 0; z-index: 100; background-color: #2e98ce; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before { left: -14px; -webkit-border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after { right: -14px; -webkit-border-radius: 0 8px 0 0; -moz-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span { border-top: none; padding: 0; margin-top: 0; overflow: visible; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before { z-index: 110; position: absolute; top: 18px; left: 22px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title { padding-left: 18px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a { z-index: 107; color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i { color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title { background-color: #175da3; z-index: 105; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before { z-index: 107; background-color: #175da3; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after { background-color: #175da3; z-index: 107; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i { top: 5px; font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f111"; font-size: 9px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child { margin-left: 0; } .fancy-layout .control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title { padding-right: 10px; } .fancy-layout .control-tabs.master-tabs.has-tabs:before, .fancy-layout.control-tabs.master-tabs.has-tabs:before, .fancy-layout .control-tabs.master-tabs.has-tabs:after, .fancy-layout.control-tabs.master-tabs.has-tabs:after { display: block; } .fancy-layout .control-tabs.secondary-tabs:before, .fancy-layout.control-tabs.secondary-tabs:before { left: 5px; } .fancy-layout .control-tabs.secondary-tabs:after, .fancy-layout.control-tabs.secondary-tabs:after { right: 5px; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs { background: #475354; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li { border-right: none; padding-right: 0; margin-right: 0; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a { background: transparent; border: none; padding: 12px 10px 13px 10px; font-size: 14px; font-weight: normal; line-height: 14px; color: #919898; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span { overflow: visible; border-top: none; margin-top: 0; padding-top: 0; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child { padding-left: 15px; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a { color: #ffffff; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon:hover, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary i, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary { color: #ffffff; top: 12px; right: 11px; bottom: auto; } .fancy-layout .control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs { background: #f9f9f9; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li { margin-left: -19px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child { margin-left: 0; padding-left: 8px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a { padding: 8px 16px 0 16px; font-weight: 400; height: 36px; color: #2b3e50; opacity: 0.6; filter: alpha(opacity=60); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title { position: relative; display: inline-block; padding: 8px 5px 9px 5px; font-size: 14px; z-index: 100; height: 27px !important; background-color: transparent; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after { content: ' '; position: absolute; background-color: white; width: 15px; height: 28px; top: 0; z-index: 100; display: none; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before { left: -11px; -webkit-border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after { right: -11px; -webkit-border-radius: 0 8px 0 0; -moz-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span { height: 18px; font-size: 14px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title { background-color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after { display: block; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary { color: #808c8d; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary { color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs { background: #175da3; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a { color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after { background-color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a { color: #2b3e50; } .fancy-layout .control-tabs.primary-tabs.master-area > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs.master-area > div > ul.nav-tabs { -webkit-transition: background-color 0.5s; transition: background-color 0.5s; background: #175da3; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs { background: #7f8c8d; margin-left: 0 !important; margin-right: 0 !important; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs:before { display: none; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li { background: transparent; border-right: none; margin-right: -8px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child { margin-left: -5px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a { background: transparent; border: none; padding: 12px 16px 0px; font-size: 14px; font-weight: 400; color: #95a5a6; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title { background: #d5d9d8; border-top: none; padding: 5px 5px 3px 5px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after { background: #d5d9d8; border-width: 0; top: 0; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before { left: -20px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after { right: -20px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span { border-width: 0; vertical-align: top; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a { color: #808c8d; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before { display: none; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title { background: #fafafa; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after { background: #fafafa; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane { padding: 20px 20px 0 20px; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact { padding: 0; } .fancy-layout .control-tabs.primary-tabs.collapsed, .fancy-layout.control-tabs.primary-tabs.collapsed { display: none; } .fancy-layout .control-tabs.has-tabs > div.tab-content, .fancy-layout.control-tabs.has-tabs > div.tab-content { background: #f9f9f9; } .fancy-layout .control-tabs > div.tab-content > div.tab-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane { padding: 0; } .fancy-layout .control-tabs > div.tab-content > div.tab-pane.padded-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane.padded-pane { padding: 20px 20px 0 20px; } .fancy-layout .form-tabless-fields { position: relative; background: #175da3; padding: 18px 23px 0 23px; -webkit-transition: all 0.5s; transition: all 0.5s; } .fancy-layout .form-tabless-fields:before, .fancy-layout .form-tabless-fields:after { content: " "; display: table; } .fancy-layout .form-tabless-fields:after { clear: both; } .fancy-layout .form-tabless-fields label { text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-bottom: 0; } .fancy-layout .form-tabless-fields input[type=text] { background: transparent; border: none; color: #ffffff; font-size: 35px; font-weight: 100; height: auto; padding: 0; -webkit-box-shadow: none; box-shadow: none; } .fancy-layout .form-tabless-fields input[type=text]::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; } .fancy-layout .form-tabless-fields input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); } .fancy-layout .form-tabless-fields input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } .fancy-layout .form-tabless-fields input[type=text]:focus, .fancy-layout .form-tabless-fields input[type=text]:hover { background-color: rgba(255, 255, 255, 0.1); } .fancy-layout .form-tabless-fields .form-group { padding-bottom: 0; } .fancy-layout .form-tabless-fields .form-group.is-required > label:after { display: none; } .fancy-layout .form-tabless-fields .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .form-tabless-fields .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .form-tabless-fields .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .form-tabless-fields .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .form-tabless-fields .tab-collapse-icon.tabless { top: 14px; } .fancy-layout .form-tabless-fields.collapsed { padding: 5px 23px 0 10px; } .fancy-layout .form-tabless-fields.collapsed .tab-collapse-icon.tabless { -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .form-tabless-fields.collapsed .form-group:not(.collapse-visible) { display: none; } .fancy-layout .form-tabless-fields.collapsed .form-buttons { margin-left: 10px; padding-bottom: 0; } .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator { background-color: #175da3; padding: 0 0 0 30px; color: rgba(255, 255, 255, 0.5); margin-top: 1px; height: 90%; font-size: 12px; line-height: 100%; } .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span { left: -10px; top: 18px; } .fancy-layout .form-buttons { -webkit-transition: all 0.5s; transition: all 0.5s; padding-top: 14px; padding-bottom: 5px; } .fancy-layout .form-buttons .btn { padding: 0; margin-right: 5px; margin-top: -6px; margin-right: 30px; background: transparent; color: #ffffff; font-weight: normal; -webkit-box-shadow: none; box-shadow: none; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .fancy-layout .form-buttons .btn:hover { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .form-buttons .btn:last-child { margin-right: 0; } .fancy-layout .form-buttons .btn[class^="oc-icon-"]:before, .fancy-layout .form-buttons .btn[class*=" oc-icon-"]:before { opacity: 1; } .fancy-layout form.oc-data-changed .btn.save { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .field-codeeditor { border: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .fancy-layout .field-codeeditor .editor-code { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .fancy-layout .field-richeditor { border: none; border-left: 1px solid #d1d6d9 !important; } .fancy-layout .field-richeditor, .fancy-layout .field-richeditor .fr-toolbar, .fancy-layout .field-richeditor .fr-wrapper { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .fancy-layout .secondary-content-tabs .field-richeditor .fr-toolbar { background: white; } body.side-panel-not-fixed .fancy-layout .field-richeditor { border-left: none; } html.cssanimations .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; background-image: url("../../../system/assets/ui/images/loader-white.svg"); background-size: 20px 20px; } html.gecko .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a { padding-top: 13px; } .flyout-container > .flyout { overflow: hidden; width: 0; left: 0 !important; -webkit-transition: width 0.1s; transition: width 0.1s; } .flyout-overlay { width: 100%; height: 100%; top: 0; z-index: 5000; position: absolute; background-color: transparent; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; } .flyout-toggle { position: absolute; top: 20px; left: 0; width: 23px; height: 25px; background: #2b3e50; cursor: pointer; border-bottom-right-radius: 4px; border-top-right-radius: 4px; color: #bdc3c7; font-size: 10px; } .flyout-toggle i { margin: 7px 0 0 6px; display: inline-block; } .flyout-toggle:hover i { color: #ffffff; } body.flyout-visible { overflow: hidden; } body.flyout-visible .flyout-overlay { background-color: rgba(0, 0, 0, 0.3); } /* <NAME> */ .anagrama { margin-left: 20px; margin-right: 20px; width: 59px !important; } .ocl { display: none; } .size33 { float: left; width: 30% !important; margin-right: 3%; } .size33nm { float: left; width: 34% !important; margin-right: 0; } .selection { background-color: #346eab !important; } .tab-pane form label { margin-top: 20px !important; } .form-tabless-fields .select2-selection__rendered { color: white !important; } /* LOGIN */ body.outer .layout > .layout-row.layout-head { display: none !important; } body.outer .layout > .layout-row { display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; align-items: center; justify-content: center; background-image: url("../images/login-main.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; } body.outer .layout > .layout-row > .layout-cell { height: 415px; width: 319px; position: relative; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background-color: white; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { width: 319px; } body.outer .layout > .layout-row > .layout-cell::before { content: ''; position: absolute; TOP: 0PX; height: 105px; width: 100%; background-color: #175da3; background-image: url("../images/mini-logo-cadiz.svg"); background-repeat: no-repeat; background-position: center; border-top-left-radius: 4px; border-top-right-radius: 4px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container h2 { display: none; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { padding: 0px; margin-top: 105px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form { flex-direction: column; align-items: center; padding-bottom: 10px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { height: 80px; margin: 0px; padding-left: 74px; border-radius: 0px; color: #818181; font-size: 14px; font-weight: 500; border-bottom: 1px solid #F6F6F6; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input[type="text"] { background-image: url("../images/user-icon.svg"); background-position: 30px 30px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input[type="password"] { background-image: url("../images/pass-icon.svg"); background-position: 30px 28px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { width: 190px; height: 50px; background-color: #175DA3; box-shadow: none; font-size: 14px; border-radius: 4px; margin-top: 40px; transition: background-color 0.3s ease; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form .login-button { margin-top: 40px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form .restore-button, body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { margin-top: 120px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button:hover { background-color: #0C5095; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password { margin-top: 0px; width: 100%; text-align: center; color: #175DA3; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a { color: #175DA3; font-size: 11px; font-weight: 500; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a:hover, body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a:focus { text-decoration: none; color: #0C5095; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password::before { content: none; } .form-control { box-shadow: none; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent { background-image: url("../images/cadiz-grey.svg"); } .layout.control-tabs.oc-logo-transparent:not(.has-tabs):after, .flex-layout-column.oc-logo-transparent:not(.has-tabs):after, .layout-cell.oc-logo-transparent:after { background: none; } a:hover, a:focus, a:active, button:hover, button:focus, button:active { outline: none !important; } /* GENERAL */ input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } .btn { box-shadow: none !important; } a:hover, a:focus, a:active { text-decoration: none; outline: none; } nav#layout-mainmenu { padding: 0px; } nav#layout-mainmenu .active { background-color: #0C5095; } nav#layout-mainmenu [data-control=toolbar], nav#layout-mainmenu ul.nav, nav#layout-mainmenu .mainmenu-toolbar { height: 100%; } nav#layout-mainmenu [data-control=toolbar] #icon-container, nav#layout-mainmenu ul.nav #icon-container, nav#layout-mainmenu .mainmenu-toolbar #icon-container { background-color: #175DA3 !important; } nav#layout-mainmenu [data-control=toolbar] li, nav#layout-mainmenu ul.nav li, nav#layout-mainmenu .mainmenu-toolbar li { margin: 0px !important; height: 100%; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; transition: background-color 0.3s ease; color: white; } nav#layout-mainmenu [data-control=toolbar] li a, nav#layout-mainmenu ul.nav li a, nav#layout-mainmenu .mainmenu-toolbar li a { padding: 0px 20px; font-size: 11px; font-weight: 500; } nav#layout-mainmenu [data-control=toolbar] li a img.svg-icon, nav#layout-mainmenu ul.nav li a img.svg-icon, nav#layout-mainmenu .mainmenu-toolbar li a img.svg-icon { width: 35px; opacity: 1; } nav#layout-mainmenu [data-control=toolbar] li:hover, nav#layout-mainmenu [data-control=toolbar] li:focus, nav#layout-mainmenu [data-control=toolbar] li:active, nav#layout-mainmenu ul.nav li:hover, nav#layout-mainmenu ul.nav li:focus, nav#layout-mainmenu ul.nav li:active, nav#layout-mainmenu .mainmenu-toolbar li:hover, nav#layout-mainmenu .mainmenu-toolbar li:focus, nav#layout-mainmenu .mainmenu-toolbar li:active { background-color: #0C5095; } nav#layout-mainmenu.navbar-mode-inline { height: 80px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:first-child { margin-left: 0px; } .layout-sidenav-container { width: 100px; background-color: #175DA3; } #layout-sidenav .active { background-color: #0C5095; } #layout-sidenav .active .svg-icon { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } #layout-sidenav ul li { height: 100px; } #layout-sidenav ul li a { padding-top: 20px; padding-bottom: 20px; font-size: 11px; font-weight: 500; } #layout-sidenav ul li a i { margin-bottom: 8PX; font-size: 3em; } #layout-sidenav ul li:hover, #layout-sidenav ul li:focus, #layout-sidenav ul li:active { background-color: #0C5095; } #layout-sidenav ul li:hover .svg-icon, #layout-sidenav ul li:focus .svg-icon, #layout-sidenav ul li:active .svg-icon { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } #layout-sidenav ul li:first-child a { padding-top: 20px; padding-bottom: 20px; } #layout-side-panel .menu-list { margin-top: 0px !important; } /* MENÚ */ .w-350 { width: 308px !important; } .w-350 .control-scrollbar { background-color: #CECECE; } .w-350 .form-control.icon.search { background-image: url("../images/search-icon.svg"); background-position: 94% 50% !important; height: 50px !important; background-color: #F6F6F6; font-size: 11px !important; } .w-350 .control-treeview ol > li > div > span.drag-handle { right: 7.5px; bottom: -5px; } .w-350 .control-treeview ol > li > div > span.drag-handle:before { font-size: 14px !important; } .control-treeview ol > li > div { background: #F6F6F6; min-height: 70px; } .control-treeview ol > li > div a { color: #818181; font-weight: 600; font-size: 14px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; line-height: 14px; padding-top: 20px; padding-bottom: 20px; } .control-treeview ol > li > div > ul.submenu li a { background-image: none !important; } .control-treeview .custom-checkbox label:before, .control-treeview .custom-radio label:before { border: 1px solid #818181 !important; background-color: #f6f6f6 !important; } .control-treeview .custom-checkbox input[type=checkbox]:checked + label:before, .control-treeview .custom-radio input[type=checkbox]:checked + label:before { color: #818181 !important; } .control-treeview ol > li.dragged div, .control-treeview ol > li > div:hover { background-color: #818181 !important; border-bottom: 1px solid #818181 !important; } .control-treeview ol > li.dragged div .link-prensa, .control-treeview ol > li > div:hover .link-prensa { color: #ffffff; } .control-treeview ol > li.dragged div + .duplicate img, .control-treeview ol > li > div:hover + .duplicate img, .control-treeview ol > li.active > div + .duplicate img, .control-treeview ol > li.dragged div + .duplicate-page img, .control-treeview ol > li > div:hover + .duplicate-page img, .control-treeview ol > li.active > div + .duplicate-page img { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } .control-treeview.treeview-light ol > li > div > ul.submenu li { background-color: #175DA3; border-right: 1px solid #175DA3; } #layout-body .control-treeview ol > li > div > span.drag-handle { right: 0px; background: #175DA3; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:hover, nav#layout-mainmenu ul li .mainmenu-accountmenu li a:focus { background: #E8E8E8 !important; color: #818181 !important; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:hover:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:focus:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { border-bottom: 7px solid #E8E8E8 !important; } .form-group.is-required > label:after { background-color: #175DA3 !important; } .control-filelist.filelist-hero ul li > a:active, .control-filelist.filelist-hero ul li > a:hover { background: #818181; border-bottom: 1px solid #818181; } .control-treeview.treeview-light ol > li > div > a { padding-top: 20px !important; padding-bottom: 20px !important; } .control-treeview ol > li > div span.comment, .control-filelist.filelist-hero ul li > a span.description { margin-bottom: 0px; color: #CECECE; font-size: 11px; } .tab-pane span.comment { margin-left: 15px !important; } .control-treeview ol > li > div p { margin-bottom: 0px; } .control-treeview ol > li > div:active { background-color: #818181 !important; outline: none; } .control-treeview ol > li > div:active:before { filter: brightness(10); filter: -webkit-brightness(10); filter: -moz-brightness(10); } .control-treeview ol > li > div > span.expand:before { top: 6px; } .control-treeview ol > li > div:before { top: 22px; } .control-treeview a.menu-control:hover, .control-treeview a.menu-control:focus, .control-treeview ol > li > div.popover-highlight { background-color: #818181 !important; outline: none; } #layout-sidenav ul li span.counter { background-color: #818181; border-radius: 7px; font-size: .756em !important; padding: .143em .429em .214em .429em !important; } .control-treeview ol > li.has-subitems.active > div { border: none !important; } .control-treeview ol > li.active > div { border-bottom: none !important; } /* CALENDAR - EVENTOS */ .pika-single { width: 296px; padding: 0px; box-shadow: none !important; font-family: 'Avenir-Medium', sans-serif !important; background-color: #175DA3; } .pika-single .is-today .pika-button { background: #0C5095 !important; } .pika-single .pika-lendar { background-color: #175DA3; width: 83%; margin: 0 auto; padding-bottom: 5px; } .pika-single .pika-title { padding: 8px; } .pika-single .pika-label { background-color: transparent; color: white; text-transform: uppercase; padding-bottom: 5px; } .pika-single .pika-table th { color: white; text-decoration: none; } .pika-single .pika-table abbr { text-decoration: none; } .pika-single .pika-table .pika-button { color: white; } .order-container { height: 50px; background-color: #E8E8E8; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; align-items: center; justify-content: center; } .order-container a { display: block; width: calc(100% / 3); width: -webkit-calc(100% / 3); width: -moz-calc(100% / 3); color: #818181; font-size: 11px; text-align: center; padding: 18px 0px; transition: background-color 0.3s ease; border-right: 1px solid #CECECE; } .order-container a:hover { background-color: #CECECE; } .order-container a:last-child { border-right: none; } .order-container .active-a { background-color: #CECECE; } .pika-single .pika-button:hover { background: #3498db !important; color: white !important; } .pika-prev, .is-rtl .pika-next { background-image: url("../images/select-arrow.svg"); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: 11px; } .pika-next, .is-rtl .pika-prev { background-image: url("../images/select-arrow.svg"); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background-size: 11px; } /* ICONS CHANGE */ .btn-default.oc-icon-plus { background-color: #818181 !important; background-repeat: no-repeat; background-position: 8px 50%; font-size: 12px !important; background-size: 13px; width: 76.5px; border-right: 1px solid #CECECE !important; } .btn-default.oc-icon-trash-o { background-color: #818181 !important; background-image: url("../images/trash.svg"); background-repeat: no-repeat; background-position: 50%; font-size: 11px !important; background-size: 15px; width: 50px; } .btn-default.oc-icon-trash-o:before { content: ''; } .input-with-icon > .icon { color: white; margin-top: 3px; font-size: 15px; } #layout-side-panel div.control-toolbar .btn, .compact-toolbar div.control-toolbar .btn { padding-bottom: 12px !important; } .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label { background: transparent !important; display: none !important; } .oc-icon-check:before, .icon-check:before { content: url("../images/save-icon.svg"); opacity: 1 !important; } .oc-icon-crosshairs:before, .icon-crosshairs:before { content: url("../images/prev-icon.svg"); opacity: 1 !important; } .oc-icon-sign-out:before, .icon-sign-out:before { content: url("../images/singout.svg"); opacity: 1 !important; } [class^="oc-icon-"].empty:before, [class*=" oc-icon-"].empty:before { margin-right: -2px; } .control-filelist.filelist-hero ul li > a { background-color: #F6F6F6; } table.table.data tbody.icons td i[class^="icon-"], table.table.data tbody tr.rowlink:hover td a:not(.btn), table.table.data tbody tr:not(.no-data).selected td a:not(.btn), table.table.data tbody tr.rowlink:hover td span, table.table.data tbody tr:not(.no-data).selected td span, table.table.data tbody tr.rowlink:hover td i[class^="icon-"], table.table.data tbody tr:not(.no-data).selected td i[class^="icon-"] { color: #175DA3; } #layout-side-panel div.control-toolbar.separator, .compact-toolbar div.control-toolbar.separator { border-bottom: 1px solid #818181; } .form-control.icon.search { background-image: url("../images/search-icon.svg"); background-position: 90% 50%; height: 50px !important; border: none; font-size: 11px; } .control-treeview ol > li > ol > li.active > div:before { background-position: 0px -80px !important; } .control-treeview ol > li.has-subitems.active > div:before { background-position: 0px -52px !important; } .control-treeview ol > li.active > div:after, .control-filelist.filelist-hero ul li.active > a:after { content: none !important; } .item-title { color: #818181; } .item-title .oc-icon-folder:before, .item-title .icon-folder:before { -webkit-filter: contrast(4.7) invert(0.4); -moz-filter: contrast(4.7) invert(0.4); filter: contrast(4.7) invert(0.4); } table.table.data tbody tr.rowlink:hover td, table.table.data tbody tr:not(.no-data).selected td, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td { background: #F6F6F6 !important; color: #818181 !important; } table.table.data tbody tr.rowlink:hover td .oc-icon-folder:before, table.table.data tbody tr.rowlink:hover td .icon-folder:before, table.table.data tbody tr:not(.no-data).selected td .oc-icon-folder:before, table.table.data tbody tr:not(.no-data).selected td .icon-folder:before, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td .oc-icon-folder:before, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td .icon-folder:before { -webkit-filter: contrast(4.7) invert(0.4); -moz-filter: contrast(4.7) invert(0.4); filter: contrast(4.7) invert(0.4); } .control-filelist.filelist-hero ul li.active > a, .control-treeview ol > li.active > div { background-color: #818181; color: white !important; border-bottom: 1px solid #818181 !important; } .control-filelist.filelist-hero ul li.active > a a, .control-filelist.filelist-hero ul li.active > a span, .control-treeview ol > li.active > div a, .control-treeview ol > li.active > div span { color: white !important; } .control-filelist.menu-list li.active > a:before { background-position: 0 -60px !important; } .control-treeview ol > li.active > div:before { background-position: 0 -80px !important; } .control-scrollbar.vertical > .scrollbar-scrollbar { margin-right: 0px !important; } /* MEDIA */ .control-toolbar.toolbar-padded .toolbar-item .btn-group > .btn, .control-toolbar.toolbar-padded .toolbar-item .btn-group > .dropdown, .control-toolbar.toolbar-padded .toolbar-item .btn-group + .oc-icon-refresh { height: 50px; background-color: #175DA3; color: white; font-weight: 500; font-size: 14px; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; } .control-toolbar.toolbar-padded .toolbar-item .btn-group > .btn:hover, .control-toolbar.toolbar-padded .toolbar-item .btn-group > .dropdown:hover, .control-toolbar.toolbar-padded .toolbar-item .btn-group + .oc-icon-refresh:hover { background-color: #2E98CE; } .btn-group .btn { border-right: 1px solid #FFFFFF; } table.table.data tbody tr:nth-child(even) td, table.table.data tbody tr:nth-child(even) th { background-color: white; } ul.tree-path li.root a { color: #175DA3; text-transform: uppercase; font-size: 14px !important; } div.panel h3.section { color: #175DA3 !important; } .nav.selector-group li.active { border-left: 3px solid #175DA3 !important; } .nav.selector-group li.active a { color: #818181; } .nav.selector-group li a { color: #CECECE; } table.name-value-list > a:hover, table.name-value-list > a:focus, table.name-value-list > a:active { color: #175DA3; text-decoration: none; outline: none; } .help-block.before-field { font-size: 11px; } .help-block.before-field img { margin-right: 10px; } #MediaManager-manager-filters ~ .sidebar-group .select2-container--default .select2-selection--single { background-color: #F6F6F6 !important; height: 50px !important; padding-top: 8px !important; border: none !important; } #MediaManager-manager-filters ~ .sidebar-group .select2 { background-color: #F6F6F6 !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-selection__arrow { bottom: 25px !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-selection__arrow b { color: #818181; } #MediaManager-manager-filters ~ .sidebar-group input[type="text"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-container--default .select2-selection--single .select2-selection__rendered { color: #818181 !important; padding-left: 0px !important; font-size: 13px !important; font-weight: 500; } #MediaManager-manager-filters ~ .sidebar-group .form-group.input-sidebar-control { padding-right: 0px !important; } .select-marina { background-color: #F6F6F6; border-left: none; border-bottom: none; border-right: none; border-top: 1px solid #CECECE !important; } .select-marina .select2-results__option { height: 50px; padding-top: 14px; font-size: 13px; color: #818181 !important; } .select-marina .select2-results__option:hover { background: #818181 !important; color: #ffffff !important; } .select-marina .select2-results__option--highlighted[aria-selected] { background-color: #cecece !important; color: #818181 !important; } /* EXPERIENCIAS */ .fancy-layout .form-tabless-fields label { text-transform: none !important; color: white !important; font-size: 14px !important; margin-bottom: 4px; } .fancy-layout .form-tabless-fields label::first-letter { text-transform: uppercase !important; } .fancy-layout .form-tabless-fields input[type=text] { font-size: 14px !important; font-weight: 700; padding-top: 15px; padding-bottom: 15px; padding-left: 10px; border-radius: 0px !important; background-color: #175DA3; text-align: left; } .fancy-layout .form-buttons { padding-top: 16px !important; } .fancy-layout .form-buttons .btn { display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; } .fancy-layout .form-tabless-fields input[type=text]:focus, .fancy-layout .form-tabless-fields input[type=text]:hover { background-color: rgba(23, 93, 163, 0.6); } .fancy-layout .select2-container--default .select2-selection--single .select2-selection__placeholder { color: white !important; } .fancy-layout .form-tabless-fields { background: #0c5095 !important; } #experiences .control-toolbar .toolbar-item .btn-group > .btn { background-color: #818181; } #layout-body select { display: none !important; } #layout-body .tab-pane .custom-select + .select2 { background-color: #175DA3; border-radius: 0px !important; min-height: 50px !important; } #layout-body .tab-pane .select2-selection__rendered { padding-left: 0px !important; padding-top: 6px !important; font-size: 14px !important; font-weight: 700; } #layout-body .tab-pane .select2-container--default .select2-selection { box-shadow: none !important; } #layout-body .tab-pane .select2-selection__arrow { background-image: url("../images/select-arrow.svg") !important; top: 23px !important; right: 11px !important; } #layout-body .w-200 .custom-select + .select2 { background-color: #175DA3; border-radius: 0px !important; height: 50px !important; } #layout-body .w-200 .select2-selection__rendered { padding-left: 0px !important; padding-top: 6px !important; font-size: 14px !important; font-weight: 700; } #layout-body .w-200 .select2-container--default .select2-selection { box-shadow: none !important; } #layout-body .w-200 .select2-selection__arrow { background-image: url("../images/select-arrow.svg") !important; top: 23px !important; right: 11px !important; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs { background: white !important; } .control-tabs.primary-tabs { margin-bottom: 0px !important; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after { background-color: #E8E8E8; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title { color: #818181; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span { color: #818181 !important; } .tab-content .custom-checkbox label, .tab-content .custom-radio label { color: #818181; font-size: 14px; font-weight: 700; } .tab-content .custom-checkbox p.help-block, .tab-content .custom-radio p.help-block { color: #818181; font-size: 14px; } .tab-content .custom-checkbox label:before, .tab-content .custom-radio label:before { border: 1px solid #818181 !important; background-color: #E8E8E8 !important; } .tab-content .custom-checkbox input[type=checkbox]:checked + label:before, .tab-content .custom-radio input[type=checkbox]:checked + label:before { color: #818181 !important; } .dropdown-menu .dropdown-container > ul li a:hover, .dropdown-menu .dropdown-container > ul li a:focus { background-color: #E8E8E8; color: #818181; } .dropdown-menu .dropdown-container > ul li.first-item a:hover:after, .dropdown-menu .dropdown-container > ul li.first-item a:focus:after, .dropdown-menu .dropdown-container > ul li.first-item a:active:after { border-bottom: 8px solid #E8E8E8 !important; } .compact-container label { color: #818181; } .select-custom-marina { background-color: #175DA3 !important; border-top: 1px solid #0c5095 !important; border-left: none !important; border-right: none !important; border-bottom: none !important; border-radius: 0px !important; } .select-custom-marina .select2-search { display: none !important; } .select-custom-marina .select2-results__option { color: white !important; font-size: 14px !important; font-weight: 700 !important; height: 50px; padding-top: 15px; padding-left: 12px !important; } .select-custom-marina .select2-results__option--highlighted[aria-selected], .select-custom-marina .select2-results__option[aria-selected=true] { color: white !important; background-color: #2E98CE !important; } /* MODAL */ .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:after, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:after, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:after { background: #ffffff; } .control-popup .btn-primary { background: #175DA3 !important; } .control-popup .btn-primary:hover, .control-popup .btn-primary:focus, .control-popup .btn-primary:active { background: #0C5095 !important; } .control-popup .btn-default { background: #818181 !important; } .control-popup .btn-default:hover, .control-popup .btn-default:focus, .control-popup .btn-default:active { background: #acacac !important; } .control-popup label, .control-popup .modal-header h4, .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li.active a > span.title span, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a > span.title span, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li.active a > span.title span { color: #818181; font-size: 14px !important; } .control-popup .modal-content { background: #ffffff !important; } .control-popup .select2-container--default .select2-selection--single { background-color: #F6F6F6 !important; height: 50px !important; padding-top: 14px !important; } .control-popup .select2-selection__arrow { top: 22px !important; } .control-popup input[type="text"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; } .control-popup .select2-container--default .select2-selection--single .select2-selection__rendered { color: #818181 !important; padding-left: 0px !important; font-size: 14px !important; } .control-popup .form-group.input-sidebar-control { padding-right: 0px !important; } .popup-backdrop { background-color: #0C5095 !important; opacity: 0.8 !important; } /* Mi cuenta */ .padded-container.layout { background-color: white; } .padded-container.layout input[type="text"].form-control, .padded-container.layout input[type="password"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; border-radius: 0px !important; } .padded-container.layout label { font-size: 14px; } .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li.active a:before, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li.active a:before { background-color: #ffffff !important; } .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:after, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:after, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:after { background: #ffffff !important; } .padded-container.layout .btn-primary { background: #175DA3 !important; } .padded-container.layout .btn-primary:hover, .padded-container.layout .btn-primary:focus, .padded-container.layout .btn-primary:active { background: #0C5095 !important; } .tooltip-inner { background-color: #0C5095; font-size: 12px !important; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #0C5095; } div[data-control="media-manager"] .media-list.tiles li.selected .icon-container { background: #175DA3 !important; border-color: #175DA3 !important; } .menus-items { min-height: auto !important; } .fr-tooltip { background: #175DA3 !important; } .delete-table-row + .table-search > input#search { height: auto !important; } .delete-table-row + .table-search { margin: 6px 3px 0 0 !important; } .translate-messages .header-hide-translated label:before { top: 5px !important; } [id*='select2-dest'] + .select2-selection__arrow { top: 0px !important; } [data-cmd=imageAlign], [data-cmd=imageDisplay], [data-cmd=imageStyle], [data-cmd=imageAlt], [data-cmd=imageSize] { display: none !important; } #ReportContainer-container-toolbar { display: none; } /* Botón duplicar */ .control-treeview ol > li { position: relative; } .control-treeview ol > li div > a > div { width: 80%; } .duplicate { position: absolute; z-index: 10; top: 6px; right: 35px; cursor: pointer; } .duplicate img { width: 17px; height: auto; } .duplicate-page { position: absolute; z-index: 10; top: 11px; right: 18px; cursor: pointer; } .duplicate-page img { width: 17px; height: auto; } /* CUSTOM EDITOR TOOLBAR */ .custom-wysiwyg { width: 38px; display: inline-block; height: 38px; cursor: pointer; padding: 0px; text-align: center; } .custom-wysiwyg img { height: 14px; width: auto; margin: 12px auto; text-align: center; } .custom-wysiwyg:hover { background: #dddddd; } /* PANTALLA COMPLETA */ .fr-fullscreen { /* EXPERIENCIAS */ /* EVENTOS */ /* RUTAS */ } .fr-fullscreen .fr-element.fr-view { margin-bottom: 200px !important; } .fr-fullscreen div[id*="MLRichEditor-formExperience"] + .ml-btn { top: -506px !important; } .fr-fullscreen div[id*="MLRichEditor-formExperience"] ~ .ml-dropdown-menu { top: -478px !important; } .fr-fullscreen div[id*="MLRichEditor-formEvento"] + .ml-btn { top: -694px !important; } .fr-fullscreen div[id*="MLRichEditor-formEvento"] ~ .ml-dropdown-menu { top: -669px !important; } .fr-fullscreen div[id*="MLRichEditor-formRuta"] + .ml-btn { top: -598px !important; } .fr-fullscreen div[id*="MLRichEditor-formRuta"] ~ .ml-dropdown-menu { top: -573px !important; } .fr-fullscreen .ml-btn { top: -409px !important; z-index: 999 !important; } .fr-fullscreen .ml-dropdown-menu { top: -376px !important; } /* HOME */ #Form-field-Home-avatar-group { position: absolute; right: 20px; width: 260px; z-index: 100; } .control-scrollpanel { background: #F6F6F6 !important; } .field-fileupload.style-image-single .upload-button:hover, .field-fileupload.style-image-single .upload-button:focus { border: 2px dashed #175DA3 !important; } .field-fileupload.style-image-single .upload-button:hover .upload-button-icon:before, .field-fileupload.style-image-single .upload-button:focus .upload-button-icon:before { color: #175DA3 !important; } .btn-text a { text-decoration: none !important; } .btn-text a:hover { color: #175DA3 !important; } .float-right-photos { width: 300px; height: 100%; position: absolute; top: 0px; right: 0px; float: right; background-color: #F6F6F6; } .floatJuan #Form-field-Empresa-avatar-group, .floatJuan #Form-field-Tipo-avatar-group { position: absolute; right: 19px; width: 260px; z-index: 100; top: 54px; } .floatJuan .field-textarea.size-large { border: none !important; background-color: #F6F6F6 !important; color: #818181 !important; border-radius: 0px !important; padding: 20px 30px 20px 15px !important; } .floatJuan .select2-container--default .select2-selection--single { height: 50px !important; border: none !important; background-color: #f6f6f6 !important; color: #818181 !important; border-radius: 0px !important; box-shadow: none !important; } .floatJuan .layout-row #Form-outsideContainer, .floatJuan .layout-row #Form-primaryContainer { width: 70%; display: inline-block !important; } .floatJuan #select2-Form-field-Empresa-type_id-container, .floatJuan #select2-Form-field-Empresa-municipality-container, .floatJuan #select2-Form-field-Tipo-category-container { color: #818181 !important; padding-top: 6px !important; } .layout { margin-bottom: 0px; } .modal-content textarea { border: none !important; background-color: #F6F6F6 !important; color: #818181 !important; border-radius: 0px !important; padding: 20px 30px 20px 15px !important; } .select-hide-search .select2-search.select2-search--dropdown { display: none; } .header_categroy { margin-bottom: 40px; } .header_categroy h1 { font-size: 30px; } .btn.oc-icon-plus, .floatJuan.left a { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; } .control-pagination .select2-container { height: 30px !important; background-color: #F9F9F9 !important; color: #98a7a8 !important; } .control-pagination .select2-container .select2-container--default .select2-selection--single .select2-selection__rendered { color: #98a7a8 !important; } /* Modal loading */ #MModal { width: 100%; height: 100%; text-align: center; background-color: white; } #MModal .centered { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } #MModal img { width: 35px; height: 35px; display: block; margin: 0px auto 11px auto; } #MModal span { color: #999999; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; font-weight: 500; }
modules/backend/assets/css/october.css
@charset "UTF-8"; @import url(../vendor/jcrop/css/jquery.Jcrop.min.css); @import url(../../../system/assets/vendor/prettify/prettify.css); @import url(../../../system/assets/vendor/prettify/theme-desert.css); @-webkit-keyframes showSweetAlert { 0% { transform: scale(0.7); -webkit-transform: scale(0.7); } 45% { transform: scale(1.05); -webkit-transform: scale(1.05); } 80% { transform: scale(0.95); -webkit-tranform: scale(0.95); } 100% { transform: scale(1); -webkit-transform: scale(1); } } @keyframes showSweetAlert { 0% { transform: scale(0.7); -webkit-transform: scale(0.7); } 45% { transform: scale(1.05); -webkit-transform: scale(1.05); } 80% { transform: scale(0.95); -webkit-tranform: scale(0.95); } 100% { transform: scale(1); -webkit-transform: scale(1); } } @-webkit-keyframes hideSweetAlert { 0% { transform: scale(1); -webkit-transform: scale(1); } 100% { transform: scale(0.5); -webkit-transform: scale(0.5); } } @keyframes hideSweetAlert { 0% { transform: scale(1); -webkit-transform: scale(1); } 100% { transform: scale(0.5); -webkit-transform: scale(0.5); } } .showSweetAlert { -webkit-animation: showSweetAlert 0.3s; animation: showSweetAlert 0.3s; } .hideSweetAlert { -webkit-animation: hideSweetAlert 0.2s; animation: hideSweetAlert 0.2s; } @-webkit-keyframes animateSuccessTip { 0% { width: 0; left: 1px; top: 19px; } 54% { width: 0; left: 1px; top: 19px; } 70% { width: 50px; left: -8px; top: 37px; } 84% { width: 17px; left: 21px; top: 48px; } 100% { width: 25px; left: 14px; top: 45px; } } @keyframes animateSuccessTip { 0% { width: 0; left: 1px; top: 19px; } 54% { width: 0; left: 1px; top: 19px; } 70% { width: 50px; left: -8px; top: 37px; } 84% { width: 17px; left: 21px; top: 48px; } 100% { width: 25px; left: 14px; top: 45px; } } @-webkit-keyframes animateSuccessLong { 0% { width: 0; right: 46px; top: 54px; } 65% { width: 0; right: 46px; top: 54px; } 84% { width: 55px; right: 0px; top: 35px; } 100% { width: 47px; right: 8px; top: 38px; } } @keyframes animateSuccessLong { 0% { width: 0; right: 46px; top: 54px; } 65% { width: 0; right: 46px; top: 54px; } 84% { width: 55px; right: 0px; top: 35px; } 100% { width: 47px; right: 8px; top: 38px; } } @-webkit-keyframes rotatePlaceholder { 0% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } 100% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } } @keyframes rotatePlaceholder { 0% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } 100% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); } } .animateSuccessTip { -webkit-animation: animateSuccessTip 0.75s; animation: animateSuccessTip 0.75s; } .animateSuccessLong { -webkit-animation: animateSuccessLong 0.75s; animation: animateSuccessLong 0.75s; } .icon.success.animate::after { -webkit-animation: rotatePlaceholder 4.25s ease-in; animation: rotatePlaceholder 4.25s ease-in; } @-webkit-keyframes animateErrorIcon { 0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0; } 100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; } } @keyframes animateErrorIcon { 0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0; } 100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; } } .animateErrorIcon { -webkit-animation: animateErrorIcon 0.5s; animation: animateErrorIcon 0.5s; } @-webkit-keyframes animateXMark { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 50% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px; } 100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1; } } @keyframes animateXMark { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 50% { transform: scale(0.4); -webkit-transform: scale(0.4); margin-top: 26px; opacity: 0; } 80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px; } 100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1; } } .animateXMark { -webkit-animation: animateXMark 0.5s; animation: animateXMark 0.5s; } @-webkit-keyframes pulseWarning { 0% { border-color: #F8D486; } 100% { border-color: #F8BB86; } } @keyframes pulseWarning { 0% { border-color: #F8D486; } 100% { border-color: #F8BB86; } } .pulseWarning { -webkit-animation: pulseWarning 0.75s infinite alternate; animation: pulseWarning 0.75s infinite alternate; } @-webkit-keyframes pulseWarningIns { 0% { background-color: #F8D486; } 100% { background-color: #F8BB86; } } @keyframes pulseWarningIns { 0% { background-color: #F8D486; } 100% { background-color: #F8BB86; } } .pulseWarningIns { -webkit-animation: pulseWarningIns 0.75s infinite alternate; animation: pulseWarningIns 0.75s infinite alternate; } .sweet-overlay { background-color: rgba(0, 0, 0, 0.4); position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: none; z-index: 7600; } .sweet-alert { background-color: #f9f9f9; width: 478px; padding: 17px; border-radius: 5px; text-align: center; position: fixed; left: 50%; top: 50%; margin-left: -256px; margin-top: -200px; overflow: hidden; display: none; z-index: 8600; } @media all and (max-width: 767px) { .sweet-alert { width: auto; margin-left: 0; margin-right: 0; left: 15px; right: 15px; } } .sweet-alert .icon { width: 80px; height: 80px; border: 4px solid gray; border-radius: 50%; margin: 20px auto; position: relative; box-sizing: content-box; } .sweet-alert .icon.error { border-color: #952518; } .sweet-alert .icon.error .x-mark { position: relative; display: block; } .sweet-alert .icon.error .line { position: absolute; height: 5px; width: 47px; background-color: #ab2a1c; display: block; top: 37px; border-radius: 2px; } .sweet-alert .icon.error .line.left { -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 17px; } .sweet-alert .icon.error .line.right { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: 16px; } .sweet-alert .icon.warning { border-color: #eea236; } .sweet-alert .icon.warning .body { position: absolute; width: 5px; height: 47px; left: 50%; top: 10px; border-radius: 2px; margin-left: -2px; background-color: #f0ad4e; } .sweet-alert .icon.warning .dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; left: 50%; bottom: 10px; background-color: #f0ad4e; } .sweet-alert .icon.info { border-color: #46b8da; } .sweet-alert .icon.info::before { content: ""; position: absolute; width: 5px; height: 29px; left: 50%; bottom: 17px; border-radius: 2px; margin-left: -2px; background-color: #5bc0de; } .sweet-alert .icon.info::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; top: 19px; background-color: #5bc0de; } .sweet-alert .icon.success { border-color: #2b9854; } .sweet-alert .icon.success::before, .sweet-alert .icon.success::after { content: ''; border-radius: 50%; position: absolute; width: 60px; height: 120px; background: white; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .icon.success::before { border-radius: 120px 0 0 120px; top: -7px; left: -33px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 60px 60px; transform-origin: 60px 60px; } .sweet-alert .icon.success::after { border-radius: 0 120px 120px 0; top: -11px; left: 30px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0px 60px; transform-origin: 0px 60px; } .sweet-alert .icon.success .placeholder { width: 80px; height: 80px; border: 4px solid rgba(49, 172, 95, 0.2); border-radius: 50%; box-sizing: content-box; position: absolute; left: -4px; top: -4px; z-index: 2; } .sweet-alert .icon.success .fix { width: 5px; height: 90px; background-color: #f9f9f9; position: absolute; left: 28px; top: 8px; z-index: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .icon.success .line { height: 5px; background-color: #31ac5f; display: block; border-radius: 2px; position: absolute; z-index: 2; } .sweet-alert .icon.success .line.tip { width: 25px; left: 14px; top: 46px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .icon.success .line.long { width: 47px; right: 8px; top: 38px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .icon.custom { background-size: contain; border-radius: 0; border: none; background-position: center center; background-repeat: no-repeat; } .sweet-alert .btn-default:focus { border-color: #656d79; outline: 0; } .sweet-alert .btn-success:focus { border-color: #2b9854; outline: 0; } .sweet-alert .btn-info:focus { border-color: #46b8da; outline: 0; } .sweet-alert .btn-danger:focus { border-color: #952518; outline: 0; } .sweet-alert .btn-warning:focus { border-color: #eea236; outline: 0; } .sweet-alert button::-moz-focus-inner { border: 0; } .sweet-overlay { background-color: rgba(0, 0, 0, 0.2); z-index: 10499; } .sweet-alert { text-align: right; border-radius: 3px; -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); z-index: 10500; } .sweet-alert h2 { word-break: word-break; word-wrap: break-word; max-height: 350px; overflow-y: auto; margin: 10px 0 17px 0; color: #2b3e50; text-align: left; font-size: 15px; line-height: 23px; } .sweet-alert p { margin: 0; } .sweet-alert p.text-muted { margin-bottom: 20px; color: #555555; } .control-simplelist { font-size: 13px; padding: 20px 20px 2px 20px; margin-bottom: 20px; background: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-simplelist ul { padding-left: 15px; } .control-simplelist.form-control ul { margin-bottom: 0; } .control-simplelist.form-control li { padding-top: 5px; padding-bottom: 5px; } .control-simplelist.with-icons ul, .control-simplelist.with-checkboxes ul, .control-simplelist.is-divided ul, .control-simplelist.is-selectable ul { list-style-type: none; padding-left: 0; } .control-simplelist.with-checkboxes li { margin-top: -5px; } .control-simplelist.with-checkboxes li:first-child { margin-top: 0; } .control-simplelist.with-checkboxes li:last-child div.custom-checkbox { margin-bottom: 0; } .control-simplelist.with-checkboxes li:last-child div.custom-checkbox label { margin-bottom: 5px; } .control-simplelist.is-sortable li.placeholder { position: relative; } .control-simplelist.is-sortable li.placeholder:before { top: -10px; position: absolute; content: ''; display: block; width: 0; height: 0; border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; border-left: 5px solid #999999; } .control-simplelist.is-sortable li.dragged { position: absolute; opacity: 0.5; filter: alpha(opacity=50); z-index: 2000; color: #175da3; width: auto !important; } .control-simplelist.is-scrollable { height: 200px; } .control-simplelist.is-scrollable.size-tiny { min-height: 250px; } .control-simplelist.is-scrollable.size-small { min-height: 300px; } .control-simplelist.is-scrollable.size-large { min-height: 400px; } .control-simplelist.is-scrollable.size-huge { min-height: 450px; } .control-simplelist.is-scrollable.size-giant { min-height: 550px; } .control-simplelist.is-divided, .control-simplelist.is-selectable, .control-simplelist.is-selectable-box { padding: 0; } .control-simplelist.is-divided li .heading, .control-simplelist.is-selectable li .heading, .control-simplelist.is-selectable-box li .heading { font-size: 14px; font-weight: 500; } .control-simplelist.is-divided li, .control-simplelist.is-selectable li { padding: 5px 10px; border-bottom: 1px solid #d4d8da; } .control-simplelist.is-divided li:last-child, .control-simplelist.is-selectable li:last-child { border-bottom: none; } .control-simplelist.is-selectable li a { padding: 5px 10px; margin: -5px -10px; display: block; color: #333333; } .control-simplelist.is-selectable li:hover { background: #4ea5e0; cursor: pointer; } .control-simplelist.is-selectable li:hover, .control-simplelist.is-selectable li:hover a { color: white; } .control-simplelist.is-selectable li:hover a { text-decoration: none; } .control-simplelist.is-selectable li.active a { background: #f0f0f0; } .control-simplelist.is-selectable li.active a:hover { background: #4ea5e0; } .control-simplelist.is-selectable-box { padding-top: 15px; margin-bottom: 0; } .control-simplelist.is-selectable-box li { width: 155px; margin: 8px; display: inline-block; text-align: center; vertical-align: top; } .control-simplelist.is-selectable-box li a { text-decoration: none; display: block; color: #333333; } .control-simplelist.is-selectable-box li a .box { display: block; width: 155px; height: 155px; border: 3px solid rgba(0, 0, 0, 0.1); position: relative; -webkit-transition: border 0.3s ease; transition: border 0.3s ease; } .control-simplelist.is-selectable-box li a .image { display: block; width: 56px; height: 56px; position: absolute; top: 50%; left: 50%; margin-top: -28px; margin-left: -28px; } .control-simplelist.is-selectable-box li a .image > i { font-size: 56px; color: rgba(0, 0, 0, 0.25); } .control-simplelist.is-selectable-box li a .heading { margin: 7px 0; padding: 0; } .control-simplelist.is-selectable-box li a .description { font-size: 12px; } .control-simplelist.is-selectable-box li a:hover .box { border-color: rgba(0, 0, 0, 0.2); } .control-simplelist.is-selectable-box li a:hover .image > i { color: rgba(0, 0, 0, 0.45); } .list-preview .control-simplelist.is-selectable ul { margin-bottom: 0; } .drag-noselect { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .control-scrollbar { position: relative; overflow: hidden; height: 100%; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .control-scrollbar > div { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .control-scrollbar > .scrollbar-scrollbar { position: absolute; z-index: 100; } .control-scrollbar > .scrollbar-scrollbar .scrollbar-track { background-color: transparent; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .control-scrollbar > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { background-color: rgba(0, 0, 0, 0.35); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor: pointer; overflow: hidden; position: absolute; } .control-scrollbar > .scrollbar-scrollbar.disabled { display: none !important; } .control-scrollbar.vertical > .scrollbar-scrollbar { right: 0; margin-right: 5px; width: 6px; } .control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track { height: 100%; width: 6px; } .control-scrollbar.vertical > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { height: 20px; width: 6px; top: 0; left: 0; } .control-scrollbar.vertical > .scrollbar-scrollbar:active, .control-scrollbar.vertical > .scrollbar-scrollbar:hover { width: 8px; -webkit-transition: width 0.3s; transition: width 0.3s; } .control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.vertical > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.vertical > .scrollbar-scrollbar:hover .scrollbar-thumb { width: 8px; -webkit-transition: width 0.3s; transition: width 0.3s; } .control-scrollbar.horizontal > .scrollbar-scrollbar { margin: 0 0 5px; clear: both; height: 6px; } .control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track { width: 100%; height: 6px; } .control-scrollbar.horizontal > .scrollbar-scrollbar .scrollbar-track .scrollbar-thumb { height: 6px; margin: 2px 0; left: 0; top: 0; } .control-scrollbar.horizontal > .scrollbar-scrollbar:active, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover { height: 8px; -webkit-transition: height 0.3s; transition: height 0.3s; } .control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-track, .control-scrollbar.horizontal > .scrollbar-scrollbar:active .scrollbar-thumb, .control-scrollbar.horizontal > .scrollbar-scrollbar:hover .scrollbar-thumb { height: 8px; -webkit-transition: height 0.3s; transition: height 0.3s; } html.mobile .control-scrollbar { overflow: auto; -webkit-overflow-scrolling: touch; } .no-touch .control-scrollbar > .scrollbar-scrollbar { opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .no-touch .control-scrollbar:active > .scrollbar-scrollbar, .no-touch .control-scrollbar:hover > .scrollbar-scrollbar { opacity: 1; } @media (max-width: 768px) { .responsive-sidebar > .layout-cell:last-child .control-scrollbar { overflow: visible; height: auto; } .responsive-sidebar > .layout-cell:last-child .control-scrollbar .scrollbar-scrollbar { display: none !important; } } .control-filelist p.no-data { padding: 22px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: normal; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-filelist ul { padding: 0; margin: 0; } .control-filelist ul li { font-weight: normal; line-height: 150%; position: relative; list-style: none; } .control-filelist ul li a:hover { background: #dddddd; } .control-filelist ul li.active > a { background: #dddddd; position: relative; } .control-filelist ul li.active > a:after { position: absolute; height: 100%; width: 4px; left: 0; top: 0; background: #175da3; display: block; content: ' '; } .control-filelist ul li a { display: block; padding: 10px 45px 10px 20px; outline: none; } .control-filelist ul li a:hover, .control-filelist ul li a:focus, .control-filelist ul li a:active { text-decoration: none; } .control-filelist ul li a span { display: block; } .control-filelist ul li a span.title { font-weight: normal; color: #405261; font-size: 14px; } .control-filelist ul li a span.description { color: #8f8f8f; font-size: 12px; white-space: nowrap; font-weight: normal; overflow: hidden; text-overflow: ellipsis; } .control-filelist ul li a span.description strong { color: #405261; font-weight: normal; } .control-filelist ul li.group > h4, .control-filelist ul li.group > div.group > h4 { font-weight: normal; font-size: 14px; margin-top: 0; margin-bottom: 0; position: relative; } .control-filelist ul li.group > h4 a, .control-filelist ul li.group > div.group > h4 a { padding: 10px 20px 10px 53px; color: #405261; position: relative; outline: none; } .control-filelist ul li.group > h4 a:hover, .control-filelist ul li.group > div.group > h4 a:hover { background: transparent; } .control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before, .control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after { width: 10px; height: 10px; display: block; position: absolute; top: 1px; } .control-filelist ul li.group > h4 a:after, .control-filelist ul li.group > div.group > h4 a:after { left: 33px; top: 9px; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f07b"; color: #a1aab1; font-size: 16px; } .control-filelist ul li.group > h4 a:before, .control-filelist ul li.group > div.group > h4 a:before { left: 20px; top: 9px; color: #cfcfcf; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0da"; -webkit-transform: rotate(90deg) translate(5px, 0); -ms-transform: rotate(90deg) translate(5px, 0); transform: rotate(90deg) translate(5px, 0); -webkit-transition: all 0.1s ease; transition: all 0.1s ease; } .control-filelist ul li.group > ul > li > a { padding-left: 52px; } .control-filelist ul li.group > ul > li.group { padding-left: 20px; } .control-filelist ul li.group > ul > li.group > ul > li > a { padding-left: 324px; margin-left: -270px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 297px; margin-left: -243px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 270px; margin-left: -216px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 243px; margin-left: -189px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 216px; margin-left: -162px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 189px; margin-left: -135px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 162px; margin-left: -108px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 135px; margin-left: -81px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 108px; margin-left: -54px; } .control-filelist ul li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li.group > ul > li > a { padding-left: 81px; margin-left: -27px; } .control-filelist ul li.group[data-status=collapsed] > h4 a:before, .control-filelist ul li.group[data-status=collapsed] > div.group > h4 a:before { -webkit-transform: rotate(0deg) translate(3px, 0); -ms-transform: rotate(0deg) translate(3px, 0); transform: rotate(0deg) translate(3px, 0); } .control-filelist ul li.group[data-status=collapsed] > ul, .control-filelist ul li.group[data-status=collapsed] > div.subitems { display: none; } .control-filelist ul li > div.controls { position: absolute; right: 19px; top: 6px; } .control-filelist ul li > div.controls .dropdown { width: 14px; height: 21px; } .control-filelist ul li > div.controls .dropdown.open a.control { display: block !important; } .control-filelist ul li > div.controls .dropdown.open a.control:before { visibility: visible; display: block; } .control-filelist ul li > div.controls a.control { color: #405261; font-size: 14px; visibility: hidden; overflow: hidden; width: 14px; height: 21px; display: none; text-decoration: none; cursor: pointer; padding: 0; opacity: 0.5; filter: alpha(opacity=50); } .control-filelist ul li > div.controls a.control:before { visibility: visible; display: block; margin-right: 0; } .control-filelist ul li > div.controls a.control:hover { opacity: 1; filter: alpha(opacity=100); } .control-filelist ul li:hover > div.controls, .control-filelist ul li:hover > a.control { display: block !important; } .control-filelist ul li:hover > div.controls > a.control, .control-filelist ul li:hover > a.control > a.control { display: block !important; } .control-filelist ul li .checkbox { position: absolute; top: -5px; right: 0; } .control-filelist ul li .checkbox label { margin-right: 0; } .control-filelist ul li .checkbox label:before { border-color: #cccccc; } .control-filelist.single-line ul li a span.title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .control-filelist.filelist-hero ul li { background: #ffffff; border-bottom: none; } .control-filelist.filelist-hero ul li > a { padding: 11px 45px 10px 50px; font-size: 13px; border-bottom: 1px solid #ecf0f1; } .control-filelist.filelist-hero ul li > a span.title { font-size: 14px; font-weight: normal; color: #2b3e50; } .control-filelist.filelist-hero ul li > a span.description { font-size: 13px; } .control-filelist.filelist-hero ul li > a .list-icon { position: absolute; left: 14px; top: 15px; font-size: 22px; color: #b7c0c2; } .control-filelist.filelist-hero ul li > a:hover { background: #4ea5e0; border-bottom: 1px solid #4ea5e0; } .control-filelist.filelist-hero ul li > a:hover span.title, .control-filelist.filelist-hero ul li > a:hover span.description { color: #ffffff; } .control-filelist.filelist-hero ul li > a:hover .list-icon { color: #ffffff; } .control-filelist.filelist-hero ul li > a:active { background: #3498db; border-bottom: 1px solid #3498db !important; } .control-filelist.filelist-hero ul li > a:active span.title, .control-filelist.filelist-hero ul li > a:active span.description { color: #ffffff !important; } .control-filelist.filelist-hero ul li > a:active .list-icon { color: #ffffff !important; } .control-filelist.filelist-hero ul li .checkbox { top: -2px; right: 0; } .control-filelist.filelist-hero ul li.active > a { border-bottom: 1px solid #dddddd; } .control-filelist.filelist-hero ul li.active > a:after { top: -1px; bottom: -1px; height: auto; } .control-filelist.filelist-hero ul li.active > a > span.borders:before { content: ' '; position: absolute; width: 100%; height: 1px; display: block; left: 0; background-color: #dddddd; } .control-filelist.filelist-hero ul li.active > a > span.borders:before { top: -1px; } .control-filelist.filelist-hero ul li.active > a:hover > span.borders:before { background-color: #4ea5e0; } .control-filelist.filelist-hero ul li.active > a:active > span.borders:before { background-color: #3498db; } .control-filelist.filelist-hero ul li > h4 { padding-top: 7px; padding-bottom: 6px; border-bottom: 1px solid #ecf0f1; } .control-filelist.filelist-hero ul li > div.controls { display: none; position: absolute; right: 16px; top: 15px; } .control-filelist.filelist-hero ul li > div.controls > a.control { width: 16px; height: 23px; background: transparent; overflow: hidden; display: inline-block; color: #ffffff !important; padding: 0; } .control-filelist.filelist-hero ul li > div.controls > a.control:before { font-size: 17px; } .control-filelist.filelist-hero ul li:hover > div.controls { display: block; } .control-filelist.filelist-hero ul li.separator { position: relative; border-bottom: 1px solid #95a5a6; padding: 12px 15px 13px 15px; } .control-filelist.filelist-hero ul li.separator:before { z-index: 31; content: ''; display: block; width: 0; height: 0; border-left: 9.5px solid transparent; border-right: 9.5px solid transparent; border-top: 11px solid #ffffff; border-bottom-width: 0; position: absolute; left: 13px; bottom: -8px; } .control-filelist.filelist-hero ul li.separator:after { z-index: 30; content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-top: 9px solid #95a5a6; border-bottom-width: 0; position: absolute; left: 14px; bottom: -9px; } .control-filelist.filelist-hero ul li.separator h5 { color: #2b3e50; font-size: 14px; margin: 0; font-weight: normal; padding: 0; } .control-filelist.filelist-hero ul > li.group > ul > li > a { padding-left: 66px; } .control-filelist.filelist-hero.single-level ul li:hover { background: #4ea5e0; } .control-filelist.filelist-hero.single-level ul li:hover > a { background: #4ea5e0; border-bottom: 1px solid #4ea5e0 !important; } .control-filelist.filelist-hero.single-level ul li:hover > a span.title, .control-filelist.filelist-hero.single-level ul li:hover > a span.description { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:hover > a .list-icon { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:active { background: #3498db; } .control-filelist.filelist-hero.single-level ul li:active > a { background: #3498db; border-bottom: 1px solid #3498db !important; } .control-filelist.filelist-hero.single-level ul li:active > a span.title, .control-filelist.filelist-hero.single-level ul li:active > a span.description { color: #ffffff !important; } .control-filelist.filelist-hero.single-level ul li:active > a .list-icon { color: #ffffff !important; } .touch .control-filelist li:not(.active) a:hover { background: transparent; } .control-scrollpanel { position: relative; background: #ecf0f1; } .control-scrollpanel .control-scrollbar.vertical > .scrollbar-scrollbar { right: 0; } .tooltip .tooltip-inner { text-align: left; padding: 5px 8px; } .tooltip.in { opacity: 1; filter: alpha(opacity=100); } .oc-logo-white { background-image: url(../images/october-logo-white.svg); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; } .oc-logo { background-image: url(../images/october-logo.svg); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent { background-size: 50% auto; background-repeat: no-repeat; background-image: url(../images/october-logo.svg); background-position: 50% 50%; position: relative; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs):after, .flex-layout-column.oc-logo-transparent:not(.has-tabs):after, .layout-cell.oc-logo-transparent:after { content: ''; display: table-cell; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(249, 249, 249, 0.7); } .report-widget { padding: 15px; background: white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; } .report-widget h3 { font-size: 14px; color: #7e8c8d; text-transform: uppercase; font-weight: 600; margin-top: 0; margin-bottom: 30px; } .report-widget .height-100 { height: 100px; } .report-widget .height-200 { height: 200px; } .report-widget .height-300 { height: 300px; } .report-widget .height-400 { height: 400px; } .report-widget .height-500 { height: 500px; } .report-widget p.report-description { margin-bottom: 0; margin-top: 15px; font-size: 12px; line-height: 190%; color: #7e8c8d; } .report-widget a:not(.btn) { color: #7e8c8d; text-decoration: none; } .report-widget a:not(.btn):hover { color: #0181b9; text-decoration: none; } .report-widget p.flash-message.static { margin-bottom: 0; } .report-widget .icon-circle.success { color: #31ac5f; } .report-widget .icon-circle.primary { color: #34495e; } .report-widget .icon-circle.warning { color: #f0ad4e; } .report-widget .icon-circle.danger { color: #ab2a1c; } .report-widget .icon-circle.info { color: #5bc0de; } .control-treelist ol { padding: 0; margin: 0; list-style: none; } .control-treelist ol ol { margin: 0; margin-left: 15px; padding-left: 15px; border-left: 1px solid #dbdee0; } .control-treelist > ol > li > div.record:before { display: none; } .control-treelist li { margin: 0; padding: 0; } .control-treelist li > div.record { margin: 0; font-size: 12px; margin-bottom: 5px; position: relative; display: block; } .control-treelist li > div.record:before { color: #bdc3c7; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f111"; font-size: 6px; position: absolute; left: -18px; top: 11px; } .control-treelist li > div.record > a.move { display: inline-block; padding: 7px 0 7px 10px; text-decoration: none; color: #bdc3c7; } .control-treelist li > div.record > a.move:hover { color: #4ea5e0; } .control-treelist li > div.record > a.move:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0c9"; } .control-treelist li > div.record > span { color: #666666; display: inline-block; padding: 7px 15px 7px 5px; } .control-treelist li.dragged { position: absolute; z-index: 2000; width: auto !important; height: auto !important; } .control-treelist li.dragged > div.record { opacity: 0.5; filter: alpha(opacity=50); background: #4ea5e0 !important; } .control-treelist li.dragged > div.record > a.move:before, .control-treelist li.dragged > div.record > span { color: white; } .control-treelist li.dragged > div.record:before { display: none; } .control-treelist li.placeholder { display: inline-block; position: relative; background: #4ea5e0 !important; height: 25px; margin-bottom: 5px; } .control-treelist li.placeholder:before { display: block; position: absolute; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f053"; color: #d35714; left: -10px; top: 8px; z-index: 2000; } .control-treeview { margin-bottom: 40px; } .control-treeview ol { margin: 0; padding: 0; list-style: none; background: #ffffff; } .control-treeview ol > li { -webkit-transition: width 1s; transition: width 1s; } .control-treeview ol > li > div { font-size: 14px; font-weight: normal; background: #ffffff; border-bottom: 1px solid #ecf0f1; position: relative; } .control-treeview ol > li > div > a { color: #2b3e50; padding: 11px 45px 10px 61px; display: block; line-height: 150%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .control-treeview ol > li > div:before { content: ' '; background-image: url(../images/treeview-icons.png); background-position: 0px -28px; background-repeat: no-repeat; background-size: 42px auto; position: absolute; width: 21px; height: 22px; left: 28px; top: 15px; } .control-treeview ol > li > div span.comment { display: block; font-weight: 400; color: #95a5a6; font-size: 13px; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; } .control-treeview ol > li > div > span.expand { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; display: none; position: absolute; width: 20px; height: 20px; top: 19px; left: 2px; cursor: pointer; color: #bdc3c7; -webkit-transition: transform 0.1s ease; transition: transform 0.1s ease; } .control-treeview ol > li > div > span.expand:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0da"; line-height: 100%; font-size: 15px; position: relative; left: 8px; top: 2px; } .control-treeview ol > li > div > span.drag-handle { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; position: absolute; right: 9px; bottom: 0; width: 18px; height: 19px; cursor: move; color: #bdc3c7; opacity: 0; filter: alpha(opacity=0); } .control-treeview ol > li > div > span.drag-handle:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f0c9"; font-size: 18px; } .control-treeview ol > li > div span.borders { font-size: 0; } .control-treeview ol > li > div > ul.submenu { position: absolute; left: 20px; bottom: -37px; padding: 0; list-style: none; z-index: 200; height: 37px; display: none; margin-left: 15px; background: transparent url(../images/treeview-submenu-tabs.png) repeat-x left -39px; } .control-treeview ol > li > div > ul.submenu:before, .control-treeview ol > li > div > ul.submenu:after { background: transparent url(../images/treeview-submenu-tabs.png) no-repeat left top; content: ' '; display: block; width: 20px; height: 37px; position: absolute; top: 0; } .control-treeview ol > li > div > ul.submenu:before { left: -20px; } .control-treeview ol > li > div > ul.submenu:after { background-position: -100px top; right: -20px; } .control-treeview ol > li > div > ul.submenu li { font-size: 12px; } .control-treeview ol > li > div > ul.submenu li a { display: block; padding: 4px 3px 0 3px; color: #ffffff; text-decoration: none; outline: none; } .control-treeview ol > li > div > ul.submenu li a i { margin-right: 5px; } .control-treeview ol > li > div:hover > ul.submenu { display: block; } .control-treeview ol > li > div:active > ul.submenu { background-position: left -116px; } .control-treeview ol > li > div:active > ul.submenu:before { background-position: left -77px; } .control-treeview ol > li > div:active > ul.submenu:after { background-position: -100px -77px; } .control-treeview ol > li > div .checkbox { position: absolute; top: -2px; right: 0; } .control-treeview ol > li > div .checkbox label { margin-right: 0; } .control-treeview ol > li > div .checkbox label:before { border-color: #cccccc; } .control-treeview ol > li > div.popover-highlight { background-color: #4ea5e0 !important; } .control-treeview ol > li > div.popover-highlight:before { background-position: 0px -80px; } .control-treeview ol > li > div.popover-highlight > a { color: #ffffff !important; cursor: default; } .control-treeview ol > li > div.popover-highlight span { color: #ffffff !important; } .control-treeview ol > li > div.popover-highlight > ul.submenu, .control-treeview ol > li > div.popover-highlight > span.drag-handle { display: none !important; } .control-treeview ol > li.dragged div, .control-treeview ol > li > div:hover { background-color: #4ea5e0 !important; } .control-treeview ol > li.dragged div > a, .control-treeview ol > li > div:hover > a { color: #ffffff !important; } .control-treeview ol > li.dragged div:before, .control-treeview ol > li > div:hover:before { background-position: 0px -80px; } .control-treeview ol > li.dragged div:after, .control-treeview ol > li > div:hover:after { top: 0 !important; bottom: 0 !important; } .control-treeview ol > li.dragged div span, .control-treeview ol > li > div:hover span { color: #ffffff !important; } .control-treeview ol > li.dragged div span.drag-handle, .control-treeview ol > li > div:hover span.drag-handle { cursor: move; opacity: 1; filter: alpha(opacity=100); } .control-treeview ol > li.dragged div span.borders, .control-treeview ol > li > div:hover span.borders { display: none; } .control-treeview ol > li > div:active { background-color: #3498db !important; } .control-treeview ol > li > div:active > a { color: #ffffff !important; } .control-treeview ol > li[data-no-drag-mode] div:hover span.drag-handle { cursor: default !important; opacity: 0.3 !important; filter: alpha(opacity=30) !important; } .control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li.dragged div > ul.submenu { display: none !important; } .control-treeview ol > li > ol { padding-left: 20px; padding-right: 20px; } .control-treeview ol > li[data-status=collapsed] > ol { display: none; } .control-treeview ol > li.has-subitems > div:before { background-position: 0 0; width: 23px; height: 26px; left: 26px; } .control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before { background-position: 0px -52px; } .control-treeview ol > li.has-subitems > div span.expand { display: block; } .control-treeview ol > li.placeholder { position: relative; opacity: 0.5; filter: alpha(opacity=50); } .control-treeview ol > li.dragged { position: absolute; z-index: 2000; opacity: 0.25; filter: alpha(opacity=25); } .control-treeview ol > li.dragged > div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .control-treeview ol > li.drop-target > div { background-color: #2581b8 !important; } .control-treeview ol > li.drop-target > div > a { color: #ffffff; } .control-treeview ol > li.drop-target > div > a > span.comment { color: #ffffff; } .control-treeview ol > li.drop-target > div:before { background-position: 0px -80px; } .control-treeview ol > li.drop-target.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li[data-status=expanded] > div > span.expand { -webkit-transform: rotate(90deg) translate(0, 0); -ms-transform: rotate(90deg) translate(0, 0); transform: rotate(90deg) translate(0, 0); } .control-treeview ol > li.drag-ghost { background-color: transparent; box-sizing: content-box; } .control-treeview ol > li.active > div { background: #dddddd; } .control-treeview ol > li.active > div:after { position: absolute; width: 4px; left: 0; top: -1px; bottom: -1px; background: #175da3; display: block; content: ' '; } .control-treeview ol > li.active > div > span.comment, .control-treeview ol > li.active > div > span.expand { color: #8f8f8f; } .control-treeview ol > li.active > div > span.borders:before, .control-treeview ol > li.active > div > span.borders:after { content: ' '; position: absolute; width: 100%; height: 1px; display: block; left: 0; background-color: #dddddd; } .control-treeview ol > li.active > div > span.borders:before { top: -1px; } .control-treeview ol > li.active > div > span.borders:after { bottom: -1px; } .control-treeview ol > li.no-data { padding: 18px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: 400; } .control-treeview ol > li > ol > li > div { margin-left: -20px; margin-right: -20px; padding-left: 71px; } .control-treeview ol > li > ol > li > div > a { margin-left: -71px; padding-left: 71px; } .control-treeview ol > li > ol > li > div:before { margin-left: 10px; } .control-treeview ol > li > ol > li > div > span.expand { left: 12px; } .control-treeview ol > li > ol > li > ol > li > div { margin-left: -40px; margin-right: -40px; padding-left: 81px; } .control-treeview ol > li > ol > li > ol > li > div > a { margin-left: -81px; padding-left: 81px; } .control-treeview ol > li > ol > li > ol > li > div:before { margin-left: 20px; } .control-treeview ol > li > ol > li > ol > li > div > span.expand { left: 22px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div { margin-left: -60px; margin-right: -60px; padding-left: 91px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -91px; padding-left: 91px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 30px; } .control-treeview ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 32px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -80px; margin-right: -80px; padding-left: 101px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -101px; padding-left: 101px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 40px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 42px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -100px; margin-right: -100px; padding-left: 111px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -111px; padding-left: 111px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 50px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 52px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -120px; margin-right: -120px; padding-left: 121px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -121px; padding-left: 121px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 60px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 62px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -140px; margin-right: -140px; padding-left: 131px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -131px; padding-left: 131px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 70px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 72px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -160px; margin-right: -160px; padding-left: 141px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -141px; padding-left: 141px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 80px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 82px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -180px; margin-right: -180px; padding-left: 151px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -151px; padding-left: 151px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 90px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 92px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div { margin-left: -200px; margin-right: -200px; padding-left: 161px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > a { margin-left: -161px; padding-left: 161px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div:before { margin-left: 100px; } .control-treeview ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > ol > li > div > span.expand { left: 102px; } .control-treeview p.no-data { padding: 18px 0; margin: 0; color: #666666; font-size: 14px; text-align: center; font-weight: 400; } .control-treeview a.menu-control { display: block; margin: 20px; padding: 13px 15px; border: dotted 2px #ebebeb; color: #bdc3c7; font-size: 12px; font-weight: 600; text-transform: uppercase; border-radius: 5px; vertical-align: middle; } .control-treeview a.menu-control:hover, .control-treeview a.menu-control:focus { text-decoration: none; background-color: #4ea5e0; color: #ffffff; border: none; padding: 15px 17px; } .control-treeview a.menu-control:active { background: #3498db; color: #ffffff; } .control-treeview a.menu-control i { margin-right: 10px; font-size: 14px; } .control-treeview.treeview-light { margin-bottom: 0; margin-top: 20px; } .control-treeview.treeview-light ol { background-color: transparent; } .control-treeview.treeview-light ol > li > div { background-color: transparent; border-bottom: none; } .control-treeview.treeview-light ol > li > div:before { top: 15px; } .control-treeview.treeview-light ol > li > div > a { padding-top: 10px; padding-bottom: 10px; } .control-treeview.treeview-light ol > li > div span.expand { top: 19px; } .control-treeview.treeview-light ol > li > div > span.drag-handle { top: 0; right: 0; bottom: auto; height: 100%; width: 60px; background: #2581b8; -webkit-transition: none !important; transition: none !important; } .control-treeview.treeview-light ol > li > div > span.drag-handle:before { position: absolute; left: 50%; top: 50%; margin-left: -6px; } .control-treeview.treeview-light ol > li > div > ul.submenu { right: 60px; left: auto; bottom: auto; top: 0; height: 100%; margin: 0; background: transparent; white-space: nowrap; font-size: 0; } .control-treeview.treeview-light ol > li > div > ul.submenu:before, .control-treeview.treeview-light ol > li > div > ul.submenu:after { display: none; } .control-treeview.treeview-light ol > li > div > ul.submenu li { height: 100%; display: inline-block; background: #2581b8; border-right: 1px solid #328ec8; } .control-treeview.treeview-light ol > li > div > ul.submenu li p { display: table; height: 100%; padding: 0; margin: 0; } .control-treeview.treeview-light ol > li > div > ul.submenu li p a { display: table-cell; vertical-align: middle; height: 100%; padding: 0 20px; font-size: 13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .control-treeview.treeview-light ol > li > div > ul.submenu li p a i.control-icon { font-size: 22px; margin-right: 0; } body.dragging .control-treeview ol.dragging, body.dragging .control-treeview ol.dragging ol { background: #ccc; padding-right: 20px; -webkit-transition: padding 1s; transition: padding 1s; } body.dragging .control-treeview ol.dragging > li > div, body.dragging .control-treeview ol.dragging ol > li > div { margin-right: 0; -webkit-transition: margin 1s; transition: margin 1s; } body.dragging .control-treeview ol.dragging > li > div .custom-checkbox, body.dragging .control-treeview ol.dragging ol > li > div .custom-checkbox { -webkit-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; filter: alpha(opacity=0); } body.dragging .control-treeview.treeview-light ol.dragging > li > div, body.dragging .control-treeview.treeview-light ol.dragging ol > li > div { background-color: #f9f9f9; } @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) { .control-treeview ol > li > div:before { background-position: 0px -79px; background-size: 21px auto; } .control-treeview ol > li.has-subitems > div:before { background-position: 0px -52px; } .control-treeview ol > li.has-subitems > div:hover:before, .control-treeview ol > li.has-subitems > div.popover-highlight:before { background-position: 0px -102px; } .control-treeview ol > li.dragged > div:before, .control-treeview ol > li.dragged li > div:before, .control-treeview ol > li > div:hover:before, .control-treeview ol > li > div.popover-highlight:before { background-position: 0px -129px; } .control-treeview ol > li.dragged li.has-subitems > div:before, .control-treeview ol > li.dragged.has-subitems > div:before { background-position: 0px -102px; } .control-treeview ol > li.drop-target > div:before { background-position: 0px -129px; } .control-treeview ol > li.drop-target.has-subitems > div:before { background-position: 0px -102px; } } .sidenav-tree { width: 300px; } .sidenav-tree .control-toolbar { padding: 0; } .sidenav-tree .control-toolbar .toolbar-item { display: block; } .sidenav-tree .control-toolbar input.form-control { border: none; outline: none; padding: 12px 13px 13px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1); box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.1); } .sidenav-tree .control-toolbar input.form-control.search { background-position: right -78px; } .sidenav-tree ul { padding: 0; margin: 0; list-style: none; } .sidenav-tree div.scrollbar-thumb { background: rgba(0, 0, 0, 0.2) !important; } .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group h3:before { -webkit-transform: rotate(0deg) translate(2px, -2px); -ms-transform: rotate(0deg) translate(2px, -2px); transform: rotate(0deg) translate(2px, -2px); } .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:before, .sidenav-tree ul.top-level > li[data-status=collapsed] > div.group:after { display: none; } .sidenav-tree ul.top-level > li[data-status=collapsed] ul { display: none; } .sidenav-tree ul.top-level > li > div.group { position: relative; } .sidenav-tree ul.top-level > li > div.group h3 { background: rgba(0, 0, 0, 0.15); color: #ecf0f1; text-transform: uppercase; font-size: 15px; padding: 15px 15px 15px 40px; margin: 0; position: relative; cursor: pointer; font-weight: 400; } .sidenav-tree ul.top-level > li > div.group h3:before { display: block; position: absolute; width: 10px; height: 10px; left: 16px; top: 15px; color: #cfcfcf; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f105"; -webkit-transform: rotate(90deg) translate(5px, -3px); -ms-transform: rotate(90deg) translate(5px, -3px); transform: rotate(90deg) translate(5px, -3px); -webkit-transition: all 0.1s ease; transition: all 0.1s ease; font-size: 16px; } .sidenav-tree ul.top-level > li > div.group:before, .sidenav-tree ul.top-level > li > div.group:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #34495e; border-bottom-width: 0; position: absolute; left: 15px; bottom: -8px; z-index: 101; } .sidenav-tree ul.top-level > li > div.group:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid rgba(0, 0, 0, 0.15); border-bottom-width: 0; } .sidenav-tree ul.top-level > li > ul li a { display: block; position: relative; padding: 18px 25px 18px 55px; background: transparent; border-bottom: 1px solid rgba(0, 0, 0, 0.15); color: #ffffff; text-decoration: none !important; opacity: 0.65; filter: alpha(opacity=65); } .sidenav-tree ul.top-level > li > ul li a:active, .sidenav-tree ul.top-level > li > ul li a:hover { opacity: 1; filter: alpha(opacity=100); text-decoration: none; } .sidenav-tree ul.top-level > li > ul li a i { position: absolute; left: 16px; top: 18px; font-size: 22px; } .sidenav-tree ul.top-level > li > ul li a span { display: block; line-height: 150%; } .sidenav-tree ul.top-level > li > ul li a span.header { color: #ffffff; font-size: 15px; margin-bottom: 5px; } .sidenav-tree ul.top-level > li > ul li a span.description { color: rgba(255, 255, 255, 0.6); font-size: 13px; } .sidenav-tree ul.top-level > li > ul li:hover a, .sidenav-tree ul.top-level > li > ul li.active a { opacity: 1; filter: alpha(opacity=100); } .sidenav-tree ul.top-level > li > ul li.active { border-left: 5px solid #175da3; } .sidenav-tree ul.top-level > li > ul li.active a { color: rgba(255, 255, 255, 0.91); padding-right: 20px; } .sidenav-tree ul.top-level > li > ul li.active a span.header { color: #ffffff; } .sidenav-tree ul.top-level > li > ul li.active a span.description { color: rgba(255, 255, 255, 0.91); } .sidenav-tree .back-link { display: none; } @media (min-width: 768px) { .sidenav-tree-root .sidenav-tree { width: 600px; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul { font-size: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li { display: inline-block; width: 300px; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li a { height: 100%; } } @media (min-width: 768px) and (max-width: 991px) { .sidenav-tree-root .sidenav-tree { width: 100%; } .sidenav-tree-root .sidenav-tree ul.top-level > li > ul > li { width: 50%; } } @media (min-width: 1200px) { .sidenav-tree-root .sidenav-tree { width: 900px; } } @media (max-width: 768px) { .sidenav-tree { width: 100%; height: auto !important; display: block !important; } .sidenav-tree > .layout { display: none; } .sidenav-tree-root .sidenav-tree { width: 100% !important; height: 100% !important; display: table-cell !important; } .sidenav-tree-root .sidenav-tree .back-link { display: none !important; } .sidenav-tree-root .sidenav-tree > .layout { display: table !important; } .sidenav-tree-root #layout-body { display: none; } body.has-sidenav-tree .sidenav-tree .back-link { display: block; padding: 13px 15px; background: #2b3e50; color: #bdc3c7; font-size: 14px; line-height: 14px; text-transform: uppercase; } body.has-sidenav-tree .sidenav-tree .back-link i { display: inline-block; margin-right: 10px; } body.has-sidenav-tree .sidenav-tree .back-link:hover { text-decoration: none; } body.has-sidenav-tree #layout-body { display: block !important; } } div.panel { padding: 20px; } div.panel.no-padding { padding: 0; } div.panel.no-padding-bottom { padding-bottom: 0; } div.panel.padding-top { padding-top: 20px; } div.panel.padding-less { padding: 15px; } div.panel.transparent { background: transparent; } div.panel.border-left { border-left: 1px solid #e8eaeb; } div.panel.border-right { border-right: 1px solid #e8eaeb; } div.panel.border-bottom { border-bottom: 1px solid #e8eaeb; } div.panel.border-top { border-top: 1px solid #e8eaeb; } div.panel.triangle-down { position: relative; } div.panel.triangle-down:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #ffffff; border-bottom-width: 0; position: absolute; left: 15px; bottom: -8px; z-index: 101; } div.panel.triangle-down:before { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-top: 9px solid #e8eaeb; border-bottom-width: 0; position: absolute; left: 14px; bottom: -9px; z-index: 100; } div.panel h3.section, div.panel > label { text-transform: uppercase; color: #95a5a6; font-size: 13px; font-weight: 600; margin: 0 0 15px 0; } div.panel > label { margin-bottom: 5px; } .nav.selector-group { font-size: 13px; letter-spacing: 0.01em; margin-bottom: 20px; } .nav.selector-group li a { padding: 7px 20px 7px 23px; color: #95a5a6; } .nav.selector-group li.active { border-left: 3px solid #e6802b; padding-left: 0; } .nav.selector-group li.active a { padding-left: 20px; color: #2b3e50; } .nav.selector-group li i[class^="icon-"] { font-size: 17px; margin-right: 6px; position: relative; top: 1px; } div.panel .nav.selector-group { margin: 0 -20px 20px -20px; } ul.tree-path { list-style: none; padding: 0; margin-bottom: 0; } ul.tree-path li { display: inline-block; margin-right: 1px; font-size: 13px; } ul.tree-path li:after { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f105"; display: inline-block; font-size: 13px; margin-left: 5px; position: relative; top: 1px; color: #95a5a6; } ul.tree-path li:last-child a { cursor: default; } ul.tree-path li:last-child:after { display: none; } ul.tree-path li.go-up { font-size: 12px; margin-right: 7px; } ul.tree-path li.go-up a { color: #95a5a6; } ul.tree-path li.go-up a:hover { color: #0181b9; } ul.tree-path li.go-up:after { display: none; } ul.tree-path li.root a { font-weight: 600; color: #405261; } ul.tree-path li a { color: #95a5a6; } ul.tree-path li a:hover { text-decoration: none; } table.name-value-list { border-collapse: collapse; font-size: 13px; } table.name-value-list th, table.name-value-list td { padding: 4px 0 4px 0; vertical-align: top; } table.name-value-list tr:first-child th, table.name-value-list tr:first-child td { padding-top: 0; } table.name-value-list th { font-weight: 600; color: #95a5a6; padding-right: 15px; text-transform: uppercase; } table.name-value-list td { color: #2b3e50; word-wrap: break-word; } .scrollpad-scrollbar-size-tester { width: 50px; height: 50px; overflow-y: scroll; position: absolute; top: -200px; left: -200px; } .scrollpad-scrollbar-size-tester div { height: 100px; } .scrollpad-scrollbar-size-tester::-webkit-scrollbar { width: 0; height: 0; } div.control-scrollpad { position: relative; width: 100%; height: 100%; overflow: hidden; } div.control-scrollpad > div { overflow: hidden; overflow-y: scroll; height: 100%; } div.control-scrollpad > div::-webkit-scrollbar { width: 0; height: 0; } div.control-scrollpad[data-direction=horizontal] > div { overflow-x: scroll; overflow-y: hidden; width: 100%; } div.control-scrollpad[data-direction=horizontal] > div::-webkit-scrollbar { width: auto; height: 0; } div.control-scrollpad > .scrollpad-scrollbar { z-index: 199; position: absolute; top: 0; right: 0; bottom: 0; width: 11px; background-color: transparent; opacity: 0; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } div.control-scrollpad > .scrollpad-scrollbar .drag-handle { position: absolute; right: 2px; min-height: 10px; width: 7px; background-color: rgba(0, 0, 0, 0.35); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } div.control-scrollpad > .scrollpad-scrollbar:hover { opacity: 0.7; filter: alpha(opacity=70); -webkit-transition: opacity 0 linear; transition: opacity 0 linear; } div.control-scrollpad > .scrollpad-scrollbar[data-visible] { opacity: 0.7; filter: alpha(opacity=70); } div.control-scrollpad > .scrollpad-scrollbar[data-hidden] { display: none; } div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar { top: auto; left: 0; width: auto; height: 11px; } div.control-scrollpad[data-direction=horizontal] > .scrollpad-scrollbar .drag-handle { right: auto; top: 2px; height: 7px; min-height: 0; min-width: 10px; width: auto; } .svg-icon-container img.svg-icon { display: none; } .svg-icon-container.svg-active-effects img.svg-icon { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.6; filter: alpha(opacity=60); } .svg-icon-container.svg-active-effects:hover img.svg-icon, .svg-icon-container.svg-active-effects.active img.svg-icon { -webkit-filter: none; filter: none; opacity: 1; filter: alpha(opacity=100); } html.svg .svg-icon-container i.svg-replace { display: none; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } html:not(.mobile) body.drag * { cursor: drag !important; cursor: -webkit-grab !important; cursor: -moz-grab !important; } body.dragging, body.dragging * { cursor: move !important; } body.loading, body.loading * { cursor: wait !important; } body.no-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default !important; } html, body { height: 100%; } body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; background: #f9f9f9; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #layout-canvas { min-height: 100%; height: 100%; } .control-tabs.primary-tabs > ul.nav-tabs, .control-tabs.primary-tabs > div > ul.nav-tabs, .control-tabs.primary-tabs > div > div > ul.nav-tabs { margin-left: -20px; margin-right: -20px; } .control-tabs.primary-tabs.tabs-no-inset > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > ul.nav-tabs, .control-tabs.primary-tabs.tabs-no-inset > div > div > ul.nav-tabs { margin-left: 0; margin-right: 0; } .layout { display: table; table-layout: fixed; height: 100%; width: 100%; } .layout > .layout-row { display: table-row; vertical-align: top; height: 100%; } .layout > .layout-row > .layout-cell { display: table-cell; vertical-align: top; height: 100%; } .layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-row > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-row > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-row > .layout-cell.min-size { width: 0; } .layout > .layout-row > .layout-cell.min-height { height: 0; } .layout > .layout-row > .layout-cell.center { text-align: center; } .layout > .layout-row > .layout-cell.middle { vertical-align: middle; } .layout > .layout-row > .layout-cell.layout-container, .layout > .layout-row > .layout-cell .layout-container, .layout > .layout-row > .layout-cell.padded-container, .layout > .layout-row > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-row > .layout-cell.layout-container .container-flush, .layout > .layout-row > .layout-cell .layout-container .container-flush, .layout > .layout-row > .layout-cell.padded-container .container-flush, .layout > .layout-row > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-row > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-row > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-row > .layout-cell.min-size { width: 0; } .layout > .layout-row > .layout-cell.min-height { height: 0; } .layout > .layout-row > .layout-cell.center { text-align: center; } .layout > .layout-row > .layout-cell.middle { vertical-align: middle; } .layout > .layout-row.min-size { height: 0; } .layout > .layout-cell { display: table-cell; vertical-align: top; height: 100%; } .layout > .layout-cell.layout-container, .layout > .layout-cell .layout-container, .layout > .layout-cell.padded-container, .layout > .layout-cell .padded-container { padding: 20px 20px 0 20px; } .layout > .layout-cell.layout-container .container-flush, .layout > .layout-cell .layout-container .container-flush, .layout > .layout-cell.padded-container .container-flush, .layout > .layout-cell .padded-container .container-flush { padding-top: 0; } .layout > .layout-cell .layout-relative { position: relative; height: 100%; } .layout > .layout-cell .layout-absolute { position: absolute; height: 100%; width: 100%; } .layout > .layout-cell.min-size { width: 0; } .layout > .layout-cell.min-height { height: 0; } .layout > .layout-cell.center { text-align: center; } .layout > .layout-cell.middle { vertical-align: middle; } .whiteboard { background: white; } .layout-fill-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } [data-calculate-width] > form, [data-calculate-width] > div { display: inline-block; } body.compact-container .layout.layout-container, body.compact-container .layout .layout-container { padding: 0 !important; } body.slim-container .layout.layout-container, body.slim-container .layout .layout-container { padding-left: 0 !important; padding-right: 0 !important; } @media (max-width: 768px) { .layout .hide-on-small { display: none; } .layout.responsive-sidebar > .layout-cell:first-child { display: table-footer-group; height: auto; } .layout.responsive-sidebar > .layout-cell:first-child .control-breadcrumb { display: none; } .layout.responsive-sidebar > .layout-cell:last-child { display: table-header-group; width: auto; height: auto; } .layout.responsive-sidebar > .layout-cell:last-child .layout-absolute { position: static; } } .flex-layout-column { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; } .flex-layout-column.full-height-strict { height: 100%; } .flex-layout-column.absolute { position: absolute !important; } .flex-layout-column.fill-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .flex-layout-row { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; } .flex-layout-column.justify-center, .flex-layout-row.justify-center { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -webkit-box-pack: center; justify-content: center; } .flex-layout-column.align-center, .flex-layout-row.align-center { -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-align-content: center; -moz-align-content: center; -webkit-box-align: center; -ms-align-content: center; align-content: center; } .flex-layout-column.full-height, .flex-layout-row.full-height { min-height: 100%; } .flex-layout-item { margin: 0; } .flex-layout-item.fix { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .flex-layout-item.stretch { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } .flex-layout-item.stretch-constrain { -webkit-box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; } .flex-layout-item.center { -webkit-align-self: center; -moz-align-self: center; -ms-align-self: center; align-self: center; } .flex-layout-item.relative { position: relative; } .flex-layout-item.layout-container { max-width: none; } body.mainmenu-open { overflow: hidden; position: fixed; } .mainmenu-tooltip .tooltip-inner { font-size: 13px; padding: 6px 16px; } /* <NAME> : main menu background color*/ nav#layout-mainmenu { background-color: #175da3; padding: 0 0 0 20px; line-height: 0; white-space: nowrap; vertical-align: top; } nav#layout-mainmenu a { text-decoration: none; } nav#layout-mainmenu a:focus { background: transparent; } nav#layout-mainmenu ul { margin: 0; padding: 0; list-style: none; float: left; white-space: nowrap; overflow: hidden; } nav#layout-mainmenu ul li { color: rgba(255, 255, 255, 0.6); display: inline-block; vertical-align: top; position: relative; margin-right: 30px; } nav#layout-mainmenu ul li a { display: inline-block; font-size: 14px; color: inherit; outline: none; padding: 14px 0 10px; } nav#layout-mainmenu ul li a:hover { background-color: transparent; } nav#layout-mainmenu ul li a:active, nav#layout-mainmenu ul li a:focus { text-decoration: none; color: rgba(255, 255, 255, 0.6); } nav#layout-mainmenu ul li a i { line-height: 1; font-size: 30px; vertical-align: middle; } nav#layout-mainmenu ul li a img.svg-icon { height: 40px; width: 40px; margin-right: 10px; position: relative; top: 0; } nav#layout-mainmenu ul.nav { display: inline-block; } nav#layout-mainmenu .toolbar-item { padding-right: 0; } nav#layout-mainmenu .toolbar-item:before, nav#layout-mainmenu .toolbar-item:after { margin-top: 0; } nav#layout-mainmenu .toolbar-item:before { left: -12px; } nav#layout-mainmenu .toolbar-item:after { right: -12px; } nav#layout-mainmenu .toolbar-item.scroll-active-before:before { color: #ffffff; } nav#layout-mainmenu .toolbar-item.scroll-active-after:after { color: #ffffff; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview { margin: 0 0 0 21px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview i { font-size: 20px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-preview a { position: relative; padding: 0 10px; top: -1px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account { margin-right: 0; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account > a { padding: 0 15px 0 10px; font-size: 13px; position: relative; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account.highlight > a { z-index: 600; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account img.account-avatar { width: 45px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account .account-name { margin-right: 15px; } nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account ul { line-height: 23px; } html.svg nav#layout-mainmenu img.svg-icon, html.svg .mainmenu-collapsed img.svg-icon { display: inline-block; } nav#layout-mainmenu ul li .mainmenu-accountmenu { position: fixed; top: 0; right: 20px; background: #f9f9f9; z-index: 600; display: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); border-radius: 3px; } nav#layout-mainmenu ul li .mainmenu-accountmenu.active { display: block; } nav#layout-mainmenu ul li .mainmenu-accountmenu:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #f9f9f9; right: 9px; top: -7px; position: absolute; } nav#layout-mainmenu ul li .mainmenu-accountmenu ul { float: none; display: block; overflow: visible; } nav#layout-mainmenu ul li .mainmenu-accountmenu li { padding: 0; margin: 0; font-weight: normal; text-align: left; display: block; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a { display: block; padding: 10px 30px; text-align: left; font-size: 14px; color: #666666; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:hover, nav#layout-mainmenu ul li .mainmenu-accountmenu li a:focus { background: #4ea5e0; color: #ffffff; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:active { background: #3498db; color: #ffffff; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:hover:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:focus:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #4ea5e0; position: absolute; right: 9px; top: -7px; z-index: 102; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { content: ''; display: block; width: 0; height: 0; border-left: 8.5px solid transparent; border-right: 8.5px solid transparent; border-bottom: 7px solid #3498db; } nav#layout-mainmenu ul li .mainmenu-accountmenu li.divider { height: 1px; width: 100%; background-color: #e0e0e0; } nav#layout-mainmenu.navbar-mode-inline { height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-toolbar li.mainmenu-preview a { height: 60px; line-height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-toolbar li.mainmenu-account > a { height: 60px; line-height: 60px; } nav#layout-mainmenu.navbar-mode-inline ul li .mainmenu-accountmenu { top: 70px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li { margin: 5px 0; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a { padding: 10px 15px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon { position: relative; top: -1px; margin-right: 5px; width: 30px; height: 30px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon i, nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-icon img { margin: 0; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li a .nav-label { line-height: 30px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:first-child { margin-left: -13px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:last-child { margin-right: 0; } nav#layout-mainmenu.navbar-mode-tile { height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-toolbar li.mainmenu-preview a { height: 78px; line-height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-toolbar li.mainmenu-account > a { height: 78px; line-height: 78px; } nav#layout-mainmenu.navbar-mode-tile ul li .mainmenu-accountmenu { top: 88px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a { position: relative; width: 65px; height: 65px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon { text-align: center; display: block; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -26.5px; width: 30px; height: 30px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon i, nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-icon img { margin: 0; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li a .nav-label { display: block; width: 100px; height: 20px; line-height: 20px; position: absolute; bottom: 4px; left: 50%; padding: 0 5px; margin-left: -50px; overflow: hidden; text-overflow: ellipsis; text-align: center; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li { padding: 0 15px; margin: 7px 0 0; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li:first-child { margin-left: -7px; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li:hover .nav-label { width: auto; min-width: 100px; text-overflow: all; overflow: visible; z-index: 2; } nav#layout-mainmenu.navbar-mode-tile ul.mainmenu-nav li.active:first-child { margin-left: 0; } nav#layout-mainmenu .menu-toggle { height: 45px; line-height: 45px; font-size: 16px; display: none; } nav#layout-mainmenu .menu-toggle .menu-toggle-icon { background: #333; display: inline-block; height: 45px; line-height: 45px; width: 45px; text-align: center; opacity: .7; } nav#layout-mainmenu .menu-toggle .menu-toggle-icon i { line-height: 45px; font-size: 20px; vertical-align: bottom; } nav#layout-mainmenu .menu-toggle .menu-toggle-title { margin-left: 10px; } nav#layout-mainmenu .menu-toggle:hover .menu-toggle-icon { opacity: 1; } body.mainmenu-open nav#layout-mainmenu .menu-toggle-icon { opacity: 1; } nav#layout-mainmenu.navbar-mode-collapse { padding-left: 0; height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-preview a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-account > a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar-mode-collapse ul li .mainmenu-accountmenu { top: 55px; } nav#layout-mainmenu.navbar-mode-collapse ul.mainmenu-toolbar li.mainmenu-account > a { padding-right: 0; } nav#layout-mainmenu.navbar-mode-collapse ul li .mainmenu-accountmenu:after { right: 13px; } nav#layout-mainmenu.navbar-mode-collapse ul.nav { display: none; } nav#layout-mainmenu.navbar-mode-collapse .menu-toggle { display: inline-block; color: #ffffff !important; } @media (max-width: 769px) { nav#layout-mainmenu.navbar { padding-left: 0; height: 45px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-preview a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-account > a { height: 45px; line-height: 45px; } nav#layout-mainmenu.navbar ul li .mainmenu-accountmenu { top: 55px; } nav#layout-mainmenu.navbar ul.mainmenu-toolbar li.mainmenu-account > a { padding-right: 0; } nav#layout-mainmenu.navbar ul li .mainmenu-accountmenu:after { right: 13px; } nav#layout-mainmenu.navbar ul.nav { display: none; } nav#layout-mainmenu.navbar .menu-toggle { display: inline-block; color: #ffffff !important; } } .mainmenu-collapsed { position: absolute; height: 100%; top: 0; left: 0; margin: 0; background: #000000; } .mainmenu-collapsed > div { display: block; height: 100%; } .mainmenu-collapsed > div ul.mainmenu-nav li a { position: relative; width: 65px; height: 65px; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon { text-align: center; display: block; position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -26.5px; width: 30px; height: 30px; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon i, .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-icon img { margin: 0; } .mainmenu-collapsed > div ul.mainmenu-nav li a .nav-label { display: block; width: 100px; height: 20px; line-height: 20px; position: absolute; bottom: 4px; left: 50%; padding: 0 5px; margin-left: -50px; overflow: hidden; text-overflow: ellipsis; text-align: center; } .mainmenu-collapsed > div ul.mainmenu-nav li { padding: 0 15px; margin: 7px 0 0; } .mainmenu-collapsed > div ul.mainmenu-nav li:first-child { margin-left: -7px; } .mainmenu-collapsed > div ul.mainmenu-nav li:hover .nav-label { width: auto; min-width: 100px; text-overflow: all; overflow: visible; z-index: 2; } .mainmenu-collapsed > div ul.mainmenu-nav li.active:first-child { margin-left: 0; } .mainmenu-collapsed > div ul.mainmenu-nav li:first-child { margin-left: 0; } .mainmenu-collapsed > div ul { margin: 0; padding: 5px 0 15px 15px; overflow: hidden; } .mainmenu-collapsed > div ul li { color: rgba(255, 255, 255, 0.6); display: inline-block; vertical-align: top; position: relative; margin-right: 30px; } .mainmenu-collapsed > div ul li a { display: inline-block; font-size: 14px; color: inherit; outline: none; } .mainmenu-collapsed > div ul li a:hover { background-color: transparent; } .mainmenu-collapsed > div ul li a:active, .mainmenu-collapsed > div ul li a:focus { text-decoration: none; color: rgba(255, 255, 255, 0.6); } .mainmenu-collapsed > div ul li a i { line-height: 1; font-size: 30px; vertical-align: middle; } .mainmenu-collapsed > div ul li a img.svg-icon { height: 20px; width: 20px; position: relative; top: 0; } .mainmenu-collapsed .scroll-marker { position: absolute; left: 0; width: 100%; height: 10px; display: none; } .mainmenu-collapsed .scroll-marker:after { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f141"; display: block; position: absolute; left: 50%; margin-left: -3px; top: 0; height: 9px; font-size: 10px; color: rgba(255, 255, 255, 0.6); } .mainmenu-collapsed .scroll-marker.before { top: 0; } .mainmenu-collapsed .scroll-marker.after { bottom: 3px; } .mainmenu-collapsed .scroll-marker.after:after { top: 2px; } .mainmenu-collapsed.scroll-before .scroll-marker.before { display: block; } .mainmenu-collapsed.scroll-after .scroll-marker.after { display: block; } body.mainmenu-open .mainmenu-collapsed ul { position: absolute; left: 0; top: 10px; bottom: 10px; } html.mobile .mainmenu-collapsed ul { overflow: auto; -webkit-overflow-scrolling: touch; } nav#layout-mainmenu.navbar ul li:hover a:active, .mainmenu-collapsed li:hover a:active, nav#layout-mainmenu.navbar ul li:hover a:focus, .mainmenu-collapsed li:hover a:focus { color: #ffffff !important; } .touch .mainmenu-collapsed li a:hover { color: rgba(255, 255, 255, 0.6); } nav#layout-mainmenu.navbar ul li.highlight > a, .mainmenu-collapsed li.highlight > a { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li.active, .mainmenu-collapsed li.active { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li.active a, .mainmenu-collapsed li.active a { color: #ffffff !important; } nav#layout-mainmenu.navbar ul li:hover, .mainmenu-collapsed li:hover { color: #ffffff; background: transparent; } body.drag nav#layout-mainmenu.navbar ul.nav li:hover, body.drag .mainmenu-collapsed ul li:hover { color: rgba(255, 255, 255, 0.6); } /*<NAME> : background sidenav */ .bg-p { background-color: #175da3; } .layout-sidenav-container { width: 120px; } #layout-sidenav { position: absolute; height: 100%; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; } #layout-sidenav ul { position: relative; margin: 0; padding: 0; height: 100%; overflow: hidden; } #layout-sidenav ul li { display: block; text-align: center; position: relative; } #layout-sidenav ul li a { padding: 1.429em .714em; display: block; font-size: .929em; color: rgba(255, 255, 255, 0.6); font-weight: normal; position: relative; } #layout-sidenav ul li a:hover { text-decoration: none; background-color: transparent; } #layout-sidenav ul li a:focus { background: transparent; } #layout-sidenav ul li a i { color: rgba(255, 255, 255, 0.6); display: block; margin-bottom: 5px; font-size: 2em; } #layout-sidenav ul li:first-child a { padding-top: 2.143em; } #layout-sidenav ul li.active a, #layout-sidenav ul li a:hover { color: #ffffff; } #layout-sidenav ul li.active a i, #layout-sidenav ul li a:hover i { color: #ffffff; } #layout-sidenav ul li span.counter { display: block; position: absolute; top: 1.071em; right: 1.071em; padding: .143em .429em .214em .286em; background-color: #d9350f; color: #ffffff; font-size: .786em; line-height: 100%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; transition: all 0.3s; } #layout-sidenav ul li span.counter.empty { opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } @media (min-width: 768px) and (max-width: 991px) { #layout-sidenav { font-size: 12px; } .layout-sidenav-container { width: 100px; } } @media (max-width: 767px) { #layout-sidenav { font-size: 10px; } .layout-sidenav-container { width: 80px; } } html.mobile #layout-sidenav ul { overflow: auto; -webkit-overflow-scrolling: touch; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover { color: rgba(255, 255, 255, 0.6) !important; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover i, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover i { color: rgba(255, 255, 255, 0.6) !important; } #layout-sidenav.layout-sidenav ul.drag li:not(.active) a:hover:after, .touch #layout-sidenav.layout-sidenav li:not(.active) a:hover:after { display: none !important; } #layout-side-panel .fix-button { position: absolute; right: -25px; top: 0; display: none; width: 25px; height: 25px; font-size: 13px; background: #ecf0f1; z-index: 120; opacity: 0.5; filter: alpha(opacity=50); -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } #layout-side-panel .fix-button i { display: block; text-align: center; margin-top: 5px; color: #aaaaaa; } #layout-side-panel .fix-button:hover { text-decoration: none; display: block; opacity: 1 !important; filter: alpha(opacity=100) !important; } #layout-side-panel:hover .fix-button { display: block; } #layout-side-panel .fix-button-content-header .fix-button { top: 46px; } #layout-side-panel .sidepanel-content-header { background: #ffffff; color: white; font-size: 15px; padding: 12px 20px 13px; position: relative; } #layout-side-panel .sidepanel-content-header:after { content: ''; display: block; width: 0; height: 0; border-left: 7.5px solid transparent; border-right: 7.5px solid transparent; border-top: 8px solid #ffffff; border-bottom-width: 0; position: absolute; left: 14px; bottom: -8px; } body.side-panel-not-fixed #layout-side-panel { display: none; } body.side-panel-not-fixed #layout-side-panel .fix-button { opacity: 0.5; filter: alpha(opacity=50); } body.display-side-panel #layout-side-panel { display: block; position: absolute; z-index: 600; width: 350px; -webkit-box-shadow: 3px 0px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 3px 0px 3px 0 rgba(0, 0, 0, 0.1); } @media (min-width: 992px) { body.side-panel-fix-shadow #layout-side-panel { -webkit-box-shadow: none; box-shadow: none; } } .touch #layout-side-panel .fix-button { display: none; } @media (max-width: 768px) { #layout-side-panel .fix-button { display: none; } } #layout-footer { width: 100%; z-index: 100; height: 60px; position: fixed; bottom: 0; color: #666666; background-color: rgba(255, 255, 255, 0.8); border-top: 1px solid #dfdfdf; } #layout-footer .brand, #layout-footer .tagline { margin: 10px; height: 40px; line-height: 40px; } #layout-footer .brand { float: left; font-size: 16px; } #layout-footer .brand .logo { margin: 0 10px; } #layout-footer .tagline { float: right; } #layout-footer .tagline p { color: #999999; } body.outer { background: #2b3e50; } body.outer .layout > .layout-row.layout-head { text-align: center; background: #f9f9f9; } body.outer .layout > .layout-row.layout-head > .layout-cell { height: 40%; padding: 50px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; position: relative; } body.outer .layout > .layout-row.layout-head > .layout-cell:after { content: ''; display: block; width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-top: 20px solid #f9f9f9; border-bottom-width: 0; position: absolute; bottom: -20px; left: 50%; margin-left: -28px; } body.outer .layout > .layout-row.layout-head > .layout-cell h1.oc-logo { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; display: inline-block; width: 100%; max-width: 450px; height: 170px; min-height: 72px; } body.outer .layout > .layout-row > .layout-cell { vertical-align: top; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { margin: 0 auto; width: 436px; padding: 40px 0; } body.outer .layout > .layout-row > .layout-cell .outer-form-container h2 { font-size: 18px; margin: 20px 0; color: #feffff; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form { font-size: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { vertical-align: top; margin-right: 9px; display: inline-block; border: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { background: #0181b9; text-align: center; font-size: 13px; font-weight: 600; height: 40px; vertical-align: top; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .remember label { color: rgba(255, 255, 255, 0.44); } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password { margin-top: 30px; font-size: 13px; top: 8px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a { color: rgba(255, 255, 255, 0.44); } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password:before { color: rgba(255, 255, 255, 0.44); font-size: 14px; position: relative; margin-right: 5px; } html.csstransitions body.outer .outer-form-container { -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } html.csstransitions body.outer.preload .outer-form-container { -webkit-transform: scale(0.2, 0.2); -moz-transform: scale(0.2, 0.2); -ms-transform: scale(0.2, 0.2); -o-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); } @media (max-width: 768px) { body.outer .layout > .layout-row.layout-head > .layout-cell { padding: 50px 20px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { width: auto; padding: 40px; } /* body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form{display:block} */ body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { display: block; width: 100% !important; margin-bottom: 20px; } } body.breadcrumb-fancy .control-breadcrumb, .control-breadcrumb.breadcrumb-fancy { margin-bottom: 0; background-color: #175da3; } body.breadcrumb-fancy .control-breadcrumb li, .control-breadcrumb.breadcrumb-fancy li { background-color: #ffffff; color: rgba(255, 255, 255, 0.5); } body.breadcrumb-fancy .control-breadcrumb li a, .control-breadcrumb.breadcrumb-fancy li a { opacity: .5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } body.breadcrumb-fancy .control-breadcrumb li a:hover, .control-breadcrumb.breadcrumb-fancy li a:hover { opacity: 1; } body.breadcrumb-fancy .control-breadcrumb li:before, .control-breadcrumb.breadcrumb-fancy li:before { border-left-color: #ffffff; opacity: .5; } body.breadcrumb-fancy .control-breadcrumb li:after, .control-breadcrumb.breadcrumb-fancy li:after { border-left-color: #ffffff; } body.breadcrumb-fancy .control-breadcrumb li:last-child, .control-breadcrumb.breadcrumb-fancy li:last-child { background-color: #ffffff; } body.breadcrumb-fancy .control-breadcrumb li:last-child:before, .control-breadcrumb.breadcrumb-fancy li:last-child:before { opacity: 1; border-left-color: #ffffff; } .fancy-layout .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .control-tabs.master-tabs, .fancy-layout.control-tabs.master-tabs { overflow: hidden; } .fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before, .fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after { top: 13px; font-size: 14px; color: rgba(255, 255, 255, 0.35); } .fancy-layout .control-tabs.master-tabs:before, .fancy-layout.control-tabs.master-tabs:before { left: 8px; } .fancy-layout .control-tabs.master-tabs:after, .fancy-layout.control-tabs.master-tabs:after { right: 8px; } .fancy-layout .control-tabs.master-tabs.scroll-before:before, .fancy-layout.control-tabs.master-tabs.scroll-before:before { color: #ffffff; } .fancy-layout .control-tabs.master-tabs.scroll-after:after, .fancy-layout.control-tabs.master-tabs.scroll-after:after { color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container { background: #ffffff; padding-left: 20px; padding-right: 20px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs { margin-left: -8px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li { margin-left: -5px; top: 1px; padding-top: 3px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close { top: 14px; right: -3px; left: auto; z-index: 110; font-family: sans-serif; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i { top: 4px; right: 1px; color: rgba(255, 255, 255, 0.3) !important; font-style: normal; font-weight: bold; font-size: 16px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li span.tab-close i:hover { color: #ffffff !important; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a { border-bottom: none; background: transparent; font-size: 14px; color: rgba(255, 255, 255, 0.35); padding: 6px 0 0 24px !important; overflow: visible; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title { position: relative; display: inline-block; padding: 12px 5px 0 5px; height: 38px; font-size: 14px; z-index: 100; background-color: #2e98ce; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after { content: ' '; position: absolute; width: 20px; display: block; height: 37px; top: 0; z-index: 100; background-color: #2e98ce; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:before { left: -14px; -webkit-border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title:after { right: -14px; -webkit-border-radius: 0 8px 0 0; -moz-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a > span.title span { border-top: none; padding: 0; margin-top: 0; overflow: visible; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a:before { z-index: 110; position: absolute; top: 18px; left: 22px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li a[class*=icon] > span.title { padding-left: 18px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a { z-index: 107; color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active span.tab-close i { color: #ffffff; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title { background-color: #175da3; z-index: 105; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:before { z-index: 107; background-color: #175da3; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li.active a > span.title:after { background-color: #175da3; z-index: 107; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i { top: 5px; font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li[data-modified] span.tab-close i:before { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; *margin-right: .3em; content: "\f111"; font-size: 9px; } .fancy-layout .control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.master-tabs > div > div.tabs-container > ul.nav-tabs > li:first-child { margin-left: 0; } .fancy-layout .control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.master-tabs[data-closable] > div > div.tabs-container > ul.nav-tabs > li a > span.title { padding-right: 10px; } .fancy-layout .control-tabs.master-tabs.has-tabs:before, .fancy-layout.control-tabs.master-tabs.has-tabs:before, .fancy-layout .control-tabs.master-tabs.has-tabs:after, .fancy-layout.control-tabs.master-tabs.has-tabs:after { display: block; } .fancy-layout .control-tabs.secondary-tabs:before, .fancy-layout.control-tabs.secondary-tabs:before { left: 5px; } .fancy-layout .control-tabs.secondary-tabs:after, .fancy-layout.control-tabs.secondary-tabs:after { right: 5px; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs { background: #475354; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li { border-right: none; padding-right: 0; margin-right: 0; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a { background: transparent; border: none; padding: 12px 10px 13px 10px; font-size: 14px; font-weight: normal; line-height: 14px; color: #919898; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li a span span { overflow: visible; border-top: none; margin-top: 0; padding-top: 0; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li:first-child { padding-left: 15px; } .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a { color: #ffffff; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon:hover, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary i, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .control-tabs.secondary-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs .tab-collapse-icon.primary { color: #ffffff; top: 12px; right: 11px; bottom: auto; } .fancy-layout .control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.primary-collapsed .tab-collapse-icon.primary { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs { background: #f9f9f9; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li { margin-left: -19px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li:first-child { margin-left: 0; padding-left: 8px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a { padding: 8px 16px 0 16px; font-weight: 400; height: 36px; color: #2b3e50; opacity: 0.6; filter: alpha(opacity=60); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title { position: relative; display: inline-block; padding: 8px 5px 9px 5px; font-size: 14px; z-index: 100; height: 27px !important; background-color: transparent; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after { content: ' '; position: absolute; background-color: white; width: 15px; height: 28px; top: 0; z-index: 100; display: none; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:before { left: -11px; -webkit-border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title:after { right: -11px; -webkit-border-radius: 0 8px 0 0; -moz-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li a > span.title span { height: 18px; font-size: 14px; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title { background-color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title:after { display: block; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs .tab-collapse-icon.primary { color: #808c8d; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed .tab-collapse-icon.primary { color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs { background: #175da3; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a { color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:before, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li a > span.title:after { background-color: white; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs.primary-collapsed > div > ul.nav-tabs > li.active a { color: #2b3e50; } .fancy-layout .control-tabs.primary-tabs.master-area > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs.master-area > div > ul.nav-tabs { -webkit-transition: background-color 0.5s; transition: background-color 0.5s; background: #175da3; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs { background: #7f8c8d; margin-left: 0 !important; margin-right: 0 !important; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs:before { display: none; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li { background: transparent; border-right: none; margin-right: -8px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li:first-child { margin-left: -5px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a { background: transparent; border: none; padding: 12px 16px 0px; font-size: 14px; font-weight: 400; color: #95a5a6; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title { background: #d5d9d8; border-top: none; padding: 5px 5px 3px 5px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after { background: #d5d9d8; border-width: 0; top: 0; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:before { left: -20px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title:after { right: -20px; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span { border-width: 0; vertical-align: top; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a { color: #808c8d; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before { display: none; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title { background: #fafafa; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after { background: #fafafa; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane { padding: 20px 20px 0 20px; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane.pane-compact { padding: 0; } .fancy-layout .control-tabs.primary-tabs.collapsed, .fancy-layout.control-tabs.primary-tabs.collapsed { display: none; } .fancy-layout .control-tabs.has-tabs > div.tab-content, .fancy-layout.control-tabs.has-tabs > div.tab-content { background: #f9f9f9; } .fancy-layout .control-tabs > div.tab-content > div.tab-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane { padding: 0; } .fancy-layout .control-tabs > div.tab-content > div.tab-pane.padded-pane, .fancy-layout.control-tabs > div.tab-content > div.tab-pane.padded-pane { padding: 20px 20px 0 20px; } .fancy-layout .form-tabless-fields { position: relative; background: #175da3; padding: 18px 23px 0 23px; -webkit-transition: all 0.5s; transition: all 0.5s; } .fancy-layout .form-tabless-fields:before, .fancy-layout .form-tabless-fields:after { content: " "; display: table; } .fancy-layout .form-tabless-fields:after { clear: both; } .fancy-layout .form-tabless-fields label { text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-bottom: 0; } .fancy-layout .form-tabless-fields input[type=text] { background: transparent; border: none; color: #ffffff; font-size: 35px; font-weight: 100; height: auto; padding: 0; -webkit-box-shadow: none; box-shadow: none; } .fancy-layout .form-tabless-fields input[type=text]::-moz-placeholder { color: rgba(255, 255, 255, 0.5); opacity: 1; } .fancy-layout .form-tabless-fields input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); } .fancy-layout .form-tabless-fields input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } .fancy-layout .form-tabless-fields input[type=text]:focus, .fancy-layout .form-tabless-fields input[type=text]:hover { background-color: rgba(255, 255, 255, 0.1); } .fancy-layout .form-tabless-fields .form-group { padding-bottom: 0; } .fancy-layout .form-tabless-fields .form-group.is-required > label:after { display: none; } .fancy-layout .form-tabless-fields .tab-collapse-icon { position: absolute; display: block; text-decoration: none; outline: none; opacity: 0.6; filter: alpha(opacity=60); -webkit-transition: all 0.3s; transition: all 0.3s; font-size: 12px; color: #ffffff; right: 11px; } .fancy-layout .form-tabless-fields .tab-collapse-icon:hover { text-decoration: none; opacity: 1; filter: alpha(opacity=100); } .fancy-layout .form-tabless-fields .tab-collapse-icon.primary { color: #475354; bottom: -25px; z-index: 100; -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .form-tabless-fields .tab-collapse-icon.primary i { position: relative; display: block; } .fancy-layout .form-tabless-fields .tab-collapse-icon.tabless { top: 14px; } .fancy-layout .form-tabless-fields.collapsed { padding: 5px 23px 0 10px; } .fancy-layout .form-tabless-fields.collapsed .tab-collapse-icon.tabless { -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .fancy-layout .form-tabless-fields.collapsed .form-group:not(.collapse-visible) { display: none; } .fancy-layout .form-tabless-fields.collapsed .form-buttons { margin-left: 10px; padding-bottom: 0; } .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator { background-color: #175da3; padding: 0 0 0 30px; color: rgba(255, 255, 255, 0.5); margin-top: 1px; height: 90%; font-size: 12px; line-height: 100%; } .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span { left: -10px; top: 18px; } .fancy-layout .form-buttons { -webkit-transition: all 0.5s; transition: all 0.5s; padding-top: 14px; padding-bottom: 5px; } .fancy-layout .form-buttons .btn { padding: 0; margin-right: 5px; margin-top: -6px; margin-right: 30px; background: transparent; color: #ffffff; font-weight: normal; -webkit-box-shadow: none; box-shadow: none; opacity: 0.5; filter: alpha(opacity=50); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .fancy-layout .form-buttons .btn:hover { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .form-buttons .btn:last-child { margin-right: 0; } .fancy-layout .form-buttons .btn[class^="oc-icon-"]:before, .fancy-layout .form-buttons .btn[class*=" oc-icon-"]:before { opacity: 1; } .fancy-layout form.oc-data-changed .btn.save { opacity: 1; filter: alpha(opacity=100); } .fancy-layout .field-codeeditor { border: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .fancy-layout .field-codeeditor .editor-code { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .fancy-layout .field-richeditor { border: none; border-left: 1px solid #d1d6d9 !important; } .fancy-layout .field-richeditor, .fancy-layout .field-richeditor .fr-toolbar, .fancy-layout .field-richeditor .fr-wrapper { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .fancy-layout .secondary-content-tabs .field-richeditor .fr-toolbar { background: white; } body.side-panel-not-fixed .fancy-layout .field-richeditor { border-left: none; } html.cssanimations .fancy-layout .form-tabless-fields .loading-indicator-container .loading-indicator > span { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; background-image: url("../../../system/assets/ui/images/loader-white.svg"); background-size: 20px 20px; } html.gecko .fancy-layout .control-tabs.secondary-tabs > div > ul.nav-tabs > li.active a { padding-top: 13px; } .flyout-container > .flyout { overflow: hidden; width: 0; left: 0 !important; -webkit-transition: width 0.1s; transition: width 0.1s; } .flyout-overlay { width: 100%; height: 100%; top: 0; z-index: 5000; position: absolute; background-color: transparent; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; } .flyout-toggle { position: absolute; top: 20px; left: 0; width: 23px; height: 25px; background: #2b3e50; cursor: pointer; border-bottom-right-radius: 4px; border-top-right-radius: 4px; color: #bdc3c7; font-size: 10px; } .flyout-toggle i { margin: 7px 0 0 6px; display: inline-block; } .flyout-toggle:hover i { color: #ffffff; } body.flyout-visible { overflow: hidden; } body.flyout-visible .flyout-overlay { background-color: rgba(0, 0, 0, 0.3); } /* <NAME> */ .anagrama { margin-left: 20px; margin-right: 20px; width: 59px !important; } .ocl { display: none; } .size33 { float: left; width: 30% !important; margin-right: 3%; } .size33nm { float: left; width: 34% !important; margin-right: 0; } .selection { background-color: #346eab !important; } .tab-pane form label { margin-top: 20px !important; } .form-tabless-fields .select2-selection__rendered { color: white !important; } /* LOGIN */ body.outer .layout > .layout-row.layout-head { display: none !important; } body.outer .layout > .layout-row { display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; align-items: center; justify-content: center; background-image: url("../images/login-main.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; } body.outer .layout > .layout-row > .layout-cell { height: 415px; width: 319px; position: relative; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background-color: white; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { width: 319px; } body.outer .layout > .layout-row > .layout-cell::before { content: ''; position: absolute; TOP: 0PX; height: 105px; width: 100%; background-color: #175da3; background-image: url("../images/mini-logo-cadiz.svg"); background-repeat: no-repeat; background-position: center; border-top-left-radius: 4px; border-top-right-radius: 4px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container h2 { display: none; } body.outer .layout > .layout-row > .layout-cell .outer-form-container { padding: 0px; margin-top: 105px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form { flex-direction: column; align-items: center; padding-bottom: 10px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input { height: 80px; margin: 0px; padding-left: 74px; border-radius: 0px; color: #818181; font-size: 14px; font-weight: 500; border-bottom: 1px solid #F6F6F6; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input[type="text"] { background-image: url("../images/user-icon.svg"); background-position: 30px 30px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form input[type="password"] { background-image: url("../images/pass-icon.svg"); background-position: 30px 28px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { width: 190px; height: 50px; background-color: #175DA3; box-shadow: none; font-size: 14px; border-radius: 4px; margin-top: 40px; transition: background-color 0.3s ease; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form .login-button { margin-top: 40px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form .restore-button, body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button { margin-top: 120px; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .horizontal-form button:hover { background-color: #0C5095; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password { margin-top: 0px; width: 100%; text-align: center; color: #175DA3; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a { color: #175DA3; font-size: 11px; font-weight: 500; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a:hover, body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password a:focus { text-decoration: none; color: #0C5095; } body.outer .layout > .layout-row > .layout-cell .outer-form-container .forgot-password::before { content: none; } .form-control { box-shadow: none; } .layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent { background-image: url("../images/cadiz-grey.svg"); } .layout.control-tabs.oc-logo-transparent:not(.has-tabs):after, .flex-layout-column.oc-logo-transparent:not(.has-tabs):after, .layout-cell.oc-logo-transparent:after { background: none; } a:hover, a:focus, a:active, button:hover, button:focus, button:active { outline: none !important; } /* GENERAL */ input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } .btn { box-shadow: none !important; } a:hover, a:focus, a:active { text-decoration: none; outline: none; } nav#layout-mainmenu { padding: 0px; } nav#layout-mainmenu .active { background-color: #0C5095; } nav#layout-mainmenu [data-control=toolbar], nav#layout-mainmenu ul.nav, nav#layout-mainmenu .mainmenu-toolbar { height: 100%; } nav#layout-mainmenu [data-control=toolbar] #icon-container, nav#layout-mainmenu ul.nav #icon-container, nav#layout-mainmenu .mainmenu-toolbar #icon-container { background-color: #175DA3 !important; } nav#layout-mainmenu [data-control=toolbar] li, nav#layout-mainmenu ul.nav li, nav#layout-mainmenu .mainmenu-toolbar li { margin: 0px !important; height: 100%; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; transition: background-color 0.3s ease; color: white; } nav#layout-mainmenu [data-control=toolbar] li a, nav#layout-mainmenu ul.nav li a, nav#layout-mainmenu .mainmenu-toolbar li a { padding: 0px 20px; font-size: 11px; font-weight: 500; } nav#layout-mainmenu [data-control=toolbar] li a img.svg-icon, nav#layout-mainmenu ul.nav li a img.svg-icon, nav#layout-mainmenu .mainmenu-toolbar li a img.svg-icon { width: 35px; opacity: 1; } nav#layout-mainmenu [data-control=toolbar] li:hover, nav#layout-mainmenu [data-control=toolbar] li:focus, nav#layout-mainmenu [data-control=toolbar] li:active, nav#layout-mainmenu ul.nav li:hover, nav#layout-mainmenu ul.nav li:focus, nav#layout-mainmenu ul.nav li:active, nav#layout-mainmenu .mainmenu-toolbar li:hover, nav#layout-mainmenu .mainmenu-toolbar li:focus, nav#layout-mainmenu .mainmenu-toolbar li:active { background-color: #0C5095; } nav#layout-mainmenu.navbar-mode-inline { height: 80px; } nav#layout-mainmenu.navbar-mode-inline ul.mainmenu-nav li:first-child { margin-left: 0px; } .layout-sidenav-container { width: 100px; background-color: #175DA3; } #layout-sidenav .active { background-color: #0C5095; } #layout-sidenav .active .svg-icon { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } #layout-sidenav ul li { height: 100px; } #layout-sidenav ul li a { padding-top: 20px; padding-bottom: 20px; font-size: 11px; font-weight: 500; } #layout-sidenav ul li a i { margin-bottom: 8PX; font-size: 3em; } #layout-sidenav ul li:hover, #layout-sidenav ul li:focus, #layout-sidenav ul li:active { background-color: #0C5095; } #layout-sidenav ul li:hover .svg-icon, #layout-sidenav ul li:focus .svg-icon, #layout-sidenav ul li:active .svg-icon { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } #layout-sidenav ul li:first-child a { padding-top: 20px; padding-bottom: 20px; } #layout-side-panel .menu-list { margin-top: 0px !important; } /* MENÚ */ .w-350 { width: 308px !important; } .w-350 .control-scrollbar { background-color: #CECECE; } .w-350 .form-control.icon.search { background-image: url("../images/search-icon.svg"); background-position: 94% 50% !important; height: 50px !important; background-color: #F6F6F6; font-size: 11px !important; } .w-350 .control-treeview ol > li > div > span.drag-handle { right: 7.5px; bottom: -5px; } .w-350 .control-treeview ol > li > div > span.drag-handle:before { font-size: 14px !important; } .control-treeview ol > li > div { background: #F6F6F6; min-height: 70px; } .control-treeview ol > li > div a { color: #818181; font-weight: 600; font-size: 14px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; line-height: 14px; padding-top: 20px; padding-bottom: 20px; } .control-treeview ol > li > div > ul.submenu li a { background-image: none !important; } .control-treeview .custom-checkbox label:before, .control-treeview .custom-radio label:before { border: 1px solid #818181 !important; background-color: #f6f6f6 !important; } .control-treeview .custom-checkbox input[type=checkbox]:checked + label:before, .control-treeview .custom-radio input[type=checkbox]:checked + label:before { color: #818181 !important; } .control-treeview ol > li.dragged div, .control-treeview ol > li > div:hover { background-color: #818181 !important; border-bottom: 1px solid #818181 !important; } .control-treeview ol > li.dragged div .link-prensa, .control-treeview ol > li > div:hover .link-prensa { color: #ffffff; } .control-treeview ol > li.dragged div + .duplicate img, .control-treeview ol > li > div:hover + .duplicate img, .control-treeview ol > li.active > div + .duplicate img, .control-treeview ol > li.dragged div + .duplicate-page img, .control-treeview ol > li > div:hover + .duplicate-page img, .control-treeview ol > li.active > div + .duplicate-page img { -webkit-filter: brightness(10); filter: brightness(10); -moz-filter: brightness(10); } .control-treeview.treeview-light ol > li > div > ul.submenu li { background-color: #175DA3; border-right: 1px solid #175DA3; } #layout-body .control-treeview ol > li > div > span.drag-handle { right: 0px; background: #175DA3; } nav#layout-mainmenu ul li .mainmenu-accountmenu li a:hover, nav#layout-mainmenu ul li .mainmenu-accountmenu li a:focus { background: #E8E8E8 !important; color: #818181 !important; } nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:hover:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:focus:after, nav#layout-mainmenu ul li .mainmenu-accountmenu li:first-child a:active:after { border-bottom: 7px solid #E8E8E8 !important; } .form-group.is-required > label:after { background-color: #175DA3 !important; } .control-filelist.filelist-hero ul li > a:active, .control-filelist.filelist-hero ul li > a:hover { background: #818181; border-bottom: 1px solid #818181; } .control-treeview.treeview-light ol > li > div > a { padding-top: 20px !important; padding-bottom: 20px !important; } .control-treeview ol > li > div span.comment, .control-filelist.filelist-hero ul li > a span.description { margin-bottom: 0px; color: #CECECE; font-size: 11px; } .tab-pane span.comment { margin-left: 15px !important; } .control-treeview ol > li > div p { margin-bottom: 0px; } .control-treeview ol > li > div:active { background-color: #818181 !important; outline: none; } .control-treeview ol > li > div:active:before { filter: brightness(10); filter: -webkit-brightness(10); filter: -moz-brightness(10); } .control-treeview ol > li > div > span.expand:before { top: 6px; } .control-treeview ol > li > div:before { top: 22px; } .control-treeview a.menu-control:hover, .control-treeview a.menu-control:focus, .control-treeview ol > li > div.popover-highlight { background-color: #818181 !important; outline: none; } #layout-sidenav ul li span.counter { background-color: #818181; border-radius: 7px; font-size: .756em !important; padding: .143em .429em .214em .429em !important; } .control-treeview ol > li.has-subitems.active > div { border: none !important; } .control-treeview ol > li.active > div { border-bottom: none !important; } /* CALENDAR - EVENTOS */ .pika-single { width: 296px; padding: 0px; box-shadow: none !important; font-family: 'Avenir-Medium', sans-serif !important; background-color: #175DA3; } .pika-single .is-today .pika-button { background: #0C5095 !important; } .pika-single .pika-lendar { background-color: #175DA3; width: 83%; margin: 0 auto; padding-bottom: 5px; } .pika-single .pika-title { padding: 8px; } .pika-single .pika-label { background-color: transparent; color: white; text-transform: uppercase; padding-bottom: 5px; } .pika-single .pika-table th { color: white; text-decoration: none; } .pika-single .pika-table abbr { text-decoration: none; } .pika-single .pika-table .pika-button { color: white; } .order-container { height: 50px; background-color: #E8E8E8; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; align-items: center; justify-content: center; } .order-container a { display: block; width: calc(100% / 3); width: -webkit-calc(100% / 3); width: -moz-calc(100% / 3); color: #818181; font-size: 11px; text-align: center; padding: 18px 0px; transition: background-color 0.3s ease; border-right: 1px solid #CECECE; } .order-container a:hover { background-color: #CECECE; } .order-container a:last-child { border-right: none; } .order-container .active-a { background-color: #CECECE; } .pika-single .pika-button:hover { background: #3498db !important; color: white !important; } .pika-prev, .is-rtl .pika-next { background-image: url("../images/select-arrow.svg"); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: 11px; } .pika-next, .is-rtl .pika-prev { background-image: url("../images/select-arrow.svg"); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background-size: 11px; } /* ICONS CHANGE */ .btn-default.oc-icon-plus { background-color: #818181 !important; background-repeat: no-repeat; background-position: 8px 50%; font-size: 12px !important; background-size: 13px; width: 76.5px; border-right: 1px solid #CECECE !important; } .btn-default.oc-icon-trash-o { background-color: #818181 !important; background-image: url("../images/trash.svg"); background-repeat: no-repeat; background-position: 50%; font-size: 11px !important; background-size: 15px; width: 50px; } .btn-default.oc-icon-trash-o:before { content: ''; } .input-with-icon > .icon { color: white; margin-top: 3px; font-size: 15px; } #layout-side-panel div.control-toolbar .btn, .compact-toolbar div.control-toolbar .btn { padding-bottom: 12px !important; } .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label { background: transparent !important; display: none !important; } .oc-icon-check:before, .icon-check:before { content: url("../images/save-icon.svg"); opacity: 1 !important; } .oc-icon-crosshairs:before, .icon-crosshairs:before { content: url("../images/prev-icon.svg"); opacity: 1 !important; } .oc-icon-sign-out:before, .icon-sign-out:before { content: url("../images/singout.svg"); opacity: 1 !important; } [class^="oc-icon-"].empty:before, [class*=" oc-icon-"].empty:before { margin-right: -2px; } .control-filelist.filelist-hero ul li > a { background-color: #F6F6F6; } table.table.data tbody.icons td i[class^="icon-"], table.table.data tbody tr.rowlink:hover td a:not(.btn), table.table.data tbody tr:not(.no-data).selected td a:not(.btn), table.table.data tbody tr.rowlink:hover td span, table.table.data tbody tr:not(.no-data).selected td span, table.table.data tbody tr.rowlink:hover td i[class^="icon-"], table.table.data tbody tr:not(.no-data).selected td i[class^="icon-"] { color: #175DA3; } #layout-side-panel div.control-toolbar.separator, .compact-toolbar div.control-toolbar.separator { border-bottom: 1px solid #818181; } .form-control.icon.search { background-image: url("../images/search-icon.svg"); background-position: 90% 50%; height: 50px !important; border: none; font-size: 11px; } .control-treeview ol > li > ol > li.active > div:before { background-position: 0px -80px !important; } .control-treeview ol > li.has-subitems.active > div:before { background-position: 0px -52px !important; } .control-treeview ol > li.active > div:after, .control-filelist.filelist-hero ul li.active > a:after { content: none !important; } .item-title { color: #818181; } .item-title .oc-icon-folder:before, .item-title .icon-folder:before { -webkit-filter: contrast(4.7) invert(0.4); -moz-filter: contrast(4.7) invert(0.4); filter: contrast(4.7) invert(0.4); } table.table.data tbody tr.rowlink:hover td, table.table.data tbody tr:not(.no-data).selected td, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td { background: #F6F6F6 !important; color: #818181 !important; } table.table.data tbody tr.rowlink:hover td .oc-icon-folder:before, table.table.data tbody tr.rowlink:hover td .icon-folder:before, table.table.data tbody tr:not(.no-data).selected td .oc-icon-folder:before, table.table.data tbody tr:not(.no-data).selected td .icon-folder:before, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td .oc-icon-folder:before, div[data-control="media-manager"] .list-container table.table.data tbody tr:not(.no-data):active td .icon-folder:before { -webkit-filter: contrast(4.7) invert(0.4); -moz-filter: contrast(4.7) invert(0.4); filter: contrast(4.7) invert(0.4); } .control-filelist.filelist-hero ul li.active > a, .control-treeview ol > li.active > div { background-color: #818181; color: white !important; border-bottom: 1px solid #818181 !important; } .control-filelist.filelist-hero ul li.active > a a, .control-filelist.filelist-hero ul li.active > a span, .control-treeview ol > li.active > div a, .control-treeview ol > li.active > div span { color: white !important; } .control-filelist.menu-list li.active > a:before { background-position: 0 -60px !important; } .control-treeview ol > li.active > div:before { background-position: 0 -80px !important; } .control-scrollbar.vertical > .scrollbar-scrollbar { margin-right: 0px !important; } /* MEDIA */ .control-toolbar.toolbar-padded .toolbar-item .btn-group > .btn, .control-toolbar.toolbar-padded .toolbar-item .btn-group > .dropdown, .control-toolbar.toolbar-padded .toolbar-item .btn-group + .oc-icon-refresh { height: 50px; background-color: #175DA3; color: white; font-weight: 500; font-size: 14px; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; } .control-toolbar.toolbar-padded .toolbar-item .btn-group > .btn:hover, .control-toolbar.toolbar-padded .toolbar-item .btn-group > .dropdown:hover, .control-toolbar.toolbar-padded .toolbar-item .btn-group + .oc-icon-refresh:hover { background-color: #2E98CE; } .btn-group .btn { border-right: 1px solid #FFFFFF; } table.table.data tbody tr:nth-child(even) td, table.table.data tbody tr:nth-child(even) th { background-color: white; } ul.tree-path li.root a { color: #175DA3; text-transform: uppercase; font-size: 14px !important; } div.panel h3.section { color: #175DA3 !important; } .nav.selector-group li.active { border-left: 3px solid #175DA3 !important; } .nav.selector-group li.active a { color: #818181; } .nav.selector-group li a { color: #CECECE; } table.name-value-list > a:hover, table.name-value-list > a:focus, table.name-value-list > a:active { color: #175DA3; text-decoration: none; outline: none; } .help-block.before-field { font-size: 11px; } .help-block.before-field img { margin-right: 10px; } #MediaManager-manager-filters ~ .sidebar-group .select2-container--default .select2-selection--single { background-color: #F6F6F6 !important; height: 50px !important; padding-top: 8px !important; border: none !important; } #MediaManager-manager-filters ~ .sidebar-group .select2 { background-color: #F6F6F6 !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-selection__arrow { bottom: 25px !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-selection__arrow b { color: #818181; } #MediaManager-manager-filters ~ .sidebar-group input[type="text"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; } #MediaManager-manager-filters ~ .sidebar-group .select2-container--default .select2-selection--single .select2-selection__rendered { color: #818181 !important; padding-left: 0px !important; font-size: 13px !important; font-weight: 500; } #MediaManager-manager-filters ~ .sidebar-group .form-group.input-sidebar-control { padding-right: 0px !important; } .select-marina { background-color: #F6F6F6; border-left: none; border-bottom: none; border-right: none; border-top: 1px solid #CECECE !important; } .select-marina .select2-results__option { height: 50px; padding-top: 14px; font-size: 13px; color: #818181 !important; } .select-marina .select2-results__option:hover { background: #818181 !important; color: #ffffff !important; } .select-marina .select2-results__option--highlighted[aria-selected] { background-color: #cecece !important; color: #818181 !important; } /* EXPERIENCIAS */ .fancy-layout .form-tabless-fields label { text-transform: none !important; color: white !important; font-size: 14px !important; margin-bottom: 4px; } .fancy-layout .form-tabless-fields label::first-letter { text-transform: uppercase !important; } .fancy-layout .form-tabless-fields input[type=text] { font-size: 14px !important; font-weight: 700; padding-top: 15px; padding-bottom: 15px; padding-left: 10px; border-radius: 0px !important; background-color: #175DA3; text-align: left; } .fancy-layout .form-buttons { padding-top: 16px !important; } .fancy-layout .form-buttons .btn { display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; align-items: center; } .fancy-layout .form-tabless-fields input[type=text]:focus, .fancy-layout .form-tabless-fields input[type=text]:hover { background-color: rgba(23, 93, 163, 0.6); } .fancy-layout .select2-container--default .select2-selection--single .select2-selection__placeholder { color: white !important; } .fancy-layout .form-tabless-fields { background: #0c5095 !important; } #experiences .control-toolbar .toolbar-item .btn-group > .btn { background-color: #818181; } #layout-body select { display: none !important; } #layout-body .tab-pane .custom-select + .select2 { background-color: #175DA3; border-radius: 0px !important; min-height: 50px !important; } #layout-body .tab-pane .select2-selection__rendered { padding-left: 0px !important; padding-top: 6px !important; font-size: 14px !important; font-weight: 700; } #layout-body .tab-pane .select2-container--default .select2-selection { box-shadow: none !important; } #layout-body .tab-pane .select2-selection__arrow { background-image: url("../images/select-arrow.svg") !important; top: 23px !important; right: 11px !important; } #layout-body .w-200 .custom-select + .select2 { background-color: #175DA3; border-radius: 0px !important; height: 50px !important; } #layout-body .w-200 .select2-selection__rendered { padding-left: 0px !important; padding-top: 6px !important; font-size: 14px !important; font-weight: 700; } #layout-body .w-200 .select2-container--default .select2-selection { box-shadow: none !important; } #layout-body .w-200 .select2-selection__arrow { background-image: url("../images/select-arrow.svg") !important; top: 23px !important; right: 11px !important; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs { background: white !important; } .control-tabs.primary-tabs { margin-bottom: 0px !important; } .fancy-layout .control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout.control-tabs.primary-tabs > .tab-content > .tab-pane, .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:before, .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li.active a span.title:after { background-color: #E8E8E8; } .fancy-layout .control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title, .fancy-layout.control-tabs.secondary-tabs.secondary-content-tabs > div > ul.nav-tabs > li.active a > span.title { color: #818181; } .fancy-layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span, .fancy-layout.control-tabs.primary-tabs > div > ul.nav-tabs > li a span.title span { color: #818181 !important; } .tab-content .custom-checkbox label, .tab-content .custom-radio label { color: #818181; font-size: 14px; font-weight: 700; } .tab-content .custom-checkbox p.help-block, .tab-content .custom-radio p.help-block { color: #818181; font-size: 14px; } .tab-content .custom-checkbox label:before, .tab-content .custom-radio label:before { border: 1px solid #818181 !important; background-color: #E8E8E8 !important; } .tab-content .custom-checkbox input[type=checkbox]:checked + label:before, .tab-content .custom-radio input[type=checkbox]:checked + label:before { color: #818181 !important; } .dropdown-menu .dropdown-container > ul li a:hover, .dropdown-menu .dropdown-container > ul li a:focus { background-color: #E8E8E8; color: #818181; } .dropdown-menu .dropdown-container > ul li.first-item a:hover:after, .dropdown-menu .dropdown-container > ul li.first-item a:focus:after, .dropdown-menu .dropdown-container > ul li.first-item a:active:after { border-bottom: 8px solid #E8E8E8 !important; } .compact-container label { color: #818181; } .select-custom-marina { background-color: #175DA3 !important; border-top: 1px solid #0c5095 !important; border-left: none !important; border-right: none !important; border-bottom: none !important; border-radius: 0px !important; } .select-custom-marina .select2-search { display: none !important; } .select-custom-marina .select2-results__option { color: white !important; font-size: 14px !important; font-weight: 700 !important; height: 50px; padding-top: 15px; padding-left: 12px !important; } .select-custom-marina .select2-results__option--highlighted[aria-selected], .select-custom-marina .select2-results__option[aria-selected=true] { color: white !important; background-color: #2E98CE !important; } /* MODAL */ .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:before, .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:after, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:after, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:after { background: #ffffff; } .control-popup .btn-primary { background: #175DA3 !important; } .control-popup .btn-primary:hover, .control-popup .btn-primary:focus, .control-popup .btn-primary:active { background: #0C5095 !important; } .control-popup .btn-default { background: #818181 !important; } .control-popup .btn-default:hover, .control-popup .btn-default:focus, .control-popup .btn-default:active { background: #acacac !important; } .control-popup label, .control-popup .modal-header h4, .control-popup .control-tabs.primary-tabs > ul.nav-tabs > li.active a > span.title span, .control-popup .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a > span.title span, .control-popup .control-tabs.primary-tabs > div > div > ul.nav-tabs > li.active a > span.title span { color: #818181; font-size: 14px !important; } .control-popup .modal-content { background: #ffffff !important; } .control-popup .select2-container--default .select2-selection--single { background-color: #F6F6F6 !important; height: 50px !important; padding-top: 14px !important; } .control-popup .select2-selection__arrow { top: 22px !important; } .control-popup input[type="text"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; } .control-popup .select2-container--default .select2-selection--single .select2-selection__rendered { color: #818181 !important; padding-left: 0px !important; font-size: 14px !important; } .control-popup .form-group.input-sidebar-control { padding-right: 0px !important; } .popup-backdrop { background-color: #0C5095 !important; opacity: 0.8 !important; } /* Mi cuenta */ .padded-container.layout { background-color: white; } .padded-container.layout input[type="text"].form-control, .padded-container.layout input[type="password"].form-control { border: none !important; background-color: #F6F6F6 !important; height: 50px !important; color: #818181 !important; font-size: 14px !important; border-radius: 0px !important; } .padded-container.layout label { font-size: 14px; } .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li.active a:before, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li.active a:before, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li.active a:before { background-color: #ffffff !important; } .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:before, .padded-container.layout .control-tabs.primary-tabs > ul.nav-tabs > li a > span.title:after, .padded-container.layout .control-tabs.primary-tabs > div > ul.nav-tabs > li a > span.title:after, .padded-container.layout .control-tabs.primary-tabs > div > div > ul.nav-tabs > li a > span.title:after { background: #ffffff !important; } .padded-container.layout .btn-primary { background: #175DA3 !important; } .padded-container.layout .btn-primary:hover, .padded-container.layout .btn-primary:focus, .padded-container.layout .btn-primary:active { background: #0C5095 !important; } .tooltip-inner { background-color: #0C5095; font-size: 12px !important; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #0C5095; } div[data-control="media-manager"] .media-list.tiles li.selected .icon-container { background: #175DA3 !important; border-color: #175DA3 !important; } .menus-items { min-height: auto !important; } .fr-tooltip { background: #175DA3 !important; } .delete-table-row + .table-search > input#search { height: auto !important; } .delete-table-row + .table-search { margin: 6px 3px 0 0 !important; } .translate-messages .header-hide-translated label:before { top: 5px !important; } [id*='select2-dest'] + .select2-selection__arrow { top: 0px !important; } [data-cmd=imageAlign], [data-cmd=imageDisplay], [data-cmd=imageStyle], [data-cmd=imageAlt], [data-cmd=imageSize] { display: none !important; } #ReportContainer-container-toolbar { display: none; } /* Botón duplicar */ .control-treeview ol > li { position: relative; } .control-treeview ol > li div > a > div { width: 80%; } .duplicate { position: absolute; z-index: 10; top: 6px; right: 35px; cursor: pointer; } .duplicate img { width: 17px; height: auto; } .duplicate-page { position: absolute; z-index: 10; top: 11px; right: 18px; cursor: pointer; } .duplicate-page img { width: 17px; height: auto; } /* CUSTOM EDITOR TOOLBAR */ .custom-wysiwyg { width: 38px; display: inline-block; height: 38px; cursor: pointer; padding: 0px; text-align: center; } .custom-wysiwyg img { height: 14px; width: auto; margin: 12px auto; text-align: center; } .custom-wysiwyg:hover { background: #dddddd; } /* PANTALLA COMPLETA */ .fr-fullscreen { /* EXPERIENCIAS */ /* EVENTOS */ /* RUTAS */ } .fr-fullscreen .fr-element.fr-view { margin-bottom: 200px !important; } .fr-fullscreen div[id*="MLRichEditor-formExperience"] + .ml-btn { top: -506px !important; } .fr-fullscreen div[id*="MLRichEditor-formExperience"] ~ .ml-dropdown-menu { top: -478px !important; } .fr-fullscreen div[id*="MLRichEditor-formEvento"] + .ml-btn { top: -694px !important; } .fr-fullscreen div[id*="MLRichEditor-formEvento"] ~ .ml-dropdown-menu { top: -669px !important; } .fr-fullscreen div[id*="MLRichEditor-formRuta"] + .ml-btn { top: -598px !important; } .fr-fullscreen div[id*="MLRichEditor-formRuta"] ~ .ml-dropdown-menu { top: -573px !important; } .fr-fullscreen .ml-btn { top: -409px !important; z-index: 999 !important; } .fr-fullscreen .ml-dropdown-menu { top: -376px !important; } /* HOME */ #Form-field-Home-avatar-group { position: absolute; right: 20px; width: 260px; z-index: 100; } .control-scrollpanel { background: #F6F6F6 !important; } .field-fileupload.style-image-single .upload-button:hover, .field-fileupload.style-image-single .upload-button:focus { border: 2px dashed #175DA3 !important; } .field-fileupload.style-image-single .upload-button:hover .upload-button-icon:before, .field-fileupload.style-image-single .upload-button:focus .upload-button-icon:before { color: #175DA3 !important; } .btn-text a { text-decoration: none !important; } .btn-text a:hover { color: #175DA3 !important; } .float-right-photos { width: 300px; height: 100%; position: absolute; top: 0px; right: 0px; float: right; background-color: #F6F6F6; } .floatJuan #Form-field-Empresa-avatar-group, .floatJuan #Form-field-Tipo-avatar-group { position: absolute; right: 19px; width: 260px; z-index: 100; top: 54px; } .floatJuan .field-textarea.size-large { border: none !important; background-color: #F6F6F6 !important; color: #818181 !important; border-radius: 0px !important; padding: 20px 30px 20px 15px !important; } .floatJuan .select2-container--default .select2-selection--single { height: 50px !important; border: none !important; background-color: #f6f6f6 !important; color: #818181 !important; border-radius: 0px !important; box-shadow: none !important; } .floatJuan .layout-row #Form-outsideContainer, .floatJuan .layout-row #Form-primaryContainer { width: 70%; display: inline-block !important; } .floatJuan #select2-Form-field-Empresa-type_id-container, .floatJuan #select2-Form-field-Empresa-municipality-container, .floatJuan #select2-Form-field-Tipo-category-container { color: #818181 !important; padding-top: 6px !important; } .layout { margin-bottom: 0px; } .modal-content textarea { border: none !important; background-color: #F6F6F6 !important; color: #818181 !important; border-radius: 0px !important; padding: 20px 30px 20px 15px !important; } .select-hide-search .select2-search.select2-search--dropdown { display: none; } .header_categroy { margin-bottom: 40px; } .header_categroy h1 { font-size: 30px; } .btn.oc-icon-plus, .floatJuan.left a { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; } .control-pagination .select2-container { height: 30px !important; background-color: #F9F9F9 !important; color: #98a7a8 !important; } .control-pagination .select2-container .select2-container--default .select2-selection--single .select2-selection__rendered { color: #98a7a8 !important; } /* Modal loading */ #MModal { width: 100%; height: 100%; text-align: center; background-color: white; } #MModal .centered { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } #MModal img { width: 35px; height: 35px; display: block; margin: 0px auto 11px auto; } #MModal span { color: #999999; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; font-weight: 500; }
0.36886
0.073796
body, aVar, input, addConstraintButton, bottom, relaxButton { font-family: "PT Sans", Arial, Helvetica, sans-serif; font-size: 14pt; color: #444; } aVar, aConstraint, addConstraintButton, relaxButton, bottom { -webkit-user-select: none; -moz-user-select: none; user-select: none; } app { position: absolute; top: 8pt; bottom: 8pt; left: 8pt; right: 8pt; } left, right, bottom { display: inline-block; position: absolute; } left { left: 0; width: 300px; } right { right: 0; width: 400px; } addConstraintButton::before { content: url(images/noun_33942_cc.svg); width: 12pt; height: 12pt; opacity: .8; } addConstraintButton { padding: 0 3pt; background: #f8f8f8; } addConstraintButton:active { box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); } addConstraintButton::after { content: 'add constraint'; } bottom { left: 0; right: 0; bottom: 0; } relaxButton { display: inline-block; position: absolute; _min-width: 100px; text-align: center; right: 0pt; bottom: 0pt; padding: 1pt 2pt; border-radius: 10pt; background: #fee; border: 1px solid #ffe8e8; color: #777; } errorValue { padding-left: 2px; color: #ff3333; } relaxButton::before { display: inline-block; content: url(images/noun_32380_cc.svg); opacity: .5; width: 12pt; height: 12pt; } app.relaxed relaxButton { background: #efe; border: 1px solid #e8ffe8; } app relaxButton:active, app.relaxing relaxButton { box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); -webkit-animation: glow 1.5s ease-in-out infinite; animation: glow 1.5s ease-in-out infinite; } @-webkit-keyframes glow { 0% { background: #efe; border-color: #e8ffe8; } 50% { background: #fee; border-color: #ffe8e8; } 100% { background: #efe; border-color: #e8ffe8; } } @keyframes glow { 0% { background: #efe; border-color: #e8ffe8; } 50% { background: #fee; border-color: #ffe8e8; } 100% { background: #efe; border-color: #e8ffe8; } } app relaxButton:active::after, app.relaxing relaxButton::after { -webkit-animation: levitate 2s linear infinite; animation: levitate 2s linear infinite; } @-webkit-keyframes levitate { 0% { transform: translate(0, 0); } 25% { transform: translate(0, -1pt); } 75% { transform: translate(0, 1pt); } 100% { transform: translate(0, 0); } } @keyframes levitate { 0% { transform: translate(0, 0); } 25% { transform: translate(0, -1pt); } 75% { transform: translate(0, 1pt); } 100% { transform: translate(0, 0); } } app relaxButton::after { display: inline-block; padding-left: 2pt; content: url(images/noun_86100_cc.svg); opacity: .5; padding-bottom: 2pt; } app.relaxed relaxButton::after { content: url(images/noun_58521_cc.svg); } app relaxButton:hover::after, app.relaxing relaxButton::after { content: url(images/noun_61520.svg); opacity: .8; } aConstraint, aVar, addConstraintButton, relaxButton { display: inline-block; box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5); border-radius: 4pt; clear: both; } aConstraint, aVar { margin-bottom: 6pt; } aConstraint > *, aVar > * { padding: 0 1pt; } input { -webkit-user-select: text; -moz-user-select: text; user-select: text; width: 100px; border: none; outline: none; background: none; padding: 3pt 0pt; text-overflow: ellipsis; } aConstraint, addConstraintButton { float: right; border: #f9f9f9; } aConstraint { overflow: hidden; max-width: 322px; background: #efe; } aConstraint > input { padding-left: 4pt; width: 300px; } aConstraint > input { color: #444; } aVar > input { color: #77e; } aConstraint > error { display: none; } aConstraint.withError > error { display: block; padding: 2pt; background: #fcf68b; color: #928f63; font-size: 12pt; } aConstraint > error label { font-weight: bold; } aConstraint > error description { color: maroon; font-weight: bold; } aConstraint > error light { opacity: 0.5; } aConstraint > error literal { white-space: nowrap; } aConstraint > error code { opacity: 1; color: maroon; font-family: Monaco, "Lucida Console", monospace; } aVar { float: left; background: #f8f8f8; border: #f5f5f5; } aVar.locked { background: #f0f0f0; color: #333; } aVar.locked > input { color: #333; } aVar > name { display: inline-block; white-space: nowrap; width: 75px; max-width: 75px; } aVar > input { text-align: right; width: 100px; } aVar.dirty > name, aVar.dirty > input, aConstraint.dirty > input { color: #c55; font-weight: bold; } aVar > lockButton { width: 12pt; height: 12pt; } aVar > lockButton::after { display: inline-block; content: url(images/noun_1560_cc.svg); width: 12pt; height: 12pt; } aVar.locked > lockButton::after { content: url(images/noun_1559_cc.svg); width: 12pt; height: 12pt; } aConstraint > deleteButton, aVar > deleteButton { width: 14pt; height: 14pt; } aConstraint > deleteButton::after, aVar > deleteButton::after { display: inline-block; content: url(images/noun_33853_cc.svg); width: 14pt; height: 14pt; } aVar > lockButton, aVar > deleteButton, aConstraint > deleteButton { opacity: .5; } aVar > lockButton:hover, aVar > deleteButton:hover, aConstraint > deleteButton:hover { opacity: .8; } app about { display: inline-block; max-width: 300px; float: left; cursor: default; } about::before { font-size: 10pt; color: #77e; content: '[about]'; } about contents { display: none; } about:hover::before { display: none; } about:hover contents { font-size: 10pt; display: block; background: #efe; padding: 4pt; border-radius: 4pt; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); } about contents main { display: block; margin-bottom: 2pt; } iconInfo { display: block; font-size: 8pt; color: #444; } about appName { font-weight: bold; color: #928f63; } about contents a { text-decoration: none; } addConstraintButton, deleteButton, lockButton, relaxButton { cursor: pointer; } icons { font-size: 8pt; }
index.css
body, aVar, input, addConstraintButton, bottom, relaxButton { font-family: "PT Sans", Arial, Helvetica, sans-serif; font-size: 14pt; color: #444; } aVar, aConstraint, addConstraintButton, relaxButton, bottom { -webkit-user-select: none; -moz-user-select: none; user-select: none; } app { position: absolute; top: 8pt; bottom: 8pt; left: 8pt; right: 8pt; } left, right, bottom { display: inline-block; position: absolute; } left { left: 0; width: 300px; } right { right: 0; width: 400px; } addConstraintButton::before { content: url(images/noun_33942_cc.svg); width: 12pt; height: 12pt; opacity: .8; } addConstraintButton { padding: 0 3pt; background: #f8f8f8; } addConstraintButton:active { box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); } addConstraintButton::after { content: 'add constraint'; } bottom { left: 0; right: 0; bottom: 0; } relaxButton { display: inline-block; position: absolute; _min-width: 100px; text-align: center; right: 0pt; bottom: 0pt; padding: 1pt 2pt; border-radius: 10pt; background: #fee; border: 1px solid #ffe8e8; color: #777; } errorValue { padding-left: 2px; color: #ff3333; } relaxButton::before { display: inline-block; content: url(images/noun_32380_cc.svg); opacity: .5; width: 12pt; height: 12pt; } app.relaxed relaxButton { background: #efe; border: 1px solid #e8ffe8; } app relaxButton:active, app.relaxing relaxButton { box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); -webkit-animation: glow 1.5s ease-in-out infinite; animation: glow 1.5s ease-in-out infinite; } @-webkit-keyframes glow { 0% { background: #efe; border-color: #e8ffe8; } 50% { background: #fee; border-color: #ffe8e8; } 100% { background: #efe; border-color: #e8ffe8; } } @keyframes glow { 0% { background: #efe; border-color: #e8ffe8; } 50% { background: #fee; border-color: #ffe8e8; } 100% { background: #efe; border-color: #e8ffe8; } } app relaxButton:active::after, app.relaxing relaxButton::after { -webkit-animation: levitate 2s linear infinite; animation: levitate 2s linear infinite; } @-webkit-keyframes levitate { 0% { transform: translate(0, 0); } 25% { transform: translate(0, -1pt); } 75% { transform: translate(0, 1pt); } 100% { transform: translate(0, 0); } } @keyframes levitate { 0% { transform: translate(0, 0); } 25% { transform: translate(0, -1pt); } 75% { transform: translate(0, 1pt); } 100% { transform: translate(0, 0); } } app relaxButton::after { display: inline-block; padding-left: 2pt; content: url(images/noun_86100_cc.svg); opacity: .5; padding-bottom: 2pt; } app.relaxed relaxButton::after { content: url(images/noun_58521_cc.svg); } app relaxButton:hover::after, app.relaxing relaxButton::after { content: url(images/noun_61520.svg); opacity: .8; } aConstraint, aVar, addConstraintButton, relaxButton { display: inline-block; box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5); border-radius: 4pt; clear: both; } aConstraint, aVar { margin-bottom: 6pt; } aConstraint > *, aVar > * { padding: 0 1pt; } input { -webkit-user-select: text; -moz-user-select: text; user-select: text; width: 100px; border: none; outline: none; background: none; padding: 3pt 0pt; text-overflow: ellipsis; } aConstraint, addConstraintButton { float: right; border: #f9f9f9; } aConstraint { overflow: hidden; max-width: 322px; background: #efe; } aConstraint > input { padding-left: 4pt; width: 300px; } aConstraint > input { color: #444; } aVar > input { color: #77e; } aConstraint > error { display: none; } aConstraint.withError > error { display: block; padding: 2pt; background: #fcf68b; color: #928f63; font-size: 12pt; } aConstraint > error label { font-weight: bold; } aConstraint > error description { color: maroon; font-weight: bold; } aConstraint > error light { opacity: 0.5; } aConstraint > error literal { white-space: nowrap; } aConstraint > error code { opacity: 1; color: maroon; font-family: Monaco, "Lucida Console", monospace; } aVar { float: left; background: #f8f8f8; border: #f5f5f5; } aVar.locked { background: #f0f0f0; color: #333; } aVar.locked > input { color: #333; } aVar > name { display: inline-block; white-space: nowrap; width: 75px; max-width: 75px; } aVar > input { text-align: right; width: 100px; } aVar.dirty > name, aVar.dirty > input, aConstraint.dirty > input { color: #c55; font-weight: bold; } aVar > lockButton { width: 12pt; height: 12pt; } aVar > lockButton::after { display: inline-block; content: url(images/noun_1560_cc.svg); width: 12pt; height: 12pt; } aVar.locked > lockButton::after { content: url(images/noun_1559_cc.svg); width: 12pt; height: 12pt; } aConstraint > deleteButton, aVar > deleteButton { width: 14pt; height: 14pt; } aConstraint > deleteButton::after, aVar > deleteButton::after { display: inline-block; content: url(images/noun_33853_cc.svg); width: 14pt; height: 14pt; } aVar > lockButton, aVar > deleteButton, aConstraint > deleteButton { opacity: .5; } aVar > lockButton:hover, aVar > deleteButton:hover, aConstraint > deleteButton:hover { opacity: .8; } app about { display: inline-block; max-width: 300px; float: left; cursor: default; } about::before { font-size: 10pt; color: #77e; content: '[about]'; } about contents { display: none; } about:hover::before { display: none; } about:hover contents { font-size: 10pt; display: block; background: #efe; padding: 4pt; border-radius: 4pt; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2); } about contents main { display: block; margin-bottom: 2pt; } iconInfo { display: block; font-size: 8pt; color: #444; } about appName { font-weight: bold; color: #928f63; } about contents a { text-decoration: none; } addConstraintButton, deleteButton, lockButton, relaxButton { cursor: pointer; } icons { font-size: 8pt; }
0.501709
0.07843
:not(pre)>code[class*=language-] { white-space:normal } pre[data-line] { position:relative; padding:1em 0 1em 3em } .line-highlight { position:absolute; left:0; right:0; padding:inherit 0; margin-top:1em; background:hsla(24,20%,50%,.08); background:linear-gradient(to right,hsla(24,20%,50%,.1) 70%,hsla(24,20%,50%,0)); pointer-events:none; line-height:inherit; white-space:pre } @media print { .line-highlight { -webkit-print-color-adjust:exact; color-adjust:exact } } .line-highlight:before,.line-highlight[data-end]:after { content:attr(data-start); position:absolute; top:.4em; left:.6em; min-width:1em; padding:0 .5em; background-color:hsla(24,20%,50%,.4); color:#f4f1ef; font:bold 65%/1.5 sans-serif; text-align:center; vertical-align:.3em; border-radius:999px; text-shadow:none; box-shadow:0 1px #fff } .line-highlight[data-end]:after { content:attr(data-end); top:auto; bottom:.4em } .line-numbers .line-highlight:after,.line-numbers .line-highlight:before { content:none } pre[id].linkable-line-numbers span.line-numbers-rows { pointer-events:all } pre[id].linkable-line-numbers span.line-numbers-rows>span:before { cursor:pointer } pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before { background-color:rgba(128,128,128,.2) } pre[class*=language-].line-numbers { position:relative; counter-reset:linenumber } pre[class*=language-].line-numbers>code { position:relative; white-space:inherit } .line-numbers .line-numbers-rows { position:absolute; pointer-events:none; top:0; font-size:100%; left:-3.8em; width:3em; letter-spacing:-1px; border-right:1px solid #999; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .line-numbers-rows>span { display:block; counter-increment:linenumber } .line-numbers-rows>span:before { content:counter(linenumber); color:#999; display:block; padding-right:.8em; text-align:right } div.code-toolbar { position:relative } div.code-toolbar>.toolbar { position:absolute; z-index:10; top:.8em; right:.6em; transition:opacity .3s ease-in-out; opacity:0 } div.code-toolbar:hover>.toolbar { opacity:1 } div.code-toolbar:focus-within>.toolbar { opacity:1 } div.code-toolbar>.toolbar>.toolbar-item { display:inline-block } div.code-toolbar>.toolbar>.toolbar-item>a { cursor:pointer } div.code-toolbar>.toolbar>.toolbar-item>button { background:0 0; border:0; color:inherit; font:inherit; line-height:normal; overflow:visible; padding:0; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none } div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span { color:#bbb; font-size:.8em; padding:0.5em 1em; background:#f5f2f0; background:rgba(224,224,224,.2); box-shadow:0 2px 0 0 rgba(0,0,0,.2); border-radius:.5em } div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover { color:inherit; color:gainsboro; text-decoration:none } .token.punctuation.brace-hover,.token.punctuation.brace-selected { outline:solid 1px } .rainbow-braces .token.punctuation.brace-level-1,.rainbow-braces .token.punctuation.brace-level-5,.rainbow-braces .token.punctuation.brace-level-9 { color:#e50; opacity:1 } .rainbow-braces .token.punctuation.brace-level-10,.rainbow-braces .token.punctuation.brace-level-2,.rainbow-braces .token.punctuation.brace-level-6 { color:#0b3; opacity:1 } .rainbow-braces .token.punctuation.brace-level-11,.rainbow-braces .token.punctuation.brace-level-3,.rainbow-braces .token.punctuation.brace-level-7 { color:#26f; opacity:1 } .rainbow-braces .token.punctuation.brace-level-12,.rainbow-braces .token.punctuation.brace-level-4,.rainbow-braces .token.punctuation.brace-level-8 { color:#e0e; opacity:1 }
src/console/assets/prism.css
:not(pre)>code[class*=language-] { white-space:normal } pre[data-line] { position:relative; padding:1em 0 1em 3em } .line-highlight { position:absolute; left:0; right:0; padding:inherit 0; margin-top:1em; background:hsla(24,20%,50%,.08); background:linear-gradient(to right,hsla(24,20%,50%,.1) 70%,hsla(24,20%,50%,0)); pointer-events:none; line-height:inherit; white-space:pre } @media print { .line-highlight { -webkit-print-color-adjust:exact; color-adjust:exact } } .line-highlight:before,.line-highlight[data-end]:after { content:attr(data-start); position:absolute; top:.4em; left:.6em; min-width:1em; padding:0 .5em; background-color:hsla(24,20%,50%,.4); color:#f4f1ef; font:bold 65%/1.5 sans-serif; text-align:center; vertical-align:.3em; border-radius:999px; text-shadow:none; box-shadow:0 1px #fff } .line-highlight[data-end]:after { content:attr(data-end); top:auto; bottom:.4em } .line-numbers .line-highlight:after,.line-numbers .line-highlight:before { content:none } pre[id].linkable-line-numbers span.line-numbers-rows { pointer-events:all } pre[id].linkable-line-numbers span.line-numbers-rows>span:before { cursor:pointer } pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before { background-color:rgba(128,128,128,.2) } pre[class*=language-].line-numbers { position:relative; counter-reset:linenumber } pre[class*=language-].line-numbers>code { position:relative; white-space:inherit } .line-numbers .line-numbers-rows { position:absolute; pointer-events:none; top:0; font-size:100%; left:-3.8em; width:3em; letter-spacing:-1px; border-right:1px solid #999; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .line-numbers-rows>span { display:block; counter-increment:linenumber } .line-numbers-rows>span:before { content:counter(linenumber); color:#999; display:block; padding-right:.8em; text-align:right } div.code-toolbar { position:relative } div.code-toolbar>.toolbar { position:absolute; z-index:10; top:.8em; right:.6em; transition:opacity .3s ease-in-out; opacity:0 } div.code-toolbar:hover>.toolbar { opacity:1 } div.code-toolbar:focus-within>.toolbar { opacity:1 } div.code-toolbar>.toolbar>.toolbar-item { display:inline-block } div.code-toolbar>.toolbar>.toolbar-item>a { cursor:pointer } div.code-toolbar>.toolbar>.toolbar-item>button { background:0 0; border:0; color:inherit; font:inherit; line-height:normal; overflow:visible; padding:0; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none } div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span { color:#bbb; font-size:.8em; padding:0.5em 1em; background:#f5f2f0; background:rgba(224,224,224,.2); box-shadow:0 2px 0 0 rgba(0,0,0,.2); border-radius:.5em } div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover { color:inherit; color:gainsboro; text-decoration:none } .token.punctuation.brace-hover,.token.punctuation.brace-selected { outline:solid 1px } .rainbow-braces .token.punctuation.brace-level-1,.rainbow-braces .token.punctuation.brace-level-5,.rainbow-braces .token.punctuation.brace-level-9 { color:#e50; opacity:1 } .rainbow-braces .token.punctuation.brace-level-10,.rainbow-braces .token.punctuation.brace-level-2,.rainbow-braces .token.punctuation.brace-level-6 { color:#0b3; opacity:1 } .rainbow-braces .token.punctuation.brace-level-11,.rainbow-braces .token.punctuation.brace-level-3,.rainbow-braces .token.punctuation.brace-level-7 { color:#26f; opacity:1 } .rainbow-braces .token.punctuation.brace-level-12,.rainbow-braces .token.punctuation.brace-level-4,.rainbow-braces .token.punctuation.brace-level-8 { color:#e0e; opacity:1 }
0.597021
0.172241
@charset "utf-8"; /* トップの設定 */ @import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Roboto:ital@1&display=swap"); body { font-family: "Baskervville", serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; background: #f0f0f0; } /* ====割れる画面===== */ #splash { position: fixed; z-index: 99999; width: 100%; height: 100%; text-align: center; color: #fff; } #splash_text { position: absolute; top: 50%; left: 50%; z-index: 999; transform: translate(-50%, -50%); color: #fff; width: 100%; } .loader_cover { width: 100%; height: 50%; background-color: #ffa5d2; transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9); transform: scaleY(1); } .loader_cover-up { transform-origin: center top; } .loader_cover-down { position: absolute; bottom: 0; transform-origin: center bottom; /* 変形の原点 */ } /* クラスが付いたらy軸に0 */ .coveranime { transform: scaleY(0); } #header { width: 100%; height: 100vh; } #slider { background-size: cover; background-position: center; } /* header-text */ .heading-block { position: absolute; top: 40%; left: 50%; color: #fff; text-align: center; transform: translate(-50%, -50%); line-height: 1.1; } .shopsub { margin-top: 30px; margin-bottom: 0; font-size: 30px; letter-spacing: 0.2rem; font-family: "Baskervville", serif; } .shopmain-anime { font-size: 110px; margin-top: 0; letter-spacing: 1rem; font-family: "Baskervville", serif; } .shopmain-anime { animation-duration: 1s; } .box { /* padding: 40px; */ align-items: center; text-align: center; width: 100%; } /* ===スクロールダウン=== */ .scrolldown { position: absolute; bottom: 10px; right: 7%; } .scrolldown span { position: absolute; left: 1px; bottom: 10px; font-size: 1.25rem; letter-spacing: 0.05rem; color: #eee; -ms-writing-mode: tb-rl; /* 縦向き表示 */ -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; } /* 丸の描写 */ .scrolldown::before { content: ""; position: absolute; bottom: 0; left: -4px; width: 10px; height: 10px; border-radius: 50%; background: #eee; animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite; } /* ===上下の動きの幅=== */ @keyframes circlemove { 0% { bottom: 70px; } 100% { bottom: -1px; } } @keyframes circlehide { 0% { opacity: 0; } 50% { opacity: 1; } 80% { opacity: 0.5; } 100% { opacity: 0; } } /* 縦線の描写 */ .scrolldown::after { content: ""; position: absolute; bottom: 10px; left: 0; width: 2px; height: 80px; background: #eee; } /* =======セクション1======= */ #box-1 { position: relative; background: url(/image/bg-img4.jpg) no-repeat center; background-size: cover; } /* ボタンのグラデーション */ .box-area1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .bouquet { color: #fff; letter-spacing: 0.2rem; font-size: 60px; font-family: "Baskervville", serif; margin: 0; } .gradient, .gradient2 { font-size: 18px; margin-top: 20px; display: flex; display: inline-block; padding: 16px 60px; border-radius: 30px; /* 丸みを持たせる */ text-decoration: none; border: 2px solid #fff; color: #000; outline: none; /* 青の枠線を消す */ /* アニメーション設定 */ transition: all 0.4s ease-out; } .gradient2:hover, .gradient:hover { border-color: transparent; color: #fff; /* グラデーション色 */ background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); background-size: 200% auto; background-position: right center; /* 影 */ box-shadow: 0 5px 10px rgba(250, 108, 159, 0.4); } /* セクション2 */ #box-2 { background: url(/image/bg-img2.jpg) no-repeat center; background-size: cover; position: relative; } .box-area2 { position: absolute; } .contact-blur { width: 100%; max-width: 400px; height: 300px; padding: 40px 10px 0 10px; margin: 100px 0 0 40px; /* 位置調整 */ background-color: rgba(255, 255, 255, 0.8); } .contact-blur { text-align: center; color: #333; } .contact-blur p { font-size: 35px; } .contact-blur h2 { font-size: 40px; margin-bottom: 10px; line-height: 3rem; } .contact-blur dt { float: left; width: 30%; display: block; font-weight: bold; margin-bottom: 15px; } .contact-blur dd { float: right; width: 70%; font-size: 16px; } .box-area2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .contact { margin: 0; font-size: 60px; letter-spacing: 0.2rem; color: #fff; } /* sns icon */ #sns-icon img { width: 30px; } #sns-icon { z-index: 1; position: fixed; display: flex; list-style-type: none; right: 25px; top: 10px; } #sns-icon li { margin: 0 8px; } #sns-icon a { transition: all 5s; } #sns-icon a:hover { opacity: 0.8; /* 徐々に暗くなる */ } /* ========form-area====== */ .form-list { width: 100%; max-width: 500px; margin: 0 auto; list-style-type: none; } #form h3 { text-align: center; padding: 10px; margin: 10px; font-size: 35px; } .modaal-content-container { text-align: center; letter-spacing: 0.1rem; } .form-list input[type="text"], .form-list input[type="email"], .form-list textarea { width: 100%; border: 1px solid #ccc; background: #f8f9fa; padding: 10px; } .form-list input[type="text"], input[type="email"] { height: 50px; } .submit-btn { width: 152px; margin: auto; } input[type="submit"] { background: #333; color: #fff; text-align: center; padding: 5px 20px; width: 152px; margin: 0 auto; } input[type="submit"]:hover { background: #555; } .form-list dl { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 0 20px 0; } .form-list dt { width: 30%; } .form-list dd { width: 66%; } .form-list textarea { height: 200px; resize: none; } /* コンタクトアリアはあらかじめ隠す */ .hide-area { display: none; } /* ✖表示 */ .modaal-close:after, .modaal-close:before { background: #ccc; } .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before { background: #666; /* ✖ボタンの色 */ } /* footer */ small { font-size: 15px; color: #fff; position: fixed; left: 20px; top: 40%; /* color: ; */ letter-spacing: 0.1rem; line-height: 1; writing-mode: vertical-rl; } /* =====@media====== */ @media screen and (max-width: 768px) { .box #box1 { justify-content: center; } }
css/style.css
@charset "utf-8"; /* トップの設定 */ @import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Roboto:ital@1&display=swap"); body { font-family: "Baskervville", serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; background: #f0f0f0; } /* ====割れる画面===== */ #splash { position: fixed; z-index: 99999; width: 100%; height: 100%; text-align: center; color: #fff; } #splash_text { position: absolute; top: 50%; left: 50%; z-index: 999; transform: translate(-50%, -50%); color: #fff; width: 100%; } .loader_cover { width: 100%; height: 50%; background-color: #ffa5d2; transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9); transform: scaleY(1); } .loader_cover-up { transform-origin: center top; } .loader_cover-down { position: absolute; bottom: 0; transform-origin: center bottom; /* 変形の原点 */ } /* クラスが付いたらy軸に0 */ .coveranime { transform: scaleY(0); } #header { width: 100%; height: 100vh; } #slider { background-size: cover; background-position: center; } /* header-text */ .heading-block { position: absolute; top: 40%; left: 50%; color: #fff; text-align: center; transform: translate(-50%, -50%); line-height: 1.1; } .shopsub { margin-top: 30px; margin-bottom: 0; font-size: 30px; letter-spacing: 0.2rem; font-family: "Baskervville", serif; } .shopmain-anime { font-size: 110px; margin-top: 0; letter-spacing: 1rem; font-family: "Baskervville", serif; } .shopmain-anime { animation-duration: 1s; } .box { /* padding: 40px; */ align-items: center; text-align: center; width: 100%; } /* ===スクロールダウン=== */ .scrolldown { position: absolute; bottom: 10px; right: 7%; } .scrolldown span { position: absolute; left: 1px; bottom: 10px; font-size: 1.25rem; letter-spacing: 0.05rem; color: #eee; -ms-writing-mode: tb-rl; /* 縦向き表示 */ -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; } /* 丸の描写 */ .scrolldown::before { content: ""; position: absolute; bottom: 0; left: -4px; width: 10px; height: 10px; border-radius: 50%; background: #eee; animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite; } /* ===上下の動きの幅=== */ @keyframes circlemove { 0% { bottom: 70px; } 100% { bottom: -1px; } } @keyframes circlehide { 0% { opacity: 0; } 50% { opacity: 1; } 80% { opacity: 0.5; } 100% { opacity: 0; } } /* 縦線の描写 */ .scrolldown::after { content: ""; position: absolute; bottom: 10px; left: 0; width: 2px; height: 80px; background: #eee; } /* =======セクション1======= */ #box-1 { position: relative; background: url(/image/bg-img4.jpg) no-repeat center; background-size: cover; } /* ボタンのグラデーション */ .box-area1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .bouquet { color: #fff; letter-spacing: 0.2rem; font-size: 60px; font-family: "Baskervville", serif; margin: 0; } .gradient, .gradient2 { font-size: 18px; margin-top: 20px; display: flex; display: inline-block; padding: 16px 60px; border-radius: 30px; /* 丸みを持たせる */ text-decoration: none; border: 2px solid #fff; color: #000; outline: none; /* 青の枠線を消す */ /* アニメーション設定 */ transition: all 0.4s ease-out; } .gradient2:hover, .gradient:hover { border-color: transparent; color: #fff; /* グラデーション色 */ background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); background-size: 200% auto; background-position: right center; /* 影 */ box-shadow: 0 5px 10px rgba(250, 108, 159, 0.4); } /* セクション2 */ #box-2 { background: url(/image/bg-img2.jpg) no-repeat center; background-size: cover; position: relative; } .box-area2 { position: absolute; } .contact-blur { width: 100%; max-width: 400px; height: 300px; padding: 40px 10px 0 10px; margin: 100px 0 0 40px; /* 位置調整 */ background-color: rgba(255, 255, 255, 0.8); } .contact-blur { text-align: center; color: #333; } .contact-blur p { font-size: 35px; } .contact-blur h2 { font-size: 40px; margin-bottom: 10px; line-height: 3rem; } .contact-blur dt { float: left; width: 30%; display: block; font-weight: bold; margin-bottom: 15px; } .contact-blur dd { float: right; width: 70%; font-size: 16px; } .box-area2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .contact { margin: 0; font-size: 60px; letter-spacing: 0.2rem; color: #fff; } /* sns icon */ #sns-icon img { width: 30px; } #sns-icon { z-index: 1; position: fixed; display: flex; list-style-type: none; right: 25px; top: 10px; } #sns-icon li { margin: 0 8px; } #sns-icon a { transition: all 5s; } #sns-icon a:hover { opacity: 0.8; /* 徐々に暗くなる */ } /* ========form-area====== */ .form-list { width: 100%; max-width: 500px; margin: 0 auto; list-style-type: none; } #form h3 { text-align: center; padding: 10px; margin: 10px; font-size: 35px; } .modaal-content-container { text-align: center; letter-spacing: 0.1rem; } .form-list input[type="text"], .form-list input[type="email"], .form-list textarea { width: 100%; border: 1px solid #ccc; background: #f8f9fa; padding: 10px; } .form-list input[type="text"], input[type="email"] { height: 50px; } .submit-btn { width: 152px; margin: auto; } input[type="submit"] { background: #333; color: #fff; text-align: center; padding: 5px 20px; width: 152px; margin: 0 auto; } input[type="submit"]:hover { background: #555; } .form-list dl { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 0 20px 0; } .form-list dt { width: 30%; } .form-list dd { width: 66%; } .form-list textarea { height: 200px; resize: none; } /* コンタクトアリアはあらかじめ隠す */ .hide-area { display: none; } /* ✖表示 */ .modaal-close:after, .modaal-close:before { background: #ccc; } .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before { background: #666; /* ✖ボタンの色 */ } /* footer */ small { font-size: 15px; color: #fff; position: fixed; left: 20px; top: 40%; /* color: ; */ letter-spacing: 0.1rem; line-height: 1; writing-mode: vertical-rl; } /* =====@media====== */ @media screen and (max-width: 768px) { .box #box1 { justify-content: center; } }
0.355439
0.067917
body { font-family: Inconsolata, 'Courier New', monospace; font-weight: normal; font-style: normal; font-variant: normal; font-size: 1.3125em; line-height: 1.52381em; } h1, h2, h3, h4, h5 { font-family: inherit; } pre { padding: 0px; background-color: inherit; border: none; } footer { font-size: 11px; color: #666; } footer a { color: #666; text-decoration: underline; } .center-text { text-align: center; } table.assessments td, table.comparisons td { text-align: center; vertical-align: middle !important; } table.assessments tr.unfinished td.owners, table.comparisons tr.unfinished td.owners { cursor: not-allowed !important; } table.assessments tr.unfinished img, table.comparisons tr.unfinished img { opacity: 0.5; } table.assessments td.owners, table.comparisons td.owners { cursor: pointer; } table.assessments td.owners, table.comparisons td.owners { text-align: left; } table.assessments th, table.comparisons th { text-align: center; } table.repositories-table { display: inline-table; word-wrap:break-word; } .repository-name { font-weight: bold; } .blob-size { text-align: right; width: 100px; } .blob-link { color: inherit; } .test-blob .blob-link { color: #666666 !important; } .blob-content { display: block; height: 480px; overflow-y: scroll; } .active-blob-row { background-color: #49515a !important; } .owner { background-image: linear-gradient(#020202, #101112 40%, #191b1d); background-repeat: no-repeat; border: 1px solid rgba(0,0,0,0.6); padding: 10px; margin-bottom: 30px; cursor: pointer; } .owner-name { display: block; font-weight: bold; padding-top: 5px; padding-bottom: 5px; } .owner-avatar { width: 100%; background-color: #ffffff; display: block; } .owner-repository-table-container { max-height: 500px; overflow-y: scroll; } .noscript { position: absolute; left: 0px; top: 0px; display: block; z-index: 9999; width: 100%; height: 100%; color: #c8c8c8; background-color: #272b30; text-align: center; padding-top: 20%; }
public/css/main.css
body { font-family: Inconsolata, 'Courier New', monospace; font-weight: normal; font-style: normal; font-variant: normal; font-size: 1.3125em; line-height: 1.52381em; } h1, h2, h3, h4, h5 { font-family: inherit; } pre { padding: 0px; background-color: inherit; border: none; } footer { font-size: 11px; color: #666; } footer a { color: #666; text-decoration: underline; } .center-text { text-align: center; } table.assessments td, table.comparisons td { text-align: center; vertical-align: middle !important; } table.assessments tr.unfinished td.owners, table.comparisons tr.unfinished td.owners { cursor: not-allowed !important; } table.assessments tr.unfinished img, table.comparisons tr.unfinished img { opacity: 0.5; } table.assessments td.owners, table.comparisons td.owners { cursor: pointer; } table.assessments td.owners, table.comparisons td.owners { text-align: left; } table.assessments th, table.comparisons th { text-align: center; } table.repositories-table { display: inline-table; word-wrap:break-word; } .repository-name { font-weight: bold; } .blob-size { text-align: right; width: 100px; } .blob-link { color: inherit; } .test-blob .blob-link { color: #666666 !important; } .blob-content { display: block; height: 480px; overflow-y: scroll; } .active-blob-row { background-color: #49515a !important; } .owner { background-image: linear-gradient(#020202, #101112 40%, #191b1d); background-repeat: no-repeat; border: 1px solid rgba(0,0,0,0.6); padding: 10px; margin-bottom: 30px; cursor: pointer; } .owner-name { display: block; font-weight: bold; padding-top: 5px; padding-bottom: 5px; } .owner-avatar { width: 100%; background-color: #ffffff; display: block; } .owner-repository-table-container { max-height: 500px; overflow-y: scroll; } .noscript { position: absolute; left: 0px; top: 0px; display: block; z-index: 9999; width: 100%; height: 100%; color: #c8c8c8; background-color: #272b30; text-align: center; padding-top: 20%; }
0.625896
0.124426
.directcloudinaryupload p .or { font-weight: bold; font-style: italic; } .uploadtext__container { display: none; height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; margin: 5px 0; width: 100%; max-width: 512px; } .status-text { height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; display: block; width: 0%; background-color: #5db4df; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5db4df), color-stop(8%, #5db1dd), color-stop(50%, #439bcb), color-stop(54%, #3f99cd), color-stop(96%, #207db6), color-stop(100%, #1e7cba)); background-image: -webkit-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -moz-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -o-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); } /*.cms .ss-ui-button.video-delete-button {*/ /*color: #fff;*/ /*text-shadow: none;*/ /*border: solid 1px #980c10;*/ /*background: #d81b21;*/ /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));*/ /*background: -moz-linear-gradient(top, #ed1c24, #aa1317);*/ /*}*/ .cloudinaryvideo .middleColumn { min-width: 510px; max-width: 600px; width: 100%; margin-left: 0; clear: both; padding: 0; background: #fff; border: 1px solid #b3b3b3; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(10%, #ffffff), color-stop(90%, #ffffff), color-stop(100%, #efefef)); background-image: -moz-linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); background-image: -webkit-linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); background-image: linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); } .ss-uploadfield-item-info{ height: 70px; padding: 10px; margin-left: 105px !important; } .ss-uploadfield-item-info a{ display: block; float: left; } input.video-attach-field.text{ max-width: 440px !important; margin-bottom: 5px; } label.ss-uploadfield-item-name{ display: block; } .uploadtext__container { display: none; height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; margin: 5px 0; width: 100%; max-width: 512px; } .status-text { height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; display: block; width: 0%; background-color: #5db4df; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5db4df), color-stop(8%, #5db1dd), color-stop(50%, #439bcb), color-stop(54%, #3f99cd), color-stop(96%, #207db6), color-stop(100%, #1e7cba)); background-image: -webkit-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -moz-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -o-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); }
css/CloudinaryVideoField.css
.directcloudinaryupload p .or { font-weight: bold; font-style: italic; } .uploadtext__container { display: none; height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; margin: 5px 0; width: 100%; max-width: 512px; } .status-text { height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; display: block; width: 0%; background-color: #5db4df; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5db4df), color-stop(8%, #5db1dd), color-stop(50%, #439bcb), color-stop(54%, #3f99cd), color-stop(96%, #207db6), color-stop(100%, #1e7cba)); background-image: -webkit-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -moz-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -o-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); } /*.cms .ss-ui-button.video-delete-button {*/ /*color: #fff;*/ /*text-shadow: none;*/ /*border: solid 1px #980c10;*/ /*background: #d81b21;*/ /*background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));*/ /*background: -moz-linear-gradient(top, #ed1c24, #aa1317);*/ /*}*/ .cloudinaryvideo .middleColumn { min-width: 510px; max-width: 600px; width: 100%; margin-left: 0; clear: both; padding: 0; background: #fff; border: 1px solid #b3b3b3; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(10%, #ffffff), color-stop(90%, #ffffff), color-stop(100%, #efefef)); background-image: -moz-linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); background-image: -webkit-linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); background-image: linear-gradient(#efefef, #ffffff 10%, #ffffff 90%, #efefef); } .ss-uploadfield-item-info{ height: 70px; padding: 10px; margin-left: 105px !important; } .ss-uploadfield-item-info a{ display: block; float: left; } input.video-attach-field.text{ max-width: 440px !important; margin-bottom: 5px; } label.ss-uploadfield-item-name{ display: block; } .uploadtext__container { display: none; height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; margin: 5px 0; width: 100%; max-width: 512px; } .status-text { height: 30px; line-height: 30px; border-radius: 5px; color: #FFF; display: block; width: 0%; background-color: #5db4df; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5db4df), color-stop(8%, #5db1dd), color-stop(50%, #439bcb), color-stop(54%, #3f99cd), color-stop(96%, #207db6), color-stop(100%, #1e7cba)); background-image: -webkit-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -moz-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: -o-linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); background-image: linear-gradient(top, #5db4df 0%, #5db1dd 8%, #439bcb 50%, #3f99cd 54%, #207db6 96%, #1e7cba 100%); }
0.300848
0.068133
* { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: sans-serif; font-size: 16px; color: #000; min-height: 100vh; } img { max-width: 100%; } a { text-decoration: none; color: #fff; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .d-flex { display: flex; } .jc-sbetween { justify-content: space-between; } .mt-0 { margin-top: 0rem; } .pt-0 { padding-top: 0rem; } .mb-0 { margin-bottom: 0rem; } .pb-0 { padding-bottom: 0rem; } .mt-1 { margin-top: 1rem; } .pt-1 { padding-top: 1rem; } .mb-1 { margin-bottom: 1rem; } .pb-1 { padding-bottom: 1rem; } .mt-2 { margin-top: 2rem; } .pt-2 { padding-top: 2rem; } .mb-2 { margin-bottom: 2rem; } .pb-2 { padding-bottom: 2rem; } .mt-3 { margin-top: 3rem; } .pt-3 { padding-top: 3rem; } .mb-3 { margin-bottom: 3rem; } .pb-3 { padding-bottom: 3rem; } .mt-4 { margin-top: 4rem; } .pt-4 { padding-top: 4rem; } .mb-4 { margin-bottom: 4rem; } .pb-4 { padding-bottom: 4rem; } .mt-6 { margin-top: 6rem; } .pt-6 { padding-top: 6rem; } .mb-6 { margin-bottom: 6rem; } .pb-6 { padding-bottom: 6rem; } .no-list-style { list-style: none; padding: 0; } .header-overall { background-color: #0c7cec; color: #fff; justify-content: end; } .header-overall span { padding: 2px 10px; margin-right: 15px; font-size: 10px; } .navbar-nav ul { align-items: center; } .navbar-nav ul li { padding: 0 0.8rem; } .navbar-nav ul li a { text-transform: uppercase; } .navbar-nav ul li i { color: #0c7cec; } .search-nav { align-items: center; } .search-nav a { border-bottom: 3px solid #0c7cec; padding-left: 1.5rem; padding-bottom: 3px; } .navbar-nav a, .search-nav a { font-weight: 600; color: #000; } .general-hero { height: 400px; background-image: url("../images/bg-hero-home.jpg"); background-size: cover; background-position: center top; position: relative; } .general-hero .cover-comic { position: absolute; left: 20%; bottom: 0; } .wrap-home { background-color: #0c7cec; } .comics-section { background-color: #1c1c1c; } .comics-section .btn-container { text-align: center; } .comics-section .btn-container button { margin: 1rem; padding: 12px 32px; border: 0; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; background-color: #0c7cec; color: #fff; } .comics-list { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 1rem; padding: 20px 0; } .comics-list a { font-size: 0.75rem; } .dc-banner { padding: 20px; } .dc-banner ul { align-items: center; } .dc-banner ul .dc-features { align-items: center; } .dc-banner ul .dc-features a { margin-left: 10px; text-transform: uppercase; font-size: 0.9rem; font-weight: bold; } .dc-banner ul .dc-features img { width: 52px; } .info-comic { margin-right: 2rem; } .info-comic h1 { color: #003f5e; text-transform: uppercase; } .price { padding: 1rem; border-bottom: 1px solid #000; color: #fff; background-color: #55ba59; } .price .check-avaibility { margin-left: 5px; padding: 1rem; border-left: 1px solid #000; } .adv-comic h4 { margin: 0; text-transform: uppercase; text-align: end; } .details-section-bottom { background-color: #f6f6f6; justify-content: space-around; } .details-section-bottom h3 { padding: 1rem; color: #003f5e; border-bottom: 1px solid; } .details-section-bottom .talent { margin-right: 15px; } .details-section-bottom .talent h6 { color: #003f5e; } .details-section-bottom .talent h6 span { color: #0c7cec; } .specs { margin-left: 15px; } .specs h6 { color: #003f5e; } .specs h6 .specs-title { color: #0c7cec; } .main-footer { background-image: url("../images/footer-bg.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .main-footer div { padding: 1rem; font-size: 0.8rem; line-height: 24px; } .main-footer h3 { color: #fff; } .wrap-footer { background-image: url("../images/logo-footer.png"); background-size: contain; background-position: center right; background-repeat: no-repeat; } .copy-footer { color: #fff; } .copy-footer p { margin-left: 0.5rem; line-height: normal; } .copy-footer span { color: #0c7cec; } .footer-bottom { padding: 1rem; background-color: #303030; } .sign-in button { padding: 16px 20px; border: 2px solid #0c7cec; background-color: transparent; } .sign-in button a { font-weight: bold; } .social-icons { align-items: center; } .social-icons h3 { margin-right: 10px; font-weight: bold; text-transform: uppercase; color: #0c7cec; } .social-icons i { margin: 0 5px; padding: 0.5rem; font-size: 1rem; border-radius: 50%; background-color: #797979; color: #303030; }
public/css/app.css
* { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: sans-serif; font-size: 16px; color: #000; min-height: 100vh; } img { max-width: 100%; } a { text-decoration: none; color: #fff; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } .d-flex { display: flex; } .jc-sbetween { justify-content: space-between; } .mt-0 { margin-top: 0rem; } .pt-0 { padding-top: 0rem; } .mb-0 { margin-bottom: 0rem; } .pb-0 { padding-bottom: 0rem; } .mt-1 { margin-top: 1rem; } .pt-1 { padding-top: 1rem; } .mb-1 { margin-bottom: 1rem; } .pb-1 { padding-bottom: 1rem; } .mt-2 { margin-top: 2rem; } .pt-2 { padding-top: 2rem; } .mb-2 { margin-bottom: 2rem; } .pb-2 { padding-bottom: 2rem; } .mt-3 { margin-top: 3rem; } .pt-3 { padding-top: 3rem; } .mb-3 { margin-bottom: 3rem; } .pb-3 { padding-bottom: 3rem; } .mt-4 { margin-top: 4rem; } .pt-4 { padding-top: 4rem; } .mb-4 { margin-bottom: 4rem; } .pb-4 { padding-bottom: 4rem; } .mt-6 { margin-top: 6rem; } .pt-6 { padding-top: 6rem; } .mb-6 { margin-bottom: 6rem; } .pb-6 { padding-bottom: 6rem; } .no-list-style { list-style: none; padding: 0; } .header-overall { background-color: #0c7cec; color: #fff; justify-content: end; } .header-overall span { padding: 2px 10px; margin-right: 15px; font-size: 10px; } .navbar-nav ul { align-items: center; } .navbar-nav ul li { padding: 0 0.8rem; } .navbar-nav ul li a { text-transform: uppercase; } .navbar-nav ul li i { color: #0c7cec; } .search-nav { align-items: center; } .search-nav a { border-bottom: 3px solid #0c7cec; padding-left: 1.5rem; padding-bottom: 3px; } .navbar-nav a, .search-nav a { font-weight: 600; color: #000; } .general-hero { height: 400px; background-image: url("../images/bg-hero-home.jpg"); background-size: cover; background-position: center top; position: relative; } .general-hero .cover-comic { position: absolute; left: 20%; bottom: 0; } .wrap-home { background-color: #0c7cec; } .comics-section { background-color: #1c1c1c; } .comics-section .btn-container { text-align: center; } .comics-section .btn-container button { margin: 1rem; padding: 12px 32px; border: 0; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; background-color: #0c7cec; color: #fff; } .comics-list { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 1rem; padding: 20px 0; } .comics-list a { font-size: 0.75rem; } .dc-banner { padding: 20px; } .dc-banner ul { align-items: center; } .dc-banner ul .dc-features { align-items: center; } .dc-banner ul .dc-features a { margin-left: 10px; text-transform: uppercase; font-size: 0.9rem; font-weight: bold; } .dc-banner ul .dc-features img { width: 52px; } .info-comic { margin-right: 2rem; } .info-comic h1 { color: #003f5e; text-transform: uppercase; } .price { padding: 1rem; border-bottom: 1px solid #000; color: #fff; background-color: #55ba59; } .price .check-avaibility { margin-left: 5px; padding: 1rem; border-left: 1px solid #000; } .adv-comic h4 { margin: 0; text-transform: uppercase; text-align: end; } .details-section-bottom { background-color: #f6f6f6; justify-content: space-around; } .details-section-bottom h3 { padding: 1rem; color: #003f5e; border-bottom: 1px solid; } .details-section-bottom .talent { margin-right: 15px; } .details-section-bottom .talent h6 { color: #003f5e; } .details-section-bottom .talent h6 span { color: #0c7cec; } .specs { margin-left: 15px; } .specs h6 { color: #003f5e; } .specs h6 .specs-title { color: #0c7cec; } .main-footer { background-image: url("../images/footer-bg.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .main-footer div { padding: 1rem; font-size: 0.8rem; line-height: 24px; } .main-footer h3 { color: #fff; } .wrap-footer { background-image: url("../images/logo-footer.png"); background-size: contain; background-position: center right; background-repeat: no-repeat; } .copy-footer { color: #fff; } .copy-footer p { margin-left: 0.5rem; line-height: normal; } .copy-footer span { color: #0c7cec; } .footer-bottom { padding: 1rem; background-color: #303030; } .sign-in button { padding: 16px 20px; border: 2px solid #0c7cec; background-color: transparent; } .sign-in button a { font-weight: bold; } .social-icons { align-items: center; } .social-icons h3 { margin-right: 10px; font-weight: bold; text-transform: uppercase; color: #0c7cec; } .social-icons i { margin: 0 5px; padding: 0.5rem; font-size: 1rem; border-radius: 50%; background-color: #797979; color: #303030; }
0.439988
0.088072
*{ margin:0; padding:0; } body{ background-color: #F4F4F4; } header{ height: 60px; width: 100%; padding-top: 20px; } .Logo{ float: left; } .menu{ margin-top: 30px; } .menu_element{ float: left; padding-left: 40px; padding-right: 40px; } .b_menu{ text-align: center; overflow: hidden; list-style: none; margin: 0 auto; padding-left: 0; margin-left: 300px; } .menu_element_txt{ color: #686868; font-size: 20px; font-family: sans-serif; } .menu_element_txt:hover{ color: black; font-size: 20px; font-family: sans-serif; transition: 0.5s; } .menu_element_txt_now{ color: black; font-size: 20px; font-family: sans-serif; border-bottom: 4px solid #3490D7; } a{ display: block; text-decoration: none; } .banner{ margin-top: 20px; padding-bottom: 20px; } .banner_img{ width: 100%; } .content{ width: 1200px; height: 800px; margin: 0 auto; } .content_menu{ height: 375px; width: 210px; background-color: white; border-radius: 20px; float: left; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .zhanry{ overflow: hidden; list-style: none; padding-left: 0; margin-left: 20px; } .men_txt{ color: black; } .content_menu_element_head{ font-size: 20px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; } .content_menu_element{ font-size: 15px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; } .content_menu_element:hover{ font-size: 15px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; padding-left: 40px; transition: 0.3s; } .content_main_txt{ width: 266px; height: 30px; padding: 20px; margin-left:265px; font-size: 18px; font-family: sans-serif; } .game{ margin-bottom: 20px; margin-top: 20px; width: 710px; height: 200px; margin-left: 285px; background-color: white; border-radius: 20px; } .game:hover{ margin-bottom: 20px; margin-top: 20px; width: 710px; height: 200px; margin-left: 285px; background-color: white; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); transition: 0.4s; } .img{ width: 300px; height: 200px; background-color: gray; float: left; } .game_txt{ width: 300px; height: 190px; margin-left: 300px; padding-top: 10px; padding-left: 10px; font-size: 20px; font-family: sans-serif; color: black; } .cena{ font-size: 20px; margin-left:1px; margin-top: 96px; } form{ width: 100px; height: 100px; margin-left: 601px; margin-top: -200px; } .form_button{ margin-top: 150px; border: none; padding: 10px; border-radius: 10px; background-color: #3490D7; font-size: 15px; font-family: sans-serif; color: white; cursor: pointer; outline: none; position: absolute; } .form_button:hover{ margin-top: 150px; border: none; padding: 13px; border-radius: 10px; background-color: #3490D7; font-size: 16px; font-family: sans-serif; color: white; cursor: pointer; outline: none; position: absolute; transition: 0.4s; } footer{ width: 100%; height: 100px; background-color: #DEDEDE; } .footer_txt{ width: 200px; margin-top: 20px; } .f_txt{ color: #686868; padding: 13px; margin-left: 40px; font-size: 18px; font-family: sans-serif; } .korzina{ width: 200px; height: 60px; float: right; margin-top: -60px; } .korz_txt{ font-size: 18px; font-family: sans-serif; color: black; margin-left: 53px; margin-top: -30px } .korzina_content{ width: 950px; height: 700px; background-color: white; float: right; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .con_t_img{ width: 400px; height: 400px; } .p_content{ width: 950px; height: 400px; background-color: white; float: right; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .nazv{ width: 300px; height: 50px; } .p_op{ width: 500px; height:400px; margin-left: 435px; margin-top: -385px; display: block; font-size: 18px; font-family: sans-serif; color: black; line-height: 1.7; } .form1{ width: 130px; height:60px; margin-left: 50px; margin-top: -90px; } .form_button1{ width: 120px; border: none; padding: 10px; font-size: 19px; font-family: sans-serif; color: white; background-color: #3490D7; border-radius: 10px; cursor: pointer; outline: none; display: flex; justify-content: center; position: relative; } .form_button1:hover{ width: 130px; border: none; padding: 14px; font-size: 21px; font-family: sans-serif; color: white; background-color: #3490D7; border-radius: 10px; cursor: pointer; outline: none; display: flex; justify-content: center; position: relative; transition: 0.4s; } .cena1{ width: 300px; height: 50px; font-size: 33px; font-family: sans-serif; color: black; margin-left: 650px; margin-top: -57px; } .content1{ width: 1200px; height: 500px; margin: 0 auto; }
public/index.css
*{ margin:0; padding:0; } body{ background-color: #F4F4F4; } header{ height: 60px; width: 100%; padding-top: 20px; } .Logo{ float: left; } .menu{ margin-top: 30px; } .menu_element{ float: left; padding-left: 40px; padding-right: 40px; } .b_menu{ text-align: center; overflow: hidden; list-style: none; margin: 0 auto; padding-left: 0; margin-left: 300px; } .menu_element_txt{ color: #686868; font-size: 20px; font-family: sans-serif; } .menu_element_txt:hover{ color: black; font-size: 20px; font-family: sans-serif; transition: 0.5s; } .menu_element_txt_now{ color: black; font-size: 20px; font-family: sans-serif; border-bottom: 4px solid #3490D7; } a{ display: block; text-decoration: none; } .banner{ margin-top: 20px; padding-bottom: 20px; } .banner_img{ width: 100%; } .content{ width: 1200px; height: 800px; margin: 0 auto; } .content_menu{ height: 375px; width: 210px; background-color: white; border-radius: 20px; float: left; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .zhanry{ overflow: hidden; list-style: none; padding-left: 0; margin-left: 20px; } .men_txt{ color: black; } .content_menu_element_head{ font-size: 20px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; } .content_menu_element{ font-size: 15px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; } .content_menu_element:hover{ font-size: 15px; font-family: sans-serif; padding-bottom: 20px; padding-top: 20px; padding-left: 40px; transition: 0.3s; } .content_main_txt{ width: 266px; height: 30px; padding: 20px; margin-left:265px; font-size: 18px; font-family: sans-serif; } .game{ margin-bottom: 20px; margin-top: 20px; width: 710px; height: 200px; margin-left: 285px; background-color: white; border-radius: 20px; } .game:hover{ margin-bottom: 20px; margin-top: 20px; width: 710px; height: 200px; margin-left: 285px; background-color: white; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); transition: 0.4s; } .img{ width: 300px; height: 200px; background-color: gray; float: left; } .game_txt{ width: 300px; height: 190px; margin-left: 300px; padding-top: 10px; padding-left: 10px; font-size: 20px; font-family: sans-serif; color: black; } .cena{ font-size: 20px; margin-left:1px; margin-top: 96px; } form{ width: 100px; height: 100px; margin-left: 601px; margin-top: -200px; } .form_button{ margin-top: 150px; border: none; padding: 10px; border-radius: 10px; background-color: #3490D7; font-size: 15px; font-family: sans-serif; color: white; cursor: pointer; outline: none; position: absolute; } .form_button:hover{ margin-top: 150px; border: none; padding: 13px; border-radius: 10px; background-color: #3490D7; font-size: 16px; font-family: sans-serif; color: white; cursor: pointer; outline: none; position: absolute; transition: 0.4s; } footer{ width: 100%; height: 100px; background-color: #DEDEDE; } .footer_txt{ width: 200px; margin-top: 20px; } .f_txt{ color: #686868; padding: 13px; margin-left: 40px; font-size: 18px; font-family: sans-serif; } .korzina{ width: 200px; height: 60px; float: right; margin-top: -60px; } .korz_txt{ font-size: 18px; font-family: sans-serif; color: black; margin-left: 53px; margin-top: -30px } .korzina_content{ width: 950px; height: 700px; background-color: white; float: right; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .con_t_img{ width: 400px; height: 400px; } .p_content{ width: 950px; height: 400px; background-color: white; float: right; border-radius: 20px; box-shadow: 2px 2px 8px rgba(122,122,122,0.5); } .nazv{ width: 300px; height: 50px; } .p_op{ width: 500px; height:400px; margin-left: 435px; margin-top: -385px; display: block; font-size: 18px; font-family: sans-serif; color: black; line-height: 1.7; } .form1{ width: 130px; height:60px; margin-left: 50px; margin-top: -90px; } .form_button1{ width: 120px; border: none; padding: 10px; font-size: 19px; font-family: sans-serif; color: white; background-color: #3490D7; border-radius: 10px; cursor: pointer; outline: none; display: flex; justify-content: center; position: relative; } .form_button1:hover{ width: 130px; border: none; padding: 14px; font-size: 21px; font-family: sans-serif; color: white; background-color: #3490D7; border-radius: 10px; cursor: pointer; outline: none; display: flex; justify-content: center; position: relative; transition: 0.4s; } .cena1{ width: 300px; height: 50px; font-size: 33px; font-family: sans-serif; color: black; margin-left: 650px; margin-top: -57px; } .content1{ width: 1200px; height: 500px; margin: 0 auto; }
0.271928
0.04679
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { font-family: "Helvetica", "Arial", sans-serif; background-color: #faaca8; background-image: linear-gradient(19deg, #faaca8 0%, #ddd6f3 100%); } #container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100vw; height: 100vh; } #calculator { height: 60vh; width: 30vw; display: grid; grid-template-rows: 1.5fr repeat(5, 1fr); grid-template-columns: repeat(4, 1fr); justify-items: center; align-items: center; border-radius: 5px; border: 1px solid #4e4d50; } @media screen and (max-width: 900px) { #calculator { width: 40vw; } } @media screen and (max-width: 650px) { #calculator { width: 75vw; } } @media screen and (max-height: 400px) { #calculator { height: 75vh; } } #calculator .number { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #78787a; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .number:hover { background-color: #696969; } #calculator .number:active { background-color: #f98b00; } #calculator .operand { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f98b00; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .operand:hover { background-color: #ffb356; } #calculator .specialOperand { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #5d5d60; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .specialOperand:hover { background-color: #6c6a70; } #mainDisplay { grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 2; display: flex; width: 100%; height: 100%; justify-content: flex-end; align-items: flex-end; padding-right: 10px; padding-bottom: 15px; background-color: #4d4e4f; color: white; font-size: xx-large; } #number0 { grid-column-start: 1; grid-column-end: 3; grid-row-start: 6; grid-row-end: 7; align-items: flex-start !important; padding-left: 20%; } h2 { color: #4d4e4f; margin-bottom: 10px; } p { color: #4d4e4f; margin-bottom: 15px; font-size: small; font-weight: 100; } .enabled { cursor: pointer; } .enabled:hover { background-color: #ffb356; } .equals { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f98b00; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; } #decimal { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #78787a; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #decimal:hover { background-color: #696969; } #decimal:active { background-color: #f98b00; }
styles/main.css
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { font-family: "Helvetica", "Arial", sans-serif; background-color: #faaca8; background-image: linear-gradient(19deg, #faaca8 0%, #ddd6f3 100%); } #container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100vw; height: 100vh; } #calculator { height: 60vh; width: 30vw; display: grid; grid-template-rows: 1.5fr repeat(5, 1fr); grid-template-columns: repeat(4, 1fr); justify-items: center; align-items: center; border-radius: 5px; border: 1px solid #4e4d50; } @media screen and (max-width: 900px) { #calculator { width: 40vw; } } @media screen and (max-width: 650px) { #calculator { width: 75vw; } } @media screen and (max-height: 400px) { #calculator { height: 75vh; } } #calculator .number { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #78787a; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .number:hover { background-color: #696969; } #calculator .number:active { background-color: #f98b00; } #calculator .operand { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f98b00; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .operand:hover { background-color: #ffb356; } #calculator .specialOperand { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #5d5d60; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #calculator .specialOperand:hover { background-color: #6c6a70; } #mainDisplay { grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 2; display: flex; width: 100%; height: 100%; justify-content: flex-end; align-items: flex-end; padding-right: 10px; padding-bottom: 15px; background-color: #4d4e4f; color: white; font-size: xx-large; } #number0 { grid-column-start: 1; grid-column-end: 3; grid-row-start: 6; grid-row-end: 7; align-items: flex-start !important; padding-left: 20%; } h2 { color: #4d4e4f; margin-bottom: 10px; } p { color: #4d4e4f; margin-bottom: 15px; font-size: small; font-weight: 100; } .enabled { cursor: pointer; } .enabled:hover { background-color: #ffb356; } .equals { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #f98b00; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; } #decimal { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #78787a; color: white; border: 1px solid #4e4d50; font-size: x-large; font-weight: 100; cursor: pointer; } #decimal:hover { background-color: #696969; } #decimal:active { background-color: #f98b00; }
0.431824
0.11887
@charset "UTF-8"; /** * Stripped * ======== * * Responsive Mobile-First SASS / CSS Micro Framework Without Classes * ------------------------------------------------------------------ * * @author "<NAME>" <<EMAIL>> * @license GPLv3 for open source use or Stripped Commercial License for commercial use * @copyright 2017 <NAME> */ /** * Place a Section, or article, or aside containing a header or footer and it will be displayed as a panel. */ /************************************************** * Layout **************************************************/ /** * Main Layout */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { /* Resets body default margin */ margin: 0; } /** * Wrapper Layout */ .wrapper, body > header:first-of-type, body > main, body > nav { width: 100%; max-width: 100%; margin-right: auto; margin-left: auto; } .wrapper > *, body > header:first-of-type > *, body > main > *, body > nav > * { max-width: 95%; margin-right: auto; margin-left: auto; } @media (min-width: 292px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 91.66667%; max-width: 91.66667%; margin-right: auto; margin-left: auto; } } @media (min-width: 684px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 83.33333%; max-width: 83.33333%; margin-right: auto; margin-left: auto; } } @media (min-width: 961px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 75%; max-width: 75%; margin-right: auto; margin-left: auto; } } @media (min-width: 1383px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 66.66667%; max-width: 66.66667%; margin-right: auto; margin-left: auto; } } /** * Blocks layout */ article, blockquote, hr, section { margin: 2.84766em auto; } /** * Code layout */ code { padding: .70233em .79012em; } pre code { font-size: inherit; padding: 0; /* Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks. */ white-space: pre-wrap; color: inherit; border-radius: 0; background-color: transparent; } /** * Allows to maintain footer at the bottom of the page */ body { position: relative; min-height: 100vh; } body > footer:last-of-type { position: absolute; bottom: 0; left: 0; } /** * Footer layout */ body > footer:last-of-type { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 100%; padding: 1.42383em 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } body > footer:last-of-type > * { /* Footer items margin */ margin: 1.77778em; padding: 0 0 0 .88889em; } body > footer:last-of-type > * p { /* Footer p layout */ margin: 0; } body > footer:last-of-type ul { margin: 0; /* List items layout in footer */ padding: 0; } /** * Forms Layout */ input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="keygen"], input[type="month"], input[type="number"], input[type="password"], input[type="phone"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select { display: block; width: 100%; height: 7.11914em; margin: 1.58025em auto; padding: .79012em .88889em; } textarea { width: 100%; padding: .79012em .88889em; /* Disables horizontal resize */ resize: vertical; } button, button[type="button"], button[type="reset"], button[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] { margin: 1.40466em auto; padding: .79012em 1.42383em; border-style: none; outline: none; } fieldset * { margin: auto; } /** * Header layout */ body div:first-of-type > header:first-of-type, body > header:first-of-type { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; /* Flex-box vertical alignment */ -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } body div:first-of-type > header:first-of-type > *, body > header:first-of-type > * { /* Every header child has margin */ max-width: 99%; margin: 1.58025em auto; } /** * Navigation menu layout */ nav:first-of-type { /* Menu layout if more that one */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; text-align: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } nav:first-of-type > * { margin-bottom: 2em; } nav:first-of-type ul { /* Menu items layout */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; /* Resets ul default styling */ list-style: none; } nav:first-of-type ul li:not(:first-child) { /* Collapses double border between items */ margin-top: -1px; } nav:first-of-type ul li:first-child, nav:first-of-type ul li:first-child * { /* Border radiuses (vertical) first-child */ border-radius: .70233em .70233em 0 0; } nav:first-of-type ul li:last-child, nav:first-of-type ul li:last-child * { /* Border radiuses (vertical) last-child */ border-radius: 0 0 .70233em .70233em; } nav:first-of-type ul li > * { /* ...and has no margin */ margin: 0; /* Any direct child element has padding */ padding: .79012em 1.42383em; /* ...is unselectable */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } nav:first-of-type ul li a { /* Displays links as block */ display: block; } /** * Panels layout */ section { /* Prevents margin collapsing and allows for scrollbar */ overflow: auto; margin-bottom: 1.77778em; text-align: center; border-radius: .79012em; /* Centers panel block elements and sets margin */ } section > article, section > aside, section > blockquote, section > details, section > div, section > dl, section > fieldset, section > figure, section > form, section > h1, section > h2, section > h3, section > h4, section > h5, section > h6, section > img, section > ol, section > p, section > section, section > summary, section > table, section > ul { max-width: 99%; margin: 1.77778em auto; } section > header:first-of-type { /* Prevents header from collapsing when parent has display flex */ min-width: 100%; border-radius: .79012em .79012em 0 0; } section > header:first-of-type, section > footer:last-of-type { padding: 1.42383em; text-align: center; } section > header:first-of-type > *, section > footer:last-of-type > * { margin: auto; } section > header:first-of-type + footer:last-of-type { /* Avoids double margin when a footer follows a header inside panel */ margin-top: -1px; } section footer:last-of-type { font-size: .88889em; /* Prevents footer from collapsing when parent has display flex */ min-width: 100%; border-radius: 0 0 .79012em .79012em; } article, aside { /* Prevents margin collapsing and allows for scrollbar */ overflow: auto; margin-bottom: 1.77778em; text-align: center; border-radius: .6243em; /* Centers panel block elements and sets margin */ } article > article, article > aside, article > blockquote, article > details, article > div, article > dl, article > fieldset, article > figure, article > form, article > h1, article > h2, article > h3, article > h4, article > h5, article > h6, article > img, article > ol, article > p, article > section, article > summary, article > table, article > ul, aside > article, aside > aside, aside > blockquote, aside > details, aside > div, aside > dl, aside > fieldset, aside > figure, aside > form, aside > h1, aside > h2, aside > h3, aside > h4, aside > h5, aside > h6, aside > img, aside > ol, aside > p, aside > section, aside > summary, aside > table, aside > ul { max-width: 99%; margin: 1.77778em auto; } article > header:first-of-type, aside > header:first-of-type { /* Prevents header from collapsing when parent has display flex */ min-width: 100%; border-radius: .6243em .6243em 0 0; } article > header:first-of-type, article > footer:last-of-type, aside > header:first-of-type, aside > footer:last-of-type { padding: 1.42383em; text-align: center; } article > header:first-of-type > *, article > footer:last-of-type > *, aside > header:first-of-type > *, aside > footer:last-of-type > * { margin: auto; } article > header:first-of-type + footer:last-of-type, aside > header:first-of-type + footer:last-of-type { /* Avoids double margin when a footer follows a header inside panel */ margin-top: -1px; } article footer:last-of-type, aside footer:last-of-type { font-size: .88889em; /* Prevents footer from collapsing when parent has display flex */ min-width: 100%; border-radius: 0 0 .6243em .6243em; } /** * pre layout */ pre { margin: 2em 2.84766em; padding: 1em 1em 1em 1.42383em; text-align: left; /* Allows pre to wrap overflowing text */ white-space: pre-wrap; /* Allows unbreakable words to be broken. */ word-wrap: break-word; /* Lines may break between any two letters. */ word-break: break-all; } /** * Table layout */ table { max-width: 100%; margin: 1.77778em auto; border-spacing: 0; border-collapse: collapse; text-align: center; } /* Table cells layout */ table th, table td { padding: .79012em; vertical-align: middle; } /************************************************** * Theme **************************************************/ abbr { color: #337AB7; border-bottom: 1px dotted #337AB7; } article { border: 1px solid #CCC; border-radius: .70233em; background: white; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); } article > header { border-bottom: 1px solid #CCC; border-radius: .79012em .79012em 0 0; } article > header > h1 { color: #337AB7; } article > footer { border-top: 1px solid #CCC; border-radius: 0 0 .79012em .79012em; } aside { border: 2px dashed #CCC; border-radius: .88889em; border-top-left-radius: 0; background: white; } aside > header { border-bottom: 2px dashed #CCC; border-radius: 0 .88889em 0 0; } aside > footer { border-top: 2px dashed #CCC; border-radius: 0 0 .88889em .88889em; } blockquote::before, blockquote::after { font-size: 1.42383em; font-weight: bold; color: #337AB7; } blockquote::before { float: left; content: "“"; } blockquote::after { float: right; clear: both; content: "”"; } /** * Buttons */ input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"] { border-radius: .70233em; } input[type="button"], input[type="submit"], button { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; color: white; background-color: #337AB7; } input[type="button"]:hover, input[type="submit"]:hover, button:hover { cursor: pointer; background-color: #286090; } input[type="button"]:focus, input[type="submit"]:focus, button:focus { background-color: #286090; } input[type="button"]:active, input[type="submit"]:active, button:active { background-color: #286090; } input[type="button"]:active:hover, input[type="button"]:active:focus, input[type="submit"]:active:hover, input[type="submit"]:active:focus, button:active:hover, button:active:focus { background-color: #204D74; } input[type="button"][disabled], input[type="submit"][disabled], button[disabled] { opacity: .65; } input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, button[disabled]:hover, button[disabled]:focus { cursor: not-allowed; } input[type="reset"], button[type="reset"] { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; color: white; background-color: #D9534F; } input[type="reset"]:hover, button[type="reset"]:hover { cursor: pointer; background-color: #C9302C; } input[type="reset"]:focus, button[type="reset"]:focus { background-color: #C9302C; } input[type="reset"]:active, button[type="reset"]:active { background-color: #C9302C; } input[type="reset"]:active:hover, input[type="reset"]:active:focus, button[type="reset"]:active:hover, button[type="reset"]:active:focus { background-color: #AC2925; } input[type="reset"][disabled], button[type="reset"][disabled] { opacity: .65; } input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, button[type="reset"][disabled]:hover, button[type="reset"][disabled]:focus { cursor: not-allowed; } /** * code */ code { font-size: .88889em; color: #C7254E; border-radius: .49327em; background-color: #F9F2F4; } fieldset { border: 1px solid #CCC; border-style: none; } fieldset > legend { color: #9C9C9C; } figcaption { font-size: .88889em; color: #337AB7; } body > footer:last-of-type, body > div:first-of-type > footer:last-of-type { color: #555; background-color: #2A2730; } body > footer:last-of-type > *, body > div:first-of-type > footer:last-of-type > * { /* Footer items styling */ border-left: 1px solid white; } body > footer:last-of-type ul, body > div:first-of-type > footer:last-of-type ul { /* List items styling in footer */ list-style: none; } body > footer:last-of-type a, body > div:first-of-type > footer:last-of-type a { /* Link styling in footer */ text-decoration: none; color: white; } body > footer:last-of-type a:hover, body > div:first-of-type > footer:last-of-type a:hover { /* Hover effect on footer links */ text-decoration: underline; } h5, h6 { color: #777; } body > header:first-of-type > img:first-of-type { /* Logo styling */ border-radius: 50%; } body > header:first-of-type > h1:first-of-type { /* Title styling */ color: #337AB7; } hr { border-style: none; border-bottom: 4px solid #337AB7; } input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="keygen"], input[type="month"], input[type="number"], input[type="password"], input[type="phone"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea { color: #555; border: 1px solid #CCC; border-radius: .70233em; } input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="keygen"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="phone"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus { border: 1px solid #5BC0DE; outline: none; -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6); box-shadow: 0 0 8px rgba(102, 175, 233, .6); } input[type="file"] { background-color: white; } kbd { /* Resets buttons font-size & line-height */ font-size: .70233em; line-height: 160%; padding: 2px 8px 4px 4px; color: white; border-top: 2px solid #8CB8DF; border-right: 4px solid #3072AB; border-bottom: 5px solid #2A6598; border-left: 3px solid #5094CE; border-radius: .6243em; background: -webkit-gradient(linear, right bottom, left top, from(#5094CE), to(#337AB7)); background: -webkit-linear-gradient(bottom right, #5094CE, #337AB7); background: -o-linear-gradient(bottom right, #5094CE, #337AB7); background: linear-gradient(to top left, #5094CE, #337AB7); -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .25); box-shadow: 1px 2px 5px rgba(0, 0, 0, .25); } a { text-decoration: none; color: #337AB7; } a:hover { /* Hover effect */ text-decoration: underline; } dl > dt { font-weight: bold; color: #337AB7; } dl > dt > dd { font-style: italic; } ol { list-style-type: decimal-leading-zero; } ul { list-style-type: circle; } mark { background-color: rgba(102, 175, 233, .6); } /** * Navigation menu Styling */ nav > ul > li { border: 1px solid #CCC; background-color: white; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); } nav > ul > li:first-child > p { /* Place menu label inside p to display correctly */ font-weight: bold; color: #666; background-color: whitesmoke; } nav > ul > li:first-child > p:hover { background-color: #EEE; } nav > ul > li:first-child > p a { font-weight: bold; color: #337AB7; } nav > ul > li p { color: #666; } nav > ul > li > a { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; /* Menu links */ text-decoration: none; color: #337AB7; color: #337AB7; background-color: white; } nav > ul > li > a:hover { cursor: pointer; background-color: #E6E6E6; } nav > ul > li > a:focus { background-color: #E6E6E6; } nav > ul > li > a:active { background-color: #E6E6E6; } nav > ul > li > a:active:hover, nav > ul > li > a:active:focus { background-color: #D4D4D4; } nav > ul > li > a[disabled] { opacity: .65; } nav > ul > li > a[disabled]:hover, nav > ul > li > a[disabled]:focus { cursor: not-allowed; } /** * pre */ pre { border: 1px solid #CCC; border-left: 4px solid #337AB7; border-radius: 0 .6243em .6243em 0; background-color: #EEE; } section { background: whitesmoke; } section > header, section > footer { background: #EEE; } section > header { color: white; background: #337AB7; } section > header * { color: white; } table { border: 1px solid #CCC; } table caption { font-weight: bold; color: #337AB7; } table th { font-weight: bold; color: #555; } table th, table td { border: 1px solid #CCC; } table thead, table tfoot { background-color: whitesmoke; } table tfoot { font-size: .88889em; font-weight: 400; } table tfoot td { color: #555; } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 160%; color: #333; } h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 160%; color: #555; } body { font-size: 1em; } kbd, small, sub, sup { font-size: .88889em; } code, kbd, pre, samp { font-size: 1em; } h1 { font-size: 1.42383em; } h2 { font-size: 1.26563em; } h3 { font-size: 1.125em; } h4 { font-size: 1em; } h5 { font-size: 1em; } h6 { font-size: 1em; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } pre, samp { color: #555; } /************************************************** * Extra / Grid Layout **************************************************/ .grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; /* Flex-box vertical alignment */ -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; /* Multiline vertical alignment */ -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .grid > * { max-width: 100%; margin-bottom: 2em; } @media (min-width: 961px) { .grid > * { margin-bottom: 5em; } } .grid-center { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; /* Flex-box vertical alignment */ -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* Multiline vertical alignment */ -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .grid-center > * { max-width: 100%; margin-bottom: 2em; } @media (min-width: 961px) { .grid-center > * { margin-bottom: 5em; } } .width-xs-1 { width: 7.33333%; } .width-xs-2 { width: 15.66667%; } .width-xs-3 { width: 24%; } .width-xs-4 { width: 32.33333%; } .width-xs-5 { width: 40.66667%; } .width-xs-6 { width: 49%; } .width-xs-7 { width: 57.33333%; } .width-xs-8 { width: 65.66667%; } .width-xs-9 { width: 74%; } .width-xs-10 { width: 82.33333%; } .width-xs-11 { width: 90.66667%; } .width-xs-12 { width: 99%; } @media (min-width: 292px) { .width-sm-1 { width: 7.33333%; } .width-sm-2 { width: 15.66667%; } .width-sm-3 { width: 24%; } .width-sm-4 { width: 32.33333%; } .width-sm-5 { width: 40.66667%; } .width-sm-6 { width: 49%; } .width-sm-7 { width: 57.33333%; } .width-sm-8 { width: 65.66667%; } .width-sm-9 { width: 74%; } .width-sm-10 { width: 82.33333%; } .width-sm-11 { width: 90.66667%; } .width-sm-12 { width: 99%; } } @media (min-width: 684px) { .width-md-1 { width: 7.33333%; } .width-md-2 { width: 15.66667%; } .width-md-3 { width: 24%; } .width-md-4 { width: 32.33333%; } .width-md-5 { width: 40.66667%; } .width-md-6 { width: 49%; } .width-md-7 { width: 57.33333%; } .width-md-8 { width: 65.66667%; } .width-md-9 { width: 74%; } .width-md-10 { width: 82.33333%; } .width-md-11 { width: 90.66667%; } .width-md-12 { width: 99%; } } @media (min-width: 961px) { .width-lg-1 { width: 7.33333%; } .width-lg-2 { width: 15.66667%; } .width-lg-3 { width: 24%; } .width-lg-4 { width: 32.33333%; } .width-lg-5 { width: 40.66667%; } .width-lg-6 { width: 49%; } .width-lg-7 { width: 57.33333%; } .width-lg-8 { width: 65.66667%; } .width-lg-9 { width: 74%; } .width-lg-10 { width: 82.33333%; } .width-lg-11 { width: 90.66667%; } .width-lg-12 { width: 99%; } } @media (min-width: 1383px) { .width-xl-1 { width: 7.33333%; } .width-xl-2 { width: 15.66667%; } .width-xl-3 { width: 24%; } .width-xl-4 { width: 32.33333%; } .width-xl-5 { width: 40.66667%; } .width-xl-6 { width: 49%; } .width-xl-7 { width: 57.33333%; } .width-xl-8 { width: 65.66667%; } .width-xl-9 { width: 74%; } .width-xl-10 { width: 82.33333%; } .width-xl-11 { width: 90.66667%; } .width-xl-12 { width: 99%; } } .height-xs-1 { min-height: 8.33333vh; } .height-xs-2 { min-height: 16.66667vh; } .height-xs-3 { min-height: 25vh; } .height-xs-4 { min-height: 33.33333vh; } .height-xs-5 { min-height: 41.66667vh; } .height-xs-6 { min-height: 50vh; } .height-xs-7 { min-height: 58.33333vh; } .height-xs-8 { min-height: 66.66667vh; } .height-xs-9 { min-height: 75vh; } .height-xs-10 { min-height: 83.33333vh; } .height-xs-11 { min-height: 91.66667vh; } .height-xs-12 { min-height: 100vh; } @media (min-height: 292px) { .height-sm-1 { min-height: 8.33333vh; } .height-sm-2 { min-height: 16.66667vh; } .height-sm-3 { min-height: 25vh; } .height-sm-4 { min-height: 33.33333vh; } .height-sm-5 { min-height: 41.66667vh; } .height-sm-6 { min-height: 50vh; } .height-sm-7 { min-height: 58.33333vh; } .height-sm-8 { min-height: 66.66667vh; } .height-sm-9 { min-height: 75vh; } .height-sm-10 { min-height: 83.33333vh; } .height-sm-11 { min-height: 91.66667vh; } .height-sm-12 { min-height: 100vh; } } @media (min-height: 684px) { .height-md-1 { min-height: 8.33333vh; } .height-md-2 { min-height: 16.66667vh; } .height-md-3 { min-height: 25vh; } .height-md-4 { min-height: 33.33333vh; } .height-md-5 { min-height: 41.66667vh; } .height-md-6 { min-height: 50vh; } .height-md-7 { min-height: 58.33333vh; } .height-md-8 { min-height: 66.66667vh; } .height-md-9 { min-height: 75vh; } .height-md-10 { min-height: 83.33333vh; } .height-md-11 { min-height: 91.66667vh; } .height-md-12 { min-height: 100vh; } } @media (min-height: 961px) { .height-lg-1 { min-height: 8.33333vh; } .height-lg-2 { min-height: 16.66667vh; } .height-lg-3 { min-height: 25vh; } .height-lg-4 { min-height: 33.33333vh; } .height-lg-5 { min-height: 41.66667vh; } .height-lg-6 { min-height: 50vh; } .height-lg-7 { min-height: 58.33333vh; } .height-lg-8 { min-height: 66.66667vh; } .height-lg-9 { min-height: 75vh; } .height-lg-10 { min-height: 83.33333vh; } .height-lg-11 { min-height: 91.66667vh; } .height-lg-12 { min-height: 100vh; } } @media (min-height: 1383px) { .height-xl-1 { min-height: 8.33333vh; } .height-xl-2 { min-height: 16.66667vh; } .height-xl-3 { min-height: 25vh; } .height-xl-4 { min-height: 33.33333vh; } .height-xl-5 { min-height: 41.66667vh; } .height-xl-6 { min-height: 50vh; } .height-xl-7 { min-height: 58.33333vh; } .height-xl-8 { min-height: 66.66667vh; } .height-xl-9 { min-height: 75vh; } .height-xl-10 { min-height: 83.33333vh; } .height-xl-11 { min-height: 91.66667vh; } .height-xl-12 { min-height: 100vh; } } .square-xs-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-xs-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-xs-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-xs-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-xs-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-xs-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-xs-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-xs-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-xs-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-xs-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-xs-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-xs-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } @media (min-width: 292px) { .square-sm-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-sm-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-sm-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-sm-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-sm-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-sm-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-sm-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-sm-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-sm-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-sm-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-sm-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-sm-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 684px) { .square-md-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-md-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-md-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-md-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-md-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-md-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-md-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-md-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-md-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-md-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-md-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-md-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 961px) { .square-lg-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-lg-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-lg-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-lg-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-lg-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-lg-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-lg-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-lg-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-lg-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-lg-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-lg-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-lg-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 1383px) { .square-xl-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-xl-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-xl-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-xl-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-xl-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-xl-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-xl-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-xl-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-xl-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-xl-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-xl-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-xl-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } /************************************************** * Extra / Animations **************************************************/ .fadein { -webkit-animation: 2s ease-out forwards fadein; -o-animation: 2s ease-out forwards fadein; animation: 2s ease-out forwards fadein; } @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .fadeout { -webkit-animation: 2s ease-out forwards fadeout; -o-animation: 2s ease-out forwards fadeout; animation: 2s ease-out forwards fadeout; } @-webkit-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } @-o-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } .from-left { -webkit-animation: 2s from-left; -o-animation: 2s from-left; animation: 2s from-left; -webkit-animation-timing-function: cubic-bezier(0, 0, .5, 1); -o-animation-timing-function: cubic-bezier(0, 0, .5, 1); animation-timing-function: cubic-bezier(0, 0, .5, 1); } @-webkit-keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } @-o-keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } @keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } .from-right { -webkit-animation: 2s from-right; -o-animation: 2s from-right; animation: 2s from-right; -webkit-animation-timing-function: cubic-bezier(0, 0, .5, 1); -o-animation-timing-function: cubic-bezier(0, 0, .5, 1); animation-timing-function: cubic-bezier(0, 0, .5, 1); } @-webkit-keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } @-o-keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } @keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } .intoview { -webkit-animation: 1s intoview; -o-animation: 1s intoview; animation: 1s intoview; -webkit-animation-timing-function: cubic-bezier(0, 1, .5, 1); -o-animation-timing-function: cubic-bezier(0, 1, .5, 1); animation-timing-function: cubic-bezier(0, 1, .5, 1); } @-webkit-keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } @-o-keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } @keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } .widen { -webkit-animation: 1s ease-out 1s forwards widen; -o-animation: 1s ease-out 1s forwards widen; animation: 1s ease-out 1s forwards widen; } @-webkit-keyframes widen { from { width: 0; } to { width: 100%; } } @-o-keyframes widen { from { width: 0; } to { width: 100%; } } @keyframes widen { from { width: 0; } to { width: 100%; } } /************************************************** * Extra / Goodies **************************************************/ .multi-step { /* add numbers for each link with CSS counters */ /* "step" is the name of the counter */ /* defined with counter-reset in parent element */ counter-reset: step; } @media (max-width: 575px) { .multi-step { font-size: 0; line-height: 0; } } .multi-step ul, .multi-step ol { display: inline; margin-bottom: 0; list-style: none; } .multi-step li { display: inline-block; } .multi-step li:not(:first-child) { /* avoid white pixels to show next to arrow */ margin-left: -5px; } .multi-step li:first-child a { border-radius: 5px 0 0 5px; } @media (min-width: 575px) { .multi-step li:first-child a { /* first link don't have arrow */ padding-left: 3rem; } .multi-step li:first-child a::before { left: 1rem; } } @media (min-width: 768px) { .multi-step li:first-child a { padding-left: 4rem; } } @media (min-width: 992px) { .multi-step li:first-child a { padding-left: 5rem; } } .multi-step li:last-child a { border-radius: 0 5px 5px 0; } .multi-step li:last-child a::after { /* no arrow after last link */ content: none; } .multi-step a { position: relative; display: block; min-width: 5rem; padding: 0; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; white-space: nowrap; text-decoration: none; color: #337AB7; border: 1px solid darkgray; outline: none; } .multi-step a::before { font-size: 1.5rem; font-weight: bold; line-height: 3rem; position: absolute; z-index: 1; top: -1.5rem; left: 1rem; width: 3rem; /* we will use the :before element to show numbers */ content: counter(step); counter-increment: step; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; color: darkgrey; border: 1px solid darkgrey; border-radius: 100%; background: white; } .multi-step a.active, .multi-step a:hover { /* hover/active styles */ color: white; background: #337AB7; } .multi-step a.active::after, .multi-step a:hover::after { background: #337AB7; } @media (max-width: 575px) { .multi-step a.active::before, .multi-step a:hover::before { color: white; background: #337AB7; } } @media (min-width: 575px) { .multi-step a { font-size: .75rem; line-height: 1.5rem; /* need more margin on the left of links to accomodate numbers */ padding: 0 2rem 0 4rem; } .multi-step a::before { font-size: .75rem; line-height: 1.5rem; position: absolute; z-index: 1; top: -1px; left: 1.5rem; width: 1.5rem; } .multi-step a::after { /* adding arrows with rotated pseudo elements */ position: absolute; z-index: 1; top: 3px; right: -9px; width: 17px; height: 17px; content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid darkgrey; border-right: 1px solid darkgrey; border-radius: 0 5px 0 100%; background: white; } } @media (min-width: 768px) { .multi-step a { font-size: 1rem; line-height: 2rem; /* need more margin on the left of links to accomodate numbers */ padding: 0 2rem 0 5rem; } .multi-step a::before { font-size: 1rem; line-height: 2rem; top: -1px; left: 2rem; width: 2rem; } .multi-step a::after { top: 4px; right: -13px; width: 23px; height: 23px; } } @media (min-width: 992px) { .multi-step a { font-size: 20px; line-height: 40px; /* need more margin on the left of links to accomodate numbers */ padding: 0 3rem 0 6rem; } .multi-step a::before { font-size: 20px; line-height: 40px; top: -1px; left: 2rem; width: 40px; } .multi-step a::after { top: 5px; right: -15px; width: 29px; height: 29px; } } @media (min-width: 576px) { #scroll-top { right: 2em !important; bottom: 2em !important; } } /************************************************** * Responsive **************************************************/ /*@import "stripped/responsive/_small";*/ /*@import "stripped/responsive/_medium";*/ /*@import "stripped/responsive/_large";*/
src/css/stripped.css
@charset "UTF-8"; /** * Stripped * ======== * * Responsive Mobile-First SASS / CSS Micro Framework Without Classes * ------------------------------------------------------------------ * * @author "<NAME>" <<EMAIL>> * @license GPLv3 for open source use or Stripped Commercial License for commercial use * @copyright 2017 <NAME> */ /** * Place a Section, or article, or aside containing a header or footer and it will be displayed as a panel. */ /************************************************** * Layout **************************************************/ /** * Main Layout */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { /* Resets body default margin */ margin: 0; } /** * Wrapper Layout */ .wrapper, body > header:first-of-type, body > main, body > nav { width: 100%; max-width: 100%; margin-right: auto; margin-left: auto; } .wrapper > *, body > header:first-of-type > *, body > main > *, body > nav > * { max-width: 95%; margin-right: auto; margin-left: auto; } @media (min-width: 292px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 91.66667%; max-width: 91.66667%; margin-right: auto; margin-left: auto; } } @media (min-width: 684px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 83.33333%; max-width: 83.33333%; margin-right: auto; margin-left: auto; } } @media (min-width: 961px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 75%; max-width: 75%; margin-right: auto; margin-left: auto; } } @media (min-width: 1383px) { .wrapper, body > header:first-of-type, body > main, body > nav { width: 66.66667%; max-width: 66.66667%; margin-right: auto; margin-left: auto; } } /** * Blocks layout */ article, blockquote, hr, section { margin: 2.84766em auto; } /** * Code layout */ code { padding: .70233em .79012em; } pre code { font-size: inherit; padding: 0; /* Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks. */ white-space: pre-wrap; color: inherit; border-radius: 0; background-color: transparent; } /** * Allows to maintain footer at the bottom of the page */ body { position: relative; min-height: 100vh; } body > footer:last-of-type { position: absolute; bottom: 0; left: 0; } /** * Footer layout */ body > footer:last-of-type { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 100%; padding: 1.42383em 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } body > footer:last-of-type > * { /* Footer items margin */ margin: 1.77778em; padding: 0 0 0 .88889em; } body > footer:last-of-type > * p { /* Footer p layout */ margin: 0; } body > footer:last-of-type ul { margin: 0; /* List items layout in footer */ padding: 0; } /** * Forms Layout */ input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="keygen"], input[type="month"], input[type="number"], input[type="password"], input[type="phone"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select { display: block; width: 100%; height: 7.11914em; margin: 1.58025em auto; padding: .79012em .88889em; } textarea { width: 100%; padding: .79012em .88889em; /* Disables horizontal resize */ resize: vertical; } button, button[type="button"], button[type="reset"], button[type="submit"], input[type="button"], input[type="reset"], input[type="submit"] { margin: 1.40466em auto; padding: .79012em 1.42383em; border-style: none; outline: none; } fieldset * { margin: auto; } /** * Header layout */ body div:first-of-type > header:first-of-type, body > header:first-of-type { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; /* Flex-box vertical alignment */ -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } body div:first-of-type > header:first-of-type > *, body > header:first-of-type > * { /* Every header child has margin */ max-width: 99%; margin: 1.58025em auto; } /** * Navigation menu layout */ nav:first-of-type { /* Menu layout if more that one */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; text-align: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } nav:first-of-type > * { margin-bottom: 2em; } nav:first-of-type ul { /* Menu items layout */ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; /* Resets ul default styling */ list-style: none; } nav:first-of-type ul li:not(:first-child) { /* Collapses double border between items */ margin-top: -1px; } nav:first-of-type ul li:first-child, nav:first-of-type ul li:first-child * { /* Border radiuses (vertical) first-child */ border-radius: .70233em .70233em 0 0; } nav:first-of-type ul li:last-child, nav:first-of-type ul li:last-child * { /* Border radiuses (vertical) last-child */ border-radius: 0 0 .70233em .70233em; } nav:first-of-type ul li > * { /* ...and has no margin */ margin: 0; /* Any direct child element has padding */ padding: .79012em 1.42383em; /* ...is unselectable */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } nav:first-of-type ul li a { /* Displays links as block */ display: block; } /** * Panels layout */ section { /* Prevents margin collapsing and allows for scrollbar */ overflow: auto; margin-bottom: 1.77778em; text-align: center; border-radius: .79012em; /* Centers panel block elements and sets margin */ } section > article, section > aside, section > blockquote, section > details, section > div, section > dl, section > fieldset, section > figure, section > form, section > h1, section > h2, section > h3, section > h4, section > h5, section > h6, section > img, section > ol, section > p, section > section, section > summary, section > table, section > ul { max-width: 99%; margin: 1.77778em auto; } section > header:first-of-type { /* Prevents header from collapsing when parent has display flex */ min-width: 100%; border-radius: .79012em .79012em 0 0; } section > header:first-of-type, section > footer:last-of-type { padding: 1.42383em; text-align: center; } section > header:first-of-type > *, section > footer:last-of-type > * { margin: auto; } section > header:first-of-type + footer:last-of-type { /* Avoids double margin when a footer follows a header inside panel */ margin-top: -1px; } section footer:last-of-type { font-size: .88889em; /* Prevents footer from collapsing when parent has display flex */ min-width: 100%; border-radius: 0 0 .79012em .79012em; } article, aside { /* Prevents margin collapsing and allows for scrollbar */ overflow: auto; margin-bottom: 1.77778em; text-align: center; border-radius: .6243em; /* Centers panel block elements and sets margin */ } article > article, article > aside, article > blockquote, article > details, article > div, article > dl, article > fieldset, article > figure, article > form, article > h1, article > h2, article > h3, article > h4, article > h5, article > h6, article > img, article > ol, article > p, article > section, article > summary, article > table, article > ul, aside > article, aside > aside, aside > blockquote, aside > details, aside > div, aside > dl, aside > fieldset, aside > figure, aside > form, aside > h1, aside > h2, aside > h3, aside > h4, aside > h5, aside > h6, aside > img, aside > ol, aside > p, aside > section, aside > summary, aside > table, aside > ul { max-width: 99%; margin: 1.77778em auto; } article > header:first-of-type, aside > header:first-of-type { /* Prevents header from collapsing when parent has display flex */ min-width: 100%; border-radius: .6243em .6243em 0 0; } article > header:first-of-type, article > footer:last-of-type, aside > header:first-of-type, aside > footer:last-of-type { padding: 1.42383em; text-align: center; } article > header:first-of-type > *, article > footer:last-of-type > *, aside > header:first-of-type > *, aside > footer:last-of-type > * { margin: auto; } article > header:first-of-type + footer:last-of-type, aside > header:first-of-type + footer:last-of-type { /* Avoids double margin when a footer follows a header inside panel */ margin-top: -1px; } article footer:last-of-type, aside footer:last-of-type { font-size: .88889em; /* Prevents footer from collapsing when parent has display flex */ min-width: 100%; border-radius: 0 0 .6243em .6243em; } /** * pre layout */ pre { margin: 2em 2.84766em; padding: 1em 1em 1em 1.42383em; text-align: left; /* Allows pre to wrap overflowing text */ white-space: pre-wrap; /* Allows unbreakable words to be broken. */ word-wrap: break-word; /* Lines may break between any two letters. */ word-break: break-all; } /** * Table layout */ table { max-width: 100%; margin: 1.77778em auto; border-spacing: 0; border-collapse: collapse; text-align: center; } /* Table cells layout */ table th, table td { padding: .79012em; vertical-align: middle; } /************************************************** * Theme **************************************************/ abbr { color: #337AB7; border-bottom: 1px dotted #337AB7; } article { border: 1px solid #CCC; border-radius: .70233em; background: white; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); } article > header { border-bottom: 1px solid #CCC; border-radius: .79012em .79012em 0 0; } article > header > h1 { color: #337AB7; } article > footer { border-top: 1px solid #CCC; border-radius: 0 0 .79012em .79012em; } aside { border: 2px dashed #CCC; border-radius: .88889em; border-top-left-radius: 0; background: white; } aside > header { border-bottom: 2px dashed #CCC; border-radius: 0 .88889em 0 0; } aside > footer { border-top: 2px dashed #CCC; border-radius: 0 0 .88889em .88889em; } blockquote::before, blockquote::after { font-size: 1.42383em; font-weight: bold; color: #337AB7; } blockquote::before { float: left; content: "“"; } blockquote::after { float: right; clear: both; content: "”"; } /** * Buttons */ input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"] { border-radius: .70233em; } input[type="button"], input[type="submit"], button { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; color: white; background-color: #337AB7; } input[type="button"]:hover, input[type="submit"]:hover, button:hover { cursor: pointer; background-color: #286090; } input[type="button"]:focus, input[type="submit"]:focus, button:focus { background-color: #286090; } input[type="button"]:active, input[type="submit"]:active, button:active { background-color: #286090; } input[type="button"]:active:hover, input[type="button"]:active:focus, input[type="submit"]:active:hover, input[type="submit"]:active:focus, button:active:hover, button:active:focus { background-color: #204D74; } input[type="button"][disabled], input[type="submit"][disabled], button[disabled] { opacity: .65; } input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, button[disabled]:hover, button[disabled]:focus { cursor: not-allowed; } input[type="reset"], button[type="reset"] { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; color: white; background-color: #D9534F; } input[type="reset"]:hover, button[type="reset"]:hover { cursor: pointer; background-color: #C9302C; } input[type="reset"]:focus, button[type="reset"]:focus { background-color: #C9302C; } input[type="reset"]:active, button[type="reset"]:active { background-color: #C9302C; } input[type="reset"]:active:hover, input[type="reset"]:active:focus, button[type="reset"]:active:hover, button[type="reset"]:active:focus { background-color: #AC2925; } input[type="reset"][disabled], button[type="reset"][disabled] { opacity: .65; } input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, button[type="reset"][disabled]:hover, button[type="reset"][disabled]:focus { cursor: not-allowed; } /** * code */ code { font-size: .88889em; color: #C7254E; border-radius: .49327em; background-color: #F9F2F4; } fieldset { border: 1px solid #CCC; border-style: none; } fieldset > legend { color: #9C9C9C; } figcaption { font-size: .88889em; color: #337AB7; } body > footer:last-of-type, body > div:first-of-type > footer:last-of-type { color: #555; background-color: #2A2730; } body > footer:last-of-type > *, body > div:first-of-type > footer:last-of-type > * { /* Footer items styling */ border-left: 1px solid white; } body > footer:last-of-type ul, body > div:first-of-type > footer:last-of-type ul { /* List items styling in footer */ list-style: none; } body > footer:last-of-type a, body > div:first-of-type > footer:last-of-type a { /* Link styling in footer */ text-decoration: none; color: white; } body > footer:last-of-type a:hover, body > div:first-of-type > footer:last-of-type a:hover { /* Hover effect on footer links */ text-decoration: underline; } h5, h6 { color: #777; } body > header:first-of-type > img:first-of-type { /* Logo styling */ border-radius: 50%; } body > header:first-of-type > h1:first-of-type { /* Title styling */ color: #337AB7; } hr { border-style: none; border-bottom: 4px solid #337AB7; } input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="keygen"], input[type="month"], input[type="number"], input[type="password"], input[type="phone"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea { color: #555; border: 1px solid #CCC; border-radius: .70233em; } input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="keygen"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="phone"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus { border: 1px solid #5BC0DE; outline: none; -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6); box-shadow: 0 0 8px rgba(102, 175, 233, .6); } input[type="file"] { background-color: white; } kbd { /* Resets buttons font-size & line-height */ font-size: .70233em; line-height: 160%; padding: 2px 8px 4px 4px; color: white; border-top: 2px solid #8CB8DF; border-right: 4px solid #3072AB; border-bottom: 5px solid #2A6598; border-left: 3px solid #5094CE; border-radius: .6243em; background: -webkit-gradient(linear, right bottom, left top, from(#5094CE), to(#337AB7)); background: -webkit-linear-gradient(bottom right, #5094CE, #337AB7); background: -o-linear-gradient(bottom right, #5094CE, #337AB7); background: linear-gradient(to top left, #5094CE, #337AB7); -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .25); box-shadow: 1px 2px 5px rgba(0, 0, 0, .25); } a { text-decoration: none; color: #337AB7; } a:hover { /* Hover effect */ text-decoration: underline; } dl > dt { font-weight: bold; color: #337AB7; } dl > dt > dd { font-style: italic; } ol { list-style-type: decimal-leading-zero; } ul { list-style-type: circle; } mark { background-color: rgba(102, 175, 233, .6); } /** * Navigation menu Styling */ nav > ul > li { border: 1px solid #CCC; background-color: white; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); box-shadow: 2px 2px 2px rgba(0, 0, 0, .075); } nav > ul > li:first-child > p { /* Place menu label inside p to display correctly */ font-weight: bold; color: #666; background-color: whitesmoke; } nav > ul > li:first-child > p:hover { background-color: #EEE; } nav > ul > li:first-child > p a { font-weight: bold; color: #337AB7; } nav > ul > li p { color: #666; } nav > ul > li > a { /* Resets buttons font-size & line-height */ font-size: 1em; line-height: 160%; /* Menu links */ text-decoration: none; color: #337AB7; color: #337AB7; background-color: white; } nav > ul > li > a:hover { cursor: pointer; background-color: #E6E6E6; } nav > ul > li > a:focus { background-color: #E6E6E6; } nav > ul > li > a:active { background-color: #E6E6E6; } nav > ul > li > a:active:hover, nav > ul > li > a:active:focus { background-color: #D4D4D4; } nav > ul > li > a[disabled] { opacity: .65; } nav > ul > li > a[disabled]:hover, nav > ul > li > a[disabled]:focus { cursor: not-allowed; } /** * pre */ pre { border: 1px solid #CCC; border-left: 4px solid #337AB7; border-radius: 0 .6243em .6243em 0; background-color: #EEE; } section { background: whitesmoke; } section > header, section > footer { background: #EEE; } section > header { color: white; background: #337AB7; } section > header * { color: white; } table { border: 1px solid #CCC; } table caption { font-weight: bold; color: #337AB7; } table th { font-weight: bold; color: #555; } table th, table td { border: 1px solid #CCC; } table thead, table tfoot { background-color: whitesmoke; } table tfoot { font-size: .88889em; font-weight: 400; } table tfoot td { color: #555; } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 160%; color: #333; } h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 160%; color: #555; } body { font-size: 1em; } kbd, small, sub, sup { font-size: .88889em; } code, kbd, pre, samp { font-size: 1em; } h1 { font-size: 1.42383em; } h2 { font-size: 1.26563em; } h3 { font-size: 1.125em; } h4 { font-size: 1em; } h5 { font-size: 1em; } h6 { font-size: 1em; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } pre, samp { color: #555; } /************************************************** * Extra / Grid Layout **************************************************/ .grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; /* Flex-box vertical alignment */ -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; /* Multiline vertical alignment */ -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .grid > * { max-width: 100%; margin-bottom: 2em; } @media (min-width: 961px) { .grid > * { margin-bottom: 5em; } } .grid-center { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; /* Flex-box vertical alignment */ -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* Multiline vertical alignment */ -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .grid-center > * { max-width: 100%; margin-bottom: 2em; } @media (min-width: 961px) { .grid-center > * { margin-bottom: 5em; } } .width-xs-1 { width: 7.33333%; } .width-xs-2 { width: 15.66667%; } .width-xs-3 { width: 24%; } .width-xs-4 { width: 32.33333%; } .width-xs-5 { width: 40.66667%; } .width-xs-6 { width: 49%; } .width-xs-7 { width: 57.33333%; } .width-xs-8 { width: 65.66667%; } .width-xs-9 { width: 74%; } .width-xs-10 { width: 82.33333%; } .width-xs-11 { width: 90.66667%; } .width-xs-12 { width: 99%; } @media (min-width: 292px) { .width-sm-1 { width: 7.33333%; } .width-sm-2 { width: 15.66667%; } .width-sm-3 { width: 24%; } .width-sm-4 { width: 32.33333%; } .width-sm-5 { width: 40.66667%; } .width-sm-6 { width: 49%; } .width-sm-7 { width: 57.33333%; } .width-sm-8 { width: 65.66667%; } .width-sm-9 { width: 74%; } .width-sm-10 { width: 82.33333%; } .width-sm-11 { width: 90.66667%; } .width-sm-12 { width: 99%; } } @media (min-width: 684px) { .width-md-1 { width: 7.33333%; } .width-md-2 { width: 15.66667%; } .width-md-3 { width: 24%; } .width-md-4 { width: 32.33333%; } .width-md-5 { width: 40.66667%; } .width-md-6 { width: 49%; } .width-md-7 { width: 57.33333%; } .width-md-8 { width: 65.66667%; } .width-md-9 { width: 74%; } .width-md-10 { width: 82.33333%; } .width-md-11 { width: 90.66667%; } .width-md-12 { width: 99%; } } @media (min-width: 961px) { .width-lg-1 { width: 7.33333%; } .width-lg-2 { width: 15.66667%; } .width-lg-3 { width: 24%; } .width-lg-4 { width: 32.33333%; } .width-lg-5 { width: 40.66667%; } .width-lg-6 { width: 49%; } .width-lg-7 { width: 57.33333%; } .width-lg-8 { width: 65.66667%; } .width-lg-9 { width: 74%; } .width-lg-10 { width: 82.33333%; } .width-lg-11 { width: 90.66667%; } .width-lg-12 { width: 99%; } } @media (min-width: 1383px) { .width-xl-1 { width: 7.33333%; } .width-xl-2 { width: 15.66667%; } .width-xl-3 { width: 24%; } .width-xl-4 { width: 32.33333%; } .width-xl-5 { width: 40.66667%; } .width-xl-6 { width: 49%; } .width-xl-7 { width: 57.33333%; } .width-xl-8 { width: 65.66667%; } .width-xl-9 { width: 74%; } .width-xl-10 { width: 82.33333%; } .width-xl-11 { width: 90.66667%; } .width-xl-12 { width: 99%; } } .height-xs-1 { min-height: 8.33333vh; } .height-xs-2 { min-height: 16.66667vh; } .height-xs-3 { min-height: 25vh; } .height-xs-4 { min-height: 33.33333vh; } .height-xs-5 { min-height: 41.66667vh; } .height-xs-6 { min-height: 50vh; } .height-xs-7 { min-height: 58.33333vh; } .height-xs-8 { min-height: 66.66667vh; } .height-xs-9 { min-height: 75vh; } .height-xs-10 { min-height: 83.33333vh; } .height-xs-11 { min-height: 91.66667vh; } .height-xs-12 { min-height: 100vh; } @media (min-height: 292px) { .height-sm-1 { min-height: 8.33333vh; } .height-sm-2 { min-height: 16.66667vh; } .height-sm-3 { min-height: 25vh; } .height-sm-4 { min-height: 33.33333vh; } .height-sm-5 { min-height: 41.66667vh; } .height-sm-6 { min-height: 50vh; } .height-sm-7 { min-height: 58.33333vh; } .height-sm-8 { min-height: 66.66667vh; } .height-sm-9 { min-height: 75vh; } .height-sm-10 { min-height: 83.33333vh; } .height-sm-11 { min-height: 91.66667vh; } .height-sm-12 { min-height: 100vh; } } @media (min-height: 684px) { .height-md-1 { min-height: 8.33333vh; } .height-md-2 { min-height: 16.66667vh; } .height-md-3 { min-height: 25vh; } .height-md-4 { min-height: 33.33333vh; } .height-md-5 { min-height: 41.66667vh; } .height-md-6 { min-height: 50vh; } .height-md-7 { min-height: 58.33333vh; } .height-md-8 { min-height: 66.66667vh; } .height-md-9 { min-height: 75vh; } .height-md-10 { min-height: 83.33333vh; } .height-md-11 { min-height: 91.66667vh; } .height-md-12 { min-height: 100vh; } } @media (min-height: 961px) { .height-lg-1 { min-height: 8.33333vh; } .height-lg-2 { min-height: 16.66667vh; } .height-lg-3 { min-height: 25vh; } .height-lg-4 { min-height: 33.33333vh; } .height-lg-5 { min-height: 41.66667vh; } .height-lg-6 { min-height: 50vh; } .height-lg-7 { min-height: 58.33333vh; } .height-lg-8 { min-height: 66.66667vh; } .height-lg-9 { min-height: 75vh; } .height-lg-10 { min-height: 83.33333vh; } .height-lg-11 { min-height: 91.66667vh; } .height-lg-12 { min-height: 100vh; } } @media (min-height: 1383px) { .height-xl-1 { min-height: 8.33333vh; } .height-xl-2 { min-height: 16.66667vh; } .height-xl-3 { min-height: 25vh; } .height-xl-4 { min-height: 33.33333vh; } .height-xl-5 { min-height: 41.66667vh; } .height-xl-6 { min-height: 50vh; } .height-xl-7 { min-height: 58.33333vh; } .height-xl-8 { min-height: 66.66667vh; } .height-xl-9 { min-height: 75vh; } .height-xl-10 { min-height: 83.33333vh; } .height-xl-11 { min-height: 91.66667vh; } .height-xl-12 { min-height: 100vh; } } .square-xs-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-xs-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-xs-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-xs-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-xs-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-xs-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-xs-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-xs-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-xs-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-xs-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-xs-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-xs-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } @media (min-width: 292px) { .square-sm-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-sm-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-sm-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-sm-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-sm-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-sm-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-sm-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-sm-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-sm-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-sm-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-sm-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-sm-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 684px) { .square-md-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-md-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-md-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-md-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-md-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-md-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-md-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-md-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-md-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-md-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-md-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-md-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 961px) { .square-lg-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-lg-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-lg-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-lg-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-lg-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-lg-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-lg-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-lg-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-lg-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-lg-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-lg-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-lg-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } @media (min-width: 1383px) { .square-xl-1 { width: 7.33333vw; height: 7.33333vw; margin-bottom: 1vw; } .square-xl-2 { width: 15.66667vw; height: 15.66667vw; margin-bottom: 1vw; } .square-xl-3 { width: 24vw; height: 24vw; margin-bottom: 1vw; } .square-xl-4 { width: 32.33333vw; height: 32.33333vw; margin-bottom: 1vw; } .square-xl-5 { width: 40.66667vw; height: 40.66667vw; margin-bottom: 1vw; } .square-xl-6 { width: 49vw; height: 49vw; margin-bottom: 1vw; } .square-xl-7 { width: 57.33333vw; height: 57.33333vw; margin-bottom: 1vw; } .square-xl-8 { width: 65.66667vw; height: 65.66667vw; margin-bottom: 1vw; } .square-xl-9 { width: 74vw; height: 74vw; margin-bottom: 1vw; } .square-xl-10 { width: 82.33333vw; height: 82.33333vw; margin-bottom: 1vw; } .square-xl-11 { width: 90.66667vw; height: 90.66667vw; margin-bottom: 1vw; } .square-xl-12 { width: 99vw; height: 99vw; margin-bottom: 1vw; } } /************************************************** * Extra / Animations **************************************************/ .fadein { -webkit-animation: 2s ease-out forwards fadein; -o-animation: 2s ease-out forwards fadein; animation: 2s ease-out forwards fadein; } @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .fadeout { -webkit-animation: 2s ease-out forwards fadeout; -o-animation: 2s ease-out forwards fadeout; animation: 2s ease-out forwards fadeout; } @-webkit-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } @-o-keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } .from-left { -webkit-animation: 2s from-left; -o-animation: 2s from-left; animation: 2s from-left; -webkit-animation-timing-function: cubic-bezier(0, 0, .5, 1); -o-animation-timing-function: cubic-bezier(0, 0, .5, 1); animation-timing-function: cubic-bezier(0, 0, .5, 1); } @-webkit-keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } @-o-keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } @keyframes from-left { from { position: relative; left: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; left: 0; } } .from-right { -webkit-animation: 2s from-right; -o-animation: 2s from-right; animation: 2s from-right; -webkit-animation-timing-function: cubic-bezier(0, 0, .5, 1); -o-animation-timing-function: cubic-bezier(0, 0, .5, 1); animation-timing-function: cubic-bezier(0, 0, .5, 1); } @-webkit-keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } @-o-keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } @keyframes from-right { from { position: relative; right: -100px; opacity: 0; } 25% { opacity: 1; } to { position: relative; right: 0; } } .intoview { -webkit-animation: 1s intoview; -o-animation: 1s intoview; animation: 1s intoview; -webkit-animation-timing-function: cubic-bezier(0, 1, .5, 1); -o-animation-timing-function: cubic-bezier(0, 1, .5, 1); animation-timing-function: cubic-bezier(0, 1, .5, 1); } @-webkit-keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } @-o-keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } @keyframes intoview { from { position: relative; top: 100vh; left: -100vw; } to { position: relative; top: 0; left: 0; } } .widen { -webkit-animation: 1s ease-out 1s forwards widen; -o-animation: 1s ease-out 1s forwards widen; animation: 1s ease-out 1s forwards widen; } @-webkit-keyframes widen { from { width: 0; } to { width: 100%; } } @-o-keyframes widen { from { width: 0; } to { width: 100%; } } @keyframes widen { from { width: 0; } to { width: 100%; } } /************************************************** * Extra / Goodies **************************************************/ .multi-step { /* add numbers for each link with CSS counters */ /* "step" is the name of the counter */ /* defined with counter-reset in parent element */ counter-reset: step; } @media (max-width: 575px) { .multi-step { font-size: 0; line-height: 0; } } .multi-step ul, .multi-step ol { display: inline; margin-bottom: 0; list-style: none; } .multi-step li { display: inline-block; } .multi-step li:not(:first-child) { /* avoid white pixels to show next to arrow */ margin-left: -5px; } .multi-step li:first-child a { border-radius: 5px 0 0 5px; } @media (min-width: 575px) { .multi-step li:first-child a { /* first link don't have arrow */ padding-left: 3rem; } .multi-step li:first-child a::before { left: 1rem; } } @media (min-width: 768px) { .multi-step li:first-child a { padding-left: 4rem; } } @media (min-width: 992px) { .multi-step li:first-child a { padding-left: 5rem; } } .multi-step li:last-child a { border-radius: 0 5px 5px 0; } .multi-step li:last-child a::after { /* no arrow after last link */ content: none; } .multi-step a { position: relative; display: block; min-width: 5rem; padding: 0; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; white-space: nowrap; text-decoration: none; color: #337AB7; border: 1px solid darkgray; outline: none; } .multi-step a::before { font-size: 1.5rem; font-weight: bold; line-height: 3rem; position: absolute; z-index: 1; top: -1.5rem; left: 1rem; width: 3rem; /* we will use the :before element to show numbers */ content: counter(step); counter-increment: step; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; color: darkgrey; border: 1px solid darkgrey; border-radius: 100%; background: white; } .multi-step a.active, .multi-step a:hover { /* hover/active styles */ color: white; background: #337AB7; } .multi-step a.active::after, .multi-step a:hover::after { background: #337AB7; } @media (max-width: 575px) { .multi-step a.active::before, .multi-step a:hover::before { color: white; background: #337AB7; } } @media (min-width: 575px) { .multi-step a { font-size: .75rem; line-height: 1.5rem; /* need more margin on the left of links to accomodate numbers */ padding: 0 2rem 0 4rem; } .multi-step a::before { font-size: .75rem; line-height: 1.5rem; position: absolute; z-index: 1; top: -1px; left: 1.5rem; width: 1.5rem; } .multi-step a::after { /* adding arrows with rotated pseudo elements */ position: absolute; z-index: 1; top: 3px; right: -9px; width: 17px; height: 17px; content: ""; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border-top: 1px solid darkgrey; border-right: 1px solid darkgrey; border-radius: 0 5px 0 100%; background: white; } } @media (min-width: 768px) { .multi-step a { font-size: 1rem; line-height: 2rem; /* need more margin on the left of links to accomodate numbers */ padding: 0 2rem 0 5rem; } .multi-step a::before { font-size: 1rem; line-height: 2rem; top: -1px; left: 2rem; width: 2rem; } .multi-step a::after { top: 4px; right: -13px; width: 23px; height: 23px; } } @media (min-width: 992px) { .multi-step a { font-size: 20px; line-height: 40px; /* need more margin on the left of links to accomodate numbers */ padding: 0 3rem 0 6rem; } .multi-step a::before { font-size: 20px; line-height: 40px; top: -1px; left: 2rem; width: 40px; } .multi-step a::after { top: 5px; right: -15px; width: 29px; height: 29px; } } @media (min-width: 576px) { #scroll-top { right: 2em !important; bottom: 2em !important; } } /************************************************** * Responsive **************************************************/ /*@import "stripped/responsive/_small";*/ /*@import "stripped/responsive/_medium";*/ /*@import "stripped/responsive/_large";*/
0.350755
0.050518
:root { /* number */ --header-height: 120px; --sort-bar-height: 46px; /* color */ --white-color: white; --black-color: black; --text-color: #333; --light-title-color: #999; --primary-color: #ee4d2d; --light-btn-primary-color: #fb5533; --main-color1: #f53d2d; --main-color2: #ff6633; --border-color: lightcoral; --hover-color: #eee; --contain-color: #f5f5f5; --footer-color: #777; } * { box-sizing: inherit; } html { font-size: 62.5%; line-height: 1.6rem; font-family: Helvetica, Arial, sans-serif; box-sizing: border-box; } .grid__row { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; } .grid__col-2 { padding-left: 5px; padding-right: 5px; width: 16.6667%; } .grid__col-10 { padding-left: 5px; padding-right: 5px; width: 83.3333%; } .grid__col-2_4 { padding-left: 5px; padding-right: 5px; width: 20%; } /* animation */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes grow { from { /* scale là độ lớn lên (kích thước = 0) */ transform: scale(0); opacity: 0; } to { opacity: 1; transform: scale(1); } } /* modal */ .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; animation: fadeIn linear 0.3s; display: none; } .modal__body { animation: grow linear 0.3s; } /* button */ .btn { min-width: 142px; height: 34px; text-decoration: none; border: none; background-color: transparent; outline: none; cursor: pointer; padding: 12px; border-radius: 2px; font-size: 1.4rem; color: var(--text-color); margin: 0 4px; display: inline-flex; align-items: center; justify-content: center; } .btn.btn--primary { color: var(--white-color); background-color: var(--light-btn-primary-color); } .btn.btn-signin { height: 32px; font-size: 1.2rem; } /* pagination */ .pagination { display: flex; align-items: center; justify-content: center; list-style: none; } .pagination-item { padding: 0 15px; } .pagination-item--active .pagination-item-link { background-color: var(--primary-color); color: var(--white-color); } .pagination-item .pagination-item-link:hover { box-shadow: 0 0 3px #333; } .pagination-item-link { display: block; text-decoration: none; font-size: 1.8rem; color: #999; height: 30px; text-align: center; line-height: 30px; min-width: 40px; border-radius: 3px; } .pagination-item .pagination-item-link--disable:hover { cursor: default; box-shadow: none; }
assets/css/base.css
:root { /* number */ --header-height: 120px; --sort-bar-height: 46px; /* color */ --white-color: white; --black-color: black; --text-color: #333; --light-title-color: #999; --primary-color: #ee4d2d; --light-btn-primary-color: #fb5533; --main-color1: #f53d2d; --main-color2: #ff6633; --border-color: lightcoral; --hover-color: #eee; --contain-color: #f5f5f5; --footer-color: #777; } * { box-sizing: inherit; } html { font-size: 62.5%; line-height: 1.6rem; font-family: Helvetica, Arial, sans-serif; box-sizing: border-box; } .grid__row { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; } .grid__col-2 { padding-left: 5px; padding-right: 5px; width: 16.6667%; } .grid__col-10 { padding-left: 5px; padding-right: 5px; width: 83.3333%; } .grid__col-2_4 { padding-left: 5px; padding-right: 5px; width: 20%; } /* animation */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes grow { from { /* scale là độ lớn lên (kích thước = 0) */ transform: scale(0); opacity: 0; } to { opacity: 1; transform: scale(1); } } /* modal */ .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; animation: fadeIn linear 0.3s; display: none; } .modal__body { animation: grow linear 0.3s; } /* button */ .btn { min-width: 142px; height: 34px; text-decoration: none; border: none; background-color: transparent; outline: none; cursor: pointer; padding: 12px; border-radius: 2px; font-size: 1.4rem; color: var(--text-color); margin: 0 4px; display: inline-flex; align-items: center; justify-content: center; } .btn.btn--primary { color: var(--white-color); background-color: var(--light-btn-primary-color); } .btn.btn-signin { height: 32px; font-size: 1.2rem; } /* pagination */ .pagination { display: flex; align-items: center; justify-content: center; list-style: none; } .pagination-item { padding: 0 15px; } .pagination-item--active .pagination-item-link { background-color: var(--primary-color); color: var(--white-color); } .pagination-item .pagination-item-link:hover { box-shadow: 0 0 3px #333; } .pagination-item-link { display: block; text-decoration: none; font-size: 1.8rem; color: #999; height: 30px; text-align: center; line-height: 30px; min-width: 40px; border-radius: 3px; } .pagination-item .pagination-item-link--disable:hover { cursor: default; box-shadow: none; }
0.515864
0.095941
*{ margin: 0 auto; padding: 0; box-sizing: border-box; } body{ background: url(../img/fondo.webp); background-attachment: fixed; background-position: center; background-size: cover; font-family: sans-serif; font-size: 10px; min-width: 320px; max-width: 1440px; } .contenedor{ width: 98%; } .banner{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .banner img{ width: 131%; } .banner2{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .banner2 img{ width: 215%; margin-left: -57%; } .banner3{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin-top: 2%; margin-bottom: 5%; } .banner3 img{ width:199%; } li{ list-style: none; } a{ text-decoration: none; display: block; } .cerrartodo{ position: fixed; width: 100%; height: 100%; z-index: 2; display: none; } /* WARNING: producto estilos */ .articulos section{ border: solid 1px white; border-radius: 5px; padding: 2%; position: relative; background: #09001f66; } .articulos section .marca{ position: absolute; top: 0; left: 0; z-index: 1; text-align: center; font-size: 1.4em; font-weight: bold; color: white; text-shadow: 1px 1px 1px #000; width: 15%; border-bottom: solid 1px white; border-right: solid 1px white; border-radius: 5px; background: #5d1616; padding: 1% 1%; } .articulos section .marca span{ color: #00bcd4; } .articulos section article{ border-radius: 5px; width: 100%; } .articulos section article h1{ text-align: center; color: white; font-weight: bold; font-size: 1.8em; width: 50%; text-shadow: 1px 1px 1px #000; } .articulos section article h1 span{ color: #1ec105; text-shadow: 1px 1px 1px #000; font-weight: bold; } .articulos section article h3{ text-align: center; color: #fff126; font-weight: bold; font-size: 2.5em; width: 50%; } .articulos section article .categoriasubcategoria { display: flex; margin-top: 2%; margin-bottom: 3%; } .articulos section article .categoriasubcategoria a{ text-align: left; font-size: 2.5em; color: white; width: 50%; border: solid 1px red; border-radius: 5px; background: #5d1616; padding: 1% 3%; } .articulos section article .categoriasubcategoria a p{ border: none; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: bold; } .articulos section article .categoriasubcategoria a p span{ color: #00bcd4; } .articulos section article .imagenesyseccioncarrito{ display: flex; } .articulos section article .imagenes{ width: 74%; } .articulos section article .imagenes ul{ display: flex; width: 100%; border: solid 1px red; margin-left: 0; border-radius: 5px; padding: 2%; background: #0e0a09a6; } .articulos section article .imagenes .imagengrande{ width: 60%; } .articulos section article .imagenes .miniimagenes{ width: 40%; } .articulos section article .imagenes .miniimagenes ul{ width: 100%; height: 50%; display: flex; background: #ff00006e; padding: 2%; margin-bottom: 2%; } .articulos section article .imagenes .miniimagenes ul li:first-child{ width: 100%; } .articulos section article .imagenes .miniimagenes ul li:nth-child(2){ width: 100%; } .articulos section article .imagenes .miniimagenes ul li:first-child img{ width: 100%; height: 90%; margin-top: 8%; } .articulos section article .imagenes .miniimagenes ul li:nth-child(2) img{ width: 100%; height: 90%; margin-top: 8%; } .articulos section article .imagenes .imagengrande img{ width: 100%; } .articulos section article .seccioncarrito{ width: 24%; } .articulos section article .seccioncarrito ul{ width: 100%; height: 100%; border: solid 1px red; border-radius: 5px; padding: 5%; background: #0e0a09a6; color: white; text-shadow: 1px 1px 1px #000; font-size: 1.5em; text-align: center; } .articulos section article .seccioncarrito ul li:first-child{ text-shadow: 2px 3px 5px #000; border: solid 1px white; border-radius: 3px; padding: 2.5% 2%; background: #093a02; font-size: 1.4em; font-weight: bold; margin-bottom: 10%; } .articulos section article .seccioncarrito ul li:first-child span{ color: #1ec105; } .articulos section article .descripcioncompleta{ width: 94%; margin-top: 2%; border: solid 1px #ffa500; border-radius: 5px; padding: 1.5%; color: white; font-size: 1.3em; background: #10100fa3; text-align: center; text-shadow: 1px 1px 1px #000; } /* WARNING: paginacion de laravel */ .pagination{ display: flex; border: solid 1px white; border-radius: 5px; width: 35%; background: #000000a6; color: #401a0e; text-shadow: 1px 1px 0px #e4cb0a; padding: 0.3%; font-size: 2.5em; margin-bottom: 3%; font-weight: bold; } .pagination li{ padding-top: 1%; padding-bottom: 1%; border: solid 1px white; border-radius: 5px; background: #44596f; width: 10%; height: 100%; text-align: center; } .pagination li:hover{ background: #ff26264f; font-size: 0.95em; transition: all 0.8s; } .pagination li:first-child:hover{ background: #1b1a1ab0; padding-right: 1.5%; transition: all 0.5s; } .pagination li:last-child:hover{ background: #1b1a1ab0; padding-left: 1.5%; transition: all 0.5s; } .pagination li:first-child{ margin: 0; background: #351def8f; } .pagination li:last-child{ margin: 0; background: #351def8f; } .pagination li a{ color: #ff253a; text-shadow: -1px -1px 2px #271919; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ width: 100%; position: relative; border: solid 1px #0000008f; box-shadow: 0px 0px 5px #fff; border-radius: 5px; margin: 23% 0 2% 0; } .slider ul li{ width: 100%; overflow: hidden; } .slider ul li img{ width: 145%; margin-left: -5%; border-radius: 5px; } .slider ol{ position: absolute; bottom: 1%; width: 100%; display: flex; justify-content: center; } .slider ol li{ margin: 0; padding: 0 0.3%; color: #7b7b7ab8; } .iconopaginacion{ font-size: 200%; text-align: center; cursor: pointer; display: none; } .iconopaginacion:hover{ padding-left: 5%; transition: all 0.5s; } .flechaisquierda{ position: absolute; left: 0; top: 0; height: 100%; width: 10%; background: #00000057; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda .left{ display: block; font-size: 600%; color: blue; cursor: pointer; } .flechaisquierda .left:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha{ position: absolute; right: 0; top: 0; height: 100%; width: 10%; background: #00000057; display: flex; justify-content: center; flex-direction: column; } .flechaderecha .right{ display: block; font-size: 600%; color: blue; cursor: pointer; } .flechaderecha .right:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos{ width: 100%; margin-bottom: 2%; background: #7b7b7a5e; border-top: solid 1px red; border: solid 1px red; border-radius: 4px; } .menudepagos ul{ width: 100%; display: flex; } .menudepagos ul li{ width: 33.333%; padding: 0.3%; } .menudepagos .tarjetas{ font-size: 210%; display: flex; margin-top: 3%; margin-bottom: 7%; } .menudepagos .tarjetas .fa-cc-visa{ color: white; } .menudepagos .tarjetas .fa-cc-mastercard{ color: white; } .menudepagos .tarjetas .fa-cc-amex{ color: white; } .menudepagos .tarjetas .fa-cc-paypal{ color: white; } .menudepagos .sucursales{ font-size: 300%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos .envio{ font-size: 300%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos .avion{ font-size: 400%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos h2{ text-align: center; font-size: 1.3em; margin-bottom: 0.5%; color: white; text-shadow: 1px 1px 8px #000; } .menudepagos p{ font-size: 1.2em; text-align: center; } .menudepagos p a{ color: #e4cb0a; text-shadow: 1px 1px 8px #000; } .menudepagos .beneficios{ padding: 2% 0.3% 0 0.3%; } .menudepagos .oculto{ display: none; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .slider2contenedor{ width: 100%; display: flex; margin: 2% 0; } .ofertas{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; display: none; background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas h1{ text-align: center; font-size: 2.2em; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas h3{ text-align: center; font-size: 1.3em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas p{ text-align: center; font-size: 1.7em; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas .botonvermas a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas .botonvermas a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider2{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #007cff2e; border-top: solid 1px #0165b5 !important; border-bottom: solid 1px #0165b5 !important; width: 100%; position: relative; overflow: hidden; } .slider2 ul li{ width: 100%; float: left; padding: 0 2%; } .slider2 ul li:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.8s; } .slider2 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider2 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider2 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider2 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda2{ position: absolute; left: 0; top: 0; border-left: solid 1px #0165b5 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda2 .left2{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda2 .left2:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha2{ position: absolute; right: 0; top: 0; border-right: solid 1px #0165b5 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha2 .right2{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha2 .right2:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .slider3{ width: 100%; position: relative; border: solid 1px red; border-radius: 4px; margin-bottom: 2%; background: #000000a3; } .slider3 ul{ display: flex; } .slider3 ul li{ width: 60%; } .slider3 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .slider3 ul li h1{ text-align: center; font-size: 1.5em; margin-top: 3%; margin-bottom: 3%; color: #fff; } .slider3 ul li h2{ text-align: center; font-size: 1.3em; color: #1ec105; margin-top: 3%; margin-bottom: 3%; } .slider3 ul li img{ width: 100%; display: block; margin-top: 3%; border-radius: 50%; } .flechaisquierda3{ position: absolute; left: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .fondoflecha3{ background: #7b7b7ade; width: 85%; padding: 50% 0; border-radius: 3px; } .flechaisquierda3 .left3{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaisquierda3 .left3:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha3{ position: absolute; right: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha3 .right3{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaderecha3 .right3:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 3" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor3{ width: 100%; margin-bottom: 2%; } .seccioncontenedor3 h1{ text-align: center; font-size: 1.8em; color: #fff; text-shadow: 1px 1px 8px #000; padding-bottom: 1%; margin-bottom: 2%; border-bottom: solid 1px #ffffff96; } .seccioncontenedor3 ul{ width: 100%; display: flex; flex-wrap: wrap; } .seccioncontenedor3 ul li{ width: 48%; } .seccioncontenedor3 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .seccioncontenedor3 ul li img{ width: 100%; border-radius: 3px; } .seccioncontenedor3 ul li h2{ text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 8px #000; margin-top: 2%; margin-bottom: 3%; } .seccioncontenedor3 ul li p{ text-align: center; font-size: 1.6em; color: #1ec105; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .slider4contenedor{ width: 100%; display: flex; margin-bottom: 2%; } .ofertas2{ display: none; background: url(../img/ofertas2.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas2 h1{ text-align: center; font-size: 2em; margin-bottom: 10%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 h3{ text-align: center; font-size: 1.2em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 p{ text-align: center; font-size: 1.7em; font-weight: bold; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 .botonvermas2 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas2 .botonvermas2 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider4{ border-top: solid 1px red !important; border-bottom: solid 1px red !important; width: 100%; position: relative; overflow: hidden; border-radius: 5px; background: #00000085; } .slider4 ul li{ width: 100%; float: left; padding: 0 2%; } .slider4 ul li:hover{ padding: 0 2.7%; transition: all 0.5s; } .slider4 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 1px #000; } .slider4 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider4 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 8px #000; margin-top: 3%; margin-bottom: 3%; } .slider4 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda4{ position: absolute; left: 0; top: 0; border-left: solid 1px red !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda4 .left4{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda4 .left4:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha4{ position: absolute; right: 0; top: 0; border-right: solid 1px red !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha4 .right4{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha4 .right4:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor{ width: 100%; display: flex; margin-bottom: 2%; } .seccionisquierda{ margin-left: 0; width: 49.5%; } .seccionisquierda ul li{ border: solid 1px #ffffff96; border-radius: 3px; padding: 3%; background: #00000080; } .seccionisquierda ul li:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .espacio{ margin-bottom: 2%; } .seccionisquierda img{ width: 100%; display: block; } .seccionisquierda h1{ text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccionisquierda p{ text-align: center; font-size: 1.5em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 8px #000; } .seccionderecha{ margin-right: 0; width: 49.5%; } .seccionderecha ul li{ border: solid 1px #ffffff96; border-radius: 3px; padding: 3%; background: #00000080; } .seccionderecha ul li:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .seccionderecha img{ width: 100%; display: block; } .seccionderecha h1{ text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccionderecha p{ text-align: center; font-size: 1.5em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 8px #000; } .seccioncentro{ display: none; width: 49%; height: 100%; margin-top: 9%; position: relative; border: solid 1px #ffffff96; border-radius: 4px; background: #00000080; } .seccioncentro:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .seccioncentro img{ width: 100%; } .seccioncentro h1{ text-align: left; margin-top: 5%; margin-left: 3%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccioncentro h3{ text-align: left; margin-left: 3%; margin-bottom: 5%; font-size: 1.2em; color: #fff; text-shadow: 1px 1px 8px #000; } .seccioncentro .vermas{ text-align: center; font-size: 1.2em; font-weight: bold; background: blue; color: #fff; width: 20%; padding: 2.3% 0; border-radius: 3px; position: absolute; bottom: 5%; right: 5%; } .seccioncentro .vermas:hover{ font-size: 1.1em; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .slider5contenedor{ width: 100%; display: flex; margin: 2% 0; } .ofertas3{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; display: none; background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas3 h1{ text-align: center; font-size: 2.2em; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 h3{ text-align: center; font-size: 1.3em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 p{ text-align: center; font-size: 1.7em; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 .botonvermas3 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas3 .botonvermas3 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider5{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #4630ec40; border-top: solid 1px #351def73 !important; border-bottom: solid 1px #351def73 !important; width: 100%; position: relative; overflow: hidden; } .slider5 ul li{ width: 100%; float: left; padding: 0 2%; } .slider5 ul li:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.5s; } .slider5 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider5 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider5 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider5 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda5{ position: absolute; left: 0; top: 0; border-left: solid 1px #351def73 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda5 .left5{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda5 .left5:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha5{ position: absolute; right: 0; top: 0; border-right: solid 1px #351def73 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha5 .right5{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha5 .right5:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ width: 100%; margin-bottom: 2%; } .seccionisquierda2{ width: 100%; position: relative; } .seccionisquierda2 img{ width: 100%; border-radius: 3px; } .seccionisquierda2 h1{ background: #ffffff82; width: 100%; text-align: center; font-size: 2.2em; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 35%; padding: 1%; } .seccionisquierda2 h3{ background: #ffffff82; width: 100%; text-align: center; font-size: 1.7em; font-weight: bold; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 50%; padding: 1%; } .seccionisquierda2 .seccion2vermas{ background: #ffffff82; border: solid 1px #0000006b; width: 30%; text-align: center; font-size: 1.7em; font-weight: bold; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 65%; left: 35%; padding: 11% 0; border-radius: 50%; } .seccioncentro2{ width: 100%; margin-top: 2%; } .seccioncentro2 ul{ width: 100%; display: flex; flex-wrap: wrap; } .seccioncentro2 ul li:first-child{ width: 70%; margin-bottom: 2%; } .seccioncentro2 ul li{ width: 49%; position: relative; } .seccioncentro2 img{ width: 100%; border-radius: 3px; } .seccioncentro2 h1{ position: absolute; top: 15%; left: 3%; text-align: center; font-size: 1.4em; color: #000; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; width: 50%; } .seccioncentro2 h3{ position: absolute; top: 67%; left: 3%; text-align: center; font-size: 1.4em; color: #1ec105; text-shadow: 1px 1px 1px #000; margin-bottom: 2%; width: 50%; } .seccionderecha2{ display: none; width: 25%; } .seccionderecha2 h1{ text-align: center; color: #000; text-shadow: 1px 1px 8px #000; padding: 6% 0; } .seccionderecha2 ul{ width: 100%; margin-top: 2%; } .seccionderecha2 ul li{ width: 100%; margin-top: 2%; position: relative; background: white; border-radius: 3px; } .seccionderecha2 ul li img{ width: 27%; border-radius: 3px; } .seccionderecha2 ul li h1{ position: absolute; top: 10%; left: 35%; color: #000; text-shadow: 1px 1px 8px #000; font-size: 1.7em; text-align: center; border-bottom: none; } .seccionderecha2 ul li p{ position: absolute; top: 10%; left: 35%; color: #1ec105; font-weight: bold; text-shadow: 1px 1px 1px #000; font-size: 1.7em; text-align: center; border-bottom: none; } .seccionderecha2 .seccion2vermas2{ text-align: center; background: blue; color: #fff; width: 35%; padding: 5% 0; font-size: 1.5em; font-weight:bold; margin-top: 2%; border-radius: 5px; margin-bottom: 2%; } .seccionderecha2 .seccion2vermas2:hover{ font-size: 1.4em; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .slider6contenedor{ width: 100%; display: flex; margin-bottom: 2%; } .ofertas4{ display: none; background: url(../img/ofertas2.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas4 h1{ text-align: center; font-size: 2em; margin-bottom: 10%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 h3{ text-align: center; font-size: 1.2em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 p{ text-align: center; font-size: 1.7em; font-weight: bold; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 .botonvermas4 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas4 .botonvermas4 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider6{ border-top: solid 1px #ffffff96 !important; border-bottom: solid 1px #ffffff96 !important; width: 100%; position: relative; overflow: hidden; border-radius: 5px; background: #7b7b7abf; } .slider6 ul li{ width: 100%; float: left; padding: 0 2%; } .slider6 ul li:hover{ padding: 0 2.7%; transition: all 0.5s; } .slider6 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 1px #000; } .slider6 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider6 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider6 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda6{ position: absolute; left: 0; top: 0; border-left: solid 1px #ffffff96 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda6 .left6{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda6 .left6:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha6{ position: absolute; right: 0; top: 0; border-right: solid 1px #ffffff96 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha6 .right6{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha6 .right6:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .slider7contenedor{ width: 100%; margin-top: 2%; } .ofertas5{ background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 100%; padding: 1%; display: flex; border-top: solid 1px red; border-left: solid 1px red; border-right: solid 1px red; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ofertas5 h1{ width: 70%; margin-top: 2%; text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas5 .botonvermas5{ width: 30%; } .ofertas5 .botonvermas5 a{ width: 100%; text-align: center; font-size: 1.3em; padding: 5%; background: blue; color: #fff; border-radius: 3px; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.2em; transition: all 0.3s; } .slider7{ width: 100%; position: relative; overflow: hidden; border-right: solid 1px #000; border-left: solid 1px #000; border-bottom: solid 1px #000; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-image: url(../img/slider7fondo.webp); background-size: cover; } .slider7 ul li{ width: 50%; float: left; padding: 0 0.5%; } .slider7 ul li:hover{ padding: 0 0.8%; opacity: 0.7; transition: all 0.5s; } .slider7 ul li h1{ text-align: center; font-size: 1.3em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider7 ul li h2{ text-align: center; font-size: 1.2em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider7 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider7 ul li img{ width: 100%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda7{ position: absolute; left: 0; top: 0; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda7 .left7{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda7 .left7:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha7{ position: absolute; right: 0; top: 0; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha7 .right7{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha7 .right7:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .slider8{ width: 100%; position: relative; border: solid 1px red; border-radius: 4px; margin-top: 2%; margin-bottom: 2%; background: #000000a3; } .slider8 ul{ display: flex; } .slider8 ul li{ width: 60%; } .slider8 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .slider8 ul li h1{ text-align: center; font-size: 1.5em; margin-top: 3%; margin-bottom: 3%; color: #fff; } .slider8 ul li h2{ text-align: center; font-size: 1.3em; color: #1ec105; margin-top: 3%; margin-bottom: 3%; } .slider8 ul li img{ width: 100%; display: block; margin-top: 3%; border-radius: 50%; } .flechaisquierda8{ position: absolute; left: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .fondoflecha8{ background: #7b7b7ade; width: 85%; padding: 50% 0; border-radius: 3px; } .flechaisquierda8 .left8{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaisquierda8 .left8:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha8{ position: absolute; right: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha8 .right8{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaderecha8 .right8:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "MENU DERECHO (ASIDE)" SE ENCARGA CRISTIAN!!! */ .menuizquierdo{ width: 22%; border: solid 1px #ffffff96; border-radius: 4px; padding: 1%; background: #401a0eb3; display: none; margin: 2% 1% 3.5% 1%; position: absolute; height: 93.5%; overflow: scroll; } .menuizquierdo h3{ font-size: 2.1em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 5%; } .menuizquierdo .categorias{ margin-bottom: 20%; } .menuizquierdo .categorias ul{ width: 100%; } .menuizquierdo .categorias ul li{ margin-bottom: 5%; } .menuizquierdo .categorias ul li a{ font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .categorias ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarcategorias h4{ font-size: 1.8em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 5%; } .menuizquierdo .filtrarcategorias ul{ margin-bottom: 20%; } .menuizquierdo .filtrarcategorias ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarcategorias ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarcategorias ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarcategorias ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarportarjetas ul{ margin-bottom: 20%; } .menuizquierdo .filtrarportarjetas ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarportarjetas ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarportarjetas ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarportarjetas ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarporpromociones ul{ margin-bottom: 20%; } .menuizquierdo .filtrarporpromociones ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarporpromociones ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarporpromociones ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarporpromociones ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarpordescuentos ul{ margin-bottom: 20%; } .menuizquierdo .filtrarpordescuentos ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarpordescuentos ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarpordescuentos ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarpordescuentos ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .precio ul{ margin-bottom: 20%; } .menuizquierdo .precio ul li{ width: 100%; } .menuizquierdo .precio ul li input{ width: 100%; } .menuizquierdo .precio ul li ul{ display: flex; margin-top: 5%; } .menuizquierdo .precio ul li ul li{ width: 25%; } .menuizquierdo .precio ul li ul li p{ font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 3%; } .menuizquierdo .precio ul li ul li input{ padding: 15% 5%; border-radius: 4px; } .menuizquierdo .precio ul li ul li button{ width: 100%; height: 67%; margin-top: 33%; font-size: 2em; font-weight: bold; color: #000; border-radius: 4px; } .menuizquierdo .calificaciones ul{ margin-bottom: 20%; } .menuizquierdo .calificaciones ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .calificaciones ul li input{ margin-left: 0; width: 5%; margin-top: 2.5%; } .menuizquierdo .calificaciones ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .calificaciones ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos{ width: 100%; margin: 2% 0; position: relative; } .articulos .articulo{ width: 100%; border: solid 1px #00ff0970; background: #0000007a; border-radius: 4px; margin-bottom: 2%; } .articulos .articulo:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.5s; } .articulos .articulo a{ display: flex; } .articulos .articulo a .cuotayimagen{ width: 60%; } .articulos .articulo a .cuotayimagen h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; } .articulos .articulo a .cuotayimagen img{ width: 100%; } .articulos .articulo a .tituloyprecio{ width: 40%; padding: 25% 0; } .articulos .articulo a .tituloyprecio h1{ text-align: center; font-size: 1.2em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 10%; } .articulos .articulo a .tituloyprecio p{ text-align: center; font-size: 2em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footer{ width: 100%; margin-top: 2%; background: #1b1a1a96; border: solid 1px #ffffff96; border-radius: 10px; padding: 2%; } .footerparte1{ width: 100%; } .footerparte1 ul{ width: 100%; } .footerparte1 ul li{ width: 100%; margin-bottom: 2%; } .footerparte1 ul li h1{ text-align: center; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte1 ul li input{ width: 90%; margin-left: 5%; padding: 1%; border-radius: 4px; box-shadow: 1px 1px 8px blue; } .footerparte1 ul li button{ width: 50%; margin-left: 25%; border-radius: 4px; margin-top: 4%; color: red; font-size: 1.6em; font-weight: bold; text-shadow: 1px 1px 1px #000; padding: 1%; } .footerparte1 ul li ul{ width: 100%; display: flex; margin-top: 10%; } .footerparte1 ul li ul li{ width: 20%; text-align: center; font-size: 3.5em; } .footerparte1 ul li ul li a{ color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte2{ display: none; } .footerparte3{ display: none; } .footerparte4 ul li p, .footerparte4 ul li .ayuda, .footerparte4 ul li ul{ display: none; } .footerparte4 ul li h4{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .legal{ margin-top: 2%; text-align: center; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 80%; height: 100%; border: solid 1px red; background: #271919; position: fixed; left: -100%; top: 0; z-index: 3; overflow: scroll; } .menuizquierdofixed .bienvenidofixed{ width: 100%; background: red; padding: 2% 5%; } .menuizquierdofixed .bienvenidofixed .iconomenufixedcerrar{ font-size: 3em; text-align: right; } .menuizquierdofixed .bienvenidofixed .iconomenufixedcerrar:hover{ font-size: 2.8em; color: #fff; transition: all 0.3s; cursor: pointer; } .menuizquierdofixed .bienvenidofixed h3{ font-size: 2.5em; color: #fff; text-align: center; margin-bottom: 2%; } .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; width: 42%; display: block; } .menuizquierdofixed .bienvenidofixed h6{ font-size: 1.4em; color: #fff; text-align: left; margin-bottom: 5%; } .menuizquierdofixed span p{ font-size: 1.4em; color: #cc4848; font-weight: bold; text-align: center; margin-bottom: 2%; background: #bbb5b5; text-shadow: 1px 1px 1px #000; padding: 5% 0; border-radius: 4px; box-shadow: 1px 1px 8px #000; cursor: pointer; } .menuizquierdofixed span p:hover{ font-size: 1.37em; box-shadow: inset 1px 1px 8px #000; transition: all 0.3s; } .menuizquierdofixed .categoriasfixed{ padding: 5%; width: 100%; font-size: 2em; } .menuizquierdofixed .categoriasfixed ul li{ margin-bottom: 8%; } .menuizquierdofixed .categoriasfixed ul li:nth-child(2){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li:nth-child(5){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li:nth-child(9){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li span{ margin-right: 5%; } .menuizquierdofixed .categoriasfixed ul li a{ color: #fff; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header{ width: 100%; position: fixed; top: 0; z-index: 2; background: #ff0000c2; } .header .headerparte1{ width: 100%; display: none; } .header .headerparte1 ul{ width: 100%; display: flex; } .header .headerparte1 ul li{ width: 11%; font-size: 1.5em; text-align: center; } .header .headerparte1 ul li:hover{ background: blue; font-size: 1.4em; transition: all 0.8s; } .header .headerparte1 ul li a{ padding: 5% 0; color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte1 ul li a span{ padding-right: 4%; } .header .headerparte1 ul li:nth-child(-n+8){ border-right: solid 1px #000; } .header .headerparte3{ width: 100%; display: none; } .header .headerparte3 ul{ width: 100%; display: flex; font-size: 1.5em; color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte3 ul li a{ color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte3 ul li a:hover{ color: #000000db; transition: all 0.8s; } .header .headerparte3 ul li ul{ display: block; font-size: 0.95em; border: solid 1px #000; border-radius: 4px; background: #000000db; margin-top: 1%; position: absolute; z-index: 1; width: 20%; } .header .headerparte3 ul li ul li{ padding: 5% 0 5% 5%; } .header .headerparte3 ul .iconomasgrande{ font-size: 2.2em; margin-top: -0.1%; } .header .headerparte3 ul .iconomasgrande{ font-size: 2.2em; margin-top: -0.1%; } .header .headerparte3 ul li ul li:hover{ background: red; border-radius: 4px; font-size: 0.90em; transition: all 0.8s; } .header .headerparte3 ul li{ margin-top: 1%; margin-bottom: 0.3%; } .header .headerparte2 ul li h3{ display: none; } .header .headerparte2{ width: 100%; padding-top: 3.5%; padding-left: 1.5%; } .header .headerparte2 ul{ width: 100%; display: flex; } .header .headerparte2 ul li:hover{ color: #fff; transition: all 0.8s; } .header .headerparte2 ul li:nth-child(1){ width: 13%; font-size: 4em; cursor: pointer; } .header .headerparte2 ul li:nth-child(2){ width: 55%; } .header .headerparte2 ul li:nth-child(3){ width: 13%; font-size: 4em; } .header .headerparte2 ul li:nth-child(4){ display: none; width: 50%; margin-right: 2%; } .header .headerparte2 ul li input{ border-radius: 10px; padding: 3% 2%; } .header .headerparte2 ul li:nth-child(5){ width: 13%; font-size: 4em; } .header .headerparte2 ul li .logo{ width: 100%; } .header .headerparte2 ul li .logo img{ width: 100%; } .header .headerparte2 ul li input{ width: 100%; } .header .headerparte2 ul li:nth-child(7){ width: 15%; } .header .headerparte2 ul li:nth-child(7) a{ width: 100%; font-size: 2em; text-align: center; color: white; text-shadow: 1px 1px 1px #000; } .header .headerparte2 ul li:nth-child(7) a:hover{ font-size: 1.95em; color: #000; text-shadow: 1px 1px 1px #fff; transition: 0.5s all; } /* WARNING: TODOS LOS ESTILOS DEL "formulario de registro" SE ENCARGA TATIANA!!! */ .registro{ padding: 1%; width: 90%; background-color: #5150fdde; border: solid 1px black; z-index: 3; position: absolute; left: 5%; top: -5000%; font-family: sans-serif; font-size: 1.5em; display: flex; border-radius: 5px; } .registroprimeraparte{ width: 100%; border: solid 1px white; padding: 2%; border-radius: 3px; } .registroprimeraparte .iconoregistrocerrar{ font-size: 2em; text-align: right; margin-bottom: 2%; } .registroprimeraparte .iconoregistrocerrar:hover{ font-size: 1.8em; color: #fff; transition: all 0.3s; cursor: pointer; } .registroprimeraparte .titulo{ text-align: center; color: #fff; font-size: 1.5em; padding: 2% 0; text-shadow: 1px 1px 1px #000; widows: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; background: red; } .registrasegundaparte{ border: solid 1px white; border-radius: 3px; width: 50%; padding: 2%; margin-left:2%; display: none; } .registrasegundaparte h1{ font-size: 1.3em; margin-bottom: 5%; text-align: center; } .registrasegundaparte img{ margin-bottom: 10%; width: 60%; display: block; } .registrasegundaparte p{ font-size: 1.2em; } .registro ul li{ margin-bottom: 2%; } .registro ul li input{ width: 100%; padding: 2% 2%; border-radius: 4px; margin-top: 1%; } .registro button{ width: 50%; margin-top: 10%; display: block; font-family: sans-serif; color: black; font-weight: bold; border-radius: 4px; padding: 3% 0; background: red; color: #fff; text-shadow: 1px 1px 1px #000; } .registroprimeraparte p{ font-size: 1.5em; text-align: center; margin-top: 5%; } .registroprimeraparte p .o { margin: 0 2%; margin-top: 10%; color: red; } .registroprimeraparte .segundo{ width: 100%; padding: 3% 0; background-color: blue; color: white; border-radius: 4px; box-shadow: 1px 1px 5px #000; border: solid 1px blue; text-shadow: 1px 1px 8px black; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 22%; width: 100%; padding: 2%; border: solid 1px #fff126; background: #0a0000d9; border-radius: 5px; } .centrodeayudacontenedor h1{ font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor h2{ font-size: 1.3em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor .lomasconsultado{ width: 100%; padding: 4%; } .centrodeayudacontenedor .lomasconsultado ul{ width: 100%; } .centrodeayudacontenedor .lomasconsultado ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 8% 2%; text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; background: #2b1904; border-radius: 4px; } .centrodeayudacontenedor .lomasconsultado ul li a:hover{ background: #04272b; transition: all 0.8s; } .centrodeayudacontenedor .centrodeayuda{ width: 100%; padding: 4%; } .centrodeayudacontenedor .centrodeayuda ul{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; padding: 8%; text-align: center; background: #401a0e; } .centrodeayudacontenedor .centrodeayuda ul li .compras{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .compras .comprasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .compras .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .pagos .pagosicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .entregas .entregasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales .sucursalesicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .garantias .garantiasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .cambios .cambiosicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .preguntasfrecuentes{ width: 100%; padding: 4%; background: #401a0e; border: solid 1px red; border-radius: 4px; margin-bottom: 3%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 100%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li{ width: 100%; margin-bottom: 5%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li a{ width: 100%; text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; font-size: 1.4em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 100%; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details{ width: 100%; font-size: 1.4em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details summary{ width: 100%; margin: 5% 0 5% 0; } .centrodeayudacontenedor .contacteconnosotros{ width: 100%; padding: 4%; } .centrodeayudacontenedor .contacteconnosotros h3{ font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor .contacteconnosotros ul{ width: 100%; } .centrodeayudacontenedor .contacteconnosotros ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; text-align: center; background: #401a0e; } .centrodeayudacontenedor .contacteconnosotros ul li .consultasicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li .reclamosicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li .sugerenciasicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 8% 2%; text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ border: solid 1px #ff26266e; width: 90%; margin-top: 3%; margin-bottom: 5%; border-radius: 2%; background: #0000008a; position: absolute; top: -5000%; z-index: 3; margin-left: 5%; background: #000000e8; } .sesion .iconosesioncerrar{ font-size: 2.5em; text-align: right; margin-bottom: 1%; margin-right: 2%; margin-top: 1%; color: red; } .sesion .iconosesioncerrar:hover{ font-size: 2.2em; color: #fff; transition: all 0.3s; cursor: pointer; } .sesion h1{ font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; border-bottom: solid 0.8px #ff26266e; text-align: center; padding: 5%; margin-bottom: 3%; border-radius: 3%; background: #454aea; } .sesion h2{ font-size: 1.7em; width: 50%; color: #fff; text-shadow: 1px 1px 1px #000; border: solid 1px #ff26266e; text-align: center; padding: 2%; margin-bottom: 3%; border-radius: 3%; background: #454aea; } .sesion h2:hover{ background: #8500ff6e; } .sesion2{ width: 90%; margin-bottom: 5%; } .sesion2 ul li{ width: 100%; margin-bottom: 3%; } .sesion2 input{ display: block; border: solid 1.2px #8326ff63; border-radius: 5%; background: #02136759; color: #fff; width: 80%; padding: 2%; } .sesion2 input:hover{ width: 84%; background: #8500ff6e; } .sesion2 button:hover{ background: #8500ff6e; } .sesion2 button{ display: block; border: solid 0.8px #8326ff63; width: 40%; padding: 10px; border-radius: 3%; background: #454aea; color: #fff; } .sesion2 p{ width: 58%; display: flex; border: solid 1px red; border-radius: 3px; background: #7b7b7a; padding: 1%; } .sesion2 p .recordar{ width: 10%; margin-top: 2.1%; } .sesion2 p span{ font-size: 1.5em; width: 90%; color: #000; text-shadow: 0.5px 0.5px 1px #fff; font-weight: bold; } /* WARNING: MEDIA QUERIES PARA HACER RESPONSIVE LA PAGINA */ @media (min-width: 375px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2{ padding-top: 2%; padding-left: 5%; } .header .headerparte2 ul li:nth-child(2){ width: 50%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 19% 0 2% 0; } .flechaderecha .right:hover{ padding-right: 10%; } .flechaisquierda .left:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 250%; margin-top: 1%; margin-bottom: 3.5%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2:hover{ padding-right: 10%; } .flechaisquierda2 .left2:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3:hover{ padding-right: 10%; } .flechaisquierda3 .left3:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4:hover{ padding-right: 10%; } .flechaisquierda4 .left4:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionderecha h1{ font-size: 1.5em; } .seccionderecha p{ font-size: 1.6em; } .seccionisquierda h1{ font-size: 1.5em; } .seccionisquierda p{ font-size: 1.6em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5:hover{ padding-right: 10%; } .flechaisquierda5 .left5:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncentro2 h1{ width: 45%; } .seccioncentro2 h3{ left: 0; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6:hover{ padding-right: 10%; } .flechaisquierda6 .left6:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7:hover{ padding-right: 10%; } .flechaisquierda7 .left7:hover{ padding-left: 10%; } .ofertas5 h1{ margin-top: 1.7%; font-size: 1.4em; } .ofertas5 .botonvermas5 a{ font-size: 1.4em; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.3em; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8:hover{ padding-right: 10%; } .flechaisquierda8 .left8:hover{ padding-left: 10%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 75%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 18.5%; } .centrodeayudacontenedor h1{ font-size: 1.6em; margin-bottom: 3%; } .centrodeayudacontenedor h2{ font-size: 1.4em; margin-bottom: 3%; } .centrodeayudacontenedor .lomasconsultado{ padding: 1%; } .centrodeayudacontenedor .lomasconsultado ul li{ margin-bottom: 3%; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 6% 1%; font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda{ padding: 1%; } .centrodeayudacontenedor .centrodeayuda ul li{ margin-bottom: 3% !important; padding: 7%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .preguntasfrecuentes{ padding: 1%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ margin: 7% 0; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li{ margin-bottom: 3%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li a{ font-size: 1.5em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details summary{ margin: 3% 0 3% 0; } .centrodeayudacontenedor .contacteconnosotros{ padding: 1%; } .centrodeayudacontenedor .contacteconnosotros h3{ margin-bottom: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li{ margin-bottom: 3%; } .banner3{ margin-top: 3%; margin-bottom: 5%; } /* WARNING: Sesion */ .sesion2 p{ width: 50%; } } @media (min-width: 425px) { /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2 ul li:nth-child(2){ width: 40%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 16% 0 2% 0; } .flechaderecha .right{ font-size: 800%; } .flechaisquierda .left{ font-size: 800%; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 280%; margin-top: 1%; margin-bottom: 1.5%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 500%; } .flechaisquierda2 .left2{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 500%; } .flechaisquierda4 .left4{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 500%; } .flechaisquierda5 .left5{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 500%; } .flechaisquierda6 .left6{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 500%; } .flechaisquierda7 .left7{ font-size: 500%; } .ofertas5 .botonvermas5 a{ font-size: 1.5em; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.4em; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 65%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 15.5%; } .banner3{ margin-top: 2%; margin-bottom: 4%; } /* WARNING: Sesion */ .sesion2 p{ width: 44%; } } @media (orientation: landscape) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 12em; } .banner2 img{ width: 170%; margin-left: -25%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .flechaderecha .right{ font-size: 1000%; } .flechaisquierda .left{ font-size: 1000%; } .flechaderecha .right:hover{ padding-right: 7%; } .flechaisquierda .left:hover{ padding-left: 7%; } .iconopaginacion{ display: block; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 350%; margin-top: 0; margin-bottom: 0; } .menudepagos .sucursales{ font-size: 350%; } .menudepagos .envio{ font-size: 350%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 700%; } .flechaisquierda2 .left2{ font-size: 700%; } .flechaderecha2 .right2:hover{ padding-right: 7%; } .flechaisquierda2 .left2:hover{ padding-left: 7%; } .slider2 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } .flechaderecha3 .right3:hover{ padding-right: 7%; } .flechaisquierda3 .left3:hover{ padding-left: 7%; } .slider3 ul li{ width: 32%; } .flechaisquierda3{ width: 10%; } .flechaderecha3{ width: 10%; } .slider3 ul li img{ width: 95%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 700%; } .flechaisquierda4 .left4{ font-size: 700%; } .flechaderecha4 .right4:hover{ padding-right: 7%; } .flechaisquierda4 .left4:hover{ padding-left: 7%; } .slider4 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 700%; } .flechaisquierda5 .left5{ font-size: 700%; } .flechaderecha5 .right5:hover{ padding-right: 7%; } .flechaisquierda5 .left5:hover{ padding-left: 7%; } .slider5 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 700%; } .flechaisquierda6 .left6{ font-size: 700%; } .flechaderecha6 .right6:hover{ padding-right: 7%; } .flechaisquierda6 .left6:hover{ padding-left: 7%; } .slider6 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 700%; } .flechaisquierda7 .left7{ font-size: 700%; } .flechaderecha7 .right7:hover{ padding-right: 7%; } .flechaisquierda7 .left7:hover{ padding-left: 7%; } .slider7 ul li{ width: 33.33%; } .ofertas5 h1{ width: 40%; font-size: 1.6em; margin-top: 1%; } .ofertas5 .botonvermas5{ width: 17%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } .flechaderecha8 .right8:hover{ padding-right: 7%; } .flechaisquierda8 .left8:hover{ padding-left: 7%; } .slider8 ul li{ width: 32%; } .flechaisquierda8{ width: 10%; } .flechaderecha8{ width: 10%; } .slider8 ul li img{ width: 95%; } } @media (min-width: 768px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 11em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2 ul li:nth-child(2){ width: 25%; margin-right: 5%; } .header .headerparte2 ul li:nth-child(3){ display: none; } .header .headerparte2 ul li:nth-child(4){ display: block; } .banner2 img{ width: 170%; margin-left: -25%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 11% 0 2% 0; } .flechaderecha .right{ font-size: 1000%; } .flechaisquierda .left{ font-size: 1000%; } .flechaderecha .right:hover{ padding-right: 7%; } .flechaisquierda .left:hover{ padding-left: 7%; } .iconopaginacion{ display: block; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 350%; margin-top: 0; margin-bottom: 0; } .menudepagos .sucursales{ font-size: 350%; } .menudepagos .envio{ font-size: 350%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 700%; } .flechaisquierda2 .left2{ font-size: 700%; } .flechaderecha2 .right2:hover{ padding-right: 7%; } .flechaisquierda2 .left2:hover{ padding-left: 7%; } .slider2 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 700%; } .flechaisquierda3 .left3{ font-size: 700%; } .flechaderecha3 .right3:hover{ padding-right: 7%; } .flechaisquierda3 .left3:hover{ padding-left: 7%; } .slider3 ul li{ width: 32%; } .flechaisquierda3{ width: 10%; } .flechaderecha3{ width: 10%; } .slider3 ul li img{ width: 95%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 700%; } .flechaisquierda4 .left4{ font-size: 700%; } .flechaderecha4 .right4:hover{ padding-right: 7%; } .flechaisquierda4 .left4:hover{ padding-left: 7%; } .slider4 ul li{ width: 50%; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionisquierda{ margin-left: 0; width: 25%; } .seccionderecha{ margin-right: 0; width: 25%; } .seccioncentro{ display: block; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 700%; } .flechaisquierda5 .left5{ font-size: 700%; } .flechaderecha5 .right5:hover{ padding-right: 7%; } .flechaisquierda5 .left5:hover{ padding-left: 7%; } .slider5 ul li{ width: 50%; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ display: flex; } .seccionisquierda2{ width: 49.3%; } .seccioncentro2{ width: 49%; margin-top: 0; } .seccioncentro2 ul li:first-child{ width: 79%; } .seccioncentro2 ul li{ width: 79%; margin-bottom: 2%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 700%; } .flechaisquierda6 .left6{ font-size: 700%; } .flechaderecha6 .right6:hover{ padding-right: 7%; } .flechaisquierda6 .left6:hover{ padding-left: 7%; } .slider6 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 700%; } .flechaisquierda7 .left7{ font-size: 700%; } .flechaderecha7 .right7:hover{ padding-right: 7%; } .flechaisquierda7 .left7:hover{ padding-left: 7%; } .slider7 ul li{ width: 33.33%; } .ofertas5 h1{ width: 40%; font-size: 1.6em; margin-top: 1%; } .ofertas5 .botonvermas5{ width: 17%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 700%; } .flechaisquierda8 .left8{ font-size: 700%; } .flechaderecha8 .right8:hover{ padding-right: 7%; } .flechaisquierda8 .left8:hover{ padding-left: 7%; } .slider8 ul li{ width: 32%; } .flechaisquierda8{ width: 10%; } .flechaderecha8{ width: 10%; } .slider8 ul li img{ width: 95%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos section{ display: flex; flex-wrap: wrap; } .articulos .articulo{ width: 48%; } .articulos .articulo a .tituloyprecio{ padding: 30% 0; } .articulos .articulo a .tituloyprecio h1{ font-size: 1.3em; margin-bottom: 5%; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte1 ul{ display: flex; flex-wrap: wrap; } .footerparte1 ul li{ width: 50%; } .footerparte3{ display: block; width: 100%; margin-bottom: 2%; } .footerparte3 ul{ width: 100%; display: flex; flex-wrap: wrap; } .footerparte3 ul li{ width: 15%; } .footerparte3 ul li img{ width: 100%; } .footerparte4 ul li h4{ text-align: left; font-size: 1.5em; } .footerparte4 ul li p{ margin-top: 2%; display: block; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .ayuda-legal{ width: 34%; display: flex; margin-left: 0; margin-top: 1%; } .footerparte4 ul li .ayuda{ display: block; margin-top: 2%; text-align: left; font-size: 1.5em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .legal{ margin-top: 2%; text-align: left; font-size: 1.5em; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 38%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 10%; } .centrodeayudacontenedor h1{ font-size: 1.7em; margin-bottom: 2%; } .centrodeayudacontenedor h2{ font-size: 1.5em; margin-bottom: 2%; } .centrodeayudacontenedor .lomasconsultado ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .lomasconsultado ul li{ margin-bottom: 2%; width: 48% !important; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 5% 0; font-size: 1.6em; width: 100%; } .centrodeayudacontenedor .centrodeayuda ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 48%; margin-bottom: 2% !important; padding: 3% 4% 3% 4%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ font-size: 1.5em; } .centrodeayudacontenedor .preguntasfrecuentes{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 48%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 48%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ margin: 3% 0; } .banner3 img{ width: 125%; } .centrodeayudacontenedor .contacteconnosotros{ padding: 2%; } .centrodeayudacontenedor .contacteconnosotros h3{ margin-bottom: 2%; } .centrodeayudacontenedor .contacteconnosotros ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .contacteconnosotros ul li{ margin-bottom: 2%; width: 48%; } .banner3{ margin-bottom: 2%; } /* WARNING: TODOS LOS ESTILOS DEL "Formulario de registro" SE ENCARGA CRISTIAN!!! */ .registroprimeraparte{ width: 50%; } .registrasegundaparte{ display: block; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ width: 50%; z-index: 3; margin-left: 25%; } } @media (min-width: 1024px) { /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2{ padding-top: 0.8%; padding-left: 3%; } .header .headerparte2 ul li:nth-child(2){ width: 18%; margin-right: 10%; } .banner img{ width: 100%; } .banner2 img{ width: 100%; margin-left: 0; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 8% 0 2% 0; } .iconopaginacion{ font-size: 220%; } .slider ul li img{ width: 100%; margin-left: 0; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 400%; } .menudepagos .sucursales{ font-size: 400%; } .menudepagos .envio{ font-size: 400%; } .menudepagos .oculto{ display: block; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .ofertas{ display: block; } .slider2{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider2 ul li{ width: 33%; } .flechaisquierda2{ border-left: none !important; background: #00000057; } .flechaderecha2{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaisquierda3{ width: 7%; } .flechaderecha3{ width: 7%; } .flechaderecha3 .right3:hover{ padding-right: 10%; } .flechaisquierda3 .left3:hover{ padding-left: 10%; } .slider3 ul li{ width: 24%; } /* WARNING: STILOS DEL "SECCION 3" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor3 ul li{ width: 24%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .ofertas2{ display: block; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .slider4{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider4 ul li{ width: 33%; } .flechaisquierda4{ background: #00000057; } .flechaderecha4{ background: #00000057; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionderecha ul li{ border: solid 1px #000; } .seccionisquierda ul li{ border: solid 1px #000; } .seccioncentro{ border: solid 1px #000; } .seccioncentro h1{ font-size: 1.8em; } .seccioncentro h3{ font-size: 1.4em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .ofertas3{ display: block; } .slider5{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider5 ul li{ width: 33%; } .flechaisquierda5{ border-left: none !important; background: #00000057; } .flechaderecha5{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .ofertas4{ display: block; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .slider6{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider6 ul li{ width: 33%; } .flechaisquierda6{ background: #00000057; } .flechaderecha6{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .slider7 ul li{ width: 25%; } .ofertas5 .botonvermas5{ width: 14%; } .flechaisquierda7{ background: #00000057; } .flechaderecha7{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaisquierda8{ width: 7%; } .flechaderecha8{ width: 7%; } .flechaderecha8 .right8:hover{ padding-right: 10%; } .flechaisquierda8 .left8:hover{ padding-left: 10%; } .slider8 ul li{ width: 24%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos .articulo{ width: 32%; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte1 ul li{ width: 30%; } .footerparte1 ul li ul{ margin-top: 0; } .footerparte4 ul{ display: flex; } .footerparte4 ul li{ width: 50%; } .footerparte4 ul li p{ width: 100%; } .footerparte4 ul li .ayuda-legal{ width: 52%; } .footerparte4 ul li ul{ display: block; display: flex; } .footerparte4 ul li ul li{ width: 18%; margin-top: 8%; } .footerparte4 ul li ul li img{ width: 100%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 28%; } .menuizquierdofixed .bienvenidofixed h3{ margin-bottom: 4%; } .menuizquierdofixed .categoriasfixed{ font-size: 1.9em; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 6.5%; } .centrodeayudacontenedor .lomasconsultado ul li{ width: 32% !important; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 32%; padding: 2% 3% 2% 3%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 3% 0; } .centrodeayudacontenedor .preguntasfrecuentes{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 35%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 61%; } .banner3 img{ width: 100%; } .centrodeayudacontenedor .contacteconnosotros ul li{ width: 32%; } .banner3{ margin-top: 1%; margin-bottom: 1%; } .registro{ width: 70%; margin-left: 10%; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ width: 40%; margin-left: 30%; } .sesion2 button{ font-size: 1.5em; } /* WARNING: Sesion */ .sesion2 p{ width: 41%; } } @media (min-width: 1280px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte1{ display: block; } .header .headerparte3{ display: block; } .header{ position: static; } .header .headerparte2{ padding-left: 2%; } .header .headerparte2 ul li:nth-child(2){ width: 17%; margin-right: 1%; } .header .headerparte2 ul li input{ padding: 2.2% 2%; font-size: 1.5em; } .header .headerparte2 ul li:nth-child(6){ width: 30%; } .header .headerparte2 ul li h3{ display: block; font-size: 1.5em; margin-top: 3%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 2% 0 2% 0; } .flechaderecha .right{ font-size: 1200%; } .flechaisquierda .left{ font-size: 1200%; } .flechaderecha .right:hover{ padding-right: 5%; } .flechaisquierda .left:hover{ padding-left: 5%; } .iconopaginacion:hover{ color: red; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 800%; } .flechaisquierda2 .left2{ font-size: 800%; } .flechaderecha2 .right2:hover{ padding-right: 5%; } .flechaisquierda2 .left2:hover{ padding-left: 5%; } .slider2 ul li{ width: 25%; } .ofertas{ padding: 4.5% 5%; } .ofertas h1{ font-size: 2.5em; } .ofertas h3{ font-size: 1.4em; } .ofertas p{ font-size: 2em; } .ofertas .botonvermas a{ font-weight: bold; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .slider3 ul li{ width: 16%; } .flechaisquierda3{ width: 5%; } .flechaderecha3{ width: 5%; } .fondoflecha3{ opacity: 0; } .fondoflecha3:hover{ opacity: 1; transition: all 0.5s; } .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } .slider3 ul li img{ width: 100%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 800%; } .flechaisquierda4 .left4{ font-size: 800%; } .flechaderecha4 .right4:hover{ padding-right: 5%; } .flechaisquierda4 .left4:hover{ padding-left: 5%; } .slider4 ul li{ width: 25%; } .ofertas2{ padding: 4.5% 5%; } .ofertas2 h1{ font-size: 2.5em; } .ofertas2 h3{ font-size: 1.4em; } .ofertas2 p{ font-size: 2em; } .ofertas2 .botonvermas2 a{ font-weight: bold; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionisquierda{ width: 20.5%; } .seccionderecha{ width: 20.5%; } .seccioncentro{ width: 57.5%; margin-top: 0; } .seccioncentro h1{ font-size: 1.9em; } .seccioncentro h3{ font-size: 1.5em; } .seccioncentro .vermas{ font-size: 1.4em; } .seccioncentro .vermas:hover{ font-size: 1.3em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 800%; } .flechaisquierda5 .left5{ font-size: 800%; } .flechaderecha5 .right5:hover{ padding-right: 5%; } .flechaisquierda5 .left5:hover{ padding-left: 5%; } .slider5 ul li{ width: 25%; } .ofertas3{ padding: 4.5% 5%; } .ofertas3 h1{ font-size: 2.5em; } .ofertas3 h3{ font-size: 1.4em; } .ofertas3 p{ font-size: 2em; } .ofertas3 .botonvermas3 a{ font-weight: bold; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ background: #ffffffb5; border-radius: 4px; } .seccionisquierda2 .seccion2vermas{ display: none; } .seccionisquierda2 h1{ top: 85.6%; } .seccionisquierda2 h3{ top: 93%; } .seccionisquierda2{ width: 40%; } .seccionderecha2 ul li:hover{ background: #7d1cad94; transition: all 0.5s; } .seccionisquierda2:hover, .seccioncentro2 ul li:hover{ border: solid 2px #7d1cad94; border-radius: 4px; transition: all 0.3s; } .seccioncentro2{ width: 30%; margin-top: 1.2%; } .seccioncentro2{ width: 30%; } .seccioncentro2 ul li:first-child{ width: 100%; } .seccioncentro2 ul li{ width: 100%; } .seccioncentro2 h1{ font-size: 1.6em; top: 46%; } .seccioncentro2 h3{ font-size: 1.6em; } .seccionderecha2{ display: block; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 800%; } .flechaisquierda6 .left6{ font-size: 800%; } .flechaderecha6 .right6:hover{ padding-right: 5%; } .flechaisquierda6 .left6:hover{ padding-left: 5%; } .slider6 ul li{ width: 25%; } .ofertas4{ padding: 4.5% 5%; } .ofertas4 h1{ font-size: 2.5em; } .ofertas4 h3{ font-size: 1.4em; } .ofertas4 p{ font-size: 2em; } .ofertas4 .botonvermas4 a{ font-weight: bold; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 800%; } .flechaisquierda7 .left7{ font-size: 800%; } .flechaderecha7 .right7:hover{ padding-right: 5%; } .flechaisquierda7 .left7:hover{ padding-left: 5%; } .slider7 ul li{ width: 16.66%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .slider8 ul li{ width: 16%; } .flechaisquierda8{ width: 5%; } .flechaderecha8{ width: 5%; } .fondoflecha8{ opacity: 0; } .fondoflecha8:hover{ opacity: 1; transition: all 0.5s; } .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } .slider8 ul li img{ width: 100%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulosymenuizquierdo{ display: flex; position: relative; } .menuizquierdo{ display: block; } .articulos{ width: 76%; margin-left: 24%; } .articulos .articulo{ width: 24%; } .articulos .articulo a{ display: block; } .articulos .articulo a .cuotayimagen{ width: 100%; } .articulos .articulo a .tituloyprecio{ width: 100%; padding: 2% 0; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte4 ul li .ayuda-legal{ width: 42%; } .footerparte2{ display: block; width: 100%; } .footerparte2 ul{ width: 100%; display: flex; } .footerparte2 ul li{ width: 20%; text-align: left; padding: 2%; } .footerparte2 ul li h4{ font-size: 1.7em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 7%; margin-top: 7%; } .footerparte2 ul li a{ font-size: 1.5em; color: #ffffff96; text-shadow: 1px 1px 8px #000; margin-bottom: 4%; margin-top: 4%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 23%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 1%; } .registro{ width: 60%; margin-left: 15%; } /* WARNING: Sesion */ .sesion2 p{ width: 34%; } }
public/css/estilos.css
*{ margin: 0 auto; padding: 0; box-sizing: border-box; } body{ background: url(../img/fondo.webp); background-attachment: fixed; background-position: center; background-size: cover; font-family: sans-serif; font-size: 10px; min-width: 320px; max-width: 1440px; } .contenedor{ width: 98%; } .banner{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .banner img{ width: 131%; } .banner2{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .banner2 img{ width: 215%; margin-left: -57%; } .banner3{ width: 96%; overflow: hidden; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin-top: 2%; margin-bottom: 5%; } .banner3 img{ width:199%; } li{ list-style: none; } a{ text-decoration: none; display: block; } .cerrartodo{ position: fixed; width: 100%; height: 100%; z-index: 2; display: none; } /* WARNING: producto estilos */ .articulos section{ border: solid 1px white; border-radius: 5px; padding: 2%; position: relative; background: #09001f66; } .articulos section .marca{ position: absolute; top: 0; left: 0; z-index: 1; text-align: center; font-size: 1.4em; font-weight: bold; color: white; text-shadow: 1px 1px 1px #000; width: 15%; border-bottom: solid 1px white; border-right: solid 1px white; border-radius: 5px; background: #5d1616; padding: 1% 1%; } .articulos section .marca span{ color: #00bcd4; } .articulos section article{ border-radius: 5px; width: 100%; } .articulos section article h1{ text-align: center; color: white; font-weight: bold; font-size: 1.8em; width: 50%; text-shadow: 1px 1px 1px #000; } .articulos section article h1 span{ color: #1ec105; text-shadow: 1px 1px 1px #000; font-weight: bold; } .articulos section article h3{ text-align: center; color: #fff126; font-weight: bold; font-size: 2.5em; width: 50%; } .articulos section article .categoriasubcategoria { display: flex; margin-top: 2%; margin-bottom: 3%; } .articulos section article .categoriasubcategoria a{ text-align: left; font-size: 2.5em; color: white; width: 50%; border: solid 1px red; border-radius: 5px; background: #5d1616; padding: 1% 3%; } .articulos section article .categoriasubcategoria a p{ border: none; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: bold; } .articulos section article .categoriasubcategoria a p span{ color: #00bcd4; } .articulos section article .imagenesyseccioncarrito{ display: flex; } .articulos section article .imagenes{ width: 74%; } .articulos section article .imagenes ul{ display: flex; width: 100%; border: solid 1px red; margin-left: 0; border-radius: 5px; padding: 2%; background: #0e0a09a6; } .articulos section article .imagenes .imagengrande{ width: 60%; } .articulos section article .imagenes .miniimagenes{ width: 40%; } .articulos section article .imagenes .miniimagenes ul{ width: 100%; height: 50%; display: flex; background: #ff00006e; padding: 2%; margin-bottom: 2%; } .articulos section article .imagenes .miniimagenes ul li:first-child{ width: 100%; } .articulos section article .imagenes .miniimagenes ul li:nth-child(2){ width: 100%; } .articulos section article .imagenes .miniimagenes ul li:first-child img{ width: 100%; height: 90%; margin-top: 8%; } .articulos section article .imagenes .miniimagenes ul li:nth-child(2) img{ width: 100%; height: 90%; margin-top: 8%; } .articulos section article .imagenes .imagengrande img{ width: 100%; } .articulos section article .seccioncarrito{ width: 24%; } .articulos section article .seccioncarrito ul{ width: 100%; height: 100%; border: solid 1px red; border-radius: 5px; padding: 5%; background: #0e0a09a6; color: white; text-shadow: 1px 1px 1px #000; font-size: 1.5em; text-align: center; } .articulos section article .seccioncarrito ul li:first-child{ text-shadow: 2px 3px 5px #000; border: solid 1px white; border-radius: 3px; padding: 2.5% 2%; background: #093a02; font-size: 1.4em; font-weight: bold; margin-bottom: 10%; } .articulos section article .seccioncarrito ul li:first-child span{ color: #1ec105; } .articulos section article .descripcioncompleta{ width: 94%; margin-top: 2%; border: solid 1px #ffa500; border-radius: 5px; padding: 1.5%; color: white; font-size: 1.3em; background: #10100fa3; text-align: center; text-shadow: 1px 1px 1px #000; } /* WARNING: paginacion de laravel */ .pagination{ display: flex; border: solid 1px white; border-radius: 5px; width: 35%; background: #000000a6; color: #401a0e; text-shadow: 1px 1px 0px #e4cb0a; padding: 0.3%; font-size: 2.5em; margin-bottom: 3%; font-weight: bold; } .pagination li{ padding-top: 1%; padding-bottom: 1%; border: solid 1px white; border-radius: 5px; background: #44596f; width: 10%; height: 100%; text-align: center; } .pagination li:hover{ background: #ff26264f; font-size: 0.95em; transition: all 0.8s; } .pagination li:first-child:hover{ background: #1b1a1ab0; padding-right: 1.5%; transition: all 0.5s; } .pagination li:last-child:hover{ background: #1b1a1ab0; padding-left: 1.5%; transition: all 0.5s; } .pagination li:first-child{ margin: 0; background: #351def8f; } .pagination li:last-child{ margin: 0; background: #351def8f; } .pagination li a{ color: #ff253a; text-shadow: -1px -1px 2px #271919; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ width: 100%; position: relative; border: solid 1px #0000008f; box-shadow: 0px 0px 5px #fff; border-radius: 5px; margin: 23% 0 2% 0; } .slider ul li{ width: 100%; overflow: hidden; } .slider ul li img{ width: 145%; margin-left: -5%; border-radius: 5px; } .slider ol{ position: absolute; bottom: 1%; width: 100%; display: flex; justify-content: center; } .slider ol li{ margin: 0; padding: 0 0.3%; color: #7b7b7ab8; } .iconopaginacion{ font-size: 200%; text-align: center; cursor: pointer; display: none; } .iconopaginacion:hover{ padding-left: 5%; transition: all 0.5s; } .flechaisquierda{ position: absolute; left: 0; top: 0; height: 100%; width: 10%; background: #00000057; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda .left{ display: block; font-size: 600%; color: blue; cursor: pointer; } .flechaisquierda .left:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha{ position: absolute; right: 0; top: 0; height: 100%; width: 10%; background: #00000057; display: flex; justify-content: center; flex-direction: column; } .flechaderecha .right{ display: block; font-size: 600%; color: blue; cursor: pointer; } .flechaderecha .right:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos{ width: 100%; margin-bottom: 2%; background: #7b7b7a5e; border-top: solid 1px red; border: solid 1px red; border-radius: 4px; } .menudepagos ul{ width: 100%; display: flex; } .menudepagos ul li{ width: 33.333%; padding: 0.3%; } .menudepagos .tarjetas{ font-size: 210%; display: flex; margin-top: 3%; margin-bottom: 7%; } .menudepagos .tarjetas .fa-cc-visa{ color: white; } .menudepagos .tarjetas .fa-cc-mastercard{ color: white; } .menudepagos .tarjetas .fa-cc-amex{ color: white; } .menudepagos .tarjetas .fa-cc-paypal{ color: white; } .menudepagos .sucursales{ font-size: 300%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos .envio{ font-size: 300%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos .avion{ font-size: 400%; display: flex; margin-bottom: 0.5%; color: #0000008a; } .menudepagos h2{ text-align: center; font-size: 1.3em; margin-bottom: 0.5%; color: white; text-shadow: 1px 1px 8px #000; } .menudepagos p{ font-size: 1.2em; text-align: center; } .menudepagos p a{ color: #e4cb0a; text-shadow: 1px 1px 8px #000; } .menudepagos .beneficios{ padding: 2% 0.3% 0 0.3%; } .menudepagos .oculto{ display: none; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .slider2contenedor{ width: 100%; display: flex; margin: 2% 0; } .ofertas{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; display: none; background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas h1{ text-align: center; font-size: 2.2em; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas h3{ text-align: center; font-size: 1.3em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas p{ text-align: center; font-size: 1.7em; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas .botonvermas a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas .botonvermas a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider2{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #007cff2e; border-top: solid 1px #0165b5 !important; border-bottom: solid 1px #0165b5 !important; width: 100%; position: relative; overflow: hidden; } .slider2 ul li{ width: 100%; float: left; padding: 0 2%; } .slider2 ul li:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.8s; } .slider2 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider2 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider2 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider2 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda2{ position: absolute; left: 0; top: 0; border-left: solid 1px #0165b5 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda2 .left2{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda2 .left2:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha2{ position: absolute; right: 0; top: 0; border-right: solid 1px #0165b5 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha2 .right2{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha2 .right2:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .slider3{ width: 100%; position: relative; border: solid 1px red; border-radius: 4px; margin-bottom: 2%; background: #000000a3; } .slider3 ul{ display: flex; } .slider3 ul li{ width: 60%; } .slider3 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .slider3 ul li h1{ text-align: center; font-size: 1.5em; margin-top: 3%; margin-bottom: 3%; color: #fff; } .slider3 ul li h2{ text-align: center; font-size: 1.3em; color: #1ec105; margin-top: 3%; margin-bottom: 3%; } .slider3 ul li img{ width: 100%; display: block; margin-top: 3%; border-radius: 50%; } .flechaisquierda3{ position: absolute; left: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .fondoflecha3{ background: #7b7b7ade; width: 85%; padding: 50% 0; border-radius: 3px; } .flechaisquierda3 .left3{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaisquierda3 .left3:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha3{ position: absolute; right: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha3 .right3{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaderecha3 .right3:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 3" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor3{ width: 100%; margin-bottom: 2%; } .seccioncontenedor3 h1{ text-align: center; font-size: 1.8em; color: #fff; text-shadow: 1px 1px 8px #000; padding-bottom: 1%; margin-bottom: 2%; border-bottom: solid 1px #ffffff96; } .seccioncontenedor3 ul{ width: 100%; display: flex; flex-wrap: wrap; } .seccioncontenedor3 ul li{ width: 48%; } .seccioncontenedor3 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .seccioncontenedor3 ul li img{ width: 100%; border-radius: 3px; } .seccioncontenedor3 ul li h2{ text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 8px #000; margin-top: 2%; margin-bottom: 3%; } .seccioncontenedor3 ul li p{ text-align: center; font-size: 1.6em; color: #1ec105; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .slider4contenedor{ width: 100%; display: flex; margin-bottom: 2%; } .ofertas2{ display: none; background: url(../img/ofertas2.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas2 h1{ text-align: center; font-size: 2em; margin-bottom: 10%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 h3{ text-align: center; font-size: 1.2em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 p{ text-align: center; font-size: 1.7em; font-weight: bold; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas2 .botonvermas2 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas2 .botonvermas2 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider4{ border-top: solid 1px red !important; border-bottom: solid 1px red !important; width: 100%; position: relative; overflow: hidden; border-radius: 5px; background: #00000085; } .slider4 ul li{ width: 100%; float: left; padding: 0 2%; } .slider4 ul li:hover{ padding: 0 2.7%; transition: all 0.5s; } .slider4 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 1px #000; } .slider4 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider4 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 8px #000; margin-top: 3%; margin-bottom: 3%; } .slider4 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda4{ position: absolute; left: 0; top: 0; border-left: solid 1px red !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda4 .left4{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda4 .left4:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha4{ position: absolute; right: 0; top: 0; border-right: solid 1px red !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha4 .right4{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha4 .right4:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor{ width: 100%; display: flex; margin-bottom: 2%; } .seccionisquierda{ margin-left: 0; width: 49.5%; } .seccionisquierda ul li{ border: solid 1px #ffffff96; border-radius: 3px; padding: 3%; background: #00000080; } .seccionisquierda ul li:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .espacio{ margin-bottom: 2%; } .seccionisquierda img{ width: 100%; display: block; } .seccionisquierda h1{ text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccionisquierda p{ text-align: center; font-size: 1.5em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 8px #000; } .seccionderecha{ margin-right: 0; width: 49.5%; } .seccionderecha ul li{ border: solid 1px #ffffff96; border-radius: 3px; padding: 3%; background: #00000080; } .seccionderecha ul li:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .seccionderecha img{ width: 100%; display: block; } .seccionderecha h1{ text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccionderecha p{ text-align: center; font-size: 1.5em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 8px #000; } .seccioncentro{ display: none; width: 49%; height: 100%; margin-top: 9%; position: relative; border: solid 1px #ffffff96; border-radius: 4px; background: #00000080; } .seccioncentro:hover{ box-shadow: 1px 1px 8px #fff; transition: all 0.5s; } .seccioncentro img{ width: 100%; } .seccioncentro h1{ text-align: left; margin-top: 5%; margin-left: 3%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; } .seccioncentro h3{ text-align: left; margin-left: 3%; margin-bottom: 5%; font-size: 1.2em; color: #fff; text-shadow: 1px 1px 8px #000; } .seccioncentro .vermas{ text-align: center; font-size: 1.2em; font-weight: bold; background: blue; color: #fff; width: 20%; padding: 2.3% 0; border-radius: 3px; position: absolute; bottom: 5%; right: 5%; } .seccioncentro .vermas:hover{ font-size: 1.1em; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .slider5contenedor{ width: 100%; display: flex; margin: 2% 0; } .ofertas3{ border-top-left-radius: 4px; border-bottom-left-radius: 4px; display: none; background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas3 h1{ text-align: center; font-size: 2.2em; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 h3{ text-align: center; font-size: 1.3em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 p{ text-align: center; font-size: 1.7em; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas3 .botonvermas3 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas3 .botonvermas3 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider5{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #4630ec40; border-top: solid 1px #351def73 !important; border-bottom: solid 1px #351def73 !important; width: 100%; position: relative; overflow: hidden; } .slider5 ul li{ width: 100%; float: left; padding: 0 2%; } .slider5 ul li:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.5s; } .slider5 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider5 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider5 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider5 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda5{ position: absolute; left: 0; top: 0; border-left: solid 1px #351def73 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda5 .left5{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda5 .left5:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha5{ position: absolute; right: 0; top: 0; border-right: solid 1px #351def73 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha5 .right5{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha5 .right5:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ width: 100%; margin-bottom: 2%; } .seccionisquierda2{ width: 100%; position: relative; } .seccionisquierda2 img{ width: 100%; border-radius: 3px; } .seccionisquierda2 h1{ background: #ffffff82; width: 100%; text-align: center; font-size: 2.2em; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 35%; padding: 1%; } .seccionisquierda2 h3{ background: #ffffff82; width: 100%; text-align: center; font-size: 1.7em; font-weight: bold; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 50%; padding: 1%; } .seccionisquierda2 .seccion2vermas{ background: #ffffff82; border: solid 1px #0000006b; width: 30%; text-align: center; font-size: 1.7em; font-weight: bold; color: #000; text-shadow: 1px 1px 8px #f5c6c6; position: absolute; top: 65%; left: 35%; padding: 11% 0; border-radius: 50%; } .seccioncentro2{ width: 100%; margin-top: 2%; } .seccioncentro2 ul{ width: 100%; display: flex; flex-wrap: wrap; } .seccioncentro2 ul li:first-child{ width: 70%; margin-bottom: 2%; } .seccioncentro2 ul li{ width: 49%; position: relative; } .seccioncentro2 img{ width: 100%; border-radius: 3px; } .seccioncentro2 h1{ position: absolute; top: 15%; left: 3%; text-align: center; font-size: 1.4em; color: #000; text-shadow: 1px 1px 8px #000; margin-bottom: 2%; width: 50%; } .seccioncentro2 h3{ position: absolute; top: 67%; left: 3%; text-align: center; font-size: 1.4em; color: #1ec105; text-shadow: 1px 1px 1px #000; margin-bottom: 2%; width: 50%; } .seccionderecha2{ display: none; width: 25%; } .seccionderecha2 h1{ text-align: center; color: #000; text-shadow: 1px 1px 8px #000; padding: 6% 0; } .seccionderecha2 ul{ width: 100%; margin-top: 2%; } .seccionderecha2 ul li{ width: 100%; margin-top: 2%; position: relative; background: white; border-radius: 3px; } .seccionderecha2 ul li img{ width: 27%; border-radius: 3px; } .seccionderecha2 ul li h1{ position: absolute; top: 10%; left: 35%; color: #000; text-shadow: 1px 1px 8px #000; font-size: 1.7em; text-align: center; border-bottom: none; } .seccionderecha2 ul li p{ position: absolute; top: 10%; left: 35%; color: #1ec105; font-weight: bold; text-shadow: 1px 1px 1px #000; font-size: 1.7em; text-align: center; border-bottom: none; } .seccionderecha2 .seccion2vermas2{ text-align: center; background: blue; color: #fff; width: 35%; padding: 5% 0; font-size: 1.5em; font-weight:bold; margin-top: 2%; border-radius: 5px; margin-bottom: 2%; } .seccionderecha2 .seccion2vermas2:hover{ font-size: 1.4em; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .slider6contenedor{ width: 100%; display: flex; margin-bottom: 2%; } .ofertas4{ display: none; background: url(../img/ofertas2.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 20%; padding: 7% 5%; } .ofertas4 h1{ text-align: center; font-size: 2em; margin-bottom: 10%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 h3{ text-align: center; font-size: 1.2em; margin-bottom: 20%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 p{ text-align: center; font-size: 1.7em; font-weight: bold; margin-bottom: 15%; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas4 .botonvermas4 a{ text-align: center; font-size: 0.8em; margin-bottom: 15%; padding: 9%; background: blue; color: #fff; border-radius: 3px; } .ofertas4 .botonvermas4 a:hover{ font-size: 0.75em; transition: all 0.3s; } .slider6{ border-top: solid 1px #ffffff96 !important; border-bottom: solid 1px #ffffff96 !important; width: 100%; position: relative; overflow: hidden; border-radius: 5px; background: #7b7b7abf; } .slider6 ul li{ width: 100%; float: left; padding: 0 2%; } .slider6 ul li:hover{ padding: 0 2.7%; transition: all 0.5s; } .slider6 ul li h1{ text-align: center; font-size: 1.4em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 1px #000; } .slider6 ul li h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider6 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider6 ul li img{ width: 90%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda6{ position: absolute; left: 0; top: 0; border-left: solid 1px #ffffff96 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda6 .left6{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda6 .left6:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha6{ position: absolute; right: 0; top: 0; border-right: solid 1px #ffffff96 !important; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha6 .right6{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha6 .right6:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .slider7contenedor{ width: 100%; margin-top: 2%; } .ofertas5{ background: url(../img/ofertas.webp); background-attachment: fixed; background-position: center; background-size: cover; width: 100%; padding: 1%; display: flex; border-top: solid 1px red; border-left: solid 1px red; border-right: solid 1px red; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ofertas5 h1{ width: 70%; margin-top: 2%; text-align: center; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; } .ofertas5 .botonvermas5{ width: 30%; } .ofertas5 .botonvermas5 a{ width: 100%; text-align: center; font-size: 1.3em; padding: 5%; background: blue; color: #fff; border-radius: 3px; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.2em; transition: all 0.3s; } .slider7{ width: 100%; position: relative; overflow: hidden; border-right: solid 1px #000; border-left: solid 1px #000; border-bottom: solid 1px #000; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-image: url(../img/slider7fondo.webp); background-size: cover; } .slider7 ul li{ width: 50%; float: left; padding: 0 0.5%; } .slider7 ul li:hover{ padding: 0 0.8%; opacity: 0.7; transition: all 0.5s; } .slider7 ul li h1{ text-align: center; font-size: 1.3em; margin-top: 3%; margin-bottom: 3%; color: #fff; text-shadow: 1px 1px 8px #000; } .slider7 ul li h2{ text-align: center; font-size: 1.2em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; margin: 0 8%; } .slider7 ul li p{ text-align: center; font-size: 1.7em; font-weight: bold; color: red; text-shadow: 1px 1px 1px #000; margin-top: 3%; margin-bottom: 3%; } .slider7 ul li img{ width: 100%; display: block; margin-top: 3%; margin-bottom: 3%; border-radius: 5px; } .flechaisquierda7{ position: absolute; left: 0; top: 0; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaisquierda7 .left7{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaisquierda7 .left7:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha7{ position: absolute; right: 0; top: 0; height: 100%; width: 10%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha7 .right7{ display: block; font-size: 400%; color: blue; cursor: pointer; } .flechaderecha7 .right7:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .slider8{ width: 100%; position: relative; border: solid 1px red; border-radius: 4px; margin-top: 2%; margin-bottom: 2%; background: #000000a3; } .slider8 ul{ display: flex; } .slider8 ul li{ width: 60%; } .slider8 ul li:hover{ padding: 0 1%; transition: all 0.5s; } .slider8 ul li h1{ text-align: center; font-size: 1.5em; margin-top: 3%; margin-bottom: 3%; color: #fff; } .slider8 ul li h2{ text-align: center; font-size: 1.3em; color: #1ec105; margin-top: 3%; margin-bottom: 3%; } .slider8 ul li img{ width: 100%; display: block; margin-top: 3%; border-radius: 50%; } .flechaisquierda8{ position: absolute; left: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .fondoflecha8{ background: #7b7b7ade; width: 85%; padding: 50% 0; border-radius: 3px; } .flechaisquierda8 .left8{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaisquierda8 .left8:hover{ padding-left: 20%; color: red; transition: all 0.5s; } .flechaderecha8{ position: absolute; right: 0; top: 0; height: 100%; width: 18%; display: flex; justify-content: center; flex-direction: column; } .flechaderecha8 .right8{ display: block; font-size: 500%; color: blue; cursor: pointer; } .flechaderecha8 .right8:hover{ padding-right: 20%; color: red; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "MENU DERECHO (ASIDE)" SE ENCARGA CRISTIAN!!! */ .menuizquierdo{ width: 22%; border: solid 1px #ffffff96; border-radius: 4px; padding: 1%; background: #401a0eb3; display: none; margin: 2% 1% 3.5% 1%; position: absolute; height: 93.5%; overflow: scroll; } .menuizquierdo h3{ font-size: 2.1em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 5%; } .menuizquierdo .categorias{ margin-bottom: 20%; } .menuizquierdo .categorias ul{ width: 100%; } .menuizquierdo .categorias ul li{ margin-bottom: 5%; } .menuizquierdo .categorias ul li a{ font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .categorias ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarcategorias h4{ font-size: 1.8em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 5%; } .menuizquierdo .filtrarcategorias ul{ margin-bottom: 20%; } .menuizquierdo .filtrarcategorias ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarcategorias ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarcategorias ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarcategorias ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarportarjetas ul{ margin-bottom: 20%; } .menuizquierdo .filtrarportarjetas ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarportarjetas ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarportarjetas ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarportarjetas ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarporpromociones ul{ margin-bottom: 20%; } .menuizquierdo .filtrarporpromociones ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarporpromociones ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarporpromociones ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarporpromociones ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .filtrarpordescuentos ul{ margin-bottom: 20%; } .menuizquierdo .filtrarpordescuentos ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .filtrarpordescuentos ul li input{ margin-left: 0; width: 5%; margin-top: 1.2%; } .menuizquierdo .filtrarpordescuentos ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .filtrarpordescuentos ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } .menuizquierdo .precio ul{ margin-bottom: 20%; } .menuizquierdo .precio ul li{ width: 100%; } .menuizquierdo .precio ul li input{ width: 100%; } .menuizquierdo .precio ul li ul{ display: flex; margin-top: 5%; } .menuizquierdo .precio ul li ul li{ width: 25%; } .menuizquierdo .precio ul li ul li p{ font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 3%; } .menuizquierdo .precio ul li ul li input{ padding: 15% 5%; border-radius: 4px; } .menuizquierdo .precio ul li ul li button{ width: 100%; height: 67%; margin-top: 33%; font-size: 2em; font-weight: bold; color: #000; border-radius: 4px; } .menuizquierdo .calificaciones ul{ margin-bottom: 20%; } .menuizquierdo .calificaciones ul li{ margin-bottom: 5%; display: flex; } .menuizquierdo .calificaciones ul li input{ margin-left: 0; width: 5%; margin-top: 2.5%; } .menuizquierdo .calificaciones ul li a{ text-align: left; width: 92%; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } .menuizquierdo .calificaciones ul li a:hover{ font-size: 1.55em; color: #00BCD4; text-shadow: 9px 0px 5px #000; transition: all 0.5s; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos{ width: 100%; margin: 2% 0; position: relative; } .articulos .articulo{ width: 100%; border: solid 1px #00ff0970; background: #0000007a; border-radius: 4px; margin-bottom: 2%; } .articulos .articulo:hover{ padding: 0 2.2%; border: solid 1px #ffffff96; border-radius: 3px; background: #00000080; transition: all 0.5s; } .articulos .articulo a{ display: flex; } .articulos .articulo a .cuotayimagen{ width: 60%; } .articulos .articulo a .cuotayimagen h2{ text-align: center; font-size: 1.3em; background: #0F7300; color: #fff; text-shadow: 1px 1px 8px #000; border-radius: 3px; padding: 3%; } .articulos .articulo a .cuotayimagen img{ width: 100%; } .articulos .articulo a .tituloyprecio{ width: 40%; padding: 25% 0; } .articulos .articulo a .tituloyprecio h1{ text-align: center; font-size: 1.2em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 10%; } .articulos .articulo a .tituloyprecio p{ text-align: center; font-size: 2em; font-weight: bold; color: #1ec105; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footer{ width: 100%; margin-top: 2%; background: #1b1a1a96; border: solid 1px #ffffff96; border-radius: 10px; padding: 2%; } .footerparte1{ width: 100%; } .footerparte1 ul{ width: 100%; } .footerparte1 ul li{ width: 100%; margin-bottom: 2%; } .footerparte1 ul li h1{ text-align: center; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte1 ul li input{ width: 90%; margin-left: 5%; padding: 1%; border-radius: 4px; box-shadow: 1px 1px 8px blue; } .footerparte1 ul li button{ width: 50%; margin-left: 25%; border-radius: 4px; margin-top: 4%; color: red; font-size: 1.6em; font-weight: bold; text-shadow: 1px 1px 1px #000; padding: 1%; } .footerparte1 ul li ul{ width: 100%; display: flex; margin-top: 10%; } .footerparte1 ul li ul li{ width: 20%; text-align: center; font-size: 3.5em; } .footerparte1 ul li ul li a{ color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte2{ display: none; } .footerparte3{ display: none; } .footerparte4 ul li p, .footerparte4 ul li .ayuda, .footerparte4 ul li ul{ display: none; } .footerparte4 ul li h4{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .legal{ margin-top: 2%; text-align: center; font-size: 1.6em; color: #fff; text-shadow: 1px 1px 8px #000; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 80%; height: 100%; border: solid 1px red; background: #271919; position: fixed; left: -100%; top: 0; z-index: 3; overflow: scroll; } .menuizquierdofixed .bienvenidofixed{ width: 100%; background: red; padding: 2% 5%; } .menuizquierdofixed .bienvenidofixed .iconomenufixedcerrar{ font-size: 3em; text-align: right; } .menuizquierdofixed .bienvenidofixed .iconomenufixedcerrar:hover{ font-size: 2.8em; color: #fff; transition: all 0.3s; cursor: pointer; } .menuizquierdofixed .bienvenidofixed h3{ font-size: 2.5em; color: #fff; text-align: center; margin-bottom: 2%; } .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; width: 42%; display: block; } .menuizquierdofixed .bienvenidofixed h6{ font-size: 1.4em; color: #fff; text-align: left; margin-bottom: 5%; } .menuizquierdofixed span p{ font-size: 1.4em; color: #cc4848; font-weight: bold; text-align: center; margin-bottom: 2%; background: #bbb5b5; text-shadow: 1px 1px 1px #000; padding: 5% 0; border-radius: 4px; box-shadow: 1px 1px 8px #000; cursor: pointer; } .menuizquierdofixed span p:hover{ font-size: 1.37em; box-shadow: inset 1px 1px 8px #000; transition: all 0.3s; } .menuizquierdofixed .categoriasfixed{ padding: 5%; width: 100%; font-size: 2em; } .menuizquierdofixed .categoriasfixed ul li{ margin-bottom: 8%; } .menuizquierdofixed .categoriasfixed ul li:nth-child(2){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li:nth-child(5){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li:nth-child(9){ padding-bottom: 8%; border-bottom: 1px solid #00000057; } .menuizquierdofixed .categoriasfixed ul li span{ margin-right: 5%; } .menuizquierdofixed .categoriasfixed ul li a{ color: #fff; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header{ width: 100%; position: fixed; top: 0; z-index: 2; background: #ff0000c2; } .header .headerparte1{ width: 100%; display: none; } .header .headerparte1 ul{ width: 100%; display: flex; } .header .headerparte1 ul li{ width: 11%; font-size: 1.5em; text-align: center; } .header .headerparte1 ul li:hover{ background: blue; font-size: 1.4em; transition: all 0.8s; } .header .headerparte1 ul li a{ padding: 5% 0; color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte1 ul li a span{ padding-right: 4%; } .header .headerparte1 ul li:nth-child(-n+8){ border-right: solid 1px #000; } .header .headerparte3{ width: 100%; display: none; } .header .headerparte3 ul{ width: 100%; display: flex; font-size: 1.5em; color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte3 ul li a{ color: #fff; text-shadow: 1px 1px 1px #000; } .header .headerparte3 ul li a:hover{ color: #000000db; transition: all 0.8s; } .header .headerparte3 ul li ul{ display: block; font-size: 0.95em; border: solid 1px #000; border-radius: 4px; background: #000000db; margin-top: 1%; position: absolute; z-index: 1; width: 20%; } .header .headerparte3 ul li ul li{ padding: 5% 0 5% 5%; } .header .headerparte3 ul .iconomasgrande{ font-size: 2.2em; margin-top: -0.1%; } .header .headerparte3 ul .iconomasgrande{ font-size: 2.2em; margin-top: -0.1%; } .header .headerparte3 ul li ul li:hover{ background: red; border-radius: 4px; font-size: 0.90em; transition: all 0.8s; } .header .headerparte3 ul li{ margin-top: 1%; margin-bottom: 0.3%; } .header .headerparte2 ul li h3{ display: none; } .header .headerparte2{ width: 100%; padding-top: 3.5%; padding-left: 1.5%; } .header .headerparte2 ul{ width: 100%; display: flex; } .header .headerparte2 ul li:hover{ color: #fff; transition: all 0.8s; } .header .headerparte2 ul li:nth-child(1){ width: 13%; font-size: 4em; cursor: pointer; } .header .headerparte2 ul li:nth-child(2){ width: 55%; } .header .headerparte2 ul li:nth-child(3){ width: 13%; font-size: 4em; } .header .headerparte2 ul li:nth-child(4){ display: none; width: 50%; margin-right: 2%; } .header .headerparte2 ul li input{ border-radius: 10px; padding: 3% 2%; } .header .headerparte2 ul li:nth-child(5){ width: 13%; font-size: 4em; } .header .headerparte2 ul li .logo{ width: 100%; } .header .headerparte2 ul li .logo img{ width: 100%; } .header .headerparte2 ul li input{ width: 100%; } .header .headerparte2 ul li:nth-child(7){ width: 15%; } .header .headerparte2 ul li:nth-child(7) a{ width: 100%; font-size: 2em; text-align: center; color: white; text-shadow: 1px 1px 1px #000; } .header .headerparte2 ul li:nth-child(7) a:hover{ font-size: 1.95em; color: #000; text-shadow: 1px 1px 1px #fff; transition: 0.5s all; } /* WARNING: TODOS LOS ESTILOS DEL "formulario de registro" SE ENCARGA TATIANA!!! */ .registro{ padding: 1%; width: 90%; background-color: #5150fdde; border: solid 1px black; z-index: 3; position: absolute; left: 5%; top: -5000%; font-family: sans-serif; font-size: 1.5em; display: flex; border-radius: 5px; } .registroprimeraparte{ width: 100%; border: solid 1px white; padding: 2%; border-radius: 3px; } .registroprimeraparte .iconoregistrocerrar{ font-size: 2em; text-align: right; margin-bottom: 2%; } .registroprimeraparte .iconoregistrocerrar:hover{ font-size: 1.8em; color: #fff; transition: all 0.3s; cursor: pointer; } .registroprimeraparte .titulo{ text-align: center; color: #fff; font-size: 1.5em; padding: 2% 0; text-shadow: 1px 1px 1px #000; widows: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; background: red; } .registrasegundaparte{ border: solid 1px white; border-radius: 3px; width: 50%; padding: 2%; margin-left:2%; display: none; } .registrasegundaparte h1{ font-size: 1.3em; margin-bottom: 5%; text-align: center; } .registrasegundaparte img{ margin-bottom: 10%; width: 60%; display: block; } .registrasegundaparte p{ font-size: 1.2em; } .registro ul li{ margin-bottom: 2%; } .registro ul li input{ width: 100%; padding: 2% 2%; border-radius: 4px; margin-top: 1%; } .registro button{ width: 50%; margin-top: 10%; display: block; font-family: sans-serif; color: black; font-weight: bold; border-radius: 4px; padding: 3% 0; background: red; color: #fff; text-shadow: 1px 1px 1px #000; } .registroprimeraparte p{ font-size: 1.5em; text-align: center; margin-top: 5%; } .registroprimeraparte p .o { margin: 0 2%; margin-top: 10%; color: red; } .registroprimeraparte .segundo{ width: 100%; padding: 3% 0; background-color: blue; color: white; border-radius: 4px; box-shadow: 1px 1px 5px #000; border: solid 1px blue; text-shadow: 1px 1px 8px black; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 22%; width: 100%; padding: 2%; border: solid 1px #fff126; background: #0a0000d9; border-radius: 5px; } .centrodeayudacontenedor h1{ font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor h2{ font-size: 1.3em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor .lomasconsultado{ width: 100%; padding: 4%; } .centrodeayudacontenedor .lomasconsultado ul{ width: 100%; } .centrodeayudacontenedor .lomasconsultado ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 8% 2%; text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; background: #2b1904; border-radius: 4px; } .centrodeayudacontenedor .lomasconsultado ul li a:hover{ background: #04272b; transition: all 0.8s; } .centrodeayudacontenedor .centrodeayuda{ width: 100%; padding: 4%; } .centrodeayudacontenedor .centrodeayuda ul{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; padding: 8%; text-align: center; background: #401a0e; } .centrodeayudacontenedor .centrodeayuda ul li .compras{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .compras .comprasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .compras .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .pagos .pagosicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .pagos .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .entregas .entregasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .entregas .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales .sucursalesicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .garantias .garantiasicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .garantias .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios{ width: 100%; } .centrodeayudacontenedor .centrodeayuda ul li .cambios .cambiosicono{ font-size: 4em; margin-bottom: 2%; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ width: 100%; list-style: circle; border: none; margin-bottom: 5%; padding: 0; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li a{ text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .centrodeayuda ul li .cambios .masinfo{ text-align: center; font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .preguntasfrecuentes{ width: 100%; padding: 4%; background: #401a0e; border: solid 1px red; border-radius: 4px; margin-bottom: 3%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 100%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ width: 100%; margin: 10% 0; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li{ width: 100%; margin-bottom: 5%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li a{ width: 100%; text-align: left; color: #fff; text-shadow: 1px 1px 1px #000; font-size: 1.4em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 100%; color: #fff; text-shadow: 1px 1px 1px #000; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details{ width: 100%; font-size: 1.4em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details summary{ width: 100%; margin: 5% 0 5% 0; } .centrodeayudacontenedor .contacteconnosotros{ width: 100%; padding: 4%; } .centrodeayudacontenedor .contacteconnosotros h3{ font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; margin-bottom: 5%; } .centrodeayudacontenedor .contacteconnosotros ul{ width: 100%; } .centrodeayudacontenedor .contacteconnosotros ul li{ width: 100%; margin-bottom: 5%; border: solid 1px red; border-radius: 4px; text-align: center; background: #401a0e; } .centrodeayudacontenedor .contacteconnosotros ul li .consultasicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li .reclamosicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li .sugerenciasicono{ font-size: 4em; margin-top: 3%; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 8% 2%; text-align: center; font-size: 1.4em; color: #fff; text-shadow: 1px 1px 1px #000; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ border: solid 1px #ff26266e; width: 90%; margin-top: 3%; margin-bottom: 5%; border-radius: 2%; background: #0000008a; position: absolute; top: -5000%; z-index: 3; margin-left: 5%; background: #000000e8; } .sesion .iconosesioncerrar{ font-size: 2.5em; text-align: right; margin-bottom: 1%; margin-right: 2%; margin-top: 1%; color: red; } .sesion .iconosesioncerrar:hover{ font-size: 2.2em; color: #fff; transition: all 0.3s; cursor: pointer; } .sesion h1{ font-size: 1.7em; color: #fff; text-shadow: 1px 1px 1px #000; border-bottom: solid 0.8px #ff26266e; text-align: center; padding: 5%; margin-bottom: 3%; border-radius: 3%; background: #454aea; } .sesion h2{ font-size: 1.7em; width: 50%; color: #fff; text-shadow: 1px 1px 1px #000; border: solid 1px #ff26266e; text-align: center; padding: 2%; margin-bottom: 3%; border-radius: 3%; background: #454aea; } .sesion h2:hover{ background: #8500ff6e; } .sesion2{ width: 90%; margin-bottom: 5%; } .sesion2 ul li{ width: 100%; margin-bottom: 3%; } .sesion2 input{ display: block; border: solid 1.2px #8326ff63; border-radius: 5%; background: #02136759; color: #fff; width: 80%; padding: 2%; } .sesion2 input:hover{ width: 84%; background: #8500ff6e; } .sesion2 button:hover{ background: #8500ff6e; } .sesion2 button{ display: block; border: solid 0.8px #8326ff63; width: 40%; padding: 10px; border-radius: 3%; background: #454aea; color: #fff; } .sesion2 p{ width: 58%; display: flex; border: solid 1px red; border-radius: 3px; background: #7b7b7a; padding: 1%; } .sesion2 p .recordar{ width: 10%; margin-top: 2.1%; } .sesion2 p span{ font-size: 1.5em; width: 90%; color: #000; text-shadow: 0.5px 0.5px 1px #fff; font-weight: bold; } /* WARNING: MEDIA QUERIES PARA HACER RESPONSIVE LA PAGINA */ @media (min-width: 375px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2{ padding-top: 2%; padding-left: 5%; } .header .headerparte2 ul li:nth-child(2){ width: 50%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 19% 0 2% 0; } .flechaderecha .right:hover{ padding-right: 10%; } .flechaisquierda .left:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 250%; margin-top: 1%; margin-bottom: 3.5%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2:hover{ padding-right: 10%; } .flechaisquierda2 .left2:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3:hover{ padding-right: 10%; } .flechaisquierda3 .left3:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4:hover{ padding-right: 10%; } .flechaisquierda4 .left4:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionderecha h1{ font-size: 1.5em; } .seccionderecha p{ font-size: 1.6em; } .seccionisquierda h1{ font-size: 1.5em; } .seccionisquierda p{ font-size: 1.6em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5:hover{ padding-right: 10%; } .flechaisquierda5 .left5:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncentro2 h1{ width: 45%; } .seccioncentro2 h3{ left: 0; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6:hover{ padding-right: 10%; } .flechaisquierda6 .left6:hover{ padding-left: 10%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7:hover{ padding-right: 10%; } .flechaisquierda7 .left7:hover{ padding-left: 10%; } .ofertas5 h1{ margin-top: 1.7%; font-size: 1.4em; } .ofertas5 .botonvermas5 a{ font-size: 1.4em; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.3em; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8:hover{ padding-right: 10%; } .flechaisquierda8 .left8:hover{ padding-left: 10%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 75%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 18.5%; } .centrodeayudacontenedor h1{ font-size: 1.6em; margin-bottom: 3%; } .centrodeayudacontenedor h2{ font-size: 1.4em; margin-bottom: 3%; } .centrodeayudacontenedor .lomasconsultado{ padding: 1%; } .centrodeayudacontenedor .lomasconsultado ul li{ margin-bottom: 3%; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 6% 1%; font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda{ padding: 1%; } .centrodeayudacontenedor .centrodeayuda ul li{ margin-bottom: 3% !important; padding: 7%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ margin-bottom: 3% !important; font-size: 1.6em; } .centrodeayudacontenedor .preguntasfrecuentes{ padding: 1%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ margin: 7% 0; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li{ margin-bottom: 3%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul li a{ font-size: 1.5em; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado details summary{ margin: 3% 0 3% 0; } .centrodeayudacontenedor .contacteconnosotros{ padding: 1%; } .centrodeayudacontenedor .contacteconnosotros h3{ margin-bottom: 3%; } .centrodeayudacontenedor .contacteconnosotros ul li{ margin-bottom: 3%; } .banner3{ margin-top: 3%; margin-bottom: 5%; } /* WARNING: Sesion */ .sesion2 p{ width: 50%; } } @media (min-width: 425px) { /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2 ul li:nth-child(2){ width: 40%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 16% 0 2% 0; } .flechaderecha .right{ font-size: 800%; } .flechaisquierda .left{ font-size: 800%; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 280%; margin-top: 1%; margin-bottom: 1.5%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 500%; } .flechaisquierda2 .left2{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 500%; } .flechaisquierda4 .left4{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 500%; } .flechaisquierda5 .left5{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 500%; } .flechaisquierda6 .left6{ font-size: 500%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 500%; } .flechaisquierda7 .left7{ font-size: 500%; } .ofertas5 .botonvermas5 a{ font-size: 1.5em; } .ofertas5 .botonvermas5 a:hover{ font-size: 1.4em; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 65%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 15.5%; } .banner3{ margin-top: 2%; margin-bottom: 4%; } /* WARNING: Sesion */ .sesion2 p{ width: 44%; } } @media (orientation: landscape) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 12em; } .banner2 img{ width: 170%; margin-left: -25%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .flechaderecha .right{ font-size: 1000%; } .flechaisquierda .left{ font-size: 1000%; } .flechaderecha .right:hover{ padding-right: 7%; } .flechaisquierda .left:hover{ padding-left: 7%; } .iconopaginacion{ display: block; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 350%; margin-top: 0; margin-bottom: 0; } .menudepagos .sucursales{ font-size: 350%; } .menudepagos .envio{ font-size: 350%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 700%; } .flechaisquierda2 .left2{ font-size: 700%; } .flechaderecha2 .right2:hover{ padding-right: 7%; } .flechaisquierda2 .left2:hover{ padding-left: 7%; } .slider2 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } .flechaderecha3 .right3:hover{ padding-right: 7%; } .flechaisquierda3 .left3:hover{ padding-left: 7%; } .slider3 ul li{ width: 32%; } .flechaisquierda3{ width: 10%; } .flechaderecha3{ width: 10%; } .slider3 ul li img{ width: 95%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 700%; } .flechaisquierda4 .left4{ font-size: 700%; } .flechaderecha4 .right4:hover{ padding-right: 7%; } .flechaisquierda4 .left4:hover{ padding-left: 7%; } .slider4 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 700%; } .flechaisquierda5 .left5{ font-size: 700%; } .flechaderecha5 .right5:hover{ padding-right: 7%; } .flechaisquierda5 .left5:hover{ padding-left: 7%; } .slider5 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 700%; } .flechaisquierda6 .left6{ font-size: 700%; } .flechaderecha6 .right6:hover{ padding-right: 7%; } .flechaisquierda6 .left6:hover{ padding-left: 7%; } .slider6 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 700%; } .flechaisquierda7 .left7{ font-size: 700%; } .flechaderecha7 .right7:hover{ padding-right: 7%; } .flechaisquierda7 .left7:hover{ padding-left: 7%; } .slider7 ul li{ width: 33.33%; } .ofertas5 h1{ width: 40%; font-size: 1.6em; margin-top: 1%; } .ofertas5 .botonvermas5{ width: 17%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } .flechaderecha8 .right8:hover{ padding-right: 7%; } .flechaisquierda8 .left8:hover{ padding-left: 7%; } .slider8 ul li{ width: 32%; } .flechaisquierda8{ width: 10%; } .flechaderecha8{ width: 10%; } .slider8 ul li img{ width: 95%; } } @media (min-width: 768px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 11em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2 ul li:nth-child(2){ width: 25%; margin-right: 5%; } .header .headerparte2 ul li:nth-child(3){ display: none; } .header .headerparte2 ul li:nth-child(4){ display: block; } .banner2 img{ width: 170%; margin-left: -25%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 11% 0 2% 0; } .flechaderecha .right{ font-size: 1000%; } .flechaisquierda .left{ font-size: 1000%; } .flechaderecha .right:hover{ padding-right: 7%; } .flechaisquierda .left:hover{ padding-left: 7%; } .iconopaginacion{ display: block; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 350%; margin-top: 0; margin-bottom: 0; } .menudepagos .sucursales{ font-size: 350%; } .menudepagos .envio{ font-size: 350%; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 700%; } .flechaisquierda2 .left2{ font-size: 700%; } .flechaderecha2 .right2:hover{ padding-right: 7%; } .flechaisquierda2 .left2:hover{ padding-left: 7%; } .slider2 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaderecha3 .right3{ font-size: 700%; } .flechaisquierda3 .left3{ font-size: 700%; } .flechaderecha3 .right3:hover{ padding-right: 7%; } .flechaisquierda3 .left3:hover{ padding-left: 7%; } .slider3 ul li{ width: 32%; } .flechaisquierda3{ width: 10%; } .flechaderecha3{ width: 10%; } .slider3 ul li img{ width: 95%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 700%; } .flechaisquierda4 .left4{ font-size: 700%; } .flechaderecha4 .right4:hover{ padding-right: 7%; } .flechaisquierda4 .left4:hover{ padding-left: 7%; } .slider4 ul li{ width: 50%; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionisquierda{ margin-left: 0; width: 25%; } .seccionderecha{ margin-right: 0; width: 25%; } .seccioncentro{ display: block; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 700%; } .flechaisquierda5 .left5{ font-size: 700%; } .flechaderecha5 .right5:hover{ padding-right: 7%; } .flechaisquierda5 .left5:hover{ padding-left: 7%; } .slider5 ul li{ width: 50%; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ display: flex; } .seccionisquierda2{ width: 49.3%; } .seccioncentro2{ width: 49%; margin-top: 0; } .seccioncentro2 ul li:first-child{ width: 79%; } .seccioncentro2 ul li{ width: 79%; margin-bottom: 2%; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 700%; } .flechaisquierda6 .left6{ font-size: 700%; } .flechaderecha6 .right6:hover{ padding-right: 7%; } .flechaisquierda6 .left6:hover{ padding-left: 7%; } .slider6 ul li{ width: 50%; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 700%; } .flechaisquierda7 .left7{ font-size: 700%; } .flechaderecha7 .right7:hover{ padding-right: 7%; } .flechaisquierda7 .left7:hover{ padding-left: 7%; } .slider7 ul li{ width: 33.33%; } .ofertas5 h1{ width: 40%; font-size: 1.6em; margin-top: 1%; } .ofertas5 .botonvermas5{ width: 17%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaderecha8 .right8{ font-size: 700%; } .flechaisquierda8 .left8{ font-size: 700%; } .flechaderecha8 .right8:hover{ padding-right: 7%; } .flechaisquierda8 .left8:hover{ padding-left: 7%; } .slider8 ul li{ width: 32%; } .flechaisquierda8{ width: 10%; } .flechaderecha8{ width: 10%; } .slider8 ul li img{ width: 95%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos section{ display: flex; flex-wrap: wrap; } .articulos .articulo{ width: 48%; } .articulos .articulo a .tituloyprecio{ padding: 30% 0; } .articulos .articulo a .tituloyprecio h1{ font-size: 1.3em; margin-bottom: 5%; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte1 ul{ display: flex; flex-wrap: wrap; } .footerparte1 ul li{ width: 50%; } .footerparte3{ display: block; width: 100%; margin-bottom: 2%; } .footerparte3 ul{ width: 100%; display: flex; flex-wrap: wrap; } .footerparte3 ul li{ width: 15%; } .footerparte3 ul li img{ width: 100%; } .footerparte4 ul li h4{ text-align: left; font-size: 1.5em; } .footerparte4 ul li p{ margin-top: 2%; display: block; font-size: 1.3em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .ayuda-legal{ width: 34%; display: flex; margin-left: 0; margin-top: 1%; } .footerparte4 ul li .ayuda{ display: block; margin-top: 2%; text-align: left; font-size: 1.5em; color: #fff; text-shadow: 1px 1px 8px #000; } .footerparte4 ul li .legal{ margin-top: 2%; text-align: left; font-size: 1.5em; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 38%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 10%; } .centrodeayudacontenedor h1{ font-size: 1.7em; margin-bottom: 2%; } .centrodeayudacontenedor h2{ font-size: 1.5em; margin-bottom: 2%; } .centrodeayudacontenedor .lomasconsultado ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .lomasconsultado ul li{ margin-bottom: 2%; width: 48% !important; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 5% 0; font-size: 1.6em; width: 100%; } .centrodeayudacontenedor .centrodeayuda ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 48%; margin-bottom: 2% !important; padding: 3% 4% 3% 4%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul li{ font-size: 1.5em; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 5% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul li{ font-size: 1.5em; } .centrodeayudacontenedor .preguntasfrecuentes{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 48%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 48%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas ul{ margin: 3% 0; } .banner3 img{ width: 125%; } .centrodeayudacontenedor .contacteconnosotros{ padding: 2%; } .centrodeayudacontenedor .contacteconnosotros h3{ margin-bottom: 2%; } .centrodeayudacontenedor .contacteconnosotros ul{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .contacteconnosotros ul li{ margin-bottom: 2%; width: 48%; } .banner3{ margin-bottom: 2%; } /* WARNING: TODOS LOS ESTILOS DEL "Formulario de registro" SE ENCARGA CRISTIAN!!! */ .registroprimeraparte{ width: 50%; } .registrasegundaparte{ display: block; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ width: 50%; z-index: 3; margin-left: 25%; } } @media (min-width: 1024px) { /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte2{ padding-top: 0.8%; padding-left: 3%; } .header .headerparte2 ul li:nth-child(2){ width: 18%; margin-right: 10%; } .banner img{ width: 100%; } .banner2 img{ width: 100%; margin-left: 0; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 8% 0 2% 0; } .iconopaginacion{ font-size: 220%; } .slider ul li img{ width: 100%; margin-left: 0; } /* WARNING: STILOS DEL "MENU DE PAGOS" SE ENCARGA CRISTIAN!!! */ .menudepagos .tarjetas{ font-size: 400%; } .menudepagos .sucursales{ font-size: 400%; } .menudepagos .envio{ font-size: 400%; } .menudepagos .oculto{ display: block; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .ofertas{ display: block; } .slider2{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider2 ul li{ width: 33%; } .flechaisquierda2{ border-left: none !important; background: #00000057; } .flechaderecha2{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .flechaisquierda3{ width: 7%; } .flechaderecha3{ width: 7%; } .flechaderecha3 .right3:hover{ padding-right: 10%; } .flechaisquierda3 .left3:hover{ padding-left: 10%; } .slider3 ul li{ width: 24%; } /* WARNING: STILOS DEL "SECCION 3" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor3 ul li{ width: 24%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .ofertas2{ display: block; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .slider4{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider4 ul li{ width: 33%; } .flechaisquierda4{ background: #00000057; } .flechaderecha4{ background: #00000057; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionderecha ul li{ border: solid 1px #000; } .seccionisquierda ul li{ border: solid 1px #000; } .seccioncentro{ border: solid 1px #000; } .seccioncentro h1{ font-size: 1.8em; } .seccioncentro h3{ font-size: 1.4em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .ofertas3{ display: block; } .slider5{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider5 ul li{ width: 33%; } .flechaisquierda5{ border-left: none !important; background: #00000057; } .flechaderecha5{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .ofertas4{ display: block; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .slider6{ width: 80%; border-top-left-radius: 0; border-bottom-left-radius: 0; } .slider6 ul li{ width: 33%; } .flechaisquierda6{ background: #00000057; } .flechaderecha6{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .slider7 ul li{ width: 25%; } .ofertas5 .botonvermas5{ width: 14%; } .flechaisquierda7{ background: #00000057; } .flechaderecha7{ background: #00000057; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .flechaisquierda8{ width: 7%; } .flechaderecha8{ width: 7%; } .flechaderecha8 .right8:hover{ padding-right: 10%; } .flechaisquierda8 .left8:hover{ padding-left: 10%; } .slider8 ul li{ width: 24%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulos .articulo{ width: 32%; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte1 ul li{ width: 30%; } .footerparte1 ul li ul{ margin-top: 0; } .footerparte4 ul{ display: flex; } .footerparte4 ul li{ width: 50%; } .footerparte4 ul li p{ width: 100%; } .footerparte4 ul li .ayuda-legal{ width: 52%; } .footerparte4 ul li ul{ display: block; display: flex; } .footerparte4 ul li ul li{ width: 18%; margin-top: 8%; } .footerparte4 ul li ul li img{ width: 100%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 28%; } .menuizquierdofixed .bienvenidofixed h3{ margin-bottom: 4%; } .menuizquierdofixed .categoriasfixed{ font-size: 1.9em; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 6.5%; } .centrodeayudacontenedor .lomasconsultado ul li{ width: 32% !important; } .centrodeayudacontenedor .lomasconsultado ul li a{ padding: 7% 0; } .centrodeayudacontenedor .centrodeayuda ul li{ width: 32%; padding: 2% 3% 2% 3%; } .centrodeayudacontenedor .centrodeayuda ul li .compras ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .pagos ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .entregas ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .sucursales ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .garantias ul{ margin: 3% 0; } .centrodeayudacontenedor .centrodeayuda ul li .cambios ul{ margin: 3% 0; } .centrodeayudacontenedor .preguntasfrecuentes{ display: flex; flex-wrap: wrap; } .centrodeayudacontenedor .preguntasfrecuentes .preguntas{ width: 35%; } .centrodeayudacontenedor .preguntasfrecuentes .preguntasresultado{ width: 61%; } .banner3 img{ width: 100%; } .centrodeayudacontenedor .contacteconnosotros ul li{ width: 32%; } .banner3{ margin-top: 1%; margin-bottom: 1%; } .registro{ width: 70%; margin-left: 10%; } /* WARNING: TODOS LOS ESTILOS DEL "FORMULARIO DE SESION" SE ENCARGA CRISTIAN!!! */ .sesion{ width: 40%; margin-left: 30%; } .sesion2 button{ font-size: 1.5em; } /* WARNING: Sesion */ .sesion2 p{ width: 41%; } } @media (min-width: 1280px) { .menuizquierdofixed .bienvenidofixed .icononopersona{ font-size: 10em; } /* WARNING: TODOS LOS ESTILOS DEL "HEADER" SE ENCARGA AGUSTIN!!! */ .header .headerparte1{ display: block; } .header .headerparte3{ display: block; } .header{ position: static; } .header .headerparte2{ padding-left: 2%; } .header .headerparte2 ul li:nth-child(2){ width: 17%; margin-right: 1%; } .header .headerparte2 ul li input{ padding: 2.2% 2%; font-size: 1.5em; } .header .headerparte2 ul li:nth-child(6){ width: 30%; } .header .headerparte2 ul li h3{ display: block; font-size: 1.5em; margin-top: 3%; } /* WARNING: STILOS DEL "SLIDER" SE ENCARGA CRISTIAN!!! */ .slider{ margin: 2% 0 2% 0; } .flechaderecha .right{ font-size: 1200%; } .flechaisquierda .left{ font-size: 1200%; } .flechaderecha .right:hover{ padding-right: 5%; } .flechaisquierda .left:hover{ padding-left: 5%; } .iconopaginacion:hover{ color: red; } /* WARNING: STILOS DEL "SLIDER 2" SE ENCARGA CRISTIAN!!! */ .flechaderecha2 .right2{ font-size: 800%; } .flechaisquierda2 .left2{ font-size: 800%; } .flechaderecha2 .right2:hover{ padding-right: 5%; } .flechaisquierda2 .left2:hover{ padding-left: 5%; } .slider2 ul li{ width: 25%; } .ofertas{ padding: 4.5% 5%; } .ofertas h1{ font-size: 2.5em; } .ofertas h3{ font-size: 1.4em; } .ofertas p{ font-size: 2em; } .ofertas .botonvermas a{ font-weight: bold; } /* WARNING: STILOS DEL "SLIDER 3" SE ENCARGA CRISTIAN!!! */ .slider3 ul li{ width: 16%; } .flechaisquierda3{ width: 5%; } .flechaderecha3{ width: 5%; } .fondoflecha3{ opacity: 0; } .fondoflecha3:hover{ opacity: 1; transition: all 0.5s; } .flechaderecha3 .right3{ font-size: 600%; } .flechaisquierda3 .left3{ font-size: 600%; } .slider3 ul li img{ width: 100%; } /* WARNING: STILOS DEL "SLIDER 4" SE ENCARGA CRISTIAN!!! */ .flechaderecha4 .right4{ font-size: 800%; } .flechaisquierda4 .left4{ font-size: 800%; } .flechaderecha4 .right4:hover{ padding-right: 5%; } .flechaisquierda4 .left4:hover{ padding-left: 5%; } .slider4 ul li{ width: 25%; } .ofertas2{ padding: 4.5% 5%; } .ofertas2 h1{ font-size: 2.5em; } .ofertas2 h3{ font-size: 1.4em; } .ofertas2 p{ font-size: 2em; } .ofertas2 .botonvermas2 a{ font-weight: bold; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION" SE ENCARGA CRISTIAN!!! */ .seccionisquierda{ width: 20.5%; } .seccionderecha{ width: 20.5%; } .seccioncentro{ width: 57.5%; margin-top: 0; } .seccioncentro h1{ font-size: 1.9em; } .seccioncentro h3{ font-size: 1.5em; } .seccioncentro .vermas{ font-size: 1.4em; } .seccioncentro .vermas:hover{ font-size: 1.3em; } /* WARNING: STILOS DEL "SLIDER 5" SE ENCARGA CRISTIAN!!! */ .flechaderecha5 .right5{ font-size: 800%; } .flechaisquierda5 .left5{ font-size: 800%; } .flechaderecha5 .right5:hover{ padding-right: 5%; } .flechaisquierda5 .left5:hover{ padding-left: 5%; } .slider5 ul li{ width: 25%; } .ofertas3{ padding: 4.5% 5%; } .ofertas3 h1{ font-size: 2.5em; } .ofertas3 h3{ font-size: 1.4em; } .ofertas3 p{ font-size: 2em; } .ofertas3 .botonvermas3 a{ font-weight: bold; } /* WARNING: TODOS LOS ESTILOS DEL "SECCION 2" SE ENCARGA CRISTIAN!!! */ .seccioncontenedor2{ background: #ffffffb5; border-radius: 4px; } .seccionisquierda2 .seccion2vermas{ display: none; } .seccionisquierda2 h1{ top: 85.6%; } .seccionisquierda2 h3{ top: 93%; } .seccionisquierda2{ width: 40%; } .seccionderecha2 ul li:hover{ background: #7d1cad94; transition: all 0.5s; } .seccionisquierda2:hover, .seccioncentro2 ul li:hover{ border: solid 2px #7d1cad94; border-radius: 4px; transition: all 0.3s; } .seccioncentro2{ width: 30%; margin-top: 1.2%; } .seccioncentro2{ width: 30%; } .seccioncentro2 ul li:first-child{ width: 100%; } .seccioncentro2 ul li{ width: 100%; } .seccioncentro2 h1{ font-size: 1.6em; top: 46%; } .seccioncentro2 h3{ font-size: 1.6em; } .seccionderecha2{ display: block; } /* WARNING: STILOS DEL "SLIDER 6" SE ENCARGA CRISTIAN!!! */ .flechaderecha6 .right6{ font-size: 800%; } .flechaisquierda6 .left6{ font-size: 800%; } .flechaderecha6 .right6:hover{ padding-right: 5%; } .flechaisquierda6 .left6:hover{ padding-left: 5%; } .slider6 ul li{ width: 25%; } .ofertas4{ padding: 4.5% 5%; } .ofertas4 h1{ font-size: 2.5em; } .ofertas4 h3{ font-size: 1.4em; } .ofertas4 p{ font-size: 2em; } .ofertas4 .botonvermas4 a{ font-weight: bold; } /* WARNING: STILOS DEL "SLIDER 7" SE ENCARGA CRISTIAN!!! */ .flechaderecha7 .right7{ font-size: 800%; } .flechaisquierda7 .left7{ font-size: 800%; } .flechaderecha7 .right7:hover{ padding-right: 5%; } .flechaisquierda7 .left7:hover{ padding-left: 5%; } .slider7 ul li{ width: 16.66%; } /* WARNING: STILOS DEL "SLIDER 8" SE ENCARGA CRISTIAN!!! */ .slider8 ul li{ width: 16%; } .flechaisquierda8{ width: 5%; } .flechaderecha8{ width: 5%; } .fondoflecha8{ opacity: 0; } .fondoflecha8:hover{ opacity: 1; transition: all 0.5s; } .flechaderecha8 .right8{ font-size: 600%; } .flechaisquierda8 .left8{ font-size: 600%; } .slider8 ul li img{ width: 100%; } /* WARNING: TODOS LOS ESTILOS DEL "ARTICULOS" SE ENCARGA CRISTIAN!!! */ .articulosymenuizquierdo{ display: flex; position: relative; } .menuizquierdo{ display: block; } .articulos{ width: 76%; margin-left: 24%; } .articulos .articulo{ width: 24%; } .articulos .articulo a{ display: block; } .articulos .articulo a .cuotayimagen{ width: 100%; } .articulos .articulo a .tituloyprecio{ width: 100%; padding: 2% 0; } /* WARNING: TODOS LOS ESTILOS DEL "FOOTER" SE ENCARGA CRISTIAN!!! */ .footerparte4 ul li .ayuda-legal{ width: 42%; } .footerparte2{ display: block; width: 100%; } .footerparte2 ul{ width: 100%; display: flex; } .footerparte2 ul li{ width: 20%; text-align: left; padding: 2%; } .footerparte2 ul li h4{ font-size: 1.7em; color: #fff; text-shadow: 1px 1px 8px #000; margin-bottom: 7%; margin-top: 7%; } .footerparte2 ul li a{ font-size: 1.5em; color: #ffffff96; text-shadow: 1px 1px 8px #000; margin-bottom: 4%; margin-top: 4%; } /* WARNING: TODOS LOS ESTILOS DEL "MENU IZQUIERDO FIXED" SE ENCARGA CRISTIAN!!! */ .menuizquierdofixed{ width: 23%; } /* WARNING: TODOS LOS ESTILOS DEL "CENTRO DE AYUDA" SE ENCARGA JONAS!!! */ .centrodeayudacontenedor{ margin-top: 1%; } .registro{ width: 60%; margin-left: 15%; } /* WARNING: Sesion */ .sesion2 p{ width: 34%; } }
0.364325
0.10923
td { font-size: 12px; } .avatarSmall { width: 100%; height: 400px; object-fit: cover; } .avatarBig { width: 100%; object-fit: cover; } .postImage { width: 100px; height: 150px; object-fit: cover; font-size: 12px; } .backgroundHeader{ flex: 1; display: flex; align-items: center; justify-content: center; height: 250px; background-size: cover; } .tagLabel{ background-color: #333; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; font-size: 12px; } .tagLabelAdd{ font-size: 12px; cursor: pointer; cursor: hand; background-color: #42814e; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; } .tagLabelEdit{ font-size: 12px; cursor: pointer; cursor: hand; background-color: #333; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; } .bigModal{ margin: 2% !important; padding: 0px; width: 96% !important; max-width: 100% !important; } .rowEntry { padding: 10px; border-bottom: 1px solid #333; } .rowEntry img{ border-radius: 40px; width: 80px; height: 80px; } .avatarHolder { width: 81px; height: 81px; position: relative; } .rowEntrySelected { padding: 2px; background-color: #ededed; border-bottom: 1px solid #888; } .rowEntrySelected img{ width: 80px; height: 80px; border-radius: 40px; border: 1px solid #efefef; } .rowCentered{ flex: 1; align-items: center; text-align: center; } .missingFile{ border-radius: 40px; overflow: hidden; width: 80px; height: 80px; position: relative; font-size: 12px; z-index: 10; flex: 1; display: flex; align-items: center; justify-content: center; } .dzRemove { padding: 0px !important; margin: 0px !important; width: 24px !important; position: absolute; height: 24px !important; background-color: #e46a6b !important; text-indent: 100% !important; white-space: nowrap !important; overflow: hidden !important; border-radius: 12px !important; font-size: 14px !important; text-align: center !important; display: block !important; cursor: pointer !important; border: none !important; top: 0 !important; right: 0 !important; z-index: 1001; } .tdStyle { border-right: 1px solid #efefef; } .productImage { width: 80px; height: 80px; border-color: 1px solid #aaa; border-radius: 40px; } .imageColumn{ padding: 0px !important; width: 400px !important; max-width: 400px !important; } .absoluteButton{ position: absolute; } .absoluteButtonSecondRow{ position: absolute; right: 0px; } .editMode{ font-size: 12px; } .uploadCurrentProductPicture{ margin-top: 100px; margin-left: 100px; } .uploadCurrentProductPicture{ background-color: #ddd; width: 200px; height: 200px; border-radius: 100px; padding-left: 58px; padding-top: 58px; }
src/containers/Posts/styles.css
td { font-size: 12px; } .avatarSmall { width: 100%; height: 400px; object-fit: cover; } .avatarBig { width: 100%; object-fit: cover; } .postImage { width: 100px; height: 150px; object-fit: cover; font-size: 12px; } .backgroundHeader{ flex: 1; display: flex; align-items: center; justify-content: center; height: 250px; background-size: cover; } .tagLabel{ background-color: #333; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; font-size: 12px; } .tagLabelAdd{ font-size: 12px; cursor: pointer; cursor: hand; background-color: #42814e; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; } .tagLabelEdit{ font-size: 12px; cursor: pointer; cursor: hand; background-color: #333; border-radius: 5px; padding: 2px; color: white; margin-right: 2px; } .bigModal{ margin: 2% !important; padding: 0px; width: 96% !important; max-width: 100% !important; } .rowEntry { padding: 10px; border-bottom: 1px solid #333; } .rowEntry img{ border-radius: 40px; width: 80px; height: 80px; } .avatarHolder { width: 81px; height: 81px; position: relative; } .rowEntrySelected { padding: 2px; background-color: #ededed; border-bottom: 1px solid #888; } .rowEntrySelected img{ width: 80px; height: 80px; border-radius: 40px; border: 1px solid #efefef; } .rowCentered{ flex: 1; align-items: center; text-align: center; } .missingFile{ border-radius: 40px; overflow: hidden; width: 80px; height: 80px; position: relative; font-size: 12px; z-index: 10; flex: 1; display: flex; align-items: center; justify-content: center; } .dzRemove { padding: 0px !important; margin: 0px !important; width: 24px !important; position: absolute; height: 24px !important; background-color: #e46a6b !important; text-indent: 100% !important; white-space: nowrap !important; overflow: hidden !important; border-radius: 12px !important; font-size: 14px !important; text-align: center !important; display: block !important; cursor: pointer !important; border: none !important; top: 0 !important; right: 0 !important; z-index: 1001; } .tdStyle { border-right: 1px solid #efefef; } .productImage { width: 80px; height: 80px; border-color: 1px solid #aaa; border-radius: 40px; } .imageColumn{ padding: 0px !important; width: 400px !important; max-width: 400px !important; } .absoluteButton{ position: absolute; } .absoluteButtonSecondRow{ position: absolute; right: 0px; } .editMode{ font-size: 12px; } .uploadCurrentProductPicture{ margin-top: 100px; margin-left: 100px; } .uploadCurrentProductPicture{ background-color: #ddd; width: 200px; height: 200px; border-radius: 100px; padding-left: 58px; padding-top: 58px; }
0.364438
0.15633
:focus, :active { box-shadow: none !important; outline: none !important; } body, button, input, label, select, td, textarea { font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif !important; } body { color: #1c1e21; direction: ltr; line-height: 1.34; margin: 0; padding: 0; unicode-bidi: embed; } ._7jyg._7jyi { background-color: #ffffff; } /*** OUTER**/ ._7jg4 { display: flex; flex-direction: column; margin-left: 0; overflow: hidden; width: 100%; } /************* AD OUTER *************/ ._7jg5 { border: 1px solid hsl(210, 4.76%, 80.76%); border-radius: 8px; box-shadow: #E9EAEB 0 0 2px 0; box-sizing: border-box; margin-bottom: 0px; overflow: auto; position: relative; background-color: #fff; margin: 0 auto; max-width: 500px; } /*BOX SHADOW THING */ ._7jyi { border-bottom: 1px solid #e9eaeb; border-radius: 8px 8px 0 0; padding: 0 0 0px 0; } ._7jyg { background-color: #fff; } /************* PUBLISHER SECTION *************/ ._3qn7._61-0._2fyh._3qnf { width: 100%; } ._3qn7._61-0._2fyi._3qng { width: 100% !important; } ._8nsi._8nqo { margin: 12px; } ._8nsi { align-items: center; display: flex; } ._3qng { align-items: center; } ._61-0 { justify-content: flex-start; } ._2fyi { flex-direction: row; } ._3qn7 { display: flex; } ._8nqr { width: 100%; } ._95et { background-color: lightgrey; border: 1px solid #e9eaeb; border-radius: 50%; margin-right: 8px; padding: 4px; } .sp_BkGzph4tKD9_2x.sx_c12d9d { width: 24px; height: 24px; background-position: -25px -321px; } i.img { -ms-high-contrast-adjust: none; } ._95et { content: url("https://nimbusweb.me/box/attachment/4384195/4zbpvnk6wtze3m1ymw0t/NsGxH2AX93bGqmgB/image.png"); background-size: unset; background-repeat: unset; display: inline-block; height: 22px; width: 22px; } ._95et { position: relative; } ._95et i { display: none; } ._3qnf { align-items: flex-start; } ._61-0 { justify-content: flex-start; } ._2fyh { flex-direction: column; } ._3qn7 { display: flex; } /**TOP LINE */ ._8nqr._3qn7._61-3._2fyi._3qng span, ._8nqr._3qn7._61-3._2fyi._3qng { font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif; font-size: 14px; line-height: 18px; letter-spacing: normal; font-weight: bold; overflow-wrap: normal; text-align: left; color: rgb(28, 30, 33); } /**THREE DOTS*/ .s916jpeb { margin-right: 0; } ._7jyg._7jyi:before { content: url("data:image/svg+xml,%3Csvg viewBox='0 0 299 299' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.876 115.372C72.876 134.135 57.6654 149.346 38.9022 149.346C20.139 149.346 4.92839 134.135 4.92839 115.372C4.92839 96.6087 20.139 81.3981 38.9022 81.3981C57.6654 81.3981 72.876 96.6087 72.876 115.372Z' fill='black'/%3E%3Cpath d='M183.603 115.372C183.603 134.135 168.392 149.346 149.629 149.346C130.866 149.346 115.655 134.135 115.655 115.372C115.655 96.6087 130.866 81.3981 149.629 81.3981C168.392 81.3981 183.603 96.6087 183.603 115.372Z' fill='black'/%3E%3Cpath d='M294.329 115.372C294.329 134.135 279.119 149.346 260.356 149.346C241.592 149.346 226.382 134.135 226.382 115.372C226.382 96.6087 241.592 81.3981 260.356 81.3981C279.119 81.3981 294.329 96.6087 294.329 115.372Z' fill='black'/%3E%3C/svg%3E%0A"); width: 15px; height: 15px; display: block; position: absolute; top: 7px; right: 13px; font-weight: 900; } .qo4j1dvg { flex-shrink: 0; } .icik5mi5 { margin-left: 4px; } .daun3cdb { margin-bottom: -8px; } .alyzeyk7 { margin-top: -8px; } ._271o { flex-shrink: 0; } .sp_3YxdNwDryIQ_2x { content: url("https://nimbusweb.me/box/attachment/4384195/4zbpvnk6wtze3m1ymw0t/qCLBm1p5QZQcwqWk/image.png"); display: block; position: relative; height: 17px !important; position: absolute !important; top: 10px; right: 10px; } .hx7khpap.ncgymyjm.icik5mi5.daun3cdb.s916jpeb.alyzeyk7.qo4j1dvg > div > button { width: auto; letter-spacing: normal; color: rgb(68, 73, 80); font-size: 12px; font-weight: bold; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif; line-height: 26px; text-align: center; background-color: transparent; border-color: transparent; height: 28px; padding-left: 7px; padding-right: 7px; border-radius: 2px; } ._1qjd { outline: 0; } ._1o4e { padding: 0; } ._271m { max-width: 242px; } ._271k { background-position: 0 0; border: 1px solid; border-radius: 2px; box-shadow: none; box-sizing: border-box; cursor: pointer; -webkit-font-smoothing: antialiased; font-weight: bold; padding: 0; position: relative; text-shadow: none; transition: all 300ms cubic-bezier(.1, .7, .1, 1), border-width 1ms; transition-property: background, border-color, border-width, color; vertical-align: middle; } ._7tvm { overflow: visible; position: relative; } .hx7khpap.ncgymyjm.icik5mi5.daun3cdb.s916jpeb.alyzeyk7.qo4j1dvg > div { display: inline-block; width: auto; } ._43rl { align-items: center; display: flex; justify-content: center; width: 100%; } ._1o4e ._271o { margin: 0; } ._271l ._271o { margin-left: -2px; } .sp_3YxdNwDryIQ_2x.sx_ba11e6 { width: 16px; height: 16px; background-position: -17px -672px; } #facebook .accessible_elem { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } /*********MIDDLE LINE / SPONSORED BY */ ._8nqo ._8nrv { font-size: 12px; line-height: 16px; } ._8nrv { color: #606770; } ._4ik5._4ik4:before { display: none; } ._4ik4:before { content: ''; float: left; height: 100%; position: relative; width: 5px; } ._8jos { font-weight: bold; } /********AD ID ********/ ._8nrw { color: #929598; font-size: 11px; line-height: 12px; margin-top: 4px; width: 100%; } ._4rhp { display: block; } /************* BODY TEXT SECTION *************/ ._4ik5._4ik4 { -webkit-box-orient: vertical; display: -webkit-box; float: none; } ._4ik4 { overflow: hidden; white-space: normal; } ._7jyi ._7jyr, ._7jyi ._7jyl { font-size: 14px; line-height: 20px; margin: 8px 4px 8px 12px; } ._7jyr { white-space: normal; } ._7jyr > div > div._4ik4._4ik5 { line-height: 20px; max-height: 100% !important; -webkit-line-clamp: unset !important; } /************* IMAGE VIDEO SECTION *************/ ._8o0a { line-height: 0; position: relative; } video { object-fit: contain; } /************* HEADLINE SECTION *************/ ._231w, ._231w:hover { max-width: 100%; text-decoration: none; } ._4yee { display: block; } a { color: #385898; cursor: pointer; text-decoration: none; } ._8jg- { padding: 12px; } ._8jg_ { align-items: flex-start; background-color: #fff; display: flex; justify-content: space-between; } ._8jh1 { flex-grow: 1; margin-right: 8px; overflow: hidden; } ._8jg- ._8jh5 { font-size: 11.2px; line-height: 18px !important; padding-top: 2px; color: hsl(213.75, 7.69%, 50.78%) } ._8jg- ._8jh5 ._4ik4._4ik5{ line-height: 18px !important; } ._8jh5, ._8jh3, ._94tj, ._8jh4 { color: #606770; } ._8jh2, ._8jh3, ._8jh5 { overflow: hidden; text-overflow: ellipsis; } ._8jg- ._8jh2 { font-size: 16px; line-height: 20px; } ._8jh2 { color: #1c1e21; } ._8jh2 > div > div._4ik4._4ik5, _8jh3 > div > div._4ik4._4ik5 { line-height: 20px; max-height: 40px; -webkit-line-clamp: 2; } ._8jg- ._8jh3 { font-size: 13.4px; line-height: 20px; margin-top: 2px; margin-bottom:3px; } ._8jg- ._8jh4 { display: none; } ._8jg- ._8jh4 { font-size: 12px; line-height: 16px; } ._8jh5, ._8jh3, ._94tj, ._8jh4 { color: #606770; } ._8jh4 > div > div._4ik4._4ik5 { line-height: 16px; max-height: 32px; -webkit-line-clamp: 2; } ._4ik5._4ik4 { -webkit-box-orient: vertical; display: -webkit-box; float: none; } ._8jh0 { flex-shrink: 0; } ._3-9a { margin-left: 8px; } button { margin: 0; } button._271k._271m._1qjd._3-9a._7tvm._7tv2._7tv4 { display: none; max-width: 120px !important; letter-spacing: normal !important; color: rgb(68, 73, 80) !important; font-size: 12px !important; font-weight: bold !important; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif !important; line-height: 26px !important; text-align: center !important; background-color: rgb(245, 246, 247) !important; border-color: rgb(218, 221, 225) !important; height: 28px !important; padding-left: 11px !important; padding-right: 11px !important; border-radius: 2px !important; } ._8jh0 { margin-top: 23px; } ._8jh0:before { content: "Learn More"; max-width: 120px !important; letter-spacing: normal !important; color: rgb(68, 73, 80) !important; font-size: 12px !important; font-weight: 600 !important; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif !important; line-height: 26px !important; text-align: center !important; background-color: hsl(210, 11.11%, 95.5%) !important; border-color: rgb(218, 221, 225) !important; height: 25px !important; padding-left: 11px !important; padding-right: 11px !important; border-radius: 2px !important; border: 1px solid #DADDE1 !important; padding: 6px 0px; z-index: 10000; margin-top: 10px; } ._43rm { flex-basis: auto; overflow: unset; text-overflow: ellipsis; white-space: nowrap; } .accessible_elem { display: none; } /*** BREAK LINE / STYLED **/ ._4ik4._4ik5 > div br, ._7jyr > div br { content: ""; display: block; height: 7px; } ._8jh2 > div > div._4ik4._4ik5 { font-weight: 500; } @media (max-width: 450px) { ._8jg- ._8jh5 { font-size: 8.8px; line-height: 17px !important; } ._8jg- { padding: 6px 12px; } /*MIDDLE LINE **/ ._8jh2 > div > div._4ik4._4ik5 { line-height: 18px !important; font-size: 13.5px; font-weight: 400; } ._8jg- ._8jh3 { font-size: 10px; line-height: 12px; margin-top: 4px; } ._8jh0:before { font-size: 11px !important; } ._8jg- ._8jh5 { padding-top: 0px; } ._8jh0 { margin-top: 20px; } ._8jh3 ._4ik5._4ik4 { white-space: nowrap; text-overflow: ellipsis; max-width: 100%; line-height: 12px !important; font-weight: 300; } ._7jyi ._7jyr, ._7jyi ._7jyl { font-size: 12.5px; } ._7jyr > div > div._4ik4._4ik5, ._7jyr > div { line-height: 18.5px; } ._4ik4._4ik5 > div br, ._7jyr > div br { content: ""; display: block; height: 6px !important; } } /****OLD THREE DOT BUTTON*/ button._271k._271l._1o4e._271m._1qjd._7tvm._7tv2._7tv4 { display: none; }
assets/css/facebook-ad-css/fb-ad-stylesheet.css
:focus, :active { box-shadow: none !important; outline: none !important; } body, button, input, label, select, td, textarea { font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif !important; } body { color: #1c1e21; direction: ltr; line-height: 1.34; margin: 0; padding: 0; unicode-bidi: embed; } ._7jyg._7jyi { background-color: #ffffff; } /*** OUTER**/ ._7jg4 { display: flex; flex-direction: column; margin-left: 0; overflow: hidden; width: 100%; } /************* AD OUTER *************/ ._7jg5 { border: 1px solid hsl(210, 4.76%, 80.76%); border-radius: 8px; box-shadow: #E9EAEB 0 0 2px 0; box-sizing: border-box; margin-bottom: 0px; overflow: auto; position: relative; background-color: #fff; margin: 0 auto; max-width: 500px; } /*BOX SHADOW THING */ ._7jyi { border-bottom: 1px solid #e9eaeb; border-radius: 8px 8px 0 0; padding: 0 0 0px 0; } ._7jyg { background-color: #fff; } /************* PUBLISHER SECTION *************/ ._3qn7._61-0._2fyh._3qnf { width: 100%; } ._3qn7._61-0._2fyi._3qng { width: 100% !important; } ._8nsi._8nqo { margin: 12px; } ._8nsi { align-items: center; display: flex; } ._3qng { align-items: center; } ._61-0 { justify-content: flex-start; } ._2fyi { flex-direction: row; } ._3qn7 { display: flex; } ._8nqr { width: 100%; } ._95et { background-color: lightgrey; border: 1px solid #e9eaeb; border-radius: 50%; margin-right: 8px; padding: 4px; } .sp_BkGzph4tKD9_2x.sx_c12d9d { width: 24px; height: 24px; background-position: -25px -321px; } i.img { -ms-high-contrast-adjust: none; } ._95et { content: url("https://nimbusweb.me/box/attachment/4384195/4zbpvnk6wtze3m1ymw0t/NsGxH2AX93bGqmgB/image.png"); background-size: unset; background-repeat: unset; display: inline-block; height: 22px; width: 22px; } ._95et { position: relative; } ._95et i { display: none; } ._3qnf { align-items: flex-start; } ._61-0 { justify-content: flex-start; } ._2fyh { flex-direction: column; } ._3qn7 { display: flex; } /**TOP LINE */ ._8nqr._3qn7._61-3._2fyi._3qng span, ._8nqr._3qn7._61-3._2fyi._3qng { font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif; font-size: 14px; line-height: 18px; letter-spacing: normal; font-weight: bold; overflow-wrap: normal; text-align: left; color: rgb(28, 30, 33); } /**THREE DOTS*/ .s916jpeb { margin-right: 0; } ._7jyg._7jyi:before { content: url("data:image/svg+xml,%3Csvg viewBox='0 0 299 299' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.876 115.372C72.876 134.135 57.6654 149.346 38.9022 149.346C20.139 149.346 4.92839 134.135 4.92839 115.372C4.92839 96.6087 20.139 81.3981 38.9022 81.3981C57.6654 81.3981 72.876 96.6087 72.876 115.372Z' fill='black'/%3E%3Cpath d='M183.603 115.372C183.603 134.135 168.392 149.346 149.629 149.346C130.866 149.346 115.655 134.135 115.655 115.372C115.655 96.6087 130.866 81.3981 149.629 81.3981C168.392 81.3981 183.603 96.6087 183.603 115.372Z' fill='black'/%3E%3Cpath d='M294.329 115.372C294.329 134.135 279.119 149.346 260.356 149.346C241.592 149.346 226.382 134.135 226.382 115.372C226.382 96.6087 241.592 81.3981 260.356 81.3981C279.119 81.3981 294.329 96.6087 294.329 115.372Z' fill='black'/%3E%3C/svg%3E%0A"); width: 15px; height: 15px; display: block; position: absolute; top: 7px; right: 13px; font-weight: 900; } .qo4j1dvg { flex-shrink: 0; } .icik5mi5 { margin-left: 4px; } .daun3cdb { margin-bottom: -8px; } .alyzeyk7 { margin-top: -8px; } ._271o { flex-shrink: 0; } .sp_3YxdNwDryIQ_2x { content: url("https://nimbusweb.me/box/attachment/4384195/4zbpvnk6wtze3m1ymw0t/qCLBm1p5QZQcwqWk/image.png"); display: block; position: relative; height: 17px !important; position: absolute !important; top: 10px; right: 10px; } .hx7khpap.ncgymyjm.icik5mi5.daun3cdb.s916jpeb.alyzeyk7.qo4j1dvg > div > button { width: auto; letter-spacing: normal; color: rgb(68, 73, 80); font-size: 12px; font-weight: bold; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif; line-height: 26px; text-align: center; background-color: transparent; border-color: transparent; height: 28px; padding-left: 7px; padding-right: 7px; border-radius: 2px; } ._1qjd { outline: 0; } ._1o4e { padding: 0; } ._271m { max-width: 242px; } ._271k { background-position: 0 0; border: 1px solid; border-radius: 2px; box-shadow: none; box-sizing: border-box; cursor: pointer; -webkit-font-smoothing: antialiased; font-weight: bold; padding: 0; position: relative; text-shadow: none; transition: all 300ms cubic-bezier(.1, .7, .1, 1), border-width 1ms; transition-property: background, border-color, border-width, color; vertical-align: middle; } ._7tvm { overflow: visible; position: relative; } .hx7khpap.ncgymyjm.icik5mi5.daun3cdb.s916jpeb.alyzeyk7.qo4j1dvg > div { display: inline-block; width: auto; } ._43rl { align-items: center; display: flex; justify-content: center; width: 100%; } ._1o4e ._271o { margin: 0; } ._271l ._271o { margin-left: -2px; } .sp_3YxdNwDryIQ_2x.sx_ba11e6 { width: 16px; height: 16px; background-position: -17px -672px; } #facebook .accessible_elem { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } /*********MIDDLE LINE / SPONSORED BY */ ._8nqo ._8nrv { font-size: 12px; line-height: 16px; } ._8nrv { color: #606770; } ._4ik5._4ik4:before { display: none; } ._4ik4:before { content: ''; float: left; height: 100%; position: relative; width: 5px; } ._8jos { font-weight: bold; } /********AD ID ********/ ._8nrw { color: #929598; font-size: 11px; line-height: 12px; margin-top: 4px; width: 100%; } ._4rhp { display: block; } /************* BODY TEXT SECTION *************/ ._4ik5._4ik4 { -webkit-box-orient: vertical; display: -webkit-box; float: none; } ._4ik4 { overflow: hidden; white-space: normal; } ._7jyi ._7jyr, ._7jyi ._7jyl { font-size: 14px; line-height: 20px; margin: 8px 4px 8px 12px; } ._7jyr { white-space: normal; } ._7jyr > div > div._4ik4._4ik5 { line-height: 20px; max-height: 100% !important; -webkit-line-clamp: unset !important; } /************* IMAGE VIDEO SECTION *************/ ._8o0a { line-height: 0; position: relative; } video { object-fit: contain; } /************* HEADLINE SECTION *************/ ._231w, ._231w:hover { max-width: 100%; text-decoration: none; } ._4yee { display: block; } a { color: #385898; cursor: pointer; text-decoration: none; } ._8jg- { padding: 12px; } ._8jg_ { align-items: flex-start; background-color: #fff; display: flex; justify-content: space-between; } ._8jh1 { flex-grow: 1; margin-right: 8px; overflow: hidden; } ._8jg- ._8jh5 { font-size: 11.2px; line-height: 18px !important; padding-top: 2px; color: hsl(213.75, 7.69%, 50.78%) } ._8jg- ._8jh5 ._4ik4._4ik5{ line-height: 18px !important; } ._8jh5, ._8jh3, ._94tj, ._8jh4 { color: #606770; } ._8jh2, ._8jh3, ._8jh5 { overflow: hidden; text-overflow: ellipsis; } ._8jg- ._8jh2 { font-size: 16px; line-height: 20px; } ._8jh2 { color: #1c1e21; } ._8jh2 > div > div._4ik4._4ik5, _8jh3 > div > div._4ik4._4ik5 { line-height: 20px; max-height: 40px; -webkit-line-clamp: 2; } ._8jg- ._8jh3 { font-size: 13.4px; line-height: 20px; margin-top: 2px; margin-bottom:3px; } ._8jg- ._8jh4 { display: none; } ._8jg- ._8jh4 { font-size: 12px; line-height: 16px; } ._8jh5, ._8jh3, ._94tj, ._8jh4 { color: #606770; } ._8jh4 > div > div._4ik4._4ik5 { line-height: 16px; max-height: 32px; -webkit-line-clamp: 2; } ._4ik5._4ik4 { -webkit-box-orient: vertical; display: -webkit-box; float: none; } ._8jh0 { flex-shrink: 0; } ._3-9a { margin-left: 8px; } button { margin: 0; } button._271k._271m._1qjd._3-9a._7tvm._7tv2._7tv4 { display: none; max-width: 120px !important; letter-spacing: normal !important; color: rgb(68, 73, 80) !important; font-size: 12px !important; font-weight: bold !important; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif !important; line-height: 26px !important; text-align: center !important; background-color: rgb(245, 246, 247) !important; border-color: rgb(218, 221, 225) !important; height: 28px !important; padding-left: 11px !important; padding-right: 11px !important; border-radius: 2px !important; } ._8jh0 { margin-top: 23px; } ._8jh0:before { content: "Learn More"; max-width: 120px !important; letter-spacing: normal !important; color: rgb(68, 73, 80) !important; font-size: 12px !important; font-weight: 600 !important; font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif !important; line-height: 26px !important; text-align: center !important; background-color: hsl(210, 11.11%, 95.5%) !important; border-color: rgb(218, 221, 225) !important; height: 25px !important; padding-left: 11px !important; padding-right: 11px !important; border-radius: 2px !important; border: 1px solid #DADDE1 !important; padding: 6px 0px; z-index: 10000; margin-top: 10px; } ._43rm { flex-basis: auto; overflow: unset; text-overflow: ellipsis; white-space: nowrap; } .accessible_elem { display: none; } /*** BREAK LINE / STYLED **/ ._4ik4._4ik5 > div br, ._7jyr > div br { content: ""; display: block; height: 7px; } ._8jh2 > div > div._4ik4._4ik5 { font-weight: 500; } @media (max-width: 450px) { ._8jg- ._8jh5 { font-size: 8.8px; line-height: 17px !important; } ._8jg- { padding: 6px 12px; } /*MIDDLE LINE **/ ._8jh2 > div > div._4ik4._4ik5 { line-height: 18px !important; font-size: 13.5px; font-weight: 400; } ._8jg- ._8jh3 { font-size: 10px; line-height: 12px; margin-top: 4px; } ._8jh0:before { font-size: 11px !important; } ._8jg- ._8jh5 { padding-top: 0px; } ._8jh0 { margin-top: 20px; } ._8jh3 ._4ik5._4ik4 { white-space: nowrap; text-overflow: ellipsis; max-width: 100%; line-height: 12px !important; font-weight: 300; } ._7jyi ._7jyr, ._7jyi ._7jyl { font-size: 12.5px; } ._7jyr > div > div._4ik4._4ik5, ._7jyr > div { line-height: 18.5px; } ._4ik4._4ik5 > div br, ._7jyr > div br { content: ""; display: block; height: 6px !important; } } /****OLD THREE DOT BUTTON*/ button._271k._271l._1o4e._271m._1qjd._7tvm._7tv2._7tv4 { display: none; }
0.534855
0.103612
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap'); @font-face { font-family: 'Alegreya Sans SC', sans-serif; src: url(../fonts/AlegreyaSansSC-Thin.ttf); } @font-face { font-family: "Cairo Regular"; src: url(../fonts/Cairo-Regular.ttf); } /* Body */ *{ border: 0; margin: 0; padding: 0; text-decoration: none; } body { font-family: "Alegreya Sans SC"; background-color: #f2f2f2; font-style: normal; } table{ margin: auto; } tr td{ padding: 15px; } /* Container */ .container { width: 90%; margin-left: auto; margin-right: auto; background-color: #FFFFFF; } /* Navigation */ header { width: 100%; height: 50px; background-color: #699e55; border-bottom: 1px solid #717070; } .logo { color: #fff; font-weight: bold; text-align: undefined; width: 10%; float: left; margin-top: 15px; margin-left: 30px; letter-spacing: 4px; } nav { float: right; width: 50%; text-align: right; margin-top: 15px; margin-right: 25px; } header nav ul { list-style: none; float: right; } nav ul li { float: left; color: #FFFFFF; font-size: 14px; text-align: left; margin-right: 25px; letter-spacing: 2px; font-weight: bold; transition: all 0.3s linear; } ul li a { color: #FFFFFF; text-decoration: none; } ul li:hover a { color: #717070; } .hero_header { color: #FFFFFF; text-align: center; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; letter-spacing: 4px; } /* Hero Section */ .hero { background-color: #B3B3B3; padding-top: 40px; padding-bottom: 40px; margin-bottom: 20px; } /* Stats Gallery */ .stats { color: #717070; margin-bottom: 10px; } .gallery { display: inline-block; width: 100%; background-color: #FFFFFF; margin-top: -5px; margin-bottom: 35px; } .thumbnail { width: 25%; text-align: center; float: left; margin-top: 80px; margin-bottom: 80px; } .gallery .thumbnail h1 { margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #699e55; } .gallery .thumbnail p { margin-top: 50px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #A3A3A3; } /* More info */ .copyright { text-align: center; padding-top: 20px; padding-bottom: 20px; background-color: #717070; color: #FFFFFF; text-transform: uppercase; font-weight: lighter; letter-spacing: 2px; border-top-width: 2px; } .footer { background-color: #B3B3B3; padding-top: 60px; padding-bottom: 60px; } /* Mobile */ @media (max-width: 320px) { .logo { width: 100%; text-align: center; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .container header nav { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; float: none; display: none; } nav ul li { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; text-align: center; } .text_column { width: 100%; text-align: justify; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .thumbnail { width: 100%; } .hero_header { padding-left: 10px; padding-right: 10px; line-height: 22px; text-align: center; } } /* Small Tablets */ @media (min-width: 321px)and (max-width: 767px) { .logo { width: 100%; text-align: center; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #FFFFFF; } .container header nav { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; float: none; overflow: auto; display: inline-block; background: #699e55; } header nav ul { padding: 0px; float: none; } nav ul li { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; text-align: center; padding-top: 8px; padding-bottom: 8px; } .text_column { width: 100%; text-align: left; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .thumbnail { width: 100%; } .thumbnail { width: 50%; } .footer_column { width: 100%; } } /* Small Desktops */ @media (min-width: 768px) and (max-width: 1096px) { .text_column { width: 100%; } .thumbnail { width: 50%; } .text_column { width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .banner { margin-top: 0px; padding-top: 0px; } }
webroot/estilo.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap'); @font-face { font-family: 'Alegreya Sans SC', sans-serif; src: url(../fonts/AlegreyaSansSC-Thin.ttf); } @font-face { font-family: "Cairo Regular"; src: url(../fonts/Cairo-Regular.ttf); } /* Body */ *{ border: 0; margin: 0; padding: 0; text-decoration: none; } body { font-family: "Alegreya Sans SC"; background-color: #f2f2f2; font-style: normal; } table{ margin: auto; } tr td{ padding: 15px; } /* Container */ .container { width: 90%; margin-left: auto; margin-right: auto; background-color: #FFFFFF; } /* Navigation */ header { width: 100%; height: 50px; background-color: #699e55; border-bottom: 1px solid #717070; } .logo { color: #fff; font-weight: bold; text-align: undefined; width: 10%; float: left; margin-top: 15px; margin-left: 30px; letter-spacing: 4px; } nav { float: right; width: 50%; text-align: right; margin-top: 15px; margin-right: 25px; } header nav ul { list-style: none; float: right; } nav ul li { float: left; color: #FFFFFF; font-size: 14px; text-align: left; margin-right: 25px; letter-spacing: 2px; font-weight: bold; transition: all 0.3s linear; } ul li a { color: #FFFFFF; text-decoration: none; } ul li:hover a { color: #717070; } .hero_header { color: #FFFFFF; text-align: center; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; letter-spacing: 4px; } /* Hero Section */ .hero { background-color: #B3B3B3; padding-top: 40px; padding-bottom: 40px; margin-bottom: 20px; } /* Stats Gallery */ .stats { color: #717070; margin-bottom: 10px; } .gallery { display: inline-block; width: 100%; background-color: #FFFFFF; margin-top: -5px; margin-bottom: 35px; } .thumbnail { width: 25%; text-align: center; float: left; margin-top: 80px; margin-bottom: 80px; } .gallery .thumbnail h1 { margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; color: #699e55; } .gallery .thumbnail p { margin-top: 50px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #A3A3A3; } /* More info */ .copyright { text-align: center; padding-top: 20px; padding-bottom: 20px; background-color: #717070; color: #FFFFFF; text-transform: uppercase; font-weight: lighter; letter-spacing: 2px; border-top-width: 2px; } .footer { background-color: #B3B3B3; padding-top: 60px; padding-bottom: 60px; } /* Mobile */ @media (max-width: 320px) { .logo { width: 100%; text-align: center; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } .container header nav { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; float: none; display: none; } nav ul li { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; text-align: center; } .text_column { width: 100%; text-align: justify; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .thumbnail { width: 100%; } .hero_header { padding-left: 10px; padding-right: 10px; line-height: 22px; text-align: center; } } /* Small Tablets */ @media (min-width: 321px)and (max-width: 767px) { .logo { width: 100%; text-align: center; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #FFFFFF; } .container header nav { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; float: none; overflow: auto; display: inline-block; background: #699e55; } header nav ul { padding: 0px; float: none; } nav ul li { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; width: 100%; text-align: center; padding-top: 8px; padding-bottom: 8px; } .text_column { width: 100%; text-align: left; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .thumbnail { width: 100%; } .thumbnail { width: 50%; } .footer_column { width: 100%; } } /* Small Desktops */ @media (min-width: 768px) and (max-width: 1096px) { .text_column { width: 100%; } .thumbnail { width: 50%; } .text_column { width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .banner { margin-top: 0px; padding-top: 0px; } }
0.281603
0.040961
/*@import url("../../../fast.fonts.net/lt/139aa.css?apiType=css&amp;c=b87d355b-e899-4598-b4eb-d11d32159041&amp;fontids=674411,694015,694021,694027,694033");*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /* TEST FONTS */ @font-face { font-family: "HelveticaNeueW02-Thin"; src: url('../fonts/HelveticaNeueLTStd-Th.otf'); } @font-face { font-family: "HelveticaNeueW02-45Ligh"; src: url('../fonts/HelveticaNeueLTStd-Lt.otf'); } @font-face { font-family: "HelveticaNeueW02-55Roma"; src: url('../fonts/HelveticaNeueLTStd-Roman.otf'); } @font-face { font-family: "HelveticaNeueW02-65Medi"; src: url('../fonts/helvetica_test/HelveticaLTStd-LightCond.otf'); } @font-face { font-family: "HelveticaNeueW02-75Bold"; src: url('../fonts/helvetica_test/HelveticaLTStd-Bold.otf'); } /* END TEST FONTS */ /* @font-face { font-family: "HelveticaNeueW02-Thin"; src: url("http://www.keba.com/public/fonts/674411/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix"); src: url("http://www.keba.com/public/fonts/674411/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/674411/96b33a5f-d3a7-4a34-b360-76867695bb83.woff2") format("woff2"), url("http://www.keba.com/public/fonts/674411/775a65da-14aa-4634-be95-6724c05fd522.woff") format("woff"), url("http://www.keba.com/public/fonts/674411/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/674411/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541") format("svg") } @font-face { font-family: "HelveticaNeueW02-45Ligh"; src: url("http://www.keba.com/public/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694015/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694015/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("http://www.keba.com/public/fonts/694015/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694015/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg") } @font-face { font-family: "HelveticaNeueW02-55Roma"; src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694021/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("http://www.keba.com/public/fonts/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg") } @font-face { font-family: "HelveticaNeueW02-65Medi"; src: url("http://www.keba.com/public/fonts/694027/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694027/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694027/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694027/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("http://www.keba.com/public/fonts/694027/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694027/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg") } @font-face { font-family: "HelveticaNeueW02-75Bold"; src: url("http://www.keba.com/public/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694033/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694033/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("http://www.keba.com/public/fonts/694033/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694033/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg") } @font-face { font-family: "HelveticaNeueW02-55Roma"; font-weight: bold; src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694021/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("http://www.keba.com/public/fonts/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg") } */ .svg-defs { position: absolute; width: 0 } .padding-bottom { padding-bottom: 35px } .icon--inline { padding-right: 5px } .icon--small { font-size: 80% } html { font: normal 17px / 1.4em "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #fff; color: #444 } body { margin: 0 } a { background: transparent } a:active, a:hover { outline: 0 } a, .uk-link { color: #d31f26; text-decoration: none; cursor: pointer } a:hover, .uk-link:hover { color: #d31f26; text-decoration: none } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: bold } :not(pre)>code, :not(pre)>kbd, :not(pre)>samp { font-size: 12px; font-family: Consolas, monospace, serif; color: #D05; white-space: nowrap } em { color: #D05 } ins { background: #ffa; color: #444; text-decoration: none } mark { background: #ffa; color: #444 } q { font-style: italic } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } img { max-width: 100%; height: auto; box-sizing: border-box; border: 0; vertical-align: middle } .uk-img-preserve, .uk-img-preserve img { max-width: none } svg:not(:root) { overflow: hidden } blockquote, figure { margin: 0 } p, ul, ol, dl, blockquote, pre, address, fieldset, figure { margin: 0 0 15px 0 } *+p, *+ul, *+ol, *+dl, *+blockquote, *+pre, *+address, *+fieldset, *+figure { margin-top: 15px } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; color: #000; text-transform: none } *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 { margin-top: 25px } h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 { line-height: 110% } h1, .uk-h1 { font-size: 4.64rem; } h2, .uk-h2 { font-size: 3.57rem; } h3, .uk-h3 { font-size: 2rem; } h4, .uk-h4 { font-size: 1.57rem; } h5, .uk-h5 { font-size: 14px; } h6, .uk-h6 { font-size: 12px; } ul, ol { padding-left: 30px } ul>li>ul, ul>li>ol, ol>li>ol, ol>li>ul { margin: 0 } dt { font-weight: bold } dd { margin-left: 0 } hr { box-sizing: content-box; height: 0; margin: 15px 0; border: 0; border-top: 1px solid #ddd } address { font-style: normal } blockquote { padding-left: 15px; border-left: 5px solid #ddd; font-size: 16px; line-height: 22px; font-style: italic } pre { padding: 10px; background: #f5f5f5; font: 12px / 18px Consolas, monospace, serif; color: #444; -moz-tab-size: 4; tab-size: 4; overflow: auto } ::-moz-selection { background: #39f; color: #fff; text-shadow: none } ::selection { background: #39f; color: #fff; text-shadow: none } article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block } progress { vertical-align: baseline } audio:not([controls]) { display: none } [hidden], template { display: none } iframe { border: 0 } @media screen and (max-width: 400px) { @-ms-viewport { width: device-width } } .uk-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none } .uk-grid:before, .uk-grid:after { content: ""; display: block; overflow: hidden } .uk-grid:after { clear: both } .uk-grid>* { -ms-flex: none; -webkit-flex: none; flex: none; margin: 0; float: left } .uk-grid>*> :last-child { margin-bottom: 0 } .uk-grid { margin-left: -25px } .uk-grid>* { padding-left: 25px } .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel { margin-top: 25px } @media (min-width: 1220px) { .uk-grid { margin-left: -35px } .uk-grid>* { padding-left: 35px } .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel { margin-top: 35px } } .uk-grid-collapse { margin-left: 0 } .uk-grid-collapse>* { padding-left: 0 } .uk-grid-collapse+.uk-grid-collapse, .uk-grid-collapse>.uk-grid-margin, .uk-grid-collapse>*>.uk-panel+.uk-panel { margin-top: 0 } .uk-grid-small { margin-left: -10px } .uk-grid-small>* { padding-left: 10px } .uk-grid-small+.uk-grid-small, .uk-grid-small>.uk-grid-margin, .uk-grid-small>*>.uk-panel+.uk-panel { margin-top: 10px } .uk-grid-medium { margin-left: -25px } .uk-grid-medium>* { padding-left: 25px } .uk-grid-medium+.uk-grid-medium, .uk-grid-medium>.uk-grid-margin, .uk-grid-medium>*>.uk-panel+.uk-panel { margin-top: 25px } .uk-grid-divider:not(:empty) { margin-left: -25px; margin-right: -25px } .uk-grid-divider>* { padding-left: 25px; padding-right: 25px } .uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) { border-left: 1px solid #ddd } @media (min-width: 768px) { .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px solid #ddd } } @media (min-width: 960px) { .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) { border-left: 1px solid #ddd } } @media (min-width: 1220px) { .uk-grid-divider:not(:empty) { margin-left: -35px; margin-right: -35px } .uk-grid-divider>* { padding-left: 35px; padding-right: 35px } .uk-grid-divider:empty { margin-top: 35px; margin-bottom: 35px } } .uk-grid-divider:empty { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #ddd } .uk-grid-match>* { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap } .uk-grid-match>*>* { -ms-flex: none; -webkit-flex: none; flex: none; box-sizing: border-box; width: 100% } [class*='uk-grid-width']>* { box-sizing: border-box; width: 100% } .uk-grid-width-1-2>* { width: 50% } .uk-grid-width-1-3>* { width: 33.333% } .uk-grid-width-1-4>* { width: 25% } .uk-grid-width-1-5>* { width: 20% } .uk-grid-width-1-6>* { width: 16.666% } .uk-grid-width-1-10>* { width: 10% } @media (min-width: 480px) { .uk-grid-width-small-1-2>* { width: 50% } .uk-grid-width-small-1-3>* { width: 33.333% } .uk-grid-width-small-1-4>* { width: 25% } .uk-grid-width-small-1-5>* { width: 20% } .uk-grid-width-small-1-6>* { width: 16.666% } .uk-grid-width-small-1-10>* { width: 10% } } @media (min-width: 768px) { .uk-grid-width-medium-1-2>* { width: 50% } .uk-grid-width-medium-1-3>* { width: 33.333% } .uk-grid-width-medium-1-4>* { width: 25% } .uk-grid-width-medium-1-5>* { width: 20% } .uk-grid-width-medium-1-6>* { width: 16.666% } .uk-grid-width-medium-1-10>* { width: 10% } } @media (min-width: 960px) { .uk-grid-width-large-1-2>* { width: 50% } .uk-grid-width-large-1-3>* { width: 33.333% } .uk-grid-width-large-1-4>* { width: 25% } .uk-grid-width-large-1-5>* { width: 20% } .uk-grid-width-large-1-6>* { width: 16.666% } .uk-grid-width-large-1-10>* { width: 10% } } @media (min-width: 1220px) { .uk-grid-width-xlarge-1-2>* { width: 50% } .uk-grid-width-xlarge-1-3>* { width: 33.333% } .uk-grid-width-xlarge-1-4>* { width: 25% } .uk-grid-width-xlarge-1-5>* { width: 20% } .uk-grid-width-xlarge-1-6>* { width: 16.666% } .uk-grid-width-xlarge-1-10>* { width: 10% } } [class*='uk-width'] { box-sizing: border-box; width: 100% } .uk-width-1-1 { width: 100% } .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 { width: 50% } .uk-width-1-3, .uk-width-2-6 { width: 33.333% } .uk-width-2-3, .uk-width-4-6 { width: 66.666% } .uk-width-1-4 { width: 25% } .uk-width-3-4 { width: 75% } .uk-width-1-5, .uk-width-2-10 { width: 20% } .uk-width-2-5, .uk-width-4-10 { width: 40% } .uk-width-3-5, .uk-width-6-10 { width: 60% } .uk-width-4-5, .uk-width-8-10 { width: 80% } .uk-width-1-6 { width: 16.666% } .uk-width-5-6 { width: 83.333% } .uk-width-1-10 { width: 10% } .uk-width-3-10 { width: 30% } .uk-width-7-10 { width: 70% } .uk-width-9-10 { width: 90% } @media (min-width: 480px) { .uk-width-small-1-1 { width: 100% } .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 { width: 50% } .uk-width-small-1-3, .uk-width-small-2-6 { width: 33.333% } .uk-width-small-2-3, .uk-width-small-4-6 { width: 66.666% } .uk-width-small-1-4 { width: 25% } .uk-width-small-3-4 { width: 75% } .uk-width-small-1-5, .uk-width-small-2-10 { width: 20% } .uk-width-small-2-5, .uk-width-small-4-10 { width: 40% } .uk-width-small-3-5, .uk-width-small-6-10 { width: 60% } .uk-width-small-4-5, .uk-width-small-8-10 { width: 80% } .uk-width-small-1-6 { width: 16.666% } .uk-width-small-5-6 { width: 83.333% } .uk-width-small-1-10 { width: 10% } .uk-width-small-3-10 { width: 30% } .uk-width-small-7-10 { width: 70% } .uk-width-small-9-10 { width: 90% } } @media (min-width: 768px) { .uk-width-medium-1-1 { width: 100% } .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 { width: 50% } .uk-width-medium-1-3, .uk-width-medium-2-6 { width: 33.333% } .uk-width-medium-2-3, .uk-width-medium-4-6 { width: 66.666% } .uk-width-medium-1-4 { width: 25% } .uk-width-medium-3-4 { width: 75% } .uk-width-medium-1-5, .uk-width-medium-2-10 { width: 20% } .uk-width-medium-2-5, .uk-width-medium-4-10 { width: 40% } .uk-width-medium-3-5, .uk-width-medium-6-10 { width: 60% } .uk-width-medium-4-5, .uk-width-medium-8-10 { width: 80% } .uk-width-medium-1-6 { width: 16.666% } .uk-width-medium-5-6 { width: 83.333% } .uk-width-medium-1-10 { width: 10% } .uk-width-medium-3-10 { width: 30% } .uk-width-medium-7-10 { width: 70% } .uk-width-medium-9-10 { width: 90% } } @media (min-width: 960px) { .uk-width-large-1-1 { width: 100% } .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 { width: 50% } .uk-width-large-1-3, .uk-width-large-2-6 { width: 33.333% } .uk-width-large-2-3, .uk-width-large-4-6 { width: 66.666% } .uk-width-large-1-4 { width: 25% } .uk-width-large-3-4 { width: 75% } .uk-width-large-1-5, .uk-width-large-2-10 { width: 20% } .uk-width-large-2-5, .uk-width-large-4-10 { width: 40% } .uk-width-large-3-5, .uk-width-large-6-10 { width: 60% } .uk-width-large-4-5, .uk-width-large-8-10 { width: 80% } .uk-width-large-1-6 { width: 16.666% } .uk-width-large-5-6 { width: 83.333% } .uk-width-large-1-10 { width: 10% } .uk-width-large-3-10 { width: 30% } .uk-width-large-7-10 { width: 70% } .uk-width-large-9-10 { width: 90% } } @media (min-width: 1220px) { .uk-width-xlarge-1-1 { width: 100% } .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 { width: 50% } .uk-width-xlarge-1-3, .uk-width-xlarge-2-6 { width: 33.333% } .uk-width-xlarge-2-3, .uk-width-xlarge-4-6 { width: 66.666% } .uk-width-xlarge-1-4 { width: 25% } .uk-width-xlarge-3-4 { width: 75% } .uk-width-xlarge-1-5, .uk-width-xlarge-2-10 { width: 20% } .uk-width-xlarge-2-5, .uk-width-xlarge-4-10 { width: 40% } .uk-width-xlarge-3-5, .uk-width-xlarge-6-10 { width: 60% } .uk-width-xlarge-4-5, .uk-width-xlarge-8-10 { width: 80% } .uk-width-xlarge-1-6 { width: 16.666% } .uk-width-xlarge-5-6 { width: 83.333% } .uk-width-xlarge-1-10 { width: 10% } .uk-width-xlarge-3-10 { width: 30% } .uk-width-xlarge-7-10 { width: 70% } .uk-width-xlarge-9-10 { width: 90% } } @media (min-width: 768px) { [class*='uk-push-'], [class*='uk-pull-'] { position: relative } .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 { left: 50% } .uk-push-1-3, .uk-push-2-6 { left: 33.333% } .uk-push-2-3, .uk-push-4-6 { left: 66.666% } .uk-push-1-4 { left: 25% } .uk-push-3-4 { left: 75% } .uk-push-1-5, .uk-push-2-10 { left: 20% } .uk-push-2-5, .uk-push-4-10 { left: 40% } .uk-push-3-5, .uk-push-6-10 { left: 60% } .uk-push-4-5, .uk-push-8-10 { left: 80% } .uk-push-1-6 { left: 16.666% } .uk-push-5-6 { left: 83.333% } .uk-push-1-10 { left: 10% } .uk-push-3-10 { left: 30% } .uk-push-7-10 { left: 70% } .uk-push-9-10 { left: 90% } .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 { left: -50% } .uk-pull-1-3, .uk-pull-2-6 { left: -33.333% } .uk-pull-2-3, .uk-pull-4-6 { left: -66.666% } .uk-pull-1-4 { left: -25% } .uk-pull-3-4 { left: -75% } .uk-pull-1-5, .uk-pull-2-10 { left: -20% } .uk-pull-2-5, .uk-pull-4-10 { left: -40% } .uk-pull-3-5, .uk-pull-6-10 { left: -60% } .uk-pull-4-5, .uk-pull-8-10 { left: -80% } .uk-pull-1-6 { left: -16.666% } .uk-pull-5-6 { left: -83.333% } .uk-pull-1-10 { left: -10% } .uk-pull-3-10 { left: -30% } .uk-pull-7-10 { left: -70% } .uk-pull-9-10 { left: -90% } } .uk-panel { display: block; position: relative } .uk-panel, .uk-panel:hover { text-decoration: none } .uk-panel:before, .uk-panel:after { content: ""; display: table } .uk-panel:after { clear: both } .uk-panel> :not(.uk-panel-title):last-child { margin-bottom: 0 } .uk-panel-title { margin-top: 0; margin-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: normal; text-transform: none; color: #444 } .uk-panel-badge { position: absolute; top: 0; right: 0; z-index: 1 } .uk-panel-teaser { margin-bottom: 15px } .uk-panel-body { padding: 15px } .uk-panel-box { padding: 15px; background: #f5f5f5; color: #444 } .uk-panel-box-hover:hover { color: #444 } .uk-panel-box .uk-panel-title { color: #444 } .uk-panel-box .uk-panel-badge { top: 10px; right: 10px } .uk-panel-box>.uk-panel-teaser { margin-top: -15px; margin-left: -15px; margin-right: -15px } .uk-panel-box>.uk-nav-side { margin: 0 -15px } .uk-panel-box-primary { background-color: #ebf7fd; color: #2d7091 } .uk-panel-box-primary-hover:hover { color: #2d7091 } .uk-panel-box-primary .uk-panel-title { color: #2d7091 } .uk-panel-box-secondary { background-color: #eee; color: #444 } .uk-panel-box-secondary-hover:hover { color: #444 } .uk-panel-box-secondary .uk-panel-title { color: #444 } .uk-panel-hover { padding: 15px; color: #444 } .uk-panel-hover:hover { background: #f5f5f5; color: #444 } .uk-panel-hover .uk-panel-badge { top: 10px; right: 10px } .uk-panel-hover>.uk-panel-teaser { margin-top: -15px; margin-left: -15px; margin-right: -15px } .uk-panel-header .uk-panel-title { padding-bottom: 10px; border-bottom: 1px solid #ddd; color: #444 } .uk-panel-space { padding: 30px } .uk-panel-space .uk-panel-badge { top: 30px; right: 30px } .uk-panel+.uk-panel-divider { margin-top: 50px !important } .uk-panel+.uk-panel-divider:before { content: ""; display: block; position: absolute; top: -25px; left: 0; right: 0; border-top: 1px solid #ddd } @media (min-width: 1220px) { .uk-panel+.uk-panel-divider { margin-top: 70px !important } .uk-panel+.uk-panel-divider:before { top: -35px } } .uk-block { position: relative; box-sizing: border-box; padding-top: 20px; padding-bottom: 20px } @media (min-width: 768px) { .uk-block { padding-top: 50px; padding-bottom: 50px } } .uk-block:before, .uk-block:after { content: ""; display: table } .uk-block:after { clear: both } .uk-block> :last-child { margin-bottom: 0 } .uk-block-large { padding-top: 20px; padding-bottom: 20px } @media (min-width: 768px) { .uk-block-large { padding-top: 50px; padding-bottom: 50px } } @media (min-width: 960px) { .uk-block-large { padding-top: 100px; padding-bottom: 100px } } .uk-block-default { background: #fff } .uk-block-muted { background: #f9f9f9 } .uk-block-primary { background: #00a8e6 } .uk-block-secondary { background: #222 } .uk-article:before, .uk-article:after { content: ""; display: table } .uk-article:after { clear: both } .uk-article> :last-child { margin-bottom: 0 } .uk-article+.uk-article { margin-top: 25px } .uk-article-title { font-size: 36px; line-height: 42px; font-weight: normal; text-transform: none } .uk-article-title a { color: inherit; text-decoration: none } .uk-article-meta { font-size: 12px; line-height: 18px; color: #999 } .uk-article-lead { color: #444; font-size: 18px; line-height: 24px; font-weight: normal } .uk-article-divider { margin-bottom: 25px; border-color: #ddd } *+.uk-article-divider { margin-top: 25px } .uk-comment-header { margin-bottom: 15px } .uk-comment-header:before, .uk-comment-header:after { content: ""; display: table } .uk-comment-header:after { clear: both } .uk-comment-avatar { margin-right: 15px; float: left } .uk-comment-title { margin: 5px 0 0 0; font-size: 16px; line-height: 22px } .uk-comment-meta { margin: 2px 0 0 0; font-size: 11px; line-height: 16px; color: #999 } .uk-comment-body> :last-child { margin-bottom: 0 } .uk-comment-list { padding: 0; list-style: none } .uk-comment-list .uk-comment+ul { margin: 15px 0 0 0; list-style: none } .uk-comment-list>li:nth-child(n+2), .uk-comment-list .uk-comment+ul>li:nth-child(n+2) { margin-top: 15px } @media (min-width: 768px) { .uk-comment-list .uk-comment+ul { padding-left: 100px } } .uk-cover-background { background-size: cover; background: no-repeat 50% 50%; } .uk-cover { overflow: hidden } .uk-cover-object { width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: none; position: relative; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } [data-uk-cover] { position: relative; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .uk-nav, .uk-nav ul { margin: 0; padding: 0; list-style: none } .uk-nav li>a { display: block; text-decoration: none } .uk-nav>li>a { padding: 5px 15px } .uk-nav ul { padding-left: 15px } .uk-nav ul a { padding: 2px 0 } .uk-nav li>a>div { font-size: 12px; line-height: 18px } .uk-nav-header { padding: 5px 15px; text-transform: uppercase; font-weight: bold; font-size: 12px } .uk-nav-header:not(:first-child) { margin-top: 15px } .uk-nav-divider { margin: 9px 15px } ul.uk-nav-sub { padding: 5px 0 5px 15px } .uk-nav-parent-icon>.uk-parent>a:after { content: ""; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center } .uk-nav-parent-icon>.uk-parent.uk-open>a:after { content: "" } .uk-nav-side>li>a { color: #444 } .uk-nav-side>li>a:hover, .uk-nav-side>li>a:focus { background: rgba(0, 0, 0, 0.05); color: #444; outline: none } .uk-nav-side>li.uk-active>a { background: #00a8e6; color: #fff } .uk-nav-side .uk-nav-header { color: #444 } .uk-nav-side .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-side ul a { color: #07D } .uk-nav-side ul a:hover { color: #059 } .uk-nav-dropdown>li>a { color: #444 } .uk-nav-dropdown>li>a:hover, .uk-nav-dropdown>li>a:focus { background: #00a8e6; color: #fff; outline: none } .uk-nav-dropdown .uk-nav-header { color: #999 } .uk-nav-dropdown .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-dropdown ul a { color: #07D } .uk-nav-dropdown ul a:hover { color: #059 } .uk-nav-navbar>li>a { color: #444 } .uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus { background: #00a8e6; color: #fff; outline: none } .uk-nav-navbar .uk-nav-header { color: #999 } .uk-nav-navbar .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-navbar ul a { color: #07D } .uk-nav-navbar ul a:hover { color: #059 } .uk-nav-offcanvas>li>a { color: #ccc; padding: 10px 15px } .uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus { background: #404040; color: #fff; outline: none } html .uk-nav.uk-nav-offcanvas>li.uk-active>a { background: #1a1a1a; color: #fff } .uk-nav-offcanvas .uk-nav-header { color: #777 } .uk-nav-offcanvas .uk-nav-divider { border-top: 1px solid #1a1a1a } .uk-nav-offcanvas ul a { color: #ccc } html:not(.uk-touch) .uk-nav-offcanvas ul a:hover { color: #fff } .uk-navbar { background: #eee; color: #444 } .uk-navbar:before, .uk-navbar:after { content: ""; display: table } .uk-navbar:after { clear: both } .uk-navbar-nav { margin: 0; padding: 0; list-style: none; float: left } .uk-navbar-nav>li { float: left; position: relative } .uk-navbar-nav>li>a { display: block; box-sizing: border-box; text-decoration: none; height: 40px; padding: 0 15px; line-height: 40px; color: #444; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal } .uk-navbar-nav>li>a[href='#'] { cursor: text } .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a { background-color: #f5f5f5; color: #444; outline: none } .uk-navbar-nav>li>a:active { background-color: #ddd; color: #444 } .uk-navbar-nav>li.uk-active>a { background-color: #f5f5f5; color: #444 } .uk-navbar-nav .uk-navbar-nav-subtitle { line-height: 28px } .uk-navbar-nav-subtitle>div { margin-top: -6px; font-size: 10px; line-height: 12px } .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { box-sizing: border-box; display: block; height: 40px; padding: 0 15px; float: left } .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) { padding-left: 0 } .uk-navbar-content>a:not([class]) { color: #07D } .uk-navbar-content>a:not([class]):hover { color: #059 } .uk-navbar-brand { font-size: 18px; color: #444; text-decoration: none } .uk-navbar-brand:hover, .uk-navbar-brand:focus { color: #444; text-decoration: none; outline: none } .uk-navbar-toggle { font-size: 18px; color: #444; text-decoration: none } .uk-navbar-toggle:hover, .uk-navbar-toggle:focus { color: #444; text-decoration: none; outline: none } .uk-navbar-toggle:after { content: ""; font-family: FontAwesome; vertical-align: middle } .uk-navbar-toggle-alt:after { content: "" } .uk-navbar-center { float: none; text-align: center; max-width: 50%; margin-left: auto; margin-right: auto } .uk-navbar-flip { float: right } .uk-subnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-top: -10px; padding: 0; list-style: none } .uk-subnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 10px; margin-top: 10px; position: relative } .uk-subnav:before, .uk-subnav:after { content: ""; display: block; overflow: hidden } .uk-subnav:after { clear: both } .uk-subnav>* { float: left } .uk-subnav>*>* { display: inline-block; color: #444 } .uk-subnav>*> :hover, .uk-subnav>*> :focus { color: #07D; text-decoration: none } .uk-subnav>.uk-active>* { color: #07D } .uk-subnav-line> :before { content: ""; display: inline-block; height: 10px; vertical-align: middle } .uk-subnav-line> :nth-child(n+2):before { margin-right: 10px; border-left: 1px solid #ddd } .uk-subnav-pill>*>* { padding: 3px 9px } .uk-subnav-pill>*> :hover, .uk-subnav-pill>*> :focus { background: #eee; color: #444; text-decoration: none; outline: none } .uk-subnav-pill>.uk-active>* { background: #00a8e6; color: #fff } .uk-subnav>.uk-disabled>* { background: none; color: #999; text-decoration: none; cursor: text } .uk-breadcrumb { padding: 0; list-style: none; font-size: 0.001px } .uk-breadcrumb>li { font-size: 1rem; vertical-align: top } .uk-breadcrumb>li, .uk-breadcrumb>li>a, .uk-breadcrumb>li>span { display: inline-block } .uk-breadcrumb>li:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 8px } .uk-breadcrumb>li:not(.uk-active)>span { color: #999 } .uk-pagination { padding: 0; list-style: none; text-align: center; font-size: 0.001px } .uk-pagination:before, .uk-pagination:after { content: ""; display: table } .uk-pagination:after { clear: both } .uk-pagination>li { display: inline-block; font-size: 1rem; vertical-align: top } .uk-pagination>li:nth-child(n+2) { margin-left: 5px } .uk-pagination>li>a, .uk-pagination>li>span { display: inline-block; min-width: 16px; padding: 3px 5px; line-height: 20px; text-decoration: none; box-sizing: content-box; text-align: center } .uk-pagination>li>a { background: #eee; color: #444 } .uk-pagination>li>a:hover, .uk-pagination>li>a:focus { background-color: #f5f5f5; color: #444; outline: none } .uk-pagination>li>a:active { background-color: #ddd; color: #444 } .uk-pagination>.uk-active>span { background: #00a8e6; color: #fff } .uk-pagination>.uk-disabled>span { background-color: #f5f5f5; color: #999 } .uk-pagination-previous { float: left } .uk-pagination-next { float: right } .uk-pagination-left { text-align: left } .uk-pagination-right { text-align: right } .uk-tab { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ddd } .uk-tab:before, .uk-tab:after { content: ""; display: table } .uk-tab:after { clear: both } .uk-tab>li { margin-bottom: -1px; float: left; position: relative } .uk-tab>li>a { display: block; padding: 8px 12px 8px 12px; border: 1px solid transparent; border-bottom-width: 0; color: #07D; text-decoration: none } .uk-tab>li:nth-child(n+2)>a { margin-left: 5px } .uk-tab>li>a:hover, .uk-tab>li>a:focus, .uk-tab>li.uk-open>a { border-color: #f5f5f5; background: #f5f5f5; color: #059; outline: none } .uk-tab>li:not(.uk-active)>a:hover, .uk-tab>li:not(.uk-active)>a:focus, .uk-tab>li.uk-open:not(.uk-active)>a { margin-bottom: 1px; padding-bottom: 7px } .uk-tab>li.uk-active>a { border-color: #ddd; border-bottom-color: transparent; background: #fff; color: #444 } .uk-tab>li.uk-disabled>a { color: #999; cursor: text } .uk-tab>li.uk-disabled>a:hover, .uk-tab>li.uk-disabled>a:focus, .uk-tab>li.uk-disabled.uk-active>a { background: none; border-color: transparent } .uk-tab-flip>li { float: right } .uk-tab-flip>li:nth-child(n+2)>a { margin-left: 0; margin-right: 5px } .uk-tab>li.uk-tab-responsive>a { margin-left: 0; margin-right: 0 } .uk-tab-responsive>a:before { content: "\f0c9\00a0"; font-family: FontAwesome } .uk-tab-center { border-bottom: 1px solid #ddd } .uk-tab-center-bottom { border-bottom: none; border-top: 1px solid #ddd } .uk-tab-center:before, .uk-tab-center:after { content: ""; display: table } .uk-tab-center:after { clear: both } .uk-tab-center .uk-tab { position: relative; right: 50%; border: none; float: right } .uk-tab-center .uk-tab>li { position: relative; right: -50% } .uk-tab-center .uk-tab>li>a { text-align: center } .uk-tab-bottom { border-top: 1px solid #ddd; border-bottom: none } .uk-tab-bottom>li { margin-top: -1px; margin-bottom: 0 } .uk-tab-bottom>li>a { padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-top-width: 0 } .uk-tab-bottom>li:not(.uk-active)>a:hover, .uk-tab-bottom>li:not(.uk-active)>a:focus, .uk-tab-bottom>li.uk-open:not(.uk-active)>a { margin-bottom: 0; margin-top: 1px; padding-bottom: 8px; padding-top: 7px } .uk-tab-bottom>li.uk-active>a { border-top-color: transparent; border-bottom-color: #ddd } .uk-tab-grid { margin-left: -5px; border-bottom: none; position: relative; z-index: 0 } .uk-tab-grid:before { display: block; position: absolute; left: 5px; right: 0; bottom: -1px; border-top: 1px solid #ddd; z-index: -1 } .uk-tab-grid>li:first-child>a { margin-left: 5px } .uk-tab-grid>li>a { text-align: center } .uk-tab-grid.uk-tab-bottom { border-top: none } .uk-tab-grid.uk-tab-bottom:before { top: -1px; bottom: auto } @media (min-width: 768px) { .uk-tab-left, .uk-tab-right { border-bottom: none } .uk-tab-left>li, .uk-tab-right>li { margin-bottom: 0; float: none } .uk-tab-left>li>a, .uk-tab-right>li>a { padding-top: 8px; padding-bottom: 8px } .uk-tab-left>li:nth-child(n+2)>a, .uk-tab-right>li:nth-child(n+2)>a { margin-left: 0; margin-top: 5px } .uk-tab-left>li.uk-active>a, .uk-tab-right>li.uk-active>a { border-color: #ddd } .uk-tab-left { border-right: 1px solid #ddd } .uk-tab-left>li { margin-right: -1px } .uk-tab-left>li>a { border-bottom-width: 1px; border-right-width: 0 } .uk-tab-left>li:not(.uk-active)>a:hover, .uk-tab-left>li:not(.uk-active)>a:focus { margin-bottom: 0; margin-right: 1px; padding-bottom: 8px; padding-right: 11px } .uk-tab-left>li.uk-active>a { border-right-color: transparent } .uk-tab-right { border-left: 1px solid #ddd } .uk-tab-right>li { margin-left: -1px } .uk-tab-right>li>a { border-bottom-width: 1px; border-left-width: 0 } .uk-tab-right>li:not(.uk-active)>a:hover, .uk-tab-right>li:not(.uk-active)>a:focus { margin-bottom: 0; margin-left: 1px; padding-bottom: 8px; padding-left: 11px } .uk-tab-right>li.uk-active>a { border-left-color: transparent } } .uk-thumbnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-top: -10px; padding: 0; list-style: none } .uk-thumbnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 10px; margin-top: 10px } .uk-thumbnav:before, .uk-thumbnav:after { content: ""; display: block; overflow: hidden } .uk-thumbnav:after { clear: both } .uk-thumbnav>* { float: left } .uk-thumbnav>*>* { display: block; background: #fff } .uk-thumbnav>*>*>img { opacity: 0.7; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear } .uk-thumbnav>*> :hover>img, .uk-thumbnav>*> :focus>img { opacity: 1 } .uk-thumbnav>.uk-active>*>img { opacity: 1 } .uk-list { padding: 0; list-style: none } .uk-list>li:before, .uk-list>li:after { content: ""; display: table } .uk-list>li:after { clear: both } .uk-list>li> :last-child { margin-bottom: 0 } .uk-list ul { margin: 0; padding-left: 20px; list-style: none } .uk-list-line>li:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #ddd } .uk-list-striped>li { padding: 5px 5px } .uk-list-striped>li:nth-of-type(odd) { background: #f5f5f5 } .uk-list-space>li:nth-child(n+2) { margin-top: 10px } @media (min-width: 768px) { .uk-description-list-horizontal { overflow: hidden } .uk-description-list-horizontal>dt { width: 160px; float: left; clear: both; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-description-list-horizontal>dd { margin-left: 180px } } .uk-description-list-line>dt { font-weight: normal } .uk-description-list-line>dt:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #ddd } .uk-description-list-line>dd { color: #999 } .uk-table { border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 15px } *+.uk-table { margin-top: 15px } .uk-table th, .uk-table td { padding: 8px 8px } .uk-table th { text-align: left } .uk-table td { vertical-align: top } .uk-table thead th { vertical-align: bottom } .uk-table caption, .uk-table tfoot { font-size: 12px; font-style: italic } .uk-table caption { text-align: left; color: #999 } .uk-table tbody tr.uk-active { background: #EEE } .uk-table-middle, .uk-table-middle td { vertical-align: middle !important } .uk-table-striped tbody tr:nth-of-type(odd) { background: #f5f5f5 } .uk-table-condensed td { padding: 4px 8px } .uk-table-hover tbody tr:hover { background: #EEE } .uk-form input, .uk-form select, .uk-form textarea { box-sizing: border-box; margin: 0; border-radius: 0; font: inherit; color: inherit } .uk-form select { text-transform: none } .uk-form optgroup { font: inherit; font-weight: bold } .uk-form input::-moz-focus-inner { border: 0; padding: 0 } .uk-form input[type="checkbox"], .uk-form input[type="radio"] { padding: 0 } .uk-form input[type="checkbox"]:not(:disabled), .uk-form input[type="radio"]:not(:disabled) { cursor: pointer } .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"] { -webkit-appearance: none } .uk-form input[type="search"]::-webkit-search-cancel-button, .uk-form input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } .uk-form input[type="number"]::-webkit-inner-spin-button, .uk-form input[type="number"]::-webkit-outer-spin-button { height: auto } .uk-form fieldset { border: none; margin: 0; padding: 0 } .uk-form textarea { overflow: auto; vertical-align: top } .uk-form::-moz-placeholder { opacity: 1 } .uk-form:invalid { box-shadow: none } .uk-form input:not([type="radio"]):not([type="checkbox"]), .uk-form select { vertical-align: middle } .uk-form> :last-child { margin-bottom: 0 } .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] { height: 36px; max-width: 100%; padding: 4px 6px; border: 1px solid #d31f26; background: #fff; color: #000; -webkit-transition: all linear 0.2s; transition: all linear 0.2s } .uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus { border-color: #d31f26; outline: 0; background: #FFF; color: #000 } .uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled { border-color: #ddd; background-color: #f5f5f5; color: #999 } .uk-form:-ms-input-placeholder { color: #999 !important } .uk-form::-moz-placeholder { color: #999 } .uk-form::-webkit-input-placeholder { color: #999 } .uk-form:disabled:-ms-input-placeholder { color: #999 !important } .uk-form:disabled::-moz-placeholder { color: #999 } .uk-form:disabled::-webkit-input-placeholder { color: #999 } .uk-form legend { width: 100%; border: 0; padding: 0; padding-bottom: 15px; font-size: 18px; line-height: 30px } .uk-form legend:after { content: ""; display: block; border-bottom: 1px solid #ddd; width: 100% } select.uk-form-small, textarea.uk-form-small, input[type].uk-form-small, input:not([type]).uk-form-small { height: 25px; padding: 3px 3px; font-size: 12px } select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large { height: 40px; padding: 8px 6px; font-size: 16px } .uk-form textarea, .uk-form select[multiple], .uk-form select[size] { height: auto } .uk-form-danger { border-color: #dc8d99 !important; background: #fff7f8 !important; color: #d85030 !important } .uk-form-success { border-color: #8ec73b !important; background: #fafff2 !important; color: #659f13 !important } .uk-form-blank { border-color: transparent !important; border-style: dashed !important; background: none !important } .uk-form-blank:focus { border-color: #ddd !important } input.uk-form-width-mini { width: 40px } select.uk-form-width-mini { width: 65px } .uk-form-width-small { width: 130px } .uk-form-width-medium { width: 200px } .uk-form-width-large { width: 500px } .uk-form-row:before, .uk-form-row:after { content: ""; display: table } .uk-form-row:after { clear: both } .uk-form-row+.uk-form-row { margin-top: 15px } .uk-form-help-inline { display: inline-block; margin: 0 0 0 10px } .uk-form-help-block { margin: 5px 0 0 0 } .uk-form-controls> :first-child { margin-top: 0 } .uk-form-controls> :last-child { margin-bottom: 0 } .uk-form-controls-condensed { margin: 5px 0 } .uk-form-stacked .uk-form-label { display: block; margin-bottom: 5px; font-weight: bold } @media (max-width: 959px) { .uk-form-horizontal .uk-form-label { display: block; margin-bottom: 5px; font-weight: bold } } @media (min-width: 960px) { .uk-form-horizontal .uk-form-label { width: 200px; margin-top: 5px; float: left } .uk-form-horizontal .uk-form-controls { margin-left: 215px } .uk-form-horizontal .uk-form-controls-text { padding-top: 5px } } .uk-form-icon { display: inline-block; position: relative; max-width: 100% } .uk-form-icon>[class*='uk-icon-'] { position: absolute; top: 50%; width: 30px; margin-top: -7px; font-size: 14px; color: #999; text-align: center; pointer-events: none } .uk-form-icon:not(.uk-form-icon-flip)>input { padding-left: 30px !important } .uk-form-icon-flip>[class*='uk-icon-'] { right: 0 } .uk-form-icon-flip>input { padding-right: 30px !important } .uk-button::-moz-focus-inner { border: 0; padding: 0 } .uk-button { -webkit-appearance: none; margin: 0; border: none; overflow: visible; font: inherit; color: #FFF; text-transform: none; display: inline-block; box-sizing: border-box; padding: 0 14px; background: #848D92; vertical-align: middle; line-height: 1; min-height: 44px; font-size: 0.9rem; text-decoration: none; text-align: center } .uk-button:not(:disabled) { cursor: pointer } .uk-button:hover, .uk-button:focus { background-color: #727b80; color: #FFF; outline: none; text-decoration: none } .uk-button:active, .uk-button.uk-active { background-color: #ddd; color: #444 } .uk-button-primary { background-color: #d31f26; color: #fff } .uk-button-primary:hover, .uk-button-primary:focus { background-color: #ad1b21; color: #fff } .uk-button-primary:active, .uk-button-primary.uk-active { background-color: #0091ca; color: #fff } .uk-button-success { background-color: #8cc14c; color: #fff } .uk-button-success:hover, .uk-button-success:focus { background-color: #8ec73b; color: #fff } .uk-button-success:active, .uk-button-success.uk-active { background-color: #72ae41; color: #fff } .uk-button-danger { background-color: #da314b; color: #fff } .uk-button-danger:hover, .uk-button-danger:focus { background-color: #e4354f; color: #fff } .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #c91032; color: #fff } .uk-button:disabled { background-color: #f5f5f5; color: #999 } .uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled { border-color: transparent; background: none } .uk-button-link { color: #07D } .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active { color: #059; text-decoration: underline } .uk-button-link:disabled { color: #999 } .uk-button-link:focus { outline: 1px dotted } .uk-button-mini { min-height: 20px; padding: 0 8px; line-height: 20px; font-size: 11px } .uk-button-small { min-height: 25px; padding: 0 12px; line-height: 25px; font-size: 12px } .uk-button-large { min-height: 40px; padding: 0 18px; line-height: 40px; font-size: 16px } .uk-button-group { display: inline-block; vertical-align: middle; position: relative; font-size: 0.001px; white-space: nowrap } .uk-button-group>* { display: inline-block } .uk-button-group .uk-button { vertical-align: top } .uk-button-dropdown { display: inline-block; vertical-align: middle; position: relative } [class*='uk-icon-'] { font-family: FontAwesome; display: inline-block; font-weight: normal; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } [class*='uk-icon-'], [class*='uk-icon-']:hover, [class*='uk-icon-']:focus { text-decoration: none } .uk-icon-small { font-size: 150%; vertical-align: -10% } .uk-icon-medium { font-size: 200%; vertical-align: -16% } .uk-icon-large { font-size: 250%; vertical-align: -22% } .uk-icon-justify { width: 1em; text-align: center } .uk-icon-spin { display: inline-block; -webkit-animation: uk-rotate 2s infinite linear; animation: uk-rotate 2s infinite linear } .uk-icon-hover { color: #999 } .uk-icon-hover:hover { color: #444 } .uk-icon-button { box-sizing: border-box; display: inline-block; width: 35px; height: 35px; border-radius: 100%; background: #eee; line-height: 35px; color: #444; font-size: 18px; text-align: center } .uk-icon-button:hover, .uk-icon-button:focus { background-color: #f5f5f5; color: #444; outline: none } .uk-icon-button:active { background-color: #ddd; color: #444 } .uk-icon-glass:before { content: "\f000" } .uk-icon-music:before { content: "\f001" } .uk-icon-search:before { content: "\f002" } .uk-icon-envelope-o:before { content: "\f003" } .uk-icon-heart:before { content: "\f004" } .uk-icon-star:before { content: "\f005" } .uk-icon-star-o:before { content: "\f006" } .uk-icon-user:before { content: "\f007" } .uk-icon-film:before { content: "\f008" } .uk-icon-th-large:before { content: "\f009" } .uk-icon-th:before { content: "\f00a" } .uk-icon-th-list:before { content: "\f00b" } .uk-icon-check:before { content: "\f00c" } .uk-icon-remove:before, .uk-icon-close:before, .uk-icon-times:before { content: "\f00d" } .uk-icon-search-plus:before { content: "\f00e" } .uk-icon-search-minus:before { content: "\f010" } .uk-icon-power-off:before { content: "\f011" } .uk-icon-signal:before { content: "\f012" } .uk-icon-gear:before, .uk-icon-cog:before { content: "\f013" } .uk-icon-trash-o:before { content: "\f014" } .uk-icon-home:before { content: "\f015" } .uk-icon-file-o:before { content: "\f016" } .uk-icon-clock-o:before { content: "\f017" } .uk-icon-road:before { content: "\f018" } .uk-icon-download:before { content: "\f019" } .uk-icon-arrow-circle-o-down:before { content: "\f01a" } .uk-icon-arrow-circle-o-up:before { content: "\f01b" } .uk-icon-inbox:before { content: "\f01c" } .uk-icon-play-circle-o:before { content: "\f01d" } .uk-icon-rotate-right:before, .uk-icon-repeat:before { content: "\f01e" } .uk-icon-refresh:before { content: "\f021" } .uk-icon-list-alt:before { content: "\f022" } .uk-icon-lock:before { content: "\f023" } .uk-icon-flag:before { content: "\f024" } .uk-icon-headphones:before { content: "\f025" } .uk-icon-volume-off:before { content: "\f026" } .uk-icon-volume-down:before { content: "\f027" } .uk-icon-volume-up:before { content: "\f028" } .uk-icon-qrcode:before { content: "\f029" } .uk-icon-barcode:before { content: "\f02a" } .uk-icon-tag:before { content: "\f02b" } .uk-icon-tags:before { content: "\f02c" } .uk-icon-book:before { content: "\f02d" } .uk-icon-bookmark:before { content: "\f02e" } .uk-icon-print:before { content: "\f02f" } .uk-icon-camera:before { content: "\f030" } .uk-icon-font:before { content: "\f031" } .uk-icon-bold:before { content: "\f032" } .uk-icon-italic:before { content: "\f033" } .uk-icon-text-height:before { content: "\f034" } .uk-icon-text-width:before { content: "\f035" } .uk-icon-align-left:before { content: "\f036" } .uk-icon-align-center:before { content: "\f037" } .uk-icon-align-right:before { content: "\f038" } .uk-icon-align-justify:before { content: "\f039" } .uk-icon-list:before { content: "\f03a" } .uk-icon-dedent:before, .uk-icon-outdent:before { content: "\f03b" } .uk-icon-indent:before { content: "\f03c" } .uk-icon-video-camera:before { content: "\f03d" } .uk-icon-photo:before, .uk-icon-image:before, .uk-icon-picture-o:before { content: "\f03e" } .uk-icon-pencil:before { content: "\f040" } .uk-icon-map-marker:before { content: "\f041" } .uk-icon-adjust:before { content: "\f042" } .uk-icon-tint:before { content: "\f043" } .uk-icon-edit:before, .uk-icon-pencil-square-o:before { content: "\f044" } .uk-icon-share-square-o:before { content: "\f045" } .uk-icon-check-square-o:before { content: "\f046" } .uk-icon-arrows:before { content: "\f047" } .uk-icon-step-backward:before { content: "\f048" } .uk-icon-fast-backward:before { content: "\f049" } .uk-icon-backward:before { content: "\f04a" } .uk-icon-play:before { content: "\f04b" } .uk-icon-pause:before { content: "\f04c" } .uk-icon-stop:before { content: "\f04d" } .uk-icon-forward:before { content: "\f04e" } .uk-icon-fast-forward:before { content: "\f050" } .uk-icon-step-forward:before { content: "\f051" } .uk-icon-eject:before { content: "\f052" } .uk-icon-chevron-left:before { content: "\f053" } .uk-icon-chevron-right:before { content: "\f054" } .uk-icon-plus-circle:before { content: "\f055" } .uk-icon-minus-circle:before { content: "\f056" } .uk-icon-times-circle:before { content: "\f057" } .uk-icon-check-circle:before { content: "\f058" } .uk-icon-question-circle:before { content: "\f059" } .uk-icon-info-circle:before { content: "\f05a" } .uk-icon-crosshairs:before { content: "\f05b" } .uk-icon-times-circle-o:before { content: "\f05c" } .uk-icon-check-circle-o:before { content: "\f05d" } .uk-icon-ban:before { content: "\f05e" } .uk-icon-arrow-left:before { content: "\f060" } .uk-icon-arrow-right:before { content: "\f061" } .uk-icon-arrow-up:before { content: "\f062" } .uk-icon-arrow-down:before { content: "\f063" } .uk-icon-mail-forward:before, .uk-icon-share:before { content: "\f064" } .uk-icon-expand:before { content: "\f065" } .uk-icon-compress:before { content: "\f066" } .uk-icon-plus:before { content: "\f067" } .uk-icon-minus:before { content: "\f068" } .uk-icon-asterisk:before { content: "\f069" } .uk-icon-exclamation-circle:before { content: "\f06a" } .uk-icon-gift:before { content: "\f06b" } .uk-icon-leaf:before { content: "\f06c" } .uk-icon-fire:before { content: "\f06d" } .uk-icon-eye:before { content: "\f06e" } .uk-icon-eye-slash:before { content: "\f070" } .uk-icon-warning:before, .uk-icon-exclamation-triangle:before { content: "\f071" } .uk-icon-plane:before { content: "\f072" } .uk-icon-calendar:before { content: "\f073" } .uk-icon-random:before { content: "\f074" } .uk-icon-comment:before { content: "\f075" } .uk-icon-magnet:before { content: "\f076" } .uk-icon-chevron-up:before { content: "\f077" } .uk-icon-chevron-down:before { content: "\f078" } .uk-icon-retweet:before { content: "\f079" } .uk-icon-shopping-cart:before { content: "\f07a" } .uk-icon-folder:before { content: "\f07b" } .uk-icon-folder-open:before { content: "\f07c" } .uk-icon-arrows-v:before { content: "\f07d" } .uk-icon-arrows-h:before { content: "\f07e" } .uk-icon-bar-chart-o:before, .uk-icon-bar-chart:before { content: "\f080" } .uk-icon-twitter-square:before { content: "\f081" } .uk-icon-facebook-square:before { content: "\f082" } .uk-icon-camera-retro:before { content: "\f083" } .uk-icon-key:before { content: "\f084" } .uk-icon-gears:before, .uk-icon-cogs:before { content: "\f085" } .uk-icon-comments:before { content: "\f086" } .uk-icon-thumbs-o-up:before { content: "\f087" } .uk-icon-thumbs-o-down:before { content: "\f088" } .uk-icon-star-half:before { content: "\f089" } .uk-icon-heart-o:before { content: "\f08a" } .uk-icon-sign-out:before { content: "\f08b" } .uk-icon-linkedin-square:before { content: "\f08c" } .uk-icon-thumb-tack:before { content: "\f08d" } .uk-icon-external-link:before { content: "\f08e" } .uk-icon-sign-in:before { content: "\f090" } .uk-icon-trophy:before { content: "\f091" } .uk-icon-github-square:before { content: "\f092" } .uk-icon-upload:before { content: "\f093" } .uk-icon-lemon-o:before { content: "\f094" } .uk-icon-phone:before { content: "\f095" } .uk-icon-square-o:before { content: "\f096" } .uk-icon-bookmark-o:before { content: "\f097" } .uk-icon-phone-square:before { content: "\f098" } .uk-icon-twitter:before { content: "\f099" } .uk-icon-facebook-f:before, .uk-icon-facebook:before { content: "\f09a" } .uk-icon-github:before { content: "\f09b" } .uk-icon-unlock:before { content: "\f09c" } .uk-icon-credit-card:before { content: "\f09d" } .uk-icon-rss:before { content: "\f09e" } .uk-icon-hdd-o:before { content: "\f0a0" } .uk-icon-bullhorn:before { content: "\f0a1" } .uk-icon-bell:before { content: "\f0f3" } .uk-icon-certificate:before { content: "\f0a3" } .uk-icon-hand-o-right:before { content: "\f0a4" } .uk-icon-hand-o-left:before { content: "\f0a5" } .uk-icon-hand-o-up:before { content: "\f0a6" } .uk-icon-hand-o-down:before { content: "\f0a7" } .uk-icon-arrow-circle-left:before { content: "\f0a8" } .uk-icon-arrow-circle-right:before { content: "\f0a9" } .uk-icon-arrow-circle-up:before { content: "\f0aa" } .uk-icon-arrow-circle-down:before { content: "\f0ab" } .uk-icon-globe:before { content: "\f0ac" } .uk-icon-wrench:before { content: "\f0ad" } .uk-icon-tasks:before { content: "\f0ae" } .uk-icon-filter:before { content: "\f0b0" } .uk-icon-briefcase:before { content: "\f0b1" } .uk-icon-arrows-alt:before { content: "\f0b2" } .uk-icon-group:before, .uk-icon-users:before { content: "\f0c0" } .uk-icon-chain:before, .uk-icon-link:before { content: "\f0c1" } .uk-icon-cloud:before { content: "\f0c2" } .uk-icon-flask:before { content: "\f0c3" } .uk-icon-cut:before, .uk-icon-scissors:before { content: "\f0c4" } .uk-icon-copy:before, .uk-icon-files-o:before { content: "\f0c5" } .uk-icon-paperclip:before { content: "\f0c6" } .uk-icon-save:before, .uk-icon-floppy-o:before { content: "\f0c7" } .uk-icon-square:before { content: "\f0c8" } .uk-icon-navicon:before, .uk-icon-reorder:before, .uk-icon-bars:before { content: "\f0c9" } .uk-icon-list-ul:before { content: "\f0ca" } .uk-icon-list-ol:before { content: "\f0cb" } .uk-icon-strikethrough:before { content: "\f0cc" } .uk-icon-underline:before { content: "\f0cd" } .uk-icon-table:before { content: "\f0ce" } .uk-icon-magic:before { content: "\f0d0" } .uk-icon-truck:before { content: "\f0d1" } .uk-icon-pinterest:before { content: "\f0d2" } .uk-icon-pinterest-square:before { content: "\f0d3" } .uk-icon-google-plus-square:before { content: "\f0d4" } .uk-icon-google-plus:before { content: "\f0d5" } .uk-icon-money:before { content: "\f0d6" } .uk-icon-caret-down:before { content: "\f0d7" } .uk-icon-caret-up:before { content: "\f0d8" } .uk-icon-caret-left:before { content: "\f0d9" } .uk-icon-caret-right:before { content: "\f0da" } .uk-icon-columns:before { content: "\f0db" } .uk-icon-unsorted:before, .uk-icon-sort:before { content: "\f0dc" } .uk-icon-sort-down:before, .uk-icon-sort-desc:before { content: "\f0dd" } .uk-icon-sort-up:before, .uk-icon-sort-asc:before { content: "\f0de" } .uk-icon-envelope:before { content: "\f0e0" } .uk-icon-linkedin:before { content: "\f0e1" } .uk-icon-rotate-left:before, .uk-icon-undo:before { content: "\f0e2" } .uk-icon-legal:before, .uk-icon-gavel:before { content: "\f0e3" } .uk-icon-dashboard:before, .uk-icon-tachometer:before { content: "\f0e4" } .uk-icon-comment-o:before { content: "\f0e5" } .uk-icon-comments-o:before { content: "\f0e6" } .uk-icon-flash:before, .uk-icon-bolt:before { content: "\f0e7" } .uk-icon-sitemap:before { content: "\f0e8" } .uk-icon-umbrella:before { content: "\f0e9" } .uk-icon-paste:before, .uk-icon-clipboard:before { content: "\f0ea" } .uk-icon-lightbulb-o:before { content: "\f0eb" } .uk-icon-exchange:before { content: "\f0ec" } .uk-icon-cloud-download:before { content: "\f0ed" } .uk-icon-cloud-upload:before { content: "\f0ee" } .uk-icon-user-md:before { content: "\f0f0" } .uk-icon-stethoscope:before { content: "\f0f1" } .uk-icon-suitcase:before { content: "\f0f2" } .uk-icon-bell-o:before { content: "\f0a2" } .uk-icon-coffee:before { content: "\f0f4" } .uk-icon-cutlery:before { content: "\f0f5" } .uk-icon-file-text-o:before { content: "\f0f6" } .uk-icon-building-o:before { content: "\f0f7" } .uk-icon-hospital-o:before { content: "\f0f8" } .uk-icon-ambulance:before { content: "\f0f9" } .uk-icon-medkit:before { content: "\f0fa" } .uk-icon-fighter-jet:before { content: "\f0fb" } .uk-icon-beer:before { content: "\f0fc" } .uk-icon-h-square:before { content: "\f0fd" } .uk-icon-plus-square:before { content: "\f0fe" } .uk-icon-angle-double-left:before { content: "\f100" } .uk-icon-angle-double-right:before { content: "\f101" } .uk-icon-angle-double-up:before { content: "\f102" } .uk-icon-angle-double-down:before { content: "\f103" } .uk-icon-angle-left:before { content: "\f104" } .uk-icon-angle-right:before { content: "\f105" } .uk-icon-angle-up:before { content: "\f106" } .uk-icon-angle-down:before { content: "\f107" } .uk-icon-desktop:before { content: "\f108" } .uk-icon-laptop:before { content: "\f109" } .uk-icon-tablet:before { content: "\f10a" } .uk-icon-mobile-phone:before, .uk-icon-mobile:before { content: "\f10b" } .uk-icon-circle-o:before { content: "\f10c" } .uk-icon-quote-left:before { content: "\f10d" } .uk-icon-quote-right:before { content: "\f10e" } .uk-icon-spinner:before { content: "\f110" } .uk-icon-circle:before { content: "\f111" } .uk-icon-mail-reply:before, .uk-icon-reply:before { content: "\f112" } .uk-icon-github-alt:before { content: "\f113" } .uk-icon-folder-o:before { content: "\f114" } .uk-icon-folder-open-o:before { content: "\f115" } .uk-icon-smile-o:before { content: "\f118" } .uk-icon-frown-o:before { content: "\f119" } .uk-icon-meh-o:before { content: "\f11a" } .uk-icon-gamepad:before { content: "\f11b" } .uk-icon-keyboard-o:before { content: "\f11c" } .uk-icon-flag-o:before { content: "\f11d" } .uk-icon-flag-checkered:before { content: "\f11e" } .uk-icon-terminal:before { content: "\f120" } .uk-icon-code:before { content: "\f121" } .uk-icon-mail-reply-all:before, .uk-icon-reply-all:before { content: "\f122" } .uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before { content: "\f123" } .uk-icon-location-arrow:before { content: "\f124" } .uk-icon-crop:before { content: "\f125" } .uk-icon-code-fork:before { content: "\f126" } .uk-icon-unlink:before, .uk-icon-chain-broken:before { content: "\f127" } .uk-icon-question:before { content: "\f128" } .uk-icon-info:before { content: "\f129" } .uk-icon-exclamation:before { content: "\f12a" } .uk-icon-superscript:before { content: "\f12b" } .uk-icon-subscript:before { content: "\f12c" } .uk-icon-eraser:before { content: "\f12d" } .uk-icon-puzzle-piece:before { content: "\f12e" } .uk-icon-microphone:before { content: "\f130" } .uk-icon-microphone-slash:before { content: "\f131" } .uk-icon-shield:before { content: "\f132" } .uk-icon-calendar-o:before { content: "\f133" } .uk-icon-fire-extinguisher:before { content: "\f134" } .uk-icon-rocket:before { content: "\f135" } .uk-icon-maxcdn:before { content: "\f136" } .uk-icon-chevron-circle-left:before { content: "\f137" } .uk-icon-chevron-circle-right:before { content: "\f138" } .uk-icon-chevron-circle-up:before { content: "\f139" } .uk-icon-chevron-circle-down:before { content: "\f13a" } .uk-icon-html5:before { content: "\f13b" } .uk-icon-css3:before { content: "\f13c" } .uk-icon-anchor:before { content: "\f13d" } .uk-icon-unlock-alt:before { content: "\f13e" } .uk-icon-bullseye:before { content: "\f140" } .uk-icon-ellipsis-h:before { content: "\f141" } .uk-icon-ellipsis-v:before { content: "\f142" } .uk-icon-rss-square:before { content: "\f143" } .uk-icon-play-circle:before { content: "\f144" } .uk-icon-ticket:before { content: "\f145" } .uk-icon-minus-square:before { content: "\f146" } .uk-icon-minus-square-o:before { content: "\f147" } .uk-icon-level-up:before { content: "\f148" } .uk-icon-level-down:before { content: "\f149" } .uk-icon-check-square:before { content: "\f14a" } .uk-icon-pencil-square:before { content: "\f14b" } .uk-icon-external-link-square:before { content: "\f14c" } .uk-icon-share-square:before { content: "\f14d" } .uk-icon-compass:before { content: "\f14e" } .uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before { content: "\f150" } .uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before { content: "\f151" } .uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before { content: "\f152" } .uk-icon-euro:before, .uk-icon-eur:before { content: "\f153" } .uk-icon-gbp:before { content: "\f154" } .uk-icon-dollar:before, .uk-icon-usd:before { content: "\f155" } .uk-icon-rupee:before, .uk-icon-inr:before { content: "\f156" } .uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before { content: "\f157" } .uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before { content: "\f158" } .uk-icon-won:before, .uk-icon-krw:before { content: "\f159" } .uk-icon-bitcoin:before, .uk-icon-btc:before { content: "\f15a" } .uk-icon-file:before { content: "\f15b" } .uk-icon-file-text:before { content: "\f15c" } .uk-icon-sort-alpha-asc:before { content: "\f15d" } .uk-icon-sort-alpha-desc:before { content: "\f15e" } .uk-icon-sort-amount-asc:before { content: "\f160" } .uk-icon-sort-amount-desc:before { content: "\f161" } .uk-icon-sort-numeric-asc:before { content: "\f162" } .uk-icon-sort-numeric-desc:before { content: "\f163" } .uk-icon-thumbs-up:before { content: "\f164" } .uk-icon-thumbs-down:before { content: "\f165" } .uk-icon-youtube-square:before { content: "\f166" } .uk-icon-youtube:before { content: "\f167" } .uk-icon-xing:before { content: "\f168" } .uk-icon-xing-square:before { content: "\f169" } .uk-icon-youtube-play:before { content: "\f16a" } .uk-icon-dropbox:before { content: "\f16b" } .uk-icon-stack-overflow:before { content: "\f16c" } .uk-icon-instagram:before { content: "\f16d" } .uk-icon-flickr:before { content: "\f16e" } .uk-icon-adn:before { content: "\f170" } .uk-icon-bitbucket:before { content: "\f171" } .uk-icon-bitbucket-square:before { content: "\f172" } .uk-icon-tumblr:before { content: "\f173" } .uk-icon-tumblr-square:before { content: "\f174" } .uk-icon-long-arrow-down:before { content: "\f175" } .uk-icon-long-arrow-up:before { content: "\f176" } .uk-icon-long-arrow-left:before { content: "\f177" } .uk-icon-long-arrow-right:before { content: "\f178" } .uk-icon-apple:before { content: "\f179" } .uk-icon-windows:before { content: "\f17a" } .uk-icon-android:before { content: "\f17b" } .uk-icon-linux:before { content: "\f17c" } .uk-icon-dribbble:before { content: "\f17d" } .uk-icon-skype:before { content: "\f17e" } .uk-icon-foursquare:before { content: "\f180" } .uk-icon-trello:before { content: "\f181" } .uk-icon-female:before { content: "\f182" } .uk-icon-male:before { content: "\f183" } .uk-icon-gittip:before, .uk-icon-gratipay:before { content: "\f184" } .uk-icon-sun-o:before { content: "\f185" } .uk-icon-moon-o:before { content: "\f186" } .uk-icon-archive:before { content: "\f187" } .uk-icon-bug:before { content: "\f188" } .uk-icon-vk:before { content: "\f189" } .uk-icon-weibo:before { content: "\f18a" } .uk-icon-renren:before { content: "\f18b" } .uk-icon-pagelines:before { content: "\f18c" } .uk-icon-stack-exchange:before { content: "\f18d" } .uk-icon-arrow-circle-o-right:before { content: "\f18e" } .uk-icon-arrow-circle-o-left:before { content: "\f190" } .uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before { content: "\f191" } .uk-icon-dot-circle-o:before { content: "\f192" } .uk-icon-wheelchair:before { content: "\f193" } .uk-icon-vimeo-square:before { content: "\f194" } .uk-icon-turkish-lira:before, .uk-icon-try:before { content: "\f195" } .uk-icon-plus-square-o:before { content: "\f196" } .uk-icon-space-shuttle:before { content: "\f197" } .uk-icon-slack:before { content: "\f198" } .uk-icon-envelope-square:before { content: "\f199" } .uk-icon-wordpress:before { content: "\f19a" } .uk-icon-openid:before { content: "\f19b" } .uk-icon-institution:before, .uk-icon-bank:before, .uk-icon-university:before { content: "\f19c" } .uk-icon-mortar-board:before, .uk-icon-graduation-cap:before { content: "\f19d" } .uk-icon-yahoo:before { content: "\f19e" } .uk-icon-google:before { content: "\f1a0" } .uk-icon-reddit:before { content: "\f1a1" } .uk-icon-reddit-square:before { content: "\f1a2" } .uk-icon-stumbleupon-circle:before { content: "\f1a3" } .uk-icon-stumbleupon:before { content: "\f1a4" } .uk-icon-delicious:before { content: "\f1a5" } .uk-icon-digg:before { content: "\f1a6" } .uk-icon-pied-piper:before { content: "\f1a7" } .uk-icon-pied-piper-alt:before { content: "\f1a8" } .uk-icon-drupal:before { content: "\f1a9" } .uk-icon-joomla:before { content: "\f1aa" } .uk-icon-language:before { content: "\f1ab" } .uk-icon-fax:before { content: "\f1ac" } .uk-icon-building:before { content: "\f1ad" } .uk-icon-child:before { content: "\f1ae" } .uk-icon-paw:before { content: "\f1b0" } .uk-icon-spoon:before { content: "\f1b1" } .uk-icon-cube:before { content: "\f1b2" } .uk-icon-cubes:before { content: "\f1b3" } .uk-icon-behance:before { content: "\f1b4" } .uk-icon-behance-square:before { content: "\f1b5" } .uk-icon-steam:before { content: "\f1b6" } .uk-icon-steam-square:before { content: "\f1b7" } .uk-icon-recycle:before { content: "\f1b8" } .uk-icon-automobile:before, .uk-icon-car:before { content: "\f1b9" } .uk-icon-cab:before, .uk-icon-taxi:before { content: "\f1ba" } .uk-icon-tree:before { content: "\f1bb" } .uk-icon-spotify:before { content: "\f1bc" } .uk-icon-deviantart:before { content: "\f1bd" } .uk-icon-soundcloud:before { content: "\f1be" } .uk-icon-database:before { content: "\f1c0" } .uk-icon-file-pdf-o:before { content: "\f1c1" } .uk-icon-file-word-o:before { content: "\f1c2" } .uk-icon-file-excel-o:before { content: "\f1c3" } .uk-icon-file-powerpoint-o:before { content: "\f1c4" } .uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before, .uk-icon-file-image-o:before { content: "\f1c5" } .uk-icon-file-zip-o:before, .uk-icon-file-archive-o:before { content: "\f1c6" } .uk-icon-file-sound-o:before, .uk-icon-file-audio-o:before { content: "\f1c7" } .uk-icon-file-movie-o:before, .uk-icon-file-video-o:before { content: "\f1c8" } .uk-icon-file-code-o:before { content: "\f1c9" } .uk-icon-vine:before { content: "\f1ca" } .uk-icon-codepen:before { content: "\f1cb" } .uk-icon-jsfiddle:before { content: "\f1cc" } .uk-icon-life-bouy:before, .uk-icon-life-buoy:before, .uk-icon-life-saver:before, .uk-icon-support:before, .uk-icon-life-ring:before { content: "\f1cd" } .uk-icon-circle-o-notch:before { content: "\f1ce" } .uk-icon-ra:before, .uk-icon-rebel:before { content: "\f1d0" } .uk-icon-ge:before, .uk-icon-empire:before { content: "\f1d1" } .uk-icon-git-square:before { content: "\f1d2" } .uk-icon-git:before { content: "\f1d3" } .uk-icon-hacker-news:before { content: "\f1d4" } .uk-icon-tencent-weibo:before { content: "\f1d5" } .uk-icon-qq:before { content: "\f1d6" } .uk-icon-wechat:before, .uk-icon-weixin:before { content: "\f1d7" } .uk-icon-send:before, .uk-icon-paper-plane:before { content: "\f1d8" } .uk-icon-send-o:before, .uk-icon-paper-plane-o:before { content: "\f1d9" } .uk-icon-history:before { content: "\f1da" } .uk-icon-genderless:before, .uk-icon-circle-thin:before { content: "\f1db" } .uk-icon-header:before { content: "\f1dc" } .uk-icon-paragraph:before { content: "\f1dd" } .uk-icon-sliders:before { content: "\f1de" } .uk-icon-share-alt:before { content: "\f1e0" } .uk-icon-share-alt-square:before { content: "\f1e1" } .uk-icon-bomb:before { content: "\f1e2" } .uk-icon-soccer-ball-o:before, .uk-icon-futbol-o:before { content: "\f1e3" } .uk-icon-tty:before { content: "\f1e4" } .uk-icon-binoculars:before { content: "\f1e5" } .uk-icon-plug:before { content: "\f1e6" } .uk-icon-slideshare:before { content: "\f1e7" } .uk-icon-twitch:before { content: "\f1e8" } .uk-icon-yelp:before { content: "\f1e9" } .uk-icon-newspaper-o:before { content: "\f1ea" } .uk-icon-wifi:before { content: "\f1eb" } .uk-icon-calculator:before { content: "\f1ec" } .uk-icon-paypal:before { content: "\f1ed" } .uk-icon-google-wallet:before { content: "\f1ee" } .uk-icon-cc-visa:before { content: "\f1f0" } .uk-icon-cc-mastercard:before { content: "\f1f1" } .uk-icon-cc-discover:before { content: "\f1f2" } .uk-icon-cc-amex:before { content: "\f1f3" } .uk-icon-cc-paypal:before { content: "\f1f4" } .uk-icon-cc-stripe:before { content: "\f1f5" } .uk-icon-bell-slash:before { content: "\f1f6" } .uk-icon-bell-slash-o:before { content: "\f1f7" } .uk-icon-trash:before { content: "\f1f8" } .uk-icon-copyright:before { content: "\f1f9" } .uk-icon-at:before { content: "\f1fa" } .uk-icon-eyedropper:before { content: "\f1fb" } .uk-icon-paint-brush:before { content: "\f1fc" } .uk-icon-birthday-cake:before { content: "\f1fd" } .uk-icon-area-chart:before { content: "\f1fe" } .uk-icon-pie-chart:before { content: "\f200" } .uk-icon-line-chart:before { content: "\f201" } .uk-icon-lastfm:before { content: "\f202" } .uk-icon-lastfm-square:before { content: "\f203" } .uk-icon-toggle-off:before { content: "\f204" } .uk-icon-toggle-on:before { content: "\f205" } .uk-icon-bicycle:before { content: "\f206" } .uk-icon-bus:before { content: "\f207" } .uk-icon-ioxhost:before { content: "\f208" } .uk-icon-angellist:before { content: "\f209" } .uk-icon-cc:before { content: "\f20a" } .uk-icon-shekel:before, .uk-icon-sheqel:before, .uk-icon-ils:before { content: "\f20b" } .uk-icon-meanpath:before { content: "\f20c" } .uk-icon-buysellads:before { content: "\f20d" } .uk-icon-connectdevelop:before { content: "\f20e" } .uk-icon-dashcube:before { content: "\f210" } .uk-icon-forumbee:before { content: "\f211" } .uk-icon-leanpub:before { content: "\f212" } .uk-icon-sellsy:before { content: "\f213" } .uk-icon-shirtsinbulk:before { content: "\f214" } .uk-icon-simplybuilt:before { content: "\f215" } .uk-icon-skyatlas:before { content: "\f216" } .uk-icon-cart-plus:before { content: "\f217" } .uk-icon-cart-arrow-down:before { content: "\f218" } .uk-icon-diamond:before { content: "\f219" } .uk-icon-ship:before { content: "\f21a" } .uk-icon-user-secret:before { content: "\f21b" } .uk-icon-motorcycle:before { content: "\f21c" } .uk-icon-street-view:before { content: "\f21d" } .uk-icon-heartbeat:before { content: "\f21e" } .uk-icon-venus:before { content: "\f221" } .uk-icon-mars:before { content: "\f222" } .uk-icon-mercury:before { content: "\f223" } .uk-icon-transgender:before { content: "\f224" } .uk-icon-transgender-alt:before { content: "\f225" } .uk-icon-venus-double:before { content: "\f226" } .uk-icon-mars-double:before { content: "\f227" } .uk-icon-venus-mars:before { content: "\f228" } .uk-icon-mars-stroke:before { content: "\f229" } .uk-icon-mars-stroke-v:before { content: "\f22a" } .uk-icon-mars-stroke-h:before { content: "\f22b" } .uk-icon-neuter:before { content: "\f22c" } .uk-icon-facebook-official:before { content: "\f230" } .uk-icon-pinterest-p:before { content: "\f231" } .uk-icon-whatsapp:before { content: "\f232" } .uk-icon-server:before { content: "\f233" } .uk-icon-user-plus:before { content: "\f234" } .uk-icon-user-times:before { content: "\f235" } .uk-icon-hotel:before, .uk-icon-bed:before { content: "\f236" } .uk-icon-viacoin:before { content: "\f237" } .uk-icon-train:before { content: "\f238" } .uk-icon-subway:before { content: "\f239" } .uk-icon-medium-logo:before { content: "\f23a" } .uk-icon-500px:before { content: "\f26e" } .uk-icon-amazon:before { content: "\f270" } .uk-icon-balance-scale:before { content: "\f24e" } .uk-icon-battery-empty:before, .uk-icon-battery-0:before { content: "\f244" } .uk-icon-battery-quarter:before, .uk-icon-battery-1:before { content: "\f243" } .uk-icon-battery-half:before, .uk-icon-battery-2:before { content: "\f242" } .uk-icon-battery-three-quarters:before, .uk-icon-battery-3:before { content: "\f241" } .uk-icon-battery-full:before, .uk-icon-battery-4:before { content: "\f240" } .uk-icon-black-tie:before { content: "\f27e" } .uk-icon-calendar-check-o:before { content: "\f274" } .uk-icon-calendar-minus-o:before { content: "\f272" } .uk-icon-calendar-plus-o:before { content: "\f271" } .uk-icon-calendar-times-o:before { content: "\f273" } .uk-icon-cc-diners-club:before { content: "\f24c" } .uk-icon-cc-jcb:before { content: "\f24b" } .uk-icon-chrome:before { content: "\f268" } .uk-icon-clone:before { content: "\f24d" } .uk-icon-commenting:before { content: "\f27a" } .uk-icon-commenting-o:before { content: "\f27b" } .uk-icon-contao:before { content: "\f26d" } .uk-icon-creative-commons:before { content: "\f25e" } .uk-icon-expeditedssl:before { content: "\f23e" } .uk-icon-firefox:before { content: "\f269" } .uk-icon-fonticons:before { content: "\f280" } .uk-icon-get-pocket:before { content: "\f265" } .uk-icon-gg:before { content: "\f260" } .uk-icon-gg-circle:before { content: "\f261" } .uk-icon-hand-lizard-o:before { content: "\f258" } .uk-icon-hand-stop-o:before, .uk-icon-hand-paper-o:before { content: "\f256" } .uk-icon-hand-peace-o:before { content: "\f25b" } .uk-icon-hand-pointer-o:before { content: "\f25a" } .uk-icon-hand-grab-o:before, .uk-icon-hand-rock-o:before { content: "\f255" } .uk-icon-hand-scissors-o:before { content: "\f257" } .uk-icon-hand-spock-o:before { content: "\f259" } .uk-icon-hourglass:before { content: "\f254" } .uk-icon-hourglass-o:before { content: "\f250" } .uk-icon-hourglass-1:before, .uk-icon-hourglass-start:before { content: "\f251" } .uk-icon-hourglass-2:before, .uk-icon-hourglass-half:before { content: "\f252" } .uk-icon-hourglass-3:before, .uk-icon-hourglass-end:before { content: "\f253" } .uk-icon-houzz:before { content: "\f27c" } .uk-icon-i-cursor:before { content: "\f246" } .uk-icon-industry:before { content: "\f275" } .uk-icon-internet-explorer:before { content: "\f26b" } .uk-icon-map:before { content: "\f279" } .uk-icon-map-o:before { content: "\f278" } .uk-icon-map-pin:before { content: "\f276" } .uk-icon-map-signs:before { content: "\f277" } .uk-icon-mouse-pointer:before { content: "\f245" } .uk-icon-object-group:before { content: "\f247" } .uk-icon-object-ungroup:before { content: "\f248" } .uk-icon-odnoklassniki:before { content: "\f263" } .uk-icon-odnoklassniki-square:before { content: "\f264" } .uk-icon-opencart:before { content: "\f23d" } .uk-icon-opera:before { content: "\f26a" } .uk-icon-optin-monster:before { content: "\f23c" } .uk-icon-registered:before { content: "\f25d" } .uk-icon-safari:before { content: "\f267" } .uk-icon-sticky-note:before { content: "\f249" } .uk-icon-sticky-note-o:before { content: "\f24a" } .uk-icon-tv:before, .uk-icon-television:before { content: "\f26c" } .uk-icon-trademark:before { content: "\f25c" } .uk-icon-tripadvisor:before { content: "\f262" } .uk-icon-vimeo:before { content: "\f27d" } .uk-icon-wikipedia-w:before { content: "\f266" } .uk-icon-yc:before, .uk-icon-y-combinator:before { content: "\f23b" } .uk-icon-yc-square:before, .uk-icon-y-combinator-square:before { content: "\f1d4" } .uk-icon-bluetooth:before { content: "\f293" } .uk-icon-bluetooth-b:before { content: "\f294" } .uk-icon-codiepie:before { content: "\f284" } .uk-icon-credit-card-alt:before { content: "\f283" } .uk-icon-edge:before { content: "\f282" } .uk-icon-fort-awesome:before { content: "\f286" } .uk-icon-hashtag:before { content: "\f292" } .uk-icon-mixcloud:before { content: "\f289" } .uk-icon-modx:before { content: "\f285" } .uk-icon-pause-circle:before { content: "\f28b" } .uk-icon-pause-circle-o:before { content: "\f28c" } .uk-icon-percent:before { content: "\f295" } .uk-icon-product-hunt:before { content: "\f288" } .uk-icon-reddit-alien:before { content: "\f281" } .uk-icon-scribd:before { content: "\f28a" } .uk-icon-shopping-bag:before { content: "\f290" } .uk-icon-shopping-basket:before { content: "\f291" } .uk-icon-stop-circle:before { content: "\f28d" } .uk-icon-stop-circle-o:before { content: "\f28e" } .uk-icon-usb:before { content: "\f287" } .uk-close::-moz-focus-inner { border: 0; padding: 0 } .uk-close { -webkit-appearance: none; margin: 0; border: none; overflow: visible; font: inherit; color: inherit; text-transform: none; padding: 0; background: transparent; display: inline-block; box-sizing: content-box; width: 20px; line-height: 20px; text-align: center; vertical-align: middle; opacity: 0.3 } .uk-close:after { display: block; content: "\f00d"; font-family: FontAwesome } .uk-close:hover, .uk-close:focus { opacity: 0.5; outline: none; color: inherit; text-decoration: none; cursor: pointer } .uk-close-alt { padding: 2px; border-radius: 50%; background: #eee; opacity: 1 } .uk-close-alt:hover, .uk-close-alt:focus { opacity: 1 } .uk-close-alt:after { opacity: 0.5 } .uk-close-alt:hover:after, .uk-close-alt:focus:after { opacity: 0.8 } .uk-badge { display: inline-block; padding: 0 5px; background: #00a8e6; font-size: 10px; font-weight: bold; line-height: 14px; color: #fff; text-align: center; vertical-align: middle; text-transform: none } a.uk-badge:hover { color: #fff } .uk-badge-notification { box-sizing: border-box; min-width: 18px; border-radius: 500px; font-size: 12px; line-height: 18px } .uk-badge-success { background-color: #8cc14c } .uk-badge-warning { background-color: #faa732 } .uk-badge-danger { background-color: #da314b } .uk-alert { margin-bottom: 15px; padding: 10px; background: #ebf7fd; color: #2d7091 } *+.uk-alert { margin-top: 15px } .uk-alert> :last-child { margin-bottom: 0 } .uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 { color: inherit } .uk-alert>.uk-close:first-child { float: right } .uk-alert>.uk-close:first-child+* { margin-top: 0 } .uk-alert-success { background: #f2fae3; color: #659f13 } .uk-alert-warning { background: #fffceb; color: #e28327 } .uk-alert-danger { background: #fff1f0; color: #d85030 } .uk-alert-large { padding: 20px } .uk-alert-large>.uk-close:first-child { margin: -10px -10px 0 0 } .uk-thumbnail { display: inline-block; max-width: 100%; box-sizing: border-box; margin: 0; padding: 4px; border: 1px solid #ddd; background: #fff } a.uk-thumbnail:hover, a.uk-thumbnail:focus { border-color: #aaa; background-color: #fff; text-decoration: none; outline: none } .uk-thumbnail-caption { padding-top: 4px; text-align: center; color: #444 } .uk-thumbnail-mini { width: 150px } .uk-thumbnail-small { width: 200px } .uk-thumbnail-medium { width: 300px } .uk-thumbnail-large { width: 400px } .uk-thumbnail-expand, .uk-thumbnail-expand>img { width: 100% } .uk-overlay { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; overflow: hidden; -webkit-transform: translateZ(0); margin: 0 } .uk-overlay.uk-border-circle { -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%) } .uk-overlay> :first-child { margin-bottom: 0 } .uk-overlay-panel { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff } .uk-overlay-panel> :last-child, .uk-overlay-panel.uk-flex>*> :last-child { margin-bottom: 0 } .uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 { color: inherit } .uk-overlay-panel a:not([class]) { color: inherit; text-decoration: underline } .uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) { color: inherit } .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) { opacity: 0 } .uk-overlay-active:not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) { opacity: 0 } .uk-overlay-background { background: rgba(0, 0, 0, 0.5) } .uk-overlay-image { padding: 0 } .uk-overlay-top { bottom: auto } .uk-overlay-bottom { top: auto } .uk-overlay-left { right: auto } .uk-overlay-right { left: auto } .uk-overlay-icon:before { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff } .uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, .uk-overlay-grayscale, .uk-overlay-blur, [class*='uk-overlay-slide'] { transition-duration: 0.3s; transition-timing-function: ease-out; transition-property: opacity, transform, filter } .uk-overlay-active .uk-overlay-fade, .uk-overlay-active .uk-overlay-scale, .uk-overlay-active .uk-overlay-spin, .uk-overlay-active [class*='uk-overlay-slide'] { transition-duration: 0.8s } .uk-overlay-fade { opacity: 0.7 } .uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active>.uk-overlay-fade { opacity: 1 } .uk-overlay-scale { -webkit-transform: scale(1); transform: scale(1) } .uk-overlay-hover:hover .uk-overlay-scale, .uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-active .uk-active>.uk-overlay-scale { -webkit-transform: scale(1.1); transform: scale(1.1) } .uk-overlay-spin { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg) } .uk-overlay-hover:hover .uk-overlay-spin, .uk-overlay-hover.uk-hover .uk-overlay-spin, .uk-overlay-active .uk-active>.uk-overlay-spin { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg) } .uk-overlay-grayscale { -webkit-filter: grayscale(100%); filter: grayscale(100%) } .uk-overlay-hover:hover .uk-overlay-grayscale, .uk-overlay-hover.uk-hover .uk-overlay-grayscale, .uk-overlay-active .uk-active>.uk-overlay-grayscale { -webkit-filter: grayscale(0%); filter: grayscale(0%) } [class*='uk-overlay-slide'] { opacity: 0 } .uk-overlay-slide-top { -webkit-transform: translateY(-100%); transform: translateY(-100%) } .uk-overlay-slide-bottom { -webkit-transform: translateY(100%); transform: translateY(100%) } .uk-overlay-slide-left { -webkit-transform: translateX(-100%); transform: translateX(-100%) } .uk-overlay-slide-right { -webkit-transform: translateX(100%); transform: translateX(100%) } .uk-overlay-hover:hover [class*='uk-overlay-slide'], .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'], .uk-overlay-active .uk-active>[class*='uk-overlay-slide'] { opacity: 1; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0) } .uk-overlay-area { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; -webkit-transform: translate3d(0, 0, 0) } .uk-overlay:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay-toggle.uk-hover .uk-overlay-area { opacity: 1 } .uk-overlay-area:empty:before { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff } .uk-overlay-area:not(:empty) { font-size: 0.001px } .uk-overlay-area:not(:empty):before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-overlay-area-content { display: inline-block; box-sizing: border-box; width: 100%; vertical-align: middle; font-size: 1rem; text-align: center; padding: 0 15px; color: #fff } .uk-overlay-area-content> :last-child { margin-bottom: 0 } .uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover { color: inherit } .uk-overlay-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: rgba(0, 0, 0, 0.5); color: #fff; opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; -webkit-transform: translate3d(0, 0, 0) } .uk-overlay:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay-toggle.uk-hover .uk-overlay-caption { opacity: 1 } [class*='uk-column-'] { -webkit-column-gap: 25px; -moz-column-gap: 25px; column-gap: 25px } .uk-column-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } @media (min-width: 480px) { .uk-column-small-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-small-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-small-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-small-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-small-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 768px) { .uk-column-medium-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-medium-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-medium-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-medium-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-medium-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 960px) { .uk-column-large-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-large-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-large-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-large-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-large-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 1220px) { .uk-column-xlarge-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-xlarge-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-xlarge-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-xlarge-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-xlarge-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } [class*='uk-animation-'] { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both } @media screen { [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) { opacity: 0 } } .uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-timing-function: linear !important; animation-timing-function: linear !important } .uk-animation-scale-up { -webkit-animation-name: uk-fade-scale-02; animation-name: uk-fade-scale-02 } .uk-animation-scale-down { -webkit-animation-name: uk-fade-scale-18; animation-name: uk-fade-scale-18 } .uk-animation-slide-top { -webkit-animation-name: uk-fade-top; animation-name: uk-fade-top } .uk-animation-slide-bottom { -webkit-animation-name: uk-fade-bottom; animation-name: uk-fade-bottom } .uk-animation-slide-left { -webkit-animation-name: uk-fade-left; animation-name: uk-fade-left } .uk-animation-slide-right { -webkit-animation-name: uk-fade-right; animation-name: uk-fade-right } .uk-animation-scale { -webkit-animation-name: uk-scale-12; animation-name: uk-scale-12 } .uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake } .uk-animation-reverse { -webkit-animation-direction: reverse; animation-direction: reverse; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } .uk-animation-15 { -webkit-animation-duration: 15s; animation-duration: 15s } .uk-animation-top-left { -webkit-transform-origin: 0 0; transform-origin: 0 0 } .uk-animation-top-center { -webkit-transform-origin: 50% 0; transform-origin: 50% 0 } .uk-animation-top-right { -webkit-transform-origin: 100% 0; transform-origin: 100% 0 } .uk-animation-middle-left { -webkit-transform-origin: 0 50%; transform-origin: 0 50% } .uk-animation-middle-right { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50% } .uk-animation-bottom-left { -webkit-transform-origin: 0 100%; transform-origin: 0 100% } .uk-animation-bottom-center { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100% } .uk-animation-bottom-right { -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } .uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*='uk-animation-'], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] { -webkit-animation-name: none; animation-name: none } @-webkit-keyframes uk-fade { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes uk-fade { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes uk-fade-top { 0% { opacity: 0; -webkit-transform: translateY(-100%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-fade-top { 0% { opacity: 0; transform: translateY(-100%) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-fade-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-fade-bottom { 0% { opacity: 0; transform: translateY(100%) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-fade-left { 0% { opacity: 0; -webkit-transform: translateX(-100%) } 100% { opacity: 1; -webkit-transform: translateX(0) } } @keyframes uk-fade-left { 0% { opacity: 0; transform: translateX(-100%) } 100% { opacity: 1; transform: translateX(0) } } @-webkit-keyframes uk-fade-right { 0% { opacity: 0; -webkit-transform: translateX(100%) } 100% { opacity: 1; -webkit-transform: translateX(0) } } @keyframes uk-fade-right { 0% { opacity: 0; transform: translateX(100%) } 100% { opacity: 1; transform: translateX(0) } } @-webkit-keyframes uk-fade-scale-02 { 0% { opacity: 0; -webkit-transform: scale(0.2) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-02 { 0% { opacity: 0; transform: scale(0.2) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-fade-scale-15 { 0% { opacity: 0; -webkit-transform: scale(1.5) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-15 { 0% { opacity: 0; transform: scale(1.5) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-fade-scale-18 { 0% { opacity: 0; -webkit-transform: scale(1.8) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-18 { 0% { opacity: 0; transform: scale(1.8) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-slide-left { 0% { -webkit-transform: translateX(-100%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-left { 0% { transform: translateX(-100%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-right { 0% { -webkit-transform: translateX(100%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-right { 0% { transform: translateX(100%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-left-33 { 0% { -webkit-transform: translateX(33%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-left-33 { 0% { transform: translateX(33%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-right-33 { 0% { -webkit-transform: translateX(-33%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-right-33 { 0% { transform: translateX(-33%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-scale-12 { 0% { -webkit-transform: scale(1.2) } 100% { -webkit-transform: scale(1) } } @keyframes uk-scale-12 { 0% { transform: scale(1.2) } 100% { transform: scale(1) } } @-webkit-keyframes uk-rotate { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg) } } @keyframes uk-rotate { 0% { transform: rotate(0deg) } 100% { transform: rotate(359deg) } } @-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0) } 10% { -webkit-transform: translateX(-9px) } 20% { -webkit-transform: translateX(8px) } 30% { -webkit-transform: translateX(-7px) } 40% { -webkit-transform: translateX(6px) } 50% { -webkit-transform: translateX(-5px) } 60% { -webkit-transform: translateX(4px) } 70% { -webkit-transform: translateX(-3px) } 80% { -webkit-transform: translateX(2px) } 90% { -webkit-transform: translateX(-1px) } } @keyframes uk-shake { 0%, 100% { transform: translateX(0) } 10% { transform: translateX(-9px) } 20% { transform: translateX(8px) } 30% { transform: translateX(-7px) } 40% { transform: translateX(6px) } 50% { transform: translateX(-5px) } 60% { transform: translateX(4px) } 70% { transform: translateX(-3px) } 80% { transform: translateX(2px) } 90% { transform: translateX(-1px) } } @-webkit-keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-slide-top-fixed { 0% { opacity: 0; transform: translateY(-10px) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-slide-bottom-fixed { 0% { opacity: 0; transform: translateY(10px) } 100% { opacity: 1; transform: translateY(0) } } .uk-dropdown, .uk-dropdown-blank { display: none; position: absolute; z-index: 970; box-sizing: border-box; width: 200px } .uk-dropdown { padding: 15px; background: #f5f5f5; color: #444; font-size: 1rem; vertical-align: top } .uk-open>.uk-dropdown, .uk-open>.uk-dropdown-blank { display: block; -webkit-animation: uk-fade 0.2s ease-in-out; animation: uk-fade 0.2s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0 } .uk-dropdown-top { margin-top: -5px } .uk-dropdown-bottom { margin-top: 5px } .uk-dropdown-left { margin-left: -5px } .uk-dropdown-right { margin-left: 5px } .uk-dropdown .uk-nav { margin: 0 -15px } .uk-grid .uk-dropdown-grid+.uk-dropdown-grid { margin-top: 15px } .uk-dropdown-grid>[class*='uk-width-']>.uk-panel+.uk-panel { margin-top: 15px } @media (min-width: 768px) { .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid { margin-left: -15px; margin-right: -15px } .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-'] { padding-left: 15px; padding-right: 15px } .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { border-left: 1px solid #ddd } .uk-dropdown-width-2:not(.uk-dropdown-stack) { width: 400px } .uk-dropdown-width-3:not(.uk-dropdown-stack) { width: 600px } .uk-dropdown-width-4:not(.uk-dropdown-stack) { width: 800px } .uk-dropdown-width-5:not(.uk-dropdown-stack) { width: 1000px } } @media (max-width: 767px) { .uk-dropdown-grid>[class*='uk-width-'] { width: 100% } .uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { margin-top: 15px } } .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-'] { width: 100% } .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { margin-top: 15px } .uk-dropdown-small { min-width: 150px; width: auto; padding: 5px; white-space: nowrap } .uk-dropdown-small .uk-nav { margin: 0 -5px } .uk-dropdown-navbar { margin-top: 0; background: #f5f5f5; color: #444 } .uk-open>.uk-dropdown-navbar { -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out; animation: uk-slide-top-fixed 0.2s ease-in-out } .uk-dropdown-scrollable { overflow-y: auto; max-height: 200px } .uk-modal { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; overflow-y: auto; -webkit-overflow-scrolling: touch; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; touch-action: cross-slide-y pinch-zoom double-tap-zoom; -webkit-transform: translateZ(0); transform: translateZ(0) } .uk-modal.uk-open { opacity: 1 } .uk-modal-page, .uk-modal-page body { overflow: hidden } .uk-modal-dialog { position: relative; box-sizing: border-box; margin: 50px auto; padding: 20px; width: 642px; max-width: 100%; max-width: calc(100% - 20px); background: #fff; opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out; transition: opacity 0.3s linear, transform 0.3s ease-out } @media (max-width: 767px) { .uk-modal-dialog { width: auto; margin: 10px auto } } .uk-open .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .uk-modal-dialog> :not([class*='uk-modal-']):last-child { margin-bottom: 0 } .uk-modal-dialog>.uk-close:first-child { margin: -10px -10px 0 0; float: right } .uk-modal-dialog>.uk-close:first-child+ :not([class*='uk-modal-']) { margin-top: 0 } .uk-modal-dialog-lightbox { margin: 15px auto; padding: 0; max-width: 95%; max-width: calc(100% - 30px) } .uk-modal-dialog-lightbox>.uk-close:first-child { position: absolute; top: -12px; right: -12px; margin: 0; float: none } @media (max-width: 767px) { .uk-modal-dialog-lightbox>.uk-close:first-child { top: -7px; right: -7px } } .uk-modal-dialog-blank { margin: 0; padding: 0; width: 100%; max-width: 100%; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear } .uk-modal-dialog-blank>.uk-close:first-child { position: absolute; top: 20px; right: 20px; z-index: 1; margin: 0; float: none } @media (min-width: 768px) { .uk-modal-dialog-large { width: 930px } } @media (min-width: 1220px) { .uk-modal-dialog-large { width: 1130px } } .uk-modal-header { margin-bottom: 15px } .uk-modal-footer { margin-top: 15px } .uk-modal-header> :last-child, .uk-modal-footer> :last-child { margin-bottom: 0 } .uk-modal-caption { position: absolute; left: 0; right: 0; bottom: -20px; margin-bottom: -10px; color: #fff; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 25px; color: #ddd } .uk-modal-spinner:after { content: "\f110"; font-family: FontAwesome; -webkit-animation: uk-rotate 2s infinite linear; animation: uk-rotate 2s infinite linear } .uk-offcanvas { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; touch-action: none; background: rgba(0, 0, 0, 0.1) } .uk-offcanvas.uk-active { display: block } .uk-offcanvas-page { position: fixed; -webkit-transition: margin-left 0.3s ease-in-out; transition: margin-left 0.3s ease-in-out } .uk-offcanvas-bar { position: fixed; top: 0; bottom: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1001; width: 270px; max-width: 100%; background: #333; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; -ms-scroll-chaining: none } .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show { -webkit-transform: translateX(0%); transform: translateX(0%) } .uk-offcanvas-bar-flip { left: auto; right: 0; -webkit-transform: translateX(100%); transform: translateX(100%) } .uk-offcanvas .uk-panel { margin: 20px 15px; color: #777 } .uk-offcanvas .uk-panel-title { color: #ccc } .uk-offcanvas .uk-panel a:not([class]) { color: #ccc } .uk-offcanvas .uk-panel a:not([class]):hover { color: #fff } .uk-switcher { margin: 0; padding: 0; list-style: none; touch-action: cross-slide-y pinch-zoom double-tap-zoom } .uk-switcher> :not(.uk-active) { display: none } .uk-text-small { font-size: 11px; line-height: 16px } .uk-text-large { font-size: 18px; line-height: 24px; font-weight: normal } .uk-text-bold { font-weight: bold } .uk-text-muted { color: #999 !important } .uk-text-primary { color: #000 !important } .uk-text-success { color: #659f13 !important } .uk-text-warning { color: #e28327 !important } .uk-text-danger { color: #d85030 !important } .uk-text-contrast { color: #fff !important } .uk-text-left { text-align: left !important } .uk-text-right { text-align: right !important } .uk-text-center { text-align: center !important } .uk-text-justify { text-align: justify !important } .uk-text-top { vertical-align: top !important } .uk-text-middle { vertical-align: middle !important } .uk-text-bottom { vertical-align: bottom !important } @media (max-width: 959px) { .uk-text-center-medium { text-align: center !important } .uk-text-left-medium { text-align: left !important } } @media (max-width: 767px) { .uk-text-center-small { text-align: center !important } .uk-text-left-small { text-align: left !important } } .uk-text-nowrap { white-space: nowrap } .uk-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-text-break { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto } .uk-container { box-sizing: border-box; max-width: 980px; padding: 0 25px } @media (min-width: 1220px) { .uk-container { max-width: 1200px; padding: 0 35px } } .uk-container:before, .uk-container:after { content: ""; display: table } .uk-container:after { clear: both } .uk-container-center { margin-left: auto; margin-right: auto } .uk-clearfix:before { content: ""; display: table-cell } .uk-clearfix:after { content: ""; display: table; clear: both } .uk-nbfc { overflow: hidden } .uk-nbfc-alt { display: table-cell; width: 10000px } .uk-float-left { float: left } .uk-float-right { float: right } [class*='uk-float-'] { max-width: 100% } [class*='uk-align-'] { display: block; margin-bottom: 15px } .uk-align-left { margin-right: 15px; float: left } .uk-align-right { margin-left: 15px; float: right } @media (min-width: 768px) { .uk-align-medium-left { margin-right: 15px; margin-bottom: 15px; float: left } .uk-align-medium-right { margin-left: 15px; margin-bottom: 15px; float: right } } .uk-align-center { margin-left: auto; margin-right: auto } .uk-vertical-align { font-size: 0.001px } .uk-vertical-align:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-vertical-align-middle, .uk-vertical-align-bottom { display: inline-block; max-width: 100%; font-size: 1rem } .uk-vertical-align-middle { vertical-align: middle } .uk-vertical-align-bottom { vertical-align: bottom } [class*='uk-height'] { box-sizing: border-box } .uk-height-1-1 { height: 100% } .uk-height-viewport { height: 100vh; min-height: 600px } .uk-responsive-width, .uk-responsive-height { box-sizing: border-box } .uk-responsive-width { max-width: 100% !important; height: auto } .uk-responsive-height { max-height: 100%; width: auto } .uk-margin { margin-bottom: 15px } *+.uk-margin { margin-top: 15px } .uk-margin-top { margin-top: 15px !important } .uk-margin-bottom { margin-bottom: 15px !important } .uk-margin-left { margin-left: 15px !important } .uk-margin-right { margin-right: 15px !important } .uk-margin-large { margin-bottom: 35px } *+.uk-margin-large { margin-top: 35px } .uk-margin-large-top { margin-top: 35px !important } .uk-margin-large-bottom { margin-bottom: 35px !important } .uk-margin-large-left { margin-left: 35px !important } .uk-margin-large-right { margin-right: 35px !important } .uk-margin-small { margin-bottom: 5px } *+.uk-margin-small { margin-top: 5px } .uk-margin-small-top { margin-top: 5px !important } .uk-margin-small-bottom { margin-bottom: 5px !important } .uk-margin-small-left { margin-left: 5px !important } .uk-margin-small-right { margin-right: 5px !important } .uk-margin-remove { margin: 0 !important } .uk-margin-top-remove { margin-top: 0 !important } .uk-margin-bottom-remove { margin-bottom: 0 !important } .uk-padding-remove { padding: 0 !important } .uk-padding-top-remove { padding-top: 0 !important } .uk-padding-bottom-remove { padding-bottom: 0 !important } .uk-padding-vertical-remove { padding-top: 0 !important; padding-bottom: 0 !important } .uk-border-circle { border-radius: 50% } .uk-border-rounded { border-radius: 5px } .uk-heading-large { font-size: 36px; line-height: 42px } @media (min-width: 768px) { .uk-heading-large { font-size: 52px; line-height: 64px } } .uk-link-muted, .uk-link-muted a { color: #848D92 } .uk-link-muted:hover, .uk-link-muted a:hover { color: #848D92 } .uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset a:focus { color: inherit; text-decoration: none } .uk-scrollable-text { height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; resize: both } .uk-scrollable-box { box-sizing: border-box; height: 170px; padding: 10px; border: 1px solid #ddd; overflow: auto; -webkit-overflow-scrolling: touch; resize: both } .uk-scrollable-box> :last-child { margin-bottom: 0 } .uk-overflow-hidden { overflow: hidden } .uk-overflow-container { overflow: auto; -webkit-overflow-scrolling: touch } .uk-overflow-container> :last-child { margin-bottom: 0 } .uk-position-absolute, [class*='uk-position-top'], [class*='uk-position-bottom'] { position: absolute !important } .uk-position-top { top: 0; left: 0; right: 0 } .uk-position-bottom { bottom: 0; left: 0; right: 0 } .uk-position-top-left { top: 0; left: 0 } .uk-position-top-right { top: 0; right: 0 } .uk-position-bottom-left { bottom: 0; left: 0 } .uk-position-bottom-right { bottom: 0; right: 0 } .uk-position-cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0 } .uk-position-relative { position: relative !important } .uk-position-z-index { z-index: 1 } .uk-display-block { display: block !important } .uk-display-inline { display: inline !important } .uk-display-inline-block { display: inline-block !important; max-width: 100% } @media (min-width: 960px) { .uk-visible-small { display: none !important } .uk-visible-medium { display: none !important } .uk-hidden-large { display: none !important } } @media (min-width: 768px) and (max-width: 959px) { .uk-visible-small { display: none !important } .uk-visible-large { display: none !important } .uk-hidden-medium { display: none !important } } @media (max-width: 767px) { .uk-visible-medium { display: none !important } .uk-visible-large { display: none !important } .uk-hidden-small { display: none !important } } .uk-hidden { display: none !important; visibility: hidden !important } .uk-invisible { visibility: hidden !important } .uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible { display: block !important; visibility: visible !important } .uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible { display: inline-block !important; visibility: visible !important } .uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch { display: none !important } .uk-flex { display: -ms-flexbox; display: -webkit-flex; display: flex } .uk-flex-inline { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex } .uk-flex>*, .uk-flex-inline>* { -ms-flex-negative: 1 } .uk-flex-top { -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start } .uk-flex-middle { -ms-flex-align: center; -webkit-align-items: center; align-items: center } .uk-flex-bottom { -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end } .uk-flex-center { -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center } .uk-flex-right { -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end } .uk-flex-space-between { -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between } .uk-flex-space-around { -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around } .uk-flex-row-reverse { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse } .uk-flex-column { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column } .uk-flex-column-reverse { -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse } .uk-flex-nowrap { -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap } .uk-flex-wrap { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap } .uk-flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse } .uk-flex-wrap-top { -ms-flex-line-pack: start; -webkit-align-content: flex-start; align-content: flex-start } .uk-flex-wrap-middle { -ms-flex-line-pack: center; -webkit-align-content: center; align-content: center } .uk-flex-wrap-bottom { -ms-flex-line-pack: end; -webkit-align-content: flex-end; align-content: flex-end } .uk-flex-wrap-space-between { -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between } .uk-flex-wrap-space-around { -ms-flex-line-pack: distribute; -webkit-align-content: space-around; align-content: space-around } .uk-flex-order-first { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last { -ms-flex-order: 99; -webkit-order: 99; order: 99 } @media (min-width: 480px) { .uk-flex-order-first-small { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-small { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 768px) { .uk-flex-order-first-medium { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-medium { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 960px) { .uk-flex-order-first-large { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-large { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 1220px) { .uk-flex-order-first-xlarge { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-xlarge { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } .uk-flex-item-none { -ms-flex: none; -webkit-flex: none; flex: none } .uk-flex-item-auto { -ms-flex: auto; -webkit-flex: auto; flex: auto; -ms-flex-negative: 1 } .uk-flex-item-1 { -ms-flex: 1; -webkit-flex: 1; flex: 1 } .uk-contrast { color: #fff } .uk-contrast a:not([class]), .uk-contrast .uk-link { color: fade(#fff, 70%); text-decoration: none } .uk-contrast a:not([class]):hover, .uk-contrast .uk-link:hover { color: #fff; text-decoration: underline } .uk-contrast:not(pre)>code, .uk-contrast:not(pre)>kbd, .uk-contrast:not(pre)>samp { color: #fff } .uk-contrast em { color: #fff } .uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6 { color: #fff } .uk-contrast hr { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-nav li>a, .uk-contrast .uk-nav li>a:hover { text-decoration: none } .uk-contrast .uk-nav-side>li>a { color: #fff } .uk-contrast .uk-nav-side>li>a:hover, .uk-contrast .uk-nav-side>li>a:focus { background: fade(#fff, 10%); color: #fff } .uk-contrast .uk-nav-side>li.uk-active>a { background: #fff; color: #444 } .uk-contrast .uk-nav-side .uk-nav-header { color: #fff } .uk-contrast .uk-nav-side .uk-nav-divider { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-nav-side ul a { color: fade(#fff, 70%) } .uk-contrast .uk-nav-side ul a:hover { color: #fff } .uk-contrast .uk-subnav>*>a { color: fade(#fff, 70%); text-decoration: none } .uk-contrast .uk-subnav>*>a:hover, .uk-contrast .uk-subnav>*>a:focus { color: #fff; text-decoration: none } .uk-contrast .uk-subnav>.uk-active>a { color: #fff } .uk-contrast .uk-subnav-line> :nth-child(n+2):before { border-left-color: fade(#fff, 20%) } .uk-contrast .uk-subnav-pill>*>a:hover, .uk-contrast .uk-subnav-pill>*>a:focus { background: fade(#fff, 70%); color: #444; text-decoration: none } .uk-contrast .uk-subnav-pill>.uk-active>a { background: #fff; color: #444 } .uk-contrast .uk-tab { border-bottom-color: fade(#fff, 20%) } .uk-contrast .uk-tab>li>a { border-color: transparent; color: fade(#fff, 70%) } .uk-contrast .uk-tab>li>a:hover, .uk-contrast .uk-tab>li>a:focus, .uk-contrast .uk-tab>li.uk-open>a { border-color: fade(#fff, 70%); background: fade(#fff, 70%); color: #444; text-decoration: none } .uk-contrast .uk-tab>li.uk-active>a { border-color: fade(#fff, 20%); border-bottom-color: transparent; background: #fff; color: #444 } .uk-contrast .uk-tab-center { border-bottom-color: fade(#fff, 20%) } .uk-contrast .uk-tab-grid:before { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-list-line>li:nth-child(n+2) { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-form select, .uk-contrast .uk-form textarea, .uk-contrast .uk-form input:not([type]), .uk-contrast .uk-form input[type="text"], .uk-contrast .uk-form input[type="password"], .uk-contrast .uk-form input[type="datetime"], .uk-contrast .uk-form input[type="datetime-local"], .uk-contrast .uk-form input[type="date"], .uk-contrast .uk-form input[type="month"], .uk-contrast .uk-form input[type="time"], .uk-contrast .uk-form input[type="week"], .uk-contrast .uk-form input[type="number"], .uk-contrast .uk-form input[type="email"], .uk-contrast .uk-form input[type="url"], .uk-contrast .uk-form input[type="search"], .uk-contrast .uk-form input[type="tel"], .uk-contrast .uk-form input[type="color"] { border-color: fade(#fff, 80%); background: fade(#fff, 80%); color: #444; background-clip: padding-box } .uk-contrast .uk-form select:focus, .uk-contrast .uk-form textarea:focus, .uk-contrast .uk-form input:not([type]):focus, .uk-contrast .uk-form input[type="text"]:focus, .uk-contrast .uk-form input[type="password"]:focus, .uk-contrast .uk-form input[type="datetime"]:focus, .uk-contrast .uk-form input[type="datetime-local"]:focus, .uk-contrast .uk-form input[type="date"]:focus, .uk-contrast .uk-form input[type="month"]:focus, .uk-contrast .uk-form input[type="time"]:focus, .uk-contrast .uk-form input[type="week"]:focus, .uk-contrast .uk-form input[type="number"]:focus, .uk-contrast .uk-form input[type="email"]:focus, .uk-contrast .uk-form input[type="url"]:focus, .uk-contrast .uk-form input[type="search"]:focus, .uk-contrast .uk-form input[type="tel"]:focus, .uk-contrast .uk-form input[type="color"]:focus { border-color: #fff; background: #fff; color: #444 } .uk-contrast .uk-form:-ms-input-placeholder { color: fade(#444, 70%) !important } .uk-contrast .uk-form::-moz-placeholder { color: fade(#444, 70%) } .uk-contrast .uk-form::-webkit-input-placeholder { color: fade(#444, 70%) } .uk-contrast .uk-button { color: #444; background: #fff } .uk-contrast .uk-button:hover, .uk-contrast .uk-button:focus { background-color: fade(#fff, 80%); color: #444 } .uk-contrast .uk-button:active, .uk-contrast .uk-button.uk-active { background-color: fade(#fff, 70%); color: #444 } .uk-contrast .uk-button-primary { background-color: #00a8e6; color: #fff } .uk-contrast .uk-button-primary:hover, .uk-contrast .uk-button-primary:focus { background-color: #35b3ee; color: #fff } .uk-contrast .uk-button-primary:active, .uk-contrast .uk-button-primary.uk-active { background-color: #0091ca; color: #fff } .uk-contrast .uk-icon-hover { color: fade(#fff, 70%) } .uk-contrast .uk-icon-hover:hover { color: #fff } .uk-contrast .uk-icon-button { background: #fff; color: #444 } .uk-contrast .uk-icon-button:hover, .uk-contrast .uk-icon-button:focus { background-color: fade(#fff, 80%); color: #444 } .uk-contrast .uk-icon-button:active { background-color: fade(#fff, 70%); color: #444 } .uk-contrast .uk-text-muted { color: fade(#fff, 60%) !important } .uk-contrast .uk-text-primary { color: #2d7091 !important } @media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important } a, a:visited { text-decoration: underline } pre, blockquote { border: 1px solid #999; page-break-inside: avoid } thead { display: table-header-group } tr, img { page-break-inside: avoid } img { max-width: 100% !important } @page { margin: 0.5cm } p, h2, h3 { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } } .uk-slideshow { position: relative; z-index: 0; width: 100%; margin: 0; padding: 0; list-style: none; overflow: hidden; touch-action: pan-y } .uk-slideshow>li { position: absolute; top: 0; left: 0; width: 100%; opacity: 0 } .uk-slideshow>.uk-active { z-index: 10; opacity: 1 } .uk-slideshow>li>img { visibility: hidden } [data-uk-slideshow-slide] { cursor: pointer } .uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li { height: 100vh } .uk-slideshow-fade-in { -webkit-animation: uk-fade 0.5s linear; animation: uk-fade 0.5s linear } .uk-slideshow-fade-out { -webkit-animation: uk-fade 0.5s linear reverse; animation: uk-fade 0.5s linear reverse } .uk-slideshow-scroll-forward-in { -webkit-animation: uk-slide-right 0.5s ease-in-out; animation: uk-slide-right 0.5s ease-in-out } .uk-slideshow-scroll-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse } .uk-slideshow-scroll-backward-in { -webkit-animation: uk-slide-left 0.5s ease-in-out; animation: uk-slide-left 0.5s ease-in-out } .uk-slideshow-scroll-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse } .uk-slideshow-scale-out { -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse; animation: uk-fade-scale-15 0.5s ease-in-out reverse } .uk-slideshow-swipe-forward-in { -webkit-animation: uk-slide-left-33 0.5s ease-in-out; animation: uk-slide-left-33 0.5s ease-in-out } .uk-slideshow-swipe-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse } .uk-slideshow-swipe-backward-in { -webkit-animation: uk-slide-right-33 0.5s ease-in-out; animation: uk-slide-right-33 0.5s ease-in-out } .uk-slideshow-swipe-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse } .uk-slideshow-swipe-forward-in:before, .uk-slideshow-swipe-backward-in:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.6); -webkit-animation: uk-fade 0.5s ease-in-out reverse; animation: uk-fade 0.5s ease-in-out reverse } .uk-dotnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-top: -15px; padding: 0; list-style: none } .uk-dotnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 15px; margin-top: 15px } .uk-dotnav:before, .uk-dotnav:after { content: ""; display: block; overflow: hidden } .uk-dotnav:after { clear: both } .uk-dotnav>* { float: left } .uk-dotnav>*>* { display: block; box-sizing: content-box; width: 20px; height: 20px; border-radius: 50%; background: white; border: 1px solid black; text-indent: 100%; overflow: hidden; white-space: nowrap } .uk-dotnav>*> :hover, .uk-dotnav>*> :focus { background: black; outline: none } .uk-dotnav>*> :active { background: black; } .uk-dotnav>.uk-active>* { background: rgba(50, 50, 50, 0.4) } .uk-dotnav-contrast>*>* { background: rgba(255, 255, 255, 0.4) } .uk-dotnav-contrast>*> :hover, .uk-dotnav-contrast>*> :focus { background: rgba(255, 255, 255, 0.7) } .uk-dotnav-contrast>*> :active { background: rgba(255, 255, 255, 0.9) } .uk-dotnav-contrast>.uk-active>* { background: rgba(255, 255, 255, 0.9) } .uk-dotnav-vertical { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column } .uk-dotnav-vertical>* { float: none } .uk-slidenav { display: inline-block; box-sizing: border-box; width: 42px; height: 42px; line-height: 42px; color: #d31f26; font-size: 42px; text-align: center } .uk-slidenav:hover, .uk-slidenav:focus { outline: none; text-decoration: none; color: #d31f26; cursor: pointer } .uk-slidenav:active { color: #d31f26 } .uk-slidenav-previous:before { content: ""; font-family: FontAwesome; -webkit-text-stroke: 5px #fff; } .uk-slidenav-next:before { content: ""; font-family: FontAwesome; -webkit-text-stroke: 5px #fff; } .uk-slidenav-position { position: relative } .uk-slidenav-position .uk-slidenav { display: none; position: absolute; top: 50%; z-index: 1; margin-top: -21px } .uk-slidenav-position:hover .uk-slidenav { display: block } .uk-slidenav-position .uk-slidenav-previous { left: -10% } .uk-slidenav-position .uk-slidenav-next { right: -10% } .uk-slidenav-contrast { color: rgba(255, 255, 255, 0.5) } .uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus { color: rgba(255, 255, 255, 0.7) } .uk-slidenav-contrast:active { color: rgba(255, 255, 255, 0.9) } .uk-slider { position: relative; z-index: 0; touch-action: pan-y } .uk-slider:not(.uk-grid) { margin: 0; padding: 0; list-style: none } .uk-slider>* { position: absolute; top: 0; left: 0 } .uk-slider-container { overflow: hidden } .uk-slider:not(.uk-drag) { -webkit-transition: -webkit-transform 200ms linear; transition: transform 200ms linear } .uk-slider.uk-drag { cursor: col-resize; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } .uk-slider a, .uk-slider img { -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none } .uk-slider img { pointer-events: none } .uk-slider-fullscreen, .uk-slider-fullscreen>li { height: 100vh } .uk-accordion-title { margin-top: 0; margin-bottom: 15px; padding: 5px 15px; background: #eee; font-size: 18px; line-height: 24px; cursor: pointer } .uk-accordion-content { padding: 0 15px 15px 15px } .uk-accordion-content:before, .uk-accordion-content:after { content: ""; display: table } .uk-accordion-content:after { clear: both } .uk-accordion-content> :last-child { margin-bottom: 0 } .uk-tooltip { display: none; position: absolute; z-index: 1030; box-sizing: border-box; max-width: 200px; padding: 5px 8px; background: #333; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px } .uk-tooltip:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px dashed #333 } .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after { bottom: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-color: #333 } .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after { top: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #333 } .uk-tooltip-top:after, .uk-tooltip-bottom:after { left: 50%; margin-left: -5px } .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after { left: 10px } .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after { right: 10px } .uk-tooltip-left:after { right: -5px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; border-left-color: #333 } .uk-tooltip-right:after { left: -5px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; border-right-color: #333 } .accordion__item { margin-top: 15px } .accordion__item .uk-icon-button { position: absolute; right: 14px; top: 14px } .uk-accordion-title { margin-bottom: 0; padding: 15px 15px; position: relative; background: #d31f26; width: 100%; box-sizing: border-box } .uk-accordion-title .header { color: white; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 80%; font-size: 24px } .uk-accordion-title:before { border-top: 1px solid #d31f26; content: ""; width: 20px; top: 31px; right: 22px; position: absolute; z-index: 1 } .uk-accordion-title:after { border-top: 1px solid #d31f26; content: ""; width: 20px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); top: 31px; right: 22px; position: absolute } .uk-accordion-title--disabled { padding-bottom: 15px; border-bottom: 2px solid rgba(132, 141, 146, 0.2); margin-bottom: 35px } .uk-accordion-title.uk-active .header { white-space: normal; text-overflow: clip; overflow: visible } .uk-accordion-content { padding-top: 10px } .uk-accordion__white .accordion__item { background: white; width: auto; display: block; color: black } .uk-accordion__white .uk-accordion-title { background: none; margin-bottom: 0; padding: 15px 15px 15px 3px; position: relative; width: auto; display: inline } .uk-accordion__white .uk-accordion-title h3 { color: black; width: auto; position: static; display: inline } .uk-accordion__white .uk-accordion-title:before { border-top: 4px solid #d31f26; content: ""; width: 15px; top: 16px; right: -28px; position: absolute; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg) } .uk-accordion__white .uk-accordion-title:after { border-top: 4px solid #d31f26; content: ""; width: 15px; top: 24px; right: -28px; position: absolute; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg) } .uk-accordion__white .uk-accordion-title.uk-active:before { top: 16px; right: -32px; transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg) } .uk-accordion__white .uk-accordion-title.uk-active:after { top: 16px; right: -24px; position: absolute; transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg) } .uk-accordion__white .accordion__item .uk-icon-button { display: none } .uk-accordion--green_background .uk-accordion-title { display: block; background: white } .uk-accordion--green_background .uk-accordion-title h3 { color: black; padding-left: 0 } .uk-accordion--green_background .uk-accordion-title:before, .uk-accordion--green_background .uk-accordion-title:after { border-color: #fff !important } .uk-accordion--green_background .uk-accordion-title .uk-icon-button { background: #3e59a8 } .uk-accordion--green_background .uk-accordion-content { background: #DAE1DA; color: black; width: 100%; box-sizing: border-box; margin-left: 0px } .uk-accordion--green_background .uk-accordion-content p { width: 100%; color: black } .uk-accordion--green_background .uk-accordion-content a { color: #d31f26 } .box--bottom { position: absolute; bottom: 100px; left: 20px } .box--bottom .box--transGreen--addition { display: none } .box--bottom .box--transInner h1 { max-width: 800px } .box--transGreen { background-color: rgba(211, 31, 38, 0.8); left: 0 } .box--transGreen .box--transInner { position: relative; padding: 30px 20px 30px 38px } .box--transGreen .box--transInner h1 { max-width: 800px } .box--transGreen * { line-height: 100%; color: #FFF } .box--clip .box--transGreen--addition { display: block; position: absolute; right: -80px; top: 0; height: 100%; width: 80px; background-repeat: none; background-size: cover } .box--clip .box--transGreen--addition .box--transGreen--addition__inner { height: 100%; overflow: hidden } .box--clip .box--transGreen--addition .box--transGreen--addition__content--rotated { height: 125%; background: rgba(211, 31, 38, 0.8); transform: translate(-40px, -30px) rotate(15deg) } .uk-button { text-transform: uppercase; position: relative; transition: all 150ms ease-out; font-family: HelveticaNeueW02-55Roma; padding-top: 16px } .uk-button-block { width: 100% } .uk-button-bordered { border-top: 3px solid RGBA(235, 235, 235, 1); background-color: transparent; color: #d31f26; text-transform: none } .uk-button-bordered:hover { background-color: transparent; color: #d31f26 } .uk-button.uk-button-razor.uk-button-white { background-color: #FFF; color: #d31f26 } .uk-button.uk-button-razor.uk-button-white.uk-button-razor:before, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:hover:before, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:after, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .uk-button-razor { padding-left: 8px; padding-right: 8px; margin-right: 22px } .uk-button-razor:before { display: inline-block; position: absolute; left: -17.51px; top: 0; content: " "; width: 0; height: 0; border-bottom: 44px solid #848D92; border-left: 18px solid transparent; transition: all 150ms ease-out } .uk-button-razor:after { display: inline-block; position: absolute; right: -17.51px; top: 0; content: " "; width: 0; height: 0; border-top: 44px solid #848D92; border-right: 18px solid transparent; transition: all 150ms ease-out } .uk-button-razor:last-of-type { padding-left: 8px; padding-right: 14px } .uk-button-razor:last-of-type:after { display: none } .uk-button-razor:first-of-type { padding-right: 8px; padding-left: 14px } .uk-button-razor:first-of-type:before { display: none } .uk-button-razor:first-of-type:after { display: inline-block } .uk-button-razor:hover:before, .uk-button-razor:hover:after { border-top-color: #727b80; border-bottom-color: #727b80 } .uk-button-razor.uk-button-primary:before, .uk-button-razor.uk-button-primary:after { border-top-color: #d31f26; border-bottom-color: #d31f26 } .uk-button-razor.uk-button-primary:hover:before, .uk-button-razor.uk-button-primary:hover:after { border-top-color: #ad1b21; border-bottom-color: #ad1b21 } @media (max-width: 480px) { .uk-button-razor { margin-bottom: 10px; display: block } .uk-button-razor:before { display: none } .uk-button-razor:after, .uk-button-razor:last-of-type:after { display: inline-block } } button.uk-button { padding-top: 0 } .uk-button-inform { min-height: 40px } .button__group { display: inline; } @media screen and (max-width: 770px) { .button__group_2 { padding-top: 20px; padding-bottom: 150px; display: table; margin-right: auto; margin-left: auto; } } @media screen and (min-width: 770px) { .button__group_2 { display: inline; padding-top: 20px; padding-bottom: 150px; float: right; } } .kcheckbox { display: inline-block; position: relative; margin-right: 15px } .kcheckbox i { position: absolute; left: 3px; color: white; z-index: 1 } .kcheckbox input[type="checkbox"] { position: absolute; display: none } .kcheckbox label { position: relative; padding-left: 35px; cursor: pointer } .kcheckbox label:before { content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 20px; border: 1px solid #d31f26; background: white; z-index: 2 } .kcheckbox input[type="checkbox"]:checked+label:after { font-family: FontAwesome; content: ""; position: absolute; bottom: 1px; left: 1px; font-size: 21px; line-height: 0.8; color: white; transition: all .2s; width: 20px; height: 20px; background: #d31f26 } .kcheckbox input[type="checkbox"]:checked+label:before { z-index: 0 } .column--padding-left { padding-left: 70px } @media only screen and (max-width: 960px) { .column--padding-left { padding-left: 30px } } .column--small-image img { max-width: 60px; margin-bottom: 20px } .column--centered-text { text-align: center } .imageLeftThreeColumns { text-align: center; padding-top: 60px } .imageLeftThreeColumns img { width: 100%; max-width: 400px } .imageLeftTwoColumns img { width: 100%; max-width: 480px } .marginBottom50 { margin-bottom: 50px } .cutted { position: relative; display: inline-block } .cutted:before { position: absolute; height: 100%; width: 100%; background: url(../images/whitebg.png) no-repeat 100% 0; content: " " } .uk-datepicker { width: auto; border: 1px solid #d31f26; background-color: white } .uk-datepicker .uk-datepicker-nav { margin-bottom: 7px; padding-bottom: 3px; border-bottom: 1px solid #d31f26; text-align: center } .uk-datepicker .uk-datepicker-nav .uk-datepicker-next { position: absolute; right: 15px } .uk-datepicker .uk-datepicker-nav .uk-datepicker-next::after { content: ">" } .uk-datepicker .uk-datepicker-nav .uk-datepicker-previous { position: absolute; left: 15px } .uk-datepicker .uk-datepicker-nav .uk-datepicker-previous::after { content: "<" } .uk-datepicker .uk-datepicker-nav .uk-datepicker-heading { display: inline-block } .uk-datepicker .uk-datepicker-table thead { display: none } .uk-datepicker .uk-datepicker-table td { text-align: right } .uk-datepicker .uk-datepicker-table td a { padding: 4px } .uk-datepicker .uk-datepicker-table td a:hover { text-decoration: underline } .discoverybgimage, .discovery { text-align: center; width: 100% } .discoverybgimage img, .discovery img { width: 768px; max-width: 768px } .discoverybgimage.small .hotspots, .discovery.small .hotspots { position: relative } .discoverybgimage.small .hotspots__inner, .discoverybgimage.small img, .discovery.small .hotspots__inner, .discovery.small img { width: 100% } .discoverybgimage.small .hotspot__circle__inner__cut, .discoverybgimage.small .hotspot__circle img, .discovery.small .hotspot__circle__inner__cut, .discovery.small .hotspot__circle img { display: none } .discoverybgimage.small .hotspot, .discoverybgimage.small .hotspot__circle, .discoverybgimage.small .hotspot__circle__inner, .discovery.small .hotspot, .discovery.small .hotspot__circle, .discovery.small .hotspot__circle__inner { position: initial; margin: 5px } .discoverybgimage.small .hotspot, .discovery.small .hotspot { display: inline-block } .discoverybgimage { position: absolute } .discoverybgimage .discoverybgimage__inner { position: relative } .uk-slideshow .discoverybgimage { position: absolute; width: 100%; height: 100%; margin-top: -80px } .uk-slideshow .discoverybgimage .discoverybgimage__inner { position: relative; width: 100%; height: 100% } .uk-slideshow .discovery { height: 100% } .uk-slideshow .section--mediumHeight .discoverybgimage { margin-top: 0 !important } .dotnav { margin: 0; padding: 0; list-style: none; text-align: center } .dotnav li { display: inline-block } .dotnav li a { display: block; height: 8px } .dotnav__link { margin-right: 10px; width: 80px; height: 8px; padding: 0 5px 0 10px; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); background: RGBA(235, 235, 235, 1) } .uk-active .dotnav__link { background: #d31f26 } .download:before { font-family: FontAwesome; display: inline-block; font-weight: normal; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f019"; left: 5px; top: 7px } .download { display: block } .download span { color: #444; padding-left: 20px } .download:hover span { color: #d31f26 } .download.underlined { font-weight: bold; border-bottom: 1px solid #dedede; padding: 10px 0 5px 0 } .download.underlined:last-child { border-bottom: none } .uk-no-padding-left { padding-left: 0 !important } .uk-padding-left-eight { padding-left: 8px } .downloadsection__items h3 { margin-left: -25px !important; padding-bottom: 20px !important } @media (min-width: 1220px) { .downloadsection__items h3 { margin-left: -35px !important; padding-bottom: 20px !important } } .downloadsection__items__inner h3 { padding-top: 60px } .downloadsection__items__inner h3:first-child { padding-top: 0 } .downloadsection__item { border-bottom: 1px solid #dedede; padding: 0 0 10px 0 } .downloadsection__item .download span { color: #d31f26 !important } .downloadsection__item .download:hover span { text-decoration: underline } .downloadsection__item .dropdown-select__select { max-width: 160px; margin-top: -10px } .selectize-dropdown-content a { display: block; color: #303030 } .selectize-dropdown-content a:hover { color: #d31f26 !important; text-decoration: none !important } .dropdown-select .uk-container { width: 100% } .dropdown-select .section__inside { position: relative; text-align: left } .dropdown-select h3 { display: inline-block; max-width: 50% } .dropdown-select .dropdown-select__select { width: 50%; right: 0; top: 50%; margin-top: -16px } .dropdown-select .section--green .dropdown-select__select { float: right; position: absolute } .external-link { vertical-align: middle; padding-top: 0; height: 14px; padding-bottom: 2px } .feature i { color: #d31f26 } .feature p { color: #979797 } .flex { display: flex } .flex--row { flex-direction: row } .flex--col { flex-direction: column } .flex--nowrap { flex-wrap: nowrap } .flex--noshrink { flex-shrink: 0 } .flex--stretch { width: 100%; align-items: stretch } .flex_item--1 { order: 1 } .flex_item--2 { order: 2 } .flex_item--3 { order: 3 } .flex_item--grow { flex-grow: 1 } .floatingmenu { position: fixed; z-index: 10; top: 35%; right: 0px; width: 200px } .floatingmenu ul { margin-bottom: 20px; list-style: none; margin-top: 0; margin-bottom: 0; float: right; padding-left: 0; width: 100% } .floatingmenu ul li a { display: block; border-bottom: 1px solid white; background-color: #848D92; color: white; padding: 10px 20px; padding-left: 50px } .floatingmenu ul li a.active, .floatingmenu ul li a:hover { background-color: #d31f26 } .floatingmenu ul li:first-child a { border-top: 1px solid white } .floatingmenu .uk-slidenav-next:before { display: inline-block; transform: rotate(180deg) } .floatingmenu.active .uk-slidenav-next:before { transform: rotate(0deg); margin-left: 2px } @media only screen and (max-width: 768px) { .floatingmenu { display: none } } #floatingMenuToggle:hover, #floatingMenuToggle:active { cursor: pointer } #floatingMenuToggle { margin: 0; margin-top: 0; display: none; position: absolute; top: 0; bottom: 0; float: right; font-weight: normal; width: 10px; font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif; font-size: 17px; border: 1px solid white; background-color: #d31f26; color: white; padding: 10px 20px; text-align: left; padding-left: 6px } #floatingMenuToggle .uk-slidenav { color: white; line-height: 33px; font-size: 33px; width: 0; height: 0; margin-top: -18px; float: right } #floatingMenuToggle .uk-slidenav-previous { margin-right: 5px } .footertoolbar button { min-height: 40px } .footertoolbar input { width: 70% } .footertoolbar .parsley-errors-list { position: absolute; padding-left: 0; margin-top: 5px } .footertoolbar .parsley-errors-list li { list-style: none; color: #c00 } .footertoolbar #form--newsletter { display: none } .footertoolbar__print { text-transform: uppercase; vertical-align: middle; color: RGBA(135, 145, 151, 1) } .footertoolbar__print i { font-size: 30px; vertical-align: middle } @media only screen and (max-width: 768px) { .footertoolbar>div { padding: 10px 0 10px 25px } } .uk-form .spinner-submit, .uk-form .successful-submit, .uk-form button.uk-position-absolute { right: -50px } .uk-form .spinner-submit, .uk-form .successful-submit { display: none } .uk-form .spinner-submit.visible, .uk-form .successful-submit.visible { display: block } #basicinformation, #additionalinformation { position: absolute !important; left: -999em !important } .basicform #message { height: 160px } @media (max-width: 768px) { .basicform { margin-bottom: 20px !important } .basicform #message { height: 100px } .basicform .uk-button { position: static !important; width: 100%; margin: 10px 0 } .basicform .uk-button i { font-size: 2rem } } .parsley-error { border-color: #d85030 !important; color: #d85030 } .parsley-errors-list { list-style: none; padding-left: 0; color: #d85030; font-style: italic } .parsley-errors-list:empty { margin: 0 } .form--default input, .form--default .selectize-input, .form--default .selectize-dropdown { border-color: #000 !important } .form--default .selectize-input:before { background: #000 } .form--default .selectize-control.single .selectize-input:after { border-color: #000 transparent transparent transparent } .form--default .selectize-control.single .selectize-input.dropdown-active:after { border-color: transparent transparent #000 transparent } .form--simple input[type="text"], .form--simple input[type="email"] { width: 100% } .form--simple label { font-weight: bold } @media only screen and (max-width: 960px) { .form--simple span.uk-margin-large-left { margin-left: 10px !important } .form--simple span.uk-margin-large-right { margin-right: 10px !important } } .gallery__overlay { background: #d31f26; padding-left: 45px } .gallery__overlay ul { list-style-type: square; font-size: 1em } .gallery .uk-slidenav { color: white; font-size: 60px } .gallery .uk-slider>li img { border-right: 1px solid white } .gallery .uk-slidenav-previous { left: 0 } .gallery .uk-slidenav-next { right: 0 } .uk-slidenav.uk-slidenav-previous:hover, .uk-slidenav.uk-slidenav-next:hover { text-decoration: none !important } .gallery__item ol, .gallery__item ul { list-style-type: square !important } .gallery__item ol li, .gallery__item ul li { border-top: none !important } .gallery__item .video-title { position: absolute; width: 80%; text-align: center; display: block; margin: 0 auto; left: 1%; top: 25%; height: 50%; z-index: 10 } @media (max-width: 480px) { .gallery__item .video-title { left: 50px; right: 50px } } .gallery__item .video-title .button__group { position: relative } .gallery__item .video-title .button__group>a:first-child { display: block; position: absolute; width: 100%; min-width: 235px; height: 100%; min-height: 60px; z-index: 1; left: -80px } @media (max-width: 480px) { .gallery__item .video-title .button__group>a:first-child { min-width: 285px; left: -120px } } .gallery__item .video-title a:hover, .gallery__item .video-title a:hover h4 { text-decoration: none !important } .gallery__item .video-title .uk-button-razor { background-color: #d31f26 !important; color: #FFF !important; padding-right: 8px !important; padding-left: 14px !important } .gallery__item .video-title .uk-button-razor:before { display: none !important } .gallery__item .video-title .uk-button-razor:after { display: inline-block !important; border-top-color: #d31f26 !important; border-bottom-color: #d31f26 !important } .gallery__item .video-title h4 { color: #FFFFFF; font-weight: bold; margin-bottom: 20px; font-size: 26px } .gallery__item .video-overlay:before { content: ''; z-index: 1; background: #000; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.33 } .gallery_slidenav_previous, .gallery_slidenav_next { display: inline-block; position: absolute; top: 0; height: 100%; width: 50px; background: #d31f26 } .gallery_slidenav_next { right: 0 } .gallery_slidenav_previous { left: 0 } .gallery__item__figcaption { padding: 10px; margin: 10px 20px } @media (max-width: 480px) { .gallery__item__figcaption { margin-left: 50px; margin-right: 50px } } .uk-grid>* { max-width: 100% } .uk-grid.grid--intended--left { margin-left: auto; padding-top: 60px; width: 90% } .uk-grid.grid--intended--right { margin-right: auto; padding-top: 60px; width: 90% } .uk-grid.grid--bottom { position: absolute; bottom: 60px; left: 10px } @media (min-width: 960px) { .uk-grid.grid--bottom { bottom: 90px; left: 90px } } @media (max-width: 960px) { .uk-grid.grid--intended--left, .uk-grid.grid--intended--right { margin-left: auto; margin-right: auto } } .white-border--bottom { border-bottom: 1px solid white } @media (max-width: 1036px) { .hamburger-mobile, .hamburger { font-size: 30px; line-height: 95px; margin: 0 5px; display: inline-block } } @media (min-width: 1036px) { .hamburger-mobile, .hamburger { font-size: 30px; line-height: 95px; margin: 0 5px; display: none; } } .hamburger-mobile span, .hamburger span { display: block; background-image: url("../images/hamburger_muted.png"); width: 30px; height: 30px; background-repeat: no-repeat } .hamburger-mobile.open span, .hamburger.open span { background-image: url("../images/hamburger.png") } .hamburger-mobile.open span { background-image: url("../images/hamburger_close.png") } .hamburger__menu { display: none; background-color: RGBA(237, 237, 237, 1); padding: 25px 0 } .hamburger__menu .uk-grid { margin: 0 40px } .hamburger__menu ul { padding-left: 20px } .hamburger__menu li { font-size: 100% } .hamburger__menu li a { color: #848D92 } .hamburger__menu li a.active, .hamburger__menu li a:active, .hamburger__menu li a:hover { color: #d31f26 } .hamburger__menu__item { padding: 0 } .hamburger__menu__item div { padding-left: 20px; border-bottom: 1px solid #999; padding-bottom: 15px; position: relative } .hamburger__menu__item div a { color: #444 } .hamburger__menu__item div a:hover { color: #d31f26 } .hamburger__menu__item div a:active, .hamburger__menu__item div a.active { color: #d31f26; font-weight: bold } .hamburger__menu__item div a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 20%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .hamburger__menu__item div a:hover:after, .hamburger__menu__item div a:active:after, .hamburger__menu__item div a.active:after { opacity: 1 } .hamburger-mobile__menu { display: none; background-color: #e6e6e6 } .hamburger-mobile__menu a { color: #444 !important } .hamburger-mobile__menu .uk-accordion-content { background-color: inherit } .hamburger-mobile__menu .uk-accordion-title { background-color: #d9d9d9 !important } .hamburger-mobile__menu .uk-accordion-title:before { border: none } .hamburger-mobile__menu .uk-accordion-title:after { content: "\f107"; top: 18px; border: none; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center } .hamburger-mobile__menu .uk-accordion-title.uk-active { color: #d31f26; font-weight: bold } .hamburger-mobile__menu .uk-accordion-title.uk-active:after { content: "\f104" !important } .hamburger-mobile__menu li.uk-nav--item { padding-top: 10px } .hamburger-mobile__menu li.uk-nav--item.uk-active>a { font-weight: bold !important; color: #d31f26 !important } @media only screen and (max-width: 1090px) { .hamburger { margin: 0 } } @media (max-width: 1000px) { .hamburger-mobile, .hamburger { padding-left: 20px } .hamburger-mobile__menu li.uk-nav--item>a { padding: 10px 15px } } @media (max-width: 480px) { .search__btn { margin-top: 18px !important } .hamburger-mobile__menu li.uk-nav--item>a { font-size: 1.2rem } } .header__left { margin-right: 380px; position: relative } .header__right { z-index: 10; float: right; width: 345px; box-sizing: border-box } .header__background--grey { width: 100%; background-color: RGBA(237, 237, 237, 1); height: 100px; position: absolute; z-index: -1 } .header__sub { display: none; clear: both; width: 100%; background-color: RGBA(237, 237, 237, 1); border-top: 1px solid #fff; position: relative; z-index: 800 } .header__sub .header__sub__inner { width: 90%; margin: 0 auto; text-align: center } .header__sub li { display: inline-block } .header__sub a { position: relative; display: block; padding: 10px 10px 20px 10px; width: 100%; height: 100%; color: #999 } .header__sub a:hover { color: #d31f26 } .header__sub a:active { color: #d31f26; font-weight: bold } @media only screen and (max-width: 1035px) { .header__left { margin-right: 300px } .header__right { width: 265px } } @media only screen and (max-width: 1035px) { .header__right { width: 100% } } @media only screen and (max-width: 1035px) { .header--desktop { display: none !important } } @media only screen and (min-width: 1035px) { .header--mobile { display: none !important } } .textshadow--white { text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.4) } .textshadow--black { text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) } .history__slidersection { position: relative; margin-top: 50px; max-height: 300px } .history__slider { list-style: none } .history__slider .uk-slidenav-position { width: 280px; margin: 0 auto } .history__slider .uk-slider li img { width: 200px; margin-top: 9px } .history__slider .uk-slidenav-next { color: #d31f26; right: 0; top: 75px } .history__slider .uk-slidenav-previous { left: 0; color: #d31f26; top: 75px } .history__slidersection__inner { width: 90%; margin: 0 auto; position: relative; text-align: center } .history__slidersection__inner .date { color: #d31f26 } .history__slidersection__inner ul { padding-left: 0 } .history__yearsection .milestone__item:last-child div { display: none } .history__yearsection { position: relative } .history__yearsection .milestone__item { padding-bottom: 20px } .history__yearsection .milestone__item>* { display: inline-block } .history__yearsection .allyears__btn { display: block; text-align: center; width: 70%; margin-top: 20px; font-weight: bold; text-transform: uppercase } .history__yearsection .scrollable { height: 250px; overflow: hidden } .history__yearsection .scrollable ul { padding-left: 20px } .hotspots { position: absolute; width: 100%; height: 100% } .hotspots__inner { width: 768px; height: 100%; margin: 0 auto; position: relative } .hotspot { position: absolute; text-align: left } .hotspot.right .hotspot__circle__inner { left: 25px } .hotspot__circle { position: absolute; top: 0px; left: -43px } .hotspot__circle img { cursor: pointer; width: 20px; height: 20px; z-index: 1; position: absolute; top: -19px; left: 4px } .hotspot__circle__inner { display: table; width: 280px; position: absolute; right: -15px; bottom: 12px; -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ABABAB')"; filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ABABAB'); opacity: 0; transition: opacity 150ms ease-out } .hotspot__circle__inner.visibleHotspot { opacity: 1; transition: opacity 150ms ease-out } .hotspot__circle__inner.right--small { right: -16px; left: initial !important } .hotspot__circle__inner.left--small { left: 25px; right: initial !important } .hotspot__circle__inner__cut { display: table-cell; background-image: url("../images/whitebg.png"); background-repeat: no-repeat; background-size: cover; width: 15px; height: auto } .hotspot__circle__inner__text { display: table-cell; background-color: white } .hotspot__circle__inner__text a.link { padding: 8px 20px 8px 15px; display: block } .hotspot__circle__inner__text a.link:first-child { padding-bottom: 0 } .hotspot__circle__inner__text a.link:first-child+div.paragraph p { padding-top: 0 } .hotspot__circle__inner__text a.link:only-child { padding-bottom: 10px } .hotspot__circle__inner__text p { padding: 8px 20px 8px 15px; margin-bottom: 0 !important } @media only screen and (max-width: 960px) { .hotspot__circle__inner { width: 150px } } .icongroup img { max-width: 50px } @media (max-width: 768px) { .image--infinite-left-1-2, .image--infinite-left-1-3, .image--infinite-left-1-4, .image--infinite-right-1-2, .image--infinite-right-1-3, .image--infinite-right-1-4 { display: none } } .image--infinite-left-1-2>div, .image--infinite-left-1-3>div, .image--infinite-left-1-4>div, .image--infinite-right-1-2>div, .image--infinite-right-1-3>div, .image--infinite-right-1-4>div { background-size: cover; background-position: 50% 50%; position: absolute; top: 0; height: 100% } .image--infinite-left-1-2>div>div, .image--infinite-left-1-3>div>div, .image--infinite-left-1-4>div>div, .image--infinite-right-1-2>div>div, .image--infinite-right-1-3>div>div, .image--infinite-right-1-4>div>div { background-size: auto; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute } .image--infinite-left-1-2.nocut>div>div, .image--infinite-left-1-3.nocut>div>div, .image--infinite-left-1-4.nocut>div>div, .image--infinite-right-1-2.nocut>div>div, .image--infinite-right-1-3.nocut>div>div, .image--infinite-right-1-4.nocut>div>div { display: none } .image--infinite-left-1-2>div, .image--infinite-left-1-3>div, .image--infinite-left-1-4>div { left: 0 } .image--infinite-left-1-2>div>div, .image--infinite-left-1-3>div>div, .image--infinite-left-1-4>div>div { background-position: 100% 0 } .image--infinite-left-1-2.nocut>div>div, .image--infinite-left-1-3.nocut>div>div, .image--infinite-left-1-4.nocut>div>div { display: none } .image--infinite-right-1-2>div, .image--infinite-right-1-3>div, .image--infinite-right-1-4>div { right: 0 } .image--infinite-right-1-2>div>div, .image--infinite-right-1-3>div>div, .image--infinite-right-1-4>div>div { background-position: 0 100% } .image--infinite-right-1-2.nocut>div>div, .image--infinite-right-1-3.nocut>div>div, .image--infinite-right-1-4.nocut>div>div { display: none } .person__image image { clip-path: url(#clipping); -webkit-clip-path: url("#clipping") } .uk-overlay-panel { display: none } .uk-overlay .circle-btn { color: white } .uk-overlay .circle-btn:hover { color: #d31f26; background-color: white } figcaption>.uk-icon-button { display: inline-block; position: absolute; bottom: 10px; right: 10px; background: #d31f26; height: 30px; width: 30px } figcaption>.uk-icon-button:before { border-top: 1px solid white; content: ""; width: 20px; top: 15px; right: 5px; position: absolute } figcaption>.uk-icon-button:after { border-top: 1px solid white; content: ""; width: 20px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); top: 15px; right: 5px; position: absolute } figcaption>.uk-icon-button a { width: 100%; height: 100%; display: block } @media (max-width: 768px) { .uk-width-medium-1-6>img { margin-bottom: 10px !important } } #jobAd #jobAdHeader #jobAdHeaderText b { display: inline-block; padding: 0 !important } #jobAd #jobAdHeader h1 { font-size: 1rem !important } #jobAd #jobAdHeader #title { padding: 0 !important } #jobAd #jobAdHeader #title h1 { font-size: 1.8rem !important } .jobfilter__reset { color: #000; margin-bottom: 20px } .jobfilter__reset:hover { color: #d31f26 } .jp__linkedinbtn { width: 215px; height: 40px; background: url("../images/btn-linkedin--default.png") top left no-repeat; background-size: 215px 40px; text-indent: -9999px; display: block } .jp__linkedinbtn:hover { background: url("../images/btn-linkedin--hover.png") top left no-repeat; background-size: 215px 40px } .jp__xingbtn { width: 193px; height: 36px; background: url("../images/btn-xing--default.png") top left no-repeat; background-size: 193px 36px; text-indent: -9999px; display: block } .jp__xingbtn:hover { background: url("../images/btn-xing--hover.png") top left no-repeat } .jp .section--indented .section__inside { padding: 40px 0 } .jobportal .parsley-errors-list { margin: 5px 0 } .jp-accordion .accordion__item { margin-top: 0 } .jp-accordion .uk-accordion-title { font-size: 1.57rem; display: block; padding-top: 1.5em; -webkit-tap-highlight-color: rgba(83, 173, 49, 0.3); border-bottom: 1px solid #ededed } .jp-accordion .uk-accordion-title:before, .jp-accordion .uk-accordion-title:after { border: none } .jp-accordion .uk-accordion-title .uk-icon-pencil { margin-left: 1em; color: #d31f26 } .jp-accordion .uk-accordion-title p { font-size: 1rem; margin-top: 8px } .jp-accordion .uk-accordion-content { padding: 2rem 0 } .jp-file__name { display: inline-block; margin-left: 0.7em } .jp-filelist { list-style-type: none } .jobportal .errors { display: none } .jobportal h4 { font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif } .jobportal .input--beginDateFrom, .jobportal .input--beginDateWeeks { display: inline-block; margin-left: 6em } .jobportal .select--beginDatePeriod { display: inline-block; width: 50%; margin: 0 0.5em } .jp-joblocations legend { padding-bottom: 0.5em } .jp-joblocations span { font-size: 0.8em } .jp-fileupload { padding: 7px 12px; border: 1px solid #d31f26; color: #848D92; cursor: pointer } input[type="file"] { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1 } #jp-applicantform h4.headline--colored { margin-bottom: 10px; margin-top: 10px } .jp-experiencesview__wrapper, .jp-educationsview__wrapper { margin-bottom: 40px } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__period, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__period, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__period, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__period, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__period, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__period, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__period, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__period { margin: 10px auto } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__panel-content, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__panel-content, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__panel-content, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__panel-content, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__panel-content, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__panel-content, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__panel-content, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__panel-content { margin-top: 10px; font-size: 1em; text-overflow: ellipsis } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links { margin: 20px auto } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links a:last-child, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links a:last-child, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links a:last-child { margin-left: 20px } .jp-experiencesview__addexperienceform, .jp-educationsview__addeducationform { display: none; padding-bottom: 40px } .jp-experiencesview__editexperienceform, .jp-educationsview__editeducationform { display: none } .jp__registerform-wrapper, .jp__forgotpassword-wrapper { display: none } .jp__indicator--right { margin-left: 4px } .jp__indicator--left { margin-right: 4px } .jp-additionalinfoform__list-editmode { display: none } .jobresult__subheader { color: #848D92; font-size: 15px } .jobresult__subheader a { color: #848D92; text-decoration: underline } .jobresult__resultlist { padding: 15px 0; width: 90%; border-top: 2px solid rgba(132, 141, 146, 0.2); border-bottom: 2px solid rgba(132, 141, 146, 0.2) } .jobresult__item { margin: 20px 0; list-style: none } .jobresult__item a { color: black; font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif } .jobresult__item a:hover { color: #d31f26 } .jobresult__item .date { color: #d31f26 } .jobresult__item .jobarea { color: RGBA(135, 145, 151, 1) } #jobAd { width: auto !important; border: none !important; font-size: 1rem !important; line-height: 1.45em !important } #jobAd strong, #jobAd b { font-family: 'HelveticaNeueW02-75Bold' !important } #jobAd i, #jobAd em { font-style: italic !important } #jobAd u { text-decoration: underline !important } #jobAd #jobAdHeader h1 { font-family: 'HelveticaNeueW02-55Roma'; margin-bottom: 30px } #jobAd #jobAdHeader #jobAdHeaderText { font-size: 0.8rem } #jobAd #title h1 { font-family: "HelveticaNeueW02-45Ligh"; font-size: 30px !important; line-height: 0.9em !important } #jobAd #title h1:last-of-type { margin-bottom: 20px !important } #jobAd #title h2 { font-family: 'HelveticaNeueW02-55Roma'; font-size: 15px !important } #jobAd #title h2 .applyButton { color: white !important; font-size: 18px !important; padding: 10px 17px !important } #jobAd #title h2 .applyButton:hover { text-decoration: none } #jobAd a { color: #d31f26 !important } #jobAdHeaderImage { display: none !important } .language__overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(68, 68, 68, 0.5); z-index: 50; padding-top: 100px } .language__overlay .language__overlay__inner.section__inside { padding: 20px 40px } .language__overlay .language__overlay__inner__formregion { margin-top: 30px } .language__close { padding: 20px } .language__close:hover { cursor: pointer } .language_switch:before { display: inline-block; content: ""; width: 16px; height: 11px } .en .language_switch:before { background: url("../images/en.png") } .de.de .language_switch:before { background: url("../images/de.png") } .de.at .language_switch:before { background: url("../images/at.png") } .es .language_switch:before { background: url("../images/es.png") } .cn .language_switch:before { background: url("../images/cn.png") } .it .language_switch:before { background: url("../images/it.png") } .jp .language_switch:before { background: url("../images/jp.png") } .ro .language_switch:before { background: url("../images/ro.png") } .link:hover { text-decoration: underline !important } .link.uk-button:hover { text-decoration: none !important } .left--arrow--link { display: inline-block; width: 16px; height: 10px; position: relative } .left--arrow--link:before { border-top: 3px solid #d31f26; content: ""; width: 11px; top: 0; left: 0; position: absolute; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg) } .left--arrow--link:after { border-top: 3px solid #d31f26; content: ""; width: 11px; top: 6px; left: 0; position: absolute; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg) } .list { list-style-type: none; padding: 0 } .list li { padding-left: 25px; position: relative; margin-top: 5px; padding-top: 5px } .list li span { padding-left: 20px } .list--ul li:before { content: "■"; color: #d31f26; font-weight: bold; margin-right: 15px; position: absolute; left: 5px } .section--green .list--ul li:before { color: white !important } .section--green .list--line>li:nth-child(n+2), .section--green .paragraph.paragraph--listline ul>li:nth-child(n+2), .section--green .paragraph.paragraph--listline ol>li:nth-child(n+2) { border-top: 1px solid #d31f26 !important } .section--green li:before { color: white !important } .section--green li { list-style-type: none } .section--green ul li:before { background: white !important } .list--line li, .paragraph ul li, .paragraph ol li { padding-top: 5px; padding-bottom: 5px } .list--line li p, .paragraph ul li p, .paragraph ol li p { margin-bottom: 0 } .list--line>li:nth-child(n+2), .paragraph.paragraph--listline ul>li:nth-child(n+2), .paragraph.paragraph--listline ol>li:nth-child(n+2) { border-top: 1px solid #e5e5e5 } .list--bold { font-weight: bold } .locations { width: 100%; overflow: hidden } .locations svg { width: 100% } .locations__office { padding-top: 30px; padding-bottom: 30px } .locations__office a { color: green !important } .locations__accordion_header { padding-left: 30px } .locations__contacts span, .locations__directions span { display: inline-block; width: 100% } #locationsSmall+div .selectize-input { border-color: #d31f26 } #locationsSmall+div .selectize-input::before { background: #d31f26 } #locationsSmall+div .selectize-input::after { border-color: #d31f26 transparent transparent transparent } #locationsSmall+div .selectize-input.dropdown-active::after { border-color: transparent transparent #d31f26 transparent } .svg-location { fill: #3e59a8; stroke: #FFFFFF; stroke-width: 1.5 } .svg-location:hover { cursor: pointer; fill: #ffffff; } div[data-uk-locations]>.uk-width-medium-1-2.uk-width-large-2-3.uk-hidden-small.uk-hidden-xsmall { overflow: hidden } @media only screen and (min-width: 768px) { #locationsSmall+div { display: none } } @media only screen and (min-width: 1120px) { .locations { margin-top: -170px } } @media only screen and (min-width: 960px) and (max-width: 1220px) { .locations { margin-top: -175px } } @media only screen and (min-width: 768px) and (max-width: 959px) { .locations { margin-top: -230px } } .logo { height: 95px; display: inline-block; vertical-align: top; padding: 15px 0 0 10px; box-sizing: border-box } @media (max-width: 1035px) { .logo { text-align: right; float: right } } @media (max-width: 480px) { .logo { width: 130px; padding-top: 16px; padding-bottom: 10px; height: auto } } .milestoneitem__year { display: inline-block; overflow: visible; color: green; text-indent: 0; background: 0 !important; position: absolute; margin-bottom: 100px } .milestone__item { position: relative; list-style: none } .milestone__item i { font-size: 30px; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear } .milestone__item i.active { font-size: 37px; margin-left: -3px } .milestone__item i.active+span { font-size: 22px; margin-top: -16px } .milestone__item:hover span { color: #d31f26 } .milestone__item span { margin-top: -11px; color: #000 } .milestone__item div { width: 4px; height: 32px; background-color: #d31f26; position: absolute; left: 11px; bottom: -6px } .uk-dotnav>.uk-active>* { background: #d31f26 } .mobilenav.isOnHomePage .mobilenav__item__inner { text-align: center; padding: 0 !important } .mobilenav.isOnHomePage .mobilenav__single button { width: 33.3% !important; float: left; border: 1px solid #fff; padding-top: 12px; padding-bottom: 22px; line-height: 22px; min-height: 80px; background-color: #d31f26 } .mobilenav.isOnHomePage .mobilenav__single button span:after { content: "" !important } .mobilenav.isOnHomePage .mobilenav__single button:first-child { border-left: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(2) { border-top: none; border-left: none; border-right: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(3) { border-right: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(4) { border-left: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(5) { border-left: none; border-top: none; border-right: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(6) { border-top: none; border-right: none; word-spacing: 20px } .mobilenav.mobilenav--subpage .mobilenav__full { display: none } .mobilenav.mobilenav--subpage .mobilenav__single { display: block !important; visibility: visible !important } .mobilenav.mobilenav--subpage .mobilenav__single button { width: 100%; background-color: #d31f26 } .mobilenav.mobilenav--subpage .mobilenav__single button span:after { content: "\f105"; top: 18px; border: none; width: 20px; float: right; font-family: FontAwesome; text-align: center; font-size: 26px } .mobilenav.mobilenav--subpage .mobilenav__single button.open span:after { content: "\f107" } .mobilenav .mobilenav__row.uk-grid { margin-top: 0 } .mobilenav .mobilenav__item { background-color: #d31f26; border-top: 1px solid white; border-left: 1px solid white; float: left } .mobilenav .mobilenav__item a { color: white } .mobilenav .mobilenav__item button { background-color: inherit; text-transform: none; line-height: 44px; font-size: 1.2rem; padding: 0 5px } .mobilenav .mobilenav__row .mobilenav__item:first-child { border-left: none } .mobilenav__item__inner { text-align: center; padding: 15px } .mobilenav__item__inner span { position: relative; top: 4px } .mobilenav__item:first-child .mobilenav__item__inner { padding-left: 15px } #mobilenav__level2 { display: none } #mobilenav__level2 a { color: #444 !important } #mobilenav__level2 .uk-offcanvas-bar { background-color: #e6e6e6 } #mobilenav__level2 .mobilenav__current__title, #mobilenav__level2 .uk-accordion-title-level1 { background-color: #d31f26; margin-bottom: 0; padding: 15px 15px; font-size: 18px; line-height: 24px; color: white; margin-top: 0 } #mobilenav__level2 .uk-accordion-content { background-color: inherit } #mobilenav__level2 .uk-accordion-title { background-color: #d9d9d9 !important } #mobilenav__level2 .uk-accordion-title:before { border: none } #mobilenav__level2 .uk-accordion-title:after { content: "\f107"; top: 18px; border: none; width: 20px; float: right; font-family: FontAwesome; text-align: center; font-size: 26px } #mobilenav__level2 .uk-accordion-title.uk-active { color: #d31f26; font-weight: bold } #mobilenav__level2 .uk-accordion-title.uk-active:after { content: "\f104" !important } #mobilenav__level2 li.uk-parent { border-bottom: 1px solid #d9d9d9 } #mobilenav__level2 li.uk-parent>a { padding: 15px } #mobilenav__level2 li.uk-parent:last-child { border-bottom: none } #mobilenav__level2 li.uk-parent.uk-active>a { font-weight: bold !important; color: #d31f26 !important } #mobilenav__level2 .uk-nav-sub { padding-left: 30px; display: none } #mobilenav__level2 .uk-nav-sub li { padding-bottom: 10px } #mobilenav__level2 .uk-nav-parent-icon>.uk-parent>a:after { content: "\f105" } #mobilenav__level2 .uk-nav-parent-icon>.uk-parent.uk-active>a:after { content: "\f107" } #mobilenav__level2 .uk-parent a.uk-active span { color: #d31f26 } .navi { margin: 0 } .navi li .navi-item { min-height: 94px } .navi--main--item { display: none; position: absolute; top: 0; left: 0; background-color: #d31f26; border-right: 1px solid #FFF } .navi--main--item a { display: block; padding: 35px 18px 14px 30px; font-weight: 300; font-size: 16px; color: white } @media (max-width: 1350px) { .navi--main--item a { font-size: 13px; padding: 41px 15px 14px 15px; line-height: 20px } } .navi--top li { float: left; width: 16.6666%; height: 95px } .navi--top li a { background-color: #d31f26; color: #FFF; display: block; padding: 33px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } @media (max-width: 1350px) { .navi--top li a { padding: 33px 0 0 15px; line-height: 20px } } .navi--top li:first-child a { padding-left: 30px } .navi--top:after { content: ""; background: url(../images/whitecut.png) 0 100%; width: 35px; height: 95px; display: block; position: absolute; top: 0; right: 0 } @media (max-width: 1100px) { body.jp .navi--top li a { font-size: 10px } } @media (max-width: 1300px) { body.jp .navi--top li a { font-size: 13px } } @media (max-width: 1250px) { body.ro .navi--top li a { font-size: 13px; padding: 41px 10px 14px 10px } } .navi--sub { text-align: center; background-color: #d31f26 } .navi--sub.grey { background-color: #848D92 } .navi--sub.grey li a:after { border-top: 14px solid #848D92 } .navi--sub li { display: inline-block } .navi--sub li.uk-active { font-weight: bold } .navi--sub li.uk-active a:after { opacity: 1 } .navi--sub li a { position: relative; display: inline-block; color: #FFF; font-size: 20px; line-height: 65px; margin: 0 20px } .navi--sub li a:after { position: absolute; display: inline-block; content: " "; bottom: -14px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 14px solid #d31f26; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .navi--sub li a:hover:after, .navi--sub li a:active:after, .navi--sub li a.active:after { opacity: 1 } .navi--sub li a .navi-item-textinfo { display: none } .navi__level__2 { display: none; height: 80px; overflow: hidden; z-index: 0 } .navi__level__2.navi__level__2--hidden { z-index: -1 } .navi__level__2 li { float: left; position: relative } .navi__level__2 li a { color: #444; width: 100%; height: 100%; display: block; margin: 0; padding: 45px 10px 20px 10px } .navi__level__2 li a:hover { color: #d31f26 } .navi__level__2 li a:active, .navi__level__2 li a.active { color: #d31f26; font-weight: bold } .navi__level__2 li a:after { position: absolute; display: inline-block; content: " "; bottom: 5px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .navi__level__2 li a:hover:after, .navi__level__2 li a:active:after, .navi__level__2 li a.active:after { opacity: 1 } .navi__level__2 li a .navi-item-textinfo { display: none } .navi__level__3 { display: none; margin: 20px 10px 5px 10px } .navi__level__3.active { border-bottom: 1px solid #999 } .navi__level__3 li a:active, .navi__level__3 li a.active { font-weight: bold; color: #d31f26 } .navi__level__3 li a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 50%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0; margin-left: -8px } .navi__level__3 li a.active:after { opacity: 1 } .navi__level__3 li a .navi-item-textinfo { display: none } .navi__level__3.active.navi__level__3--no-active-child { border-bottom: 0px } .navi__level__3.active.navi__level__3--no-active-child li a.active:after { opacity: 0 } .navi__level__4 { display: none; width: auto; margin-bottom: 0 } .navi__level__4 li { display: inline-block; vertical-align: top } .navi__level__4 a { padding-left: 15px } .navi__level__4 a:active, .navi__level__4 a.active { font-weight: bold; color: #d31f26 } .navi__level__4 a:active img, .navi__level__4 a.active img { border: 1px solid #d31f26 } .navi__level__4 a span { font-size: 75% } .navi__level__4 a .navi-item-textinfo { display: none } @media (min-width: 1100px) { .navi__level__4 a .navi-item-textinfo { display: block } } .newsbox h4 { color: #d31f26 } .newsbox .paragraph--small:first-of-type { margin-bottom: 0 } .circle-btn { border: 2px solid white; background: rgba(83, 173, 49, 0.8); border-radius: 40px; width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; font-size: 22px; line-height: 60px } .circle-btn i { position: absolute; top: 32%; left: 43%; font-size: 23px } .uk-overlay-panel { display: block !important; opacity: 1 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn, .uk-overlay-panel .uk-icon-button { display: block !important; cursor: pointer; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover:before, .uk-overlay-panel .uk-icon-button:hover:before { border-color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover:after, .uk-overlay-panel .uk-icon-button:hover:after { border-color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover { background: white } .uk-overlay-panel .circle-btn:hover i:before { color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel:hover a, .uk-overlay-panel:hover .circle-btn, .uk-overlay-panel:hover .uk-icon-button { display: block !important } /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ .uk-notify { position: fixed; top: 10px; left: 10px; z-index: 1040; box-sizing: border-box; width: 350px } .uk-notify-top-right, .uk-notify-bottom-right { left: auto; right: 10px } .uk-notify-top-center, .uk-notify-bottom-center { left: 50%; margin-left: -175px } .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center { top: auto; bottom: 10px } @media (max-width: 479px) { .uk-notify { left: 10px; right: 10px; width: auto; margin: 0 } } .uk-notify-message { position: relative; margin-bottom: 10px; padding: 15px; background: #444444; color: #ffffff; font-size: 16px; line-height: 22px; cursor: pointer } .uk-notify-message>.uk-close { visibility: hidden; float: right } .uk-notify-message:hover>.uk-close { visibility: visible } .uk-notify-message-primary { color: #ebf7fd; background: #2d7091 } .uk-notify-message-success { background: #f2fae3; color: #659f13 } .uk-notify-message-warning { background: #fffceb; color: #e28327 } .uk-notify-message-danger { background: #fff1f0; color: #d85030 } .paragraph { font-size: 1rem } .paragraph em, .paragraph i { color: inherit !important } .paragraph p+p { margin-top: 0 } .paragraph p { margin-bottom: 0 } .paragraph p:last-child { margin-bottom: 15px } .paragraph--bold { font-weight: bold } .paragraph--uppercase { text-transform: uppercase } .paragraph--muted { color: #848D92 } .paragraph--small { font-size: 0.9rem } .paragraph--white { color: #fff } .paragraph--green { color: #d31f26 } .paragraph ol { counter-reset: super-count; padding: 0; list-style-type: none } .paragraph ol li:before { content: counter(super-count, decimal) "."; counter-increment: super-count; color: #d31f26; font-weight: bold; margin-right: 15px; position: absolute; left: 5px } .paragraph li { padding-left: 25px; position: relative } .paragraph ul { list-style-type: none; padding: 0 } .paragraph ul li:before { content: ""; background: #d31f26; display: block; height: 6px; width: 6px; position: absolute; left: 7px; top: 13px } .uk-width-large-5-6 .paragraph p:first-child { margin-top: 0 } .uk-width-large-5-6 .paragraph p { margin-top: -15px } .person { position: relative; margin-bottom: 20px } .person__image { width: 160px; height: 106px; float: left; overflow: hidden } .person__image .cut-image { transform: rotate(15deg); overflow: hidden; height: 200px; width: 168px; margin-left: -30px; margin-top: -31px } .person__image .cut-image img { transform: rotate(-15deg); margin-left: 25px; margin-top: 25px } .person__text { margin-left: 180px; bottom: 0; position: absolute; height: 100% } .uk-width-medium-1-3 .person { max-width: 200px; margin: 0 auto } .uk-width-medium-1-3 .person__image { float: none; padding-bottom: 10px } .uk-width-medium-1-3 .person__text { margin-left: 0; position: relative; float: left; padding-bottom: 10px } .product-collection__item { display: none } .product-collection__item.active { display: block } .products { max-width: 100%; min-width: 100% } .products .uk-position-top-right a { margin-right: 10px } .products .colored-background { background-color: #ededed; padding: 20px } .products .product__details { height: 0px; padding-bottom: 50% } .products p { margin-top: 2px } .products .download:before { left: -5px; top: 1px } @media only screen and (max-width: 840px) { .products .uk-position-absolute.uk-position-top-right { top: -30px } } .quicksearch { display: none; background-color: RGBA(237, 237, 237, 1); padding: 45px 0 } .quicksearch #allCategoriesCheckbox { display: none } .quicksearch__input { width: 330px } @media (max-width: 500px) { .quicksearch__input { width: 200px } } .quote { margin: 0 auto !important } .quote__text { padding: 15px } .quote__text i { color: #d31f26 } .quote__name { left: 180px !important; right: auto !important } .quote__image.person__image { height: 94px; display: inline-block; float: none; overflow: hidden } .quote__image.person__image .cut-image { height: 200px; width: 140px } .kradio input[type='radio'] { display: none; width: 18px } .kradio input[type='radio']+label { margin: 0; clear: none; padding: 9px 0 4px 26px; cursor: pointer; background: url(../images/radio_off.png) left center no-repeat } .kradio input[type='radio']:checked+label { background-image: url(../images/radio.png) } .readmore .relatedp__readmore { border-top: 2px solid #ddd; display: block; min-height: 50px; text-align: center } .readmore .relatedp__readmore.hide { display: none } .readmore .relatedp__readmoretext { min-height: 100px } .readmore .relatedp__readless { border-top: 2px solid #ddd; display: block; min-height: 50px; text-align: center; display: none } .readmore .relatedp__readless.show { display: block } .relatedp__readmoretext { display: none } .rsearch { height: 400px; position: relative } .rsearch * { color: #FFF } .rsearch .scrollable { height: 400px } .rsearch__map { width: 100%; height: 100%; position: absolute } .rsearch__map-inner { width: 50%; margin-left: 50%; background-color: #CCC; height: 100% } .rsearch__close { position: absolute; top: 0; right: 0; cursor: pointer; padding: 20px } @media only screen and (max-width: 768px) { .rsearch__map { width: 100% } .rsearch__map-inner { width: 100%; margin-left: 0; background-color: #CCC; height: 100% } .rsearch .uk-container.uk-container-center { visibility: hidden } .rsearch .scrollable { background-color: #d31f26 } .rsearch .scrollable .scrollable__inner { padding-left: 20px } } .scrollable { z-index: 1000; position: relative; overflow: auto } .scrollable .scrollable__inner { padding: 20px 20px 20px 0 } .search__btn, .globe__btn { font-size: 30px; line-height: 95px; margin: 35px 0 0 0; display: inline-block } .search__btn span { display: block; background-image: url("../images/search.png"); width: 30px; height: 30px; background-repeat: no-repeat } .globe__btn span { display: block; background-image: url("../images/globe_grey.png"); width: 30px; height: 30px; background-repeat: no-repeat } .globe__btn span:hover { background-image: url("../images/globe_red.png"); } @media only screen and (max-width: 1090px) { .search__btn { margin: 0 } } .searchbutton { width: 90%; margin: 0 auto } .searchbutton form { width: 100%; padding-left: 0 } .searchbutton input { width: 55%; height: 39px !important; margin-bottom: 80px } .searchbutton .select { width: 45%; float: right } .searchbutton .select .selectize-input { color: white; border: none !important; min-height: 39px } .searchbutton .select .selectize-input div { padding-right: 36px; word-break: break-all } #search-result-form .kcheckbox { margin-right: 38px; padding-bottom: 20px } #search-result-form .kcheckbox input[type="checkbox"]:checked+label::after { line-height: 1.3; padding-left: 2px; width: 18px; font-size: 16px } #search-result-form input { display: none } .searchresult__filter { margin: 20px 0 20px 0; padding: 30px 0 0 0; border-top: 2px solid rgba(132, 141, 146, 0.2); border-bottom: 2px solid rgba(132, 141, 146, 0.2); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none } .searchresult__filter span { margin-right: 15px; margin-bottom: 10px } .searchresult__results { list-style: none; border-bottom: 2px solid rgba(132, 141, 146, 0.2); padding: 0 0; margin: 0 } .searchresult__results li { margin: 35px 0 } .searchresult__results li a { margin-top: 0; display: inline-block } .searchresult__results li a.hide-link { color: #444; text-decoration: none } .searchresult__results .category-highlighting { color: #d31f26 } .searchresult__pagination { float: right; margin: 21px 0 } .searchresult__pagination span { margin-left: 19px; display: inline-block; vertical-align: middle } .searchresult__pagination a { background: #d31f26; height: 40px; width: 27px; border: none; color: white; position: relative; display: inline-block; margin-left: -2px } .searchresult__pagination a i { position: absolute; left: 7px; top: 11px } .section { position: relative; background-size: cover; background-position: 50% 50%; height: auto } .section.section--background-focus-right { background-position: 75% 50% } .section.section--background-focus-left { background-position: 25% 50% } .sectionhotspots { min-height: 500px } .sectionhotspots .discoverybgimage__inner { min-height: 500px } .sectionhotspots.high { min-height: 700px } .sectionhotspots.high .discoverybgimage__inner { min-height: 700px } @media (max-width: 960px) { .sectionhotspots.high { min-height: 500px } .sectionhotspots.high .discoverybgimage__inner { min-height: 500px } } .sectionhotspots.sectionright { background-position-x: right } .section--green .section__inside .uk-grid { padding-top: 0 } .uk-grid .uk-width-1-1 h2 { padding-bottom: 15px } .section--mediumHeight .section__inside { height: 500px } .section--indented .section__inside { padding: 80px 0 } .section--indented .section__inside.small { padding: 50px 0px } .section--discovery { background: url("../../resources/views/error.blade.php") repeat-x; background-size: contain; width: 100%; min-height: 450px; overflow-x: hidden } .section--discovery .uk-container { max-width: 100%; padding: 0 } .section--bottom-border { border-bottom: 5px solid RGBA(235, 235, 235, 1) } .section--green { background-color: #d31f26 } .section--green .selectize-dropdown-content a { color: #303030 } .section--green a.link, .section--green a { color: white } .section--green a.link .link__label, .section--green a .link__label { color: white } .section--green a:hover { text-decoration: underline; color: white } .section--green .download span { color: white } .section--green .download:hover { text-decoration: none } .section--green .download:hover span { color: white; text-decoration: underline } .section--green .download.underlined { border-bottom: 1px solid #dedede } .section--green a.uk-button:hover { text-decoration: none !important; color: inherit } .section--green a.uk-button:hover .link__label, .section--green a.uk-button:hover .link__label span, .section--green a.uk-button:hover span span, .section--green a.uk-button:hover span { text-decoration: none !important } .section--green h1, .section--green h2 { color: #FFF } .section--green h2 { margin-bottom: 8px } .section--green .uk-button-primary { background-color: #FFF; color: #d31f26 } .section--green .uk-button-primary.uk-button-razor:before, .section--green .uk-button-primary.uk-button-razor:hover:before, .section--green .uk-button-primary.uk-button-razor:after, .section--green .uk-button-primary.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .section--green .paragraph, .section--green .share i { color: #FFF } .section--grey { background-color: RGBA(237, 237, 237, 1) } .section--grey .uk-button-primary { background-color: #FFF; color: #d31f26 } .section--grey .uk-button-primary.uk-button-razor:before, .section--grey .uk-button-primary.uk-button-razor:hover:before, .section--grey .uk-button-primary.uk-button-razor:after, .section--grey .uk-button-primary.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .section--grey-light { background-color: RGBA(250, 250, 250, 1); border-top: 5px solid #FFF; border-bottom: 5px solid #FFF } .select { text-align: left; } .select--green+.selectize-control .selectize-input { border-color: #fff } .select--green+.selectize-control .selectize-input.not-full { background: #d31f26; border: 1px solid #fff } .select--green+.selectize-control .selectize-input.full { background: #d31f26; border: 1px solid #fff } .select--green+.selectize-control .selectize-input.input-active div { color: #303030; border: 1px solid #fff } .select--green+.selectize-control .selectize-input:before { background: #fff } .select--green+.selectize-control.single .selectize-input:after { border-color: #fff transparent transparent transparent } .select--green+.selectize-control .selectize-dropdown .selectize-dropdown-content div { color: #303030 } .section--green .selectize-dropdown { border-color: #5d6769 } .section--green .selectize-input { border-color: #5d6769 } .section--green .selectize-input:before { background: #5d6769 } .section--green .selectize-control.single .selectize-input:after { border-color: #5d6769 transparent transparent transparent } .section--green .selectize-control.single .selectize-input.dropdown-active:after { border-color: transparent transparent #5d6769 transparent } .selectize-control { position: relative; line-height: 1rem } .selectize-dropdown, .selectize-input, .selectize-input input { color: #303030; font-family: inherit; font-size: inherit; line-height: 36px; -webkit-font-smoothing: inherit; } .selectize-input input { height: 32px !important; line-height: 32px !important } .selectize-input, .selectize-control.single .selectize-input.input-active { background: #fff; cursor: text; display: inline-block; color: #848D92 } .selectize-input { border: 1px solid #d31f26; padding: 0 8px; display: inline-block; width: 100%; overflow: hidden; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .selectize-control.multi .selectize-input.has-items { padding: 0 8px -3px } .selectize-input.full { background-color: #fff } .selectize-input.disabled, .selectize-input.disabled * { cursor: default !important } .selectize-input.focus { -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15) } .selectize-input.dropdown-active { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0 } .selectize-input>* { vertical-align: baseline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline } .selectize-control.multi .selectize-input>div { cursor: pointer; margin: 0 3px 3px 0; padding: 0 8px; background: #f2f2f2; color: #303030; border: 0 solid #d0d0d0 } .selectize-control.multi .selectize-input>div.active { color: #303030; border: 0 solid #cacaca } .selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active { color: #7d7d7d; border: 0 solid #fff } .selectize-input>input { padding: 0 !important; min-height: 0 !important; max-height: none !important; max-width: 100% !important; margin: 0 2px 0 0 !important; text-indent: 0 !important; border: 0 none !important; background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important } .selectize-input>input::-ms-clear { display: none } .selectize-input>input:focus { outline: none !important } .selectize-input:after { content: ' '; display: block; clear: left } .selectize-input:before { content: ' '; display: block; position: absolute; background: #d31f26; width: 1px; bottom: 0; right: 36px; top: 0 } .selectize-dropdown { position: absolute; z-index: 10; border: 1px solid #d31f26; background: #fff; margin: -1px 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0 } .selectize-dropdown [data-selectable] { cursor: pointer; overflow: hidden } .selectize-dropdown [data-selectable] .highlight { background: rgba(125, 168, 208, 0.2); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header { padding: 3px 8px } .selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none } .selectize-dropdown .optgroup-header { color: #303030; background: #fff; cursor: default } .selectize-dropdown .active { color: #495c68 } .selectize-dropdown .active.create { color: #495c68 } .selectize-dropdown .create { color: rgba(48, 48, 48, 0.5) } .selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 500px } .selectize-dropdown-content div:nth-child(2n) { background: rgba(132, 141, 146, 0.2) } .selectize-dropdown-content div { line-height: 30px } .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input { cursor: pointer } .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input { cursor: text } .selectize-control.single .selectize-input:after { content: ' '; display: block; position: absolute; top: 50%; right: 15px; margin-top: -2px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #d31f26 transparent transparent transparent } .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-width: 0 5px 5px 5px; border-color: transparent transparent #d31f26 transparent } .selectize-control.rtl.single .selectize-input:after { left: 15px; right: auto } .selectize-control.rtl .selectize-input>input { margin: 0 4px 0 -2px !important } .selectize-control .selectize-input.disabled { opacity: 0.5; background-color: #fafafa } .selectize-input.has-items .item { color: #444 } .share { display: inline-block } .share i { color: #d31f26 } .share__link { margin: 0 5px; font-size: 22px; transition: all 150ms ease-out; border: none; text-transform: none; display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; line-height: 1; min-height: 44px; padding-top: 10px } .sitemap { padding-bottom: 10px; } .sitemap a { color: #848D92; display: inline-block } .sitemap a:hover { color: #d31f26 } .sitemap a i { color: #d31f26 } .sitemap a i:hover { color: #848D92 } .sitemap.sitemap--link-breaks a { display: block } .sitemap.sitemap--link-padding-left img, .sitemap.sitemap--link-padding-left a { padding-left: 8px } .uk-slidenav-position .uk-slidenav { display: block } .uk-slidenav-position { height: 100% } @media only screen and (max-width: 550px) { .uk-slidenav-position .navi--sub { padding-top: 10px; padding-bottom: 16px; padding-left: 16px } .uk-slidenav-position .navi--sub li { width: 40px; height: 8px; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); margin-right: 16px; background-color: white; cursor: pointer; margin-top: 10px } .uk-slidenav-position .navi--sub li a { display: none } .uk-slidenav-position .navi--sub li.uk-active { background-color: #c1c1c1 } } .uk-slideshow li>section { height: 100% } .slideshow--small, .slideshow--small .uk-slideshow, .slideshow--small .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } .slideshow--high, .slideshow--high .uk-slideshow, .slideshow--high .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } @media (max-width: 960px) { .slideshow--high, .slideshow--high .uk-slideshow, .slideshow--high .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } .slideshow--high .section__inside .paragraph, .slideshow--small .section__inside .paragraph, .sectionhotspots .section__inside .paragraph { display: none } .slideshow--high .section__inside .button__group, .slideshow--small .section__inside .button__group, .sectionhotspots .section__inside .button__group { margin-top: 10px; display: block } } .uk-slideshow .section--grey .uk-button-primary { background-color: #d31f26; color: #FFF } .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:before, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:hover:before, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:after, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:hover:after { border-top-color: #d31f26; border-bottom-color: #d31f26 } @media only screen and (max-width: 480px) { .uk-slidenav-position .uk-slidenav-previous { left: 5px } .uk-slidenav-position .uk-slidenav-next { right: 5px } } .uk-slideshow .section--discovery { background-size: cover; background-position: center center } @media (max-width: 960px) { .sectionhotspots .section__inside .uk-grid>div:first-child, .uk-slideshow .section__inside .uk-grid>div:first-child, .sectionhotspots .section__inside .uk-grid .box, .uk-slideshow .section__inside .uk-grid .box { padding: 15px; background-color: rgba(255, 255, 255, 0.4) } .sectionhotspots .box--bottom, .uk-slideshow .box--bottom, .sectionhotspots .uk-grid.grid--bottom, .uk-slideshow .uk-grid.grid--bottom, .sectionhotspots .uk-grid.grid--intended--right, .uk-slideshow .uk-grid.grid--intended--left { left: 0; right: 0; width: 100%; box-sizing: border-box; margin-left: 0; margin-right: 0 } } .socialshare { float: right } .socialshare .socialshare__link { display: inline-block; padding-left: 20px } .table { width: 100%; background: #fff; margin: 0; box-sizing: border-box } .tablecol i { font-size: 80%; padding-top: 5px; color: #d31f26 } .tablerow--head { font-weight: bold } .tablerow--head>.tablecol { padding: 6px } .tablerow--head p { -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -o-transform: rotate(-30deg); writing-mode: lr-tb } .tablerow--item { background-color: RGBA(237, 248, 234, 1); cursor: pointer } .tablerow--item>.tablecol { border-top: 1px solid RGBA(83, 171, 49, 1); border-bottom: 1px solid RGBA(83, 171, 49, 1); padding: 6px } .tablerow--subitem:nth-child(odd) { background-color: RGBA(243, 243, 243, 1) } .tablerow--subitem>.tablecol { padding: 6px; border-top: 1px solid RGBA(197, 197, 197, 1) } .title--line { color: #d31f26 } .title--line p { padding-bottom: 20px; border-bottom: 1px solid #efefef } .videocinemagraph { margin: 0 auto; width: 100%; height: 100%; overflow: hidden; background-size: cover; background-repeat: no-repeat } .videocinemagraph .uk-overlay { width: 100% !important; max-width: none } .videocinemagraph .box--bottom { left: 140px } .videocinemagraph video { width: auto !important; min-width: 100%; height: auto; min-height: 100%; margin: 0 auto; display: block } .videocinemagraph__inner:after { content: ''; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.44) } html { font-size: 17px } @media (max-width: 480px) { html { font-size: 13px } } body { -webkit-font-smoothing: antialiased } h1, h2, h3, h4, h5 { margin: 0 } @media (max-width: 1219px) { h1 { font-size: 3rem } h2 { font-size: 2.5rem } h3 { font-size: 1.5rem } } h1 { font-weight: 300 } h2 { color: #d31f26; font-weight: 300 } h4 { font-size: 20px; font-weight: 300; padding-bottom: 10px } h4.h4-alt { text-transform: uppercase } .headline--colored { color: #d31f26 } .subheadline { margin: -10px 0px 45px -35px } b, strong { font-family: HelveticaNeueW02-55Roma; font-weight: normal } /*************/ /* REWRITTEN */ /*************/ /* FOOTER */ .social_networks_footer_icons { font-size: 22px } .social_networks_footer_icons a { margin: 0 15px } @media screen and (max-width: 960px) { .social_networks_footer_icons a { margin: 5px; display: inline-block } } @media screen and (min-width: 768px) and (max-width: 960px) { .social_networks_footer_icons { text-align: center } } @media screen and (min-width: 960px) { .social_networks_footer_icons { font-size: 30px } } .technologies-options-tab { background-color: #d31f26; height: 46px; } .technologies-options { margin-left: 30px; padding-top: 4px; width: 300px; } .my-container { max-width: inherit; margin: 0 auto; } .my-box-container { height: 60px; padding-left: 0px; border: 1px solid #ddd; display: table; } .my-box { /*padding-left: 10px;*/ font-size: 12px; height: inherit; text-transform: uppercase; text-align: center; font-family: 'HelveticaNeueW02-45Ligh'; color: #000; display: table-cell; vertical-align: middle; } .my-box:hover { color: #fff; text-decoration: none; /* border-top: 3px solid #d31f26; */ } .my-box:focus { color: #fff; text-decoration: none; background: #d31f26; } .technologies-tab-h2 { color: #000; text-transform: uppercase; } .hover_img a { position: relative; } .hover_img a span { position: absolute; display: none; z-index: 99; } .hover_img a:hover span { display: block; } .filter { background-color: #fff; border: 2px solid #ddd; } .print { font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; color: grey; font-size: 17px; text-decoration: none; } .print:hover { color: #d31f26; } .print:visited { font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; color: grey; } /* Bounce To Bottom */ .hvr-bounce-to-bottom { /* display: inline-block;*/ vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #d31f26; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; } .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .uk-dotnav-contrast-labeling { color: #000; } .uk-slidenav-labeling { box-sizing: border-box; width: 42px; height: 42px; line-height: 0px; font-size: 100px; text-align: center; } .uk-slidenav-contrast-labeling { color: #000; } .img-button { position: absolute; bottom: 10px; right: 10px; color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .img-button:visited { position: absolute; bottom: 10px; right: 10px; color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .img-txt { background: rgba(211, 31, 38, 0.85); color: white; padding: 20px; position: absolute; top: 0px; left: 0px; margin-top: 0px; font-family: "HelveticaNeueW02-45Ligh"; font-size: 17px; } .last-img-button-position { position: absolute; left: 50% !important; margin-left: -60px !important; margin-top: -20px !important; top: 50% !important; text-align: center !important; } .last-img-button-style { color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .last-img-button-style:hover { color: #fff; text-decoration: none; background-color: #d31f26; } .slider-li { text-align: center; text-transform: uppercase; margin-bottom: 10px; color: #000; } .slider-li:hover { color: #000; } .slider-li:active { color: #000; } .slider-li:visited { color: #000; } @media screen and (max-width: 768px) { .technologies_labeling_img { width: 60%; height: 60%; display: block; margin-left: auto; margin-right: auto; padding-bottom: 20px; } } @media screen and (min-width: 768px) { .technologies_labeling_img { display: none; } } /** NEW NAVIGATION STYLE **/ .new-navi { margin: 0 } .new-navi li .new-navi-item { min-height: 94px } .new-navi--main--item { display: none; position: absolute; top: 0; left: 0; background-color: #d31f26; border-right: 1px solid #FFF } .new-navi--main--item a { display: block; padding: 35px 18px 14px 30px; font-weight: 300; font-size: 16px; color: white } @media (max-width: 1350px) { .new-navi--main--item a { font-size: 13px; padding: 41px 15px 14px 15px; line-height: 20px } } .new-navi--top li { float: left; width: 16.6666%; height: 95px } .new-navi--top li a { background-color: #d31f26; color: #FFF; display: block; padding: 33px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } @media (max-width: 1350px) { .new-navi--top li a { padding: 33px 0 0 15px; line-height: 20px } } .new-navi--top li:first-child a { padding-left: 30px } .new-navi--top:after { content: ""; background: url(../images/whitecut.png) 0 100%; width: 35px; height: 95px; display: block; position: absolute; top: 0; right: 0 } @media (max-width: 1100px) { body.jp .new-navi--top li a { font-size: 10px } } @media (max-width: 1300px) { body.jp .new-navi--top li a { font-size: 13px } } @media (max-width: 1250px) { body.ro .new-navi--top li a { font-size: 13px; padding: 41px 10px 14px 10px } } .new-navi--sub { text-align: center; background-color: #d31f26 } .new-navi--sub.grey { background-color: #848D92 } .new-navi--sub.grey li a:after { border-top: 14px solid #848D92 } .new-navi--sub li { display: inline-block } .new-navi--sub li.uk-active { font-weight: bold } .new-navi--sub li.uk-active a:after { opacity: 1 } .new-navi--sub li a { position: relative; display: inline-block; color: #FFF; font-size: 20px; line-height: 65px; margin: 0 20px } .new-navi--sub li a:after { position: absolute; display: inline-block; content: " "; bottom: -14px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 14px solid #d31f26; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .new-navi--sub li a:hover:after, .new-navi--sub li a:active:after, .new-navi--sub li a.active:after { opacity: 1 } .new-navi--sub li a .new-navi-item-textinfo { display: none } .new-navi__level__2 { display: none; height: 80px; overflow: hidden; z-index: 0 } .new-navi__level__2.new-navi__level__2--hidden { z-index: -1 } .new-navi__level__2 li { float: left; position: relative } .new-navi__level__2 li a { color: #444; width: 100%; height: 100%; display: block; margin: 0; padding: 45px 10px 20px 10px } .new-navi__level__2 li a:hover { color: #d31f26 } .new-navi__level__2 li a:active, .new-navi__level__2 li a.active { color: #d31f26; font-weight: bold } .new-navi__level__2 li a:after { position: absolute; display: inline-block; content: " "; bottom: 5px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .new-navi__level__2 li a:hover:after, .new-navi__level__2 li a:active:after, .new-navi__level__2 li a.active:after { opacity: 1 } .new-navi__level__2 li a .new-navi-item-textinfo { display: none } .new-navi__level__3 { display: none; margin: 20px 10px 5px 10px } .new-navi__level__3.active { border-bottom: 1px solid #999 } .new-navi__level__3 li a:active, .new-navi__level__3 li a.active { font-weight: bold; color: #d31f26 } .new-navi__level__3 li a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 50%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0; margin-left: -8px } .new-navi__level__3 li a.active:after { opacity: 1 } .new-navi__level__3 li a .new-navi-item-textinfo { display: none } .new-navi__level__3.active.new-navi__level__3--no-active-child { border-bottom: 0px } .new-navi__level__3.active.new-navi__level__3--no-active-child li a.active:after { opacity: 0 } .new-navi__level__4 { display: none; width: auto; margin-bottom: 0 } .new-navi__level__4 li { display: inline-block; vertical-align: top } .new-navi__level__4 a { padding-left: 15px } .new-navi__level__4 a:active, .new-navi__level__4 a.active { font-weight: bold; color: #d31f26 } .new-navi__level__4 a:active img, .new-navi__level__4 a.active img { border: 1px solid #d31f26 } .new-navi__level__4 a span { font-size: 75% } .new-navi__level__4 a .new-navi-item-textinfo { display: none } @media (min-width: 1100px) { .new-navi__level__4 a .new-navi-item-textinfo { display: block } } .new-nav-2 { background-color: transparent; border: none; padding-left: 0px; border-radius: 0px; box-shadow: none; margin: 0px; } .new-nav-2 li { float: none; width: 100%; min-width: 160px; z-index: 1; position: relative; display: inline-block; } .new-nav-2 li a { background-color: #d31f26; color: #FFF; display: block; padding: 5px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; min-width: 160px; z-index: 1; } .dropdown:hover .dropdown-content { display: block; } .dropdown-content .dropdown-item:hover { color: #d31f26; font-weight: 900; background-color: #FFF; } .mobile-nav-title { background-color: #d9d9d9 !important; margin-bottom: 0; padding: 15px 15px; position: relative; background: #d31f26; width: 100%; box-sizing: border-box; font-size: 18px; line-height: 24px; cursor: pointer; } .mobile-nav-title:after { content: "\f107"; transform: rotate(-90deg); top: 18px; border: none; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center; }
public/css/index1911.css
/*@import url("../../../fast.fonts.net/lt/139aa.css?apiType=css&amp;c=b87d355b-e899-4598-b4eb-d11d32159041&amp;fontids=674411,694015,694021,694027,694033");*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /* TEST FONTS */ @font-face { font-family: "HelveticaNeueW02-Thin"; src: url('../fonts/HelveticaNeueLTStd-Th.otf'); } @font-face { font-family: "HelveticaNeueW02-45Ligh"; src: url('../fonts/HelveticaNeueLTStd-Lt.otf'); } @font-face { font-family: "HelveticaNeueW02-55Roma"; src: url('../fonts/HelveticaNeueLTStd-Roman.otf'); } @font-face { font-family: "HelveticaNeueW02-65Medi"; src: url('../fonts/helvetica_test/HelveticaLTStd-LightCond.otf'); } @font-face { font-family: "HelveticaNeueW02-75Bold"; src: url('../fonts/helvetica_test/HelveticaLTStd-Bold.otf'); } /* END TEST FONTS */ /* @font-face { font-family: "HelveticaNeueW02-Thin"; src: url("http://www.keba.com/public/fonts/674411/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix"); src: url("http://www.keba.com/public/fonts/674411/30b6ffc3-3b64-40dd-9ff8-a3a850daf535.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/674411/96b33a5f-d3a7-4a34-b360-76867695bb83.woff2") format("woff2"), url("http://www.keba.com/public/fonts/674411/775a65da-14aa-4634-be95-6724c05fd522.woff") format("woff"), url("http://www.keba.com/public/fonts/674411/988eaaa7-5565-4f65-bb17-146b650ce9e9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/674411/3503a1a6-91c3-4c42-8e66-2ea7b2b57541.svg#3503a1a6-91c3-4c42-8e66-2ea7b2b57541") format("svg") } @font-face { font-family: "HelveticaNeueW02-45Ligh"; src: url("http://www.keba.com/public/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694015/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694015/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("http://www.keba.com/public/fonts/694015/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694015/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg") } @font-face { font-family: "HelveticaNeueW02-55Roma"; src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694021/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("http://www.keba.com/public/fonts/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg") } @font-face { font-family: "HelveticaNeueW02-65Medi"; src: url("http://www.keba.com/public/fonts/694027/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694027/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694027/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694027/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("http://www.keba.com/public/fonts/694027/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694027/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg") } @font-face { font-family: "HelveticaNeueW02-75Bold"; src: url("http://www.keba.com/public/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694033/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694033/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("http://www.keba.com/public/fonts/694033/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694033/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg") } @font-face { font-family: "HelveticaNeueW02-55Roma"; font-weight: bold; src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix"); src: url("http://www.keba.com/public/fonts/694021/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("http://www.keba.com/public/fonts/694021/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("http://www.keba.com/public/fonts/694021/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("http://www.keba.com/public/fonts/694021/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("http://www.keba.com/public/fonts/694021/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg") } */ .svg-defs { position: absolute; width: 0 } .padding-bottom { padding-bottom: 35px } .icon--inline { padding-right: 5px } .icon--small { font-size: 80% } html { font: normal 17px / 1.4em "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #fff; color: #444 } body { margin: 0 } a { background: transparent } a:active, a:hover { outline: 0 } a, .uk-link { color: #d31f26; text-decoration: none; cursor: pointer } a:hover, .uk-link:hover { color: #d31f26; text-decoration: none } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: bold } :not(pre)>code, :not(pre)>kbd, :not(pre)>samp { font-size: 12px; font-family: Consolas, monospace, serif; color: #D05; white-space: nowrap } em { color: #D05 } ins { background: #ffa; color: #444; text-decoration: none } mark { background: #ffa; color: #444 } q { font-style: italic } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } img { max-width: 100%; height: auto; box-sizing: border-box; border: 0; vertical-align: middle } .uk-img-preserve, .uk-img-preserve img { max-width: none } svg:not(:root) { overflow: hidden } blockquote, figure { margin: 0 } p, ul, ol, dl, blockquote, pre, address, fieldset, figure { margin: 0 0 15px 0 } *+p, *+ul, *+ol, *+dl, *+blockquote, *+pre, *+address, *+fieldset, *+figure { margin-top: 15px } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; color: #000; text-transform: none } *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 { margin-top: 25px } h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 { line-height: 110% } h1, .uk-h1 { font-size: 4.64rem; } h2, .uk-h2 { font-size: 3.57rem; } h3, .uk-h3 { font-size: 2rem; } h4, .uk-h4 { font-size: 1.57rem; } h5, .uk-h5 { font-size: 14px; } h6, .uk-h6 { font-size: 12px; } ul, ol { padding-left: 30px } ul>li>ul, ul>li>ol, ol>li>ol, ol>li>ul { margin: 0 } dt { font-weight: bold } dd { margin-left: 0 } hr { box-sizing: content-box; height: 0; margin: 15px 0; border: 0; border-top: 1px solid #ddd } address { font-style: normal } blockquote { padding-left: 15px; border-left: 5px solid #ddd; font-size: 16px; line-height: 22px; font-style: italic } pre { padding: 10px; background: #f5f5f5; font: 12px / 18px Consolas, monospace, serif; color: #444; -moz-tab-size: 4; tab-size: 4; overflow: auto } ::-moz-selection { background: #39f; color: #fff; text-shadow: none } ::selection { background: #39f; color: #fff; text-shadow: none } article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block } progress { vertical-align: baseline } audio:not([controls]) { display: none } [hidden], template { display: none } iframe { border: 0 } @media screen and (max-width: 400px) { @-ms-viewport { width: device-width } } .uk-grid { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none } .uk-grid:before, .uk-grid:after { content: ""; display: block; overflow: hidden } .uk-grid:after { clear: both } .uk-grid>* { -ms-flex: none; -webkit-flex: none; flex: none; margin: 0; float: left } .uk-grid>*> :last-child { margin-bottom: 0 } .uk-grid { margin-left: -25px } .uk-grid>* { padding-left: 25px } .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel { margin-top: 25px } @media (min-width: 1220px) { .uk-grid { margin-left: -35px } .uk-grid>* { padding-left: 35px } .uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel { margin-top: 35px } } .uk-grid-collapse { margin-left: 0 } .uk-grid-collapse>* { padding-left: 0 } .uk-grid-collapse+.uk-grid-collapse, .uk-grid-collapse>.uk-grid-margin, .uk-grid-collapse>*>.uk-panel+.uk-panel { margin-top: 0 } .uk-grid-small { margin-left: -10px } .uk-grid-small>* { padding-left: 10px } .uk-grid-small+.uk-grid-small, .uk-grid-small>.uk-grid-margin, .uk-grid-small>*>.uk-panel+.uk-panel { margin-top: 10px } .uk-grid-medium { margin-left: -25px } .uk-grid-medium>* { padding-left: 25px } .uk-grid-medium+.uk-grid-medium, .uk-grid-medium>.uk-grid-margin, .uk-grid-medium>*>.uk-panel+.uk-panel { margin-top: 25px } .uk-grid-divider:not(:empty) { margin-left: -25px; margin-right: -25px } .uk-grid-divider>* { padding-left: 25px; padding-right: 25px } .uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2), .uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2), .uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) { border-left: 1px solid #ddd } @media (min-width: 768px) { .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 1px solid #ddd } } @media (min-width: 960px) { .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) { border-left: 1px solid #ddd } } @media (min-width: 1220px) { .uk-grid-divider:not(:empty) { margin-left: -35px; margin-right: -35px } .uk-grid-divider>* { padding-left: 35px; padding-right: 35px } .uk-grid-divider:empty { margin-top: 35px; margin-bottom: 35px } } .uk-grid-divider:empty { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #ddd } .uk-grid-match>* { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap } .uk-grid-match>*>* { -ms-flex: none; -webkit-flex: none; flex: none; box-sizing: border-box; width: 100% } [class*='uk-grid-width']>* { box-sizing: border-box; width: 100% } .uk-grid-width-1-2>* { width: 50% } .uk-grid-width-1-3>* { width: 33.333% } .uk-grid-width-1-4>* { width: 25% } .uk-grid-width-1-5>* { width: 20% } .uk-grid-width-1-6>* { width: 16.666% } .uk-grid-width-1-10>* { width: 10% } @media (min-width: 480px) { .uk-grid-width-small-1-2>* { width: 50% } .uk-grid-width-small-1-3>* { width: 33.333% } .uk-grid-width-small-1-4>* { width: 25% } .uk-grid-width-small-1-5>* { width: 20% } .uk-grid-width-small-1-6>* { width: 16.666% } .uk-grid-width-small-1-10>* { width: 10% } } @media (min-width: 768px) { .uk-grid-width-medium-1-2>* { width: 50% } .uk-grid-width-medium-1-3>* { width: 33.333% } .uk-grid-width-medium-1-4>* { width: 25% } .uk-grid-width-medium-1-5>* { width: 20% } .uk-grid-width-medium-1-6>* { width: 16.666% } .uk-grid-width-medium-1-10>* { width: 10% } } @media (min-width: 960px) { .uk-grid-width-large-1-2>* { width: 50% } .uk-grid-width-large-1-3>* { width: 33.333% } .uk-grid-width-large-1-4>* { width: 25% } .uk-grid-width-large-1-5>* { width: 20% } .uk-grid-width-large-1-6>* { width: 16.666% } .uk-grid-width-large-1-10>* { width: 10% } } @media (min-width: 1220px) { .uk-grid-width-xlarge-1-2>* { width: 50% } .uk-grid-width-xlarge-1-3>* { width: 33.333% } .uk-grid-width-xlarge-1-4>* { width: 25% } .uk-grid-width-xlarge-1-5>* { width: 20% } .uk-grid-width-xlarge-1-6>* { width: 16.666% } .uk-grid-width-xlarge-1-10>* { width: 10% } } [class*='uk-width'] { box-sizing: border-box; width: 100% } .uk-width-1-1 { width: 100% } .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 { width: 50% } .uk-width-1-3, .uk-width-2-6 { width: 33.333% } .uk-width-2-3, .uk-width-4-6 { width: 66.666% } .uk-width-1-4 { width: 25% } .uk-width-3-4 { width: 75% } .uk-width-1-5, .uk-width-2-10 { width: 20% } .uk-width-2-5, .uk-width-4-10 { width: 40% } .uk-width-3-5, .uk-width-6-10 { width: 60% } .uk-width-4-5, .uk-width-8-10 { width: 80% } .uk-width-1-6 { width: 16.666% } .uk-width-5-6 { width: 83.333% } .uk-width-1-10 { width: 10% } .uk-width-3-10 { width: 30% } .uk-width-7-10 { width: 70% } .uk-width-9-10 { width: 90% } @media (min-width: 480px) { .uk-width-small-1-1 { width: 100% } .uk-width-small-1-2, .uk-width-small-2-4, .uk-width-small-3-6, .uk-width-small-5-10 { width: 50% } .uk-width-small-1-3, .uk-width-small-2-6 { width: 33.333% } .uk-width-small-2-3, .uk-width-small-4-6 { width: 66.666% } .uk-width-small-1-4 { width: 25% } .uk-width-small-3-4 { width: 75% } .uk-width-small-1-5, .uk-width-small-2-10 { width: 20% } .uk-width-small-2-5, .uk-width-small-4-10 { width: 40% } .uk-width-small-3-5, .uk-width-small-6-10 { width: 60% } .uk-width-small-4-5, .uk-width-small-8-10 { width: 80% } .uk-width-small-1-6 { width: 16.666% } .uk-width-small-5-6 { width: 83.333% } .uk-width-small-1-10 { width: 10% } .uk-width-small-3-10 { width: 30% } .uk-width-small-7-10 { width: 70% } .uk-width-small-9-10 { width: 90% } } @media (min-width: 768px) { .uk-width-medium-1-1 { width: 100% } .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 { width: 50% } .uk-width-medium-1-3, .uk-width-medium-2-6 { width: 33.333% } .uk-width-medium-2-3, .uk-width-medium-4-6 { width: 66.666% } .uk-width-medium-1-4 { width: 25% } .uk-width-medium-3-4 { width: 75% } .uk-width-medium-1-5, .uk-width-medium-2-10 { width: 20% } .uk-width-medium-2-5, .uk-width-medium-4-10 { width: 40% } .uk-width-medium-3-5, .uk-width-medium-6-10 { width: 60% } .uk-width-medium-4-5, .uk-width-medium-8-10 { width: 80% } .uk-width-medium-1-6 { width: 16.666% } .uk-width-medium-5-6 { width: 83.333% } .uk-width-medium-1-10 { width: 10% } .uk-width-medium-3-10 { width: 30% } .uk-width-medium-7-10 { width: 70% } .uk-width-medium-9-10 { width: 90% } } @media (min-width: 960px) { .uk-width-large-1-1 { width: 100% } .uk-width-large-1-2, .uk-width-large-2-4, .uk-width-large-3-6, .uk-width-large-5-10 { width: 50% } .uk-width-large-1-3, .uk-width-large-2-6 { width: 33.333% } .uk-width-large-2-3, .uk-width-large-4-6 { width: 66.666% } .uk-width-large-1-4 { width: 25% } .uk-width-large-3-4 { width: 75% } .uk-width-large-1-5, .uk-width-large-2-10 { width: 20% } .uk-width-large-2-5, .uk-width-large-4-10 { width: 40% } .uk-width-large-3-5, .uk-width-large-6-10 { width: 60% } .uk-width-large-4-5, .uk-width-large-8-10 { width: 80% } .uk-width-large-1-6 { width: 16.666% } .uk-width-large-5-6 { width: 83.333% } .uk-width-large-1-10 { width: 10% } .uk-width-large-3-10 { width: 30% } .uk-width-large-7-10 { width: 70% } .uk-width-large-9-10 { width: 90% } } @media (min-width: 1220px) { .uk-width-xlarge-1-1 { width: 100% } .uk-width-xlarge-1-2, .uk-width-xlarge-2-4, .uk-width-xlarge-3-6, .uk-width-xlarge-5-10 { width: 50% } .uk-width-xlarge-1-3, .uk-width-xlarge-2-6 { width: 33.333% } .uk-width-xlarge-2-3, .uk-width-xlarge-4-6 { width: 66.666% } .uk-width-xlarge-1-4 { width: 25% } .uk-width-xlarge-3-4 { width: 75% } .uk-width-xlarge-1-5, .uk-width-xlarge-2-10 { width: 20% } .uk-width-xlarge-2-5, .uk-width-xlarge-4-10 { width: 40% } .uk-width-xlarge-3-5, .uk-width-xlarge-6-10 { width: 60% } .uk-width-xlarge-4-5, .uk-width-xlarge-8-10 { width: 80% } .uk-width-xlarge-1-6 { width: 16.666% } .uk-width-xlarge-5-6 { width: 83.333% } .uk-width-xlarge-1-10 { width: 10% } .uk-width-xlarge-3-10 { width: 30% } .uk-width-xlarge-7-10 { width: 70% } .uk-width-xlarge-9-10 { width: 90% } } @media (min-width: 768px) { [class*='uk-push-'], [class*='uk-pull-'] { position: relative } .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 { left: 50% } .uk-push-1-3, .uk-push-2-6 { left: 33.333% } .uk-push-2-3, .uk-push-4-6 { left: 66.666% } .uk-push-1-4 { left: 25% } .uk-push-3-4 { left: 75% } .uk-push-1-5, .uk-push-2-10 { left: 20% } .uk-push-2-5, .uk-push-4-10 { left: 40% } .uk-push-3-5, .uk-push-6-10 { left: 60% } .uk-push-4-5, .uk-push-8-10 { left: 80% } .uk-push-1-6 { left: 16.666% } .uk-push-5-6 { left: 83.333% } .uk-push-1-10 { left: 10% } .uk-push-3-10 { left: 30% } .uk-push-7-10 { left: 70% } .uk-push-9-10 { left: 90% } .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 { left: -50% } .uk-pull-1-3, .uk-pull-2-6 { left: -33.333% } .uk-pull-2-3, .uk-pull-4-6 { left: -66.666% } .uk-pull-1-4 { left: -25% } .uk-pull-3-4 { left: -75% } .uk-pull-1-5, .uk-pull-2-10 { left: -20% } .uk-pull-2-5, .uk-pull-4-10 { left: -40% } .uk-pull-3-5, .uk-pull-6-10 { left: -60% } .uk-pull-4-5, .uk-pull-8-10 { left: -80% } .uk-pull-1-6 { left: -16.666% } .uk-pull-5-6 { left: -83.333% } .uk-pull-1-10 { left: -10% } .uk-pull-3-10 { left: -30% } .uk-pull-7-10 { left: -70% } .uk-pull-9-10 { left: -90% } } .uk-panel { display: block; position: relative } .uk-panel, .uk-panel:hover { text-decoration: none } .uk-panel:before, .uk-panel:after { content: ""; display: table } .uk-panel:after { clear: both } .uk-panel> :not(.uk-panel-title):last-child { margin-bottom: 0 } .uk-panel-title { margin-top: 0; margin-bottom: 15px; font-size: 18px; line-height: 24px; font-weight: normal; text-transform: none; color: #444 } .uk-panel-badge { position: absolute; top: 0; right: 0; z-index: 1 } .uk-panel-teaser { margin-bottom: 15px } .uk-panel-body { padding: 15px } .uk-panel-box { padding: 15px; background: #f5f5f5; color: #444 } .uk-panel-box-hover:hover { color: #444 } .uk-panel-box .uk-panel-title { color: #444 } .uk-panel-box .uk-panel-badge { top: 10px; right: 10px } .uk-panel-box>.uk-panel-teaser { margin-top: -15px; margin-left: -15px; margin-right: -15px } .uk-panel-box>.uk-nav-side { margin: 0 -15px } .uk-panel-box-primary { background-color: #ebf7fd; color: #2d7091 } .uk-panel-box-primary-hover:hover { color: #2d7091 } .uk-panel-box-primary .uk-panel-title { color: #2d7091 } .uk-panel-box-secondary { background-color: #eee; color: #444 } .uk-panel-box-secondary-hover:hover { color: #444 } .uk-panel-box-secondary .uk-panel-title { color: #444 } .uk-panel-hover { padding: 15px; color: #444 } .uk-panel-hover:hover { background: #f5f5f5; color: #444 } .uk-panel-hover .uk-panel-badge { top: 10px; right: 10px } .uk-panel-hover>.uk-panel-teaser { margin-top: -15px; margin-left: -15px; margin-right: -15px } .uk-panel-header .uk-panel-title { padding-bottom: 10px; border-bottom: 1px solid #ddd; color: #444 } .uk-panel-space { padding: 30px } .uk-panel-space .uk-panel-badge { top: 30px; right: 30px } .uk-panel+.uk-panel-divider { margin-top: 50px !important } .uk-panel+.uk-panel-divider:before { content: ""; display: block; position: absolute; top: -25px; left: 0; right: 0; border-top: 1px solid #ddd } @media (min-width: 1220px) { .uk-panel+.uk-panel-divider { margin-top: 70px !important } .uk-panel+.uk-panel-divider:before { top: -35px } } .uk-block { position: relative; box-sizing: border-box; padding-top: 20px; padding-bottom: 20px } @media (min-width: 768px) { .uk-block { padding-top: 50px; padding-bottom: 50px } } .uk-block:before, .uk-block:after { content: ""; display: table } .uk-block:after { clear: both } .uk-block> :last-child { margin-bottom: 0 } .uk-block-large { padding-top: 20px; padding-bottom: 20px } @media (min-width: 768px) { .uk-block-large { padding-top: 50px; padding-bottom: 50px } } @media (min-width: 960px) { .uk-block-large { padding-top: 100px; padding-bottom: 100px } } .uk-block-default { background: #fff } .uk-block-muted { background: #f9f9f9 } .uk-block-primary { background: #00a8e6 } .uk-block-secondary { background: #222 } .uk-article:before, .uk-article:after { content: ""; display: table } .uk-article:after { clear: both } .uk-article> :last-child { margin-bottom: 0 } .uk-article+.uk-article { margin-top: 25px } .uk-article-title { font-size: 36px; line-height: 42px; font-weight: normal; text-transform: none } .uk-article-title a { color: inherit; text-decoration: none } .uk-article-meta { font-size: 12px; line-height: 18px; color: #999 } .uk-article-lead { color: #444; font-size: 18px; line-height: 24px; font-weight: normal } .uk-article-divider { margin-bottom: 25px; border-color: #ddd } *+.uk-article-divider { margin-top: 25px } .uk-comment-header { margin-bottom: 15px } .uk-comment-header:before, .uk-comment-header:after { content: ""; display: table } .uk-comment-header:after { clear: both } .uk-comment-avatar { margin-right: 15px; float: left } .uk-comment-title { margin: 5px 0 0 0; font-size: 16px; line-height: 22px } .uk-comment-meta { margin: 2px 0 0 0; font-size: 11px; line-height: 16px; color: #999 } .uk-comment-body> :last-child { margin-bottom: 0 } .uk-comment-list { padding: 0; list-style: none } .uk-comment-list .uk-comment+ul { margin: 15px 0 0 0; list-style: none } .uk-comment-list>li:nth-child(n+2), .uk-comment-list .uk-comment+ul>li:nth-child(n+2) { margin-top: 15px } @media (min-width: 768px) { .uk-comment-list .uk-comment+ul { padding-left: 100px } } .uk-cover-background { background-size: cover; background: no-repeat 50% 50%; } .uk-cover { overflow: hidden } .uk-cover-object { width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: none; position: relative; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } [data-uk-cover] { position: relative; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .uk-nav, .uk-nav ul { margin: 0; padding: 0; list-style: none } .uk-nav li>a { display: block; text-decoration: none } .uk-nav>li>a { padding: 5px 15px } .uk-nav ul { padding-left: 15px } .uk-nav ul a { padding: 2px 0 } .uk-nav li>a>div { font-size: 12px; line-height: 18px } .uk-nav-header { padding: 5px 15px; text-transform: uppercase; font-weight: bold; font-size: 12px } .uk-nav-header:not(:first-child) { margin-top: 15px } .uk-nav-divider { margin: 9px 15px } ul.uk-nav-sub { padding: 5px 0 5px 15px } .uk-nav-parent-icon>.uk-parent>a:after { content: ""; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center } .uk-nav-parent-icon>.uk-parent.uk-open>a:after { content: "" } .uk-nav-side>li>a { color: #444 } .uk-nav-side>li>a:hover, .uk-nav-side>li>a:focus { background: rgba(0, 0, 0, 0.05); color: #444; outline: none } .uk-nav-side>li.uk-active>a { background: #00a8e6; color: #fff } .uk-nav-side .uk-nav-header { color: #444 } .uk-nav-side .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-side ul a { color: #07D } .uk-nav-side ul a:hover { color: #059 } .uk-nav-dropdown>li>a { color: #444 } .uk-nav-dropdown>li>a:hover, .uk-nav-dropdown>li>a:focus { background: #00a8e6; color: #fff; outline: none } .uk-nav-dropdown .uk-nav-header { color: #999 } .uk-nav-dropdown .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-dropdown ul a { color: #07D } .uk-nav-dropdown ul a:hover { color: #059 } .uk-nav-navbar>li>a { color: #444 } .uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus { background: #00a8e6; color: #fff; outline: none } .uk-nav-navbar .uk-nav-header { color: #999 } .uk-nav-navbar .uk-nav-divider { border-top: 1px solid #ddd } .uk-nav-navbar ul a { color: #07D } .uk-nav-navbar ul a:hover { color: #059 } .uk-nav-offcanvas>li>a { color: #ccc; padding: 10px 15px } .uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus { background: #404040; color: #fff; outline: none } html .uk-nav.uk-nav-offcanvas>li.uk-active>a { background: #1a1a1a; color: #fff } .uk-nav-offcanvas .uk-nav-header { color: #777 } .uk-nav-offcanvas .uk-nav-divider { border-top: 1px solid #1a1a1a } .uk-nav-offcanvas ul a { color: #ccc } html:not(.uk-touch) .uk-nav-offcanvas ul a:hover { color: #fff } .uk-navbar { background: #eee; color: #444 } .uk-navbar:before, .uk-navbar:after { content: ""; display: table } .uk-navbar:after { clear: both } .uk-navbar-nav { margin: 0; padding: 0; list-style: none; float: left } .uk-navbar-nav>li { float: left; position: relative } .uk-navbar-nav>li>a { display: block; box-sizing: border-box; text-decoration: none; height: 40px; padding: 0 15px; line-height: 40px; color: #444; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal } .uk-navbar-nav>li>a[href='#'] { cursor: text } .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a { background-color: #f5f5f5; color: #444; outline: none } .uk-navbar-nav>li>a:active { background-color: #ddd; color: #444 } .uk-navbar-nav>li.uk-active>a { background-color: #f5f5f5; color: #444 } .uk-navbar-nav .uk-navbar-nav-subtitle { line-height: 28px } .uk-navbar-nav-subtitle>div { margin-top: -6px; font-size: 10px; line-height: 12px } .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { box-sizing: border-box; display: block; height: 40px; padding: 0 15px; float: left } .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) { padding-left: 0 } .uk-navbar-content>a:not([class]) { color: #07D } .uk-navbar-content>a:not([class]):hover { color: #059 } .uk-navbar-brand { font-size: 18px; color: #444; text-decoration: none } .uk-navbar-brand:hover, .uk-navbar-brand:focus { color: #444; text-decoration: none; outline: none } .uk-navbar-toggle { font-size: 18px; color: #444; text-decoration: none } .uk-navbar-toggle:hover, .uk-navbar-toggle:focus { color: #444; text-decoration: none; outline: none } .uk-navbar-toggle:after { content: ""; font-family: FontAwesome; vertical-align: middle } .uk-navbar-toggle-alt:after { content: "" } .uk-navbar-center { float: none; text-align: center; max-width: 50%; margin-left: auto; margin-right: auto } .uk-navbar-flip { float: right } .uk-subnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-top: -10px; padding: 0; list-style: none } .uk-subnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 10px; margin-top: 10px; position: relative } .uk-subnav:before, .uk-subnav:after { content: ""; display: block; overflow: hidden } .uk-subnav:after { clear: both } .uk-subnav>* { float: left } .uk-subnav>*>* { display: inline-block; color: #444 } .uk-subnav>*> :hover, .uk-subnav>*> :focus { color: #07D; text-decoration: none } .uk-subnav>.uk-active>* { color: #07D } .uk-subnav-line> :before { content: ""; display: inline-block; height: 10px; vertical-align: middle } .uk-subnav-line> :nth-child(n+2):before { margin-right: 10px; border-left: 1px solid #ddd } .uk-subnav-pill>*>* { padding: 3px 9px } .uk-subnav-pill>*> :hover, .uk-subnav-pill>*> :focus { background: #eee; color: #444; text-decoration: none; outline: none } .uk-subnav-pill>.uk-active>* { background: #00a8e6; color: #fff } .uk-subnav>.uk-disabled>* { background: none; color: #999; text-decoration: none; cursor: text } .uk-breadcrumb { padding: 0; list-style: none; font-size: 0.001px } .uk-breadcrumb>li { font-size: 1rem; vertical-align: top } .uk-breadcrumb>li, .uk-breadcrumb>li>a, .uk-breadcrumb>li>span { display: inline-block } .uk-breadcrumb>li:nth-child(n+2):before { content: "/"; display: inline-block; margin: 0 8px } .uk-breadcrumb>li:not(.uk-active)>span { color: #999 } .uk-pagination { padding: 0; list-style: none; text-align: center; font-size: 0.001px } .uk-pagination:before, .uk-pagination:after { content: ""; display: table } .uk-pagination:after { clear: both } .uk-pagination>li { display: inline-block; font-size: 1rem; vertical-align: top } .uk-pagination>li:nth-child(n+2) { margin-left: 5px } .uk-pagination>li>a, .uk-pagination>li>span { display: inline-block; min-width: 16px; padding: 3px 5px; line-height: 20px; text-decoration: none; box-sizing: content-box; text-align: center } .uk-pagination>li>a { background: #eee; color: #444 } .uk-pagination>li>a:hover, .uk-pagination>li>a:focus { background-color: #f5f5f5; color: #444; outline: none } .uk-pagination>li>a:active { background-color: #ddd; color: #444 } .uk-pagination>.uk-active>span { background: #00a8e6; color: #fff } .uk-pagination>.uk-disabled>span { background-color: #f5f5f5; color: #999 } .uk-pagination-previous { float: left } .uk-pagination-next { float: right } .uk-pagination-left { text-align: left } .uk-pagination-right { text-align: right } .uk-tab { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ddd } .uk-tab:before, .uk-tab:after { content: ""; display: table } .uk-tab:after { clear: both } .uk-tab>li { margin-bottom: -1px; float: left; position: relative } .uk-tab>li>a { display: block; padding: 8px 12px 8px 12px; border: 1px solid transparent; border-bottom-width: 0; color: #07D; text-decoration: none } .uk-tab>li:nth-child(n+2)>a { margin-left: 5px } .uk-tab>li>a:hover, .uk-tab>li>a:focus, .uk-tab>li.uk-open>a { border-color: #f5f5f5; background: #f5f5f5; color: #059; outline: none } .uk-tab>li:not(.uk-active)>a:hover, .uk-tab>li:not(.uk-active)>a:focus, .uk-tab>li.uk-open:not(.uk-active)>a { margin-bottom: 1px; padding-bottom: 7px } .uk-tab>li.uk-active>a { border-color: #ddd; border-bottom-color: transparent; background: #fff; color: #444 } .uk-tab>li.uk-disabled>a { color: #999; cursor: text } .uk-tab>li.uk-disabled>a:hover, .uk-tab>li.uk-disabled>a:focus, .uk-tab>li.uk-disabled.uk-active>a { background: none; border-color: transparent } .uk-tab-flip>li { float: right } .uk-tab-flip>li:nth-child(n+2)>a { margin-left: 0; margin-right: 5px } .uk-tab>li.uk-tab-responsive>a { margin-left: 0; margin-right: 0 } .uk-tab-responsive>a:before { content: "\f0c9\00a0"; font-family: FontAwesome } .uk-tab-center { border-bottom: 1px solid #ddd } .uk-tab-center-bottom { border-bottom: none; border-top: 1px solid #ddd } .uk-tab-center:before, .uk-tab-center:after { content: ""; display: table } .uk-tab-center:after { clear: both } .uk-tab-center .uk-tab { position: relative; right: 50%; border: none; float: right } .uk-tab-center .uk-tab>li { position: relative; right: -50% } .uk-tab-center .uk-tab>li>a { text-align: center } .uk-tab-bottom { border-top: 1px solid #ddd; border-bottom: none } .uk-tab-bottom>li { margin-top: -1px; margin-bottom: 0 } .uk-tab-bottom>li>a { padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-top-width: 0 } .uk-tab-bottom>li:not(.uk-active)>a:hover, .uk-tab-bottom>li:not(.uk-active)>a:focus, .uk-tab-bottom>li.uk-open:not(.uk-active)>a { margin-bottom: 0; margin-top: 1px; padding-bottom: 8px; padding-top: 7px } .uk-tab-bottom>li.uk-active>a { border-top-color: transparent; border-bottom-color: #ddd } .uk-tab-grid { margin-left: -5px; border-bottom: none; position: relative; z-index: 0 } .uk-tab-grid:before { display: block; position: absolute; left: 5px; right: 0; bottom: -1px; border-top: 1px solid #ddd; z-index: -1 } .uk-tab-grid>li:first-child>a { margin-left: 5px } .uk-tab-grid>li>a { text-align: center } .uk-tab-grid.uk-tab-bottom { border-top: none } .uk-tab-grid.uk-tab-bottom:before { top: -1px; bottom: auto } @media (min-width: 768px) { .uk-tab-left, .uk-tab-right { border-bottom: none } .uk-tab-left>li, .uk-tab-right>li { margin-bottom: 0; float: none } .uk-tab-left>li>a, .uk-tab-right>li>a { padding-top: 8px; padding-bottom: 8px } .uk-tab-left>li:nth-child(n+2)>a, .uk-tab-right>li:nth-child(n+2)>a { margin-left: 0; margin-top: 5px } .uk-tab-left>li.uk-active>a, .uk-tab-right>li.uk-active>a { border-color: #ddd } .uk-tab-left { border-right: 1px solid #ddd } .uk-tab-left>li { margin-right: -1px } .uk-tab-left>li>a { border-bottom-width: 1px; border-right-width: 0 } .uk-tab-left>li:not(.uk-active)>a:hover, .uk-tab-left>li:not(.uk-active)>a:focus { margin-bottom: 0; margin-right: 1px; padding-bottom: 8px; padding-right: 11px } .uk-tab-left>li.uk-active>a { border-right-color: transparent } .uk-tab-right { border-left: 1px solid #ddd } .uk-tab-right>li { margin-left: -1px } .uk-tab-right>li>a { border-bottom-width: 1px; border-left-width: 0 } .uk-tab-right>li:not(.uk-active)>a:hover, .uk-tab-right>li:not(.uk-active)>a:focus { margin-bottom: 0; margin-left: 1px; padding-bottom: 8px; padding-left: 11px } .uk-tab-right>li.uk-active>a { border-left-color: transparent } } .uk-thumbnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-top: -10px; padding: 0; list-style: none } .uk-thumbnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 10px; margin-top: 10px } .uk-thumbnav:before, .uk-thumbnav:after { content: ""; display: block; overflow: hidden } .uk-thumbnav:after { clear: both } .uk-thumbnav>* { float: left } .uk-thumbnav>*>* { display: block; background: #fff } .uk-thumbnav>*>*>img { opacity: 0.7; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear } .uk-thumbnav>*> :hover>img, .uk-thumbnav>*> :focus>img { opacity: 1 } .uk-thumbnav>.uk-active>*>img { opacity: 1 } .uk-list { padding: 0; list-style: none } .uk-list>li:before, .uk-list>li:after { content: ""; display: table } .uk-list>li:after { clear: both } .uk-list>li> :last-child { margin-bottom: 0 } .uk-list ul { margin: 0; padding-left: 20px; list-style: none } .uk-list-line>li:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #ddd } .uk-list-striped>li { padding: 5px 5px } .uk-list-striped>li:nth-of-type(odd) { background: #f5f5f5 } .uk-list-space>li:nth-child(n+2) { margin-top: 10px } @media (min-width: 768px) { .uk-description-list-horizontal { overflow: hidden } .uk-description-list-horizontal>dt { width: 160px; float: left; clear: both; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-description-list-horizontal>dd { margin-left: 180px } } .uk-description-list-line>dt { font-weight: normal } .uk-description-list-line>dt:nth-child(n+2) { margin-top: 5px; padding-top: 5px; border-top: 1px solid #ddd } .uk-description-list-line>dd { color: #999 } .uk-table { border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 15px } *+.uk-table { margin-top: 15px } .uk-table th, .uk-table td { padding: 8px 8px } .uk-table th { text-align: left } .uk-table td { vertical-align: top } .uk-table thead th { vertical-align: bottom } .uk-table caption, .uk-table tfoot { font-size: 12px; font-style: italic } .uk-table caption { text-align: left; color: #999 } .uk-table tbody tr.uk-active { background: #EEE } .uk-table-middle, .uk-table-middle td { vertical-align: middle !important } .uk-table-striped tbody tr:nth-of-type(odd) { background: #f5f5f5 } .uk-table-condensed td { padding: 4px 8px } .uk-table-hover tbody tr:hover { background: #EEE } .uk-form input, .uk-form select, .uk-form textarea { box-sizing: border-box; margin: 0; border-radius: 0; font: inherit; color: inherit } .uk-form select { text-transform: none } .uk-form optgroup { font: inherit; font-weight: bold } .uk-form input::-moz-focus-inner { border: 0; padding: 0 } .uk-form input[type="checkbox"], .uk-form input[type="radio"] { padding: 0 } .uk-form input[type="checkbox"]:not(:disabled), .uk-form input[type="radio"]:not(:disabled) { cursor: pointer } .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"] { -webkit-appearance: none } .uk-form input[type="search"]::-webkit-search-cancel-button, .uk-form input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } .uk-form input[type="number"]::-webkit-inner-spin-button, .uk-form input[type="number"]::-webkit-outer-spin-button { height: auto } .uk-form fieldset { border: none; margin: 0; padding: 0 } .uk-form textarea { overflow: auto; vertical-align: top } .uk-form::-moz-placeholder { opacity: 1 } .uk-form:invalid { box-shadow: none } .uk-form input:not([type="radio"]):not([type="checkbox"]), .uk-form select { vertical-align: middle } .uk-form> :last-child { margin-bottom: 0 } .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] { height: 36px; max-width: 100%; padding: 4px 6px; border: 1px solid #d31f26; background: #fff; color: #000; -webkit-transition: all linear 0.2s; transition: all linear 0.2s } .uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus { border-color: #d31f26; outline: 0; background: #FFF; color: #000 } .uk-form select:disabled, .uk-form textarea:disabled, .uk-form input:not([type]):disabled, .uk-form input[type="text"]:disabled, .uk-form input[type="password"]:disabled, .uk-form input[type="datetime"]:disabled, .uk-form input[type="datetime-local"]:disabled, .uk-form input[type="date"]:disabled, .uk-form input[type="month"]:disabled, .uk-form input[type="time"]:disabled, .uk-form input[type="week"]:disabled, .uk-form input[type="number"]:disabled, .uk-form input[type="email"]:disabled, .uk-form input[type="url"]:disabled, .uk-form input[type="search"]:disabled, .uk-form input[type="tel"]:disabled, .uk-form input[type="color"]:disabled { border-color: #ddd; background-color: #f5f5f5; color: #999 } .uk-form:-ms-input-placeholder { color: #999 !important } .uk-form::-moz-placeholder { color: #999 } .uk-form::-webkit-input-placeholder { color: #999 } .uk-form:disabled:-ms-input-placeholder { color: #999 !important } .uk-form:disabled::-moz-placeholder { color: #999 } .uk-form:disabled::-webkit-input-placeholder { color: #999 } .uk-form legend { width: 100%; border: 0; padding: 0; padding-bottom: 15px; font-size: 18px; line-height: 30px } .uk-form legend:after { content: ""; display: block; border-bottom: 1px solid #ddd; width: 100% } select.uk-form-small, textarea.uk-form-small, input[type].uk-form-small, input:not([type]).uk-form-small { height: 25px; padding: 3px 3px; font-size: 12px } select.uk-form-large, textarea.uk-form-large, input[type].uk-form-large, input:not([type]).uk-form-large { height: 40px; padding: 8px 6px; font-size: 16px } .uk-form textarea, .uk-form select[multiple], .uk-form select[size] { height: auto } .uk-form-danger { border-color: #dc8d99 !important; background: #fff7f8 !important; color: #d85030 !important } .uk-form-success { border-color: #8ec73b !important; background: #fafff2 !important; color: #659f13 !important } .uk-form-blank { border-color: transparent !important; border-style: dashed !important; background: none !important } .uk-form-blank:focus { border-color: #ddd !important } input.uk-form-width-mini { width: 40px } select.uk-form-width-mini { width: 65px } .uk-form-width-small { width: 130px } .uk-form-width-medium { width: 200px } .uk-form-width-large { width: 500px } .uk-form-row:before, .uk-form-row:after { content: ""; display: table } .uk-form-row:after { clear: both } .uk-form-row+.uk-form-row { margin-top: 15px } .uk-form-help-inline { display: inline-block; margin: 0 0 0 10px } .uk-form-help-block { margin: 5px 0 0 0 } .uk-form-controls> :first-child { margin-top: 0 } .uk-form-controls> :last-child { margin-bottom: 0 } .uk-form-controls-condensed { margin: 5px 0 } .uk-form-stacked .uk-form-label { display: block; margin-bottom: 5px; font-weight: bold } @media (max-width: 959px) { .uk-form-horizontal .uk-form-label { display: block; margin-bottom: 5px; font-weight: bold } } @media (min-width: 960px) { .uk-form-horizontal .uk-form-label { width: 200px; margin-top: 5px; float: left } .uk-form-horizontal .uk-form-controls { margin-left: 215px } .uk-form-horizontal .uk-form-controls-text { padding-top: 5px } } .uk-form-icon { display: inline-block; position: relative; max-width: 100% } .uk-form-icon>[class*='uk-icon-'] { position: absolute; top: 50%; width: 30px; margin-top: -7px; font-size: 14px; color: #999; text-align: center; pointer-events: none } .uk-form-icon:not(.uk-form-icon-flip)>input { padding-left: 30px !important } .uk-form-icon-flip>[class*='uk-icon-'] { right: 0 } .uk-form-icon-flip>input { padding-right: 30px !important } .uk-button::-moz-focus-inner { border: 0; padding: 0 } .uk-button { -webkit-appearance: none; margin: 0; border: none; overflow: visible; font: inherit; color: #FFF; text-transform: none; display: inline-block; box-sizing: border-box; padding: 0 14px; background: #848D92; vertical-align: middle; line-height: 1; min-height: 44px; font-size: 0.9rem; text-decoration: none; text-align: center } .uk-button:not(:disabled) { cursor: pointer } .uk-button:hover, .uk-button:focus { background-color: #727b80; color: #FFF; outline: none; text-decoration: none } .uk-button:active, .uk-button.uk-active { background-color: #ddd; color: #444 } .uk-button-primary { background-color: #d31f26; color: #fff } .uk-button-primary:hover, .uk-button-primary:focus { background-color: #ad1b21; color: #fff } .uk-button-primary:active, .uk-button-primary.uk-active { background-color: #0091ca; color: #fff } .uk-button-success { background-color: #8cc14c; color: #fff } .uk-button-success:hover, .uk-button-success:focus { background-color: #8ec73b; color: #fff } .uk-button-success:active, .uk-button-success.uk-active { background-color: #72ae41; color: #fff } .uk-button-danger { background-color: #da314b; color: #fff } .uk-button-danger:hover, .uk-button-danger:focus { background-color: #e4354f; color: #fff } .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #c91032; color: #fff } .uk-button:disabled { background-color: #f5f5f5; color: #999 } .uk-button-link, .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active, .uk-button-link:disabled { border-color: transparent; background: none } .uk-button-link { color: #07D } .uk-button-link:hover, .uk-button-link:focus, .uk-button-link:active, .uk-button-link.uk-active { color: #059; text-decoration: underline } .uk-button-link:disabled { color: #999 } .uk-button-link:focus { outline: 1px dotted } .uk-button-mini { min-height: 20px; padding: 0 8px; line-height: 20px; font-size: 11px } .uk-button-small { min-height: 25px; padding: 0 12px; line-height: 25px; font-size: 12px } .uk-button-large { min-height: 40px; padding: 0 18px; line-height: 40px; font-size: 16px } .uk-button-group { display: inline-block; vertical-align: middle; position: relative; font-size: 0.001px; white-space: nowrap } .uk-button-group>* { display: inline-block } .uk-button-group .uk-button { vertical-align: top } .uk-button-dropdown { display: inline-block; vertical-align: middle; position: relative } [class*='uk-icon-'] { font-family: FontAwesome; display: inline-block; font-weight: normal; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } [class*='uk-icon-'], [class*='uk-icon-']:hover, [class*='uk-icon-']:focus { text-decoration: none } .uk-icon-small { font-size: 150%; vertical-align: -10% } .uk-icon-medium { font-size: 200%; vertical-align: -16% } .uk-icon-large { font-size: 250%; vertical-align: -22% } .uk-icon-justify { width: 1em; text-align: center } .uk-icon-spin { display: inline-block; -webkit-animation: uk-rotate 2s infinite linear; animation: uk-rotate 2s infinite linear } .uk-icon-hover { color: #999 } .uk-icon-hover:hover { color: #444 } .uk-icon-button { box-sizing: border-box; display: inline-block; width: 35px; height: 35px; border-radius: 100%; background: #eee; line-height: 35px; color: #444; font-size: 18px; text-align: center } .uk-icon-button:hover, .uk-icon-button:focus { background-color: #f5f5f5; color: #444; outline: none } .uk-icon-button:active { background-color: #ddd; color: #444 } .uk-icon-glass:before { content: "\f000" } .uk-icon-music:before { content: "\f001" } .uk-icon-search:before { content: "\f002" } .uk-icon-envelope-o:before { content: "\f003" } .uk-icon-heart:before { content: "\f004" } .uk-icon-star:before { content: "\f005" } .uk-icon-star-o:before { content: "\f006" } .uk-icon-user:before { content: "\f007" } .uk-icon-film:before { content: "\f008" } .uk-icon-th-large:before { content: "\f009" } .uk-icon-th:before { content: "\f00a" } .uk-icon-th-list:before { content: "\f00b" } .uk-icon-check:before { content: "\f00c" } .uk-icon-remove:before, .uk-icon-close:before, .uk-icon-times:before { content: "\f00d" } .uk-icon-search-plus:before { content: "\f00e" } .uk-icon-search-minus:before { content: "\f010" } .uk-icon-power-off:before { content: "\f011" } .uk-icon-signal:before { content: "\f012" } .uk-icon-gear:before, .uk-icon-cog:before { content: "\f013" } .uk-icon-trash-o:before { content: "\f014" } .uk-icon-home:before { content: "\f015" } .uk-icon-file-o:before { content: "\f016" } .uk-icon-clock-o:before { content: "\f017" } .uk-icon-road:before { content: "\f018" } .uk-icon-download:before { content: "\f019" } .uk-icon-arrow-circle-o-down:before { content: "\f01a" } .uk-icon-arrow-circle-o-up:before { content: "\f01b" } .uk-icon-inbox:before { content: "\f01c" } .uk-icon-play-circle-o:before { content: "\f01d" } .uk-icon-rotate-right:before, .uk-icon-repeat:before { content: "\f01e" } .uk-icon-refresh:before { content: "\f021" } .uk-icon-list-alt:before { content: "\f022" } .uk-icon-lock:before { content: "\f023" } .uk-icon-flag:before { content: "\f024" } .uk-icon-headphones:before { content: "\f025" } .uk-icon-volume-off:before { content: "\f026" } .uk-icon-volume-down:before { content: "\f027" } .uk-icon-volume-up:before { content: "\f028" } .uk-icon-qrcode:before { content: "\f029" } .uk-icon-barcode:before { content: "\f02a" } .uk-icon-tag:before { content: "\f02b" } .uk-icon-tags:before { content: "\f02c" } .uk-icon-book:before { content: "\f02d" } .uk-icon-bookmark:before { content: "\f02e" } .uk-icon-print:before { content: "\f02f" } .uk-icon-camera:before { content: "\f030" } .uk-icon-font:before { content: "\f031" } .uk-icon-bold:before { content: "\f032" } .uk-icon-italic:before { content: "\f033" } .uk-icon-text-height:before { content: "\f034" } .uk-icon-text-width:before { content: "\f035" } .uk-icon-align-left:before { content: "\f036" } .uk-icon-align-center:before { content: "\f037" } .uk-icon-align-right:before { content: "\f038" } .uk-icon-align-justify:before { content: "\f039" } .uk-icon-list:before { content: "\f03a" } .uk-icon-dedent:before, .uk-icon-outdent:before { content: "\f03b" } .uk-icon-indent:before { content: "\f03c" } .uk-icon-video-camera:before { content: "\f03d" } .uk-icon-photo:before, .uk-icon-image:before, .uk-icon-picture-o:before { content: "\f03e" } .uk-icon-pencil:before { content: "\f040" } .uk-icon-map-marker:before { content: "\f041" } .uk-icon-adjust:before { content: "\f042" } .uk-icon-tint:before { content: "\f043" } .uk-icon-edit:before, .uk-icon-pencil-square-o:before { content: "\f044" } .uk-icon-share-square-o:before { content: "\f045" } .uk-icon-check-square-o:before { content: "\f046" } .uk-icon-arrows:before { content: "\f047" } .uk-icon-step-backward:before { content: "\f048" } .uk-icon-fast-backward:before { content: "\f049" } .uk-icon-backward:before { content: "\f04a" } .uk-icon-play:before { content: "\f04b" } .uk-icon-pause:before { content: "\f04c" } .uk-icon-stop:before { content: "\f04d" } .uk-icon-forward:before { content: "\f04e" } .uk-icon-fast-forward:before { content: "\f050" } .uk-icon-step-forward:before { content: "\f051" } .uk-icon-eject:before { content: "\f052" } .uk-icon-chevron-left:before { content: "\f053" } .uk-icon-chevron-right:before { content: "\f054" } .uk-icon-plus-circle:before { content: "\f055" } .uk-icon-minus-circle:before { content: "\f056" } .uk-icon-times-circle:before { content: "\f057" } .uk-icon-check-circle:before { content: "\f058" } .uk-icon-question-circle:before { content: "\f059" } .uk-icon-info-circle:before { content: "\f05a" } .uk-icon-crosshairs:before { content: "\f05b" } .uk-icon-times-circle-o:before { content: "\f05c" } .uk-icon-check-circle-o:before { content: "\f05d" } .uk-icon-ban:before { content: "\f05e" } .uk-icon-arrow-left:before { content: "\f060" } .uk-icon-arrow-right:before { content: "\f061" } .uk-icon-arrow-up:before { content: "\f062" } .uk-icon-arrow-down:before { content: "\f063" } .uk-icon-mail-forward:before, .uk-icon-share:before { content: "\f064" } .uk-icon-expand:before { content: "\f065" } .uk-icon-compress:before { content: "\f066" } .uk-icon-plus:before { content: "\f067" } .uk-icon-minus:before { content: "\f068" } .uk-icon-asterisk:before { content: "\f069" } .uk-icon-exclamation-circle:before { content: "\f06a" } .uk-icon-gift:before { content: "\f06b" } .uk-icon-leaf:before { content: "\f06c" } .uk-icon-fire:before { content: "\f06d" } .uk-icon-eye:before { content: "\f06e" } .uk-icon-eye-slash:before { content: "\f070" } .uk-icon-warning:before, .uk-icon-exclamation-triangle:before { content: "\f071" } .uk-icon-plane:before { content: "\f072" } .uk-icon-calendar:before { content: "\f073" } .uk-icon-random:before { content: "\f074" } .uk-icon-comment:before { content: "\f075" } .uk-icon-magnet:before { content: "\f076" } .uk-icon-chevron-up:before { content: "\f077" } .uk-icon-chevron-down:before { content: "\f078" } .uk-icon-retweet:before { content: "\f079" } .uk-icon-shopping-cart:before { content: "\f07a" } .uk-icon-folder:before { content: "\f07b" } .uk-icon-folder-open:before { content: "\f07c" } .uk-icon-arrows-v:before { content: "\f07d" } .uk-icon-arrows-h:before { content: "\f07e" } .uk-icon-bar-chart-o:before, .uk-icon-bar-chart:before { content: "\f080" } .uk-icon-twitter-square:before { content: "\f081" } .uk-icon-facebook-square:before { content: "\f082" } .uk-icon-camera-retro:before { content: "\f083" } .uk-icon-key:before { content: "\f084" } .uk-icon-gears:before, .uk-icon-cogs:before { content: "\f085" } .uk-icon-comments:before { content: "\f086" } .uk-icon-thumbs-o-up:before { content: "\f087" } .uk-icon-thumbs-o-down:before { content: "\f088" } .uk-icon-star-half:before { content: "\f089" } .uk-icon-heart-o:before { content: "\f08a" } .uk-icon-sign-out:before { content: "\f08b" } .uk-icon-linkedin-square:before { content: "\f08c" } .uk-icon-thumb-tack:before { content: "\f08d" } .uk-icon-external-link:before { content: "\f08e" } .uk-icon-sign-in:before { content: "\f090" } .uk-icon-trophy:before { content: "\f091" } .uk-icon-github-square:before { content: "\f092" } .uk-icon-upload:before { content: "\f093" } .uk-icon-lemon-o:before { content: "\f094" } .uk-icon-phone:before { content: "\f095" } .uk-icon-square-o:before { content: "\f096" } .uk-icon-bookmark-o:before { content: "\f097" } .uk-icon-phone-square:before { content: "\f098" } .uk-icon-twitter:before { content: "\f099" } .uk-icon-facebook-f:before, .uk-icon-facebook:before { content: "\f09a" } .uk-icon-github:before { content: "\f09b" } .uk-icon-unlock:before { content: "\f09c" } .uk-icon-credit-card:before { content: "\f09d" } .uk-icon-rss:before { content: "\f09e" } .uk-icon-hdd-o:before { content: "\f0a0" } .uk-icon-bullhorn:before { content: "\f0a1" } .uk-icon-bell:before { content: "\f0f3" } .uk-icon-certificate:before { content: "\f0a3" } .uk-icon-hand-o-right:before { content: "\f0a4" } .uk-icon-hand-o-left:before { content: "\f0a5" } .uk-icon-hand-o-up:before { content: "\f0a6" } .uk-icon-hand-o-down:before { content: "\f0a7" } .uk-icon-arrow-circle-left:before { content: "\f0a8" } .uk-icon-arrow-circle-right:before { content: "\f0a9" } .uk-icon-arrow-circle-up:before { content: "\f0aa" } .uk-icon-arrow-circle-down:before { content: "\f0ab" } .uk-icon-globe:before { content: "\f0ac" } .uk-icon-wrench:before { content: "\f0ad" } .uk-icon-tasks:before { content: "\f0ae" } .uk-icon-filter:before { content: "\f0b0" } .uk-icon-briefcase:before { content: "\f0b1" } .uk-icon-arrows-alt:before { content: "\f0b2" } .uk-icon-group:before, .uk-icon-users:before { content: "\f0c0" } .uk-icon-chain:before, .uk-icon-link:before { content: "\f0c1" } .uk-icon-cloud:before { content: "\f0c2" } .uk-icon-flask:before { content: "\f0c3" } .uk-icon-cut:before, .uk-icon-scissors:before { content: "\f0c4" } .uk-icon-copy:before, .uk-icon-files-o:before { content: "\f0c5" } .uk-icon-paperclip:before { content: "\f0c6" } .uk-icon-save:before, .uk-icon-floppy-o:before { content: "\f0c7" } .uk-icon-square:before { content: "\f0c8" } .uk-icon-navicon:before, .uk-icon-reorder:before, .uk-icon-bars:before { content: "\f0c9" } .uk-icon-list-ul:before { content: "\f0ca" } .uk-icon-list-ol:before { content: "\f0cb" } .uk-icon-strikethrough:before { content: "\f0cc" } .uk-icon-underline:before { content: "\f0cd" } .uk-icon-table:before { content: "\f0ce" } .uk-icon-magic:before { content: "\f0d0" } .uk-icon-truck:before { content: "\f0d1" } .uk-icon-pinterest:before { content: "\f0d2" } .uk-icon-pinterest-square:before { content: "\f0d3" } .uk-icon-google-plus-square:before { content: "\f0d4" } .uk-icon-google-plus:before { content: "\f0d5" } .uk-icon-money:before { content: "\f0d6" } .uk-icon-caret-down:before { content: "\f0d7" } .uk-icon-caret-up:before { content: "\f0d8" } .uk-icon-caret-left:before { content: "\f0d9" } .uk-icon-caret-right:before { content: "\f0da" } .uk-icon-columns:before { content: "\f0db" } .uk-icon-unsorted:before, .uk-icon-sort:before { content: "\f0dc" } .uk-icon-sort-down:before, .uk-icon-sort-desc:before { content: "\f0dd" } .uk-icon-sort-up:before, .uk-icon-sort-asc:before { content: "\f0de" } .uk-icon-envelope:before { content: "\f0e0" } .uk-icon-linkedin:before { content: "\f0e1" } .uk-icon-rotate-left:before, .uk-icon-undo:before { content: "\f0e2" } .uk-icon-legal:before, .uk-icon-gavel:before { content: "\f0e3" } .uk-icon-dashboard:before, .uk-icon-tachometer:before { content: "\f0e4" } .uk-icon-comment-o:before { content: "\f0e5" } .uk-icon-comments-o:before { content: "\f0e6" } .uk-icon-flash:before, .uk-icon-bolt:before { content: "\f0e7" } .uk-icon-sitemap:before { content: "\f0e8" } .uk-icon-umbrella:before { content: "\f0e9" } .uk-icon-paste:before, .uk-icon-clipboard:before { content: "\f0ea" } .uk-icon-lightbulb-o:before { content: "\f0eb" } .uk-icon-exchange:before { content: "\f0ec" } .uk-icon-cloud-download:before { content: "\f0ed" } .uk-icon-cloud-upload:before { content: "\f0ee" } .uk-icon-user-md:before { content: "\f0f0" } .uk-icon-stethoscope:before { content: "\f0f1" } .uk-icon-suitcase:before { content: "\f0f2" } .uk-icon-bell-o:before { content: "\f0a2" } .uk-icon-coffee:before { content: "\f0f4" } .uk-icon-cutlery:before { content: "\f0f5" } .uk-icon-file-text-o:before { content: "\f0f6" } .uk-icon-building-o:before { content: "\f0f7" } .uk-icon-hospital-o:before { content: "\f0f8" } .uk-icon-ambulance:before { content: "\f0f9" } .uk-icon-medkit:before { content: "\f0fa" } .uk-icon-fighter-jet:before { content: "\f0fb" } .uk-icon-beer:before { content: "\f0fc" } .uk-icon-h-square:before { content: "\f0fd" } .uk-icon-plus-square:before { content: "\f0fe" } .uk-icon-angle-double-left:before { content: "\f100" } .uk-icon-angle-double-right:before { content: "\f101" } .uk-icon-angle-double-up:before { content: "\f102" } .uk-icon-angle-double-down:before { content: "\f103" } .uk-icon-angle-left:before { content: "\f104" } .uk-icon-angle-right:before { content: "\f105" } .uk-icon-angle-up:before { content: "\f106" } .uk-icon-angle-down:before { content: "\f107" } .uk-icon-desktop:before { content: "\f108" } .uk-icon-laptop:before { content: "\f109" } .uk-icon-tablet:before { content: "\f10a" } .uk-icon-mobile-phone:before, .uk-icon-mobile:before { content: "\f10b" } .uk-icon-circle-o:before { content: "\f10c" } .uk-icon-quote-left:before { content: "\f10d" } .uk-icon-quote-right:before { content: "\f10e" } .uk-icon-spinner:before { content: "\f110" } .uk-icon-circle:before { content: "\f111" } .uk-icon-mail-reply:before, .uk-icon-reply:before { content: "\f112" } .uk-icon-github-alt:before { content: "\f113" } .uk-icon-folder-o:before { content: "\f114" } .uk-icon-folder-open-o:before { content: "\f115" } .uk-icon-smile-o:before { content: "\f118" } .uk-icon-frown-o:before { content: "\f119" } .uk-icon-meh-o:before { content: "\f11a" } .uk-icon-gamepad:before { content: "\f11b" } .uk-icon-keyboard-o:before { content: "\f11c" } .uk-icon-flag-o:before { content: "\f11d" } .uk-icon-flag-checkered:before { content: "\f11e" } .uk-icon-terminal:before { content: "\f120" } .uk-icon-code:before { content: "\f121" } .uk-icon-mail-reply-all:before, .uk-icon-reply-all:before { content: "\f122" } .uk-icon-star-half-empty:before, .uk-icon-star-half-full:before, .uk-icon-star-half-o:before { content: "\f123" } .uk-icon-location-arrow:before { content: "\f124" } .uk-icon-crop:before { content: "\f125" } .uk-icon-code-fork:before { content: "\f126" } .uk-icon-unlink:before, .uk-icon-chain-broken:before { content: "\f127" } .uk-icon-question:before { content: "\f128" } .uk-icon-info:before { content: "\f129" } .uk-icon-exclamation:before { content: "\f12a" } .uk-icon-superscript:before { content: "\f12b" } .uk-icon-subscript:before { content: "\f12c" } .uk-icon-eraser:before { content: "\f12d" } .uk-icon-puzzle-piece:before { content: "\f12e" } .uk-icon-microphone:before { content: "\f130" } .uk-icon-microphone-slash:before { content: "\f131" } .uk-icon-shield:before { content: "\f132" } .uk-icon-calendar-o:before { content: "\f133" } .uk-icon-fire-extinguisher:before { content: "\f134" } .uk-icon-rocket:before { content: "\f135" } .uk-icon-maxcdn:before { content: "\f136" } .uk-icon-chevron-circle-left:before { content: "\f137" } .uk-icon-chevron-circle-right:before { content: "\f138" } .uk-icon-chevron-circle-up:before { content: "\f139" } .uk-icon-chevron-circle-down:before { content: "\f13a" } .uk-icon-html5:before { content: "\f13b" } .uk-icon-css3:before { content: "\f13c" } .uk-icon-anchor:before { content: "\f13d" } .uk-icon-unlock-alt:before { content: "\f13e" } .uk-icon-bullseye:before { content: "\f140" } .uk-icon-ellipsis-h:before { content: "\f141" } .uk-icon-ellipsis-v:before { content: "\f142" } .uk-icon-rss-square:before { content: "\f143" } .uk-icon-play-circle:before { content: "\f144" } .uk-icon-ticket:before { content: "\f145" } .uk-icon-minus-square:before { content: "\f146" } .uk-icon-minus-square-o:before { content: "\f147" } .uk-icon-level-up:before { content: "\f148" } .uk-icon-level-down:before { content: "\f149" } .uk-icon-check-square:before { content: "\f14a" } .uk-icon-pencil-square:before { content: "\f14b" } .uk-icon-external-link-square:before { content: "\f14c" } .uk-icon-share-square:before { content: "\f14d" } .uk-icon-compass:before { content: "\f14e" } .uk-icon-toggle-down:before, .uk-icon-caret-square-o-down:before { content: "\f150" } .uk-icon-toggle-up:before, .uk-icon-caret-square-o-up:before { content: "\f151" } .uk-icon-toggle-right:before, .uk-icon-caret-square-o-right:before { content: "\f152" } .uk-icon-euro:before, .uk-icon-eur:before { content: "\f153" } .uk-icon-gbp:before { content: "\f154" } .uk-icon-dollar:before, .uk-icon-usd:before { content: "\f155" } .uk-icon-rupee:before, .uk-icon-inr:before { content: "\f156" } .uk-icon-cny:before, .uk-icon-rmb:before, .uk-icon-yen:before, .uk-icon-jpy:before { content: "\f157" } .uk-icon-ruble:before, .uk-icon-rouble:before, .uk-icon-rub:before { content: "\f158" } .uk-icon-won:before, .uk-icon-krw:before { content: "\f159" } .uk-icon-bitcoin:before, .uk-icon-btc:before { content: "\f15a" } .uk-icon-file:before { content: "\f15b" } .uk-icon-file-text:before { content: "\f15c" } .uk-icon-sort-alpha-asc:before { content: "\f15d" } .uk-icon-sort-alpha-desc:before { content: "\f15e" } .uk-icon-sort-amount-asc:before { content: "\f160" } .uk-icon-sort-amount-desc:before { content: "\f161" } .uk-icon-sort-numeric-asc:before { content: "\f162" } .uk-icon-sort-numeric-desc:before { content: "\f163" } .uk-icon-thumbs-up:before { content: "\f164" } .uk-icon-thumbs-down:before { content: "\f165" } .uk-icon-youtube-square:before { content: "\f166" } .uk-icon-youtube:before { content: "\f167" } .uk-icon-xing:before { content: "\f168" } .uk-icon-xing-square:before { content: "\f169" } .uk-icon-youtube-play:before { content: "\f16a" } .uk-icon-dropbox:before { content: "\f16b" } .uk-icon-stack-overflow:before { content: "\f16c" } .uk-icon-instagram:before { content: "\f16d" } .uk-icon-flickr:before { content: "\f16e" } .uk-icon-adn:before { content: "\f170" } .uk-icon-bitbucket:before { content: "\f171" } .uk-icon-bitbucket-square:before { content: "\f172" } .uk-icon-tumblr:before { content: "\f173" } .uk-icon-tumblr-square:before { content: "\f174" } .uk-icon-long-arrow-down:before { content: "\f175" } .uk-icon-long-arrow-up:before { content: "\f176" } .uk-icon-long-arrow-left:before { content: "\f177" } .uk-icon-long-arrow-right:before { content: "\f178" } .uk-icon-apple:before { content: "\f179" } .uk-icon-windows:before { content: "\f17a" } .uk-icon-android:before { content: "\f17b" } .uk-icon-linux:before { content: "\f17c" } .uk-icon-dribbble:before { content: "\f17d" } .uk-icon-skype:before { content: "\f17e" } .uk-icon-foursquare:before { content: "\f180" } .uk-icon-trello:before { content: "\f181" } .uk-icon-female:before { content: "\f182" } .uk-icon-male:before { content: "\f183" } .uk-icon-gittip:before, .uk-icon-gratipay:before { content: "\f184" } .uk-icon-sun-o:before { content: "\f185" } .uk-icon-moon-o:before { content: "\f186" } .uk-icon-archive:before { content: "\f187" } .uk-icon-bug:before { content: "\f188" } .uk-icon-vk:before { content: "\f189" } .uk-icon-weibo:before { content: "\f18a" } .uk-icon-renren:before { content: "\f18b" } .uk-icon-pagelines:before { content: "\f18c" } .uk-icon-stack-exchange:before { content: "\f18d" } .uk-icon-arrow-circle-o-right:before { content: "\f18e" } .uk-icon-arrow-circle-o-left:before { content: "\f190" } .uk-icon-toggle-left:before, .uk-icon-caret-square-o-left:before { content: "\f191" } .uk-icon-dot-circle-o:before { content: "\f192" } .uk-icon-wheelchair:before { content: "\f193" } .uk-icon-vimeo-square:before { content: "\f194" } .uk-icon-turkish-lira:before, .uk-icon-try:before { content: "\f195" } .uk-icon-plus-square-o:before { content: "\f196" } .uk-icon-space-shuttle:before { content: "\f197" } .uk-icon-slack:before { content: "\f198" } .uk-icon-envelope-square:before { content: "\f199" } .uk-icon-wordpress:before { content: "\f19a" } .uk-icon-openid:before { content: "\f19b" } .uk-icon-institution:before, .uk-icon-bank:before, .uk-icon-university:before { content: "\f19c" } .uk-icon-mortar-board:before, .uk-icon-graduation-cap:before { content: "\f19d" } .uk-icon-yahoo:before { content: "\f19e" } .uk-icon-google:before { content: "\f1a0" } .uk-icon-reddit:before { content: "\f1a1" } .uk-icon-reddit-square:before { content: "\f1a2" } .uk-icon-stumbleupon-circle:before { content: "\f1a3" } .uk-icon-stumbleupon:before { content: "\f1a4" } .uk-icon-delicious:before { content: "\f1a5" } .uk-icon-digg:before { content: "\f1a6" } .uk-icon-pied-piper:before { content: "\f1a7" } .uk-icon-pied-piper-alt:before { content: "\f1a8" } .uk-icon-drupal:before { content: "\f1a9" } .uk-icon-joomla:before { content: "\f1aa" } .uk-icon-language:before { content: "\f1ab" } .uk-icon-fax:before { content: "\f1ac" } .uk-icon-building:before { content: "\f1ad" } .uk-icon-child:before { content: "\f1ae" } .uk-icon-paw:before { content: "\f1b0" } .uk-icon-spoon:before { content: "\f1b1" } .uk-icon-cube:before { content: "\f1b2" } .uk-icon-cubes:before { content: "\f1b3" } .uk-icon-behance:before { content: "\f1b4" } .uk-icon-behance-square:before { content: "\f1b5" } .uk-icon-steam:before { content: "\f1b6" } .uk-icon-steam-square:before { content: "\f1b7" } .uk-icon-recycle:before { content: "\f1b8" } .uk-icon-automobile:before, .uk-icon-car:before { content: "\f1b9" } .uk-icon-cab:before, .uk-icon-taxi:before { content: "\f1ba" } .uk-icon-tree:before { content: "\f1bb" } .uk-icon-spotify:before { content: "\f1bc" } .uk-icon-deviantart:before { content: "\f1bd" } .uk-icon-soundcloud:before { content: "\f1be" } .uk-icon-database:before { content: "\f1c0" } .uk-icon-file-pdf-o:before { content: "\f1c1" } .uk-icon-file-word-o:before { content: "\f1c2" } .uk-icon-file-excel-o:before { content: "\f1c3" } .uk-icon-file-powerpoint-o:before { content: "\f1c4" } .uk-icon-file-photo-o:before, .uk-icon-file-picture-o:before, .uk-icon-file-image-o:before { content: "\f1c5" } .uk-icon-file-zip-o:before, .uk-icon-file-archive-o:before { content: "\f1c6" } .uk-icon-file-sound-o:before, .uk-icon-file-audio-o:before { content: "\f1c7" } .uk-icon-file-movie-o:before, .uk-icon-file-video-o:before { content: "\f1c8" } .uk-icon-file-code-o:before { content: "\f1c9" } .uk-icon-vine:before { content: "\f1ca" } .uk-icon-codepen:before { content: "\f1cb" } .uk-icon-jsfiddle:before { content: "\f1cc" } .uk-icon-life-bouy:before, .uk-icon-life-buoy:before, .uk-icon-life-saver:before, .uk-icon-support:before, .uk-icon-life-ring:before { content: "\f1cd" } .uk-icon-circle-o-notch:before { content: "\f1ce" } .uk-icon-ra:before, .uk-icon-rebel:before { content: "\f1d0" } .uk-icon-ge:before, .uk-icon-empire:before { content: "\f1d1" } .uk-icon-git-square:before { content: "\f1d2" } .uk-icon-git:before { content: "\f1d3" } .uk-icon-hacker-news:before { content: "\f1d4" } .uk-icon-tencent-weibo:before { content: "\f1d5" } .uk-icon-qq:before { content: "\f1d6" } .uk-icon-wechat:before, .uk-icon-weixin:before { content: "\f1d7" } .uk-icon-send:before, .uk-icon-paper-plane:before { content: "\f1d8" } .uk-icon-send-o:before, .uk-icon-paper-plane-o:before { content: "\f1d9" } .uk-icon-history:before { content: "\f1da" } .uk-icon-genderless:before, .uk-icon-circle-thin:before { content: "\f1db" } .uk-icon-header:before { content: "\f1dc" } .uk-icon-paragraph:before { content: "\f1dd" } .uk-icon-sliders:before { content: "\f1de" } .uk-icon-share-alt:before { content: "\f1e0" } .uk-icon-share-alt-square:before { content: "\f1e1" } .uk-icon-bomb:before { content: "\f1e2" } .uk-icon-soccer-ball-o:before, .uk-icon-futbol-o:before { content: "\f1e3" } .uk-icon-tty:before { content: "\f1e4" } .uk-icon-binoculars:before { content: "\f1e5" } .uk-icon-plug:before { content: "\f1e6" } .uk-icon-slideshare:before { content: "\f1e7" } .uk-icon-twitch:before { content: "\f1e8" } .uk-icon-yelp:before { content: "\f1e9" } .uk-icon-newspaper-o:before { content: "\f1ea" } .uk-icon-wifi:before { content: "\f1eb" } .uk-icon-calculator:before { content: "\f1ec" } .uk-icon-paypal:before { content: "\f1ed" } .uk-icon-google-wallet:before { content: "\f1ee" } .uk-icon-cc-visa:before { content: "\f1f0" } .uk-icon-cc-mastercard:before { content: "\f1f1" } .uk-icon-cc-discover:before { content: "\f1f2" } .uk-icon-cc-amex:before { content: "\f1f3" } .uk-icon-cc-paypal:before { content: "\f1f4" } .uk-icon-cc-stripe:before { content: "\f1f5" } .uk-icon-bell-slash:before { content: "\f1f6" } .uk-icon-bell-slash-o:before { content: "\f1f7" } .uk-icon-trash:before { content: "\f1f8" } .uk-icon-copyright:before { content: "\f1f9" } .uk-icon-at:before { content: "\f1fa" } .uk-icon-eyedropper:before { content: "\f1fb" } .uk-icon-paint-brush:before { content: "\f1fc" } .uk-icon-birthday-cake:before { content: "\f1fd" } .uk-icon-area-chart:before { content: "\f1fe" } .uk-icon-pie-chart:before { content: "\f200" } .uk-icon-line-chart:before { content: "\f201" } .uk-icon-lastfm:before { content: "\f202" } .uk-icon-lastfm-square:before { content: "\f203" } .uk-icon-toggle-off:before { content: "\f204" } .uk-icon-toggle-on:before { content: "\f205" } .uk-icon-bicycle:before { content: "\f206" } .uk-icon-bus:before { content: "\f207" } .uk-icon-ioxhost:before { content: "\f208" } .uk-icon-angellist:before { content: "\f209" } .uk-icon-cc:before { content: "\f20a" } .uk-icon-shekel:before, .uk-icon-sheqel:before, .uk-icon-ils:before { content: "\f20b" } .uk-icon-meanpath:before { content: "\f20c" } .uk-icon-buysellads:before { content: "\f20d" } .uk-icon-connectdevelop:before { content: "\f20e" } .uk-icon-dashcube:before { content: "\f210" } .uk-icon-forumbee:before { content: "\f211" } .uk-icon-leanpub:before { content: "\f212" } .uk-icon-sellsy:before { content: "\f213" } .uk-icon-shirtsinbulk:before { content: "\f214" } .uk-icon-simplybuilt:before { content: "\f215" } .uk-icon-skyatlas:before { content: "\f216" } .uk-icon-cart-plus:before { content: "\f217" } .uk-icon-cart-arrow-down:before { content: "\f218" } .uk-icon-diamond:before { content: "\f219" } .uk-icon-ship:before { content: "\f21a" } .uk-icon-user-secret:before { content: "\f21b" } .uk-icon-motorcycle:before { content: "\f21c" } .uk-icon-street-view:before { content: "\f21d" } .uk-icon-heartbeat:before { content: "\f21e" } .uk-icon-venus:before { content: "\f221" } .uk-icon-mars:before { content: "\f222" } .uk-icon-mercury:before { content: "\f223" } .uk-icon-transgender:before { content: "\f224" } .uk-icon-transgender-alt:before { content: "\f225" } .uk-icon-venus-double:before { content: "\f226" } .uk-icon-mars-double:before { content: "\f227" } .uk-icon-venus-mars:before { content: "\f228" } .uk-icon-mars-stroke:before { content: "\f229" } .uk-icon-mars-stroke-v:before { content: "\f22a" } .uk-icon-mars-stroke-h:before { content: "\f22b" } .uk-icon-neuter:before { content: "\f22c" } .uk-icon-facebook-official:before { content: "\f230" } .uk-icon-pinterest-p:before { content: "\f231" } .uk-icon-whatsapp:before { content: "\f232" } .uk-icon-server:before { content: "\f233" } .uk-icon-user-plus:before { content: "\f234" } .uk-icon-user-times:before { content: "\f235" } .uk-icon-hotel:before, .uk-icon-bed:before { content: "\f236" } .uk-icon-viacoin:before { content: "\f237" } .uk-icon-train:before { content: "\f238" } .uk-icon-subway:before { content: "\f239" } .uk-icon-medium-logo:before { content: "\f23a" } .uk-icon-500px:before { content: "\f26e" } .uk-icon-amazon:before { content: "\f270" } .uk-icon-balance-scale:before { content: "\f24e" } .uk-icon-battery-empty:before, .uk-icon-battery-0:before { content: "\f244" } .uk-icon-battery-quarter:before, .uk-icon-battery-1:before { content: "\f243" } .uk-icon-battery-half:before, .uk-icon-battery-2:before { content: "\f242" } .uk-icon-battery-three-quarters:before, .uk-icon-battery-3:before { content: "\f241" } .uk-icon-battery-full:before, .uk-icon-battery-4:before { content: "\f240" } .uk-icon-black-tie:before { content: "\f27e" } .uk-icon-calendar-check-o:before { content: "\f274" } .uk-icon-calendar-minus-o:before { content: "\f272" } .uk-icon-calendar-plus-o:before { content: "\f271" } .uk-icon-calendar-times-o:before { content: "\f273" } .uk-icon-cc-diners-club:before { content: "\f24c" } .uk-icon-cc-jcb:before { content: "\f24b" } .uk-icon-chrome:before { content: "\f268" } .uk-icon-clone:before { content: "\f24d" } .uk-icon-commenting:before { content: "\f27a" } .uk-icon-commenting-o:before { content: "\f27b" } .uk-icon-contao:before { content: "\f26d" } .uk-icon-creative-commons:before { content: "\f25e" } .uk-icon-expeditedssl:before { content: "\f23e" } .uk-icon-firefox:before { content: "\f269" } .uk-icon-fonticons:before { content: "\f280" } .uk-icon-get-pocket:before { content: "\f265" } .uk-icon-gg:before { content: "\f260" } .uk-icon-gg-circle:before { content: "\f261" } .uk-icon-hand-lizard-o:before { content: "\f258" } .uk-icon-hand-stop-o:before, .uk-icon-hand-paper-o:before { content: "\f256" } .uk-icon-hand-peace-o:before { content: "\f25b" } .uk-icon-hand-pointer-o:before { content: "\f25a" } .uk-icon-hand-grab-o:before, .uk-icon-hand-rock-o:before { content: "\f255" } .uk-icon-hand-scissors-o:before { content: "\f257" } .uk-icon-hand-spock-o:before { content: "\f259" } .uk-icon-hourglass:before { content: "\f254" } .uk-icon-hourglass-o:before { content: "\f250" } .uk-icon-hourglass-1:before, .uk-icon-hourglass-start:before { content: "\f251" } .uk-icon-hourglass-2:before, .uk-icon-hourglass-half:before { content: "\f252" } .uk-icon-hourglass-3:before, .uk-icon-hourglass-end:before { content: "\f253" } .uk-icon-houzz:before { content: "\f27c" } .uk-icon-i-cursor:before { content: "\f246" } .uk-icon-industry:before { content: "\f275" } .uk-icon-internet-explorer:before { content: "\f26b" } .uk-icon-map:before { content: "\f279" } .uk-icon-map-o:before { content: "\f278" } .uk-icon-map-pin:before { content: "\f276" } .uk-icon-map-signs:before { content: "\f277" } .uk-icon-mouse-pointer:before { content: "\f245" } .uk-icon-object-group:before { content: "\f247" } .uk-icon-object-ungroup:before { content: "\f248" } .uk-icon-odnoklassniki:before { content: "\f263" } .uk-icon-odnoklassniki-square:before { content: "\f264" } .uk-icon-opencart:before { content: "\f23d" } .uk-icon-opera:before { content: "\f26a" } .uk-icon-optin-monster:before { content: "\f23c" } .uk-icon-registered:before { content: "\f25d" } .uk-icon-safari:before { content: "\f267" } .uk-icon-sticky-note:before { content: "\f249" } .uk-icon-sticky-note-o:before { content: "\f24a" } .uk-icon-tv:before, .uk-icon-television:before { content: "\f26c" } .uk-icon-trademark:before { content: "\f25c" } .uk-icon-tripadvisor:before { content: "\f262" } .uk-icon-vimeo:before { content: "\f27d" } .uk-icon-wikipedia-w:before { content: "\f266" } .uk-icon-yc:before, .uk-icon-y-combinator:before { content: "\f23b" } .uk-icon-yc-square:before, .uk-icon-y-combinator-square:before { content: "\f1d4" } .uk-icon-bluetooth:before { content: "\f293" } .uk-icon-bluetooth-b:before { content: "\f294" } .uk-icon-codiepie:before { content: "\f284" } .uk-icon-credit-card-alt:before { content: "\f283" } .uk-icon-edge:before { content: "\f282" } .uk-icon-fort-awesome:before { content: "\f286" } .uk-icon-hashtag:before { content: "\f292" } .uk-icon-mixcloud:before { content: "\f289" } .uk-icon-modx:before { content: "\f285" } .uk-icon-pause-circle:before { content: "\f28b" } .uk-icon-pause-circle-o:before { content: "\f28c" } .uk-icon-percent:before { content: "\f295" } .uk-icon-product-hunt:before { content: "\f288" } .uk-icon-reddit-alien:before { content: "\f281" } .uk-icon-scribd:before { content: "\f28a" } .uk-icon-shopping-bag:before { content: "\f290" } .uk-icon-shopping-basket:before { content: "\f291" } .uk-icon-stop-circle:before { content: "\f28d" } .uk-icon-stop-circle-o:before { content: "\f28e" } .uk-icon-usb:before { content: "\f287" } .uk-close::-moz-focus-inner { border: 0; padding: 0 } .uk-close { -webkit-appearance: none; margin: 0; border: none; overflow: visible; font: inherit; color: inherit; text-transform: none; padding: 0; background: transparent; display: inline-block; box-sizing: content-box; width: 20px; line-height: 20px; text-align: center; vertical-align: middle; opacity: 0.3 } .uk-close:after { display: block; content: "\f00d"; font-family: FontAwesome } .uk-close:hover, .uk-close:focus { opacity: 0.5; outline: none; color: inherit; text-decoration: none; cursor: pointer } .uk-close-alt { padding: 2px; border-radius: 50%; background: #eee; opacity: 1 } .uk-close-alt:hover, .uk-close-alt:focus { opacity: 1 } .uk-close-alt:after { opacity: 0.5 } .uk-close-alt:hover:after, .uk-close-alt:focus:after { opacity: 0.8 } .uk-badge { display: inline-block; padding: 0 5px; background: #00a8e6; font-size: 10px; font-weight: bold; line-height: 14px; color: #fff; text-align: center; vertical-align: middle; text-transform: none } a.uk-badge:hover { color: #fff } .uk-badge-notification { box-sizing: border-box; min-width: 18px; border-radius: 500px; font-size: 12px; line-height: 18px } .uk-badge-success { background-color: #8cc14c } .uk-badge-warning { background-color: #faa732 } .uk-badge-danger { background-color: #da314b } .uk-alert { margin-bottom: 15px; padding: 10px; background: #ebf7fd; color: #2d7091 } *+.uk-alert { margin-top: 15px } .uk-alert> :last-child { margin-bottom: 0 } .uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 { color: inherit } .uk-alert>.uk-close:first-child { float: right } .uk-alert>.uk-close:first-child+* { margin-top: 0 } .uk-alert-success { background: #f2fae3; color: #659f13 } .uk-alert-warning { background: #fffceb; color: #e28327 } .uk-alert-danger { background: #fff1f0; color: #d85030 } .uk-alert-large { padding: 20px } .uk-alert-large>.uk-close:first-child { margin: -10px -10px 0 0 } .uk-thumbnail { display: inline-block; max-width: 100%; box-sizing: border-box; margin: 0; padding: 4px; border: 1px solid #ddd; background: #fff } a.uk-thumbnail:hover, a.uk-thumbnail:focus { border-color: #aaa; background-color: #fff; text-decoration: none; outline: none } .uk-thumbnail-caption { padding-top: 4px; text-align: center; color: #444 } .uk-thumbnail-mini { width: 150px } .uk-thumbnail-small { width: 200px } .uk-thumbnail-medium { width: 300px } .uk-thumbnail-large { width: 400px } .uk-thumbnail-expand, .uk-thumbnail-expand>img { width: 100% } .uk-overlay { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; overflow: hidden; -webkit-transform: translateZ(0); margin: 0 } .uk-overlay.uk-border-circle { -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%) } .uk-overlay> :first-child { margin-bottom: 0 } .uk-overlay-panel { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 20px; color: #fff } .uk-overlay-panel> :last-child, .uk-overlay-panel.uk-flex>*> :last-child { margin-bottom: 0 } .uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 { color: inherit } .uk-overlay-panel a:not([class]) { color: inherit; text-decoration: underline } .uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) { color: inherit } .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) { opacity: 0 } .uk-overlay-active:not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) { opacity: 0 } .uk-overlay-background { background: rgba(0, 0, 0, 0.5) } .uk-overlay-image { padding: 0 } .uk-overlay-top { bottom: auto } .uk-overlay-bottom { top: auto } .uk-overlay-left { right: auto } .uk-overlay-right { left: auto } .uk-overlay-icon:before { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff } .uk-overlay-fade, .uk-overlay-scale, .uk-overlay-spin, .uk-overlay-grayscale, .uk-overlay-blur, [class*='uk-overlay-slide'] { transition-duration: 0.3s; transition-timing-function: ease-out; transition-property: opacity, transform, filter } .uk-overlay-active .uk-overlay-fade, .uk-overlay-active .uk-overlay-scale, .uk-overlay-active .uk-overlay-spin, .uk-overlay-active [class*='uk-overlay-slide'] { transition-duration: 0.8s } .uk-overlay-fade { opacity: 0.7 } .uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active>.uk-overlay-fade { opacity: 1 } .uk-overlay-scale { -webkit-transform: scale(1); transform: scale(1) } .uk-overlay-hover:hover .uk-overlay-scale, .uk-overlay-hover.uk-hover .uk-overlay-scale, .uk-overlay-active .uk-active>.uk-overlay-scale { -webkit-transform: scale(1.1); transform: scale(1.1) } .uk-overlay-spin { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg) } .uk-overlay-hover:hover .uk-overlay-spin, .uk-overlay-hover.uk-hover .uk-overlay-spin, .uk-overlay-active .uk-active>.uk-overlay-spin { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg) } .uk-overlay-grayscale { -webkit-filter: grayscale(100%); filter: grayscale(100%) } .uk-overlay-hover:hover .uk-overlay-grayscale, .uk-overlay-hover.uk-hover .uk-overlay-grayscale, .uk-overlay-active .uk-active>.uk-overlay-grayscale { -webkit-filter: grayscale(0%); filter: grayscale(0%) } [class*='uk-overlay-slide'] { opacity: 0 } .uk-overlay-slide-top { -webkit-transform: translateY(-100%); transform: translateY(-100%) } .uk-overlay-slide-bottom { -webkit-transform: translateY(100%); transform: translateY(100%) } .uk-overlay-slide-left { -webkit-transform: translateX(-100%); transform: translateX(-100%) } .uk-overlay-slide-right { -webkit-transform: translateX(100%); transform: translateX(100%) } .uk-overlay-hover:hover [class*='uk-overlay-slide'], .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'], .uk-overlay-active .uk-active>[class*='uk-overlay-slide'] { opacity: 1; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0) } .uk-overlay-area { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; -webkit-transform: translate3d(0, 0, 0) } .uk-overlay:hover .uk-overlay-area, .uk-overlay.uk-hover .uk-overlay-area, .uk-overlay-toggle:hover .uk-overlay-area, .uk-overlay-toggle.uk-hover .uk-overlay-area { opacity: 1 } .uk-overlay-area:empty:before { content: ""; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 50px; line-height: 1; font-family: FontAwesome; text-align: center; color: #fff } .uk-overlay-area:not(:empty) { font-size: 0.001px } .uk-overlay-area:not(:empty):before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-overlay-area-content { display: inline-block; box-sizing: border-box; width: 100%; vertical-align: middle; font-size: 1rem; text-align: center; padding: 0 15px; color: #fff } .uk-overlay-area-content> :last-child { margin-bottom: 0 } .uk-overlay-area-content a:not([class]), .uk-overlay-area-content a:not([class]):hover { color: inherit } .uk-overlay-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: rgba(0, 0, 0, 0.5); color: #fff; opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; -webkit-transform: translate3d(0, 0, 0) } .uk-overlay:hover .uk-overlay-caption, .uk-overlay.uk-hover .uk-overlay-caption, .uk-overlay-toggle:hover .uk-overlay-caption, .uk-overlay-toggle.uk-hover .uk-overlay-caption { opacity: 1 } [class*='uk-column-'] { -webkit-column-gap: 25px; -moz-column-gap: 25px; column-gap: 25px } .uk-column-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } @media (min-width: 480px) { .uk-column-small-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-small-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-small-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-small-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-small-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 768px) { .uk-column-medium-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-medium-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-medium-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-medium-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-medium-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 960px) { .uk-column-large-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-large-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-large-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-large-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-large-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } @media (min-width: 1220px) { .uk-column-xlarge-1-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2 } .uk-column-xlarge-1-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3 } .uk-column-xlarge-1-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4 } .uk-column-xlarge-1-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5 } .uk-column-xlarge-1-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6 } } [class*='uk-animation-'] { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both } @media screen { [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) { opacity: 0 } } .uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-timing-function: linear !important; animation-timing-function: linear !important } .uk-animation-scale-up { -webkit-animation-name: uk-fade-scale-02; animation-name: uk-fade-scale-02 } .uk-animation-scale-down { -webkit-animation-name: uk-fade-scale-18; animation-name: uk-fade-scale-18 } .uk-animation-slide-top { -webkit-animation-name: uk-fade-top; animation-name: uk-fade-top } .uk-animation-slide-bottom { -webkit-animation-name: uk-fade-bottom; animation-name: uk-fade-bottom } .uk-animation-slide-left { -webkit-animation-name: uk-fade-left; animation-name: uk-fade-left } .uk-animation-slide-right { -webkit-animation-name: uk-fade-right; animation-name: uk-fade-right } .uk-animation-scale { -webkit-animation-name: uk-scale-12; animation-name: uk-scale-12 } .uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake } .uk-animation-reverse { -webkit-animation-direction: reverse; animation-direction: reverse; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } .uk-animation-15 { -webkit-animation-duration: 15s; animation-duration: 15s } .uk-animation-top-left { -webkit-transform-origin: 0 0; transform-origin: 0 0 } .uk-animation-top-center { -webkit-transform-origin: 50% 0; transform-origin: 50% 0 } .uk-animation-top-right { -webkit-transform-origin: 100% 0; transform-origin: 100% 0 } .uk-animation-middle-left { -webkit-transform-origin: 0 50%; transform-origin: 0 50% } .uk-animation-middle-right { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50% } .uk-animation-bottom-left { -webkit-transform-origin: 0 100%; transform-origin: 0 100% } .uk-animation-bottom-center { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100% } .uk-animation-bottom-right { -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } .uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*='uk-animation-'], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] { -webkit-animation-name: none; animation-name: none } @-webkit-keyframes uk-fade { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes uk-fade { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes uk-fade-top { 0% { opacity: 0; -webkit-transform: translateY(-100%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-fade-top { 0% { opacity: 0; transform: translateY(-100%) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-fade-bottom { 0% { opacity: 0; -webkit-transform: translateY(100%) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-fade-bottom { 0% { opacity: 0; transform: translateY(100%) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-fade-left { 0% { opacity: 0; -webkit-transform: translateX(-100%) } 100% { opacity: 1; -webkit-transform: translateX(0) } } @keyframes uk-fade-left { 0% { opacity: 0; transform: translateX(-100%) } 100% { opacity: 1; transform: translateX(0) } } @-webkit-keyframes uk-fade-right { 0% { opacity: 0; -webkit-transform: translateX(100%) } 100% { opacity: 1; -webkit-transform: translateX(0) } } @keyframes uk-fade-right { 0% { opacity: 0; transform: translateX(100%) } 100% { opacity: 1; transform: translateX(0) } } @-webkit-keyframes uk-fade-scale-02 { 0% { opacity: 0; -webkit-transform: scale(0.2) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-02 { 0% { opacity: 0; transform: scale(0.2) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-fade-scale-15 { 0% { opacity: 0; -webkit-transform: scale(1.5) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-15 { 0% { opacity: 0; transform: scale(1.5) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-fade-scale-18 { 0% { opacity: 0; -webkit-transform: scale(1.8) } 100% { opacity: 1; -webkit-transform: scale(1) } } @keyframes uk-fade-scale-18 { 0% { opacity: 0; transform: scale(1.8) } 100% { opacity: 1; transform: scale(1) } } @-webkit-keyframes uk-slide-left { 0% { -webkit-transform: translateX(-100%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-left { 0% { transform: translateX(-100%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-right { 0% { -webkit-transform: translateX(100%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-right { 0% { transform: translateX(100%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-left-33 { 0% { -webkit-transform: translateX(33%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-left-33 { 0% { transform: translateX(33%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-slide-right-33 { 0% { -webkit-transform: translateX(-33%) } 100% { -webkit-transform: translateX(0) } } @keyframes uk-slide-right-33 { 0% { transform: translateX(-33%) } 100% { transform: translateX(0) } } @-webkit-keyframes uk-scale-12 { 0% { -webkit-transform: scale(1.2) } 100% { -webkit-transform: scale(1) } } @keyframes uk-scale-12 { 0% { transform: scale(1.2) } 100% { transform: scale(1) } } @-webkit-keyframes uk-rotate { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg) } } @keyframes uk-rotate { 0% { transform: rotate(0deg) } 100% { transform: rotate(359deg) } } @-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0) } 10% { -webkit-transform: translateX(-9px) } 20% { -webkit-transform: translateX(8px) } 30% { -webkit-transform: translateX(-7px) } 40% { -webkit-transform: translateX(6px) } 50% { -webkit-transform: translateX(-5px) } 60% { -webkit-transform: translateX(4px) } 70% { -webkit-transform: translateX(-3px) } 80% { -webkit-transform: translateX(2px) } 90% { -webkit-transform: translateX(-1px) } } @keyframes uk-shake { 0%, 100% { transform: translateX(0) } 10% { transform: translateX(-9px) } 20% { transform: translateX(8px) } 30% { transform: translateX(-7px) } 40% { transform: translateX(6px) } 50% { transform: translateX(-5px) } 60% { transform: translateX(4px) } 70% { transform: translateX(-3px) } 80% { transform: translateX(2px) } 90% { transform: translateX(-1px) } } @-webkit-keyframes uk-slide-top-fixed { 0% { opacity: 0; -webkit-transform: translateY(-10px) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-slide-top-fixed { 0% { opacity: 0; transform: translateY(-10px) } 100% { opacity: 1; transform: translateY(0) } } @-webkit-keyframes uk-slide-bottom-fixed { 0% { opacity: 0; -webkit-transform: translateY(10px) } 100% { opacity: 1; -webkit-transform: translateY(0) } } @keyframes uk-slide-bottom-fixed { 0% { opacity: 0; transform: translateY(10px) } 100% { opacity: 1; transform: translateY(0) } } .uk-dropdown, .uk-dropdown-blank { display: none; position: absolute; z-index: 970; box-sizing: border-box; width: 200px } .uk-dropdown { padding: 15px; background: #f5f5f5; color: #444; font-size: 1rem; vertical-align: top } .uk-open>.uk-dropdown, .uk-open>.uk-dropdown-blank { display: block; -webkit-animation: uk-fade 0.2s ease-in-out; animation: uk-fade 0.2s ease-in-out; -webkit-transform-origin: 0 0; transform-origin: 0 0 } .uk-dropdown-top { margin-top: -5px } .uk-dropdown-bottom { margin-top: 5px } .uk-dropdown-left { margin-left: -5px } .uk-dropdown-right { margin-left: 5px } .uk-dropdown .uk-nav { margin: 0 -15px } .uk-grid .uk-dropdown-grid+.uk-dropdown-grid { margin-top: 15px } .uk-dropdown-grid>[class*='uk-width-']>.uk-panel+.uk-panel { margin-top: 15px } @media (min-width: 768px) { .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid { margin-left: -15px; margin-right: -15px } .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-'] { padding-left: 15px; padding-right: 15px } .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { border-left: 1px solid #ddd } .uk-dropdown-width-2:not(.uk-dropdown-stack) { width: 400px } .uk-dropdown-width-3:not(.uk-dropdown-stack) { width: 600px } .uk-dropdown-width-4:not(.uk-dropdown-stack) { width: 800px } .uk-dropdown-width-5:not(.uk-dropdown-stack) { width: 1000px } } @media (max-width: 767px) { .uk-dropdown-grid>[class*='uk-width-'] { width: 100% } .uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { margin-top: 15px } } .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-'] { width: 100% } .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) { margin-top: 15px } .uk-dropdown-small { min-width: 150px; width: auto; padding: 5px; white-space: nowrap } .uk-dropdown-small .uk-nav { margin: 0 -5px } .uk-dropdown-navbar { margin-top: 0; background: #f5f5f5; color: #444 } .uk-open>.uk-dropdown-navbar { -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out; animation: uk-slide-top-fixed 0.2s ease-in-out } .uk-dropdown-scrollable { overflow-y: auto; max-height: 200px } .uk-modal { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; overflow-y: auto; -webkit-overflow-scrolling: touch; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; touch-action: cross-slide-y pinch-zoom double-tap-zoom; -webkit-transform: translateZ(0); transform: translateZ(0) } .uk-modal.uk-open { opacity: 1 } .uk-modal-page, .uk-modal-page body { overflow: hidden } .uk-modal-dialog { position: relative; box-sizing: border-box; margin: 50px auto; padding: 20px; width: 642px; max-width: 100%; max-width: calc(100% - 20px); background: #fff; opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out; transition: opacity 0.3s linear, transform 0.3s ease-out } @media (max-width: 767px) { .uk-modal-dialog { width: auto; margin: 10px auto } } .uk-open .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .uk-modal-dialog> :not([class*='uk-modal-']):last-child { margin-bottom: 0 } .uk-modal-dialog>.uk-close:first-child { margin: -10px -10px 0 0; float: right } .uk-modal-dialog>.uk-close:first-child+ :not([class*='uk-modal-']) { margin-top: 0 } .uk-modal-dialog-lightbox { margin: 15px auto; padding: 0; max-width: 95%; max-width: calc(100% - 30px) } .uk-modal-dialog-lightbox>.uk-close:first-child { position: absolute; top: -12px; right: -12px; margin: 0; float: none } @media (max-width: 767px) { .uk-modal-dialog-lightbox>.uk-close:first-child { top: -7px; right: -7px } } .uk-modal-dialog-blank { margin: 0; padding: 0; width: 100%; max-width: 100%; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear } .uk-modal-dialog-blank>.uk-close:first-child { position: absolute; top: 20px; right: 20px; z-index: 1; margin: 0; float: none } @media (min-width: 768px) { .uk-modal-dialog-large { width: 930px } } @media (min-width: 1220px) { .uk-modal-dialog-large { width: 1130px } } .uk-modal-header { margin-bottom: 15px } .uk-modal-footer { margin-top: 15px } .uk-modal-header> :last-child, .uk-modal-footer> :last-child { margin-bottom: 0 } .uk-modal-caption { position: absolute; left: 0; right: 0; bottom: -20px; margin-bottom: -10px; color: #fff; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-modal-spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 25px; color: #ddd } .uk-modal-spinner:after { content: "\f110"; font-family: FontAwesome; -webkit-animation: uk-rotate 2s infinite linear; animation: uk-rotate 2s infinite linear } .uk-offcanvas { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; touch-action: none; background: rgba(0, 0, 0, 0.1) } .uk-offcanvas.uk-active { display: block } .uk-offcanvas-page { position: fixed; -webkit-transition: margin-left 0.3s ease-in-out; transition: margin-left 0.3s ease-in-out } .uk-offcanvas-bar { position: fixed; top: 0; bottom: 0; left: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1001; width: 270px; max-width: 100%; background: #333; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; -ms-scroll-chaining: none } .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show { -webkit-transform: translateX(0%); transform: translateX(0%) } .uk-offcanvas-bar-flip { left: auto; right: 0; -webkit-transform: translateX(100%); transform: translateX(100%) } .uk-offcanvas .uk-panel { margin: 20px 15px; color: #777 } .uk-offcanvas .uk-panel-title { color: #ccc } .uk-offcanvas .uk-panel a:not([class]) { color: #ccc } .uk-offcanvas .uk-panel a:not([class]):hover { color: #fff } .uk-switcher { margin: 0; padding: 0; list-style: none; touch-action: cross-slide-y pinch-zoom double-tap-zoom } .uk-switcher> :not(.uk-active) { display: none } .uk-text-small { font-size: 11px; line-height: 16px } .uk-text-large { font-size: 18px; line-height: 24px; font-weight: normal } .uk-text-bold { font-weight: bold } .uk-text-muted { color: #999 !important } .uk-text-primary { color: #000 !important } .uk-text-success { color: #659f13 !important } .uk-text-warning { color: #e28327 !important } .uk-text-danger { color: #d85030 !important } .uk-text-contrast { color: #fff !important } .uk-text-left { text-align: left !important } .uk-text-right { text-align: right !important } .uk-text-center { text-align: center !important } .uk-text-justify { text-align: justify !important } .uk-text-top { vertical-align: top !important } .uk-text-middle { vertical-align: middle !important } .uk-text-bottom { vertical-align: bottom !important } @media (max-width: 959px) { .uk-text-center-medium { text-align: center !important } .uk-text-left-medium { text-align: left !important } } @media (max-width: 767px) { .uk-text-center-small { text-align: center !important } .uk-text-left-small { text-align: left !important } } .uk-text-nowrap { white-space: nowrap } .uk-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .uk-text-break { word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto } .uk-container { box-sizing: border-box; max-width: 980px; padding: 0 25px } @media (min-width: 1220px) { .uk-container { max-width: 1200px; padding: 0 35px } } .uk-container:before, .uk-container:after { content: ""; display: table } .uk-container:after { clear: both } .uk-container-center { margin-left: auto; margin-right: auto } .uk-clearfix:before { content: ""; display: table-cell } .uk-clearfix:after { content: ""; display: table; clear: both } .uk-nbfc { overflow: hidden } .uk-nbfc-alt { display: table-cell; width: 10000px } .uk-float-left { float: left } .uk-float-right { float: right } [class*='uk-float-'] { max-width: 100% } [class*='uk-align-'] { display: block; margin-bottom: 15px } .uk-align-left { margin-right: 15px; float: left } .uk-align-right { margin-left: 15px; float: right } @media (min-width: 768px) { .uk-align-medium-left { margin-right: 15px; margin-bottom: 15px; float: left } .uk-align-medium-right { margin-left: 15px; margin-bottom: 15px; float: right } } .uk-align-center { margin-left: auto; margin-right: auto } .uk-vertical-align { font-size: 0.001px } .uk-vertical-align:before { content: ''; display: inline-block; height: 100%; vertical-align: middle } .uk-vertical-align-middle, .uk-vertical-align-bottom { display: inline-block; max-width: 100%; font-size: 1rem } .uk-vertical-align-middle { vertical-align: middle } .uk-vertical-align-bottom { vertical-align: bottom } [class*='uk-height'] { box-sizing: border-box } .uk-height-1-1 { height: 100% } .uk-height-viewport { height: 100vh; min-height: 600px } .uk-responsive-width, .uk-responsive-height { box-sizing: border-box } .uk-responsive-width { max-width: 100% !important; height: auto } .uk-responsive-height { max-height: 100%; width: auto } .uk-margin { margin-bottom: 15px } *+.uk-margin { margin-top: 15px } .uk-margin-top { margin-top: 15px !important } .uk-margin-bottom { margin-bottom: 15px !important } .uk-margin-left { margin-left: 15px !important } .uk-margin-right { margin-right: 15px !important } .uk-margin-large { margin-bottom: 35px } *+.uk-margin-large { margin-top: 35px } .uk-margin-large-top { margin-top: 35px !important } .uk-margin-large-bottom { margin-bottom: 35px !important } .uk-margin-large-left { margin-left: 35px !important } .uk-margin-large-right { margin-right: 35px !important } .uk-margin-small { margin-bottom: 5px } *+.uk-margin-small { margin-top: 5px } .uk-margin-small-top { margin-top: 5px !important } .uk-margin-small-bottom { margin-bottom: 5px !important } .uk-margin-small-left { margin-left: 5px !important } .uk-margin-small-right { margin-right: 5px !important } .uk-margin-remove { margin: 0 !important } .uk-margin-top-remove { margin-top: 0 !important } .uk-margin-bottom-remove { margin-bottom: 0 !important } .uk-padding-remove { padding: 0 !important } .uk-padding-top-remove { padding-top: 0 !important } .uk-padding-bottom-remove { padding-bottom: 0 !important } .uk-padding-vertical-remove { padding-top: 0 !important; padding-bottom: 0 !important } .uk-border-circle { border-radius: 50% } .uk-border-rounded { border-radius: 5px } .uk-heading-large { font-size: 36px; line-height: 42px } @media (min-width: 768px) { .uk-heading-large { font-size: 52px; line-height: 64px } } .uk-link-muted, .uk-link-muted a { color: #848D92 } .uk-link-muted:hover, .uk-link-muted a:hover { color: #848D92 } .uk-link-reset, .uk-link-reset a, .uk-link-reset:hover, .uk-link-reset a:hover, .uk-link-reset:focus, .uk-link-reset a:focus { color: inherit; text-decoration: none } .uk-scrollable-text { height: 300px; overflow-y: scroll; -webkit-overflow-scrolling: touch; resize: both } .uk-scrollable-box { box-sizing: border-box; height: 170px; padding: 10px; border: 1px solid #ddd; overflow: auto; -webkit-overflow-scrolling: touch; resize: both } .uk-scrollable-box> :last-child { margin-bottom: 0 } .uk-overflow-hidden { overflow: hidden } .uk-overflow-container { overflow: auto; -webkit-overflow-scrolling: touch } .uk-overflow-container> :last-child { margin-bottom: 0 } .uk-position-absolute, [class*='uk-position-top'], [class*='uk-position-bottom'] { position: absolute !important } .uk-position-top { top: 0; left: 0; right: 0 } .uk-position-bottom { bottom: 0; left: 0; right: 0 } .uk-position-top-left { top: 0; left: 0 } .uk-position-top-right { top: 0; right: 0 } .uk-position-bottom-left { bottom: 0; left: 0 } .uk-position-bottom-right { bottom: 0; right: 0 } .uk-position-cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0 } .uk-position-relative { position: relative !important } .uk-position-z-index { z-index: 1 } .uk-display-block { display: block !important } .uk-display-inline { display: inline !important } .uk-display-inline-block { display: inline-block !important; max-width: 100% } @media (min-width: 960px) { .uk-visible-small { display: none !important } .uk-visible-medium { display: none !important } .uk-hidden-large { display: none !important } } @media (min-width: 768px) and (max-width: 959px) { .uk-visible-small { display: none !important } .uk-visible-large { display: none !important } .uk-hidden-medium { display: none !important } } @media (max-width: 767px) { .uk-visible-medium { display: none !important } .uk-visible-large { display: none !important } .uk-hidden-small { display: none !important } } .uk-hidden { display: none !important; visibility: hidden !important } .uk-invisible { visibility: hidden !important } .uk-visible-hover:hover .uk-hidden, .uk-visible-hover:hover .uk-invisible { display: block !important; visibility: visible !important } .uk-visible-hover-inline:hover .uk-hidden, .uk-visible-hover-inline:hover .uk-invisible { display: inline-block !important; visibility: visible !important } .uk-touch .uk-hidden-touch, .uk-notouch .uk-hidden-notouch { display: none !important } .uk-flex { display: -ms-flexbox; display: -webkit-flex; display: flex } .uk-flex-inline { display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex } .uk-flex>*, .uk-flex-inline>* { -ms-flex-negative: 1 } .uk-flex-top { -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start } .uk-flex-middle { -ms-flex-align: center; -webkit-align-items: center; align-items: center } .uk-flex-bottom { -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end } .uk-flex-center { -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center } .uk-flex-right { -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end } .uk-flex-space-between { -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between } .uk-flex-space-around { -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around } .uk-flex-row-reverse { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; flex-direction: row-reverse } .uk-flex-column { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column } .uk-flex-column-reverse { -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse } .uk-flex-nowrap { -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap } .uk-flex-wrap { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap } .uk-flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse } .uk-flex-wrap-top { -ms-flex-line-pack: start; -webkit-align-content: flex-start; align-content: flex-start } .uk-flex-wrap-middle { -ms-flex-line-pack: center; -webkit-align-content: center; align-content: center } .uk-flex-wrap-bottom { -ms-flex-line-pack: end; -webkit-align-content: flex-end; align-content: flex-end } .uk-flex-wrap-space-between { -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between } .uk-flex-wrap-space-around { -ms-flex-line-pack: distribute; -webkit-align-content: space-around; align-content: space-around } .uk-flex-order-first { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last { -ms-flex-order: 99; -webkit-order: 99; order: 99 } @media (min-width: 480px) { .uk-flex-order-first-small { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-small { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 768px) { .uk-flex-order-first-medium { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-medium { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 960px) { .uk-flex-order-first-large { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-large { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } @media (min-width: 1220px) { .uk-flex-order-first-xlarge { -ms-flex-order: -1; -webkit-order: -1; order: -1 } .uk-flex-order-last-xlarge { -ms-flex-order: 99; -webkit-order: 99; order: 99 } } .uk-flex-item-none { -ms-flex: none; -webkit-flex: none; flex: none } .uk-flex-item-auto { -ms-flex: auto; -webkit-flex: auto; flex: auto; -ms-flex-negative: 1 } .uk-flex-item-1 { -ms-flex: 1; -webkit-flex: 1; flex: 1 } .uk-contrast { color: #fff } .uk-contrast a:not([class]), .uk-contrast .uk-link { color: fade(#fff, 70%); text-decoration: none } .uk-contrast a:not([class]):hover, .uk-contrast .uk-link:hover { color: #fff; text-decoration: underline } .uk-contrast:not(pre)>code, .uk-contrast:not(pre)>kbd, .uk-contrast:not(pre)>samp { color: #fff } .uk-contrast em { color: #fff } .uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6 { color: #fff } .uk-contrast hr { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-nav li>a, .uk-contrast .uk-nav li>a:hover { text-decoration: none } .uk-contrast .uk-nav-side>li>a { color: #fff } .uk-contrast .uk-nav-side>li>a:hover, .uk-contrast .uk-nav-side>li>a:focus { background: fade(#fff, 10%); color: #fff } .uk-contrast .uk-nav-side>li.uk-active>a { background: #fff; color: #444 } .uk-contrast .uk-nav-side .uk-nav-header { color: #fff } .uk-contrast .uk-nav-side .uk-nav-divider { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-nav-side ul a { color: fade(#fff, 70%) } .uk-contrast .uk-nav-side ul a:hover { color: #fff } .uk-contrast .uk-subnav>*>a { color: fade(#fff, 70%); text-decoration: none } .uk-contrast .uk-subnav>*>a:hover, .uk-contrast .uk-subnav>*>a:focus { color: #fff; text-decoration: none } .uk-contrast .uk-subnav>.uk-active>a { color: #fff } .uk-contrast .uk-subnav-line> :nth-child(n+2):before { border-left-color: fade(#fff, 20%) } .uk-contrast .uk-subnav-pill>*>a:hover, .uk-contrast .uk-subnav-pill>*>a:focus { background: fade(#fff, 70%); color: #444; text-decoration: none } .uk-contrast .uk-subnav-pill>.uk-active>a { background: #fff; color: #444 } .uk-contrast .uk-tab { border-bottom-color: fade(#fff, 20%) } .uk-contrast .uk-tab>li>a { border-color: transparent; color: fade(#fff, 70%) } .uk-contrast .uk-tab>li>a:hover, .uk-contrast .uk-tab>li>a:focus, .uk-contrast .uk-tab>li.uk-open>a { border-color: fade(#fff, 70%); background: fade(#fff, 70%); color: #444; text-decoration: none } .uk-contrast .uk-tab>li.uk-active>a { border-color: fade(#fff, 20%); border-bottom-color: transparent; background: #fff; color: #444 } .uk-contrast .uk-tab-center { border-bottom-color: fade(#fff, 20%) } .uk-contrast .uk-tab-grid:before { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-list-line>li:nth-child(n+2) { border-top-color: fade(#fff, 20%) } .uk-contrast .uk-form select, .uk-contrast .uk-form textarea, .uk-contrast .uk-form input:not([type]), .uk-contrast .uk-form input[type="text"], .uk-contrast .uk-form input[type="password"], .uk-contrast .uk-form input[type="datetime"], .uk-contrast .uk-form input[type="datetime-local"], .uk-contrast .uk-form input[type="date"], .uk-contrast .uk-form input[type="month"], .uk-contrast .uk-form input[type="time"], .uk-contrast .uk-form input[type="week"], .uk-contrast .uk-form input[type="number"], .uk-contrast .uk-form input[type="email"], .uk-contrast .uk-form input[type="url"], .uk-contrast .uk-form input[type="search"], .uk-contrast .uk-form input[type="tel"], .uk-contrast .uk-form input[type="color"] { border-color: fade(#fff, 80%); background: fade(#fff, 80%); color: #444; background-clip: padding-box } .uk-contrast .uk-form select:focus, .uk-contrast .uk-form textarea:focus, .uk-contrast .uk-form input:not([type]):focus, .uk-contrast .uk-form input[type="text"]:focus, .uk-contrast .uk-form input[type="password"]:focus, .uk-contrast .uk-form input[type="datetime"]:focus, .uk-contrast .uk-form input[type="datetime-local"]:focus, .uk-contrast .uk-form input[type="date"]:focus, .uk-contrast .uk-form input[type="month"]:focus, .uk-contrast .uk-form input[type="time"]:focus, .uk-contrast .uk-form input[type="week"]:focus, .uk-contrast .uk-form input[type="number"]:focus, .uk-contrast .uk-form input[type="email"]:focus, .uk-contrast .uk-form input[type="url"]:focus, .uk-contrast .uk-form input[type="search"]:focus, .uk-contrast .uk-form input[type="tel"]:focus, .uk-contrast .uk-form input[type="color"]:focus { border-color: #fff; background: #fff; color: #444 } .uk-contrast .uk-form:-ms-input-placeholder { color: fade(#444, 70%) !important } .uk-contrast .uk-form::-moz-placeholder { color: fade(#444, 70%) } .uk-contrast .uk-form::-webkit-input-placeholder { color: fade(#444, 70%) } .uk-contrast .uk-button { color: #444; background: #fff } .uk-contrast .uk-button:hover, .uk-contrast .uk-button:focus { background-color: fade(#fff, 80%); color: #444 } .uk-contrast .uk-button:active, .uk-contrast .uk-button.uk-active { background-color: fade(#fff, 70%); color: #444 } .uk-contrast .uk-button-primary { background-color: #00a8e6; color: #fff } .uk-contrast .uk-button-primary:hover, .uk-contrast .uk-button-primary:focus { background-color: #35b3ee; color: #fff } .uk-contrast .uk-button-primary:active, .uk-contrast .uk-button-primary.uk-active { background-color: #0091ca; color: #fff } .uk-contrast .uk-icon-hover { color: fade(#fff, 70%) } .uk-contrast .uk-icon-hover:hover { color: #fff } .uk-contrast .uk-icon-button { background: #fff; color: #444 } .uk-contrast .uk-icon-button:hover, .uk-contrast .uk-icon-button:focus { background-color: fade(#fff, 80%); color: #444 } .uk-contrast .uk-icon-button:active { background-color: fade(#fff, 70%); color: #444 } .uk-contrast .uk-text-muted { color: fade(#fff, 60%) !important } .uk-contrast .uk-text-primary { color: #2d7091 !important } @media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important } a, a:visited { text-decoration: underline } pre, blockquote { border: 1px solid #999; page-break-inside: avoid } thead { display: table-header-group } tr, img { page-break-inside: avoid } img { max-width: 100% !important } @page { margin: 0.5cm } p, h2, h3 { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } } .uk-slideshow { position: relative; z-index: 0; width: 100%; margin: 0; padding: 0; list-style: none; overflow: hidden; touch-action: pan-y } .uk-slideshow>li { position: absolute; top: 0; left: 0; width: 100%; opacity: 0 } .uk-slideshow>.uk-active { z-index: 10; opacity: 1 } .uk-slideshow>li>img { visibility: hidden } [data-uk-slideshow-slide] { cursor: pointer } .uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li { height: 100vh } .uk-slideshow-fade-in { -webkit-animation: uk-fade 0.5s linear; animation: uk-fade 0.5s linear } .uk-slideshow-fade-out { -webkit-animation: uk-fade 0.5s linear reverse; animation: uk-fade 0.5s linear reverse } .uk-slideshow-scroll-forward-in { -webkit-animation: uk-slide-right 0.5s ease-in-out; animation: uk-slide-right 0.5s ease-in-out } .uk-slideshow-scroll-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse } .uk-slideshow-scroll-backward-in { -webkit-animation: uk-slide-left 0.5s ease-in-out; animation: uk-slide-left 0.5s ease-in-out } .uk-slideshow-scroll-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse } .uk-slideshow-scale-out { -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse; animation: uk-fade-scale-15 0.5s ease-in-out reverse } .uk-slideshow-swipe-forward-in { -webkit-animation: uk-slide-left-33 0.5s ease-in-out; animation: uk-slide-left-33 0.5s ease-in-out } .uk-slideshow-swipe-forward-out { -webkit-animation: uk-slide-left 0.5s ease-in-out reverse; animation: uk-slide-left 0.5s ease-in-out reverse } .uk-slideshow-swipe-backward-in { -webkit-animation: uk-slide-right-33 0.5s ease-in-out; animation: uk-slide-right-33 0.5s ease-in-out } .uk-slideshow-swipe-backward-out { -webkit-animation: uk-slide-right 0.5s ease-in-out reverse; animation: uk-slide-right 0.5s ease-in-out reverse } .uk-slideshow-swipe-forward-in:before, .uk-slideshow-swipe-backward-in:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background: rgba(0, 0, 0, 0.6); -webkit-animation: uk-fade 0.5s ease-in-out reverse; animation: uk-fade 0.5s ease-in-out reverse } .uk-dotnav { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-top: -15px; padding: 0; list-style: none } .uk-dotnav>* { -ms-flex: none; -webkit-flex: none; flex: none; padding-left: 15px; margin-top: 15px } .uk-dotnav:before, .uk-dotnav:after { content: ""; display: block; overflow: hidden } .uk-dotnav:after { clear: both } .uk-dotnav>* { float: left } .uk-dotnav>*>* { display: block; box-sizing: content-box; width: 20px; height: 20px; border-radius: 50%; background: white; border: 1px solid black; text-indent: 100%; overflow: hidden; white-space: nowrap } .uk-dotnav>*> :hover, .uk-dotnav>*> :focus { background: black; outline: none } .uk-dotnav>*> :active { background: black; } .uk-dotnav>.uk-active>* { background: rgba(50, 50, 50, 0.4) } .uk-dotnav-contrast>*>* { background: rgba(255, 255, 255, 0.4) } .uk-dotnav-contrast>*> :hover, .uk-dotnav-contrast>*> :focus { background: rgba(255, 255, 255, 0.7) } .uk-dotnav-contrast>*> :active { background: rgba(255, 255, 255, 0.9) } .uk-dotnav-contrast>.uk-active>* { background: rgba(255, 255, 255, 0.9) } .uk-dotnav-vertical { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column } .uk-dotnav-vertical>* { float: none } .uk-slidenav { display: inline-block; box-sizing: border-box; width: 42px; height: 42px; line-height: 42px; color: #d31f26; font-size: 42px; text-align: center } .uk-slidenav:hover, .uk-slidenav:focus { outline: none; text-decoration: none; color: #d31f26; cursor: pointer } .uk-slidenav:active { color: #d31f26 } .uk-slidenav-previous:before { content: ""; font-family: FontAwesome; -webkit-text-stroke: 5px #fff; } .uk-slidenav-next:before { content: ""; font-family: FontAwesome; -webkit-text-stroke: 5px #fff; } .uk-slidenav-position { position: relative } .uk-slidenav-position .uk-slidenav { display: none; position: absolute; top: 50%; z-index: 1; margin-top: -21px } .uk-slidenav-position:hover .uk-slidenav { display: block } .uk-slidenav-position .uk-slidenav-previous { left: -10% } .uk-slidenav-position .uk-slidenav-next { right: -10% } .uk-slidenav-contrast { color: rgba(255, 255, 255, 0.5) } .uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus { color: rgba(255, 255, 255, 0.7) } .uk-slidenav-contrast:active { color: rgba(255, 255, 255, 0.9) } .uk-slider { position: relative; z-index: 0; touch-action: pan-y } .uk-slider:not(.uk-grid) { margin: 0; padding: 0; list-style: none } .uk-slider>* { position: absolute; top: 0; left: 0 } .uk-slider-container { overflow: hidden } .uk-slider:not(.uk-drag) { -webkit-transition: -webkit-transform 200ms linear; transition: transform 200ms linear } .uk-slider.uk-drag { cursor: col-resize; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none } .uk-slider a, .uk-slider img { -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none } .uk-slider img { pointer-events: none } .uk-slider-fullscreen, .uk-slider-fullscreen>li { height: 100vh } .uk-accordion-title { margin-top: 0; margin-bottom: 15px; padding: 5px 15px; background: #eee; font-size: 18px; line-height: 24px; cursor: pointer } .uk-accordion-content { padding: 0 15px 15px 15px } .uk-accordion-content:before, .uk-accordion-content:after { content: ""; display: table } .uk-accordion-content:after { clear: both } .uk-accordion-content> :last-child { margin-bottom: 0 } .uk-tooltip { display: none; position: absolute; z-index: 1030; box-sizing: border-box; max-width: 200px; padding: 5px 8px; background: #333; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px } .uk-tooltip:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px dashed #333 } .uk-tooltip-top:after, .uk-tooltip-top-left:after, .uk-tooltip-top-right:after { bottom: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-color: #333 } .uk-tooltip-bottom:after, .uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after { top: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; border-bottom-color: #333 } .uk-tooltip-top:after, .uk-tooltip-bottom:after { left: 50%; margin-left: -5px } .uk-tooltip-top-left:after, .uk-tooltip-bottom-left:after { left: 10px } .uk-tooltip-top-right:after, .uk-tooltip-bottom-right:after { right: 10px } .uk-tooltip-left:after { right: -5px; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; border-left-color: #333 } .uk-tooltip-right:after { left: -5px; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; border-right-color: #333 } .accordion__item { margin-top: 15px } .accordion__item .uk-icon-button { position: absolute; right: 14px; top: 14px } .uk-accordion-title { margin-bottom: 0; padding: 15px 15px; position: relative; background: #d31f26; width: 100%; box-sizing: border-box } .uk-accordion-title .header { color: white; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 80%; font-size: 24px } .uk-accordion-title:before { border-top: 1px solid #d31f26; content: ""; width: 20px; top: 31px; right: 22px; position: absolute; z-index: 1 } .uk-accordion-title:after { border-top: 1px solid #d31f26; content: ""; width: 20px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); top: 31px; right: 22px; position: absolute } .uk-accordion-title--disabled { padding-bottom: 15px; border-bottom: 2px solid rgba(132, 141, 146, 0.2); margin-bottom: 35px } .uk-accordion-title.uk-active .header { white-space: normal; text-overflow: clip; overflow: visible } .uk-accordion-content { padding-top: 10px } .uk-accordion__white .accordion__item { background: white; width: auto; display: block; color: black } .uk-accordion__white .uk-accordion-title { background: none; margin-bottom: 0; padding: 15px 15px 15px 3px; position: relative; width: auto; display: inline } .uk-accordion__white .uk-accordion-title h3 { color: black; width: auto; position: static; display: inline } .uk-accordion__white .uk-accordion-title:before { border-top: 4px solid #d31f26; content: ""; width: 15px; top: 16px; right: -28px; position: absolute; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg) } .uk-accordion__white .uk-accordion-title:after { border-top: 4px solid #d31f26; content: ""; width: 15px; top: 24px; right: -28px; position: absolute; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg) } .uk-accordion__white .uk-accordion-title.uk-active:before { top: 16px; right: -32px; transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg) } .uk-accordion__white .uk-accordion-title.uk-active:after { top: 16px; right: -24px; position: absolute; transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg) } .uk-accordion__white .accordion__item .uk-icon-button { display: none } .uk-accordion--green_background .uk-accordion-title { display: block; background: white } .uk-accordion--green_background .uk-accordion-title h3 { color: black; padding-left: 0 } .uk-accordion--green_background .uk-accordion-title:before, .uk-accordion--green_background .uk-accordion-title:after { border-color: #fff !important } .uk-accordion--green_background .uk-accordion-title .uk-icon-button { background: #3e59a8 } .uk-accordion--green_background .uk-accordion-content { background: #DAE1DA; color: black; width: 100%; box-sizing: border-box; margin-left: 0px } .uk-accordion--green_background .uk-accordion-content p { width: 100%; color: black } .uk-accordion--green_background .uk-accordion-content a { color: #d31f26 } .box--bottom { position: absolute; bottom: 100px; left: 20px } .box--bottom .box--transGreen--addition { display: none } .box--bottom .box--transInner h1 { max-width: 800px } .box--transGreen { background-color: rgba(211, 31, 38, 0.8); left: 0 } .box--transGreen .box--transInner { position: relative; padding: 30px 20px 30px 38px } .box--transGreen .box--transInner h1 { max-width: 800px } .box--transGreen * { line-height: 100%; color: #FFF } .box--clip .box--transGreen--addition { display: block; position: absolute; right: -80px; top: 0; height: 100%; width: 80px; background-repeat: none; background-size: cover } .box--clip .box--transGreen--addition .box--transGreen--addition__inner { height: 100%; overflow: hidden } .box--clip .box--transGreen--addition .box--transGreen--addition__content--rotated { height: 125%; background: rgba(211, 31, 38, 0.8); transform: translate(-40px, -30px) rotate(15deg) } .uk-button { text-transform: uppercase; position: relative; transition: all 150ms ease-out; font-family: HelveticaNeueW02-55Roma; padding-top: 16px } .uk-button-block { width: 100% } .uk-button-bordered { border-top: 3px solid RGBA(235, 235, 235, 1); background-color: transparent; color: #d31f26; text-transform: none } .uk-button-bordered:hover { background-color: transparent; color: #d31f26 } .uk-button.uk-button-razor.uk-button-white { background-color: #FFF; color: #d31f26 } .uk-button.uk-button-razor.uk-button-white.uk-button-razor:before, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:hover:before, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:after, .uk-button.uk-button-razor.uk-button-white.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .uk-button-razor { padding-left: 8px; padding-right: 8px; margin-right: 22px } .uk-button-razor:before { display: inline-block; position: absolute; left: -17.51px; top: 0; content: " "; width: 0; height: 0; border-bottom: 44px solid #848D92; border-left: 18px solid transparent; transition: all 150ms ease-out } .uk-button-razor:after { display: inline-block; position: absolute; right: -17.51px; top: 0; content: " "; width: 0; height: 0; border-top: 44px solid #848D92; border-right: 18px solid transparent; transition: all 150ms ease-out } .uk-button-razor:last-of-type { padding-left: 8px; padding-right: 14px } .uk-button-razor:last-of-type:after { display: none } .uk-button-razor:first-of-type { padding-right: 8px; padding-left: 14px } .uk-button-razor:first-of-type:before { display: none } .uk-button-razor:first-of-type:after { display: inline-block } .uk-button-razor:hover:before, .uk-button-razor:hover:after { border-top-color: #727b80; border-bottom-color: #727b80 } .uk-button-razor.uk-button-primary:before, .uk-button-razor.uk-button-primary:after { border-top-color: #d31f26; border-bottom-color: #d31f26 } .uk-button-razor.uk-button-primary:hover:before, .uk-button-razor.uk-button-primary:hover:after { border-top-color: #ad1b21; border-bottom-color: #ad1b21 } @media (max-width: 480px) { .uk-button-razor { margin-bottom: 10px; display: block } .uk-button-razor:before { display: none } .uk-button-razor:after, .uk-button-razor:last-of-type:after { display: inline-block } } button.uk-button { padding-top: 0 } .uk-button-inform { min-height: 40px } .button__group { display: inline; } @media screen and (max-width: 770px) { .button__group_2 { padding-top: 20px; padding-bottom: 150px; display: table; margin-right: auto; margin-left: auto; } } @media screen and (min-width: 770px) { .button__group_2 { display: inline; padding-top: 20px; padding-bottom: 150px; float: right; } } .kcheckbox { display: inline-block; position: relative; margin-right: 15px } .kcheckbox i { position: absolute; left: 3px; color: white; z-index: 1 } .kcheckbox input[type="checkbox"] { position: absolute; display: none } .kcheckbox label { position: relative; padding-left: 35px; cursor: pointer } .kcheckbox label:before { content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 20px; border: 1px solid #d31f26; background: white; z-index: 2 } .kcheckbox input[type="checkbox"]:checked+label:after { font-family: FontAwesome; content: ""; position: absolute; bottom: 1px; left: 1px; font-size: 21px; line-height: 0.8; color: white; transition: all .2s; width: 20px; height: 20px; background: #d31f26 } .kcheckbox input[type="checkbox"]:checked+label:before { z-index: 0 } .column--padding-left { padding-left: 70px } @media only screen and (max-width: 960px) { .column--padding-left { padding-left: 30px } } .column--small-image img { max-width: 60px; margin-bottom: 20px } .column--centered-text { text-align: center } .imageLeftThreeColumns { text-align: center; padding-top: 60px } .imageLeftThreeColumns img { width: 100%; max-width: 400px } .imageLeftTwoColumns img { width: 100%; max-width: 480px } .marginBottom50 { margin-bottom: 50px } .cutted { position: relative; display: inline-block } .cutted:before { position: absolute; height: 100%; width: 100%; background: url(../images/whitebg.png) no-repeat 100% 0; content: " " } .uk-datepicker { width: auto; border: 1px solid #d31f26; background-color: white } .uk-datepicker .uk-datepicker-nav { margin-bottom: 7px; padding-bottom: 3px; border-bottom: 1px solid #d31f26; text-align: center } .uk-datepicker .uk-datepicker-nav .uk-datepicker-next { position: absolute; right: 15px } .uk-datepicker .uk-datepicker-nav .uk-datepicker-next::after { content: ">" } .uk-datepicker .uk-datepicker-nav .uk-datepicker-previous { position: absolute; left: 15px } .uk-datepicker .uk-datepicker-nav .uk-datepicker-previous::after { content: "<" } .uk-datepicker .uk-datepicker-nav .uk-datepicker-heading { display: inline-block } .uk-datepicker .uk-datepicker-table thead { display: none } .uk-datepicker .uk-datepicker-table td { text-align: right } .uk-datepicker .uk-datepicker-table td a { padding: 4px } .uk-datepicker .uk-datepicker-table td a:hover { text-decoration: underline } .discoverybgimage, .discovery { text-align: center; width: 100% } .discoverybgimage img, .discovery img { width: 768px; max-width: 768px } .discoverybgimage.small .hotspots, .discovery.small .hotspots { position: relative } .discoverybgimage.small .hotspots__inner, .discoverybgimage.small img, .discovery.small .hotspots__inner, .discovery.small img { width: 100% } .discoverybgimage.small .hotspot__circle__inner__cut, .discoverybgimage.small .hotspot__circle img, .discovery.small .hotspot__circle__inner__cut, .discovery.small .hotspot__circle img { display: none } .discoverybgimage.small .hotspot, .discoverybgimage.small .hotspot__circle, .discoverybgimage.small .hotspot__circle__inner, .discovery.small .hotspot, .discovery.small .hotspot__circle, .discovery.small .hotspot__circle__inner { position: initial; margin: 5px } .discoverybgimage.small .hotspot, .discovery.small .hotspot { display: inline-block } .discoverybgimage { position: absolute } .discoverybgimage .discoverybgimage__inner { position: relative } .uk-slideshow .discoverybgimage { position: absolute; width: 100%; height: 100%; margin-top: -80px } .uk-slideshow .discoverybgimage .discoverybgimage__inner { position: relative; width: 100%; height: 100% } .uk-slideshow .discovery { height: 100% } .uk-slideshow .section--mediumHeight .discoverybgimage { margin-top: 0 !important } .dotnav { margin: 0; padding: 0; list-style: none; text-align: center } .dotnav li { display: inline-block } .dotnav li a { display: block; height: 8px } .dotnav__link { margin-right: 10px; width: 80px; height: 8px; padding: 0 5px 0 10px; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); background: RGBA(235, 235, 235, 1) } .uk-active .dotnav__link { background: #d31f26 } .download:before { font-family: FontAwesome; display: inline-block; font-weight: normal; font-style: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f019"; left: 5px; top: 7px } .download { display: block } .download span { color: #444; padding-left: 20px } .download:hover span { color: #d31f26 } .download.underlined { font-weight: bold; border-bottom: 1px solid #dedede; padding: 10px 0 5px 0 } .download.underlined:last-child { border-bottom: none } .uk-no-padding-left { padding-left: 0 !important } .uk-padding-left-eight { padding-left: 8px } .downloadsection__items h3 { margin-left: -25px !important; padding-bottom: 20px !important } @media (min-width: 1220px) { .downloadsection__items h3 { margin-left: -35px !important; padding-bottom: 20px !important } } .downloadsection__items__inner h3 { padding-top: 60px } .downloadsection__items__inner h3:first-child { padding-top: 0 } .downloadsection__item { border-bottom: 1px solid #dedede; padding: 0 0 10px 0 } .downloadsection__item .download span { color: #d31f26 !important } .downloadsection__item .download:hover span { text-decoration: underline } .downloadsection__item .dropdown-select__select { max-width: 160px; margin-top: -10px } .selectize-dropdown-content a { display: block; color: #303030 } .selectize-dropdown-content a:hover { color: #d31f26 !important; text-decoration: none !important } .dropdown-select .uk-container { width: 100% } .dropdown-select .section__inside { position: relative; text-align: left } .dropdown-select h3 { display: inline-block; max-width: 50% } .dropdown-select .dropdown-select__select { width: 50%; right: 0; top: 50%; margin-top: -16px } .dropdown-select .section--green .dropdown-select__select { float: right; position: absolute } .external-link { vertical-align: middle; padding-top: 0; height: 14px; padding-bottom: 2px } .feature i { color: #d31f26 } .feature p { color: #979797 } .flex { display: flex } .flex--row { flex-direction: row } .flex--col { flex-direction: column } .flex--nowrap { flex-wrap: nowrap } .flex--noshrink { flex-shrink: 0 } .flex--stretch { width: 100%; align-items: stretch } .flex_item--1 { order: 1 } .flex_item--2 { order: 2 } .flex_item--3 { order: 3 } .flex_item--grow { flex-grow: 1 } .floatingmenu { position: fixed; z-index: 10; top: 35%; right: 0px; width: 200px } .floatingmenu ul { margin-bottom: 20px; list-style: none; margin-top: 0; margin-bottom: 0; float: right; padding-left: 0; width: 100% } .floatingmenu ul li a { display: block; border-bottom: 1px solid white; background-color: #848D92; color: white; padding: 10px 20px; padding-left: 50px } .floatingmenu ul li a.active, .floatingmenu ul li a:hover { background-color: #d31f26 } .floatingmenu ul li:first-child a { border-top: 1px solid white } .floatingmenu .uk-slidenav-next:before { display: inline-block; transform: rotate(180deg) } .floatingmenu.active .uk-slidenav-next:before { transform: rotate(0deg); margin-left: 2px } @media only screen and (max-width: 768px) { .floatingmenu { display: none } } #floatingMenuToggle:hover, #floatingMenuToggle:active { cursor: pointer } #floatingMenuToggle { margin: 0; margin-top: 0; display: none; position: absolute; top: 0; bottom: 0; float: right; font-weight: normal; width: 10px; font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif; font-size: 17px; border: 1px solid white; background-color: #d31f26; color: white; padding: 10px 20px; text-align: left; padding-left: 6px } #floatingMenuToggle .uk-slidenav { color: white; line-height: 33px; font-size: 33px; width: 0; height: 0; margin-top: -18px; float: right } #floatingMenuToggle .uk-slidenav-previous { margin-right: 5px } .footertoolbar button { min-height: 40px } .footertoolbar input { width: 70% } .footertoolbar .parsley-errors-list { position: absolute; padding-left: 0; margin-top: 5px } .footertoolbar .parsley-errors-list li { list-style: none; color: #c00 } .footertoolbar #form--newsletter { display: none } .footertoolbar__print { text-transform: uppercase; vertical-align: middle; color: RGBA(135, 145, 151, 1) } .footertoolbar__print i { font-size: 30px; vertical-align: middle } @media only screen and (max-width: 768px) { .footertoolbar>div { padding: 10px 0 10px 25px } } .uk-form .spinner-submit, .uk-form .successful-submit, .uk-form button.uk-position-absolute { right: -50px } .uk-form .spinner-submit, .uk-form .successful-submit { display: none } .uk-form .spinner-submit.visible, .uk-form .successful-submit.visible { display: block } #basicinformation, #additionalinformation { position: absolute !important; left: -999em !important } .basicform #message { height: 160px } @media (max-width: 768px) { .basicform { margin-bottom: 20px !important } .basicform #message { height: 100px } .basicform .uk-button { position: static !important; width: 100%; margin: 10px 0 } .basicform .uk-button i { font-size: 2rem } } .parsley-error { border-color: #d85030 !important; color: #d85030 } .parsley-errors-list { list-style: none; padding-left: 0; color: #d85030; font-style: italic } .parsley-errors-list:empty { margin: 0 } .form--default input, .form--default .selectize-input, .form--default .selectize-dropdown { border-color: #000 !important } .form--default .selectize-input:before { background: #000 } .form--default .selectize-control.single .selectize-input:after { border-color: #000 transparent transparent transparent } .form--default .selectize-control.single .selectize-input.dropdown-active:after { border-color: transparent transparent #000 transparent } .form--simple input[type="text"], .form--simple input[type="email"] { width: 100% } .form--simple label { font-weight: bold } @media only screen and (max-width: 960px) { .form--simple span.uk-margin-large-left { margin-left: 10px !important } .form--simple span.uk-margin-large-right { margin-right: 10px !important } } .gallery__overlay { background: #d31f26; padding-left: 45px } .gallery__overlay ul { list-style-type: square; font-size: 1em } .gallery .uk-slidenav { color: white; font-size: 60px } .gallery .uk-slider>li img { border-right: 1px solid white } .gallery .uk-slidenav-previous { left: 0 } .gallery .uk-slidenav-next { right: 0 } .uk-slidenav.uk-slidenav-previous:hover, .uk-slidenav.uk-slidenav-next:hover { text-decoration: none !important } .gallery__item ol, .gallery__item ul { list-style-type: square !important } .gallery__item ol li, .gallery__item ul li { border-top: none !important } .gallery__item .video-title { position: absolute; width: 80%; text-align: center; display: block; margin: 0 auto; left: 1%; top: 25%; height: 50%; z-index: 10 } @media (max-width: 480px) { .gallery__item .video-title { left: 50px; right: 50px } } .gallery__item .video-title .button__group { position: relative } .gallery__item .video-title .button__group>a:first-child { display: block; position: absolute; width: 100%; min-width: 235px; height: 100%; min-height: 60px; z-index: 1; left: -80px } @media (max-width: 480px) { .gallery__item .video-title .button__group>a:first-child { min-width: 285px; left: -120px } } .gallery__item .video-title a:hover, .gallery__item .video-title a:hover h4 { text-decoration: none !important } .gallery__item .video-title .uk-button-razor { background-color: #d31f26 !important; color: #FFF !important; padding-right: 8px !important; padding-left: 14px !important } .gallery__item .video-title .uk-button-razor:before { display: none !important } .gallery__item .video-title .uk-button-razor:after { display: inline-block !important; border-top-color: #d31f26 !important; border-bottom-color: #d31f26 !important } .gallery__item .video-title h4 { color: #FFFFFF; font-weight: bold; margin-bottom: 20px; font-size: 26px } .gallery__item .video-overlay:before { content: ''; z-index: 1; background: #000; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.33 } .gallery_slidenav_previous, .gallery_slidenav_next { display: inline-block; position: absolute; top: 0; height: 100%; width: 50px; background: #d31f26 } .gallery_slidenav_next { right: 0 } .gallery_slidenav_previous { left: 0 } .gallery__item__figcaption { padding: 10px; margin: 10px 20px } @media (max-width: 480px) { .gallery__item__figcaption { margin-left: 50px; margin-right: 50px } } .uk-grid>* { max-width: 100% } .uk-grid.grid--intended--left { margin-left: auto; padding-top: 60px; width: 90% } .uk-grid.grid--intended--right { margin-right: auto; padding-top: 60px; width: 90% } .uk-grid.grid--bottom { position: absolute; bottom: 60px; left: 10px } @media (min-width: 960px) { .uk-grid.grid--bottom { bottom: 90px; left: 90px } } @media (max-width: 960px) { .uk-grid.grid--intended--left, .uk-grid.grid--intended--right { margin-left: auto; margin-right: auto } } .white-border--bottom { border-bottom: 1px solid white } @media (max-width: 1036px) { .hamburger-mobile, .hamburger { font-size: 30px; line-height: 95px; margin: 0 5px; display: inline-block } } @media (min-width: 1036px) { .hamburger-mobile, .hamburger { font-size: 30px; line-height: 95px; margin: 0 5px; display: none; } } .hamburger-mobile span, .hamburger span { display: block; background-image: url("../images/hamburger_muted.png"); width: 30px; height: 30px; background-repeat: no-repeat } .hamburger-mobile.open span, .hamburger.open span { background-image: url("../images/hamburger.png") } .hamburger-mobile.open span { background-image: url("../images/hamburger_close.png") } .hamburger__menu { display: none; background-color: RGBA(237, 237, 237, 1); padding: 25px 0 } .hamburger__menu .uk-grid { margin: 0 40px } .hamburger__menu ul { padding-left: 20px } .hamburger__menu li { font-size: 100% } .hamburger__menu li a { color: #848D92 } .hamburger__menu li a.active, .hamburger__menu li a:active, .hamburger__menu li a:hover { color: #d31f26 } .hamburger__menu__item { padding: 0 } .hamburger__menu__item div { padding-left: 20px; border-bottom: 1px solid #999; padding-bottom: 15px; position: relative } .hamburger__menu__item div a { color: #444 } .hamburger__menu__item div a:hover { color: #d31f26 } .hamburger__menu__item div a:active, .hamburger__menu__item div a.active { color: #d31f26; font-weight: bold } .hamburger__menu__item div a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 20%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .hamburger__menu__item div a:hover:after, .hamburger__menu__item div a:active:after, .hamburger__menu__item div a.active:after { opacity: 1 } .hamburger-mobile__menu { display: none; background-color: #e6e6e6 } .hamburger-mobile__menu a { color: #444 !important } .hamburger-mobile__menu .uk-accordion-content { background-color: inherit } .hamburger-mobile__menu .uk-accordion-title { background-color: #d9d9d9 !important } .hamburger-mobile__menu .uk-accordion-title:before { border: none } .hamburger-mobile__menu .uk-accordion-title:after { content: "\f107"; top: 18px; border: none; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center } .hamburger-mobile__menu .uk-accordion-title.uk-active { color: #d31f26; font-weight: bold } .hamburger-mobile__menu .uk-accordion-title.uk-active:after { content: "\f104" !important } .hamburger-mobile__menu li.uk-nav--item { padding-top: 10px } .hamburger-mobile__menu li.uk-nav--item.uk-active>a { font-weight: bold !important; color: #d31f26 !important } @media only screen and (max-width: 1090px) { .hamburger { margin: 0 } } @media (max-width: 1000px) { .hamburger-mobile, .hamburger { padding-left: 20px } .hamburger-mobile__menu li.uk-nav--item>a { padding: 10px 15px } } @media (max-width: 480px) { .search__btn { margin-top: 18px !important } .hamburger-mobile__menu li.uk-nav--item>a { font-size: 1.2rem } } .header__left { margin-right: 380px; position: relative } .header__right { z-index: 10; float: right; width: 345px; box-sizing: border-box } .header__background--grey { width: 100%; background-color: RGBA(237, 237, 237, 1); height: 100px; position: absolute; z-index: -1 } .header__sub { display: none; clear: both; width: 100%; background-color: RGBA(237, 237, 237, 1); border-top: 1px solid #fff; position: relative; z-index: 800 } .header__sub .header__sub__inner { width: 90%; margin: 0 auto; text-align: center } .header__sub li { display: inline-block } .header__sub a { position: relative; display: block; padding: 10px 10px 20px 10px; width: 100%; height: 100%; color: #999 } .header__sub a:hover { color: #d31f26 } .header__sub a:active { color: #d31f26; font-weight: bold } @media only screen and (max-width: 1035px) { .header__left { margin-right: 300px } .header__right { width: 265px } } @media only screen and (max-width: 1035px) { .header__right { width: 100% } } @media only screen and (max-width: 1035px) { .header--desktop { display: none !important } } @media only screen and (min-width: 1035px) { .header--mobile { display: none !important } } .textshadow--white { text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.4) } .textshadow--black { text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) } .history__slidersection { position: relative; margin-top: 50px; max-height: 300px } .history__slider { list-style: none } .history__slider .uk-slidenav-position { width: 280px; margin: 0 auto } .history__slider .uk-slider li img { width: 200px; margin-top: 9px } .history__slider .uk-slidenav-next { color: #d31f26; right: 0; top: 75px } .history__slider .uk-slidenav-previous { left: 0; color: #d31f26; top: 75px } .history__slidersection__inner { width: 90%; margin: 0 auto; position: relative; text-align: center } .history__slidersection__inner .date { color: #d31f26 } .history__slidersection__inner ul { padding-left: 0 } .history__yearsection .milestone__item:last-child div { display: none } .history__yearsection { position: relative } .history__yearsection .milestone__item { padding-bottom: 20px } .history__yearsection .milestone__item>* { display: inline-block } .history__yearsection .allyears__btn { display: block; text-align: center; width: 70%; margin-top: 20px; font-weight: bold; text-transform: uppercase } .history__yearsection .scrollable { height: 250px; overflow: hidden } .history__yearsection .scrollable ul { padding-left: 20px } .hotspots { position: absolute; width: 100%; height: 100% } .hotspots__inner { width: 768px; height: 100%; margin: 0 auto; position: relative } .hotspot { position: absolute; text-align: left } .hotspot.right .hotspot__circle__inner { left: 25px } .hotspot__circle { position: absolute; top: 0px; left: -43px } .hotspot__circle img { cursor: pointer; width: 20px; height: 20px; z-index: 1; position: absolute; top: -19px; left: 4px } .hotspot__circle__inner { display: table; width: 280px; position: absolute; right: -15px; bottom: 12px; -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.18); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ABABAB')"; filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ABABAB'); opacity: 0; transition: opacity 150ms ease-out } .hotspot__circle__inner.visibleHotspot { opacity: 1; transition: opacity 150ms ease-out } .hotspot__circle__inner.right--small { right: -16px; left: initial !important } .hotspot__circle__inner.left--small { left: 25px; right: initial !important } .hotspot__circle__inner__cut { display: table-cell; background-image: url("../images/whitebg.png"); background-repeat: no-repeat; background-size: cover; width: 15px; height: auto } .hotspot__circle__inner__text { display: table-cell; background-color: white } .hotspot__circle__inner__text a.link { padding: 8px 20px 8px 15px; display: block } .hotspot__circle__inner__text a.link:first-child { padding-bottom: 0 } .hotspot__circle__inner__text a.link:first-child+div.paragraph p { padding-top: 0 } .hotspot__circle__inner__text a.link:only-child { padding-bottom: 10px } .hotspot__circle__inner__text p { padding: 8px 20px 8px 15px; margin-bottom: 0 !important } @media only screen and (max-width: 960px) { .hotspot__circle__inner { width: 150px } } .icongroup img { max-width: 50px } @media (max-width: 768px) { .image--infinite-left-1-2, .image--infinite-left-1-3, .image--infinite-left-1-4, .image--infinite-right-1-2, .image--infinite-right-1-3, .image--infinite-right-1-4 { display: none } } .image--infinite-left-1-2>div, .image--infinite-left-1-3>div, .image--infinite-left-1-4>div, .image--infinite-right-1-2>div, .image--infinite-right-1-3>div, .image--infinite-right-1-4>div { background-size: cover; background-position: 50% 50%; position: absolute; top: 0; height: 100% } .image--infinite-left-1-2>div>div, .image--infinite-left-1-3>div>div, .image--infinite-left-1-4>div>div, .image--infinite-right-1-2>div>div, .image--infinite-right-1-3>div>div, .image--infinite-right-1-4>div>div { background-size: auto; background-repeat: no-repeat; height: 100%; width: 100%; position: absolute } .image--infinite-left-1-2.nocut>div>div, .image--infinite-left-1-3.nocut>div>div, .image--infinite-left-1-4.nocut>div>div, .image--infinite-right-1-2.nocut>div>div, .image--infinite-right-1-3.nocut>div>div, .image--infinite-right-1-4.nocut>div>div { display: none } .image--infinite-left-1-2>div, .image--infinite-left-1-3>div, .image--infinite-left-1-4>div { left: 0 } .image--infinite-left-1-2>div>div, .image--infinite-left-1-3>div>div, .image--infinite-left-1-4>div>div { background-position: 100% 0 } .image--infinite-left-1-2.nocut>div>div, .image--infinite-left-1-3.nocut>div>div, .image--infinite-left-1-4.nocut>div>div { display: none } .image--infinite-right-1-2>div, .image--infinite-right-1-3>div, .image--infinite-right-1-4>div { right: 0 } .image--infinite-right-1-2>div>div, .image--infinite-right-1-3>div>div, .image--infinite-right-1-4>div>div { background-position: 0 100% } .image--infinite-right-1-2.nocut>div>div, .image--infinite-right-1-3.nocut>div>div, .image--infinite-right-1-4.nocut>div>div { display: none } .person__image image { clip-path: url(#clipping); -webkit-clip-path: url("#clipping") } .uk-overlay-panel { display: none } .uk-overlay .circle-btn { color: white } .uk-overlay .circle-btn:hover { color: #d31f26; background-color: white } figcaption>.uk-icon-button { display: inline-block; position: absolute; bottom: 10px; right: 10px; background: #d31f26; height: 30px; width: 30px } figcaption>.uk-icon-button:before { border-top: 1px solid white; content: ""; width: 20px; top: 15px; right: 5px; position: absolute } figcaption>.uk-icon-button:after { border-top: 1px solid white; content: ""; width: 20px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); top: 15px; right: 5px; position: absolute } figcaption>.uk-icon-button a { width: 100%; height: 100%; display: block } @media (max-width: 768px) { .uk-width-medium-1-6>img { margin-bottom: 10px !important } } #jobAd #jobAdHeader #jobAdHeaderText b { display: inline-block; padding: 0 !important } #jobAd #jobAdHeader h1 { font-size: 1rem !important } #jobAd #jobAdHeader #title { padding: 0 !important } #jobAd #jobAdHeader #title h1 { font-size: 1.8rem !important } .jobfilter__reset { color: #000; margin-bottom: 20px } .jobfilter__reset:hover { color: #d31f26 } .jp__linkedinbtn { width: 215px; height: 40px; background: url("../images/btn-linkedin--default.png") top left no-repeat; background-size: 215px 40px; text-indent: -9999px; display: block } .jp__linkedinbtn:hover { background: url("../images/btn-linkedin--hover.png") top left no-repeat; background-size: 215px 40px } .jp__xingbtn { width: 193px; height: 36px; background: url("../images/btn-xing--default.png") top left no-repeat; background-size: 193px 36px; text-indent: -9999px; display: block } .jp__xingbtn:hover { background: url("../images/btn-xing--hover.png") top left no-repeat } .jp .section--indented .section__inside { padding: 40px 0 } .jobportal .parsley-errors-list { margin: 5px 0 } .jp-accordion .accordion__item { margin-top: 0 } .jp-accordion .uk-accordion-title { font-size: 1.57rem; display: block; padding-top: 1.5em; -webkit-tap-highlight-color: rgba(83, 173, 49, 0.3); border-bottom: 1px solid #ededed } .jp-accordion .uk-accordion-title:before, .jp-accordion .uk-accordion-title:after { border: none } .jp-accordion .uk-accordion-title .uk-icon-pencil { margin-left: 1em; color: #d31f26 } .jp-accordion .uk-accordion-title p { font-size: 1rem; margin-top: 8px } .jp-accordion .uk-accordion-content { padding: 2rem 0 } .jp-file__name { display: inline-block; margin-left: 0.7em } .jp-filelist { list-style-type: none } .jobportal .errors { display: none } .jobportal h4 { font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif } .jobportal .input--beginDateFrom, .jobportal .input--beginDateWeeks { display: inline-block; margin-left: 6em } .jobportal .select--beginDatePeriod { display: inline-block; width: 50%; margin: 0 0.5em } .jp-joblocations legend { padding-bottom: 0.5em } .jp-joblocations span { font-size: 0.8em } .jp-fileupload { padding: 7px 12px; border: 1px solid #d31f26; color: #848D92; cursor: pointer } input[type="file"] { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1 } #jp-applicantform h4.headline--colored { margin-bottom: 10px; margin-top: 10px } .jp-experiencesview__wrapper, .jp-educationsview__wrapper { margin-bottom: 40px } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__period, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__period, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__period, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__period, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__period, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__period, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__period, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__period { margin: 10px auto } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__panel-content, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__panel-content, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__panel-content, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__panel-content, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__panel-content, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__panel-content, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__panel-content, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__panel-content { margin-top: 10px; font-size: 1em; text-overflow: ellipsis } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links { margin: 20px auto } .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-experiencesview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links a:last-child, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-educationsview__wrapper .jp-experiencesview__panel-box .jp-educationsview__cta-links a:last-child, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-experiencesview__cta-links a:last-child, .jp-educationsview__wrapper .jp-educationsview__panel-box .jp-educationsview__cta-links a:last-child { margin-left: 20px } .jp-experiencesview__addexperienceform, .jp-educationsview__addeducationform { display: none; padding-bottom: 40px } .jp-experiencesview__editexperienceform, .jp-educationsview__editeducationform { display: none } .jp__registerform-wrapper, .jp__forgotpassword-wrapper { display: none } .jp__indicator--right { margin-left: 4px } .jp__indicator--left { margin-right: 4px } .jp-additionalinfoform__list-editmode { display: none } .jobresult__subheader { color: #848D92; font-size: 15px } .jobresult__subheader a { color: #848D92; text-decoration: underline } .jobresult__resultlist { padding: 15px 0; width: 90%; border-top: 2px solid rgba(132, 141, 146, 0.2); border-bottom: 2px solid rgba(132, 141, 146, 0.2) } .jobresult__item { margin: 20px 0; list-style: none } .jobresult__item a { color: black; font-family: "HelveticaNeueW02-45Ligh", "Helvetica Neue", Helvetica, sans-serif } .jobresult__item a:hover { color: #d31f26 } .jobresult__item .date { color: #d31f26 } .jobresult__item .jobarea { color: RGBA(135, 145, 151, 1) } #jobAd { width: auto !important; border: none !important; font-size: 1rem !important; line-height: 1.45em !important } #jobAd strong, #jobAd b { font-family: 'HelveticaNeueW02-75Bold' !important } #jobAd i, #jobAd em { font-style: italic !important } #jobAd u { text-decoration: underline !important } #jobAd #jobAdHeader h1 { font-family: 'HelveticaNeueW02-55Roma'; margin-bottom: 30px } #jobAd #jobAdHeader #jobAdHeaderText { font-size: 0.8rem } #jobAd #title h1 { font-family: "HelveticaNeueW02-45Ligh"; font-size: 30px !important; line-height: 0.9em !important } #jobAd #title h1:last-of-type { margin-bottom: 20px !important } #jobAd #title h2 { font-family: 'HelveticaNeueW02-55Roma'; font-size: 15px !important } #jobAd #title h2 .applyButton { color: white !important; font-size: 18px !important; padding: 10px 17px !important } #jobAd #title h2 .applyButton:hover { text-decoration: none } #jobAd a { color: #d31f26 !important } #jobAdHeaderImage { display: none !important } .language__overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(68, 68, 68, 0.5); z-index: 50; padding-top: 100px } .language__overlay .language__overlay__inner.section__inside { padding: 20px 40px } .language__overlay .language__overlay__inner__formregion { margin-top: 30px } .language__close { padding: 20px } .language__close:hover { cursor: pointer } .language_switch:before { display: inline-block; content: ""; width: 16px; height: 11px } .en .language_switch:before { background: url("../images/en.png") } .de.de .language_switch:before { background: url("../images/de.png") } .de.at .language_switch:before { background: url("../images/at.png") } .es .language_switch:before { background: url("../images/es.png") } .cn .language_switch:before { background: url("../images/cn.png") } .it .language_switch:before { background: url("../images/it.png") } .jp .language_switch:before { background: url("../images/jp.png") } .ro .language_switch:before { background: url("../images/ro.png") } .link:hover { text-decoration: underline !important } .link.uk-button:hover { text-decoration: none !important } .left--arrow--link { display: inline-block; width: 16px; height: 10px; position: relative } .left--arrow--link:before { border-top: 3px solid #d31f26; content: ""; width: 11px; top: 0; left: 0; position: absolute; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg) } .left--arrow--link:after { border-top: 3px solid #d31f26; content: ""; width: 11px; top: 6px; left: 0; position: absolute; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg) } .list { list-style-type: none; padding: 0 } .list li { padding-left: 25px; position: relative; margin-top: 5px; padding-top: 5px } .list li span { padding-left: 20px } .list--ul li:before { content: "■"; color: #d31f26; font-weight: bold; margin-right: 15px; position: absolute; left: 5px } .section--green .list--ul li:before { color: white !important } .section--green .list--line>li:nth-child(n+2), .section--green .paragraph.paragraph--listline ul>li:nth-child(n+2), .section--green .paragraph.paragraph--listline ol>li:nth-child(n+2) { border-top: 1px solid #d31f26 !important } .section--green li:before { color: white !important } .section--green li { list-style-type: none } .section--green ul li:before { background: white !important } .list--line li, .paragraph ul li, .paragraph ol li { padding-top: 5px; padding-bottom: 5px } .list--line li p, .paragraph ul li p, .paragraph ol li p { margin-bottom: 0 } .list--line>li:nth-child(n+2), .paragraph.paragraph--listline ul>li:nth-child(n+2), .paragraph.paragraph--listline ol>li:nth-child(n+2) { border-top: 1px solid #e5e5e5 } .list--bold { font-weight: bold } .locations { width: 100%; overflow: hidden } .locations svg { width: 100% } .locations__office { padding-top: 30px; padding-bottom: 30px } .locations__office a { color: green !important } .locations__accordion_header { padding-left: 30px } .locations__contacts span, .locations__directions span { display: inline-block; width: 100% } #locationsSmall+div .selectize-input { border-color: #d31f26 } #locationsSmall+div .selectize-input::before { background: #d31f26 } #locationsSmall+div .selectize-input::after { border-color: #d31f26 transparent transparent transparent } #locationsSmall+div .selectize-input.dropdown-active::after { border-color: transparent transparent #d31f26 transparent } .svg-location { fill: #3e59a8; stroke: #FFFFFF; stroke-width: 1.5 } .svg-location:hover { cursor: pointer; fill: #ffffff; } div[data-uk-locations]>.uk-width-medium-1-2.uk-width-large-2-3.uk-hidden-small.uk-hidden-xsmall { overflow: hidden } @media only screen and (min-width: 768px) { #locationsSmall+div { display: none } } @media only screen and (min-width: 1120px) { .locations { margin-top: -170px } } @media only screen and (min-width: 960px) and (max-width: 1220px) { .locations { margin-top: -175px } } @media only screen and (min-width: 768px) and (max-width: 959px) { .locations { margin-top: -230px } } .logo { height: 95px; display: inline-block; vertical-align: top; padding: 15px 0 0 10px; box-sizing: border-box } @media (max-width: 1035px) { .logo { text-align: right; float: right } } @media (max-width: 480px) { .logo { width: 130px; padding-top: 16px; padding-bottom: 10px; height: auto } } .milestoneitem__year { display: inline-block; overflow: visible; color: green; text-indent: 0; background: 0 !important; position: absolute; margin-bottom: 100px } .milestone__item { position: relative; list-style: none } .milestone__item i { font-size: 30px; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear } .milestone__item i.active { font-size: 37px; margin-left: -3px } .milestone__item i.active+span { font-size: 22px; margin-top: -16px } .milestone__item:hover span { color: #d31f26 } .milestone__item span { margin-top: -11px; color: #000 } .milestone__item div { width: 4px; height: 32px; background-color: #d31f26; position: absolute; left: 11px; bottom: -6px } .uk-dotnav>.uk-active>* { background: #d31f26 } .mobilenav.isOnHomePage .mobilenav__item__inner { text-align: center; padding: 0 !important } .mobilenav.isOnHomePage .mobilenav__single button { width: 33.3% !important; float: left; border: 1px solid #fff; padding-top: 12px; padding-bottom: 22px; line-height: 22px; min-height: 80px; background-color: #d31f26 } .mobilenav.isOnHomePage .mobilenav__single button span:after { content: "" !important } .mobilenav.isOnHomePage .mobilenav__single button:first-child { border-left: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(2) { border-top: none; border-left: none; border-right: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(3) { border-right: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(4) { border-left: none; border-top: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(5) { border-left: none; border-top: none; border-right: none } .mobilenav.isOnHomePage .mobilenav__single button:nth-child(6) { border-top: none; border-right: none; word-spacing: 20px } .mobilenav.mobilenav--subpage .mobilenav__full { display: none } .mobilenav.mobilenav--subpage .mobilenav__single { display: block !important; visibility: visible !important } .mobilenav.mobilenav--subpage .mobilenav__single button { width: 100%; background-color: #d31f26 } .mobilenav.mobilenav--subpage .mobilenav__single button span:after { content: "\f105"; top: 18px; border: none; width: 20px; float: right; font-family: FontAwesome; text-align: center; font-size: 26px } .mobilenav.mobilenav--subpage .mobilenav__single button.open span:after { content: "\f107" } .mobilenav .mobilenav__row.uk-grid { margin-top: 0 } .mobilenav .mobilenav__item { background-color: #d31f26; border-top: 1px solid white; border-left: 1px solid white; float: left } .mobilenav .mobilenav__item a { color: white } .mobilenav .mobilenav__item button { background-color: inherit; text-transform: none; line-height: 44px; font-size: 1.2rem; padding: 0 5px } .mobilenav .mobilenav__row .mobilenav__item:first-child { border-left: none } .mobilenav__item__inner { text-align: center; padding: 15px } .mobilenav__item__inner span { position: relative; top: 4px } .mobilenav__item:first-child .mobilenav__item__inner { padding-left: 15px } #mobilenav__level2 { display: none } #mobilenav__level2 a { color: #444 !important } #mobilenav__level2 .uk-offcanvas-bar { background-color: #e6e6e6 } #mobilenav__level2 .mobilenav__current__title, #mobilenav__level2 .uk-accordion-title-level1 { background-color: #d31f26; margin-bottom: 0; padding: 15px 15px; font-size: 18px; line-height: 24px; color: white; margin-top: 0 } #mobilenav__level2 .uk-accordion-content { background-color: inherit } #mobilenav__level2 .uk-accordion-title { background-color: #d9d9d9 !important } #mobilenav__level2 .uk-accordion-title:before { border: none } #mobilenav__level2 .uk-accordion-title:after { content: "\f107"; top: 18px; border: none; width: 20px; float: right; font-family: FontAwesome; text-align: center; font-size: 26px } #mobilenav__level2 .uk-accordion-title.uk-active { color: #d31f26; font-weight: bold } #mobilenav__level2 .uk-accordion-title.uk-active:after { content: "\f104" !important } #mobilenav__level2 li.uk-parent { border-bottom: 1px solid #d9d9d9 } #mobilenav__level2 li.uk-parent>a { padding: 15px } #mobilenav__level2 li.uk-parent:last-child { border-bottom: none } #mobilenav__level2 li.uk-parent.uk-active>a { font-weight: bold !important; color: #d31f26 !important } #mobilenav__level2 .uk-nav-sub { padding-left: 30px; display: none } #mobilenav__level2 .uk-nav-sub li { padding-bottom: 10px } #mobilenav__level2 .uk-nav-parent-icon>.uk-parent>a:after { content: "\f105" } #mobilenav__level2 .uk-nav-parent-icon>.uk-parent.uk-active>a:after { content: "\f107" } #mobilenav__level2 .uk-parent a.uk-active span { color: #d31f26 } .navi { margin: 0 } .navi li .navi-item { min-height: 94px } .navi--main--item { display: none; position: absolute; top: 0; left: 0; background-color: #d31f26; border-right: 1px solid #FFF } .navi--main--item a { display: block; padding: 35px 18px 14px 30px; font-weight: 300; font-size: 16px; color: white } @media (max-width: 1350px) { .navi--main--item a { font-size: 13px; padding: 41px 15px 14px 15px; line-height: 20px } } .navi--top li { float: left; width: 16.6666%; height: 95px } .navi--top li a { background-color: #d31f26; color: #FFF; display: block; padding: 33px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } @media (max-width: 1350px) { .navi--top li a { padding: 33px 0 0 15px; line-height: 20px } } .navi--top li:first-child a { padding-left: 30px } .navi--top:after { content: ""; background: url(../images/whitecut.png) 0 100%; width: 35px; height: 95px; display: block; position: absolute; top: 0; right: 0 } @media (max-width: 1100px) { body.jp .navi--top li a { font-size: 10px } } @media (max-width: 1300px) { body.jp .navi--top li a { font-size: 13px } } @media (max-width: 1250px) { body.ro .navi--top li a { font-size: 13px; padding: 41px 10px 14px 10px } } .navi--sub { text-align: center; background-color: #d31f26 } .navi--sub.grey { background-color: #848D92 } .navi--sub.grey li a:after { border-top: 14px solid #848D92 } .navi--sub li { display: inline-block } .navi--sub li.uk-active { font-weight: bold } .navi--sub li.uk-active a:after { opacity: 1 } .navi--sub li a { position: relative; display: inline-block; color: #FFF; font-size: 20px; line-height: 65px; margin: 0 20px } .navi--sub li a:after { position: absolute; display: inline-block; content: " "; bottom: -14px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 14px solid #d31f26; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .navi--sub li a:hover:after, .navi--sub li a:active:after, .navi--sub li a.active:after { opacity: 1 } .navi--sub li a .navi-item-textinfo { display: none } .navi__level__2 { display: none; height: 80px; overflow: hidden; z-index: 0 } .navi__level__2.navi__level__2--hidden { z-index: -1 } .navi__level__2 li { float: left; position: relative } .navi__level__2 li a { color: #444; width: 100%; height: 100%; display: block; margin: 0; padding: 45px 10px 20px 10px } .navi__level__2 li a:hover { color: #d31f26 } .navi__level__2 li a:active, .navi__level__2 li a.active { color: #d31f26; font-weight: bold } .navi__level__2 li a:after { position: absolute; display: inline-block; content: " "; bottom: 5px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .navi__level__2 li a:hover:after, .navi__level__2 li a:active:after, .navi__level__2 li a.active:after { opacity: 1 } .navi__level__2 li a .navi-item-textinfo { display: none } .navi__level__3 { display: none; margin: 20px 10px 5px 10px } .navi__level__3.active { border-bottom: 1px solid #999 } .navi__level__3 li a:active, .navi__level__3 li a.active { font-weight: bold; color: #d31f26 } .navi__level__3 li a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 50%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0; margin-left: -8px } .navi__level__3 li a.active:after { opacity: 1 } .navi__level__3 li a .navi-item-textinfo { display: none } .navi__level__3.active.navi__level__3--no-active-child { border-bottom: 0px } .navi__level__3.active.navi__level__3--no-active-child li a.active:after { opacity: 0 } .navi__level__4 { display: none; width: auto; margin-bottom: 0 } .navi__level__4 li { display: inline-block; vertical-align: top } .navi__level__4 a { padding-left: 15px } .navi__level__4 a:active, .navi__level__4 a.active { font-weight: bold; color: #d31f26 } .navi__level__4 a:active img, .navi__level__4 a.active img { border: 1px solid #d31f26 } .navi__level__4 a span { font-size: 75% } .navi__level__4 a .navi-item-textinfo { display: none } @media (min-width: 1100px) { .navi__level__4 a .navi-item-textinfo { display: block } } .newsbox h4 { color: #d31f26 } .newsbox .paragraph--small:first-of-type { margin-bottom: 0 } .circle-btn { border: 2px solid white; background: rgba(83, 173, 49, 0.8); border-radius: 40px; width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; font-size: 22px; line-height: 60px } .circle-btn i { position: absolute; top: 32%; left: 43%; font-size: 23px } .uk-overlay-panel { display: block !important; opacity: 1 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn, .uk-overlay-panel .uk-icon-button { display: block !important; cursor: pointer; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover:before, .uk-overlay-panel .uk-icon-button:hover:before { border-color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover:after, .uk-overlay-panel .uk-icon-button:hover:after { border-color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel .circle-btn:hover { background: white } .uk-overlay-panel .circle-btn:hover i:before { color: #d31f26 !important; transition: all 150ms ease-out } .uk-overlay-panel:hover a, .uk-overlay-panel:hover .circle-btn, .uk-overlay-panel:hover .uk-icon-button { display: block !important } /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ .uk-notify { position: fixed; top: 10px; left: 10px; z-index: 1040; box-sizing: border-box; width: 350px } .uk-notify-top-right, .uk-notify-bottom-right { left: auto; right: 10px } .uk-notify-top-center, .uk-notify-bottom-center { left: 50%; margin-left: -175px } .uk-notify-bottom-left, .uk-notify-bottom-right, .uk-notify-bottom-center { top: auto; bottom: 10px } @media (max-width: 479px) { .uk-notify { left: 10px; right: 10px; width: auto; margin: 0 } } .uk-notify-message { position: relative; margin-bottom: 10px; padding: 15px; background: #444444; color: #ffffff; font-size: 16px; line-height: 22px; cursor: pointer } .uk-notify-message>.uk-close { visibility: hidden; float: right } .uk-notify-message:hover>.uk-close { visibility: visible } .uk-notify-message-primary { color: #ebf7fd; background: #2d7091 } .uk-notify-message-success { background: #f2fae3; color: #659f13 } .uk-notify-message-warning { background: #fffceb; color: #e28327 } .uk-notify-message-danger { background: #fff1f0; color: #d85030 } .paragraph { font-size: 1rem } .paragraph em, .paragraph i { color: inherit !important } .paragraph p+p { margin-top: 0 } .paragraph p { margin-bottom: 0 } .paragraph p:last-child { margin-bottom: 15px } .paragraph--bold { font-weight: bold } .paragraph--uppercase { text-transform: uppercase } .paragraph--muted { color: #848D92 } .paragraph--small { font-size: 0.9rem } .paragraph--white { color: #fff } .paragraph--green { color: #d31f26 } .paragraph ol { counter-reset: super-count; padding: 0; list-style-type: none } .paragraph ol li:before { content: counter(super-count, decimal) "."; counter-increment: super-count; color: #d31f26; font-weight: bold; margin-right: 15px; position: absolute; left: 5px } .paragraph li { padding-left: 25px; position: relative } .paragraph ul { list-style-type: none; padding: 0 } .paragraph ul li:before { content: ""; background: #d31f26; display: block; height: 6px; width: 6px; position: absolute; left: 7px; top: 13px } .uk-width-large-5-6 .paragraph p:first-child { margin-top: 0 } .uk-width-large-5-6 .paragraph p { margin-top: -15px } .person { position: relative; margin-bottom: 20px } .person__image { width: 160px; height: 106px; float: left; overflow: hidden } .person__image .cut-image { transform: rotate(15deg); overflow: hidden; height: 200px; width: 168px; margin-left: -30px; margin-top: -31px } .person__image .cut-image img { transform: rotate(-15deg); margin-left: 25px; margin-top: 25px } .person__text { margin-left: 180px; bottom: 0; position: absolute; height: 100% } .uk-width-medium-1-3 .person { max-width: 200px; margin: 0 auto } .uk-width-medium-1-3 .person__image { float: none; padding-bottom: 10px } .uk-width-medium-1-3 .person__text { margin-left: 0; position: relative; float: left; padding-bottom: 10px } .product-collection__item { display: none } .product-collection__item.active { display: block } .products { max-width: 100%; min-width: 100% } .products .uk-position-top-right a { margin-right: 10px } .products .colored-background { background-color: #ededed; padding: 20px } .products .product__details { height: 0px; padding-bottom: 50% } .products p { margin-top: 2px } .products .download:before { left: -5px; top: 1px } @media only screen and (max-width: 840px) { .products .uk-position-absolute.uk-position-top-right { top: -30px } } .quicksearch { display: none; background-color: RGBA(237, 237, 237, 1); padding: 45px 0 } .quicksearch #allCategoriesCheckbox { display: none } .quicksearch__input { width: 330px } @media (max-width: 500px) { .quicksearch__input { width: 200px } } .quote { margin: 0 auto !important } .quote__text { padding: 15px } .quote__text i { color: #d31f26 } .quote__name { left: 180px !important; right: auto !important } .quote__image.person__image { height: 94px; display: inline-block; float: none; overflow: hidden } .quote__image.person__image .cut-image { height: 200px; width: 140px } .kradio input[type='radio'] { display: none; width: 18px } .kradio input[type='radio']+label { margin: 0; clear: none; padding: 9px 0 4px 26px; cursor: pointer; background: url(../images/radio_off.png) left center no-repeat } .kradio input[type='radio']:checked+label { background-image: url(../images/radio.png) } .readmore .relatedp__readmore { border-top: 2px solid #ddd; display: block; min-height: 50px; text-align: center } .readmore .relatedp__readmore.hide { display: none } .readmore .relatedp__readmoretext { min-height: 100px } .readmore .relatedp__readless { border-top: 2px solid #ddd; display: block; min-height: 50px; text-align: center; display: none } .readmore .relatedp__readless.show { display: block } .relatedp__readmoretext { display: none } .rsearch { height: 400px; position: relative } .rsearch * { color: #FFF } .rsearch .scrollable { height: 400px } .rsearch__map { width: 100%; height: 100%; position: absolute } .rsearch__map-inner { width: 50%; margin-left: 50%; background-color: #CCC; height: 100% } .rsearch__close { position: absolute; top: 0; right: 0; cursor: pointer; padding: 20px } @media only screen and (max-width: 768px) { .rsearch__map { width: 100% } .rsearch__map-inner { width: 100%; margin-left: 0; background-color: #CCC; height: 100% } .rsearch .uk-container.uk-container-center { visibility: hidden } .rsearch .scrollable { background-color: #d31f26 } .rsearch .scrollable .scrollable__inner { padding-left: 20px } } .scrollable { z-index: 1000; position: relative; overflow: auto } .scrollable .scrollable__inner { padding: 20px 20px 20px 0 } .search__btn, .globe__btn { font-size: 30px; line-height: 95px; margin: 35px 0 0 0; display: inline-block } .search__btn span { display: block; background-image: url("../images/search.png"); width: 30px; height: 30px; background-repeat: no-repeat } .globe__btn span { display: block; background-image: url("../images/globe_grey.png"); width: 30px; height: 30px; background-repeat: no-repeat } .globe__btn span:hover { background-image: url("../images/globe_red.png"); } @media only screen and (max-width: 1090px) { .search__btn { margin: 0 } } .searchbutton { width: 90%; margin: 0 auto } .searchbutton form { width: 100%; padding-left: 0 } .searchbutton input { width: 55%; height: 39px !important; margin-bottom: 80px } .searchbutton .select { width: 45%; float: right } .searchbutton .select .selectize-input { color: white; border: none !important; min-height: 39px } .searchbutton .select .selectize-input div { padding-right: 36px; word-break: break-all } #search-result-form .kcheckbox { margin-right: 38px; padding-bottom: 20px } #search-result-form .kcheckbox input[type="checkbox"]:checked+label::after { line-height: 1.3; padding-left: 2px; width: 18px; font-size: 16px } #search-result-form input { display: none } .searchresult__filter { margin: 20px 0 20px 0; padding: 30px 0 0 0; border-top: 2px solid rgba(132, 141, 146, 0.2); border-bottom: 2px solid rgba(132, 141, 146, 0.2); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none } .searchresult__filter span { margin-right: 15px; margin-bottom: 10px } .searchresult__results { list-style: none; border-bottom: 2px solid rgba(132, 141, 146, 0.2); padding: 0 0; margin: 0 } .searchresult__results li { margin: 35px 0 } .searchresult__results li a { margin-top: 0; display: inline-block } .searchresult__results li a.hide-link { color: #444; text-decoration: none } .searchresult__results .category-highlighting { color: #d31f26 } .searchresult__pagination { float: right; margin: 21px 0 } .searchresult__pagination span { margin-left: 19px; display: inline-block; vertical-align: middle } .searchresult__pagination a { background: #d31f26; height: 40px; width: 27px; border: none; color: white; position: relative; display: inline-block; margin-left: -2px } .searchresult__pagination a i { position: absolute; left: 7px; top: 11px } .section { position: relative; background-size: cover; background-position: 50% 50%; height: auto } .section.section--background-focus-right { background-position: 75% 50% } .section.section--background-focus-left { background-position: 25% 50% } .sectionhotspots { min-height: 500px } .sectionhotspots .discoverybgimage__inner { min-height: 500px } .sectionhotspots.high { min-height: 700px } .sectionhotspots.high .discoverybgimage__inner { min-height: 700px } @media (max-width: 960px) { .sectionhotspots.high { min-height: 500px } .sectionhotspots.high .discoverybgimage__inner { min-height: 500px } } .sectionhotspots.sectionright { background-position-x: right } .section--green .section__inside .uk-grid { padding-top: 0 } .uk-grid .uk-width-1-1 h2 { padding-bottom: 15px } .section--mediumHeight .section__inside { height: 500px } .section--indented .section__inside { padding: 80px 0 } .section--indented .section__inside.small { padding: 50px 0px } .section--discovery { background: url("../../resources/views/error.blade.php") repeat-x; background-size: contain; width: 100%; min-height: 450px; overflow-x: hidden } .section--discovery .uk-container { max-width: 100%; padding: 0 } .section--bottom-border { border-bottom: 5px solid RGBA(235, 235, 235, 1) } .section--green { background-color: #d31f26 } .section--green .selectize-dropdown-content a { color: #303030 } .section--green a.link, .section--green a { color: white } .section--green a.link .link__label, .section--green a .link__label { color: white } .section--green a:hover { text-decoration: underline; color: white } .section--green .download span { color: white } .section--green .download:hover { text-decoration: none } .section--green .download:hover span { color: white; text-decoration: underline } .section--green .download.underlined { border-bottom: 1px solid #dedede } .section--green a.uk-button:hover { text-decoration: none !important; color: inherit } .section--green a.uk-button:hover .link__label, .section--green a.uk-button:hover .link__label span, .section--green a.uk-button:hover span span, .section--green a.uk-button:hover span { text-decoration: none !important } .section--green h1, .section--green h2 { color: #FFF } .section--green h2 { margin-bottom: 8px } .section--green .uk-button-primary { background-color: #FFF; color: #d31f26 } .section--green .uk-button-primary.uk-button-razor:before, .section--green .uk-button-primary.uk-button-razor:hover:before, .section--green .uk-button-primary.uk-button-razor:after, .section--green .uk-button-primary.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .section--green .paragraph, .section--green .share i { color: #FFF } .section--grey { background-color: RGBA(237, 237, 237, 1) } .section--grey .uk-button-primary { background-color: #FFF; color: #d31f26 } .section--grey .uk-button-primary.uk-button-razor:before, .section--grey .uk-button-primary.uk-button-razor:hover:before, .section--grey .uk-button-primary.uk-button-razor:after, .section--grey .uk-button-primary.uk-button-razor:hover:after { border-top-color: #FFF; border-bottom-color: #FFF } .section--grey-light { background-color: RGBA(250, 250, 250, 1); border-top: 5px solid #FFF; border-bottom: 5px solid #FFF } .select { text-align: left; } .select--green+.selectize-control .selectize-input { border-color: #fff } .select--green+.selectize-control .selectize-input.not-full { background: #d31f26; border: 1px solid #fff } .select--green+.selectize-control .selectize-input.full { background: #d31f26; border: 1px solid #fff } .select--green+.selectize-control .selectize-input.input-active div { color: #303030; border: 1px solid #fff } .select--green+.selectize-control .selectize-input:before { background: #fff } .select--green+.selectize-control.single .selectize-input:after { border-color: #fff transparent transparent transparent } .select--green+.selectize-control .selectize-dropdown .selectize-dropdown-content div { color: #303030 } .section--green .selectize-dropdown { border-color: #5d6769 } .section--green .selectize-input { border-color: #5d6769 } .section--green .selectize-input:before { background: #5d6769 } .section--green .selectize-control.single .selectize-input:after { border-color: #5d6769 transparent transparent transparent } .section--green .selectize-control.single .selectize-input.dropdown-active:after { border-color: transparent transparent #5d6769 transparent } .selectize-control { position: relative; line-height: 1rem } .selectize-dropdown, .selectize-input, .selectize-input input { color: #303030; font-family: inherit; font-size: inherit; line-height: 36px; -webkit-font-smoothing: inherit; } .selectize-input input { height: 32px !important; line-height: 32px !important } .selectize-input, .selectize-control.single .selectize-input.input-active { background: #fff; cursor: text; display: inline-block; color: #848D92 } .selectize-input { border: 1px solid #d31f26; padding: 0 8px; display: inline-block; width: 100%; overflow: hidden; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .selectize-control.multi .selectize-input.has-items { padding: 0 8px -3px } .selectize-input.full { background-color: #fff } .selectize-input.disabled, .selectize-input.disabled * { cursor: default !important } .selectize-input.focus { -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15) } .selectize-input.dropdown-active { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0 } .selectize-input>* { vertical-align: baseline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline } .selectize-control.multi .selectize-input>div { cursor: pointer; margin: 0 3px 3px 0; padding: 0 8px; background: #f2f2f2; color: #303030; border: 0 solid #d0d0d0 } .selectize-control.multi .selectize-input>div.active { color: #303030; border: 0 solid #cacaca } .selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active { color: #7d7d7d; border: 0 solid #fff } .selectize-input>input { padding: 0 !important; min-height: 0 !important; max-height: none !important; max-width: 100% !important; margin: 0 2px 0 0 !important; text-indent: 0 !important; border: 0 none !important; background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important } .selectize-input>input::-ms-clear { display: none } .selectize-input>input:focus { outline: none !important } .selectize-input:after { content: ' '; display: block; clear: left } .selectize-input:before { content: ' '; display: block; position: absolute; background: #d31f26; width: 1px; bottom: 0; right: 36px; top: 0 } .selectize-dropdown { position: absolute; z-index: 10; border: 1px solid #d31f26; background: #fff; margin: -1px 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0 } .selectize-dropdown [data-selectable] { cursor: pointer; overflow: hidden } .selectize-dropdown [data-selectable] .highlight { background: rgba(125, 168, 208, 0.2); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px } .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header { padding: 3px 8px } .selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none } .selectize-dropdown .optgroup-header { color: #303030; background: #fff; cursor: default } .selectize-dropdown .active { color: #495c68 } .selectize-dropdown .active.create { color: #495c68 } .selectize-dropdown .create { color: rgba(48, 48, 48, 0.5) } .selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 500px } .selectize-dropdown-content div:nth-child(2n) { background: rgba(132, 141, 146, 0.2) } .selectize-dropdown-content div { line-height: 30px } .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input { cursor: pointer } .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input { cursor: text } .selectize-control.single .selectize-input:after { content: ' '; display: block; position: absolute; top: 50%; right: 15px; margin-top: -2px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #d31f26 transparent transparent transparent } .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-width: 0 5px 5px 5px; border-color: transparent transparent #d31f26 transparent } .selectize-control.rtl.single .selectize-input:after { left: 15px; right: auto } .selectize-control.rtl .selectize-input>input { margin: 0 4px 0 -2px !important } .selectize-control .selectize-input.disabled { opacity: 0.5; background-color: #fafafa } .selectize-input.has-items .item { color: #444 } .share { display: inline-block } .share i { color: #d31f26 } .share__link { margin: 0 5px; font-size: 22px; transition: all 150ms ease-out; border: none; text-transform: none; display: inline-block; -moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; line-height: 1; min-height: 44px; padding-top: 10px } .sitemap { padding-bottom: 10px; } .sitemap a { color: #848D92; display: inline-block } .sitemap a:hover { color: #d31f26 } .sitemap a i { color: #d31f26 } .sitemap a i:hover { color: #848D92 } .sitemap.sitemap--link-breaks a { display: block } .sitemap.sitemap--link-padding-left img, .sitemap.sitemap--link-padding-left a { padding-left: 8px } .uk-slidenav-position .uk-slidenav { display: block } .uk-slidenav-position { height: 100% } @media only screen and (max-width: 550px) { .uk-slidenav-position .navi--sub { padding-top: 10px; padding-bottom: 16px; padding-left: 16px } .uk-slidenav-position .navi--sub li { width: 40px; height: 8px; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); margin-right: 16px; background-color: white; cursor: pointer; margin-top: 10px } .uk-slidenav-position .navi--sub li a { display: none } .uk-slidenav-position .navi--sub li.uk-active { background-color: #c1c1c1 } } .uk-slideshow li>section { height: 100% } .slideshow--small, .slideshow--small .uk-slideshow, .slideshow--small .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } .slideshow--high, .slideshow--high .uk-slideshow, .slideshow--high .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } @media (max-width: 960px) { .slideshow--high, .slideshow--high .uk-slideshow, .slideshow--high .uk-slideshow li { min-height: 500px !important; max-height: 500px !important } .slideshow--high .section__inside .paragraph, .slideshow--small .section__inside .paragraph, .sectionhotspots .section__inside .paragraph { display: none } .slideshow--high .section__inside .button__group, .slideshow--small .section__inside .button__group, .sectionhotspots .section__inside .button__group { margin-top: 10px; display: block } } .uk-slideshow .section--grey .uk-button-primary { background-color: #d31f26; color: #FFF } .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:before, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:hover:before, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:after, .uk-slideshow .section--grey .uk-button-primary.uk-button-razor:hover:after { border-top-color: #d31f26; border-bottom-color: #d31f26 } @media only screen and (max-width: 480px) { .uk-slidenav-position .uk-slidenav-previous { left: 5px } .uk-slidenav-position .uk-slidenav-next { right: 5px } } .uk-slideshow .section--discovery { background-size: cover; background-position: center center } @media (max-width: 960px) { .sectionhotspots .section__inside .uk-grid>div:first-child, .uk-slideshow .section__inside .uk-grid>div:first-child, .sectionhotspots .section__inside .uk-grid .box, .uk-slideshow .section__inside .uk-grid .box { padding: 15px; background-color: rgba(255, 255, 255, 0.4) } .sectionhotspots .box--bottom, .uk-slideshow .box--bottom, .sectionhotspots .uk-grid.grid--bottom, .uk-slideshow .uk-grid.grid--bottom, .sectionhotspots .uk-grid.grid--intended--right, .uk-slideshow .uk-grid.grid--intended--left { left: 0; right: 0; width: 100%; box-sizing: border-box; margin-left: 0; margin-right: 0 } } .socialshare { float: right } .socialshare .socialshare__link { display: inline-block; padding-left: 20px } .table { width: 100%; background: #fff; margin: 0; box-sizing: border-box } .tablecol i { font-size: 80%; padding-top: 5px; color: #d31f26 } .tablerow--head { font-weight: bold } .tablerow--head>.tablecol { padding: 6px } .tablerow--head p { -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -o-transform: rotate(-30deg); writing-mode: lr-tb } .tablerow--item { background-color: RGBA(237, 248, 234, 1); cursor: pointer } .tablerow--item>.tablecol { border-top: 1px solid RGBA(83, 171, 49, 1); border-bottom: 1px solid RGBA(83, 171, 49, 1); padding: 6px } .tablerow--subitem:nth-child(odd) { background-color: RGBA(243, 243, 243, 1) } .tablerow--subitem>.tablecol { padding: 6px; border-top: 1px solid RGBA(197, 197, 197, 1) } .title--line { color: #d31f26 } .title--line p { padding-bottom: 20px; border-bottom: 1px solid #efefef } .videocinemagraph { margin: 0 auto; width: 100%; height: 100%; overflow: hidden; background-size: cover; background-repeat: no-repeat } .videocinemagraph .uk-overlay { width: 100% !important; max-width: none } .videocinemagraph .box--bottom { left: 140px } .videocinemagraph video { width: auto !important; min-width: 100%; height: auto; min-height: 100%; margin: 0 auto; display: block } .videocinemagraph__inner:after { content: ''; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.44) } html { font-size: 17px } @media (max-width: 480px) { html { font-size: 13px } } body { -webkit-font-smoothing: antialiased } h1, h2, h3, h4, h5 { margin: 0 } @media (max-width: 1219px) { h1 { font-size: 3rem } h2 { font-size: 2.5rem } h3 { font-size: 1.5rem } } h1 { font-weight: 300 } h2 { color: #d31f26; font-weight: 300 } h4 { font-size: 20px; font-weight: 300; padding-bottom: 10px } h4.h4-alt { text-transform: uppercase } .headline--colored { color: #d31f26 } .subheadline { margin: -10px 0px 45px -35px } b, strong { font-family: HelveticaNeueW02-55Roma; font-weight: normal } /*************/ /* REWRITTEN */ /*************/ /* FOOTER */ .social_networks_footer_icons { font-size: 22px } .social_networks_footer_icons a { margin: 0 15px } @media screen and (max-width: 960px) { .social_networks_footer_icons a { margin: 5px; display: inline-block } } @media screen and (min-width: 768px) and (max-width: 960px) { .social_networks_footer_icons { text-align: center } } @media screen and (min-width: 960px) { .social_networks_footer_icons { font-size: 30px } } .technologies-options-tab { background-color: #d31f26; height: 46px; } .technologies-options { margin-left: 30px; padding-top: 4px; width: 300px; } .my-container { max-width: inherit; margin: 0 auto; } .my-box-container { height: 60px; padding-left: 0px; border: 1px solid #ddd; display: table; } .my-box { /*padding-left: 10px;*/ font-size: 12px; height: inherit; text-transform: uppercase; text-align: center; font-family: 'HelveticaNeueW02-45Ligh'; color: #000; display: table-cell; vertical-align: middle; } .my-box:hover { color: #fff; text-decoration: none; /* border-top: 3px solid #d31f26; */ } .my-box:focus { color: #fff; text-decoration: none; background: #d31f26; } .technologies-tab-h2 { color: #000; text-transform: uppercase; } .hover_img a { position: relative; } .hover_img a span { position: absolute; display: none; z-index: 99; } .hover_img a:hover span { display: block; } .filter { background-color: #fff; border: 2px solid #ddd; } .print { font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; color: grey; font-size: 17px; text-decoration: none; } .print:hover { color: #d31f26; } .print:visited { font-family: "HelveticaNeueW02-Thin", "Helvetica Neue", Helvetica, sans-serif; color: grey; } /* Bounce To Bottom */ .hvr-bounce-to-bottom { /* display: inline-block;*/ vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #d31f26; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; } .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .uk-dotnav-contrast-labeling { color: #000; } .uk-slidenav-labeling { box-sizing: border-box; width: 42px; height: 42px; line-height: 0px; font-size: 100px; text-align: center; } .uk-slidenav-contrast-labeling { color: #000; } .img-button { position: absolute; bottom: 10px; right: 10px; color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .img-button:visited { position: absolute; bottom: 10px; right: 10px; color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .img-txt { background: rgba(211, 31, 38, 0.85); color: white; padding: 20px; position: absolute; top: 0px; left: 0px; margin-top: 0px; font-family: "HelveticaNeueW02-45Ligh"; font-size: 17px; } .last-img-button-position { position: absolute; left: 50% !important; margin-left: -60px !important; margin-top: -20px !important; top: 50% !important; text-align: center !important; } .last-img-button-style { color: #d31f26; text-decoration: none; font-size: 17px; border: solid; border-color: #d31f26; padding: 5px; font-family: "HelveticaNeueW02-45Ligh"; } .last-img-button-style:hover { color: #fff; text-decoration: none; background-color: #d31f26; } .slider-li { text-align: center; text-transform: uppercase; margin-bottom: 10px; color: #000; } .slider-li:hover { color: #000; } .slider-li:active { color: #000; } .slider-li:visited { color: #000; } @media screen and (max-width: 768px) { .technologies_labeling_img { width: 60%; height: 60%; display: block; margin-left: auto; margin-right: auto; padding-bottom: 20px; } } @media screen and (min-width: 768px) { .technologies_labeling_img { display: none; } } /** NEW NAVIGATION STYLE **/ .new-navi { margin: 0 } .new-navi li .new-navi-item { min-height: 94px } .new-navi--main--item { display: none; position: absolute; top: 0; left: 0; background-color: #d31f26; border-right: 1px solid #FFF } .new-navi--main--item a { display: block; padding: 35px 18px 14px 30px; font-weight: 300; font-size: 16px; color: white } @media (max-width: 1350px) { .new-navi--main--item a { font-size: 13px; padding: 41px 15px 14px 15px; line-height: 20px } } .new-navi--top li { float: left; width: 16.6666%; height: 95px } .new-navi--top li a { background-color: #d31f26; color: #FFF; display: block; padding: 33px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } @media (max-width: 1350px) { .new-navi--top li a { padding: 33px 0 0 15px; line-height: 20px } } .new-navi--top li:first-child a { padding-left: 30px } .new-navi--top:after { content: ""; background: url(../images/whitecut.png) 0 100%; width: 35px; height: 95px; display: block; position: absolute; top: 0; right: 0 } @media (max-width: 1100px) { body.jp .new-navi--top li a { font-size: 10px } } @media (max-width: 1300px) { body.jp .new-navi--top li a { font-size: 13px } } @media (max-width: 1250px) { body.ro .new-navi--top li a { font-size: 13px; padding: 41px 10px 14px 10px } } .new-navi--sub { text-align: center; background-color: #d31f26 } .new-navi--sub.grey { background-color: #848D92 } .new-navi--sub.grey li a:after { border-top: 14px solid #848D92 } .new-navi--sub li { display: inline-block } .new-navi--sub li.uk-active { font-weight: bold } .new-navi--sub li.uk-active a:after { opacity: 1 } .new-navi--sub li a { position: relative; display: inline-block; color: #FFF; font-size: 20px; line-height: 65px; margin: 0 20px } .new-navi--sub li a:after { position: absolute; display: inline-block; content: " "; bottom: -14px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 14px solid #d31f26; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .new-navi--sub li a:hover:after, .new-navi--sub li a:active:after, .new-navi--sub li a.active:after { opacity: 1 } .new-navi--sub li a .new-navi-item-textinfo { display: none } .new-navi__level__2 { display: none; height: 80px; overflow: hidden; z-index: 0 } .new-navi__level__2.new-navi__level__2--hidden { z-index: -1 } .new-navi__level__2 li { float: left; position: relative } .new-navi__level__2 li a { color: #444; width: 100%; height: 100%; display: block; margin: 0; padding: 45px 10px 20px 10px } .new-navi__level__2 li a:hover { color: #d31f26 } .new-navi__level__2 li a:active, .new-navi__level__2 li a.active { color: #d31f26; font-weight: bold } .new-navi__level__2 li a:after { position: absolute; display: inline-block; content: " "; bottom: 5px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; z-index: 20; transition: opacity 150ms ease-out; opacity: 0 } .new-navi__level__2 li a:hover:after, .new-navi__level__2 li a:active:after, .new-navi__level__2 li a.active:after { opacity: 1 } .new-navi__level__2 li a .new-navi-item-textinfo { display: none } .new-navi__level__3 { display: none; margin: 20px 10px 5px 10px } .new-navi__level__3.active { border-bottom: 1px solid #999 } .new-navi__level__3 li a:active, .new-navi__level__3 li a.active { font-weight: bold; color: #d31f26 } .new-navi__level__3 li a:after { position: absolute; display: inline-block; content: url("../images/arrow_menu.png"); bottom: 12px; left: 50%; transform: translateX(-50%); width: 0; height: 0; z-index: 20; transition: opacity 150ms ease-out; opacity: 0; margin-left: -8px } .new-navi__level__3 li a.active:after { opacity: 1 } .new-navi__level__3 li a .new-navi-item-textinfo { display: none } .new-navi__level__3.active.new-navi__level__3--no-active-child { border-bottom: 0px } .new-navi__level__3.active.new-navi__level__3--no-active-child li a.active:after { opacity: 0 } .new-navi__level__4 { display: none; width: auto; margin-bottom: 0 } .new-navi__level__4 li { display: inline-block; vertical-align: top } .new-navi__level__4 a { padding-left: 15px } .new-navi__level__4 a:active, .new-navi__level__4 a.active { font-weight: bold; color: #d31f26 } .new-navi__level__4 a:active img, .new-navi__level__4 a.active img { border: 1px solid #d31f26 } .new-navi__level__4 a span { font-size: 75% } .new-navi__level__4 a .new-navi-item-textinfo { display: none } @media (min-width: 1100px) { .new-navi__level__4 a .new-navi-item-textinfo { display: block } } .new-nav-2 { background-color: transparent; border: none; padding-left: 0px; border-radius: 0px; box-shadow: none; margin: 0px; } .new-nav-2 li { float: none; width: 100%; min-width: 160px; z-index: 1; position: relative; display: inline-block; } .new-nav-2 li a { background-color: #d31f26; color: #FFF; display: block; padding: 5px 0 0 15px; border-right: 1px solid #FFF; font-weight: 300; font-size: 16px; font-family: "HelveticaNeueW02-Thin"; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; min-width: 160px; z-index: 1; } .dropdown:hover .dropdown-content { display: block; } .dropdown-content .dropdown-item:hover { color: #d31f26; font-weight: 900; background-color: #FFF; } .mobile-nav-title { background-color: #d9d9d9 !important; margin-bottom: 0; padding: 15px 15px; position: relative; background: #d31f26; width: 100%; box-sizing: border-box; font-size: 18px; line-height: 24px; cursor: pointer; } .mobile-nav-title:after { content: "\f107"; transform: rotate(-90deg); top: 18px; border: none; width: 20px; margin-right: -10px; float: right; font-family: FontAwesome; text-align: center; }
0.229967
0.050729
md-radio-button { display: inline-block; } .md-radio-label { cursor: pointer; display: block; white-space: nowrap; } .md-radio-container { box-sizing: border-box; display: inline-block; height: 20px; position: relative; top: 2px; width: 20px; } .md-ink-ripple { background-color: #9c27b0; border-radius: 50%; height: 48px; left: 10px; opacity: 0; pointer-events: none; position: absolute; top: 10px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity ease 0.28s, background-color ease 0.28s; transition: opacity ease 0.28s, background-color ease 0.28s; width: 48px; overflow: hidden; } .md-radio-focused .md-ink-ripple { opacity: 0.1; } .md-radio-disabled .md-ink-ripple { background: #000; } .md-radio-outer-circle { border-color: rgba(0, 0, 0, 0.54); border: solid 2px; border-radius: 50%; box-sizing: border-box; height: 20px; left: 0; position: absolute; top: 0; -webkit-transition: border-color ease 0.28s; transition: border-color ease 0.28s; width: 20px; } .md-radio-checked .md-radio-outer-circle { border-color: #9c27b0; } .md-radio-disabled .md-radio-outer-circle { border-color: rgba(0, 0, 0, 0.38); } .md-radio-inner-circle { background-color: #9c27b0; border-radius: 50%; box-sizing: border-box; height: 20px; left: 0; position: absolute; top: 0; -webkit-transition: background-color ease 0.28s, -webkit-transform ease 0.28s; transition: background-color ease 0.28s, -webkit-transform ease 0.28s; transition: transform ease 0.28s, background-color ease 0.28s; transition: transform ease 0.28s, background-color ease 0.28s, -webkit-transform ease 0.28s; -webkit-transform: scale(0); transform: scale(0); width: 20px; } .md-radio-checked .md-radio-inner-circle { -webkit-transform: scale(0.5); transform: scale(0.5); } .md-radio-disabled .md-radio-inner-circle { background-color: rgba(0, 0, 0, 0.38); } .md-radio-label-content { display: inline-block; float: right; line-height: 24px; padding-left: 8px; position: relative; vertical-align: top; } [dir='rtl'] .md-radio-label-content { float: left; padding-right: 8px; padding-left: 0; } .md-radio-input { position: absolute; width: 0; height: 0; margin: 0; padding: 0; opacity: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; } .md-radio-disabled, .md-radio-disabled .md-radio-label { cursor: default; }
node_modules/@angular2-material/radio/radio.css
md-radio-button { display: inline-block; } .md-radio-label { cursor: pointer; display: block; white-space: nowrap; } .md-radio-container { box-sizing: border-box; display: inline-block; height: 20px; position: relative; top: 2px; width: 20px; } .md-ink-ripple { background-color: #9c27b0; border-radius: 50%; height: 48px; left: 10px; opacity: 0; pointer-events: none; position: absolute; top: 10px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity ease 0.28s, background-color ease 0.28s; transition: opacity ease 0.28s, background-color ease 0.28s; width: 48px; overflow: hidden; } .md-radio-focused .md-ink-ripple { opacity: 0.1; } .md-radio-disabled .md-ink-ripple { background: #000; } .md-radio-outer-circle { border-color: rgba(0, 0, 0, 0.54); border: solid 2px; border-radius: 50%; box-sizing: border-box; height: 20px; left: 0; position: absolute; top: 0; -webkit-transition: border-color ease 0.28s; transition: border-color ease 0.28s; width: 20px; } .md-radio-checked .md-radio-outer-circle { border-color: #9c27b0; } .md-radio-disabled .md-radio-outer-circle { border-color: rgba(0, 0, 0, 0.38); } .md-radio-inner-circle { background-color: #9c27b0; border-radius: 50%; box-sizing: border-box; height: 20px; left: 0; position: absolute; top: 0; -webkit-transition: background-color ease 0.28s, -webkit-transform ease 0.28s; transition: background-color ease 0.28s, -webkit-transform ease 0.28s; transition: transform ease 0.28s, background-color ease 0.28s; transition: transform ease 0.28s, background-color ease 0.28s, -webkit-transform ease 0.28s; -webkit-transform: scale(0); transform: scale(0); width: 20px; } .md-radio-checked .md-radio-inner-circle { -webkit-transform: scale(0.5); transform: scale(0.5); } .md-radio-disabled .md-radio-inner-circle { background-color: rgba(0, 0, 0, 0.38); } .md-radio-label-content { display: inline-block; float: right; line-height: 24px; padding-left: 8px; position: relative; vertical-align: top; } [dir='rtl'] .md-radio-label-content { float: left; padding-right: 8px; padding-left: 0; } .md-radio-input { position: absolute; width: 0; height: 0; margin: 0; padding: 0; opacity: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; } .md-radio-disabled, .md-radio-disabled .md-radio-label { cursor: default; }
0.391639
0.053924
* { outline: none; } html, body { height: 100%; min-width: 750px; scroll-behavior: smooth; transition: all 0.3 ease; background-color: #EAEAEA; font-family: 'Lato', sans-serif; } label { color: black !important; } /* Layout Style -> Main Menu */ .main-menu { top: 0; left: 0; height: 100%; width: 230px; position: fixed; overflow-x: hidden; background-color: white; } .user-image { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; } .user-info p:first-child { font-weight: 700; margin-bottom: 0px !important; } .user-info p:last-child { color: #919191; font-size: 12px; } .menu-list { width: 100%; font-size: 16px; padding-top: 25px; padding-left: 0px; list-style-type: none; } .menu-option { padding-top: 12px; padding-left: 8px; padding-bottom: 8px; } .menu-icon .iconify { color: #454545; } .menu-list .active { color: #5E9DF5; font-weight: 800; } .menu-list a span { color: #454545; font-weight: 500; position: relative; font-size: 0.85rem; text-decoration: none; transition: 0.3s ease-in-out; } .menu-icon { width: 18px; color: #454545; text-align: center; margin-right: 10px; display: inline-block; } .content { margin-left: 250px; } /* FIM ESPAÇO PARA CSS DE ESTRUTURA */ /* ESTILO DOS LINKS */ a { color: black; } a:hover { text-decoration: none; color: #6A74C9; } .active { color: #6A74C9; font-weight: bold; } /* ESTILO DOS LINKS */ /* Buttons */ .top-button { border: none; color: white; font-weight: 800; padding: 8px 18px; font-size: 0.6rem; border-radius: 25px; text-transform: uppercase; background-color: #6A74C9; box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15); } .top-button:hover { color: white; text-decoration: none; } .top-button:focus { outline: none; } .cancel-button { color: #A9A9A9; font-weight: 800; padding: 7px 17px; font-size: 0.6rem; cursor: pointer; border-radius: 25px; border: 2px solid #A9A9A9; text-transform: uppercase; background-color: #EAEAEA; transition: 0.3s ease-in-out; } .cancel-button:hover { color: white; text-decoration: none; background-color: #A9A9A9; } .buttons a { outline: none; } .buttons a:hover { text-decoration: none; } .button-back { width: 20px; height: 20px; padding: 5px; border-radius: 50%; color: gray !important; background-color: white; border: 1px solid rgba(0, 0, 0, 0.2); } .button-foward { width: 20px; height: 20px; padding: 5px; outline: none; margin-left: 10px; border-radius: 50%; color: gray !important; background-color: transparent; } /* Cards Navigation Style */ /* Title */ .cards-navigation { margin-top: 19px; } .title h6 { color: #252525; font-weight: 700; font-size: 1.1rem; } /* Cards */ .cards-group { margin-top: 10px; } .card-navigation { width: 85%; height: 110px; margin-left: auto; margin-right: auto; border-radius: 5px; background-color: white; transition: 0.3s ease-in-out; box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .10); } .card-navigation .help-button { top: 7px; right: 8px; width: 20px; height: 20px; float: right; cursor: default; position: relative; border-radius: 50%; background-color: #DFDFDF; } .card-navigation .help-button span { top: -10%; left: 32%; color: white; font-weight: 800; font-size: 0.9rem; position: relative; transform: translate(-50%, -50%); } .card-navigation .info { padding-top: 5px; padding-left: 15px; display: inline-block; } .card-navigation .info .number { color: #575757; font-weight: 700; font-size: 2.6rem; margin: 0 !important; } .card-navigation .info .word { bottom: 7px; color: #C8C8C8; font-weight: 800; font-size: .72rem; position: relative; margin: 0 !important; text-transform: uppercase; } .close_btn { position: absolute; right: -5px; top: -7px; height: 20px; width: 20px; background-color: white; padding-top: -3px; border-radius: 50%; } .close_btn a { color: gray; } .close_btn a:hover { color: blue; } .search-bar { width: 100%; height: 30px; border-radius: 30px; background-color: #EAEAEA; position: relative; top: 4%; } .search-bar p { font-weight: 800; font-size: 0.6rem; text-transform: uppercase; display: inline-block; padding: 8px 15px; color: #BBBBBB; } .search-icon { color: white; position: relative; left: 50%; top: 50%; transform: translate(-50%, -55%); --ionicon-stroke-width: 60px; } .search-button { width: 30px; height: 30px; border-radius: 50%; background-color: #6A74C9; position: relative; float: right; } .page-item.active .page-link { background-color: #6A74C9; border-color: #6A74C9; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: rgba(255, 255, 255, 0.8); }
public/css/master.css
* { outline: none; } html, body { height: 100%; min-width: 750px; scroll-behavior: smooth; transition: all 0.3 ease; background-color: #EAEAEA; font-family: 'Lato', sans-serif; } label { color: black !important; } /* Layout Style -> Main Menu */ .main-menu { top: 0; left: 0; height: 100%; width: 230px; position: fixed; overflow-x: hidden; background-color: white; } .user-image { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; } .user-info p:first-child { font-weight: 700; margin-bottom: 0px !important; } .user-info p:last-child { color: #919191; font-size: 12px; } .menu-list { width: 100%; font-size: 16px; padding-top: 25px; padding-left: 0px; list-style-type: none; } .menu-option { padding-top: 12px; padding-left: 8px; padding-bottom: 8px; } .menu-icon .iconify { color: #454545; } .menu-list .active { color: #5E9DF5; font-weight: 800; } .menu-list a span { color: #454545; font-weight: 500; position: relative; font-size: 0.85rem; text-decoration: none; transition: 0.3s ease-in-out; } .menu-icon { width: 18px; color: #454545; text-align: center; margin-right: 10px; display: inline-block; } .content { margin-left: 250px; } /* FIM ESPAÇO PARA CSS DE ESTRUTURA */ /* ESTILO DOS LINKS */ a { color: black; } a:hover { text-decoration: none; color: #6A74C9; } .active { color: #6A74C9; font-weight: bold; } /* ESTILO DOS LINKS */ /* Buttons */ .top-button { border: none; color: white; font-weight: 800; padding: 8px 18px; font-size: 0.6rem; border-radius: 25px; text-transform: uppercase; background-color: #6A74C9; box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15); } .top-button:hover { color: white; text-decoration: none; } .top-button:focus { outline: none; } .cancel-button { color: #A9A9A9; font-weight: 800; padding: 7px 17px; font-size: 0.6rem; cursor: pointer; border-radius: 25px; border: 2px solid #A9A9A9; text-transform: uppercase; background-color: #EAEAEA; transition: 0.3s ease-in-out; } .cancel-button:hover { color: white; text-decoration: none; background-color: #A9A9A9; } .buttons a { outline: none; } .buttons a:hover { text-decoration: none; } .button-back { width: 20px; height: 20px; padding: 5px; border-radius: 50%; color: gray !important; background-color: white; border: 1px solid rgba(0, 0, 0, 0.2); } .button-foward { width: 20px; height: 20px; padding: 5px; outline: none; margin-left: 10px; border-radius: 50%; color: gray !important; background-color: transparent; } /* Cards Navigation Style */ /* Title */ .cards-navigation { margin-top: 19px; } .title h6 { color: #252525; font-weight: 700; font-size: 1.1rem; } /* Cards */ .cards-group { margin-top: 10px; } .card-navigation { width: 85%; height: 110px; margin-left: auto; margin-right: auto; border-radius: 5px; background-color: white; transition: 0.3s ease-in-out; box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .10); } .card-navigation .help-button { top: 7px; right: 8px; width: 20px; height: 20px; float: right; cursor: default; position: relative; border-radius: 50%; background-color: #DFDFDF; } .card-navigation .help-button span { top: -10%; left: 32%; color: white; font-weight: 800; font-size: 0.9rem; position: relative; transform: translate(-50%, -50%); } .card-navigation .info { padding-top: 5px; padding-left: 15px; display: inline-block; } .card-navigation .info .number { color: #575757; font-weight: 700; font-size: 2.6rem; margin: 0 !important; } .card-navigation .info .word { bottom: 7px; color: #C8C8C8; font-weight: 800; font-size: .72rem; position: relative; margin: 0 !important; text-transform: uppercase; } .close_btn { position: absolute; right: -5px; top: -7px; height: 20px; width: 20px; background-color: white; padding-top: -3px; border-radius: 50%; } .close_btn a { color: gray; } .close_btn a:hover { color: blue; } .search-bar { width: 100%; height: 30px; border-radius: 30px; background-color: #EAEAEA; position: relative; top: 4%; } .search-bar p { font-weight: 800; font-size: 0.6rem; text-transform: uppercase; display: inline-block; padding: 8px 15px; color: #BBBBBB; } .search-icon { color: white; position: relative; left: 50%; top: 50%; transform: translate(-50%, -55%); --ionicon-stroke-width: 60px; } .search-button { width: 30px; height: 30px; border-radius: 50%; background-color: #6A74C9; position: relative; float: right; } .page-item.active .page-link { background-color: #6A74C9; border-color: #6A74C9; } .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: rgba(255, 255, 255, 0.8); }
0.49585
0.081886
body { background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); font-family: 'Helvetica'; font-size: 23px; /* padding-top: 33.5px; */ } html { scroll-behavior: smooth; } .portfolio { padding-top: 120px; } img.in-modal{ height: auto; width: 800px; display: block; margin-bottom: 2%; margin: 0 auto; display: block; overflow: hidden; object-fit: cover; margin-bottom: 90px; -webkit-border-radius:63px 63px 63px 63px/ 108px 108px 72px 72px; border: 2px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px rgb(255,255,255,0.5); } .in-row{ display: flex; align-items: flex-start; flex-wrap: wrap; /* margin-top: 4%; */ } .in-col{ width: 350px; } img.case-in-modal{ height: auto; width: 900px; display: block; margin: 0 auto; display: block; overflow: hidden; object-fit: cover; margin-bottom: -10px; box-shadow: inset -10px 10px 30px rgb(156, 167, 179,0.7) , inset 10px -10px 30px rgb(156, 167, 179,0.7); } /* iphone gifs */ img.case-in-modal-gif{ height: auto; width: 290px; display: block; margin: 0 auto; margin-bottom: 20px; } .line{ margin-top: 30px; width: 800px; font-size: 2px; margin-left: 55px; color: hsla(0, 0%, 28%,0.9); /* #f0f4f7; */ box-shadow: 2px 3px 14px rgb(91, 91, 91,1);; opacity: 0.3; border-radius: 4vw; } /* The Modal (background) */ .modal { position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 0px; /* Location of the box */ left: 0; top: 0; width: 100vw; /* Full width */ height: 100vh; /* Full height */ overflow: scroll; /* Enable scroll if needed */ visibility: hidden; } img.photo-modal{ width: 30vw; border-radius: 18px; border: .05em rgb(255,255,255,0.8); overflow: hidden; box-shadow: 9px 9px 18px hsl(220, 16%, 62%), -9px -9px 24px rgb(255,255,255,0.8); z-index: -1; filter:brightness(75%); } .label { color: transparent; text-decoration: none; letter-spacing: .05em; font-weight: thin; position: absolute; top: 10px; left: 10px; } p{ font-size: 2vw; word-wrap:break-word; margin-left: 0px; margin-top: 20px; font-weight:400; text-shadow: 0px 2px 12px rgb(255,255,255); } img.in-modal-top{ align-content: center; margin-left: 4%; overflow: hidden; object-fit: cover; width: 900px; height:320px; margin-left: 0%; margin-top:-2%; z-index: 0; border-radius: 1px 1px 1px 1px; background:rgba(0,0,0,0.6); } .in-modal-top { background:rgba(0,0,0,0.6); } #data.in-modal-top { box-shadow: inset 9.91px 9.91px 15px rgb(0,0,0,0.5), inset -9.91px -9.91px 15px hsla(0, 0%, 97%, 0.2); background-image: url("port_files/data0.png"); } #base.in-modal-top { box-shadow: inset 9.91px 9.91px 15px rgb(0,0,0,0.5), inset -9.91px -9.91px 15px hsla(0, 0%, 97%, 0.2); background-image: url("port_files/basecover.png"); } #graphic.in-modal-top { background-image: url("port_files/sharptruth2.jpg"); } #vis.in-modal-top { background-image: url("port_files/vis1.gif"); } #cheme.in-modal-top { background-image: url("port_files/top.png"); } /* not a header image, the only image */ img.not-modal-top{ width: 75vw; height:auto; margin-bottom: 5%; align-content: center; margin-left: 0.3%; margin-top: 7%; display:block; overflow: hidden; object-fit: cover; border: 4px solid transparent; border-radius: 24px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } /* mostly for gifs and book images in graphics */ img.in-grid-modal{ width: 400px; align-content: center; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } img.in-grid-modal-right{ width: 373px; align-content: center; transition: 0.4s ease; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } p.graphic-3 { color: #db0338; font-weight: bold; line-height: 0.1; text-align: center; font-size: 14px; margin-right: 2.5%; border-spacing: inherit; } img.hover-in-grid-modal-2{ width: 36.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 0px; transition-delay: 0.5s; } img.hover-in-grid-modal-2-right{ width: 36.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 0px; transition-delay: 0.5s; } img.hover-in-grid-modal-3{ width: 26.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 12px; } img.hover-in-grid-modal{ height: 12.5vw; width: 12.5vw; display: block; overflow: hidden; object-fit: cover; border-radius: 12px; transition-delay: 1s; border: 2px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px #ffffff; } /* for the sweeper video */ .video-in-modal{ width: 800px; display: block; margin-bottom: 2%; margin-left: 40px; margin: 0 auto; border: 4px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px #ffffff; overflow: hidden; object-fit: contain; } #case.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 25.5vw; overflow: hidden; object-fit: cover; z-index: -1; } #sweeper.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 25.5vw; overflow: hidden; object-fit: cover; z-index: -1; } #home.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 48.5vw; margin-bottom: 0px; overflow: hidden; object-fit: cover; } #graphic.photo-modal{ width: 30vw; border-radius: 18px; margin-top: -45px; margin: 1px; height: 20.5vw; overflow: hidden; object-fit: cover; margin-bottom: 15%; } #vis.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 25.5vw; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #cord.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 25.5vw; margin-bottom: 0%; overflow: hidden; object-fit: cover; } #base.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 30.5vw; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #ktbyte.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 20.5vw; margin-bottom: 15%; opacity: 0.9; overflow: hidden; object-fit: cover; background-color: #f9484a; background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%); } #data.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 20.5vw; overflow: hidden; object-fit: cover; } #cheme.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 0px; height: 22.5vw; overflow: hidden; object-fit: cover; } #game.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 15%; height: 22.5vw; overflow: hidden; object-fit: cover; } #time.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 0px; height: 22.5vw; overflow: hidden; object-fit: cover; } /* display labels on image */ .thumbnail { position: relative; display: inline-block; } /* work title labels */ .label { position: absolute; bottom: 0; left: 20px; color: white; text-align: left; margin-top: -10px; font-weight: bold; font-size: 30px; } @keyframes wiggle { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -1px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(2px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-2px, 1px) rotate(0deg); } 70% { transform: translate(2px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .thumbnail:hover { animation: wiggle 0.9s; transition: 0.2s; animation-iteration-count: 5; } .row{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .column{ display: flex; flex-direction: column; height: auto; align-content: center; justify-content: start; flex: 0.37; } .one-column, .two-column, .three-column{ margin-bottom: 0px; margin-left: -20px; margin-right: -20px; text-align: center; } .glow { transition: 1s; } /* initial visibility is hidden, display is none */ .modalDialog { visibility: hidden; display: none; position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(74, 121, 255, 0.83); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; overflow: scroll; } #blurryscroll { top: 0; left: 0; width: 100%; height: 5rem; overflow: hidden; position: fixed; filter: blur(4px); } /* make the current clicked on modal visible, scrollable and displayed pointer events are only those currently visible*/ .modalDialog:target { @extend #blurryscroll; opacity:1; visibility: visible; display:block; overflow: scroll; } /* make contents of inside modal visible and scrollable */ .modalDialog > div { width: 900px; position: relative; margin: 0% auto; padding: 0px 0px 0px 0px; border-radius: 16px; background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); overflow: scroll; } /*blue labeling case study */ h4.base-info { margin-left: 75px; font-weight: bold; margin-top: 32px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color:rgb(74,121,255); text-shadow: 1px 0px 15px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); opacity: 0.9; } /* brown labeling */ h4.base-info-brown { margin-left: 75px; font-weight: bold; margin-top: 32px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); opacity: 0.9; -webkit-text-stroke: 0.1px hsl(0, 0%, 36%); } /* type labels */ h4 { margin-left: 75px; font-weight: bold; margin-top: 52px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color:rgb(74,121,255); text-shadow: 1px 0px 15px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); opacity: 0.9; width: 450px; } img.hover-in-grid-modal:hover{ transform: scale(2.2); height: auto; z-index: 9999; transition-delay:1.4s; } p.graphic-2 { font-family: "Segoe UI",sans-serif; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); font-size: 18px; text-align: right; font-weight: normal; margin-right: 43px; opacity: 0.6; } h2.data { word-wrap: break-word; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); opacity: 0.9; -webkit-text-stroke: 0.1px hsl(0, 0%, 36%); position:relative; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ margin-left: 75px; font-weight: 700; font-size: 34px; text-align: left; width: 450px; margin-bottom: -10px; } p.data { font-family: "Segoe UI",sans-serif; font-stretch:extra-expanded; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 3px 14px rgb(91, 91, 91,0.6); opacity: 0.9; line-height: 1.4; -webkit-background-clip: text; margin-left: 55px; margin-top: 30px; margin-right: -5vw; margin-bottom: 30px; font-size: 16px; max-width: 900px; width: 80%; font-weight:500; } p.data-info { font-family: "Segoe UI",sans-serif; font-stretch:extra-expanded; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 3px 14px rgb(91, 91, 91,0.6); opacity: 0.9; line-height: 1.4; -webkit-background-clip: text; font-size: 16px; font-weight:500; margin-left: 52px; margin-bottom: 10px; margin-top: 30px; width: 80%; } /* launch the site button */ .launch a { font-weight: bold; padding-top: 14px; padding-bottom: 14px; padding-left: 20px; padding-right: 20px; text-align: center; font-size: 16px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.05, 1); -webkit-transform: scale(1.05, 1); /* Safari and Chrome */ -moz-transform: scale(1.05, 1); /* Firefox */ -ms-transform: scale(1.05, 1); /* IE 9+ */ -o-transform: scale(1.05, 1); /* Opera */ text-decoration: none; display: inline-block; border-radius: 10px; border: 2px solid rgb(250, 251, 251,0.5); background-color: #e0e4e7; box-shadow: 6px 6px 18px #c8ccd2, -6px -6px 13px rgb(255,255,255,0.5); color:rgb(74,121,255); text-shadow: 1px 0px 10px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); } p.launch { margin-bottom: 55px; margin-left: 7vw; margin-right: 0vw; display: block; vertical-align: middle; justify-content: center; } /* launch the site button */ #close.launch a { font-weight: bold; padding-top: 14px; padding-bottom: 14px; display: inline-block; padding-left: 20px; padding-right: 20px; text-align: center; font-size: 16px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.05, 1); -webkit-transform: scale(1.05, 1); /* Safari and Chrome */ -moz-transform: scale(1.05, 1); /* Firefox */ -ms-transform: scale(1.05, 1); /* IE 9+ */ -o-transform: scale(1.05, 1); /* Opera */ text-decoration: none; border-radius: 10px; border: 2px solid rgb(250, 251, 251,0.5); background-color: #e0e4e7; box-shadow: 6px 6px 18px #c8ccd2, -6px -6px 13px rgb(255,255,255,0.7); color:rgb(92, 92, 92); text-shadow: 1px 0px 10px rgb(92, 92, 92,0.9) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); } /* launch the site button */ .launch a:hover{ box-shadow: 6px 6px 14px rgb(74,121,255,0.5), -6px -6px 13px rgb(74,121,255,0.5); transition: 0.5s; } /* launch the site button */ #close.launch a:hover{ box-shadow: 6px 6px 14px rgb(92, 92, 92,0.5), -6px -6px 13px rgb(92, 92, 92,0.5); transition: 0.5s; } /* launch the site button */ p.launch{ text-align: center; margin-right: -20px; display: inline-block; margin-left: 50px; box-shadow: none; } /* launch the site button */ .launch-top a { font-size: 5.4em; display: inline-block; line-height: 0.7; } .launch-top a:hover { opacity: 0.5; transition: 1s; transform: translate(0px, 50px); } p.launch-top { margin-top: -300px; margin-bottom: 240px; text-align: center; } .row{ display: flex; flex-direction: row; flex-wrap: wrap; padding-top: 0%; width: 100%; height: 100%; margin-bottom: 40px; } .column{ display: flex; flex-direction: column; flex: .35; align-items: center; border-spacing: 5px; margin: 10px; } .one-column, .two-column, .three-column{ margin-bottom: 0px; margin-left: -20px; margin-right: -20px; text-align: center; } img.close { opacity: 0.95; width: 90px; filter: drop-shadow(0px 1.6px 5px hsl(210, 8%, 90%)); } /*mobile state*/ @media screen and (max-width: 1010px){ .in-row{ flex-direction: column; margin-top: 4%; width: 95%; margin-left: 1%; } .in-col{ width: 100%; } /* iphone gifs */ img.case-in-modal-gif{ height: auto; width: 290px; display: block; margin: 0 auto; margin-bottom: 20px; } p.graphic-2 { font-family: "Segoe UI",sans-serif; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); font-size: 18px; text-align: right; font-weight: normal; margin-right: 30px; opacity: 0.6; } .row { margin-bottom: 20px; } .line{ width: auto; font-size: 2px; margin-left: 25px; margin-right: 25px; color: hsla(0, 0%, 28%,0.9); /* #f0f4f7; */ box-shadow: 2px 3px 14px rgb(91, 91, 91,1);; opacity: 0.3; border-radius: 4vw; margin-bottom: -40px; } /* make contents of inside modal visible and scrollable */ .modalDialog > div { width: 90%; position: relative; margin: 0% auto; padding: 0px 0px 0px 0px; border-radius: 16px; background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); overflow: scroll; visibility: visible; } /* launch the site button */ .launch a { font-size: 16px; padding-top: 14px; padding-bottom: 14px; box-shadow: 6px 6px 24px hsl(215, 9%, 65%), -6px -6px 13px rgb(255,255,255,0.9); display: block; vertical-align: middle; padding-left: 0%; padding-right: 0%; margin-bottom:20px; margin-left: 0vw; margin-right: 8vw; } /* launch the site button */ #close.launch a { font-size: 16px; padding-top: 14px; padding-bottom: 14px; box-shadow: 6px 6px 24px hsl(215, 9%, 65%), -6px -6px 13px rgb(255,255,255,0.9); display: block; vertical-align: middle; margin-bottom: 35px; } p.launch { margin-top: 35px; margin-bottom: -15px; margin-left: 7vw; margin-right: 0vw; display: block; vertical-align: middle; justify-content: center; } /* for the sweeper video */ .video-in-modal{ width: 78vw; margin: 0 auto; margin-top: 100px; margin-bottom: 20px; } body { font-size: 38px; } /* top image header */ img.in-modal-top{ width: 100%; align-content: center; margin-left: 0vw; height:190px; } /* mostly for gifs and book images in graphics */ img.in-grid-modal{ width: 77.5vw; align-content: center; display: block; overflow: hidden; object-fit: cover; margin-bottom: 2%; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } img.in-grid-modal-right{ width: 77.5vw; align-content: center; transition: 0.4s ease; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } /* The Close Button */ img.hover-in-grid-modal{ height: 30.5vw; width: 30.5vw; display: block; overflow: hidden; object-fit: cover; border-radius: 12px; z-index:0; position: static; z-index: 1; } /* info blurbs */ p.data { margin-left: 6%; font-size: 16px; margin-bottom: 32px; margin-top: 60px; width: 80%; } p.data-info { margin-left: 6%; font-size: 16px; margin-bottom: 32px; margin-top: 0px; width: 80%; } h4.base-info-brown { margin-top: 0px; font-size: 15px; margin-bottom: 15px; margin-left: 10%; width: 80%; } h4.base-info { margin-top: 0px; font-size: 15px; margin-bottom: 15px; margin-left: 10%; width: 80%; } p{ font-size: 16px; word-wrap:break-word; margin-left: -7px; margin-top: 10px; font-weight:400; } /* close button on top*/ p.launch-top { margin-top: -180px; margin-bottom: 110px; margin-left: 15px; font-size: 15px; } /* type labels */ h4 { font-size: 15px; margin-top: 60px; margin-bottom: -30px; margin-left: 10%; width: 80%; } h2.data { font-size: 26px; margin-top: 45px; margin-bottom: -40px; margin-left: 10%; width: 80%; } #grid.row{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } #grid.row:first-child { z-index: 1; } #grid.column{ display: flex; flex-direction: column; height: auto; flex-basis: 35%; justify-content: center; width: 90vw; height: auto; padding-bottom: 9%; } img.in-modal{ width: 77.5vw; } img.case-in-modal{ width: 100%; } } @media screen and (max-width: 600px){ #case.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 180px; overflow: hidden; object-fit: cover; z-index: -1; } /* sweeper and cheme car */ #sweeper.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 140px; overflow: hidden; object-fit: cover; z-index: -1; } #home.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 280px; margin-bottom: 0px; overflow: hidden; object-fit: cover; } #graphic.photo-modal{ width: 165px; border-radius: 18px; margin-top: -45px; margin: 1px; height: 190px; overflow: hidden; object-fit: cover; margin-bottom: 15%; } #vis.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 140px; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #cord.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 150px; margin-bottom: 0%; overflow: hidden; object-fit: cover; } #base.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 200px; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #ktbyte.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height:120px; margin-bottom: 15%; opacity: 0.9; overflow: hidden; object-fit: cover; background-color: #f9484a; background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%); } #data.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 130px; overflow: hidden; object-fit: cover; } #game.photo-modal{ width: 165px; border-radius: 18px; margin-bottom: 15%; height: 140px; overflow: hidden; object-fit: cover; } #time.photo-modal{ width: 165px; border-radius: 18px; margin-bottom: 0px; height: 140px; overflow: hidden; object-fit: cover; } .column{ display: flex; flex-direction: column; height: auto; align-content: center; justify-content: start; flex: 50px; } }
style02.css
body { background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); font-family: 'Helvetica'; font-size: 23px; /* padding-top: 33.5px; */ } html { scroll-behavior: smooth; } .portfolio { padding-top: 120px; } img.in-modal{ height: auto; width: 800px; display: block; margin-bottom: 2%; margin: 0 auto; display: block; overflow: hidden; object-fit: cover; margin-bottom: 90px; -webkit-border-radius:63px 63px 63px 63px/ 108px 108px 72px 72px; border: 2px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px rgb(255,255,255,0.5); } .in-row{ display: flex; align-items: flex-start; flex-wrap: wrap; /* margin-top: 4%; */ } .in-col{ width: 350px; } img.case-in-modal{ height: auto; width: 900px; display: block; margin: 0 auto; display: block; overflow: hidden; object-fit: cover; margin-bottom: -10px; box-shadow: inset -10px 10px 30px rgb(156, 167, 179,0.7) , inset 10px -10px 30px rgb(156, 167, 179,0.7); } /* iphone gifs */ img.case-in-modal-gif{ height: auto; width: 290px; display: block; margin: 0 auto; margin-bottom: 20px; } .line{ margin-top: 30px; width: 800px; font-size: 2px; margin-left: 55px; color: hsla(0, 0%, 28%,0.9); /* #f0f4f7; */ box-shadow: 2px 3px 14px rgb(91, 91, 91,1);; opacity: 0.3; border-radius: 4vw; } /* The Modal (background) */ .modal { position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 0px; /* Location of the box */ left: 0; top: 0; width: 100vw; /* Full width */ height: 100vh; /* Full height */ overflow: scroll; /* Enable scroll if needed */ visibility: hidden; } img.photo-modal{ width: 30vw; border-radius: 18px; border: .05em rgb(255,255,255,0.8); overflow: hidden; box-shadow: 9px 9px 18px hsl(220, 16%, 62%), -9px -9px 24px rgb(255,255,255,0.8); z-index: -1; filter:brightness(75%); } .label { color: transparent; text-decoration: none; letter-spacing: .05em; font-weight: thin; position: absolute; top: 10px; left: 10px; } p{ font-size: 2vw; word-wrap:break-word; margin-left: 0px; margin-top: 20px; font-weight:400; text-shadow: 0px 2px 12px rgb(255,255,255); } img.in-modal-top{ align-content: center; margin-left: 4%; overflow: hidden; object-fit: cover; width: 900px; height:320px; margin-left: 0%; margin-top:-2%; z-index: 0; border-radius: 1px 1px 1px 1px; background:rgba(0,0,0,0.6); } .in-modal-top { background:rgba(0,0,0,0.6); } #data.in-modal-top { box-shadow: inset 9.91px 9.91px 15px rgb(0,0,0,0.5), inset -9.91px -9.91px 15px hsla(0, 0%, 97%, 0.2); background-image: url("port_files/data0.png"); } #base.in-modal-top { box-shadow: inset 9.91px 9.91px 15px rgb(0,0,0,0.5), inset -9.91px -9.91px 15px hsla(0, 0%, 97%, 0.2); background-image: url("port_files/basecover.png"); } #graphic.in-modal-top { background-image: url("port_files/sharptruth2.jpg"); } #vis.in-modal-top { background-image: url("port_files/vis1.gif"); } #cheme.in-modal-top { background-image: url("port_files/top.png"); } /* not a header image, the only image */ img.not-modal-top{ width: 75vw; height:auto; margin-bottom: 5%; align-content: center; margin-left: 0.3%; margin-top: 7%; display:block; overflow: hidden; object-fit: cover; border: 4px solid transparent; border-radius: 24px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } /* mostly for gifs and book images in graphics */ img.in-grid-modal{ width: 400px; align-content: center; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } img.in-grid-modal-right{ width: 373px; align-content: center; transition: 0.4s ease; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } p.graphic-3 { color: #db0338; font-weight: bold; line-height: 0.1; text-align: center; font-size: 14px; margin-right: 2.5%; border-spacing: inherit; } img.hover-in-grid-modal-2{ width: 36.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 0px; transition-delay: 0.5s; } img.hover-in-grid-modal-2-right{ width: 36.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 0px; transition-delay: 0.5s; } img.hover-in-grid-modal-3{ width: 26.5vw; align-content: center; -webkit-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); -moz-box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); box-shadow: 0px 3px 39px 16px rgba(0,0,0,0.24); display: block; overflow: hidden; object-fit: cover; transition: 0.4s ease; border-radius: 12px; } img.hover-in-grid-modal{ height: 12.5vw; width: 12.5vw; display: block; overflow: hidden; object-fit: cover; border-radius: 12px; transition-delay: 1s; border: 2px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px #ffffff; } /* for the sweeper video */ .video-in-modal{ width: 800px; display: block; margin-bottom: 2%; margin-left: 40px; margin: 0 auto; border: 4px solid transparent; border-radius: 7px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 10px 10px 20px #9da8b3 , -10px -10px 20px #ffffff; overflow: hidden; object-fit: contain; } #case.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 25.5vw; overflow: hidden; object-fit: cover; z-index: -1; } #sweeper.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 25.5vw; overflow: hidden; object-fit: cover; z-index: -1; } #home.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 48.5vw; margin-bottom: 0px; overflow: hidden; object-fit: cover; } #graphic.photo-modal{ width: 30vw; border-radius: 18px; margin-top: -45px; margin: 1px; height: 20.5vw; overflow: hidden; object-fit: cover; margin-bottom: 15%; } #vis.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 25.5vw; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #cord.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 25.5vw; margin-bottom: 0%; overflow: hidden; object-fit: cover; } #base.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 30.5vw; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #ktbyte.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; height: 20.5vw; margin-bottom: 15%; opacity: 0.9; overflow: hidden; object-fit: cover; background-color: #f9484a; background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%); } #data.photo-modal{ width: 30vw; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 20.5vw; overflow: hidden; object-fit: cover; } #cheme.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 0px; height: 22.5vw; overflow: hidden; object-fit: cover; } #game.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 15%; height: 22.5vw; overflow: hidden; object-fit: cover; } #time.photo-modal{ width: 30vw; border-radius: 18px; margin-bottom: 0px; height: 22.5vw; overflow: hidden; object-fit: cover; } /* display labels on image */ .thumbnail { position: relative; display: inline-block; } /* work title labels */ .label { position: absolute; bottom: 0; left: 20px; color: white; text-align: left; margin-top: -10px; font-weight: bold; font-size: 30px; } @keyframes wiggle { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -1px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(2px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-2px, 1px) rotate(0deg); } 70% { transform: translate(2px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .thumbnail:hover { animation: wiggle 0.9s; transition: 0.2s; animation-iteration-count: 5; } .row{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .column{ display: flex; flex-direction: column; height: auto; align-content: center; justify-content: start; flex: 0.37; } .one-column, .two-column, .three-column{ margin-bottom: 0px; margin-left: -20px; margin-right: -20px; text-align: center; } .glow { transition: 1s; } /* initial visibility is hidden, display is none */ .modalDialog { visibility: hidden; display: none; position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(74, 121, 255, 0.83); z-index: 99999; opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; overflow: scroll; } #blurryscroll { top: 0; left: 0; width: 100%; height: 5rem; overflow: hidden; position: fixed; filter: blur(4px); } /* make the current clicked on modal visible, scrollable and displayed pointer events are only those currently visible*/ .modalDialog:target { @extend #blurryscroll; opacity:1; visibility: visible; display:block; overflow: scroll; } /* make contents of inside modal visible and scrollable */ .modalDialog > div { width: 900px; position: relative; margin: 0% auto; padding: 0px 0px 0px 0px; border-radius: 16px; background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); overflow: scroll; } /*blue labeling case study */ h4.base-info { margin-left: 75px; font-weight: bold; margin-top: 32px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color:rgb(74,121,255); text-shadow: 1px 0px 15px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); opacity: 0.9; } /* brown labeling */ h4.base-info-brown { margin-left: 75px; font-weight: bold; margin-top: 32px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); opacity: 0.9; -webkit-text-stroke: 0.1px hsl(0, 0%, 36%); } /* type labels */ h4 { margin-left: 75px; font-weight: bold; margin-top: 52px; padding-bottom: 0px; margin-bottom: -15px; text-align: left; font-size: 15px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ color:rgb(74,121,255); text-shadow: 1px 0px 15px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); opacity: 0.9; width: 450px; } img.hover-in-grid-modal:hover{ transform: scale(2.2); height: auto; z-index: 9999; transition-delay:1.4s; } p.graphic-2 { font-family: "Segoe UI",sans-serif; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); font-size: 18px; text-align: right; font-weight: normal; margin-right: 43px; opacity: 0.6; } h2.data { word-wrap: break-word; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); opacity: 0.9; -webkit-text-stroke: 0.1px hsl(0, 0%, 36%); position:relative; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.1, 1); -webkit-transform: scale(1.1, 1); /* Safari and Chrome */ -moz-transform: scale(1.1, 1); /* Firefox */ -ms-transform: scale(1.1, 1); /* IE 9+ */ -o-transform: scale(1.1, 1); /* Opera */ margin-left: 75px; font-weight: 700; font-size: 34px; text-align: left; width: 450px; margin-bottom: -10px; } p.data { font-family: "Segoe UI",sans-serif; font-stretch:extra-expanded; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 3px 14px rgb(91, 91, 91,0.6); opacity: 0.9; line-height: 1.4; -webkit-background-clip: text; margin-left: 55px; margin-top: 30px; margin-right: -5vw; margin-bottom: 30px; font-size: 16px; max-width: 900px; width: 80%; font-weight:500; } p.data-info { font-family: "Segoe UI",sans-serif; font-stretch:extra-expanded; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 3px 14px rgb(91, 91, 91,0.6); opacity: 0.9; line-height: 1.4; -webkit-background-clip: text; font-size: 16px; font-weight:500; margin-left: 52px; margin-bottom: 10px; margin-top: 30px; width: 80%; } /* launch the site button */ .launch a { font-weight: bold; padding-top: 14px; padding-bottom: 14px; padding-left: 20px; padding-right: 20px; text-align: center; font-size: 16px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.05, 1); -webkit-transform: scale(1.05, 1); /* Safari and Chrome */ -moz-transform: scale(1.05, 1); /* Firefox */ -ms-transform: scale(1.05, 1); /* IE 9+ */ -o-transform: scale(1.05, 1); /* Opera */ text-decoration: none; display: inline-block; border-radius: 10px; border: 2px solid rgb(250, 251, 251,0.5); background-color: #e0e4e7; box-shadow: 6px 6px 18px #c8ccd2, -6px -6px 13px rgb(255,255,255,0.5); color:rgb(74,121,255); text-shadow: 1px 0px 10px rgb(74,121,255,0.6) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); } p.launch { margin-bottom: 55px; margin-left: 7vw; margin-right: 0vw; display: block; vertical-align: middle; justify-content: center; } /* launch the site button */ #close.launch a { font-weight: bold; padding-top: 14px; padding-bottom: 14px; display: inline-block; padding-left: 20px; padding-right: 20px; text-align: center; font-size: 16px; text-transform: uppercase; font-family: 'Helvetica', sans-serif; font-stretch:extra-expanded; transform: scale(1.05, 1); -webkit-transform: scale(1.05, 1); /* Safari and Chrome */ -moz-transform: scale(1.05, 1); /* Firefox */ -ms-transform: scale(1.05, 1); /* IE 9+ */ -o-transform: scale(1.05, 1); /* Opera */ text-decoration: none; border-radius: 10px; border: 2px solid rgb(250, 251, 251,0.5); background-color: #e0e4e7; box-shadow: 6px 6px 18px #c8ccd2, -6px -6px 13px rgb(255,255,255,0.7); color:rgb(92, 92, 92); text-shadow: 1px 0px 10px rgb(92, 92, 92,0.9) , 2px 1.6px 4px hsl(210, 8%, 62%) , -1px -2px 4px hsl(210, 8%, 100%); } /* launch the site button */ .launch a:hover{ box-shadow: 6px 6px 14px rgb(74,121,255,0.5), -6px -6px 13px rgb(74,121,255,0.5); transition: 0.5s; } /* launch the site button */ #close.launch a:hover{ box-shadow: 6px 6px 14px rgb(92, 92, 92,0.5), -6px -6px 13px rgb(92, 92, 92,0.5); transition: 0.5s; } /* launch the site button */ p.launch{ text-align: center; margin-right: -20px; display: inline-block; margin-left: 50px; box-shadow: none; } /* launch the site button */ .launch-top a { font-size: 5.4em; display: inline-block; line-height: 0.7; } .launch-top a:hover { opacity: 0.5; transition: 1s; transform: translate(0px, 50px); } p.launch-top { margin-top: -300px; margin-bottom: 240px; text-align: center; } .row{ display: flex; flex-direction: row; flex-wrap: wrap; padding-top: 0%; width: 100%; height: 100%; margin-bottom: 40px; } .column{ display: flex; flex-direction: column; flex: .35; align-items: center; border-spacing: 5px; margin: 10px; } .one-column, .two-column, .three-column{ margin-bottom: 0px; margin-left: -20px; margin-right: -20px; text-align: center; } img.close { opacity: 0.95; width: 90px; filter: drop-shadow(0px 1.6px 5px hsl(210, 8%, 90%)); } /*mobile state*/ @media screen and (max-width: 1010px){ .in-row{ flex-direction: column; margin-top: 4%; width: 95%; margin-left: 1%; } .in-col{ width: 100%; } /* iphone gifs */ img.case-in-modal-gif{ height: auto; width: 290px; display: block; margin: 0 auto; margin-bottom: 20px; } p.graphic-2 { font-family: "Segoe UI",sans-serif; color: hsla(0, 0%, 28%,0.9); text-shadow: 2px 2px 11px rgb(91, 91, 91,0.8); font-size: 18px; text-align: right; font-weight: normal; margin-right: 30px; opacity: 0.6; } .row { margin-bottom: 20px; } .line{ width: auto; font-size: 2px; margin-left: 25px; margin-right: 25px; color: hsla(0, 0%, 28%,0.9); /* #f0f4f7; */ box-shadow: 2px 3px 14px rgb(91, 91, 91,1);; opacity: 0.3; border-radius: 4vw; margin-bottom: -40px; } /* make contents of inside modal visible and scrollable */ .modalDialog > div { width: 90%; position: relative; margin: 0% auto; padding: 0px 0px 0px 0px; border-radius: 16px; background: linear-gradient(315deg, #e0e4e7 , #f0f4f7); overflow: scroll; visibility: visible; } /* launch the site button */ .launch a { font-size: 16px; padding-top: 14px; padding-bottom: 14px; box-shadow: 6px 6px 24px hsl(215, 9%, 65%), -6px -6px 13px rgb(255,255,255,0.9); display: block; vertical-align: middle; padding-left: 0%; padding-right: 0%; margin-bottom:20px; margin-left: 0vw; margin-right: 8vw; } /* launch the site button */ #close.launch a { font-size: 16px; padding-top: 14px; padding-bottom: 14px; box-shadow: 6px 6px 24px hsl(215, 9%, 65%), -6px -6px 13px rgb(255,255,255,0.9); display: block; vertical-align: middle; margin-bottom: 35px; } p.launch { margin-top: 35px; margin-bottom: -15px; margin-left: 7vw; margin-right: 0vw; display: block; vertical-align: middle; justify-content: center; } /* for the sweeper video */ .video-in-modal{ width: 78vw; margin: 0 auto; margin-top: 100px; margin-bottom: 20px; } body { font-size: 38px; } /* top image header */ img.in-modal-top{ width: 100%; align-content: center; margin-left: 0vw; height:190px; } /* mostly for gifs and book images in graphics */ img.in-grid-modal{ width: 77.5vw; align-content: center; display: block; overflow: hidden; object-fit: cover; margin-bottom: 2%; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } img.in-grid-modal-right{ width: 77.5vw; align-content: center; transition: 0.4s ease; display: block; overflow: hidden; object-fit: cover; border: 2px solid transparent; border-radius: 4px; background: linear-gradient(to bottom, transparent, transparent), linear-gradient(320deg, #D1D9E6, #fff); background-clip: padding-box, border-box; background-origin: padding-box, border-box; box-shadow: 2px 2px 7px #9da8b3, -2px -2px 7px #f6fcff; } /* The Close Button */ img.hover-in-grid-modal{ height: 30.5vw; width: 30.5vw; display: block; overflow: hidden; object-fit: cover; border-radius: 12px; z-index:0; position: static; z-index: 1; } /* info blurbs */ p.data { margin-left: 6%; font-size: 16px; margin-bottom: 32px; margin-top: 60px; width: 80%; } p.data-info { margin-left: 6%; font-size: 16px; margin-bottom: 32px; margin-top: 0px; width: 80%; } h4.base-info-brown { margin-top: 0px; font-size: 15px; margin-bottom: 15px; margin-left: 10%; width: 80%; } h4.base-info { margin-top: 0px; font-size: 15px; margin-bottom: 15px; margin-left: 10%; width: 80%; } p{ font-size: 16px; word-wrap:break-word; margin-left: -7px; margin-top: 10px; font-weight:400; } /* close button on top*/ p.launch-top { margin-top: -180px; margin-bottom: 110px; margin-left: 15px; font-size: 15px; } /* type labels */ h4 { font-size: 15px; margin-top: 60px; margin-bottom: -30px; margin-left: 10%; width: 80%; } h2.data { font-size: 26px; margin-top: 45px; margin-bottom: -40px; margin-left: 10%; width: 80%; } #grid.row{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } #grid.row:first-child { z-index: 1; } #grid.column{ display: flex; flex-direction: column; height: auto; flex-basis: 35%; justify-content: center; width: 90vw; height: auto; padding-bottom: 9%; } img.in-modal{ width: 77.5vw; } img.case-in-modal{ width: 100%; } } @media screen and (max-width: 600px){ #case.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 180px; overflow: hidden; object-fit: cover; z-index: -1; } /* sweeper and cheme car */ #sweeper.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 140px; overflow: hidden; object-fit: cover; z-index: -1; } #home.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 280px; margin-bottom: 0px; overflow: hidden; object-fit: cover; } #graphic.photo-modal{ width: 165px; border-radius: 18px; margin-top: -45px; margin: 1px; height: 190px; overflow: hidden; object-fit: cover; margin-bottom: 15%; } #vis.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 140px; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #cord.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 150px; margin-bottom: 0%; overflow: hidden; object-fit: cover; } #base.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height: 200px; margin-bottom: 15%; overflow: hidden; object-fit: cover; } #ktbyte.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; height:120px; margin-bottom: 15%; opacity: 0.9; overflow: hidden; object-fit: cover; background-color: #f9484a; background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%); } #data.photo-modal{ width: 165px; border-radius: 18px; margin: 1px; margin-bottom: 15%; height: 130px; overflow: hidden; object-fit: cover; } #game.photo-modal{ width: 165px; border-radius: 18px; margin-bottom: 15%; height: 140px; overflow: hidden; object-fit: cover; } #time.photo-modal{ width: 165px; border-radius: 18px; margin-bottom: 0px; height: 140px; overflow: hidden; object-fit: cover; } .column{ display: flex; flex-direction: column; height: auto; align-content: center; justify-content: start; flex: 50px; } }
0.563138
0.117572
:root { --color-light-green-primary-100: #43a047; --color-light-green-primary-200: #2e7d32; --color-light-green-primary-300: #235f26; --color-light-green-primary-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-primary-100) 10%, var(--color-light-green-primary-300) 90% ); --color-light-green-secondary-100: #689f38; --color-light-green-secondary-200: #558b2f; --color-light-green-secondary-300: #3d6b22; --color-light-green-secondary-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-secondary-100) 10%, var(--color-light-green-secondary-300) 90% ); --color-light-green-contrast-100: #005849; --color-light-green-contrast-200: #004d40; --color-light-green-contrast-300: #004237; --color-light-green-contrast-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-contrast-100) 10%, var(--color-light-green-contrast-300) 90% ); --color-light-green-accent-100: #3ed2a4; --color-light-green-accent-200: #4fc6b0; --color-light-green-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-accent-100) 10%, var(--color-light-green-accent-200) 90% ); --color-light-silver-100: #8f8f8f; --color-light-silver-200: #757575; --color-light-silver-300: #606060; --color-light-silver-gradient: linear-gradient( var(--gradient-angle), var(--color-light-silver-100) 10%, var(--color-light-silver-300) 90% ); --color-light-silver-accent-100: #949494; --color-light-silver-accent-200: #767676; --color-light-silver-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-silver-accent-100) 10%, var(--color-light-silver-accent-200) 90% ); --color-light-plumb-100: #58656c; --color-light-plumb-200: #37474f; --color-light-plumb-300: #323f46; --color-light-plumb-gradient: linear-gradient( var(--gradient-angle), var(--color-light-plumb-100) 10%, var(--color-light-plumb-200) 90% ); --color-light-yellow-100: #b38400; --color-light-yellow-200: #9e6c00; --color-light-yellow-300: #865100; --color-light-yellow-gradient: linear-gradient( var(--gradient-angle), var(--color-light-yellow-100) 10%, var(--color-light-yellow-200) 90% ); --color-light-yellow-accent-100: #ce8500; --color-light-red-100: #dd7b00; --color-light-red-200: #e65100; --color-light-red-300: #d14800; --color-light-red-gradient: linear-gradient( var(--gradient-angle), var(--color-light-red-100) 10%, var(--color-light-red-200) 90% ); --color-light-blue-100: #039fdb; --color-light-blue-200: #039be5; --color-light-blue-300: #038fe2; --color-light-blue-gradient: linear-gradient( var(--gradient-angle), var(--color-light-blue-100) 10%, var(--color-light-blue-200) 90% ); --color-light-blue-accent-100: #0097a7; --color-light-blue-accent-200: #007bc7; --color-light-blue-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-blue-accent-100) 10%, var(--color-light-blue-accent-200) 90% ); --color-light-purple-100: #7b45c5; --color-light-purple-200: #673ab7; --color-light-purple-300: #532fa9; --color-light-purple-gradient: linear-gradient( var(--gradient-angle), var(--color-light-purple-100) 10%, var(--color-light-purple-200) 90% ); --color-light-purple-accent-100: #8457d6; --color-light-pink-100: #ff2e88; --color-light-pink-200: #ff1744; --color-light-pink-300: #ee0001; --color-light-pink-gradient: linear-gradient( var(--gradient-angle), var(--color-light-pink-100) 10%, var(--color-light-pink-200) 90% ); --color-light-pink-accent-100: #e52525; --color-light-pink-accent-200: #db5f5f; --color-light-pink-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-pink-accent-100) 10%, var(--color-light-pink-accent-200) 90% ); --color-light-warning: var(--color-light-yellow-200); --color-light-error: var(--color-light-red-200); --color-light-info: var(--color-light-blue-200); --color-light-success: var(--color-light-green-secondary-200); }
webapp/src/styles/colors/light.css
:root { --color-light-green-primary-100: #43a047; --color-light-green-primary-200: #2e7d32; --color-light-green-primary-300: #235f26; --color-light-green-primary-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-primary-100) 10%, var(--color-light-green-primary-300) 90% ); --color-light-green-secondary-100: #689f38; --color-light-green-secondary-200: #558b2f; --color-light-green-secondary-300: #3d6b22; --color-light-green-secondary-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-secondary-100) 10%, var(--color-light-green-secondary-300) 90% ); --color-light-green-contrast-100: #005849; --color-light-green-contrast-200: #004d40; --color-light-green-contrast-300: #004237; --color-light-green-contrast-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-contrast-100) 10%, var(--color-light-green-contrast-300) 90% ); --color-light-green-accent-100: #3ed2a4; --color-light-green-accent-200: #4fc6b0; --color-light-green-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-green-accent-100) 10%, var(--color-light-green-accent-200) 90% ); --color-light-silver-100: #8f8f8f; --color-light-silver-200: #757575; --color-light-silver-300: #606060; --color-light-silver-gradient: linear-gradient( var(--gradient-angle), var(--color-light-silver-100) 10%, var(--color-light-silver-300) 90% ); --color-light-silver-accent-100: #949494; --color-light-silver-accent-200: #767676; --color-light-silver-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-silver-accent-100) 10%, var(--color-light-silver-accent-200) 90% ); --color-light-plumb-100: #58656c; --color-light-plumb-200: #37474f; --color-light-plumb-300: #323f46; --color-light-plumb-gradient: linear-gradient( var(--gradient-angle), var(--color-light-plumb-100) 10%, var(--color-light-plumb-200) 90% ); --color-light-yellow-100: #b38400; --color-light-yellow-200: #9e6c00; --color-light-yellow-300: #865100; --color-light-yellow-gradient: linear-gradient( var(--gradient-angle), var(--color-light-yellow-100) 10%, var(--color-light-yellow-200) 90% ); --color-light-yellow-accent-100: #ce8500; --color-light-red-100: #dd7b00; --color-light-red-200: #e65100; --color-light-red-300: #d14800; --color-light-red-gradient: linear-gradient( var(--gradient-angle), var(--color-light-red-100) 10%, var(--color-light-red-200) 90% ); --color-light-blue-100: #039fdb; --color-light-blue-200: #039be5; --color-light-blue-300: #038fe2; --color-light-blue-gradient: linear-gradient( var(--gradient-angle), var(--color-light-blue-100) 10%, var(--color-light-blue-200) 90% ); --color-light-blue-accent-100: #0097a7; --color-light-blue-accent-200: #007bc7; --color-light-blue-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-blue-accent-100) 10%, var(--color-light-blue-accent-200) 90% ); --color-light-purple-100: #7b45c5; --color-light-purple-200: #673ab7; --color-light-purple-300: #532fa9; --color-light-purple-gradient: linear-gradient( var(--gradient-angle), var(--color-light-purple-100) 10%, var(--color-light-purple-200) 90% ); --color-light-purple-accent-100: #8457d6; --color-light-pink-100: #ff2e88; --color-light-pink-200: #ff1744; --color-light-pink-300: #ee0001; --color-light-pink-gradient: linear-gradient( var(--gradient-angle), var(--color-light-pink-100) 10%, var(--color-light-pink-200) 90% ); --color-light-pink-accent-100: #e52525; --color-light-pink-accent-200: #db5f5f; --color-light-pink-accent-gradient: linear-gradient( var(--gradient-angle), var(--color-light-pink-accent-100) 10%, var(--color-light-pink-accent-200) 90% ); --color-light-warning: var(--color-light-yellow-200); --color-light-error: var(--color-light-red-200); --color-light-info: var(--color-light-blue-200); --color-light-success: var(--color-light-green-secondary-200); }
0.669745
0.129595
body { font-family: 'Fira Code Mono', 'Fira Code', "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; background-color: #282828; color: #fbf1c7; margin: 0; } #lock { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #d5c4a1; font-size: 0.7rem; } #lock > p { margin-bottom: 0; transition: color 0.3s cubic-bezier(0,0,0.3,1); } #pwbox { color: inherit; outline: 0; background: none; border: 0; border-bottom: 1px solid #fbf1c7; font-size: 2rem; width: 10rem; transition: color 0.3s cubic-bezier(0,0,0.3,1); transition: border-bottom 0.3s cubic-bezier(0,0,0.3,1); } #lock.invalid { color: #fb4934; } #lock.invalid > #pwbox { color: #fb4934 !important; border-bottom: 1px solid #fb4934 !important; } #lock.valid { color: #b8bb26 !important; animation: 1s fadeout 0.5s cubic-bezier(0,0,0.3,1); animation-fill-mode: forwards; } #lock.valid > #pwbox { color: #b8bb26; border-bottom: 1px solid #b8bb26; } #intro { position: absolute; left: 48%; right: 48%; bottom: 48%; top: 48%; border: 2px solid #83a598; animation: 1.5s appear 0s ease-in-out; animation-fill-mode: forwards; } @keyframes appear { 0% { left: 49%; right: 49%; bottom: 49%; top: 49%; } 25% { left: 15px; right: 15px; bottom: 15px; top: 15px; } 30% { opacity: 1; } 35% { opacity: 0; } 40% { opacity: 1; } 45% { opacity: 0; } 50% { opacity: 1; } 55% { opacity: 0; } 60% { opacity: 1; } 65% { opacity: 0; } 70% { opacity: 1; } 100% { opacity: 0; left: 15px; right: 15px; bottom: 15px; top: 15px; } } @keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } .container { margin: 30px; } .video-list { margin: 0; padding: 0; } .video-list__item { list-style-type: none; padding: 2px; margin: 0; transition: background-color 0.1s cubic-bezier(0,0,0.3,1); } .video-list__item:hover { background-color: rgba(255,255,255,0.2); } .video-list__item > a { display: block; color: #fbf1c7; text-decoration: none; } .video-list__item > a::after { padding-left: 1em; content: 'watch now'; opacity: 0; transition: opacity 0.1s cubic-bezier(0,0,0.3,1); } .video-list__item:hover > a::after { opacity: 0.5; } .viewer-container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; } .viewer { display: inline-flex; flex-direction: column; align-items: stretch; justify-content: flex-start; } .viewer > video { max-width: 90vw; } @media (min-width: 768px) { .viewer > video { max-width: 60vw; } } .viewer__info { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 0.8em; padding: 5px 0 5px 0; } .viewer__info--reverse { justify-content: flex-end; } .viewer__stat { margin-right: 0.5em; } .viewer__stat::after { padding-left: 0.5em; content: "\2022"; } .viewer__stat:last-child::after { padding-left: 0; content: ""; } .viewer__info--start { background-color: #cc241d; cursor: pointer; }
static/index.css
body { font-family: 'Fira Code Mono', 'Fira Code', "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; background-color: #282828; color: #fbf1c7; margin: 0; } #lock { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #d5c4a1; font-size: 0.7rem; } #lock > p { margin-bottom: 0; transition: color 0.3s cubic-bezier(0,0,0.3,1); } #pwbox { color: inherit; outline: 0; background: none; border: 0; border-bottom: 1px solid #fbf1c7; font-size: 2rem; width: 10rem; transition: color 0.3s cubic-bezier(0,0,0.3,1); transition: border-bottom 0.3s cubic-bezier(0,0,0.3,1); } #lock.invalid { color: #fb4934; } #lock.invalid > #pwbox { color: #fb4934 !important; border-bottom: 1px solid #fb4934 !important; } #lock.valid { color: #b8bb26 !important; animation: 1s fadeout 0.5s cubic-bezier(0,0,0.3,1); animation-fill-mode: forwards; } #lock.valid > #pwbox { color: #b8bb26; border-bottom: 1px solid #b8bb26; } #intro { position: absolute; left: 48%; right: 48%; bottom: 48%; top: 48%; border: 2px solid #83a598; animation: 1.5s appear 0s ease-in-out; animation-fill-mode: forwards; } @keyframes appear { 0% { left: 49%; right: 49%; bottom: 49%; top: 49%; } 25% { left: 15px; right: 15px; bottom: 15px; top: 15px; } 30% { opacity: 1; } 35% { opacity: 0; } 40% { opacity: 1; } 45% { opacity: 0; } 50% { opacity: 1; } 55% { opacity: 0; } 60% { opacity: 1; } 65% { opacity: 0; } 70% { opacity: 1; } 100% { opacity: 0; left: 15px; right: 15px; bottom: 15px; top: 15px; } } @keyframes fadeout { from { opacity: 1; } to { opacity: 0; } } .container { margin: 30px; } .video-list { margin: 0; padding: 0; } .video-list__item { list-style-type: none; padding: 2px; margin: 0; transition: background-color 0.1s cubic-bezier(0,0,0.3,1); } .video-list__item:hover { background-color: rgba(255,255,255,0.2); } .video-list__item > a { display: block; color: #fbf1c7; text-decoration: none; } .video-list__item > a::after { padding-left: 1em; content: 'watch now'; opacity: 0; transition: opacity 0.1s cubic-bezier(0,0,0.3,1); } .video-list__item:hover > a::after { opacity: 0.5; } .viewer-container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; } .viewer { display: inline-flex; flex-direction: column; align-items: stretch; justify-content: flex-start; } .viewer > video { max-width: 90vw; } @media (min-width: 768px) { .viewer > video { max-width: 60vw; } } .viewer__info { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 0.8em; padding: 5px 0 5px 0; } .viewer__info--reverse { justify-content: flex-end; } .viewer__stat { margin-right: 0.5em; } .viewer__stat::after { padding-left: 0.5em; content: "\2022"; } .viewer__stat:last-child::after { padding-left: 0; content: ""; } .viewer__info--start { background-color: #cc241d; cursor: pointer; }
0.425963
0.097005
* { margin: 0; padding: 0; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-family: "PingFang SC"; } ul li { list-style: none; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } a { text-decoration: none; } .line { height: .2rem; background: #eee; } .load { height: 1.46rem; background: #eee; margin-bottom: 1.1rem; } .load .span-c3 { font-size: 0; text-align: center; margin: 0 auto; } .load .span-c3 span { display: inline-block; width: .3rem; height: .3rem; border-radius: 50%; margin-top: .3rem; } .load .span-c3 span:nth-child(1) { background: #ffcc41; } .load .span-c3 span:nth-child(2) { background: #fff; } .load p { font-size: .24rem; text-align: center; color: #999; padding-top: 0.2rem; } .span-c3 span:nth-child(1) { animation: loader1 1s linear infinite; } .span-c3 span:nth-child(2) { animation: loader2 1s linear infinite; } @keyframes loader1 { 0% { transform: translateX(0rem); } 100% { transform: translateX(0.4rem); } } @keyframes loader2 { 0% { transform: translateX(0); } 100% { transform: translateX(-0.4rem); } } body { background: #eee; } .successPay .successPay-top { background: #fff; padding-top: 1rem; padding-bottom: .8rem; } .successPay .successPay-top .successImg { width: 1.22rem; height: 1.22rem; margin: 0 auto; } .successPay .successPay-top .successImg img { width: 1.22rem; height: 1.22rem; } .successPay .successPay-top .successFont { margin-top: .3rem; font-size: .32rem; color: #333; text-align: center; } .successPay .successPay-top .successPay-manner { margin-top: .4rem; } .successPay .successPay-top .successPay-money { margin-top: .1rem; } .successPay .successPay-top .successPay-manner, .successPay .successPay-top .successPay-money { font-size: .28rem; text-align: center; } .successPay .successPay-top .successPay-manner img, .successPay .successPay-top .successPay-money img { width: .38rem; height: .38rem; vertical-align: middle; } .successPay .successPay-top .successPay-manner span:nth-child(2), .successPay .successPay-top .successPay-money span:nth-child(2) { color: #333; padding: 0 .1rem; } .successPay .successPay-top .successPay-manner span:nth-child(3), .successPay .successPay-top .successPay-money span:nth-child(3) { color: #fe353e; } .successPay .successPay-top .successPay-btn { margin: .4rem 0; text-align: center; font-size: 0; } .successPay .successPay-top .successPay-btn span { display: inline-block; width: 1.8rem; height: .6rem; text-align: center; line-height: .6rem; border: .01rem solid #666; color: #666; font-size: .24rem; border-radius: .04rem; } .successPay .successPay-top .successPay-btn span:nth-child(2) { margin-left: .54rem; } .successPay .successPay-bottom { font-size: .24rem; color: #666; box-sizing: border-box; } .successPay .successPay-bottom .tip { margin-top: .4rem; padding: 0 .3rem; vertical-align: middle; } .successPay .successPay-bottom .tip img { width: .24rem; height: .24rem; vertical-align: middle; } .successPay .successPay-bottom .tip span { vertical-align: middle; } .successPay .successPay-bottom p { margin-top: .1rem; padding: 0 .3rem; height: .4rem; line-height: .4rem; }
Public/Zyly/css/successPay.css
* { margin: 0; padding: 0; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-family: "PingFang SC"; } ul li { list-style: none; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } a { text-decoration: none; } .line { height: .2rem; background: #eee; } .load { height: 1.46rem; background: #eee; margin-bottom: 1.1rem; } .load .span-c3 { font-size: 0; text-align: center; margin: 0 auto; } .load .span-c3 span { display: inline-block; width: .3rem; height: .3rem; border-radius: 50%; margin-top: .3rem; } .load .span-c3 span:nth-child(1) { background: #ffcc41; } .load .span-c3 span:nth-child(2) { background: #fff; } .load p { font-size: .24rem; text-align: center; color: #999; padding-top: 0.2rem; } .span-c3 span:nth-child(1) { animation: loader1 1s linear infinite; } .span-c3 span:nth-child(2) { animation: loader2 1s linear infinite; } @keyframes loader1 { 0% { transform: translateX(0rem); } 100% { transform: translateX(0.4rem); } } @keyframes loader2 { 0% { transform: translateX(0); } 100% { transform: translateX(-0.4rem); } } body { background: #eee; } .successPay .successPay-top { background: #fff; padding-top: 1rem; padding-bottom: .8rem; } .successPay .successPay-top .successImg { width: 1.22rem; height: 1.22rem; margin: 0 auto; } .successPay .successPay-top .successImg img { width: 1.22rem; height: 1.22rem; } .successPay .successPay-top .successFont { margin-top: .3rem; font-size: .32rem; color: #333; text-align: center; } .successPay .successPay-top .successPay-manner { margin-top: .4rem; } .successPay .successPay-top .successPay-money { margin-top: .1rem; } .successPay .successPay-top .successPay-manner, .successPay .successPay-top .successPay-money { font-size: .28rem; text-align: center; } .successPay .successPay-top .successPay-manner img, .successPay .successPay-top .successPay-money img { width: .38rem; height: .38rem; vertical-align: middle; } .successPay .successPay-top .successPay-manner span:nth-child(2), .successPay .successPay-top .successPay-money span:nth-child(2) { color: #333; padding: 0 .1rem; } .successPay .successPay-top .successPay-manner span:nth-child(3), .successPay .successPay-top .successPay-money span:nth-child(3) { color: #fe353e; } .successPay .successPay-top .successPay-btn { margin: .4rem 0; text-align: center; font-size: 0; } .successPay .successPay-top .successPay-btn span { display: inline-block; width: 1.8rem; height: .6rem; text-align: center; line-height: .6rem; border: .01rem solid #666; color: #666; font-size: .24rem; border-radius: .04rem; } .successPay .successPay-top .successPay-btn span:nth-child(2) { margin-left: .54rem; } .successPay .successPay-bottom { font-size: .24rem; color: #666; box-sizing: border-box; } .successPay .successPay-bottom .tip { margin-top: .4rem; padding: 0 .3rem; vertical-align: middle; } .successPay .successPay-bottom .tip img { width: .24rem; height: .24rem; vertical-align: middle; } .successPay .successPay-bottom .tip span { vertical-align: middle; } .successPay .successPay-bottom p { margin-top: .1rem; padding: 0 .3rem; height: .4rem; line-height: .4rem; }
0.498779
0.075075
body { font-family: 'Palanquin', sans-serif; } /*Style .hamburgerMenu */ .hamburgerMenu{ visibility: hidden; display: table; position: fixed; top: 0; left: 0; height: 100%; width: 100%; opacity: 0.5; background-color: #F15A29; text-align: center; z-index: 90; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } /*Style .hamburgerMenu--open in .hamburgerMenu */ .hamburgerMenu--open { visibility: visible; opacity: 0.5; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*Style .hamburgerMenu--middle in .hamburgerMenu */ .hamburgerMenu--middle{ display: table-cell; vertical-align: middle; } /*Style #haburgerMenuList in .hamburgerMenu */ #haburgerMenuList { list-style-type: none; } /*Style #haburgerMenuList > li > a in .hamburgerMenu */ #haburgerMenuList > li > a{ color: #000; font-size: 300%; } /*Style .haburgerMenuButton in .hamburgerMenu */ .haburgerMenuButton { font-size: 250%; color: #000; margin-left: 50%; margin-bottom: 5%; } /*Style section 1*/ .section1{ text-align: center; background-image: url("../assets/backgrounds/landing.jpg"); background-size: cover; padding-bottom: 200px; color: white; } /*Style i in section 1 */ .hamburgerIcon { color: white; float: left; padding-left: 60px; padding-top: 60px; padding-right: 0; } /*Style #headerSlogan in section 1 */ #headerSlogan { padding-top: 15px; padding-left: 98px; font-family: 'Cinzel', serif; font-size: 40px; } /*Style boldSlogan in section 1*/ #boldSlogan{ font-weight: 900; } #button{ padding: 2px 5px; } #button > div{ width: 20px; height: 4px; background: #333; margin: 3px 0px; border-radius: 4px; } .img{ background-position: center; } .logo{ text-align: center; background-image: url("../assets/backgrounds/landing.jpg" ); background-size: 100%; background-position: center; background-repeat: no-repeat; padding-bottom: 50px; color: white; font-size: 30px; width: 100%; } .logo img{ background-position: center; padding-top: 170px; } #bar{ float:left; background-image: url("../img/hamburger.png") 0 0 no-repeat; } .section1{ margin-top: 0px; width: 100%; } #happyhour:hover{ opacity: 0.8; } #happyhour{ text-align: center; padding-bottom: 29.5px; padding-top: 29.5px; color: black; font-family: 'Poly', serif; font-size: 22px; width: 341.5px; } #partytime:hover{ opacity: 0.8; } #partytime{ background-color: #F15A29; padding-bottom: 29.5px; padding-top: 29.5px; color: white; text-align: center; font-family: 'Poly', serif; font-size: 22px; width: 341.5px; } #breakfast:hover{ opacity: 0.8; } #breakfast{ background-image: url("../assets/foodtop/breakfast.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #lunch:hover{ opacity: 0.8; } #lunch{ background-image: url("../assets/foodtop/lunch.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #dinner:hover{ opacity: 0.8; } #dinner{ background-image: url("../assets/foodtop/dinner1.jpg"); background-image: url("../assets/foodtop/dinner2.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #images1{ border: 5px solid white; box-shadow: 0 0 30px#888888; } #images10{ padding-left: 25px; padding-right: 25px; padding-top: 25px; } #images11{ padding-left: 25px; padding-right: 25px; padding-bottom: 25px; } #images2{ float: right; border: 5px solid white; box-shadow: 0 0 30px#888888; } #images20{ padding-left: 25px; padding-right: 25px; padding-top: 25px; } #images21{ padding-left: 25px; padding-right: 25px; padding-bottom: 25px; } #texts2{ float: left; } .section3{ margin: 100px; } /*font-family: 'Roboto', sans-serif;*/ .section4{ background-image: url("../assets/backgrounds/foodsBg.jpg"); background-repeat: no-repeat; height: 500px; padding: 100px 0px; } .container{ padding: 25px; background-color: white; color: #F15A29; } .nav-tabs > li.active > a{ color: black; font-size: 16px; } .nav-tabs > li > a{ color: #F15A29; } #firstCarousel > .item > img, #firstCarousel > img > a > img, #firstCarousel > .item > h3 { margin:auto; text-align: center; } .carousel-control.left, .carousel-control.right{ background-image: none !important; } .icon-next, .icon-prev{ color: #F15A29; }*/ .section5{ padding-left: 50px; padding-right: 50px; } #testimonials{ padding-left: 50px; padding-right: 50px; padding-bottom: 70px; padding-top: 70px; margin-top: 70px; margin-bottom: 70px; box-shadow: 0 0 30px #888888; } #testimonials h2{ color: #F15A29; } #testimonialColumn{ border-right: 1px solid black; } #testimonialCarousel{ margin: auto; height: 150px; } #testimonialCarousel > .item >img, #testimonialCarousel > .item > a{ margin: auto; } /*Padding for section 6*/ .section6 { background-image: url("../assets/backgrounds/subscribe.jpg"); background-size: cover; padding-bottom: 200px; padding-top: 60px; padding-left: 400px; color: white; } /*Style #subscribeEmail in section 6*/ #subscribeEmail { background: rgba(0, 0, 0, 0.5); font-size: 15px; display: inline-block; color: white; } /*Style #subscribeButton in section 6*/ #subscribeButton { background-color: #F15A29; display: inline-block; margin-left: 15px; } /*Style for section 7*/ .section7{ padding-top: 25px; padding-left: 650px; padding-right: 150px; background-color: #F15A29; color: white; } /*Style #menuFooterLogo in section 7*/ #menuFooterLogo { float: left; padding-right: 10px; } /*Style #menuFooterHeader in section 7*/ #menuFooterHeader { font-size: 38px; font-weight: 700; } /*Style #menuFooterSlogan in section 7*/ #menuFooterSlogan { font-size: 20px; font-weight: 500; } /*Style .inline in section 7*/ .inline { float: left; } /*Style .facebookLogoContainer in section 7 */ .facebookLogoContainer { background-image: url("../assets/footerlogos/facebook.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 30px; position: relative; } /*Style #facebookLogo in section 7 */ #facebookLogo{ display: block; height: auto; width: auto; color: #F15A29; padding-left: 15px; } /*Style .twitterLogoContainer in section 7 */ .twitterLogoContainer { background-image: url("../assets/footerlogos/twitter.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 25px; padding-left: 15px; position: relative; } /*Style #twitterLogo in section 7 */ #twitterLogo{ display: block; height: auto; width: auto; color: #F15A29; } /*Style .pinterestLogoContainer in section 7 */ .pinterestLogoContainer { background-image: url("../assets/footerlogos/pinterest.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 25px; position: relative; } /*Style #pinterestLogo in section 7 */ #pinterestLogo{ display: block; height: auto; width: auto; color: #F15A29; padding-left: 13px; } /*Style #copyright in section 7*/ #copyright{ padding-top: 25px; padding-bottom: 20px; padding-left: 15px; } /*Media Query/Web Responsive*/ /*Mobile*/ body, .section1, .section2, #happyHour, #partyTime, #fastFoodsPhotos, #fastFoodsPhoto1, #fastFoodsPhoto2, #drinksPhotos, #drinksPhoto1, #drinksPhoto2, .section4, .section5, .section6, #subscribeEmail, #subscribeForm, #subscribeButton, .section7, footer, #menuFooterSlogan, .twitterLogoContainer{ width: 100%; } /*Mobile*/ @media only screen and (max-width: 425px) { .section5 { margin-top: 150px; } #testimonialAndAboutRow { padding-left: 0; padding-right: 0; padding-bottom: 10px; } #testimonialColumn { border-right: 0; } #testimonialCarousel { height: 250px; } .section7 { padding-left: 45px; padding-right: 35px; } } /*Mobile and Tablet*/ @media only screen and (max-width: 768px) { #happyHour { margin-bottom: 10px; } .section6 { padding-left: 0; } #partyTime { margin-bottom: 10px; } #fastFoodsPhotosColumn { padding-bottom: 25px; } #subscribeButton { margin-left: 0; } #menuFooterHeader { width: 45px; } .facebookLogoContainer { padding-right: 40px; } .pinterestLogoContainer { padding-right: 40px; } #copyright { padding-top: 100px; padding-left: 45px; } } /*Between Mobile and Tablet*/ @media only screen and (min-width: 427px) and (max-width: 768px) { .section7 { padding-left: 350px; padding-right: 150px; } } /*Between Laptop and Laptop L*/ @media only screen and (min-width: 1024px) and (max-width: 1438px) { #happyHour { height: 5px; padding-top: 36px; } #partyTime { height: 5px; padding-bottom: 45px } } /*Laptop L*/ @media only screen and (min-width: 1445px){ #happyHour { padding: 16.75%; } #partyTime { padding: 15.75% } } /*Desktop*/ @media only screen and (min-width: 768px) { #drinksPhoto1 { width: 45%; } #drinksPhoto2 { width: 45%; } .section4 { height: 500px; } #subscribeEmail { width: 400px; } #subscribeButton { width: 235px; } .facebookLogoContainer { width: 53px; } .twitterLogoContainer { width: 53px; } .pinterestLogoContainer { width: 50px; } }
css/styles.css
body { font-family: 'Palanquin', sans-serif; } /*Style .hamburgerMenu */ .hamburgerMenu{ visibility: hidden; display: table; position: fixed; top: 0; left: 0; height: 100%; width: 100%; opacity: 0.5; background-color: #F15A29; text-align: center; z-index: 90; -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } /*Style .hamburgerMenu--open in .hamburgerMenu */ .hamburgerMenu--open { visibility: visible; opacity: 0.5; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } /*Style .hamburgerMenu--middle in .hamburgerMenu */ .hamburgerMenu--middle{ display: table-cell; vertical-align: middle; } /*Style #haburgerMenuList in .hamburgerMenu */ #haburgerMenuList { list-style-type: none; } /*Style #haburgerMenuList > li > a in .hamburgerMenu */ #haburgerMenuList > li > a{ color: #000; font-size: 300%; } /*Style .haburgerMenuButton in .hamburgerMenu */ .haburgerMenuButton { font-size: 250%; color: #000; margin-left: 50%; margin-bottom: 5%; } /*Style section 1*/ .section1{ text-align: center; background-image: url("../assets/backgrounds/landing.jpg"); background-size: cover; padding-bottom: 200px; color: white; } /*Style i in section 1 */ .hamburgerIcon { color: white; float: left; padding-left: 60px; padding-top: 60px; padding-right: 0; } /*Style #headerSlogan in section 1 */ #headerSlogan { padding-top: 15px; padding-left: 98px; font-family: 'Cinzel', serif; font-size: 40px; } /*Style boldSlogan in section 1*/ #boldSlogan{ font-weight: 900; } #button{ padding: 2px 5px; } #button > div{ width: 20px; height: 4px; background: #333; margin: 3px 0px; border-radius: 4px; } .img{ background-position: center; } .logo{ text-align: center; background-image: url("../assets/backgrounds/landing.jpg" ); background-size: 100%; background-position: center; background-repeat: no-repeat; padding-bottom: 50px; color: white; font-size: 30px; width: 100%; } .logo img{ background-position: center; padding-top: 170px; } #bar{ float:left; background-image: url("../img/hamburger.png") 0 0 no-repeat; } .section1{ margin-top: 0px; width: 100%; } #happyhour:hover{ opacity: 0.8; } #happyhour{ text-align: center; padding-bottom: 29.5px; padding-top: 29.5px; color: black; font-family: 'Poly', serif; font-size: 22px; width: 341.5px; } #partytime:hover{ opacity: 0.8; } #partytime{ background-color: #F15A29; padding-bottom: 29.5px; padding-top: 29.5px; color: white; text-align: center; font-family: 'Poly', serif; font-size: 22px; width: 341.5px; } #breakfast:hover{ opacity: 0.8; } #breakfast{ background-image: url("../assets/foodtop/breakfast.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #lunch:hover{ opacity: 0.8; } #lunch{ background-image: url("../assets/foodtop/lunch.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #dinner:hover{ opacity: 0.8; } #dinner{ background-image: url("../assets/foodtop/dinner1.jpg"); background-image: url("../assets/foodtop/dinner2.jpg"); padding-bottom: 180px; color: white; font-family: 'Cantarell', sans-serif; font-size: 22px; text-align: center; height: 180px; line-height: 180px; } #images1{ border: 5px solid white; box-shadow: 0 0 30px#888888; } #images10{ padding-left: 25px; padding-right: 25px; padding-top: 25px; } #images11{ padding-left: 25px; padding-right: 25px; padding-bottom: 25px; } #images2{ float: right; border: 5px solid white; box-shadow: 0 0 30px#888888; } #images20{ padding-left: 25px; padding-right: 25px; padding-top: 25px; } #images21{ padding-left: 25px; padding-right: 25px; padding-bottom: 25px; } #texts2{ float: left; } .section3{ margin: 100px; } /*font-family: 'Roboto', sans-serif;*/ .section4{ background-image: url("../assets/backgrounds/foodsBg.jpg"); background-repeat: no-repeat; height: 500px; padding: 100px 0px; } .container{ padding: 25px; background-color: white; color: #F15A29; } .nav-tabs > li.active > a{ color: black; font-size: 16px; } .nav-tabs > li > a{ color: #F15A29; } #firstCarousel > .item > img, #firstCarousel > img > a > img, #firstCarousel > .item > h3 { margin:auto; text-align: center; } .carousel-control.left, .carousel-control.right{ background-image: none !important; } .icon-next, .icon-prev{ color: #F15A29; }*/ .section5{ padding-left: 50px; padding-right: 50px; } #testimonials{ padding-left: 50px; padding-right: 50px; padding-bottom: 70px; padding-top: 70px; margin-top: 70px; margin-bottom: 70px; box-shadow: 0 0 30px #888888; } #testimonials h2{ color: #F15A29; } #testimonialColumn{ border-right: 1px solid black; } #testimonialCarousel{ margin: auto; height: 150px; } #testimonialCarousel > .item >img, #testimonialCarousel > .item > a{ margin: auto; } /*Padding for section 6*/ .section6 { background-image: url("../assets/backgrounds/subscribe.jpg"); background-size: cover; padding-bottom: 200px; padding-top: 60px; padding-left: 400px; color: white; } /*Style #subscribeEmail in section 6*/ #subscribeEmail { background: rgba(0, 0, 0, 0.5); font-size: 15px; display: inline-block; color: white; } /*Style #subscribeButton in section 6*/ #subscribeButton { background-color: #F15A29; display: inline-block; margin-left: 15px; } /*Style for section 7*/ .section7{ padding-top: 25px; padding-left: 650px; padding-right: 150px; background-color: #F15A29; color: white; } /*Style #menuFooterLogo in section 7*/ #menuFooterLogo { float: left; padding-right: 10px; } /*Style #menuFooterHeader in section 7*/ #menuFooterHeader { font-size: 38px; font-weight: 700; } /*Style #menuFooterSlogan in section 7*/ #menuFooterSlogan { font-size: 20px; font-weight: 500; } /*Style .inline in section 7*/ .inline { float: left; } /*Style .facebookLogoContainer in section 7 */ .facebookLogoContainer { background-image: url("../assets/footerlogos/facebook.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 30px; position: relative; } /*Style #facebookLogo in section 7 */ #facebookLogo{ display: block; height: auto; width: auto; color: #F15A29; padding-left: 15px; } /*Style .twitterLogoContainer in section 7 */ .twitterLogoContainer { background-image: url("../assets/footerlogos/twitter.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 25px; padding-left: 15px; position: relative; } /*Style #twitterLogo in section 7 */ #twitterLogo{ display: block; height: auto; width: auto; color: #F15A29; } /*Style .pinterestLogoContainer in section 7 */ .pinterestLogoContainer { background-image: url("../assets/footerlogos/pinterest.png"); background-repeat: no-repeat; padding: 14px 0px; padding-right: 25px; position: relative; } /*Style #pinterestLogo in section 7 */ #pinterestLogo{ display: block; height: auto; width: auto; color: #F15A29; padding-left: 13px; } /*Style #copyright in section 7*/ #copyright{ padding-top: 25px; padding-bottom: 20px; padding-left: 15px; } /*Media Query/Web Responsive*/ /*Mobile*/ body, .section1, .section2, #happyHour, #partyTime, #fastFoodsPhotos, #fastFoodsPhoto1, #fastFoodsPhoto2, #drinksPhotos, #drinksPhoto1, #drinksPhoto2, .section4, .section5, .section6, #subscribeEmail, #subscribeForm, #subscribeButton, .section7, footer, #menuFooterSlogan, .twitterLogoContainer{ width: 100%; } /*Mobile*/ @media only screen and (max-width: 425px) { .section5 { margin-top: 150px; } #testimonialAndAboutRow { padding-left: 0; padding-right: 0; padding-bottom: 10px; } #testimonialColumn { border-right: 0; } #testimonialCarousel { height: 250px; } .section7 { padding-left: 45px; padding-right: 35px; } } /*Mobile and Tablet*/ @media only screen and (max-width: 768px) { #happyHour { margin-bottom: 10px; } .section6 { padding-left: 0; } #partyTime { margin-bottom: 10px; } #fastFoodsPhotosColumn { padding-bottom: 25px; } #subscribeButton { margin-left: 0; } #menuFooterHeader { width: 45px; } .facebookLogoContainer { padding-right: 40px; } .pinterestLogoContainer { padding-right: 40px; } #copyright { padding-top: 100px; padding-left: 45px; } } /*Between Mobile and Tablet*/ @media only screen and (min-width: 427px) and (max-width: 768px) { .section7 { padding-left: 350px; padding-right: 150px; } } /*Between Laptop and Laptop L*/ @media only screen and (min-width: 1024px) and (max-width: 1438px) { #happyHour { height: 5px; padding-top: 36px; } #partyTime { height: 5px; padding-bottom: 45px } } /*Laptop L*/ @media only screen and (min-width: 1445px){ #happyHour { padding: 16.75%; } #partyTime { padding: 15.75% } } /*Desktop*/ @media only screen and (min-width: 768px) { #drinksPhoto1 { width: 45%; } #drinksPhoto2 { width: 45%; } .section4 { height: 500px; } #subscribeEmail { width: 400px; } #subscribeButton { width: 235px; } .facebookLogoContainer { width: 53px; } .twitterLogoContainer { width: 53px; } .pinterestLogoContainer { width: 50px; } }
0.291787
0.049268
body, html { margin: 0; height: 100%; width: 100%; overflow: hidden; font-family: 'Roboto', sans-serif; box-sizing: border-box; } [v-cloak] { display: none; } hr { border: none; height: 1px; background-color: #686868; margin: 0; padding: 0; } .wrapper { height: 100%; position: relative; } .sidebar { position: absolute; background-color: #33363B; color: #EFEFEF; border-left: solid 1px #18191D; width: 245px; height: 100%; z-index: 1; } .sidebar header { opacity: 0.7; height: 45px; padding-left: 15px; line-height: 45px; font-weight: 500; font-size: 1.6rem; } .canvas-wrapper { position: absolute; right: 0; } #piano-roll-canvas { position: relative; width: 100%; height: 100%; cursor: grab; } .no-select { -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 */ } .channel-list { padding: 5px 15px; } .channel { position: relative; height: 40px; cursor: pointer; } .channel:hover { background-color: #464A51; } .channel .channel-icon { position: absolute; top: 4px; left: 0; bottom: 4px; } .channel .channel-icon img { width: 32px; height: 32px; } .channel .channel-name { position: absolute; left: 40px; line-height: 40px; max-width: 137px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .channel .channel-toggle { height: 40px; position: absolute; top: 4px; right: 0; bottom: 4px; } .channel .channel-toggle img { height: 32px; } .sidebar .controls { position: absolute; left: 0; bottom: 0; right: 0; height: 85px; text-align: center; } .sidebar .controls .tempo-controls { margin: 5px 0; } .image-button { cursor: pointer; } .sidebar .controls img { width: 50px; height: 50px; } .sidebar .controls .image-button:hover { background-color: #464A51; } /* Preload toggle image */ #preload-01 { background: url(../img/flip_switch_off.png) no-repeat -9999px -9999px; }
songs/static/css/main.css
body, html { margin: 0; height: 100%; width: 100%; overflow: hidden; font-family: 'Roboto', sans-serif; box-sizing: border-box; } [v-cloak] { display: none; } hr { border: none; height: 1px; background-color: #686868; margin: 0; padding: 0; } .wrapper { height: 100%; position: relative; } .sidebar { position: absolute; background-color: #33363B; color: #EFEFEF; border-left: solid 1px #18191D; width: 245px; height: 100%; z-index: 1; } .sidebar header { opacity: 0.7; height: 45px; padding-left: 15px; line-height: 45px; font-weight: 500; font-size: 1.6rem; } .canvas-wrapper { position: absolute; right: 0; } #piano-roll-canvas { position: relative; width: 100%; height: 100%; cursor: grab; } .no-select { -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 */ } .channel-list { padding: 5px 15px; } .channel { position: relative; height: 40px; cursor: pointer; } .channel:hover { background-color: #464A51; } .channel .channel-icon { position: absolute; top: 4px; left: 0; bottom: 4px; } .channel .channel-icon img { width: 32px; height: 32px; } .channel .channel-name { position: absolute; left: 40px; line-height: 40px; max-width: 137px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .channel .channel-toggle { height: 40px; position: absolute; top: 4px; right: 0; bottom: 4px; } .channel .channel-toggle img { height: 32px; } .sidebar .controls { position: absolute; left: 0; bottom: 0; right: 0; height: 85px; text-align: center; } .sidebar .controls .tempo-controls { margin: 5px 0; } .image-button { cursor: pointer; } .sidebar .controls img { width: 50px; height: 50px; } .sidebar .controls .image-button:hover { background-color: #464A51; } /* Preload toggle image */ #preload-01 { background: url(../img/flip_switch_off.png) no-repeat -9999px -9999px; }
0.400515
0.054224
@import '../variables.css'; @keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-webkit-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-moz-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-o-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } .TimelineView-container { margin: 0rem 1.5rem; } .TimelineView { position: relative; width: 100%; margin: 0 auto; margin-top: 0rem; padding: 1rem 0; list-style-type: none; } .TimelineView:before { position: absolute; left: 50%; top: 0; content: ' '; display: block; width: 0.2rem; height: 100%; margin-left: 0rem; background: var(--gray-lighter); background: -moz-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -webkit-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -o-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -ms-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: linear-gradient(to bottom, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); z-index: 5; animation-name: fadeIn; animation-delay: 0s; animation-duration: 0.5s; animation-fill-mode: both; } .TimelineView li { padding: 0.1rem 0; } .TimelineView li:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .direction-l { cursor: default; position: relative; width: 47%; float: left; text-align: right; transform:scale(1); animation-name: fadeInUpBig; animation-delay: 0.1s; animation-duration: 0.5s; animation-fill-mode: both; z-index: 1000; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .direction-r { z-index: 1000; cursor: default; position: relative; width: 46.5%; float: right; transform:scale(1); animation-name: fadeInUpBig; animation-delay: 0s; animation-duration: 0.5s; animation-fill-mode: both; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .title-wrapper { position: relative; display: inline-block; text-align: center; } .direction-l .title:before, .direction-r .title:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; border: 4px solid rgb(255,80,80); z-index: 10; } .direction-l .title.professional:before, .direction-r .title.professional:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: var(--green); border: none; border-radius: 10px; z-index: 10; } .direction-l .title.academic:before, .direction-r .title.academic:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; background: var(--purple); border: none; z-index: 10; } .direction-l .title.misc:before, .direction-r .title.misc:before { position: absolute; top: 50%; right: -2.2rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; background: var(--orange); border: none; z-index: 10; } .direction-r .title:before { left: -2.42rem; } .place, .TimelineView .location .desc { margin: 0; margin: 2px 0; } .title { color: var(--orange); background: white; position: relative; display: inline; font-weight: 200; font-size: 1.4rem; text-align: left; } .desc { color: var(--p-gray); font-size: 0.9rem; font-weight: 200; line-height: 1.3rem; margin-top: 0.2rem; } .place, .TimelineView .location { color: var(--gray-medium-light); } .event { color: var(--gray-medium); font-size: 1.3rem; margin: 0; font-weight: 300; margin: 3px 0; } .place { font-weight: 300; font-size: 1.2rem; } .TimelineView .location { text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; font-weight: 300; font-size: 1rem; } .direction-r .edit-button { position: absolute; cursor: pointer; font-size: 1.3rem; color: var(--gray-medium-lighter); right: 0; top: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-r:hover .edit-button { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-l .edit-button { position: absolute; font-size: 1.3rem; cursor: pointer; color: var(--gray-medium-lighter); left: 0; top: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-l:hover .edit-button { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .edit-button:hover { color: var(--gray-medium); } .timelineGallery img { width: 30px; height: 30px; margin: 0 0.3rem; border-radius: 4.5rem; display: inline-block; } .timelineGallery img { opacity: .5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .timelineGallery img:hover { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; width: 35px; height: 35px; } /* ================ TimelineView Media Queries ================ */ @media screen and (max-width: 660px) { .direction-r .edit-button { top: -25px; } .direction-l .edit-button { top: -25px; } .TimelineView { width: 100%; padding-top: 2em; } .TimelineView li { padding: 2em 0; } .direction-l .time, .direction-r .time { position: static; z-index: 100; } .direction-l, .direction-r { float: none; width: 100%; text-align: center; } .title-wrapper { text-align: center; } .title { z-index: 15; padding-top: 60px; } .direction-l .title:before, .direction-r .title:before { position: absolute; top: -30px; left: 50%; content: ' '; display: block; width: 12px; height: 12px; margin-left: -9px; z-index: 10; } .time-wrapper { display: block; position: relative; margin: 4px 0 0 0; z-index: 14; } .direction-l .time-wrapper { float: none; } .direction-r .time-wrapper { float: none; } .detail { position: relative; margin: 1em 0 0 0; padding: 1em; background: white; z-index: 15; } .direction-l .detail, .direction-r .detail { position: relative; margin: 0; margin-top: 1rem; padding: 1em; z-index: 15; } } .direction-r .edit-btn { opacity: .4; right: 25px!important; } .direction-l .edit-btn { opacity: .4; left: 20px!important; } .del-btn { opacity: .4; } .del-btn:hover { opacity: 1; } @media screen and (min-width: 400px ?? max-width: 660px) { .direction-l .detail, .direction-r .detail { margin: 1em 1em 0 1em; } }
src/components/ProfilePage/Layout/Main/TimelineEvent/TimelineEvent.css
@import '../variables.css'; @keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-webkit-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-moz-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @-o-keyframes fadeInUpBig { from { opacity: 0; transform: translate3d(0, 2000px, 0); } to { opacity: 1; transform: none; } } @keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } .TimelineView-container { margin: 0rem 1.5rem; } .TimelineView { position: relative; width: 100%; margin: 0 auto; margin-top: 0rem; padding: 1rem 0; list-style-type: none; } .TimelineView:before { position: absolute; left: 50%; top: 0; content: ' '; display: block; width: 0.2rem; height: 100%; margin-left: 0rem; background: var(--gray-lighter); background: -moz-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -webkit-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -o-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: -ms-linear-gradient(top, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); background: linear-gradient(to bottom, rgba(228,234,239,0) 0%, rgb(228,234,239) 8%, rgb(228,234,239) 92%, rgba(228,234,239,0) 100%); z-index: 5; animation-name: fadeIn; animation-delay: 0s; animation-duration: 0.5s; animation-fill-mode: both; } .TimelineView li { padding: 0.1rem 0; } .TimelineView li:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .direction-l { cursor: default; position: relative; width: 47%; float: left; text-align: right; transform:scale(1); animation-name: fadeInUpBig; animation-delay: 0.1s; animation-duration: 0.5s; animation-fill-mode: both; z-index: 1000; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .direction-r { z-index: 1000; cursor: default; position: relative; width: 46.5%; float: right; transform:scale(1); animation-name: fadeInUpBig; animation-delay: 0s; animation-duration: 0.5s; animation-fill-mode: both; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .title-wrapper { position: relative; display: inline-block; text-align: center; } .direction-l .title:before, .direction-r .title:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; border: 4px solid rgb(255,80,80); z-index: 10; } .direction-l .title.professional:before, .direction-r .title.professional:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: var(--green); border: none; border-radius: 10px; z-index: 10; } .direction-l .title.academic:before, .direction-r .title.academic:before { position: absolute; top: 50%; right: -2.5rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; background: var(--purple); border: none; z-index: 10; } .direction-l .title.misc:before, .direction-r .title.misc:before { position: absolute; top: 50%; right: -2.2rem; content: ' '; display: block; width: 10px; height: 10px; margin-top: -10px; background: #fff; border-radius: 10px; background: var(--orange); border: none; z-index: 10; } .direction-r .title:before { left: -2.42rem; } .place, .TimelineView .location .desc { margin: 0; margin: 2px 0; } .title { color: var(--orange); background: white; position: relative; display: inline; font-weight: 200; font-size: 1.4rem; text-align: left; } .desc { color: var(--p-gray); font-size: 0.9rem; font-weight: 200; line-height: 1.3rem; margin-top: 0.2rem; } .place, .TimelineView .location { color: var(--gray-medium-light); } .event { color: var(--gray-medium); font-size: 1.3rem; margin: 0; font-weight: 300; margin: 3px 0; } .place { font-weight: 300; font-size: 1.2rem; } .TimelineView .location { text-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; font-weight: 300; font-size: 1rem; } .direction-r .edit-button { position: absolute; cursor: pointer; font-size: 1.3rem; color: var(--gray-medium-lighter); right: 0; top: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-r:hover .edit-button { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-l .edit-button { position: absolute; font-size: 1.3rem; cursor: pointer; color: var(--gray-medium-lighter); left: 0; top: 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .direction-l:hover .edit-button { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .edit-button:hover { color: var(--gray-medium); } .timelineGallery img { width: 30px; height: 30px; margin: 0 0.3rem; border-radius: 4.5rem; display: inline-block; } .timelineGallery img { opacity: .5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .timelineGallery img:hover { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; width: 35px; height: 35px; } /* ================ TimelineView Media Queries ================ */ @media screen and (max-width: 660px) { .direction-r .edit-button { top: -25px; } .direction-l .edit-button { top: -25px; } .TimelineView { width: 100%; padding-top: 2em; } .TimelineView li { padding: 2em 0; } .direction-l .time, .direction-r .time { position: static; z-index: 100; } .direction-l, .direction-r { float: none; width: 100%; text-align: center; } .title-wrapper { text-align: center; } .title { z-index: 15; padding-top: 60px; } .direction-l .title:before, .direction-r .title:before { position: absolute; top: -30px; left: 50%; content: ' '; display: block; width: 12px; height: 12px; margin-left: -9px; z-index: 10; } .time-wrapper { display: block; position: relative; margin: 4px 0 0 0; z-index: 14; } .direction-l .time-wrapper { float: none; } .direction-r .time-wrapper { float: none; } .detail { position: relative; margin: 1em 0 0 0; padding: 1em; background: white; z-index: 15; } .direction-l .detail, .direction-r .detail { position: relative; margin: 0; margin-top: 1rem; padding: 1em; z-index: 15; } } .direction-r .edit-btn { opacity: .4; right: 25px!important; } .direction-l .edit-btn { opacity: .4; left: 20px!important; } .del-btn { opacity: .4; } .del-btn:hover { opacity: 1; } @media screen and (min-width: 400px ?? max-width: 660px) { .direction-l .detail, .direction-r .detail { margin: 1em 1em 0 1em; } }
0.493653
0.078997
.whiteframedemoBasicClassUsage { /* For breakpoint `-xs` */ /* For breakpoint `-sm` */ /* For breakpoint `-md` */ /* For breakpoint `-gt-md` */ } .whiteframedemoBasicClassUsage md-whiteframe { background: #fff; margin: 30px; height: 100px; } @media (max-width: 599px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 7px; height: 50px; background-color: #c8e4fa; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.4em; } } @media (min-width: 600px) and (max-width: 959px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 20px; height: 75px; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.6em; } } @media (min-width: 960px) and (max-width: 1279px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 20px; height: 90px; background-color: #fcddde; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.9em; } } @media (min-width: 1280px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 25px; height: 100px; background-color: #F2FCE2; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 1.0em; } } .whiteframe-8dp{ margin: 25px; height: 80px; width: 20%; background-color: #F2FCE2; } .whiteFrameTextFormat{ font-size: 14px; font-weight: 500; } .whiteFrameMargin{ margin-left: 2%; } .md-fab-nodata{ z-index: 20; line-height: 38px; min-width: 0; width: 36px; height: 33px; vertical-align: middle; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); border-radius: 50%; background-clip: padding-box; overflow: hidden; transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); transition-property: background-color, box-shadow, -webkit-transform; transition-property: background-color, box-shadow, transform; background-color:#d8d8d8; margin-top: -4px; } .icon-textDecoration{ outline: none; border: 0; }
webapp/WebContent/styles/whiteframe.css
.whiteframedemoBasicClassUsage { /* For breakpoint `-xs` */ /* For breakpoint `-sm` */ /* For breakpoint `-md` */ /* For breakpoint `-gt-md` */ } .whiteframedemoBasicClassUsage md-whiteframe { background: #fff; margin: 30px; height: 100px; } @media (max-width: 599px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 7px; height: 50px; background-color: #c8e4fa; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.4em; } } @media (min-width: 600px) and (max-width: 959px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 20px; height: 75px; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.6em; } } @media (min-width: 960px) and (max-width: 1279px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 20px; height: 90px; background-color: #fcddde; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 0.9em; } } @media (min-width: 1280px) { .whiteframedemoBasicClassUsage md-whiteframe { margin: 25px; height: 100px; background-color: #F2FCE2; } .whiteframedemoBasicClassUsage md-whiteframe > span { font-size: 1.0em; } } .whiteframe-8dp{ margin: 25px; height: 80px; width: 20%; background-color: #F2FCE2; } .whiteFrameTextFormat{ font-size: 14px; font-weight: 500; } .whiteFrameMargin{ margin-left: 2%; } .md-fab-nodata{ z-index: 20; line-height: 38px; min-width: 0; width: 36px; height: 33px; vertical-align: middle; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); border-radius: 50%; background-clip: padding-box; overflow: hidden; transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); transition-property: background-color, box-shadow, -webkit-transform; transition-property: background-color, box-shadow, transform; background-color:#d8d8d8; margin-top: -4px; } .icon-textDecoration{ outline: none; border: 0; }
0.589716
0.085748
body {font-family: Arial, Helvetica, sans-serif; background: #f7f7f9; background-size: cover; font-size: 14px; } html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} .container { width: 100%; } form { width: 100%; max-width: 400px; margin: 0 auto; } #h_left { background: #222946; height: 100%; } #h_right { background: white; height: 100%; } input { outline: 0; border-width: 0 0 1px 0; border-color: #ff7905; } input:focus { border-color: #222946; } input[type=text], input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; } select { box-shadow: none !important; outline: 0; border-width: 0 0 1px 0 !important; border-color: #ff7905 !important; border-radius: 0 !important; } .form-control { border:0px ; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: red !important; } .white_texts { color: white; } .texts_c { text-align: center; } .the_logo { padding: 15px; display: block; } button { background-color: #ff7905; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } .btn_a { background-color: #222946 !important; color: white !important; padding: 14px 20px !important; border: none !important; cursor: pointer !important; width: 100% !important; font-weight: 100 !important; height: auto !important; font-size: 16px !important; border: 2px solid white !important; } .btn_a:hover { background: white !important; color: #222946 !important; border: 2px solid #222946 !important; } header{ background: #f7f7f9; } select { padding: 0 20px !important; } a { color:#222946 !important; text-decoration: underline; } #footer { text-align: center; background: #f7f7f9; padding: 15px; height: 50px; bottom: 0; right: 0; position: fixed; left: 0; font-size: 10px; } #footer a{ font-size: 10px; margin: 10px; } #footer span { white-space: nowrap; } body, html { height: 100%; } /* KOJO'S STYLES */ .half_width { width: 50%; } .f_right { float: right; } .f_left { float: left; } .n_margin { margin: 0; } .form_box { padding: 50px; } @media only screen and (max-width: 765px) { .half_width { width: 100% !important; margin: 0 auto !important; float: none !important; padding: 20px; } .form_box { padding: 0 !important; } .investbox{ left: 50% !important; } }
src/styles.css
body {font-family: Arial, Helvetica, sans-serif; background: #f7f7f9; background-size: cover; font-size: 14px; } html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} .container { width: 100%; } form { width: 100%; max-width: 400px; margin: 0 auto; } #h_left { background: #222946; height: 100%; } #h_right { background: white; height: 100%; } input { outline: 0; border-width: 0 0 1px 0; border-color: #ff7905; } input:focus { border-color: #222946; } input[type=text], input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; } select { box-shadow: none !important; outline: 0; border-width: 0 0 1px 0 !important; border-color: #ff7905 !important; border-radius: 0 !important; } .form-control { border:0px ; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background: red !important; } .white_texts { color: white; } .texts_c { text-align: center; } .the_logo { padding: 15px; display: block; } button { background-color: #ff7905; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } .btn_a { background-color: #222946 !important; color: white !important; padding: 14px 20px !important; border: none !important; cursor: pointer !important; width: 100% !important; font-weight: 100 !important; height: auto !important; font-size: 16px !important; border: 2px solid white !important; } .btn_a:hover { background: white !important; color: #222946 !important; border: 2px solid #222946 !important; } header{ background: #f7f7f9; } select { padding: 0 20px !important; } a { color:#222946 !important; text-decoration: underline; } #footer { text-align: center; background: #f7f7f9; padding: 15px; height: 50px; bottom: 0; right: 0; position: fixed; left: 0; font-size: 10px; } #footer a{ font-size: 10px; margin: 10px; } #footer span { white-space: nowrap; } body, html { height: 100%; } /* KOJO'S STYLES */ .half_width { width: 50%; } .f_right { float: right; } .f_left { float: left; } .n_margin { margin: 0; } .form_box { padding: 50px; } @media only screen and (max-width: 765px) { .half_width { width: 100% !important; margin: 0 auto !important; float: none !important; padding: 20px; } .form_box { padding: 0 !important; } .investbox{ left: 50% !important; } }
0.28398
0.097433
body{ font-family: Helvetica, Arial, sans-serif; font-size: 13px; background: #efece8; color: #888; } header, footer{ background-image: url(../img/noise.png) repeat; background-color: #383f47; } body a{ color: #383f47; } a:hover{ color: #a0a0a0; } footer a:hover{ color: #fff; } h1,h2,h3,h4,h5,h6{ color: #383f47; } /* Selection colours (easy to forget) */ ::selection {background: #fbe471 } ::-moz-selection {background: #fbe471} img::selection {background: #fbe471} img::-moz-selection {background: #fbe471} body {-webkit-tap-highlight-color: background: #fbe471} /* HEADINGS ------------------------------------------------------------*/ .masthead{ border-bottom: 1px solid #ccc; } /* NAVIGATION ------------------------------------------------------------*/ #nav>li>a{ color: #f1f1f1; } #nav>li>a:hover{ color: #fee271; } #nav>li.current-menu-item>a, #nav>li.current_page_item>a{ border-bottom: solid #fee271 2px; } #nav>li ul{ background: #f1f1f1; } #nav>li ul li a{ color: #444; } #nav>li ul li a:hover{ background: #3b424b; color: #fbe471; } /* CATEGORIES NAVIGATION ------------------------------------------------------------*/ .cat-nav li{ border-right: 1px solid #444; } /* SLIDER-HOLDER ------------------------------------------------------------*/ #headline h4{ color: #f1f1f1; } #headline .headline-text{ color: #f1f1f1; } #headline .read-more{ color: #fbe471; } #headline .read-more:hover{ color: #ffff; } /* RELATED PROJECTS ---------------------------------------------------*/ .related-projects{ border-top: 1px solid #ccc; } .related-heading{ color: #444; } .related-projects .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } .related-projects .heading{ color: #444; } /* MAIN ------------------------------------------------------------*/ #main .wrapper{ background-color: #f1f1f1; } .multiplebgs #main .wrapper{ background-image: url(../img/border-bg-bottom.png), url(../img/border-bg-top.png); background-repeat: repeat-x, repeat-x; background-position: bottom left, top left; } .no-multiplebgs #main .wrapper{ background: #f1f1f1 url(../img/border-bg-top.png) repeat-x top left; } .no-boxshadow #main .wrapper{ border: 1px solid #e0e0e0; } /* HOME ------------------------------------------------------------*/ .home-block{ border-bottom: 1px solid #ccc; } .home-block figure .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } .home-block figure figcaption strong{ color: #444; } /* BLOG ------------------------------------------------------------*/ #posts-list, #post-content{ position: relative; float: left; } #posts-list .entry-date, #posts-content .entry-date, .home-posts .entry-date{ background: #3b424b; color: #efe271; } #posts-list .post-heading .meta a{ color: #888; } #posts-list .feature-image, #post-content .feature-image{ background: #fff url(../img/plus.png) no-repeat center center; } .portfolio-list figure{ background: #fff; } .portfolio-list figure .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } /* PAGER ------------------------------------------------------------*/ .pager li a{ color: #484848; border: 1px solid #ccc; } .pager li.active a{ color: #fff; background: #444; } .pager li:hover a{ background: #fae471; } /* SIDEBAR ------------------------------------------------------------*/ .post-counter{ color: #888; } /* FOOTER ------------------------------------------------------------*/ footer{ color: #aaa; } footer a{ color: #fee271; } footer h4{ color: #f1f1f1; }
static/css/skin.css
body{ font-family: Helvetica, Arial, sans-serif; font-size: 13px; background: #efece8; color: #888; } header, footer{ background-image: url(../img/noise.png) repeat; background-color: #383f47; } body a{ color: #383f47; } a:hover{ color: #a0a0a0; } footer a:hover{ color: #fff; } h1,h2,h3,h4,h5,h6{ color: #383f47; } /* Selection colours (easy to forget) */ ::selection {background: #fbe471 } ::-moz-selection {background: #fbe471} img::selection {background: #fbe471} img::-moz-selection {background: #fbe471} body {-webkit-tap-highlight-color: background: #fbe471} /* HEADINGS ------------------------------------------------------------*/ .masthead{ border-bottom: 1px solid #ccc; } /* NAVIGATION ------------------------------------------------------------*/ #nav>li>a{ color: #f1f1f1; } #nav>li>a:hover{ color: #fee271; } #nav>li.current-menu-item>a, #nav>li.current_page_item>a{ border-bottom: solid #fee271 2px; } #nav>li ul{ background: #f1f1f1; } #nav>li ul li a{ color: #444; } #nav>li ul li a:hover{ background: #3b424b; color: #fbe471; } /* CATEGORIES NAVIGATION ------------------------------------------------------------*/ .cat-nav li{ border-right: 1px solid #444; } /* SLIDER-HOLDER ------------------------------------------------------------*/ #headline h4{ color: #f1f1f1; } #headline .headline-text{ color: #f1f1f1; } #headline .read-more{ color: #fbe471; } #headline .read-more:hover{ color: #ffff; } /* RELATED PROJECTS ---------------------------------------------------*/ .related-projects{ border-top: 1px solid #ccc; } .related-heading{ color: #444; } .related-projects .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } .related-projects .heading{ color: #444; } /* MAIN ------------------------------------------------------------*/ #main .wrapper{ background-color: #f1f1f1; } .multiplebgs #main .wrapper{ background-image: url(../img/border-bg-bottom.png), url(../img/border-bg-top.png); background-repeat: repeat-x, repeat-x; background-position: bottom left, top left; } .no-multiplebgs #main .wrapper{ background: #f1f1f1 url(../img/border-bg-top.png) repeat-x top left; } .no-boxshadow #main .wrapper{ border: 1px solid #e0e0e0; } /* HOME ------------------------------------------------------------*/ .home-block{ border-bottom: 1px solid #ccc; } .home-block figure .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } .home-block figure figcaption strong{ color: #444; } /* BLOG ------------------------------------------------------------*/ #posts-list, #post-content{ position: relative; float: left; } #posts-list .entry-date, #posts-content .entry-date, .home-posts .entry-date{ background: #3b424b; color: #efe271; } #posts-list .post-heading .meta a{ color: #888; } #posts-list .feature-image, #post-content .feature-image{ background: #fff url(../img/plus.png) no-repeat center center; } .portfolio-list figure{ background: #fff; } .portfolio-list figure .thumb{ background: #fff url(../img/plus.png) no-repeat center center; } /* PAGER ------------------------------------------------------------*/ .pager li a{ color: #484848; border: 1px solid #ccc; } .pager li.active a{ color: #fff; background: #444; } .pager li:hover a{ background: #fae471; } /* SIDEBAR ------------------------------------------------------------*/ .post-counter{ color: #888; } /* FOOTER ------------------------------------------------------------*/ footer{ color: #aaa; } footer a{ color: #fee271; } footer h4{ color: #f1f1f1; }
0.256273
0.045799
@CHARSET "ISO-8859-1"; html{ height:100%; } body{ font-family:Helvetica, arial; height:100%; font-size:16px; } .left-indent{ padding-left:10px; } #page-content{ width:80%; margin:0 auto; border-left:1px solid #DCD5D5; border-right:1px solid #DCD5D5; min-height:100%; } #main-header{ font-size:34px; font-weight:bold; padding-top:15px; padding-bottom:15px; color:#565656; } .page-container{ padding-left:10px; margin-top:10px; } .no-bullet-points{ list-style-type:none; } #main-nav{ border-bottom:1px solid #DCD5D5; } p{ margin-top:8px; margin-bottom:8px; } .nav-tab{ display:inline-block; margin:4px 10px; margin-left:0; } .nav-tab a{ text-decoration:none; color:#03A9F4; } .nav-tab a:hover{ color:blue; } #page-title{ font-size:22px; font-weight:bold; margin-top:5px; margin-bottom:5px; } .data-table{ width:90%; } .data-table tr th,td{ padding:4px 6px; border:1px solid #DCD5D5; } .data-table tr th{ color:green; } .sub-header{ font-size:20px; font-weight:bold; padding-bottom:5px; } .form-label{ display:inline-block; } .form-new-label{ display:inline-block; width:100px; } .form-ul{ margin-top:5px; margin-bottom:5px; } .form-li{ margin-bottom:5px; } .hidden-edit-tr{ display:none; } .show-edit-tr{ display:table } .toggle-edit-row,.delete-device-row,.view-questions-device,.delete-question{ cursor:pointer; color:blue; } input{ margin-right:5px; } h2{ font-size:18px; font-weight:bold; padding: 6px 0 6px 0px; margin-bottom:6px; } #login-form{ border:1px solid #DCD5D5; padding:12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin:0 auto; width:50%; margin-top:40px } #login-form label{ display:inline-block; width:90px; } .login-ul li{ margin-bottom:6px; } .error-msg{ color:red; } .category-title{ font-weight:bold; font-size:16px; margin-top:6px; margin-bottom:6px; } .question-category-div{ margin-top:12px; margin-bottom:24px; } .error-msg-box *{ color:red; } .error-msg-box{ width:80%; margin:0 auto; } .no-question-td{ text-align:center; font-style:italic; } textarea.newDescription{ resize:none; vertical-align:top; font-family:arial; } #edit-project-div{ border:1px solid #DCD5D5; } .form-create-user{ padding: 15px; margin: 0 auto; } .form-create-user .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
assets/css/style.css
@CHARSET "ISO-8859-1"; html{ height:100%; } body{ font-family:Helvetica, arial; height:100%; font-size:16px; } .left-indent{ padding-left:10px; } #page-content{ width:80%; margin:0 auto; border-left:1px solid #DCD5D5; border-right:1px solid #DCD5D5; min-height:100%; } #main-header{ font-size:34px; font-weight:bold; padding-top:15px; padding-bottom:15px; color:#565656; } .page-container{ padding-left:10px; margin-top:10px; } .no-bullet-points{ list-style-type:none; } #main-nav{ border-bottom:1px solid #DCD5D5; } p{ margin-top:8px; margin-bottom:8px; } .nav-tab{ display:inline-block; margin:4px 10px; margin-left:0; } .nav-tab a{ text-decoration:none; color:#03A9F4; } .nav-tab a:hover{ color:blue; } #page-title{ font-size:22px; font-weight:bold; margin-top:5px; margin-bottom:5px; } .data-table{ width:90%; } .data-table tr th,td{ padding:4px 6px; border:1px solid #DCD5D5; } .data-table tr th{ color:green; } .sub-header{ font-size:20px; font-weight:bold; padding-bottom:5px; } .form-label{ display:inline-block; } .form-new-label{ display:inline-block; width:100px; } .form-ul{ margin-top:5px; margin-bottom:5px; } .form-li{ margin-bottom:5px; } .hidden-edit-tr{ display:none; } .show-edit-tr{ display:table } .toggle-edit-row,.delete-device-row,.view-questions-device,.delete-question{ cursor:pointer; color:blue; } input{ margin-right:5px; } h2{ font-size:18px; font-weight:bold; padding: 6px 0 6px 0px; margin-bottom:6px; } #login-form{ border:1px solid #DCD5D5; padding:12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; margin:0 auto; width:50%; margin-top:40px } #login-form label{ display:inline-block; width:90px; } .login-ul li{ margin-bottom:6px; } .error-msg{ color:red; } .category-title{ font-weight:bold; font-size:16px; margin-top:6px; margin-bottom:6px; } .question-category-div{ margin-top:12px; margin-bottom:24px; } .error-msg-box *{ color:red; } .error-msg-box{ width:80%; margin:0 auto; } .no-question-td{ text-align:center; font-style:italic; } textarea.newDescription{ resize:none; vertical-align:top; font-family:arial; } #edit-project-div{ border:1px solid #DCD5D5; } .form-create-user{ padding: 15px; margin: 0 auto; } .form-create-user .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
0.181263
0.045777
* { margin: 0; padding: 0; box-sizing: border-box; } #myHeader { background-color: peachpuff; color: black; padding: 35px; text-align: center; font-family: 'sofia'; } .top-design { display: block; text-align: center; background-color: white; border: 3px solid #ac6616; height: 70px; } .top-design ul { list-style-type: none; } .top-design ul li { display: inline-block; } .top-design li a { color: #474747; text-align: center; padding: 14px 40px; padding-left: 40px; line-height: 80px; letter-spacing: 1px; font-size: 20px; text-decoration: none; font-family: 'Gayathri', sans-serif; /* font-weight: bold ; */ font-size: 20px; } /* .logo{ display: table; float: left; } .logo img{ width: 100px; height: 100px; } */ body, html { height: 100%; margin: 0; font-family: Arial, Helvetica, sans-serif; background: black; font-family: sans-serif; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.pexels.com/photos/162397/lost-places-factory-old-lapsed-162397.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); height: 100vh; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .hero-image { background-image: url("https://images.unsplash.com/photo-1509255502519-c134189a24a9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2550&q=80"); height: 80vh; background-position: center; background-repeat: -repeat; background-size: cover; position: relative; } .hero-text { text-align: center; position: absolute; top: 20%; left: 53%; transform: translate(-50%, -50%); color: white; } /*body { background: white; font-family: Luminari, fantasy; }*/ .contact-section { background: white; width: 50%; padding: 40px; margin: 100px auto; } h1 { text-align: center; font-family: Brush Script MT; } .contact-section h1 { text-align: center; } .border { width: 100px; height: 10px; background: #437db6; margin: 40px auto; } .contact-form { max-width: 600px; margin: auto; padding: 0 10px; overflow: hidden; } .contact-form-text { display: block; width: 100%; box-sizing: border-box; margin: 16px 0; border: 0px; background: black; padding: 20px 40px; outline: none; color: rgb(255, 255, 255); transition: 0.5s; } .contact-form-text:focus { box-shadow: 0 0 10px 4px #34495e; } textarea.contact-form-text { resize: none; height: 120px; } .contact-form-btn { float: right; border: 0; background: #34495e; color: #fff; padding: 12px 50px; border-radius: 20px; cursor: pointer; transition: 0.5s; margin-bottom: 15px; } .contact-form-btn:hover { background: #2980b9; } footer { text-align: center; padding: 3px; background-color: #474747; color: black; font-family: 'Gayathri', sans-serif; font-weight: bold; font-size: 20px; } .social-media-icons { font-size: 40px; letter-spacing: 10px; color: black; text-decoration: none; } .social-media-icons a { color: black; }
client/tips.css
* { margin: 0; padding: 0; box-sizing: border-box; } #myHeader { background-color: peachpuff; color: black; padding: 35px; text-align: center; font-family: 'sofia'; } .top-design { display: block; text-align: center; background-color: white; border: 3px solid #ac6616; height: 70px; } .top-design ul { list-style-type: none; } .top-design ul li { display: inline-block; } .top-design li a { color: #474747; text-align: center; padding: 14px 40px; padding-left: 40px; line-height: 80px; letter-spacing: 1px; font-size: 20px; text-decoration: none; font-family: 'Gayathri', sans-serif; /* font-weight: bold ; */ font-size: 20px; } /* .logo{ display: table; float: left; } .logo img{ width: 100px; height: 100px; } */ body, html { height: 100%; margin: 0; font-family: Arial, Helvetica, sans-serif; background: black; font-family: sans-serif; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.pexels.com/photos/162397/lost-places-factory-old-lapsed-162397.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); height: 100vh; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .hero-image { background-image: url("https://images.unsplash.com/photo-1509255502519-c134189a24a9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2550&q=80"); height: 80vh; background-position: center; background-repeat: -repeat; background-size: cover; position: relative; } .hero-text { text-align: center; position: absolute; top: 20%; left: 53%; transform: translate(-50%, -50%); color: white; } /*body { background: white; font-family: Luminari, fantasy; }*/ .contact-section { background: white; width: 50%; padding: 40px; margin: 100px auto; } h1 { text-align: center; font-family: Brush Script MT; } .contact-section h1 { text-align: center; } .border { width: 100px; height: 10px; background: #437db6; margin: 40px auto; } .contact-form { max-width: 600px; margin: auto; padding: 0 10px; overflow: hidden; } .contact-form-text { display: block; width: 100%; box-sizing: border-box; margin: 16px 0; border: 0px; background: black; padding: 20px 40px; outline: none; color: rgb(255, 255, 255); transition: 0.5s; } .contact-form-text:focus { box-shadow: 0 0 10px 4px #34495e; } textarea.contact-form-text { resize: none; height: 120px; } .contact-form-btn { float: right; border: 0; background: #34495e; color: #fff; padding: 12px 50px; border-radius: 20px; cursor: pointer; transition: 0.5s; margin-bottom: 15px; } .contact-form-btn:hover { background: #2980b9; } footer { text-align: center; padding: 3px; background-color: #474747; color: black; font-family: 'Gayathri', sans-serif; font-weight: bold; font-size: 20px; } .social-media-icons { font-size: 40px; letter-spacing: 10px; color: black; text-decoration: none; } .social-media-icons a { color: black; }
0.473901
0.10923
* { padding: 0px; margin: 0px; box-sizing: border-box; font-family: sans-serif; } body { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: rgb(29, 20, 20); } .contenedor { width: 1000px; height: 400px; background-image: url(../img/fondo.jpg); background-size: 1000px 400px; position: relative; overflow: hidden; } .silueta { width: 70px; height: 120px; position: absolute; top: 290px; left: 200px; background-image: url(../img/perfil.png); background-size: contain; background-repeat: no-repeat; background-position: center; } .saltar { animation: saltar 1.5s linear 1; } .morir { animation: morir 3.5s linear 1; animation-fill-mode: forwards; } @keyframes morir { 0% { top: 290px; } 100% { top: -100px; } } @keyframes saltar { 0% { top: 290px; } 50% { top: 50px; } 70% { top: 50px; } 100% { top: 290px; } } .obtaculo { width: 200px; height: 100px; position: absolute; top: 300px; right: -200px; background-image: url(../img/carro.gif); background-size: cover; background-repeat: no-repeat; background-position: center; animation: animacion 3.5s linear infinite; } @keyframes animacion { 100% { right: 1100px; } } .time { font-size: 28px; position: absolute; top: 2.2em; left: 1.5em; color: #fac806; font-weight: 800; } .scoreConten { width: 25%; position: absolute; top: 27%; left: 35%; font-size: 30px; text-align: center; opacity: 0; color: #fff; } .img-game-over { width: 100%; height: auto; /* position: absolute; top: -2em; left: 0em; */ transform: scale(1.5); } .scoreConten p { position: absolute; top: -1em; left: -1.5em; width: 50%; } #score { position: absolute; left: 8.3em; top: 0.5em; }
css/estilo.css
* { padding: 0px; margin: 0px; box-sizing: border-box; font-family: sans-serif; } body { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: rgb(29, 20, 20); } .contenedor { width: 1000px; height: 400px; background-image: url(../img/fondo.jpg); background-size: 1000px 400px; position: relative; overflow: hidden; } .silueta { width: 70px; height: 120px; position: absolute; top: 290px; left: 200px; background-image: url(../img/perfil.png); background-size: contain; background-repeat: no-repeat; background-position: center; } .saltar { animation: saltar 1.5s linear 1; } .morir { animation: morir 3.5s linear 1; animation-fill-mode: forwards; } @keyframes morir { 0% { top: 290px; } 100% { top: -100px; } } @keyframes saltar { 0% { top: 290px; } 50% { top: 50px; } 70% { top: 50px; } 100% { top: 290px; } } .obtaculo { width: 200px; height: 100px; position: absolute; top: 300px; right: -200px; background-image: url(../img/carro.gif); background-size: cover; background-repeat: no-repeat; background-position: center; animation: animacion 3.5s linear infinite; } @keyframes animacion { 100% { right: 1100px; } } .time { font-size: 28px; position: absolute; top: 2.2em; left: 1.5em; color: #fac806; font-weight: 800; } .scoreConten { width: 25%; position: absolute; top: 27%; left: 35%; font-size: 30px; text-align: center; opacity: 0; color: #fff; } .img-game-over { width: 100%; height: auto; /* position: absolute; top: -2em; left: 0em; */ transform: scale(1.5); } .scoreConten p { position: absolute; top: -1em; left: -1.5em; width: 50%; } #score { position: absolute; left: 8.3em; top: 0.5em; }
0.633864
0.136177
* { margin: 0; padding: 0; } html, body { width: 100%; height: 100%; } html { overflow-y: scroll; } body { background: url(../img/body-background.jpg) no-repeat fixed; background-size: cover; color: black; } h1 { position: absolute; top: 21%; left: 7%; color: white; } h1::after { content: ''; display: block; width: 100%; height: 3px; margin-top: 3px; background-color: #66ccff; } a { display: block; text-decoration: none; color: blueviolet; } .upload-tablet { overflow: hidden; position: fixed; box-sizing: border-box; top: 30%; left: 7%; width: 565px; padding: 20px; border-radius: 15px; background: rgba(255, 255, 255, 0.5); box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3); } .file { position: relative; display: inline-block; width: 90px; height: 28px; font-size: 18px; color: black; line-height: 28px; text-align: center; background-color: #8BC6EC; border-radius: 5px; background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3); } .file input { position: absolute; top: 0; left: -90px; width: 200%; height: 100%; opacity: 0; cursor: pointer; } button { display: inline-block; width: 150px; height: 35px; border: 0; font-size: 18px; color: black; border-radius: 12px; background-color: #8BC6EC; background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3); cursor: pointer; } #displayInfo { width: 108px; } #submit { width: 96px; margin-left: 10px; } .container { position: relative; display: inline-block; overflow: hidden; width: 350px; height: 30px; vertical-align: middle; } #progress-value { position: absolute; top: 50%; left: 0%; transform: translateY(-50%); margin-left: 15px; z-index: 999; color: white; font-size: 18px; } #mask { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: darkgray; } #progress { display: inline-block; width: 100%; height: 100%; font-size: 18px; color: white; line-height: 30px; background-color: #00DBDE; background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%); } .file, #displayInfo, .progress-bar, .back, #info { margin-top: 10px; } .back { font-size: 20px; font-weight: 700; } #fileName { margin-left: 15px; font-size: 18px; }
static/css/upload.css
* { margin: 0; padding: 0; } html, body { width: 100%; height: 100%; } html { overflow-y: scroll; } body { background: url(../img/body-background.jpg) no-repeat fixed; background-size: cover; color: black; } h1 { position: absolute; top: 21%; left: 7%; color: white; } h1::after { content: ''; display: block; width: 100%; height: 3px; margin-top: 3px; background-color: #66ccff; } a { display: block; text-decoration: none; color: blueviolet; } .upload-tablet { overflow: hidden; position: fixed; box-sizing: border-box; top: 30%; left: 7%; width: 565px; padding: 20px; border-radius: 15px; background: rgba(255, 255, 255, 0.5); box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3); } .file { position: relative; display: inline-block; width: 90px; height: 28px; font-size: 18px; color: black; line-height: 28px; text-align: center; background-color: #8BC6EC; border-radius: 5px; background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3); } .file input { position: absolute; top: 0; left: -90px; width: 200%; height: 100%; opacity: 0; cursor: pointer; } button { display: inline-block; width: 150px; height: 35px; border: 0; font-size: 18px; color: black; border-radius: 12px; background-color: #8BC6EC; background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3); cursor: pointer; } #displayInfo { width: 108px; } #submit { width: 96px; margin-left: 10px; } .container { position: relative; display: inline-block; overflow: hidden; width: 350px; height: 30px; vertical-align: middle; } #progress-value { position: absolute; top: 50%; left: 0%; transform: translateY(-50%); margin-left: 15px; z-index: 999; color: white; font-size: 18px; } #mask { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: darkgray; } #progress { display: inline-block; width: 100%; height: 100%; font-size: 18px; color: white; line-height: 30px; background-color: #00DBDE; background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%); } .file, #displayInfo, .progress-bar, .back, #info { margin-top: 10px; } .back { font-size: 20px; font-weight: 700; } #fileName { margin-left: 15px; font-size: 18px; }
0.403567
0.092852
display: none; } #aboutMe { font-family: 'Raleway', sans-serif; font-size: 4em; padding-left: 10px; font-weight: bold; } #albumRound { border-radius: 25px; margin-bottom: 5px; } .btn-primary { background-color: lightblue; border: none; } #nameOnNav, .troyName { color: white; float: right; font-family: 'Montserrat', sans-serif; } #navBar { font-family: 'Montserrat', sans-serif; } .wrapper { width: 90%; } #insertContainer { height: 80%; width: 60%; float: left; border-radius: 25px; box-shadow: 5px 10px; border: 5px solid lightblue; } p { margin-bottom: 0; } #imgContainer { margin: 7px; padding-right: 10px; } #bottomBar { border-top: 5px solid lightblue; } /* Dropdown Button */ .dropbtn { background-color: black; color: white; padding: 16px; font-size: 16px; border: none; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; border-radius: 20px; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 5px; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a:hover { background-color: lightblue; } /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: lightblue; } .round { border-radius: 20px; } #iconContainer { display: block; padding-bottom: 20px; text-align: center; } /* customized css for medium screens up to 768px */ @media screen and (max-width: 768px) { .wrapper { width: 100%; } #insertContainer { width: 100%; } #navBar { display: none; } #nameOnNav { display: block; } #smallNavBar { display: block; } } /* customized css for xs screens up to 400px */ @media screen and (max-width: 400px) { .wrapper { width: 100%; } #insertContainer { width: 100%; } #aboutMe { font-size: 3em; } }
css/style.css
display: none; } #aboutMe { font-family: 'Raleway', sans-serif; font-size: 4em; padding-left: 10px; font-weight: bold; } #albumRound { border-radius: 25px; margin-bottom: 5px; } .btn-primary { background-color: lightblue; border: none; } #nameOnNav, .troyName { color: white; float: right; font-family: 'Montserrat', sans-serif; } #navBar { font-family: 'Montserrat', sans-serif; } .wrapper { width: 90%; } #insertContainer { height: 80%; width: 60%; float: left; border-radius: 25px; box-shadow: 5px 10px; border: 5px solid lightblue; } p { margin-bottom: 0; } #imgContainer { margin: 7px; padding-right: 10px; } #bottomBar { border-top: 5px solid lightblue; } /* Dropdown Button */ .dropbtn { background-color: black; color: white; padding: 16px; font-size: 16px; border: none; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; border-radius: 20px; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 5px; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a:hover { background-color: lightblue; } /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: lightblue; } .round { border-radius: 20px; } #iconContainer { display: block; padding-bottom: 20px; text-align: center; } /* customized css for medium screens up to 768px */ @media screen and (max-width: 768px) { .wrapper { width: 100%; } #insertContainer { width: 100%; } #navBar { display: none; } #nameOnNav { display: block; } #smallNavBar { display: block; } } /* customized css for xs screens up to 400px */ @media screen and (max-width: 400px) { .wrapper { width: 100%; } #insertContainer { width: 100%; } #aboutMe { font-size: 3em; } }
0.353875
0.088583
 /*开发文档*/ .docs{ height: auto;overflow: hidden; } .docs-nav{ width: 235px; padding-top: 30px; margin-bottom: 160px;float: left; } .docs-nav li{ margin-bottom: 15px; } .docs-nav li a{ display: block; height: 65px; color: #4a5875; font-size: 18px; text-align: center; border-radius: 5px; line-height: 65px; } .docs-nav li a:hover{ background-color: #eee; } .docs-nav li.on a{ background: #6e94ff; color:#fff;border-bottom-color: #6e94ff; } .docs-main{ width: 900px; float: right; } .docs-hd{ border-bottom: #dcdcdc solid 1px; padding: 30px 0 20px 0; font-size: 20px; color: #4a5875; } .docs-bd{ font-size: 14px; line-height: 35px; padding: 30px 0; } .docs-bd p{ margin-bottom: 160px; } /*注册*/ .login1{ background: url(../images/tr6.png) no-repeat center bottom; padding: 80px 0; text-align: center; } .login-wp{ display:inline-block; padding: 80px 100px 45px 100px;background: #fff; -webkit-box-shadow: 0 0 5px 5px #f0f4fb; box-shadow: 0 0 5px 5px #f0f4fb; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .login-hd h2{ font-size: 30px;line-height: 1;border-left: #6e94ff solid 2px;padding-left: 20px;text-align: left; } .login-hd p{ padding-top: 55px;padding-bottom: 70px; color: #c6cad1;text-align: left; } .txt{ width: 410px; height: 55px;line-height: 55px;padding-left: 5px;margin-top: 25px;border: none; border-bottom: #c6cad1 1px solid; font-size: 14px; } .txt-code{ width: 275px; } .login-bd img{ padding-left: 5px; padding-bottom:15px;margin-top: 20px; border-bottom: #c6cad1 solid 1px;vertical-align: bottom; cursor: pointer; } .login-bd p{ text-align: left;padding-top: 40px;padding-bottom: 60px; font-size:14px; } .login-bd p a{ color: #6e94ff; } .login-btn{ margin-top: 20px; } .btn{ margin-bottom: 45px; height: 70px; width: 408px; line-height: 70px; background: #6e94ff;color: #fff;font-size:30px;border: 1px;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0px 20px 30px 0px rgba(41, 59, 236, 0.3); box-shadow: 0px 20px 30px 0px rgba(41, 59, 236, 0.3); } .btn:hover{ background-color: #6189ff;cursor: pointer; } .login-ft{ float: right; font-size: 14px; } .login-ft a{ color: #6e94ff; font-size: 14px; } /*登录、找回密码、找回密码提示*/ .login2{ background: url(../images/tr7.png) no-repeat;text-align: center;padding: 80px 0; } .login-bd{ margin-top: 20px; } .txt-gt{ margin-bottom: 100px; } .gtpwd{ height: 90px;line-height: 90px; } .gtpwd-l{ float: left; position: relative; } .gtpwd-l > label{ display: inline-block; width: 100px; height: 100px; padding-left: 10px; } .checkbox1+label{ width: 16px; height: 16px; background: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 2px solid #6e94ff; } .checkbox1+label:before{ content: ''; display: none; position: absolute; left: 3px; top: 0; width: 4px; height: 8px; background: none; border: 0; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .gtpwd-l .checkbox1{ background: none; opacity: 0; } .gtpwd-l .checkbox1,.checkbox1+label{ position: absolute; top: 50%; left: 0; margin-top: -12px; } .gtpwd-l input[type="checkbox"]:checked+label{ background: #6e94ff; } .gtpwd-l input[type="checkbox"]:checked+label:before{ display: block; background: #6e94ff; } .gtpwd-r{ float: right; } .checkbox1{ display: inline-block; width: 16px; height: 16px; } .gtpwd-r{ display: inline-block; } .btn-gt{ margin-bottom: 90px; } .gtpwd-tip{ text-align: center; } .gtpwd-txt{ color: #c6cad1; } .gtpwd-txt h2{ font-size: 28px;padding-top: 50px;padding-bottom: 90px; } .gtpwd-txt p{ font-size: 20px;padding-bottom: 80px; }
public/static/index/css/style_tr.css
 /*开发文档*/ .docs{ height: auto;overflow: hidden; } .docs-nav{ width: 235px; padding-top: 30px; margin-bottom: 160px;float: left; } .docs-nav li{ margin-bottom: 15px; } .docs-nav li a{ display: block; height: 65px; color: #4a5875; font-size: 18px; text-align: center; border-radius: 5px; line-height: 65px; } .docs-nav li a:hover{ background-color: #eee; } .docs-nav li.on a{ background: #6e94ff; color:#fff;border-bottom-color: #6e94ff; } .docs-main{ width: 900px; float: right; } .docs-hd{ border-bottom: #dcdcdc solid 1px; padding: 30px 0 20px 0; font-size: 20px; color: #4a5875; } .docs-bd{ font-size: 14px; line-height: 35px; padding: 30px 0; } .docs-bd p{ margin-bottom: 160px; } /*注册*/ .login1{ background: url(../images/tr6.png) no-repeat center bottom; padding: 80px 0; text-align: center; } .login-wp{ display:inline-block; padding: 80px 100px 45px 100px;background: #fff; -webkit-box-shadow: 0 0 5px 5px #f0f4fb; box-shadow: 0 0 5px 5px #f0f4fb; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .login-hd h2{ font-size: 30px;line-height: 1;border-left: #6e94ff solid 2px;padding-left: 20px;text-align: left; } .login-hd p{ padding-top: 55px;padding-bottom: 70px; color: #c6cad1;text-align: left; } .txt{ width: 410px; height: 55px;line-height: 55px;padding-left: 5px;margin-top: 25px;border: none; border-bottom: #c6cad1 1px solid; font-size: 14px; } .txt-code{ width: 275px; } .login-bd img{ padding-left: 5px; padding-bottom:15px;margin-top: 20px; border-bottom: #c6cad1 solid 1px;vertical-align: bottom; cursor: pointer; } .login-bd p{ text-align: left;padding-top: 40px;padding-bottom: 60px; font-size:14px; } .login-bd p a{ color: #6e94ff; } .login-btn{ margin-top: 20px; } .btn{ margin-bottom: 45px; height: 70px; width: 408px; line-height: 70px; background: #6e94ff;color: #fff;font-size:30px;border: 1px;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0px 20px 30px 0px rgba(41, 59, 236, 0.3); box-shadow: 0px 20px 30px 0px rgba(41, 59, 236, 0.3); } .btn:hover{ background-color: #6189ff;cursor: pointer; } .login-ft{ float: right; font-size: 14px; } .login-ft a{ color: #6e94ff; font-size: 14px; } /*登录、找回密码、找回密码提示*/ .login2{ background: url(../images/tr7.png) no-repeat;text-align: center;padding: 80px 0; } .login-bd{ margin-top: 20px; } .txt-gt{ margin-bottom: 100px; } .gtpwd{ height: 90px;line-height: 90px; } .gtpwd-l{ float: left; position: relative; } .gtpwd-l > label{ display: inline-block; width: 100px; height: 100px; padding-left: 10px; } .checkbox1+label{ width: 16px; height: 16px; background: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 2px solid #6e94ff; } .checkbox1+label:before{ content: ''; display: none; position: absolute; left: 3px; top: 0; width: 4px; height: 8px; background: none; border: 0; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .gtpwd-l .checkbox1{ background: none; opacity: 0; } .gtpwd-l .checkbox1,.checkbox1+label{ position: absolute; top: 50%; left: 0; margin-top: -12px; } .gtpwd-l input[type="checkbox"]:checked+label{ background: #6e94ff; } .gtpwd-l input[type="checkbox"]:checked+label:before{ display: block; background: #6e94ff; } .gtpwd-r{ float: right; } .checkbox1{ display: inline-block; width: 16px; height: 16px; } .gtpwd-r{ display: inline-block; } .btn-gt{ margin-bottom: 90px; } .gtpwd-tip{ text-align: center; } .gtpwd-txt{ color: #c6cad1; } .gtpwd-txt h2{ font-size: 28px;padding-top: 50px;padding-bottom: 90px; } .gtpwd-txt p{ font-size: 20px;padding-bottom: 80px; }
0.1679
0.090013
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;500;700&display=swap'); /* GLOBAL */ *, *::after, *::before { box-sizing: border-box; } h1, h2, h3 { font-family: 'DM Serif Display', serif; font-weight: normal; } body { font-family: 'Karla', sans-serif; margin: 0; padding: 0; min-width: 81.125rem; } ul { list-style-type: none; padding: 0; } a { text-decoration: none; cursor: pointer; } .mob{ display: none; } button, .view { padding: 0.7rem 2rem; border: 1.9px solid; background-color: inherit; letter-spacing: 0.2rem; cursor: pointer; } .container { display: flex; justify-content: space-between; } /* NAV */ nav { padding: 0 7rem; display: flex; justify-content: space-between; margin: 0; z-index: 1; background-color: white; position: relative; } nav [alt="logo"], footer [alt="logo"] { height: 1.5rem; margin: auto 0; } nav ul, .top ul { display: flex; } nav li { margin: auto 0 auto 2rem; } nav a { color: hsl(273, 4%, 51%); display: block; } nav a:focus, nav a:hover { color: black; } nav .view { color: black; border-color: black; } nav .view:hover, nav .view:focus { background-color: black; color: white; } /* INTRO */ .intro { padding: 10rem 7rem; background-color: hsl(256, 26%, 20%); position: relative; color: white; height: 42rem; display: flex; } aside{ width: 50%; min-width: 35rem; } .intro-right { position: absolute; top: -4.5rem; right: 0; z-index: 0; } .intro-left { position: absolute; bottom: -20.8rem; left: 0; } .line { width: 10rem; border-top: 1px solid; margin-bottom: 3.5rem; } .intro h1 { font-size: 4rem; width: 31rem; margin: 0; letter-spacing: 0.1rem; line-height: 3.7rem; } .intro p { width: 34rem; line-height: 1.7rem; margin-top: 1.2rem; color: hsl(0, 0%, 82%); } .intro .button { margin-top: 2rem; } .intro button { border-color: rgb(255, 255, 255); color: white; } .intro button:hover, .intro button:focus, .we-work button:hover, .we-work button:focus { background-color: white; color: black; outline: none; } /* BODY */ .body { padding: 19.3rem 7rem 0 7rem; } .body .line { border-color: hsl(273, 4%, 51%); } .body h2 { font-size: 4rem; } .body h3 { font-size: 1.7rem; } .body p { width: 22rem; color: hsl(273, 4%, 51%); } .we-work { position: relative; height: 15.688rem; background-color: hsl(256, 26%, 20%); color: white; padding: 0 5rem; display: flex; justify-content: space-between; margin: 10rem 0 9rem 0; } .we-work-bg { position: absolute; right: 0; top: 0; } .we-work h2 { font-size: 3rem; width: 27rem; margin: auto 0; } .we-work .button { margin: auto 0; } .we-work button { color: white; position: relative; } /* FOOTER */ footer { position: relative; padding: 3rem 7rem; background-color: hsl(0, 0%, 98%); } .foot-bg { position: absolute; top: 0; left: 0; } .top { position: relative; display: flex; justify-content: space-between; border-bottom: 1px solid hsl(273, 4%, 51%); padding-bottom: 1.5rem; } .top .img { height: 1.5rem; margin: auto 0; } footer [alt="logo"] { position: relative; } .top li { margin: auto 0 auto 1rem; } footer .container { position: relative; margin-top: 1.5rem; width: 64rem; } footer .container h4 { color: hsl(273, 4%, 51%); font-size: 0.79rem; } footer .container li { margin-bottom: 0.7rem; } footer .container a { font-size: 0.8rem; color: black; display: block; } footer .container a:hover, footer .container a:focus { text-decoration: underline; } .attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); } @media (max-width: 800px) { /* GLOBAL */ body { min-width: 0; } .mob{ display: block; } .desk { display: none; } button, .view { padding: 0.6rem 1.5rem; } .container { display: flex; justify-content: space-between; flex-direction: column; } /* NAV */ nav { padding: 2%; } .nav { padding: 1%; border: none; } .nav:focus, .nav:hover { outline: none; } nav ul { position: absolute; flex-direction: column; margin: 0; background-color: hsl(270, 9%, 17%); width: 100%; right: 0; top: 3.6rem; height: 32rem; align-items: center; } nav li { position: relative; margin: 2rem 0 0 0; } nav a, nav .view { position: relative; color: white; border-color: white; } nav [alt="nav"] { max-width: 20rem; width: 100%; position: absolute; bottom: 0; } nav a:focus, nav a:hover { color: rgb(213, 213, 213); } nav .view:hover, nav .view:focus { background-color: white; color: black; } /* INTRO */ [alt="family"] { width: 100%; height: 30rem; } .intro { padding: 5rem 2rem; position: relative; height: inherit; } aside{ width: 100%; min-width: 0; } .intro-right1 { position: absolute; bottom: -10rem; right: 0; } .intro-left1 { position: absolute; top: 0; left: 0; } .intro h1 { text-align: center; font-size: 2.3rem; width: 100%; line-height: 2.8rem; } .intro p { width: 100%; text-align: center; } .intro .button { margin: 2rem auto; width: 10.46rem; } /* BODY */ .body { padding: 9rem 2rem; } .body .line { margin: 0 auto; } .body h2 { font-size: 3rem; text-align: center; } .card { margin-top: 2rem; } .card .img { margin: 0 auto; width: 5.5rem; } .body h3 { font-size: 1.5rem; text-align: center; } .body p { width: 100%; text-align: center; } .we-work { height: 21.7rem; padding: 0.1rem 2%; display: block; margin: 10rem 0 7rem 0; } .we-work-bg1 { position: absolute; right: 0; top: 0; } .we-work h2 { position: relative; font-size: 2.1rem; width: 100%; min-width: 11.87rem; text-align: center; margin-top: 2rem; } .we-work .button { margin: 4rem auto; width: 11.87rem; } /* FOOTER */ footer { padding: 3rem 2rem; } .foot-bg1 { position: absolute; top: 0; left: 0; width: 100%; } .top { position: relative; display: block; } .top .img { width: 9.4rem; margin: 0 auto 1.5rem auto; } .top ul { width: 11rem; margin: 1rem auto; } footer .container { width: 100%; justify-content: center; align-items: center; } .card2 { width: 10rem; text-align: center; margin-bottom: 2rem; } footer .container h4 { color: hsl(273, 4%, 51%); font-size: 0.7rem; margin-bottom: 2rem; } }
insure-landing-page-master/css/style.css
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;500;700&display=swap'); /* GLOBAL */ *, *::after, *::before { box-sizing: border-box; } h1, h2, h3 { font-family: 'DM Serif Display', serif; font-weight: normal; } body { font-family: 'Karla', sans-serif; margin: 0; padding: 0; min-width: 81.125rem; } ul { list-style-type: none; padding: 0; } a { text-decoration: none; cursor: pointer; } .mob{ display: none; } button, .view { padding: 0.7rem 2rem; border: 1.9px solid; background-color: inherit; letter-spacing: 0.2rem; cursor: pointer; } .container { display: flex; justify-content: space-between; } /* NAV */ nav { padding: 0 7rem; display: flex; justify-content: space-between; margin: 0; z-index: 1; background-color: white; position: relative; } nav [alt="logo"], footer [alt="logo"] { height: 1.5rem; margin: auto 0; } nav ul, .top ul { display: flex; } nav li { margin: auto 0 auto 2rem; } nav a { color: hsl(273, 4%, 51%); display: block; } nav a:focus, nav a:hover { color: black; } nav .view { color: black; border-color: black; } nav .view:hover, nav .view:focus { background-color: black; color: white; } /* INTRO */ .intro { padding: 10rem 7rem; background-color: hsl(256, 26%, 20%); position: relative; color: white; height: 42rem; display: flex; } aside{ width: 50%; min-width: 35rem; } .intro-right { position: absolute; top: -4.5rem; right: 0; z-index: 0; } .intro-left { position: absolute; bottom: -20.8rem; left: 0; } .line { width: 10rem; border-top: 1px solid; margin-bottom: 3.5rem; } .intro h1 { font-size: 4rem; width: 31rem; margin: 0; letter-spacing: 0.1rem; line-height: 3.7rem; } .intro p { width: 34rem; line-height: 1.7rem; margin-top: 1.2rem; color: hsl(0, 0%, 82%); } .intro .button { margin-top: 2rem; } .intro button { border-color: rgb(255, 255, 255); color: white; } .intro button:hover, .intro button:focus, .we-work button:hover, .we-work button:focus { background-color: white; color: black; outline: none; } /* BODY */ .body { padding: 19.3rem 7rem 0 7rem; } .body .line { border-color: hsl(273, 4%, 51%); } .body h2 { font-size: 4rem; } .body h3 { font-size: 1.7rem; } .body p { width: 22rem; color: hsl(273, 4%, 51%); } .we-work { position: relative; height: 15.688rem; background-color: hsl(256, 26%, 20%); color: white; padding: 0 5rem; display: flex; justify-content: space-between; margin: 10rem 0 9rem 0; } .we-work-bg { position: absolute; right: 0; top: 0; } .we-work h2 { font-size: 3rem; width: 27rem; margin: auto 0; } .we-work .button { margin: auto 0; } .we-work button { color: white; position: relative; } /* FOOTER */ footer { position: relative; padding: 3rem 7rem; background-color: hsl(0, 0%, 98%); } .foot-bg { position: absolute; top: 0; left: 0; } .top { position: relative; display: flex; justify-content: space-between; border-bottom: 1px solid hsl(273, 4%, 51%); padding-bottom: 1.5rem; } .top .img { height: 1.5rem; margin: auto 0; } footer [alt="logo"] { position: relative; } .top li { margin: auto 0 auto 1rem; } footer .container { position: relative; margin-top: 1.5rem; width: 64rem; } footer .container h4 { color: hsl(273, 4%, 51%); font-size: 0.79rem; } footer .container li { margin-bottom: 0.7rem; } footer .container a { font-size: 0.8rem; color: black; display: block; } footer .container a:hover, footer .container a:focus { text-decoration: underline; } .attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); } @media (max-width: 800px) { /* GLOBAL */ body { min-width: 0; } .mob{ display: block; } .desk { display: none; } button, .view { padding: 0.6rem 1.5rem; } .container { display: flex; justify-content: space-between; flex-direction: column; } /* NAV */ nav { padding: 2%; } .nav { padding: 1%; border: none; } .nav:focus, .nav:hover { outline: none; } nav ul { position: absolute; flex-direction: column; margin: 0; background-color: hsl(270, 9%, 17%); width: 100%; right: 0; top: 3.6rem; height: 32rem; align-items: center; } nav li { position: relative; margin: 2rem 0 0 0; } nav a, nav .view { position: relative; color: white; border-color: white; } nav [alt="nav"] { max-width: 20rem; width: 100%; position: absolute; bottom: 0; } nav a:focus, nav a:hover { color: rgb(213, 213, 213); } nav .view:hover, nav .view:focus { background-color: white; color: black; } /* INTRO */ [alt="family"] { width: 100%; height: 30rem; } .intro { padding: 5rem 2rem; position: relative; height: inherit; } aside{ width: 100%; min-width: 0; } .intro-right1 { position: absolute; bottom: -10rem; right: 0; } .intro-left1 { position: absolute; top: 0; left: 0; } .intro h1 { text-align: center; font-size: 2.3rem; width: 100%; line-height: 2.8rem; } .intro p { width: 100%; text-align: center; } .intro .button { margin: 2rem auto; width: 10.46rem; } /* BODY */ .body { padding: 9rem 2rem; } .body .line { margin: 0 auto; } .body h2 { font-size: 3rem; text-align: center; } .card { margin-top: 2rem; } .card .img { margin: 0 auto; width: 5.5rem; } .body h3 { font-size: 1.5rem; text-align: center; } .body p { width: 100%; text-align: center; } .we-work { height: 21.7rem; padding: 0.1rem 2%; display: block; margin: 10rem 0 7rem 0; } .we-work-bg1 { position: absolute; right: 0; top: 0; } .we-work h2 { position: relative; font-size: 2.1rem; width: 100%; min-width: 11.87rem; text-align: center; margin-top: 2rem; } .we-work .button { margin: 4rem auto; width: 11.87rem; } /* FOOTER */ footer { padding: 3rem 2rem; } .foot-bg1 { position: absolute; top: 0; left: 0; width: 100%; } .top { position: relative; display: block; } .top .img { width: 9.4rem; margin: 0 auto 1.5rem auto; } .top ul { width: 11rem; margin: 1rem auto; } footer .container { width: 100%; justify-content: center; align-items: center; } .card2 { width: 10rem; text-align: center; margin-bottom: 2rem; } footer .container h4 { color: hsl(273, 4%, 51%); font-size: 0.7rem; margin-bottom: 2rem; } }
0.46393
0.056757
@import url(nouislider.min.css); @import url("bootstrap.min.css"); @import url("colorbox.css"); @import url("sidebar.css"); @import url("jquery-ui.min.css"); /* Copyright ©2015, Gigger Pty Ltd, All rights reserved. */ html, body { /*height: 100%;*/ -webkit-font-smoothing: antialiased; color: #000; overflow-x: hidden; } html { position: relative; min-height: 100%; } body { padding: 0 0 245px; /* bottom = footer height */ padding-top: 0; font-family: 'Roboto', Helvetica, sans-serif; } footer, .footer { position: absolute; left: 0; bottom: 0; } .text-white { color: #fff; } #wrapper { min-height: 100%; height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ height: 100%; margin: 0 auto -192px; /* the bottom margin is the negative value of the footer's height */ padding-top:55px; } .footer, #push { height: 222px; /* .push must be the same height as .footer */ } /* body { margin-bottom: 222px; padding-top: 55px; height: auto; position: relative; } */ #homeNav > li { background: none !important; border: none !important; } #homeNav > li.active > a { color: #FFF; } .navbar-inverse .navbar-right > li > span > a.btn { padding: 8px 15px; border-radius: 6px; font-size: 14px; } .navbar-inverse .navbar-right > li > span > a.btn-warning { background-color: #F39635; border-color: #FCB56F; } .navbar-inverse .navbar-right > li > span > a.btn-warning:hover, .navbar-inverse .navbar-right > li > span > a.btn-warning:focus { background-color: #e98317; border-color: #f19941; } .navbar-inverse .navbar-right > li > span > .facebook { width: 170px; text-align: right; line-height: 21px; height: 38px; margin-top: 8px; border: 1px solid #3B5998; } .navbar-inverse .navbar-right > li > span > .facebook:hover, .navbar-inverse .navbar-right > li > span > .facebook:focus { background-color: #2f4c8a; background: url("https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png") no-repeat scroll center center, #4E6DAF linear-gradient(#4E6DAF, #4E6DAF) repeat scroll 0% 0%; color: #FFF; } #main-nav { height: 55px; background-color: #24262E; /*background-color: #012;*/ } #ggr_logo { margin-top: -5px; display: inline; } #ggr_dashbrd { font-weight: 400; font-size: 13px; } #ggr_dashbrd .active, #ggr_dashbrd:hover { color: #fff; } a.black-link { color: #465a76; } .navbar-inverse .navbar-brand { color: #e6e6e6; font-size: 33px; font-weight: 200; letter-spacing: 1px; } .navbar-inverse .navbar-left > li > a { color: #AEB1BD; transition: color 0.2s; } .navbar-inverse .navbar-right > li > a, .navbar-inverse .navbar-text { color: #AEB1BD; transition: color 0.2s; } .notification-navbtn { margin-left: 5px; } .navbar-inverse .navbar-nav > .active { background-color: transparent; border-style: none; } /*.navbar-inverse .navbar-nav > .active:nth-child(2) > a { color: #00BCF7; }*/ .navbar-default .navbar-nav > li > a { color:#333; } .navbar-default .navbar-nav > li > a#subnav_mainSelector { color: #4FBBE1; } .navbar-default .navbar-nav > li > span#subnav_title { line-height: 20px; padding: 15px 0; display: block; } #subnav_caretRight { margin: 14px 5px 0px; } .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #777; } .navbar-default { background-color: #FFF; box-shadow:0 0 2px rgba(0, 0, 0, 0.08); border-bottom: 1px solid #d1d1d1; margin-bottom:0; } .navbar-right-btns { margin-top: 4px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: transparent; } .nav-tabs > li > a { color: #999; padding: 10px 2px; margin:0 20px; } .nav-tabs > li:nth-child(1) > a { margin-left:0; } .navbar .divider-vertical { height: 34px; margin: 9px; border-right: 1px solid #e1e1e1; /* border-left: 1px solid #f2f2f2; */ } .top-extras { margin-top: 10px; } .top-extras > li > a { color: #505364; font-size: 15px; } .top-extras > li.active > a { color: #1EB3E9; } .top-extras .divider-vertical { height: 24px; margin:0 2px -6px -6px; border-right: 1px solid #ABB3CB; /* border-left: 1px solid #f2f2f2; */ } .row > .border-right { border-right: 1px solid #E7E9F0; } .navbar-inverse .divider-vertical { border-right-color: #313131; border-left: 1px solid #000; border-left-color: #000; margin-left:0; margin-right:0; } #subnav_mainSelector { padding-left:0; } #mainnav_accountDropdown { padding-right:0; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; font-weight: 400; font-size: 18px; } .navbar-header { padding-bottom: 12px; } .navbar-inverse .navbar-nav > li > a { font-weight: 300; font-size: 18px; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; /* background-color: rgba(17,17,17,0.9); */ } .navbar-orange .navbar-right > li > a, .navbar-past .navbar-right > li > a, .navbar-cancelled .navbar-right > li > a { font-size: 14px; } .navbar-orange { border-top: 1px solid #FDCCB9; border-bottom: 1px solid #E19475; box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5); z-index: 10; } .navbar-past, .navbar-cancelled { border-bottom:none; box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5); z-index: 10; } #adminEventSubnav { z-index: 0; } .navbar-orange, .navbar-orange .navbar-left > li, .navbar-orange .navbar-left > li.navbar-text, .navbar-orange .navbar-right > li > a, .navbar-orange .navbar-right > li { background-color: #FBA482; color: #fff; margin: 0; padding: 0; line-height: 41px; height: 42px; max-height: 42px; min-height: 42px; overflow-y: hidden; } .navbar-past, .navbar-past .navbar-left > li, .navbar-past .navbar-left > li.navbar-text, .navbar-past .navbar-right > li > a, .navbar-past .navbar-right > li, .navbar-cancelled, .navbar-cancelled .navbar-left > li, .navbar-cancelled .navbar-left > li.navbar-text, .navbar-cancelled .navbar-right > li > a, .navbar-cancelled .navbar-right > li { color: #fff; margin: 0; padding: 0; line-height: 41px; height: 42px; max-height: 42px; min-height: 42px; overflow-y: hidden; } .navbar-past, .navbar-past .navbar-left > li, .navbar-past .navbar-left > li.navbar-text, .navbar-past .navbar-right > li > a, .navbar-past .navbar-right > li { background-color: #7D88A7; } .navbar-cancelled, .navbar-cancelled .navbar-left > li, .navbar-cancelled .navbar-left > li.navbar-text, .navbar-cancelled .navbar-right > li > a, .navbar-cancelled .navbar-right > li { background-color: #F18096; } .navbar-orange .navbar-right > li > a:hover, .navbar-past .navbar-right > li > a:hover, .navbar-cancelled .navbar-right > li > a:hover { color: #f1f1f1; } .nav-venueEventAdmin > li.active > a, .nav-venueEventAdmin > li.active > a:hover, .nav-venueEventAdmin > li.active > a:focus { border-bottom-color: #FE855E; } .nav-purple > li.active > a, .nav-purple > li.active > a:hover, .nav-purple > li.active > a:focus { border-bottom-color: #A58CE1; } .btn-venueEventAdmin { background-color: #FE855E; color: #FFF; } .btn-default { color: #797C8B; background-color: #F4F4F9; } .btn-default:hover, .btn-default:focus { color: #797C8B; } .btn-grey { background-color: #111; border-color: #717171; color: #999999; } .btn-grey:hover, .btn-grey:focus { color: #ffffff; background-color: #222; } .btn-light-grey { background-color: #BBC1D3; border-color: #ACB4C9; color: #FFFFFF; } .btn-light-grey:hover, .btn-light-grey:focus { color: #ffffff; background-color: #a2a7ba; } .btn { box-shadow:0 1px 1px rgba(0, 0, 0, 0.12); transition: box-shadow, background-color 0.1s; } .btn:hover, .btn:focus { box-shadow: inset 0 0 2px rgba(0,0,0,0.12); transition: box-shadow, background-color 0.1s ease; } .btn-danger-soft, .btn-danger-soft:hover { color: #F18096; } .btn-default { border-color: #BCC2D3; } .btn-default:hover, .btn-default:focus { border-color:#BCC2D3; } .bg-split { background: #BFC6D9; background: -moz-linear-gradient(left, #5e6171 0%, #5e6171 38%, #BFC6D9 38%, #BFC6D9 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5e6171), color-stop(38%,#5e6171), color-stop(38%,#BFC6D9), color-stop(100%,#BFC6D9)); background: -webkit-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: -o-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: -ms-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: linear-gradient(to right, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6171', endColorstr='#dadeea',GradientType=1 ); margin-bottom: -18px; transition: background-image 0.4s; -moz-transition: background-image 0.4s; -webkit-transition: background-image 0.4s; height: 100%; } .bg-table { display: table; vertical-align: top; height: 100%; } .split-left { width: 40%; } .split-left, .split-right { display: table-cell; vertical-align: top; } .split-right { width: 60%; padding: 20px; } .dark-grey-bg { background-color: #5e6171; height: 500px; } .default-bg { background-color: #BFC6D9; height: 80vh; } .sub-nav { background: #efefef; margin-top:0; } .sub-nav, .sub-nav > li, .sub-nav > li.active > a, .sub-nav > li > a { border-radius:0 0 7px 7px; } #jumbo-home { /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.8))), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background-size: cover;*/ color: #f1f1f1; font-weight: 200; text-shadow: 1px 1px rgba(0,0,0,0.3); margin-bottom:0; } #ggr-jumbo-home { background: transparent; /*background-image: url('https://cdn.gigger.rocks/img/band.jpg'); background-size: cover; background-position: center center;*/ color: #f1f1f1; font-weight: 200; text-shadow: 1px 1px rgba(0,0,0,0.3); margin-bottom:0; } #ggr-jumbo-home h2 { font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size:38px; } #jumbo-home h1 { font-weight: 100; letter-spacing: 2px; } #jumbo-home .text-primary { color: #45a5f7; } .text-muted-light-blue { color: #BFC4D6; } .text-muted-blue { color: #9BA1B5; } .text-muted-dark-bg { color: #BCBFCC; } .text-muted-dark-bg2 { color: #A3ACC4; } .text-warning-ggr { color: #FFA100; } .tk-hwt-artz { text-transform: uppercase; font-family: "hwt-artz",impact,sans-serif; } .text-muted-blue-grey { color: #737D94; } .text-large { font-size: larger; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .center-pill-nav { background-color: #f1f1f1; box-shadow: 2px 2px 2px rgba(0,0,0,0.25); } .nav-padder { height: 120px; } .nav-padder-sm { height: 75px; } .light-blue-grey-bg { background-color: #cdd8e3; } .dark-style-container { background-color: #383838; color: #ebebeb; } .dark-recess { background: #2B2F3A; /*background-color: #012;*/ color: #858b97; padding: 30px; box-shadow: inset 4px 4px 9px rgba(0,0,0, 0.5); text-align: center; font-size: 15px; font-weight: 400; line-height: 22px; /* font-family: tahoma, "helvetica neue", sans-serif; */ letter-spacing: 1px; margin:0 -15px; } .dark-recess h1, .dark-recess h2, .dark-recess h3 { color: #F1F1F1; font-weight: 300; text-transform: capitalize; font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .dark-recess .glyphicon { font-size: 54px; color: #F1F1F1; text-shadow: 2px 2px 2px rgba(0,0,0,0.4); } .dark-recess .glyphicon-arrow-right { transform: translateX(50%) translateY(-25%); color: #858b97; text-shadow: none; } .home-section h1, .home-section h2 { font-weight: 300; text-transform: capitalize; font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .home-section { padding: 50px 30px; background-color: #cdd8e3; } .band-bubbles { text-align: center; } .band-bubbles .bubble-img { border-radius: 160px; background-position: center; background-size: cover; box-shadow: 1px 1px 1px rgba(0,0,0,0.4), -1px -1px 1px rgba(255,255,255,0.4); height: 160px; width: 160px; margin: 20px; display: inline-block; cursor: pointer; } #TRP-Bubble { background-image: url('/img/trp.jpg'); } #LYTS-Bubble { background-image: url('/img/lyts.jpg'); } #TSR-Bubble { background-image: url('/img/tsr.jpg'); } #W2TH-Bubble { background-image: url('/img/w2th.jpg'); } #TH-Bubble { background-image: url('/img/th.jpg'); } #SUR-Bubble { background-image: url('/img/sur.jpg'); } #HH-Bubble { background-image: url('/img/hh.jpg'); } #DC-Bubble { background-image: url('/img/dc.jpg'); } #SC-Bubble { background-image: url('/img/sc.jpg'); } #WS-Bubble { background-image: url('/img/ws.jpg'); } .parallax-divider { min-height: 350px; background-color: transparent; box-shadow: inset 0 0 8px rgba(0,0,0,0.4); padding: 80px 0; } .small-shadow { box-shadow: 1px 1px 3px rgba(0,0,0,0.2); } #carousel-testimonial { } #carousel-testimonial > .carousel-control.right, #carousel-testimonial > .carousel-control.left { background-image: transparent; background: transparent; } #carousel-testimonial .Card { max-width:960px; box-shadow: 1px 1px 6px rgba(0,0,0,0.4); } #carousel-testimonial .Card .img-circle { max-height: 150px; margin-top: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; } .image-box-container { border-radius: 6px; box-shadow: 3px 3px 9px rgba(0,0,0,0.8); position: fixed; left: 0; right: 0; top: 50%; margin-left: auto; margin-right: auto; transform: translateY(-50%); max-width: 80%; max-height: 80%; background: transparent; z-index: 99999; } .image-box { cursor: pointer; } .psuedo-navbar { position: fixed; top:55px; width: 100vw; color: #fff; background-color: rgba(0,0,0,0.7); height: 95px; padding: 10px; z-index: 1000; transition: 0.6s ease top; } .scroll-hidden { position: fixed; top: -100px !important; } .psuedo-navbar-list { margin-left: auto; margin-right: auto; } .psuedo-navbar-image-btn { height: 75px; width: 120px; background-position: center; background-size: cover; position: relative; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0,0,0,0.4); cursor: pointer; border-bottom-width: 0; /*transition: 0.4s ease border-bottom-width, 0.4s ease height;*/ box-sizing: content-box; } .psuedo-navbar-image-btn:hover, .active > .psuedo-navbar-image-btn { border-bottom: 4px solid #FFA100; height: 71px; } .psuedo-navbar-image-btn:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; transition: 0.4s ease border-top-width; border-top-width: 0; border-left-width: 0; border-right-width: 0; } .active .psuedo-navbar-image-btn:after { border-top: solid 15px #FFA100; border-left: solid 15px transparent; border-right: solid 15px transparent; transition: 0.4s ease border-top-width; } .psuedo-navbar-image-btn:hover > .image-btn-label, .active > .psuedo-navbar-image-btn > .image-btn-label { bottom: 1px; } .image-btn-label { position: absolute; bottom: 5px; font-weight: 500; width: 100%; text-align: center; } .image-btn-bands { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/earthrot1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/earthrot1_wash1.jpg); } .image-btn-promoters { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/ttol1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/ttol1_wash1.jpg); } .image-btn-venues { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/catbrush1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/catbrush1_wash1.jpg); } .hww-jumbo h1, .hww-jumbo h2, .hww-jumbo h3, .hww-description h1, .hww-description h2, .hww-description h3, .FAQ-container h2 { font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .hww-jumbo { text-align: center; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); background: transparent; /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);*/ padding: 150px 50px; padding-top: 250px; margin-bottom: 0; } .hww-description { padding-left: 3vw; padding-right: 3vw; } .hww-description p, .hww-description h2 { margin-bottom: 30px; } .FAQ-container { background-color: #cdd8e3; padding-top: 0; margin-bottom: -35px; padding-bottom: 35px; border-left: 4px solid #bac4ce } .FAQ-container-inner { padding-top: 15px; } .FAQ-question, .FAQ-answer { border-radius: 18px; padding: 15px; margin-bottom: 15px; max-width: 73.5%; margin-top: 3px; } .FAQ-question { float: right; color: #fff; background-color: #0077e5; } .FAQ-answer { background-color: #fbfafa; float: left; } .Blog-Card { height: 300px; position: relative; padding: 0 !important; } .Blog-Image-Col { padding-left: 0 !important; padding-right: 0 !important; height: 298px; width: 50%; background-position: center; background-size: cover; display: inline-block; border-radius: 4px 0 0 4px; } .Blog-Details { text-align: center; border-top: 2px solid #FFA100; border-bottom: 2px solid #FFA100; border-right: 2px solid #FFA100; border-radius: 0 4px 4px 0; padding: 20px 0 20px 20px; float: right; height: 298px; padding-right: 15px; width: 50%; } .Blog-Card img { border-radius: 4px 0px 0px 4px; max-height: 299px; } .Blog-Card-sm { position: relative; padding: 0 !important; text-align: center; height: 350px; overflow-y: hidden; } .Blog-Details-sm { position: absolute; bottom: 0; height: 175px; padding: 20px; border-bottom: 2px solid #00bcf7; border-left: 2px solid #00bcf7; border-right: 2px solid #00bcf7; background: #fff; border-radius: 0 0 4px 4px; width: 100%; } .Blog-Details-sm > div { height: 135px; display: table-cell; vertical-align: middle; } .Blog-Image-sm { background-size: cover; height: 50%; } .Blog-Social-Btns { width: 300px; padding: 10px; padding-bottom: 5px; padding-left: 0; } .Blog-Image { height: 40vh; background-position: center; background-size: cover; margin-left: -20px; margin-right: -20px; } .Blog-Header { widows: 3; text-align: center; } .Blog-Content p { font-size: 16px; } .Blog-Content blockquote p { font-size: 14px; } .Blog-Content h2 { font-size: 26px; } .promoter-avatar, .band-avatar, .venue-avatar { font-size: 35px; line-height: 75px; width: 65px; height: 65px; margin-left: 10px; float: right; border-radius: 65px; text-align: center; color: #fff; } .promoter-avatar { background-color: #826abb; line-height: 65px; /*margin-top: -7px;*/ } .band-avatar { background-color: #00bcf7; } .ggr-avatar { background-image: url(/img/gigger-logo-rgb-m.png); background-size: contain; width: 65px; height: 65px; margin-right: 10px; float: left; padding: 15px; } div.fb-share-button.fb_iframe_widget { top: -5px; margin-right: 8px; } div.fb-comments.fb_iframe_widget { width:100%; } #jumbo-404 { background-image:url(img/404.jpg); background-size: cover; background-position: center; height:100vh; margin-bottom: -40px; } .band-jumbo { position: relative; color: #FFF; background-size: cover; background-position: center; height: 300px; } .band-jumbo > .container { position: relative; z-index: 10; height: 100%; } .band-jumbo > .container > .band-name { position: absolute; left: 20.512820512821%; bottom: -45px; width: 80%; } .band-jumbo > .container > .band-name > h3, .band-jumbo > .container > .band-name > h2 { max-width: 99%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .band-jumbo > .container > .band-name > h3 { margin-top: 0; } .band-jumbo > .container > .band-name > h2 { margin-bottom: 0; } .Profile-Picture { background-size: cover; background-position: center; background-color: #ddd; width: 17.094017094017%; min-width: 120px; height: 0; padding-bottom: 17.094017094017%; position: absolute; bottom: -75px; border: 7px solid #FFF; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0,0,0,0.4); } .profile-navbar { height: 55px; margin-top: -30px; margin-bottom: 20px; background-color: #334455; border-color: #223344; border-radius: 0 0 2px 2px; } .dark-blue-bg { background-color: #123; } .panel-dark > .panel-heading { color: #EEE; background-color: #345; border-color: #234; } .panel-dark { background-color: #456; color:#f1f1f1; border-color: #345; } .panel-dark a { color: #9ad; } .panel-dark a:hover { color: #79b; } .profile-stats { margin-top: 5px; padding-left: 20%; padding-left: calc(17.094017094017% + 30px); } .profile-stats > li { padding-right: 20px; text-align: center; font-weight: 400; font-size: 12.5px; /*color: #66757f;*/ color: #89a; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); } .profile-stats > li > div { font-weight: 600; font-size: 14.5px; color: #acd; } .profile-navbar > div > ul > li > .btn-wide { font-weight: 600; } .panel-calendar { padding: 0; } .clndr { border-radius: 3px; overflow: hidden; } .clndr > .controls { padding: 6px 15px; background-color: #39577d; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; } .clndr > .controls > .glyphicon { cursor: pointer; } .clndr > .days-container > .days > .headers > .day-header, .clndr > .days-container > .days > .day { width: 14.28571428571429%; display: inline-block; padding: 8px 0; font-size: 12px; text-align: center; color: #eee; box-sizing: border-box; float: left; } .clndr > .days-container > .days > .headers > .day-header { background-color: #39577d; color:#fff; border-bottom: 1px solid #135; font-size: 16px; font-weight: 500; padding: 5px 0px; } .clndr > .days-container > .days > .day { border-right: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5); background-color: #579; } .clndr > .days-container > .days > .past { background-color: #69b; } .clndr > .days-container > .days > .today { background-color: #357; } .clndr > .days-container > .days> .day.event { background-color: #a04d4d; cursor: pointer; } .main-header { text-align: center; margin-bottom: 40px; margin-top: 20px; } .navbar-transparent { background-color: transparent; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */ background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ box-shadow: none; border: none; margin-bottom: 25px; position: absolute; width: 100%; z-index: 10; } .navbar-transparent .navbar-brand { padding-top: 10px; } .navbar-transparent .navbar-nav >li>a { color: #FFF !important; font-weight: 500; } .navbar-transparent .navbar-nav>.active>a, .navbar-transparent .navbar-nav>.active>a:hover, .navbar-transparent .navbar-nav>.active>a:focus { background-color: transparent; color: #e1e1e1; } .panel-dark-transparent { background-color: rgba(36, 46, 56, 0.9); border-radius: 4px 4px 0 0; box-shadow: 0 0 2px rgba(0,0,0, 0.4); } .jumbo-search { padding-bottom: 0; margin-bottom: 0; } .search-controls { padding-top: 15px; } .search-controls, .jumbo-search { color: #FFF; background-position: center; background-size: cover; } .form-range-slider { display: block !important; margin-bottom: 15px !important; } .range-slider { width: 100% !important; } .search-results { padding-top: 35px; text-align: center; } .search-results > h3 { color: #f1f1f1; } .pager-dark li>a, .pager-dark li>span { border: 1px solid #456; background-color: #345; color: #cde; } .pager-dark li>a:hover { color: #cde; background-color: #234; border-color: #345; } .btn-group.btn-group-dark.btn-group-justified > .btn-group > .btn { background-color: #345; color: #cde; border-color: #456; border-bottom: none; border-radius: 2px 2px 0 0; } .btn-group-dark>.btn-group>.btn.btn-default.active { background-color: #234; color:#bcd; border-color: #345; } @media (min-width: 770px) { .genre-group { width:66%; width: calc(100% - 280px); margin-right: 15px; } .genre-group > select.form-control { width: calc(100% - 50px); } .band-type-group { float: right; margin-top: 6px; } .country-group, .state-group, .city-group { width: 33%; } .country-group > select.form-control { width: calc(100% - 65px); } .state-group > select.form-control { width: calc(100% - 50px); } .city-group > input.form-control { width: calc(100% - 30px); } } @media (max-width: 770px) { .band-jumbo { padding-bottom: 48px; } .Profile-Picture { height: 120px; width: 120px; min-width: 120px; min-height: 120px; padding-bottom: 0; } .band-jumbo > .container > .band-name { left: 150px; width: calc(90% - 150px); } .profile-stats { padding-left: 150px; display: inline-block; } .profile-stats > li { display: inline-block;; } .profile-btns { display: inline-block; float: right; margin-right: 0; margin-top: 0; margin-bottom: -55px; } .profile-navbar > div > ul > li > .btn-wide { width: 120px !important; } #min-likes-group, #max-likes-group { width: 45%; display: inline-block; } } @media (max-width: 460px) { .band-jumbo > .container > .band-name > h2 { font-size: 20px; } .band-jumbo > .container > .band-name > h3 { font-size: 18px; } .band-jumbo > .container > .band-name { left: 140px; width: calc(90% - 140px); } .profile-navbar { height: 110px; } .profile-stats { padding-left: 15px; margin-top: 55px; } } .triangle-down { width: 0; height: 0; border-left: 70px solid transparent; border-right: 70px solid transparent; border-top: 35px solid #31353c; margin: auto; margin-top: -20px; z-index: 3; } .light-recess { padding: 30px; text-align: center; font-size: 15px; font-weight: 400; line-height: 22px; letter-spacing: 1px; } .light-recess h1, .light-recess h2, .light-recess h3 { font-weight: 300; text-transform: capitalize; } .card-style { border: 1px solid #cac1c9; border-radius: 5px; /* box-shadow: 2px 2px 2px rgba(0,0,0,0.2); */ background-color: #FFF; margin: 15px; font-size: 22px; font-weight: 200; padding: 70px 125px; color: #373737; position: relative; } .card-style h1 { font-size: 35px; font-weight: 400; text-transform: capitalize; letter-spacing: 1px; } .w80pc { width: 85%; margin-left: auto; margin-right: auto; } .w85pc { width: 85%; margin-left: auto; margin-right: auto; } .w75pc { width: 75%; margin-left: auto; margin-right: auto; } .w50pc { width: 50%; margin-left: auto; margin-right: auto; } .text-light h1, .text-light h2, .text-light h3, .text-light { font-weight: 200; } .text-md-light { font-weight: 300; } .text-h-light { font-weight: 400; } .text-purple { color: #A58AE3; } .text-pink { color: #D667CD; } .btn-warning-ggr { background-color: #FFA100; border-color: #FFAE51; color: #FFF; } .btn-warning-ggr:hover, .btn-warning-ggr:focus { color: #F9F9F9; background-color: #EB9500; border-color: #EEA149; } .btn-warning-ggr-soft, .btn-warning-ggr-soft:hover { background-color: #FFF; color: #FFAE51; } .btn-primary-soft, .btn-primary-soft:hover { background-color: #FFF; color: #00BDF4; } .btn-pink { background-color: #D26FCE; border-color: #D26FCE; color: #FFF; } .btn-pink:hover, .btn-pink:focus { background-color: #c163be; color: #fff; } .btn-purple { background-color: #A58AE3; border-color: #9278cf; color: #FFF; } .btn-purple:hover, .btn-purple:focus { background-color: #826abb; border-color: #785eb5; color: #fff; } .text-shadow { text-shadow: 1px 1px 1px rgba(0,0,0,0.7); } .inset-shadow { box-shadow: inset 1px 1px 2px rgba(0,0,0,0.9);border-radius: 5px; } footer.dark-footer a { color: #AEB1BD; transition: color 0.3s; } footer.dark-footer > .dark-recess { font-family: "helvetica neue", helvetica, arial, sans-serif; font-weight: 200; color:#AEB1BD; } footer.dark-footer { font-family: "helvetica neue", helvetica, arial, sans-serif; } footer ul.list-unstyled:hover a { color: #5B5E6B; transition: color 0.3s; } footer ul.list-unstyled:hover a:hover, footer ul.list-unstyled:hover a:focus { color: #AEB1BD; transition: color 0.3s; text-decoration: none; } footer.dark-footer h3 { color: #afafaf; text-transform: uppercase; letter-spacing: 4px; font-size: 10px; font-family: "helvetica neue", helvetica, arial, sans-serif; } footer.dark-footer .socialLinks > a > img { max-height: 21px; } footer.dark-footer .socialLinks:hover img { opacity: 0.6; transition: opacity 0.3s; } footer.dark-footer .socialLinks img:hover { opacity: 1.0; transition: opacity 0.3s; } .footer { width: 100%; /* Set the fixed height of the footer here */ height: 212px; background-color: #f5f5f5; } input.form-control, textarea.form-textbox { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); background-color: #F9F9FB; } select.form-control { width: 190px; } .form-control, textarea.form-textbox { border-color: #C0C8DC; } input.form-control.form-narrow-input { width: 80px; display: inline-block; } input.form-control.form-narrow-input-xs { width: 65px; display: inline-block; } .form-horizontal .control-label { text-transform: uppercase; text-align: left; color: #737D94; font-weight: 300; } .radial-blue { background: #53a7e0; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #53a7e0 0%, #07448e 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#53a7e0), color-stop(100%,#07448e)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #53a7e0 0%,#07448e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a7e0', endColorstr='#07448e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-red { background: #a90329; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #a90329 0%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #a90329 0%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-green { background: #1edb7d; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #1edb7d 0%, #008e4c 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#1edb7d), color-stop(100%,#008e4c)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #1edb7d 0%,#008e4c 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1edb7d', endColorstr='#008e4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-purple { background: #de35fc; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #de35fc 0%, #fc325e 70%, #c92828 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#de35fc), color-stop(70%,#fc325e), color-stop(100%,#c92828)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #de35fc 0%,#fc325e 70%,#c92828 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de35fc', endColorstr='#c92828',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .linear-purple { background: #c92828; /* Old browsers */ background: -moz-linear-gradient(-45deg, #c92828 1%, #e02c2c 30%, #de35fc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#c92828), color-stop(30%,#e02c2c), color-stop(100%,#de35fc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* IE10+ */ background: linear-gradient(135deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92828', endColorstr='#de35fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .linear-purple-rev { background: #de35fc; /* Old browsers */ background: -moz-linear-gradient(-45deg, #de35fc 0%, #e02c2c 70%, #c92828 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#de35fc), color-stop(70%,#e02c2c), color-stop(99%,#c92828)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* IE10+ */ background: linear-gradient(135deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de35fc', endColorstr='#c92828',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .fill-container { margin0 -15px; } .card-canvas-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0.5; } #canvas1, #canvas2 { position: absolute; bottom:0; } .form-signin { max-width: 370px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"], .form-signin input#inputFirst { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"], .form-signin input#inputLast { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .form-signin a.facebook, a.facebook { background-color: #3b5998; background: url(https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png) no-repeat center center,linear-gradient(#3b5998,#3b5998); padding: 0 10px; color: white; transition: all .1s ease; background-position: 10px center !important; height: 45px; line-height: 45px; font-size: 15px; font-weight: 500; padding-left: 40px; text-shadow: rgba(0,0,0,0.3) 0 -1px 0; margin: 0 5px; margin-left: auto; margin-right: auto; margin-bottom: 15px; text-align: center; } a.facebook { margin-bottom:0; } .form-signin a.facebook:hover { background: url(https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png) no-repeat center center,linear-gradient(#4E6DAF,#4E6DAF); background-color: #4E6DAF; } .form-signin #fbLoginFeedback { text-align: center; } .form-textbox { padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; height: auto; min-height: 33px; resize: none; } input.form-control.narrow-number { width: 60px; } .loader { color: #45a5f7; font-size: 17px; font-weight: 300; letter-spacing: 1px; max-width: 300px; margin: auto; margin-top: 150px; text-align: center; } .loader img { margin-bottom: 15px; } .login-dropdown { padding: 15px; width: 230px; text-align: center; margin-top: -1px; border-radius: 0 0 5px 5px; } .login-dropdown > * > a.facebook { color: #fff; line-height: 35px; padding-left: 50px; } .nav .open>a.btn-warning-ggr, .nav .open>a.btn-warning-ggr:hover, .nav .open>a.btn-warning-ggr:focus { background-color: #FFA100; border-color: #FFAE51; color: #FFF; } .dark-dropdown { background-color: rgba(17,17,17,0.9); color: #F1F1F1; } .dark-dropdown > li > a { background-color: rgba(17,17,17,0.9); color: #9D9D9D; transition: all 0.2s; } .dark-dropdown > li > a:hover, .dark-dropdown > li > a:focus { color: #F1F1F1; background-color: rgba(17,17,17,1); transition: all 0.2s; } .colorbox-modal { padding: 10px; } .colorbox-modal-small { width: 300px; } .colorbox-modal-medium { width: 600px; } .colorbox-modal-mediumlarge { width: 710px; } .colorbox-modal-large { width: 900px; } .display-picture { border-radius: 500px; } .Message-Header > .display-picture { max-height: 50px; max-width: 50px } .display-picture-small { max-height: 32px; max-width: 32px; } .display-picture-navbar { margin-top: -5px; margin-right: 9px; } .vertical-center-block { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); } .transform-preserve-3d { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; } .addEventTable td:nth-of-type(2) ~ td { text-align: center; } .addEventTable th:nth-of-type(2)~th { width:100px;max-width:100px;text-align:center; } .hr-grey { margin-top: -1px; border-top-color: rgba(0,0,0,0.1); } .Performer-Card { width: 310px; border: 1px solid #cac1c9; border-radius: 5px; background-color: #FFF; padding-top:0; display: inline-block; margin: auto 5px 15px 5px; text-align: left; box-sizing: border-box; } .Performer-Card-Details { height: 142px; } .Performer-Card > a:hover > .Dash-Performer-Image > .Cover-Title { text-decoration: underline; } .Venue-Card-Details { height: 284px; } .Dash-Performer-Image > .Cover-Title { font-size: 20px; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-warning { color: #FD996F; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-info { color: #FFF; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-info > .glyphicon { background-color: #15C9D4; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li > .glyphicon { background-color: #FFF; border-radius: 50px; font-size: 19px; padding: 1px 0 1px 1px; cursor: pointer; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Data { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: block; } .Performer-Card-Details > .Performer-Card-Details-Row { border-bottom: 1px solid #ECEEF4; padding: 15px; color: #505364; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Heading { display: inline-block; width: 100%; text-transform: uppercase; color: #A0A4B6; font-weight: 300; font-size: 12px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half, .Performer-Card .Performer-Card-Details-Half { width: 50%; display: inline-block; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half > .glyphicon .text-right { margin-right: 10px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half:first-child { margin:0; width: 50%; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half > img.fb-logo { height: 16px; position: relative; top: 1px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half-Bordered:first-child { border-right: 1px solid #ECEEF4; margin-right:0; padding: 10px 10px 10px 0; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half-Bordered:last-child { padding:0 10px 0 10px; } .Performer-Card .Performer-Card-Details-Half:not(:first-child) > .btn { border-radius:0 0 0 4px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half:last-child { margin-left:0; width: 50%; margin-right: -15px; } .Performer-Card .Performer-Card-Details-Half:last-child > .btn { margin-left:0; border-radius:0 0 5px 0; } .Performer-Card > * > .btn { width: 100%; margin:0; height: 52px; color: #FFF; line-height: 52px; padding:0; box-sizing: border-box; } .Performer-Card .Performer-Card-Details-Full-Width > .btn { width: 100%; border-radius:0 0 4px 4px; } .Performer-Card > * > .btn-book { background-color: #BFA2FF; } .Performer-Card > * > .btn-book:hover, .Performer-Card > * > .btn-book:focus { background-color: #9e71ff; } .Performer-Card > * > .btn-listen { background-color: #A277E0; } .Performer-Card > * > .btn-listen:hover, .Performer-Card > * > .btn-listen:focus { background-color: #826abb; } #main-venueDashboard-container { position: relative; } #main-venueDashboard-container > .container > .top-extras > li.active > a { color: #D46BD0; } .center-vertically { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .Search-right-sm { border-radius: 20px; width: 200px; } .colorbox-set, .colorbox-offer { padding: 10px 20px; border: 1px solid rgba(0,0,0,0.15); border-radius: 5px; margin-bottom: 10px; position: relative; background-color: #FFF; } .glyphDrag { position: absolute; font-size: 26px; color: #dedede; top:50%; left: -1px; transform: translateY(-50%); cursor: move; } .glyphDrag:hover { color: #bcbcbc; } .set-remove { position: absolute; font-size: 26px; color: #ff8484; top:50%; right: 15px; transform: translateY(-50%); cursor: pointer; } .offer-accept { position: absolute; top:60%; right: 15px; transform: translateY(-50%); } .set-remove:hover { color: #d90e0e; } .set-add, .offer-accept { color: #69ff70; cursor: pointer; } .set-add .glyphicon, .offer-accept .glyphicon { font-size: 26px; } .set-add:hover, .offer-accept:hover { color: #0dcd26; } .bandDashTabPane, .promoterDashTabPane { width: 80%; background-color: #FFF; border:1px solid rgba(197, 197, 197, 1); border-radius: 5px; padding: 10px; margin-bottom: 50px; max-width: 700px; } .promoterDashTabPane { max-width: 800px; } .dashboard-btn-group-right { position: absolute; right: 10px; top: 10px; } .sub-nav-stacked { border: 1px solid rgba(0,0,0,0.2); border-radius: 5px; padding: 10px; margin-top: 65px; } #playerZone { position: fixed; bottom: 0; left: 0px; height: 30px; width: 350px; background-color: #FFA100; /* #9e71ff */ color: white; border-radius: 0px 5px 0 0; padding: 5px; z-index: 1000; max-width: 75%; } #playerZone h2 { font-size: 14px; margin-top: 4px; } #playerZone .minmax { cursor: pointer; margin-right: 3px; margin-top: -1px; } .embed-container > iframe { width: 100%; } .venue-logo-md { max-height: 200px; max-width: 100%; } .venue-logo-sm { max-height: 75px; max-width: 100%; } .venue-logo-xs { max-height: 50px; max-width: 100%; } #footer-alert { position: fixed; bottom:0; left:0; width: 40%; min-width: 200px; max-width: 328px; z-index: 100; margin: 15px; } .OfferSelectBox { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 25px 15px; color: #FFFFFF; margin-right:0; height: 90px; margin-left: -9999px; padding-left: 9999px; cursor: pointer; } .OfferSelectBox-active { background-color: #505364; } .OfferSelectBox-active > .arrow-left { display: block; float: right; margin-right: -15px; position: relative; top: 10px; } .arrow-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #FFF; } .arrow-left { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right:10px solid #BFC6D9; display: none; } .OfferSelectBox > span.text-muted { color: #BCBFCC; } .OfferSelectBox-TextMain { margin-left: 10px; width: 225px; } .OfferSelectBox-TextRight { width: 90px; } p.offer-lead > button { margin-left: 10px; } p.offer-lead { width: 664px; margin-right: -20px; margin-top: -5px; margin-bottom: 12px; } .Card { padding: 10px 20px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; margin-bottom: 25px; position: relative; background-color: #FFF; } .Card h3 { margin-top: 10px; } .Offer-Card { padding: 10px 20px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; margin-bottom: 25px; margin-right: -20px; position: relative; background-color: #FFF; width: auto; } .Offer-Card > .Event-Image { background-color: #505364; background-image: -moz-linear-gradient(top, #505364 0%, #2e3039 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505364), color-stop(100%,#2e3039)); background-image: -webkit-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: -o-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: -ms-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: linear-gradient(to bottom, #505364 0%,#2e3039 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505364', endColorstr='#2e3039',GradientType=0 ); margin-left: -20px; margin-top: -10px; margin-right: -20px; width: auto; border-radius: 4px 4px 0 0; background-size: cover; background-position: center; height: 130px; position: relative; } .Subscription-Details-Card-Table > tbody > tr > td:first-child, .Offer-Card-Table > tbody > tr > td:first-child { font-weight: 500; } .Offer-Card-Table > tbody > tr > td { padding: 15px 0; border-top: 1px solid #F4F5F9; } .Subscription-Details-Card-Table > tbody > tr > td { border-top: 1px solid #F4F5F9; text-transform: capitalize; } .Event-Image > .Cover-Title, .Cover-Title { color: #FFF; position: absolute; bottom: 15px; left: 20px; } .Event-Image > .Cover-Title > li > h2 { white-space: nowrap; text-overflow: ellipsis; overflow-x: hidden; padding-bottom: 2px; } .Event-Image > .Cover-Title > li:nth-child(2) { width: 75%; } .Cover-Title { width: 100%; } .Event-Image > .Cover-Title > li > .Date-Icon { color: #FFF; border: 2px solid #FFF; border-top-width: 10px; border-radius: 3px; background: #fbaf39; background: -moz-linear-gradient(top, #fbaf39 0%, #f37425 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbaf39), color-stop(100%,#f37425)); background: -webkit-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: -o-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: -ms-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: linear-gradient(to bottom, #fbaf39 0%,#f37425 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaf39', endColorstr='#f37425',GradientType=0 ); padding:0 9px 2px 9px; text-align: center; line-height: 15px; position: relative; top: 5px; } .Event-Image > .Cover-Title > li > .Date-Icon > .month { font-size: 11px; text-transform: uppercase; font-weight: 500; } .Event-Image > .Cover-Title > li > .Date-Icon > .date { font-size: 20px; } .Event-Card > .Event-Image { position: absolute; top: 0; left: 0; width: 16.66666667%; height: 135px; background-size: cover; background-position: center; border-radius: 3px 0 0 3px; } .Event-Card .list-inline { margin-bottom: 0; } .nav-pills-dark { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 8px; padding-left:0; color: #f1f1f1; background-color: #6A6D7E; margin-left: -9999px; padding-left: 9999px; } .nav-pills-dark > li > a { color: #cdcfd1; } .nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:focus { background-color: #393B46; border-radius: 30px; } .nav-pills-dark > li > a:hover, .nav-pills-dark > li > a:focus { color: #FFF; background: transparent; } .Message-Header { color: #505364; height: 55px; margin-bottom: 10px; position: relative; } .Message-Header > .display-picture-small { position: absolute; left: 32px; bottom: 4px; max-height: 24px; border: 2px solid #DADEEA; } .Message-Header-Time { position: absolute; bottom: 0; right: 0; } .Message-Header-Text { position: relative; width: 93.167701863354%; /*width: 600px;*/ margin-right: -20px; margin-left: 10px } .Message-Header-Text > h4 { margin-bottom: 0; } .Message-Card > .arrow-up { position: absolute; left: 19px; top: -9px; border-left: 7px dashed transparent; border-right: 7px solid transparent; border-bottom: 11px solid #FFF; } .Message-Card { margin-bottom: 5px; } .Message-Container .Read-Receipts { margin-bottom: 10px; height: 32px; margin-right: -19px } .Message-Container .Read-Receipts > .display-picture { height: 20px; width: 20px; background-size: cover; margin-left: 4px } .Send-Message-Card { min-height: 135px; border: 2px solid #CCD1E1; border-radius: 4px; background-color: #FFF; margin-right: -20px; position: relative; } .Send-Message-Controls { width: 100%; position: absolute; bottom: 0; height: 40px; background-color: #E8EAF1; vertical-align: middle; } .Send-Message-Controls > span.text-muted { vertical-align: middle; line-height: 40px; margin-right: 10px; } .Send-Message-Btn { font-size: 24px; text-align: center; background-color: #5E6171; color: #FFF; width: 100px; height: 40px; border-radius:0 0 3px 0; cursor: pointer; } .Send-Message-Btn > span { vertical-align: middle; } .Send-Message-Btn:hover, .Send-Message-Btn:focus { background-color: #00BCF7; } .Send-Message-Card > textarea.form-control { border: none; min-height: 135px; padding-bottom: 30px; } .Conversation-Zone > .alert { margin-right: -20px; } .date-container .label { border-radius: 20px; font-weight: 400; padding: 5px 16px 7px 16px; } .date-container .date-label { margin: 40px 0 20px 0; } .date-cancelled > .Event-Card:hover > .Event-Card-Overlay, .date-cancelled > .Event-Card-Overlay:hover, .date-cancelled > .Event-Card > *:hover.Event-Card-Overlay { background-color: rgba(180,180,180,0.3); border:1px solid #F1F1F1; } .date-cancelled { opacity: 0.7; } .Event-Card-Inner { padding: 11px; } .Event-Card-Inner h2, .Event-Card-Inner h3 { margin-top:0; margin-bottom:0; } .Event-Set-Times { width: 100%; } .Event-Card-Overlay { display: none; background-color: rgba(0,188,247,0.0); opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; border:1px solid #00BCF7; border-radius: 4px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } .Event-Card-Overlay-Proposal { border:1px solid #D46BD0; } .Event-Card:hover > .Event-Card-Overlay, .Event-Card-Overlay:hover, .Event-Card > *:hover { display:block; background-color:rgba(0,188,247,0.3); opacity:1; } .Event-Card-Overlay-Proposal:hover, .Event-Card:hover > .Event-Card-Overlay-Proposal, .Event-Card > *:hover { background-color: rgba(212, 107, 208, 0.3); } .Event-Card-Overlay-Venue-Admin { border: 1px solid #FC8C5E; } .Event-Card-Overlay-Venue-Admin:hover, .Event-Card:hover > .Event-Card-Overlay-Venue-Admin { background-color: rgba(252, 140, 94, 0.3); } .Event-Card-Overlay > .btn { width: 140px; } .History-Row { padding: 20px 10px; border-bottom: 1px solid #E8EBF2; } .History-Row:last-child { border-bottom: none; } .History-Row > .display-picture { width:32px; height:32px; margin-right: 10px; background-size: cover; } #bandMembers_Header { height:30px; line-height:30px; padding-top:10px; } #bandMembers_Table { margin-top: 30px; } #bandMembers_Table > tbody > tr > td { height: 80px; border-top: 1px solid #CACFDE; border-bottom: 1px solid #CACFDE; vertical-align: middle; } #bandMembers_Table > tbody > tr > td:first-child { width:50px; } #bandMembers_Table > tbody > tr > td:last-child { text-align:right; } #bandMembers_Table > tbody > tr > td:last-child > .btn { margin-right:-10px; } #Notification-Zone { width: 385px; height: 430px; display: none; border-radius:4px; box-shadow:0 0 12px rgba(0, 0, 0, 0.2); background-color: #FFF; position: absolute; top: 50px; left: 50%; transform: translateX(-50%); } #Notification-Counter { position: absolute; top: 10px; right:0; background-color: #73CD39; z-index: 2; font-size: 11px; padding: 0.3em 0.5em 0.3em; } #Notification-Header { height: 45px; width: 100%; line-height: 45px; background-color: #73CD39; color: #FFF; box-shadow:0 1px 0 rgba(0,0,0,0.2); border: 1px solid #A4D36D; border-bottom: none; border-radius: 4px 4px 0 0; padding:0 20px; font-weight: 500; } #Notifications-Inner { height: 385px; width: 385px; overflow: hidden; overflow-y: scroll; border: 1px solid #D3D3D6; border-top: none; } #Notification-Arrow { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #85C437; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); } #Notifications-Inner > .Notification-Container { width: 100%; padding: 20px; border-bottom: 1px solid #DEE2EC; cursor:default; } #Notifications-Inner > .Notification-Container-Unread { background-color: #cbeff9; } #Notifications-Inner > .Notification-Container:hover { background-color: #E9F8FC; } #Notifications-Inner > .Notification-Container > .Notification-Text { width: 255px; margin-left: 52px; } #Notifications-Inner > .Notification-Container > .Notification-Text > a { text-transform: uppercase; font-size: smaller; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Promoter { color:#AF6FF8; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Band { color:#12B0DD; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Venue { color:#AF6FF8; } #Notifications-Inner > .Notification-Container > .Notification-Icon-Right { color: #FFF; background-color:#97E2FA; border-radius: 20px; height: 18px; width: 18px; line-height: 18px; font-size: 10px; text-align: center; } .table-caps-header > thead > tr > th { text-transform: uppercase; color: #737D94; font-weight: 300; } a.link-danger { color: #EE6D7F; cursor: pointer; } button.btn-wide { width: 200px !important; } button.btn-m-wide { width: 130px !important; } #overlord-container { width: 100%; display: table; padding:0; margin-bottom: -40px; } #overlord-row { height: 100%; display: table-row; } #overlord-container > .row > .col-sm-4 { height: 100vh; max-height: 100vh; width: 34%; min-width: 230px; color: #FFF; display: table-cell; float: none; vertical-align: top; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .col-sm-4 > .inner { padding-top: 55px; /* padding-bottom: 170px; */ max-height: 100vh; overflow-y: scroll; } #overlord-container > .row > .col-sm-4 > .inner > ul { text-align: left; height: 300px; width: 420px; margin-left: auto; margin-right: auto; } #overlord-container > .row > .col-sm-4 > .inner > ul > li { padding: 15px 30px; font-size: 16px; font-weight: 300; } #overlord-container > .row > .col-sm-4 > .resize { cursor: pointer; position: relative; top: 15px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .minimise > .resize { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .minimise { width: 10px; min-width: 10px; box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4) inset; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #band-column { background-image: url('https://cdn.gigger.rocks/img/band.jpg'); background-size: cover; background-position: center center; } #promoter-column { background-image: url('https://cdn.gigger.rocks/img/promoter.jpg'); background-size: cover; background-position: center center; } #venue-column { background-image: url('https://cdn.gigger.rocks/img/venue.jpg'); background-size: cover; background-position: center center; } #NewEventTypeTable { border-radius: 4px; background-color: #F6F7F9; border: 1px solid #BCC2D3; } #NewEventTypeTable > .row > .col-sm-6 { padding: 45px 10px; height: 410px; } #NewEventTypeTable > .row > .col-sm-6:first-child { border-right: 1px solid #BCC2D3; } #NewEventTypeTable > .row > .col-sm-6 > .glyphicon { margin-bottom: 45px; color: #E2E2EF; } #NewEventTypeTable > .row > .col-sm-6 > .btn { position: absolute; bottom: 10px; width: 90%; transform: translateX(50%); right: 50%; } #ggr_dashbrd > #dicn { position:relative; top:3px; font-size: 16px; margin-right: 5px; } .Dash-Card { width:310px; height:335px; border-radius: 4px; background-color: #fff; color: #000; text-shadow: none; position: relative; margin: 15px; display: inline-block; box-shadow:0 1px 2px rgba(0, 0, 0, 0.5); text-align:left; } .Dash-Card > .btn-dash-card { position: absolute; bottom:0; left:0; border: none; border-radius:0 0 4px 4px; font-size: 15px; height: 45px; line-height: 45px; padding: 0; } .Dash-Card > .Dash-Performer-Image > .Cover-Title, .Dash-Performer-Image > .Cover-Title > a { color: #FFF; } .Dash-Performer-Card { border: 1px solid #26CBFC; } .Dash-Venue-Card { border: 1px solid #F280FC; } .Dash-Event-Card { border: 1px solid #E78FFF; } .Dash-Card > table > tbody > tr > td > .badge { background-color: #78D9F7; padding: 4px 10px; font-size: 12px; border-radius:20px; } .Dash-Performer-Card > table > tbody > tr > td > .badge { background-color: #78D9F7; } .Dash-Venue-Card > table > tbody > tr > td > .badge { background-color: #E3A8E2; } .Dash-Event-Card > table > tbody > tr > td > .badge { background-color: #CDB3EE; } .Dash-Card > table > tbody > tr > td > .badge:empty { background-color: #D1D1D1; display: inline-block; } .Dash-Card > table > tbody > tr > td > .badge:empty:after { content: "0"; } .Dash-Card > table > tbody > tr > td:first-child { text-align:left; text-transform: uppercase; color: #505363; font-weight: 300; } .Dash-Card > table > tbody > tr > td:last-child { text-align:right; } .Dash-Card > table > tbody > tr > td { padding: 15px 10px; font-size: 13px; } .Dash-Performer-Image { height: 135px; position: relative; margin:0; border-radius: 4px 4px 0 0; background-position: center; background-size: cover; } .Dark-Underlay { height:100%; width:100%; position:absolute; top:0; left:0; background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); transition: opacity 0.4s ease; opacity: 0.5; } .Performer-Card > a:hover > .Dash-Performer-Image > .Dark-Underlay { transition: opacity 0.4s ease; opacity: 0.9; } .Dash-Performer-Image > .Cover-Title, a > .Dash-Performer-Image > .Cover-Title { font-size: 20px; letter-spacing: 1px; width: 90%; } .minimised-inner { display: none; width: 250px; position: absolute; top: 170px; left: -106px; text-align: right; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .Available-Search-Controls { width: 100%; padding: 20px 0; } .lineup-toolbar { margin: 20px 0; } .Sets-Container { margin-top: 75px; width: 100%; } .Set-box { width: 100%; min-height: 100px; } .Set-box-none { text-align: center; line-height: 100px; border:2px dashed #ADB1C3; border-radius: 2px; background-color: #D6DAE7; color: #505364; font-size: 16px; } .Set-Card { padding:0 0; box-shadow:0 1px 2px rgba(0,0,0,0.06); } .Set-Card > .row { margin:0; display: table; min-height: 120px; height: 120px; } .Set-Card > .row > .col-sm-8, .Set-Card > .row > .col-sm-3 { padding: 20px; position: relative; display: table-cell; float: none; } .Set-Card > .row > .col-md-1 > .text-wrapper { position: absolute; top: 50%; } .Set-Card > .row > .col-md-1 > .text-wrapper h2 { font-size: 40px; color: #99A2B9; text-align: center; font-weight: 400; margin-top: -0.5em; margin-left: 3px; text-shadow:0 1px 1px rgba(255,255,255,0.5); } .Set-Card > .row > .col-md-1 { position: relative; width: 60px; min-width: 60px; border-left: 6px solid #FEBD6A; border-right-color: #CCD1E1; background-color: #F0F2F6; box-sizing: border-box; display: table-cell; float: none; vertical-align: middle; transition: all 0.3s ease; } .Set-Card > .row > .col-sm-3 { width: 24.165202108963%; min-width: 165px; } .Set-Card > .row > .col-sm-8 { width: 80%; } .Set-Card > .row > .col-sm-3 > .Set-Times { height: 4.2em; position: absolute; width: 85%; transition: width 0.5s ease; } .Set-Card-Booked > .row > .col-md-1, .Set-Card-Booked > .row > .col-md-1 > .text-wrapper h2 { border-left-color: #15C9D4; color: #15C9D4; } .Set-Card-Booked > .row > .col-md-1 { background-color: #B9EFF2; } .Set-Card-Booked > .row > .col-sm-8 h4, .Set-Card-Booked > .row > .col-sm-8 h5, .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > h5, .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > h6 { color: #b1b6c6; } .Set-Card-Empty > .row > .col-md-1 { border-left-color: #E2E5EC; } .Set-Card-Pending .Empty, .Set-Card-Booked .Empty { display: none; color: #B1B6C6; } .Set-Card .Set-Card-Profile-Pic { width: 75px; height: 75px; background-color: #F4F6F9; border: 1px solid #DDE1EB; box-shadow: inset00 1px rgba(0,0,0,0.4); background-size: cover; background-position: center; margin-right: 25px; font-size: 20px; color: #F9F9FB; padding: 10px; position: relative; } .Set-Card .Set-Card-Profile-Pic > .glyphicon { position: absolute; top: auto; bottom: 5px; right: 5px; background-color: #15C9D4; border-radius:20px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); } .Set-Card-Empty > .row > .col-sm-8 h3, .Set-Card-Empty > .row > .col-sm-8 h4 { color: #B1B6C6; } .Set-Card-Offer { border-bottom: 1px solid #E7E9F0; padding-bottom: 20px; padding-top: 20px; margin: -20px; margin-top: -20px; position: relative; } .Set-Card-Offer ~ .Set-Card-Offer { margin-top: 20px; } .Set-Card-Offer h3, .Set-Card-Offer h4 { color: #B1B6C6; } .Set-Offer-Details { margin-top: 15px; transition: opacity 0.5s ease; } .Set-Card-Offer-Overlay { display: none; background-color: rgba(165, 138, 227, 0.0); opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; border:1px solid #BC9DFF; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin:0; } .Set-Card-Offer:first-child > .Set-Card-Offer-Overlay { margin-top: -20px; margin-bottom: -20px; height: 141px; } .Set-Card-Offer:hover > .Set-Card-Offer-Overlay, .Set-Card-Offer-Overlay:hover { display:block; background-color:rgba(165, 138, 227, 0.7); opacity:1; } .tooltip-inner { max-width: none; padding: 10px; border-radius:2px; background-color: #3F424F; box-shadow:0 1px 1px rgba(0,0,0,0.3); } .tooltip.bottom .tooltip-arrow { border-bottom-color: #3F424F; left:30% !important; } .Set-Card-Edit { border-color:#3BADFF; } .Set-Card-Edit > .row > .col-md-1 > .text-wrapper h2 { color: #3BADFF; text-shadow:0 1px 1px rgba(255,255,255,0.5); } .Set-Card-Edit > .row > .col-md-1 { background-color: #CEEAFF; border-left-width:0; } .Set-Card > .row > .col-sm-8 > .drag, .Set-Card > .row > .col-md-1 > .drag { display: none; } .Set-Card-Edit > .row > .col-md-1 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { position: relative; float: left; margin-left: -20px; font-size: 29px; color: rgba(59,173,255,0.8); top: 1px; cursor: move; display: inline-block; text-shadow:1px 1px 1px #CEEAFF, 0 0 0 #000, 1px 1px 1px #CEEAFF; opacity: 0.8; } .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { color: rgba(207,213,227,0.7); top: 25px; cursor: move; margin-left: -10px; text-shadow: 1px 1px 1px #FFF, 0 0 0 #000, 1px 1px 1px #FFF; opacity: 0.7; } .Set-Card-Edit > .row > .col-md-1 > .drag:hover, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag:hover { opacity:1; } .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls, .Set-Card > .row > .col-sm-3 > .remove-set { display: none; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls { display: block; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .cancel, .Set-Card-Edit > .row > .col-sm-3 > .remove-set { cursor: pointer; color: rgba(59,173,255,0.8); float: right; position: relative; font-size: 20px; font-weight: 700; top:40px; margin-right: 15px; opacity: 0.8; display: inline-block; text-shadow: 1px 1px 1px #FFF, 0 0 0 #000, 1px 1px 1px #FFF; } .Set-Card-Edit > .row > .col-sm-3 > .Set-Times { width: 195px } .Set-Card-Edit > .row > .col-sm-3 > .remove-set { position: absolute; top: 50%; right: 5px; transform:translateY(-50%); } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .cancel:hover, .Set-Card-Edit > .row > .col-sm-3 > .remove-set:hover { opacity: 1; } .Set-Card-Edit .Set-Offer-Details { opacity: 0; } .Set-Card-Edit .Set-Card-Offer-Overlay { display: none !important; } .lineup-editor-controls { display: none; } .Set-Card-Edit input.form-control { position: relative; } .Set-Card-Edit .Set-Times input.form-control:first-child { top:-10px; } .Set-Card-Edit .Set-Times input.form-control:last-child { top:-20px; } .Set-Card-Edit input.form-control.form-narrow-input { width: 84px; text-align: right; } .tooltip-warning > .tooltip-inner { background-color: #FD996F; color: #FFF; width: 190px; } .tooltip-warning > .tooltip-arrow { border-top-color: #FD996F !important; } .tooltip-info > .tooltip-inner { background-color: #15C9D4; color: #FFF; width: 190px; } .tooltip-info > .tooltip-arrow { border-top-color: #15C9D4 !important; } .tooltip-error > .tooltip-inner { background-color: #F36E88; color: #FFF; width: 190px; } .tooltip-error > .tooltip-arrow { border-top-color: #F36E88 !important; } .popover-error, .popover-error > .popover-content { background-color: #F36E88; color: #FFF; } .popover-error > .arrow::after, .popover-error > .arrow { border-top-color: #F36E88 !important; } .popover-error > .popover-title { background-color: #a04d4d; border-bottom-color: #822; } .has-error .form-control { background-color: #FFF1F4; border-color: #E87B90; } .has-warning .form-control { background-color: #FFEDE7; border-color: #FD996F; } #main-eventDashboard-container { position: relative; } .navbar-escape-width { position: absolute; top: 0; width: 100vw; left: 50%; /* position the left edge of the element at the middle of the parent */ transform: translateX(-50%); } .navbar-grey { background-color: #DADEEA; } .navbar-grey > .container { height: 50px; line-height: 50px; } .navbar-grey > .container > .lead { line-height: 50px; margin-bottom: 0px; } .navbar-default .navbar-text { color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.4); } .nav-padder-xsm { height: 57px; } .Proposal-Card-Single-Column-Details-Table > tbody > tr > td:first-child { font-weight: 400; width: 100%; } .Proposal-Card-Single-Column-Details-Table { width: 100%; } .Worksheet-Card { width: 90%; max-width: 800px; margin-top: 30px; margin-left: auto; margin-right: auto; padding: 30px; } .label-pink { background-color: #D46BD0; color: #FFF; } .OfferCounter > * { height: 20px line-height: 20px; padding: 10px 10px 0 0; color: #FFF; } .OfferCounter > div:first-child { line-height: 30px; } .OfferCounter { height:55px; margin-left: -9999px; padding-left: 9999px; border-bottom: 1px solid rgba(0,0,0,0.2); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .Subscription-Card { margin: auto; margin-top: 50px; padding: 0; border-radius: 6px; text-align: center; display: block; table-layout: auto; width: 100%; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); max-height: 350px; } .Subscription-Card h1 { } .Subscription-Card h2 { } .Subscription-Col { display: table-cell; height: 100%; min-height: 350px; position: relative; margin-top: -1px } .Subscription-Col > .Signup-Btn { position: absolute; bottom: 30px; left: 0; right: 0; margin-left: auto; margin-right: auto; } .Subscription-Col img { position: absolute; bottom: 25px; left: 0; right: 0; margin-left: auto; margin-right: auto; } .Subscription-Col > .use-line { font-size: 14px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 175px; display: block; transform: translateY(-50%); width: 85%; } .Subscription-Col > .feature-line { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 225px; } .Subscription-Col-Header, .Subscription-Col-Header h3 { height: 80px; line-height: 80px; text-align: center; border-bottom: 1px solid #ECECEC; margin-left:-15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; width: 285px; } .Subscription-Col-Header h3 { margin-top: 0; font-size: 25px; } .Subscription-Col-Header-Large { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b493f4+0,40b7fb+100 */ background: #b493f4; /* Old browsers */ background: -moz-linear-gradient(-45deg, #b493f4 0%, #40b7fb 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #b493f4 0%,#40b7fb 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #b493f4 0%,#40b7fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b493f4', endColorstr='#40b7fb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ background-image: url('https://cdn.gigger.rocks/img/plan-gradient.jpg'); background-size: cover; background-position: center; width: 283px; height: 105px; border-radius: 4px 4px 0 0; } .Subscription-Col-Header-Large h2 { margin-top: 0; line-height: 105px; color: #FFF; } .Subscription-Col-Banner { background-color: #424554; color: #FFF; margin-top: -1px; width: 283px; margin-left: -15px; height: 27px; line-height: 27px; } .Subscription-Col-Pricing { margin-top: 25px; } .Subscription-Col-Pricing h3 { margin-bottom: 0; } .Subscription-Col-Description { margin-top: 25px; color: #808080; } .Subscription-Col-Description a { color: #808080; } .Subscription-Col-Free { border-right: 1px solid #ECECEC; } .Subscription-Col-2 { background-color: #FFF; height: 400px; position: relative; top:-25px; border-radius: 4px; box-shadow: 0 0 4px rgba(0,0,0,0.2); border: 1px solid #9ED4FF; } .Subscription-Col-3 { border-radius: 0 4px 4px 0; } .Pricing-Feature-Row > .Card { width: 370px; height: 240px; margin-left: 15px; margin-bottom: 15px; padding: 25px 15px; color: #808080; text-align: center; } .Pricing-Feature-Row-Bands > .Card { height: 170px; line-height: 30px; } .Pricing-Feature-Row > .Card .lead { color: #000; } .Pricing-Feature-Row > .Card img { height: 50px; margin-bottom: 10px } .panel-pricing { background-color:#E1E5F1; border-color: #CACDD8; } .panel-pricing > .panel-body { padding-top: 15px; padding-bottom: 5px; font-size: 16px; } .subscribe-modal img { max-width: 100px; max-height: 100px; position: relative; top: -70px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); border-radius: 6px; margin-bottom: -60px; } .subscribe-modal img.loader { box-shadow: none; top:auto; width: 60px; display: block; margin: 0px auto 10px; } .subscribe-modal > .modal-header h3 { margin-top: 0; } .subscribe-modal > .modal-header { background: #F0F0F2 linear-gradient(#F5F5F7, #E9E9EA) repeat scroll 0% 0%; margin:-10px; padding: 15px; border-bottom: 1px solid #D3D3D4; margin-top: -15px; border-radius: 8px 8px 0 0; padding-top: 30px; } .subscribe-modal > .modal-body { padding-bottom: 0; } .subscribe-modal > .modal-body > .form-horizontal { padding: 10px 30px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .input-group:first-child > input { border-radius: 0 4px 0 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .input-group:first-child > .input-group-addon { padding: 6px 8px; border-radius: 4px 0 0 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group { margin-top: -1px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon { border-radius: 0 0 0 4px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon:last-child { border-radius: 0 0 4px 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input { display: table-cell; width: 44%; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp { width: 29%; border-right: none; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-mm { padding-right: 6px; text-align: right; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-yy { padding-left: 6px; border-left: none; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-combined { width: 56%; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon { padding: 6px 8px; } .subscribe-modal > .modal-body > .form-horizontal > .btn { margin: 20px -15px; width: 220px; height: 40px; line-height: 15px; margin-bottom: 0; } .subscribe-modal .form-horizontal .form-control { height: 42px; } .Subscription-Details-Card { margin-top: 40px; } .gray-divider { width: 100%; padding: 30px; background-color: #F8F9FB; border-top: 1px solid #E7E9ED; border-bottom: 1px solid #E7E9ED; margin-top: 50px; margin-bottom: 30px; } .Card > .gray-divider { margin-left: -20px; margin-right: -20px; width: 662px; text-align: center; } .counter-box { border-radius: 4px; margin: 5px; box-shadow: 1px 1px 2px rgba(0,0,0,0.03); background-color: #FFF; display: inline-block; width: 185px; padding-bottom: 15px; border:1px solid #E6E6E8; } .counter-box h3 { font-weight: 400; margin-bottom: -3px; } .counter-box > .text-muted { color:#BBBEC7; margin-bottom: 20px; font-size: 11px; } .counter-box-top { height: 100px; text-align: center; margin-bottom: 15px; border-radius: 4px 4px 0 0; position: relative; } .counter-box-top > .down-arrow { position: absolute; left:50%; transform: translateX(-50%); bottom:-7px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; } .counter-box-top > .down-arrow-orange { border-top: 20px solid #FFAE51; } .counter-box-top > .down-arrow-blue { border-top: 20px solid #00BDF4; } .counter-box-circle { display: inline-block; border-radius: 500px; height: 70px; margin-top: 15px; width: 70px; margin-left: auto; margin-right: auto; background-color: #FFF; line-height: 70px; font-size: 40px; font-weight: 500; } .counter-box-top-blue { background-color: #00BDF4; color: #00BDF4; } .counter-box-top-orange { background-color: #FFAE51; color: #FFAE51; } .ggr-panel { padding: 15px; border-radius: 5px; margin: 50px; } .ggr-panel-primary { background-color: #F2FCFE; border: 1px solid #B2EBFC; } .ggr-panel-primary h1, .ggr-panel-primary h2, .ggr-panel-primary h3, .ggr-panel-primary h4, .ggr-panel-primary h5, .ggr-panel-primary h6 { color: #00BDF4; margin-top: -5px; } .ggr-panel-primary > .gift-icon { width: 50px; margin-left: 20px; } .ggr-panel .panel-head-text { margin-left: auto; padding: 5px; color: #8A989C; width: 406px; } .gray-divider-btm { margin: 10px; } #card-select { width: 221px; margin-left: -15px; margin-bottom: 15px; border-radius: 5px; } #cboxLoadedContent, #colorbox { overflow: visible !important; } #inviteBandForm #bandPreview, #bandPreview > * { height: 60px; line-height: 60px; font-size: 20px; font-weight: 500; } #bandPreview > img { margin-right: 15px; } #inviteBandForm #bandPreview { margin-bottom: 20px; display: none; margin-left: -15px; } .esa-publishEvent img { height: 20px; margin-right: 5px; } .esa-publishEvent { margin-left: 10px; } a.text-link-white { color: #FFF; } .conversation-alert { margin: 15px -20px 20px 0; } .navbar-subfixed { z-index:1029; margin-top:55px; transition: margin-top 0.3s ease; } .navbar-subfixed-small { margin-top:-35px; transition: margin-top 0.3s ease; } #Pricing-Tabs > li > a, #Pricing-Tabs > li > a:hover, #Pricing-Tabs > li > a:focus { background-color: #FFF; transition: all 0.3s ease; } #Pricing-Tabs > li > a:hover { border-color: #FFF; border-bottom-color: #00BCF7; } #Pricing-Tabs > li.active > a, #Pricing-Tabs > li.active > a:hover, #Pricing-Tabs > li.active > a:focus { color: #00BCF7; transition: all 0.3s ease; } .pricing-print { width: 600px; } .ui-autocomplete { /*position: absolute; cursor: default;*/ z-index:9999 !important; } .ui-autocomplete .display-picture { position: relative; top: 10px; } ul.ui-menu { max-height: 420px !important; } .ui-selectmenu-menu { z-index: 99999 !important; } .ui-selectmenu-button { top: 4px; height: 34px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); background-color: #F9F9FB !important; border-color: #C0C8DC !important; font-size: 14px; line-height: 1.42857143; color: #555 !important; } .has-error > .ui-selectmenu-button { border-color: #E87B90 !important; background-color: #FFF1F4 !important; } .selectmenu-label-form-inline { position: relative; top: -9px; } .ServiceProvider-Card > .row > .col-md-4 { } .Review { color: #FFA100; } .Review-lg { letter-spacing: 5px; font-size: 24px; } .ServiceProvider-Card { padding: 20px; } .Star-Reviewer input[type="radio"] { display: none; } .Star-Reviewer i.fa { cursor: pointer; } .form-price-line > .price-row > input { display: inline-block; } .form-price-line > .price-row > input[type="text"] { width: 160px; } .form-price-line > .price-row > input.narrow-number { width: 50px; text-align: center; } .form-price-line > .price-row > span.glyphicon { font-size: 23px; position: relative; top: 6px; cursor: pointer; } .location-alert { display: inline-block; position: absolute; right: 15px; width: 154px; font-size: 13px; } .video-large { max-width: 1150px; max-height: 719px; width: 80vw; height: 45.2vw; margin-top: -45vh; margin-left: auto; margin-right: auto; box-shadow: 1px 1px 3px rgba(0,0,0, 0.4); border-radius: 10px; } .video-overlap-buffer { padding-top: 45vh; } .btn-fixed-left { position: fixed; left: 15px; bottom:6px; } .btn-round { border-radius: 50px; z-index: 2000; width: 45px; height: 45px; font-size: 19px; line-height: 29px; } .btn-dark, .btn-dark:active, .btn-dark:active:hover { background-color: #333; color: #f1f1f1; border-color: #555; } .btn-dark:hover, .btn-dark:focus, .btn-dark:active:focus { background-color: #222; color: #fff; border-color: #222; box-shadow: inset 0 1px 1px rgba(0,0,0,0.8); } .form-inline > .form-group > input.input-inline-pair { width: 69.8% !important; margin-right: 0 !important; float: left !important; border-radius: 3px 0 0 3px !important; } .form-inline > .form-group > button.input-inline-pair { width: 30%; margin-right: 0; float: left; border-radius: 0 3px 3px 0; } .Set-Card-Edit > .row > .col-sm-8 { width: 70%; } .Set-Card-Edit > .row > .col-sm-3 { width: 50.165202%; min-width: 165px; } .nav-tabs.nav-justified>li { vertical-align: bottom; } .BandRow:not(:first-child) { border-top: 1px solid rgba(0,0,0,0.1); margin-top: 25px; padding-top: 25px; } .pagination-controls { text-align: center; margin-bottom: -20px; padding-top: 10px; } .pagination-controls > .search-meta { color: #f1f1f1; line-height: 34px; } .About-body > p, .About-body > ul > li { font-size: 17px; } a.btn-donate, .btn-donate > .glyphicon { font-size: 16px; color: #FFF !important; text-shadow: none; } /* *********************** ** MEDIA QUERIES ** *********************** */ @media (max-width: 1119px) { .Dash-Card { width: 27.19298245614%; min-width: 230px; border-radius: 5px; margin: auto 5px 15px 5px; } } @media (min-width: 980px) { #jumboLaptop { margin-right:-70px; } .home-feature { height: 235px; position: relative; } .home-feature > a.btn { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); } .BandRow:not(:first-child) > * > h5 { display: none; } } @media (max-width: 980px) { #main-bandDashboard-container { display: block !important; } #espform > .form-inline { float: none !important; text-align: center; } .Set-Card-Edit > .row > .col-sm-8 { width: 60%; } .Set-Card-Edit > .row > .col-sm-3 { width: 50.165202%; min-width: 165px; } p.offer-lead { width: auto; margin-right: 0; height: 29px; line-height: 29px; } .split-left { padding-left: 10px; } .split-left .arrow-left { display: none; } .OfferSelectBox { margin-left: -20px; padding-left: 20px; } .OfferSelectBox-TextMain { width: 56.19506931974%; } .split-right { display: block; width: auto; height: auto; } .Offer-Card { display: block; margin-right: 0; width: auto; } .Message-Header-Text { margin-right:0; width: 90%; } .Message-Header .display-picture:not(.display-picture-small) { width: 7.76397515528%; } .Message-Header > .display-picture-small { width: 3.726708074534%; min-width: 20px; } .Send-Message-Card, .conversation-alert, .Message-Container .Read-Receipts { margin-right: 0; } .Search-right-sm { margin-left: auto; margin-right: auto; } #jumboLaptop { max-width: 80%; margin-left:auto; margin-bottom: 50px; position: relative; transform: translateX(-8%); } .navbar-subfixed-small { margin-top: -80px !important; } .Subscription-Card { max-height: 1500px; width: 288px; height: 1460px; } .Subscription-Col { display: block; height: 345px; min-height: 345px; position: relative; margin-top: -1px; margin-bottom: 10px; width: 100%; } .Subscription-Col-2 { height: 400px; } .pricing-print { width: 250px; } .Pricing-Feature-Row > .Card { margin-left: auto; margin-right: auto; float: none; } .Pricing-Feature-Row { } } @media (max-width: 870px) { .glyphicon-chevron-right .resize { display: none !important; } .Send-Message-Controls > span.text-muted { display: none; } } @media (max-width: 770px) { select.select-reset { width: 100%; } } @media (max-width: 767px) { #Notification-Zone { left: 0%; transform: translateX(0%); } #Notification-Arrow { left: 6%; } #espform > .form-inline { margin-left: 15px; margin-right: 15px; } #espform input, #espform select { width: 100% !important; } .Set-Card > .row { display: block; height: auto; } .Set-Card > .row > .col-sm-8, .Set-Card > .row > .col-sm-3 { display: block;; width: 100%; padding-left: 65px; } .Set-Card > .row > .col-sm-3 > .Set-Times { position: relative; } .Set-Card > .row > .col-sm-8 { height: 145px; } .Set-Card-Offer { height: 145px; } .Set-Card > .row > .col-sm-3 { height: 85px; } .Set-Card > .row > .col-md-1 { height: 230px; width: 45px; min-width: 0; padding: 0; display: block; float: left; z-index: 111; } .Set-Card > .row > .col-md-1 > .text-wrapper { position: absolute; top: 50%; left: 50%; transform: translateX(-50%); } .Set-Card-Edit > .row > .col-md-1 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { position: absolute; top: 50%; transform: translateY(-50%); } .Set-Card-Edit > .row > .col-md-1 > .drag { left: 15px; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { left: 4px; } .Set-Card-Edit > .row > .col-md-1 { height: 255px; } .Set-Card-Edit > .row > .col-sm-3 > .Set-Times, .Set-Card-Edit > .row > .col-sm-3 > .remove-set { top: 75%; } .nav-tabs > li > a { margin: 0 5px; font-size: 0.9em; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { /*color: #FFF;*/ background: transparent; border-color: :#00bcf7; /*background-color: #00bcf7;*/ } .nav-venue > li.active > a, .nav-venue > li.active > a:hover, .nav-venue > li.active > a:focus { /*background-color: #D46BD0; background-color: rgb(115, 57, 113);*/ border-color: #d46bd0; } .split-left { width:60%; } .split-right h1 > span.glyphicon-inbox { display: none; } .split-right > .vertical-center-block > h4 { margin-top: 40px; } .Message-Header > .display-picture-small { left:4.968944099379%; } .Performer-Card { width: 27.19298245614%; min-width: 250px; border-radius: 5px; margin: auto 5px 15px 5px; } .Event-Card > .Event-Image { position: static; width: 100%; border-radius: 3px 3px 0 0; margin-bottom: 10px; height: 120px; } .Event-Card-Inner > .row > .border-right { border: none; } .Event-Set-Times { border-top: 1px solid #E7E9F0; margin-top: 60px; } .navbar-collapse .nav > .divider-vertical { display: none; } /* .navbar .navbar-nav { background-color: rgba(17,17,17,0.9); } */ .navbar .navbar-collapse { background-color: rgba(17,17,17,0.9); } .navbar-inverse .navbar-collapse { background-color: rgba(17,17,17,0.9); } #bs-example-navbar-collapse-1 { background-color: rgba(17,17,17,0.9); position: relative; top: -15px; text-align: left; } #bs-example-navbar-collapse-1 .btn { width: 170px; } .navbar-collapse .navbar-right { margin-left: 0; } .navbar .navbar-collapse { text-align: left; } #middleNav { border: 1px solid rgba(255,255,255,0.1); border-left: none; border-right: none; margin-left: 10px; } #middleNav > li { float: left; } .navbar-right-btns > li { float: right; } .navbar-right-btns { margin-right: 10px; } .colorbox-modal-small, .colorbox-modal-medium, .colorbox-modal-mediumlarge, .colorbox-modal-large { width: 90vw; } .navbar-grey > * > .navbar-nav { margin-top: 0; } .navbar-cancelled > * > .navbar-nav > li, .navbar-cancelled > * > .navbar-nav > li.navbar-text, .navbar-past > * > .navbar-nav > li, .navbar-past > * > .navbar-nav > li.navbar-text, .navbar-orange > * > .navbar-nav > li, .navbar-orange > * > .navbar-nav > li.navbar-text { margin: -8px 15px 0; } .navbar-grey > * > .navbar-nav > li > h3 { color: #F1F1F1; text-shadow: 1px 1px 0 rgba(0,0,0,0.4); } .navbar-grey > * > .navbar-nav > li:first-child { float: left; margin-left: 15px; } .navbar-grey > * > .navbar-nav > li:last-child { float: left; margin-left: 15px; } .navbar-grey { background-color: #7D88A7; } .main-dash-container > .nav-padder-xsm { height: 75px; } } @media (min-width: 768px) { .nav-tabs.nav-justified>li>a { border-bottom: none; } .nav-tabs { border: none; } .nav-tabs .nav-primary > .active { } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: transparent; border: none !important; border-bottom: 3px solid #00bcf7 !important; } .nav-venue > li.active > a, .nav-venue > li.active > a:hover, .nav-venue > li.active > a:focus { border-bottom-color: #D46BD0 !important; } .nav-venueEventAdmin > li.active > a, .nav-venueEventAdmin > li.active > a:hover, .nav-venueEventAdmin > li.active > a:focus { border-bottom-color: #FE855E !important; } .nav-purple > li.active > a, .nav-purple > li.active > a:hover, .nav-purple > li.active > a:focus { border-bottom-color: #A58CE1 !important; } .navbar .navbar-nav { /* display: inline-block; */ /* float: none; */ /* vertical-align: top; */ } .navbar-right { margin-right:0; } .center-pill-nav { width: 66%; margin: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); border-radius: 50px; } .center-pill-nav > li.active > a { border-radius:0; } .center-pill-nav > li:first-child > a, .center-pill-nav > li:first-child > a:hover { border-radius: 50px 0 0 50px; } .center-pill-nav > li:last-child > a:hover, .center-pill-nav > li.active:last-child > a { border-radius:0 50px 50px 0; } .center-pill-nav > li { border-right:1px solid rgba(0,0,0,0.2); border-left:1px solid rgba(255,255,255,0.5); } .center-pill-nav > li:first-child { border-right:1px solid rgba(0,0,0,0.2); border-left:none; } .center-pill-nav > li:last-child { border-right:none; border-left:1px solid rgba(255,255,255,0.5); } .row > .bordered { border-left: 1px solid rgba(255,255,255,0.081); border-right: 1px solid rgba(255,255,255,0.081); } /*.form-inline .input-inline-pair:not(label):first-child { border-radius: 5px 0 0 5px; margin-right:0; } .form-inline .input-inline-pair:not(label):nth-child(2), .form-inline .input-inline-pair:not(label):nth-child(2), .form-inline .input-inline-pair:not(label):nth-child(2) { border-radius:0 5px 5px 0; margin-left: -6px; }*/ } @media screen and (max-width: 560px) { #Notification-Zone { left: 0%; transform: translateX(-26%); } #Notification-Arrow { left: 32%; } .navbar-grey > * > .navbar-nav > li > h3 { font-size: 20px; } .btn-lg { font-size: 16px; } .btn-wide { margin-bottom: 5px; } .lineup-toolbar, .lineup-editor-controls { float: none !important; margin: 10px 0; } .Sets-Container { margin-top: 10px; } .nav-tabs > li > a { margin: 0 5px; font-size: 0.8em; } #Band-Tabs, #Venue-Tabs, #Event-Tabs { margin-left: -5px; margin-right: -8px; } .split-left { width:75%; } .Message-Header > .display-picture-small { left:0; } .Message-Header-Time { position: relative; display: block; width: 100%; font-size: 0.8em; } .Message-Header-Text { width: 85%; } } @media screen and (max-width: 490px) { .btn-lg { font-size: 14px; } #middleNav { width: 100%; margin-left: auto; margin-right: auto; text-align: center; } #middleNav > li { float: none; display: inline-block; } .navbar-right-btns > li { float: none; display: inline-block; } .navbar-right-btns { margin-left: auto; margin-right: auto; text-align: center; } .split-left { width:80%; } p.offer-lead { height: auto; } p.offer-lead > button { float: none !important; } .Event-Card-Inner > .row > .col-sm-7 > .pull-right, .Event-Card-Inner > .row > .col-sm-7 > .pull-left { float: none !important; width: 100%; display: block; } .Event-Set-Times { margin-top: 20px; } .Set-Offer-Details { display: none; } } @media (max-width: 460px) { .navbar-grey > * > .navbar-nav > li > h3 { font-size: 18px; } #Notification-Zone, #Notifications-Inner { width: 325px; } #Notifications-Inner > .Notification-Container > .Notification-Text { width: 66.579634464752%; } .Blog-Card { max-height: 600px; height: 475px; } .Blog-Image-Col { display: block; width: 100%; height: 175px; border-radius: 4px 4px 0 0; } .Blog-Details { display: block; float: none; width: 100%; border-top: none; border-left: 2px solid #FFA100; border-radius: 0 0 4px 4px; } } @media (max-width: 420px) { .psuedo-navbar-list > li { padding: 2px; width: 30%; } .psuedo-navbar-image-btn { width: 100%; } } @media (max-width: 400px) { #Notification-Zone { position: fixed; top: 55px; left: 50%; transform: translateX(-50%); width: 100vw; height: 100vh; } #Notification-Arrow { display: none; } #Notifications-Inner { width: 100%; height: 100vh; } } @media (max-width: 380px) { #bandMembers_Table { font-size: 0.85em; } .hidden-xxs { display: none !important; } }
main/static/esa.css
@import url(nouislider.min.css); @import url("bootstrap.min.css"); @import url("colorbox.css"); @import url("sidebar.css"); @import url("jquery-ui.min.css"); /* Copyright ©2015, Gigger Pty Ltd, All rights reserved. */ html, body { /*height: 100%;*/ -webkit-font-smoothing: antialiased; color: #000; overflow-x: hidden; } html { position: relative; min-height: 100%; } body { padding: 0 0 245px; /* bottom = footer height */ padding-top: 0; font-family: 'Roboto', Helvetica, sans-serif; } footer, .footer { position: absolute; left: 0; bottom: 0; } .text-white { color: #fff; } #wrapper { min-height: 100%; height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ height: 100%; margin: 0 auto -192px; /* the bottom margin is the negative value of the footer's height */ padding-top:55px; } .footer, #push { height: 222px; /* .push must be the same height as .footer */ } /* body { margin-bottom: 222px; padding-top: 55px; height: auto; position: relative; } */ #homeNav > li { background: none !important; border: none !important; } #homeNav > li.active > a { color: #FFF; } .navbar-inverse .navbar-right > li > span > a.btn { padding: 8px 15px; border-radius: 6px; font-size: 14px; } .navbar-inverse .navbar-right > li > span > a.btn-warning { background-color: #F39635; border-color: #FCB56F; } .navbar-inverse .navbar-right > li > span > a.btn-warning:hover, .navbar-inverse .navbar-right > li > span > a.btn-warning:focus { background-color: #e98317; border-color: #f19941; } .navbar-inverse .navbar-right > li > span > .facebook { width: 170px; text-align: right; line-height: 21px; height: 38px; margin-top: 8px; border: 1px solid #3B5998; } .navbar-inverse .navbar-right > li > span > .facebook:hover, .navbar-inverse .navbar-right > li > span > .facebook:focus { background-color: #2f4c8a; background: url("https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png") no-repeat scroll center center, #4E6DAF linear-gradient(#4E6DAF, #4E6DAF) repeat scroll 0% 0%; color: #FFF; } #main-nav { height: 55px; background-color: #24262E; /*background-color: #012;*/ } #ggr_logo { margin-top: -5px; display: inline; } #ggr_dashbrd { font-weight: 400; font-size: 13px; } #ggr_dashbrd .active, #ggr_dashbrd:hover { color: #fff; } a.black-link { color: #465a76; } .navbar-inverse .navbar-brand { color: #e6e6e6; font-size: 33px; font-weight: 200; letter-spacing: 1px; } .navbar-inverse .navbar-left > li > a { color: #AEB1BD; transition: color 0.2s; } .navbar-inverse .navbar-right > li > a, .navbar-inverse .navbar-text { color: #AEB1BD; transition: color 0.2s; } .notification-navbtn { margin-left: 5px; } .navbar-inverse .navbar-nav > .active { background-color: transparent; border-style: none; } /*.navbar-inverse .navbar-nav > .active:nth-child(2) > a { color: #00BCF7; }*/ .navbar-default .navbar-nav > li > a { color:#333; } .navbar-default .navbar-nav > li > a#subnav_mainSelector { color: #4FBBE1; } .navbar-default .navbar-nav > li > span#subnav_title { line-height: 20px; padding: 15px 0; display: block; } #subnav_caretRight { margin: 14px 5px 0px; } .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #777; } .navbar-default { background-color: #FFF; box-shadow:0 0 2px rgba(0, 0, 0, 0.08); border-bottom: 1px solid #d1d1d1; margin-bottom:0; } .navbar-right-btns { margin-top: 4px; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: transparent; } .nav-tabs > li > a { color: #999; padding: 10px 2px; margin:0 20px; } .nav-tabs > li:nth-child(1) > a { margin-left:0; } .navbar .divider-vertical { height: 34px; margin: 9px; border-right: 1px solid #e1e1e1; /* border-left: 1px solid #f2f2f2; */ } .top-extras { margin-top: 10px; } .top-extras > li > a { color: #505364; font-size: 15px; } .top-extras > li.active > a { color: #1EB3E9; } .top-extras .divider-vertical { height: 24px; margin:0 2px -6px -6px; border-right: 1px solid #ABB3CB; /* border-left: 1px solid #f2f2f2; */ } .row > .border-right { border-right: 1px solid #E7E9F0; } .navbar-inverse .divider-vertical { border-right-color: #313131; border-left: 1px solid #000; border-left-color: #000; margin-left:0; margin-right:0; } #subnav_mainSelector { padding-left:0; } #mainnav_accountDropdown { padding-right:0; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; font-weight: 400; font-size: 18px; } .navbar-header { padding-bottom: 12px; } .navbar-inverse .navbar-nav > li > a { font-weight: 300; font-size: 18px; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; /* background-color: rgba(17,17,17,0.9); */ } .navbar-orange .navbar-right > li > a, .navbar-past .navbar-right > li > a, .navbar-cancelled .navbar-right > li > a { font-size: 14px; } .navbar-orange { border-top: 1px solid #FDCCB9; border-bottom: 1px solid #E19475; box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5); z-index: 10; } .navbar-past, .navbar-cancelled { border-bottom:none; box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5); z-index: 10; } #adminEventSubnav { z-index: 0; } .navbar-orange, .navbar-orange .navbar-left > li, .navbar-orange .navbar-left > li.navbar-text, .navbar-orange .navbar-right > li > a, .navbar-orange .navbar-right > li { background-color: #FBA482; color: #fff; margin: 0; padding: 0; line-height: 41px; height: 42px; max-height: 42px; min-height: 42px; overflow-y: hidden; } .navbar-past, .navbar-past .navbar-left > li, .navbar-past .navbar-left > li.navbar-text, .navbar-past .navbar-right > li > a, .navbar-past .navbar-right > li, .navbar-cancelled, .navbar-cancelled .navbar-left > li, .navbar-cancelled .navbar-left > li.navbar-text, .navbar-cancelled .navbar-right > li > a, .navbar-cancelled .navbar-right > li { color: #fff; margin: 0; padding: 0; line-height: 41px; height: 42px; max-height: 42px; min-height: 42px; overflow-y: hidden; } .navbar-past, .navbar-past .navbar-left > li, .navbar-past .navbar-left > li.navbar-text, .navbar-past .navbar-right > li > a, .navbar-past .navbar-right > li { background-color: #7D88A7; } .navbar-cancelled, .navbar-cancelled .navbar-left > li, .navbar-cancelled .navbar-left > li.navbar-text, .navbar-cancelled .navbar-right > li > a, .navbar-cancelled .navbar-right > li { background-color: #F18096; } .navbar-orange .navbar-right > li > a:hover, .navbar-past .navbar-right > li > a:hover, .navbar-cancelled .navbar-right > li > a:hover { color: #f1f1f1; } .nav-venueEventAdmin > li.active > a, .nav-venueEventAdmin > li.active > a:hover, .nav-venueEventAdmin > li.active > a:focus { border-bottom-color: #FE855E; } .nav-purple > li.active > a, .nav-purple > li.active > a:hover, .nav-purple > li.active > a:focus { border-bottom-color: #A58CE1; } .btn-venueEventAdmin { background-color: #FE855E; color: #FFF; } .btn-default { color: #797C8B; background-color: #F4F4F9; } .btn-default:hover, .btn-default:focus { color: #797C8B; } .btn-grey { background-color: #111; border-color: #717171; color: #999999; } .btn-grey:hover, .btn-grey:focus { color: #ffffff; background-color: #222; } .btn-light-grey { background-color: #BBC1D3; border-color: #ACB4C9; color: #FFFFFF; } .btn-light-grey:hover, .btn-light-grey:focus { color: #ffffff; background-color: #a2a7ba; } .btn { box-shadow:0 1px 1px rgba(0, 0, 0, 0.12); transition: box-shadow, background-color 0.1s; } .btn:hover, .btn:focus { box-shadow: inset 0 0 2px rgba(0,0,0,0.12); transition: box-shadow, background-color 0.1s ease; } .btn-danger-soft, .btn-danger-soft:hover { color: #F18096; } .btn-default { border-color: #BCC2D3; } .btn-default:hover, .btn-default:focus { border-color:#BCC2D3; } .bg-split { background: #BFC6D9; background: -moz-linear-gradient(left, #5e6171 0%, #5e6171 38%, #BFC6D9 38%, #BFC6D9 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5e6171), color-stop(38%,#5e6171), color-stop(38%,#BFC6D9), color-stop(100%,#BFC6D9)); background: -webkit-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: -o-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: -ms-linear-gradient(left, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); background: linear-gradient(to right, #5e6171 0%,#5e6171 38%,#BFC6D9 38%,#BFC6D9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e6171', endColorstr='#dadeea',GradientType=1 ); margin-bottom: -18px; transition: background-image 0.4s; -moz-transition: background-image 0.4s; -webkit-transition: background-image 0.4s; height: 100%; } .bg-table { display: table; vertical-align: top; height: 100%; } .split-left { width: 40%; } .split-left, .split-right { display: table-cell; vertical-align: top; } .split-right { width: 60%; padding: 20px; } .dark-grey-bg { background-color: #5e6171; height: 500px; } .default-bg { background-color: #BFC6D9; height: 80vh; } .sub-nav { background: #efefef; margin-top:0; } .sub-nav, .sub-nav > li, .sub-nav > li.active > a, .sub-nav > li > a { border-radius:0 0 7px 7px; } #jumbo-home { /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(48%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.8))), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%), url('https://cdn.gigger.rocks/img/blueCrowdBlur.jpg') no-repeat; background-size: cover;*/ color: #f1f1f1; font-weight: 200; text-shadow: 1px 1px rgba(0,0,0,0.3); margin-bottom:0; } #ggr-jumbo-home { background: transparent; /*background-image: url('https://cdn.gigger.rocks/img/band.jpg'); background-size: cover; background-position: center center;*/ color: #f1f1f1; font-weight: 200; text-shadow: 1px 1px rgba(0,0,0,0.3); margin-bottom:0; } #ggr-jumbo-home h2 { font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size:38px; } #jumbo-home h1 { font-weight: 100; letter-spacing: 2px; } #jumbo-home .text-primary { color: #45a5f7; } .text-muted-light-blue { color: #BFC4D6; } .text-muted-blue { color: #9BA1B5; } .text-muted-dark-bg { color: #BCBFCC; } .text-muted-dark-bg2 { color: #A3ACC4; } .text-warning-ggr { color: #FFA100; } .tk-hwt-artz { text-transform: uppercase; font-family: "hwt-artz",impact,sans-serif; } .text-muted-blue-grey { color: #737D94; } .text-large { font-size: larger; } .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .center-pill-nav { background-color: #f1f1f1; box-shadow: 2px 2px 2px rgba(0,0,0,0.25); } .nav-padder { height: 120px; } .nav-padder-sm { height: 75px; } .light-blue-grey-bg { background-color: #cdd8e3; } .dark-style-container { background-color: #383838; color: #ebebeb; } .dark-recess { background: #2B2F3A; /*background-color: #012;*/ color: #858b97; padding: 30px; box-shadow: inset 4px 4px 9px rgba(0,0,0, 0.5); text-align: center; font-size: 15px; font-weight: 400; line-height: 22px; /* font-family: tahoma, "helvetica neue", sans-serif; */ letter-spacing: 1px; margin:0 -15px; } .dark-recess h1, .dark-recess h2, .dark-recess h3 { color: #F1F1F1; font-weight: 300; text-transform: capitalize; font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .dark-recess .glyphicon { font-size: 54px; color: #F1F1F1; text-shadow: 2px 2px 2px rgba(0,0,0,0.4); } .dark-recess .glyphicon-arrow-right { transform: translateX(50%) translateY(-25%); color: #858b97; text-shadow: none; } .home-section h1, .home-section h2 { font-weight: 300; text-transform: capitalize; font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .home-section { padding: 50px 30px; background-color: #cdd8e3; } .band-bubbles { text-align: center; } .band-bubbles .bubble-img { border-radius: 160px; background-position: center; background-size: cover; box-shadow: 1px 1px 1px rgba(0,0,0,0.4), -1px -1px 1px rgba(255,255,255,0.4); height: 160px; width: 160px; margin: 20px; display: inline-block; cursor: pointer; } #TRP-Bubble { background-image: url('/img/trp.jpg'); } #LYTS-Bubble { background-image: url('/img/lyts.jpg'); } #TSR-Bubble { background-image: url('/img/tsr.jpg'); } #W2TH-Bubble { background-image: url('/img/w2th.jpg'); } #TH-Bubble { background-image: url('/img/th.jpg'); } #SUR-Bubble { background-image: url('/img/sur.jpg'); } #HH-Bubble { background-image: url('/img/hh.jpg'); } #DC-Bubble { background-image: url('/img/dc.jpg'); } #SC-Bubble { background-image: url('/img/sc.jpg'); } #WS-Bubble { background-image: url('/img/ws.jpg'); } .parallax-divider { min-height: 350px; background-color: transparent; box-shadow: inset 0 0 8px rgba(0,0,0,0.4); padding: 80px 0; } .small-shadow { box-shadow: 1px 1px 3px rgba(0,0,0,0.2); } #carousel-testimonial { } #carousel-testimonial > .carousel-control.right, #carousel-testimonial > .carousel-control.left { background-image: transparent; background: transparent; } #carousel-testimonial .Card { max-width:960px; box-shadow: 1px 1px 6px rgba(0,0,0,0.4); } #carousel-testimonial .Card .img-circle { max-height: 150px; margin-top: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; } .image-box-container { border-radius: 6px; box-shadow: 3px 3px 9px rgba(0,0,0,0.8); position: fixed; left: 0; right: 0; top: 50%; margin-left: auto; margin-right: auto; transform: translateY(-50%); max-width: 80%; max-height: 80%; background: transparent; z-index: 99999; } .image-box { cursor: pointer; } .psuedo-navbar { position: fixed; top:55px; width: 100vw; color: #fff; background-color: rgba(0,0,0,0.7); height: 95px; padding: 10px; z-index: 1000; transition: 0.6s ease top; } .scroll-hidden { position: fixed; top: -100px !important; } .psuedo-navbar-list { margin-left: auto; margin-right: auto; } .psuedo-navbar-image-btn { height: 75px; width: 120px; background-position: center; background-size: cover; position: relative; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0,0,0,0.4); cursor: pointer; border-bottom-width: 0; /*transition: 0.4s ease border-bottom-width, 0.4s ease height;*/ box-sizing: content-box; } .psuedo-navbar-image-btn:hover, .active > .psuedo-navbar-image-btn { border-bottom: 4px solid #FFA100; height: 71px; } .psuedo-navbar-image-btn:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; transition: 0.4s ease border-top-width; border-top-width: 0; border-left-width: 0; border-right-width: 0; } .active .psuedo-navbar-image-btn:after { border-top: solid 15px #FFA100; border-left: solid 15px transparent; border-right: solid 15px transparent; transition: 0.4s ease border-top-width; } .psuedo-navbar-image-btn:hover > .image-btn-label, .active > .psuedo-navbar-image-btn > .image-btn-label { bottom: 1px; } .image-btn-label { position: absolute; bottom: 5px; font-weight: 500; width: 100%; text-align: center; } .image-btn-bands { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/earthrot1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/earthrot1_wash1.jpg); } .image-btn-promoters { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/ttol1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/ttol1_wash1.jpg); } .image-btn-venues { background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/catbrush1_wash1.jpg); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(/img/catbrush1_wash1.jpg); } .hww-jumbo h1, .hww-jumbo h2, .hww-jumbo h3, .hww-description h1, .hww-description h2, .hww-description h3, .FAQ-container h2 { font-family: 'Titillium Web', Helvetica, 'Sans Serif'; } .hww-jumbo { text-align: center; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); background: transparent; /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);*/ padding: 150px 50px; padding-top: 250px; margin-bottom: 0; } .hww-description { padding-left: 3vw; padding-right: 3vw; } .hww-description p, .hww-description h2 { margin-bottom: 30px; } .FAQ-container { background-color: #cdd8e3; padding-top: 0; margin-bottom: -35px; padding-bottom: 35px; border-left: 4px solid #bac4ce } .FAQ-container-inner { padding-top: 15px; } .FAQ-question, .FAQ-answer { border-radius: 18px; padding: 15px; margin-bottom: 15px; max-width: 73.5%; margin-top: 3px; } .FAQ-question { float: right; color: #fff; background-color: #0077e5; } .FAQ-answer { background-color: #fbfafa; float: left; } .Blog-Card { height: 300px; position: relative; padding: 0 !important; } .Blog-Image-Col { padding-left: 0 !important; padding-right: 0 !important; height: 298px; width: 50%; background-position: center; background-size: cover; display: inline-block; border-radius: 4px 0 0 4px; } .Blog-Details { text-align: center; border-top: 2px solid #FFA100; border-bottom: 2px solid #FFA100; border-right: 2px solid #FFA100; border-radius: 0 4px 4px 0; padding: 20px 0 20px 20px; float: right; height: 298px; padding-right: 15px; width: 50%; } .Blog-Card img { border-radius: 4px 0px 0px 4px; max-height: 299px; } .Blog-Card-sm { position: relative; padding: 0 !important; text-align: center; height: 350px; overflow-y: hidden; } .Blog-Details-sm { position: absolute; bottom: 0; height: 175px; padding: 20px; border-bottom: 2px solid #00bcf7; border-left: 2px solid #00bcf7; border-right: 2px solid #00bcf7; background: #fff; border-radius: 0 0 4px 4px; width: 100%; } .Blog-Details-sm > div { height: 135px; display: table-cell; vertical-align: middle; } .Blog-Image-sm { background-size: cover; height: 50%; } .Blog-Social-Btns { width: 300px; padding: 10px; padding-bottom: 5px; padding-left: 0; } .Blog-Image { height: 40vh; background-position: center; background-size: cover; margin-left: -20px; margin-right: -20px; } .Blog-Header { widows: 3; text-align: center; } .Blog-Content p { font-size: 16px; } .Blog-Content blockquote p { font-size: 14px; } .Blog-Content h2 { font-size: 26px; } .promoter-avatar, .band-avatar, .venue-avatar { font-size: 35px; line-height: 75px; width: 65px; height: 65px; margin-left: 10px; float: right; border-radius: 65px; text-align: center; color: #fff; } .promoter-avatar { background-color: #826abb; line-height: 65px; /*margin-top: -7px;*/ } .band-avatar { background-color: #00bcf7; } .ggr-avatar { background-image: url(/img/gigger-logo-rgb-m.png); background-size: contain; width: 65px; height: 65px; margin-right: 10px; float: left; padding: 15px; } div.fb-share-button.fb_iframe_widget { top: -5px; margin-right: 8px; } div.fb-comments.fb_iframe_widget { width:100%; } #jumbo-404 { background-image:url(img/404.jpg); background-size: cover; background-position: center; height:100vh; margin-bottom: -40px; } .band-jumbo { position: relative; color: #FFF; background-size: cover; background-position: center; height: 300px; } .band-jumbo > .container { position: relative; z-index: 10; height: 100%; } .band-jumbo > .container > .band-name { position: absolute; left: 20.512820512821%; bottom: -45px; width: 80%; } .band-jumbo > .container > .band-name > h3, .band-jumbo > .container > .band-name > h2 { max-width: 99%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .band-jumbo > .container > .band-name > h3 { margin-top: 0; } .band-jumbo > .container > .band-name > h2 { margin-bottom: 0; } .Profile-Picture { background-size: cover; background-position: center; background-color: #ddd; width: 17.094017094017%; min-width: 120px; height: 0; padding-bottom: 17.094017094017%; position: absolute; bottom: -75px; border: 7px solid #FFF; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0,0,0,0.4); } .profile-navbar { height: 55px; margin-top: -30px; margin-bottom: 20px; background-color: #334455; border-color: #223344; border-radius: 0 0 2px 2px; } .dark-blue-bg { background-color: #123; } .panel-dark > .panel-heading { color: #EEE; background-color: #345; border-color: #234; } .panel-dark { background-color: #456; color:#f1f1f1; border-color: #345; } .panel-dark a { color: #9ad; } .panel-dark a:hover { color: #79b; } .profile-stats { margin-top: 5px; padding-left: 20%; padding-left: calc(17.094017094017% + 30px); } .profile-stats > li { padding-right: 20px; text-align: center; font-weight: 400; font-size: 12.5px; /*color: #66757f;*/ color: #89a; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); } .profile-stats > li > div { font-weight: 600; font-size: 14.5px; color: #acd; } .profile-navbar > div > ul > li > .btn-wide { font-weight: 600; } .panel-calendar { padding: 0; } .clndr { border-radius: 3px; overflow: hidden; } .clndr > .controls { padding: 6px 15px; background-color: #39577d; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; } .clndr > .controls > .glyphicon { cursor: pointer; } .clndr > .days-container > .days > .headers > .day-header, .clndr > .days-container > .days > .day { width: 14.28571428571429%; display: inline-block; padding: 8px 0; font-size: 12px; text-align: center; color: #eee; box-sizing: border-box; float: left; } .clndr > .days-container > .days > .headers > .day-header { background-color: #39577d; color:#fff; border-bottom: 1px solid #135; font-size: 16px; font-weight: 500; padding: 5px 0px; } .clndr > .days-container > .days > .day { border-right: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5); background-color: #579; } .clndr > .days-container > .days > .past { background-color: #69b; } .clndr > .days-container > .days > .today { background-color: #357; } .clndr > .days-container > .days> .day.event { background-color: #a04d4d; cursor: pointer; } .main-header { text-align: center; margin-bottom: 40px; margin-top: 20px; } .navbar-transparent { background-color: transparent; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */ background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ box-shadow: none; border: none; margin-bottom: 25px; position: absolute; width: 100%; z-index: 10; } .navbar-transparent .navbar-brand { padding-top: 10px; } .navbar-transparent .navbar-nav >li>a { color: #FFF !important; font-weight: 500; } .navbar-transparent .navbar-nav>.active>a, .navbar-transparent .navbar-nav>.active>a:hover, .navbar-transparent .navbar-nav>.active>a:focus { background-color: transparent; color: #e1e1e1; } .panel-dark-transparent { background-color: rgba(36, 46, 56, 0.9); border-radius: 4px 4px 0 0; box-shadow: 0 0 2px rgba(0,0,0, 0.4); } .jumbo-search { padding-bottom: 0; margin-bottom: 0; } .search-controls { padding-top: 15px; } .search-controls, .jumbo-search { color: #FFF; background-position: center; background-size: cover; } .form-range-slider { display: block !important; margin-bottom: 15px !important; } .range-slider { width: 100% !important; } .search-results { padding-top: 35px; text-align: center; } .search-results > h3 { color: #f1f1f1; } .pager-dark li>a, .pager-dark li>span { border: 1px solid #456; background-color: #345; color: #cde; } .pager-dark li>a:hover { color: #cde; background-color: #234; border-color: #345; } .btn-group.btn-group-dark.btn-group-justified > .btn-group > .btn { background-color: #345; color: #cde; border-color: #456; border-bottom: none; border-radius: 2px 2px 0 0; } .btn-group-dark>.btn-group>.btn.btn-default.active { background-color: #234; color:#bcd; border-color: #345; } @media (min-width: 770px) { .genre-group { width:66%; width: calc(100% - 280px); margin-right: 15px; } .genre-group > select.form-control { width: calc(100% - 50px); } .band-type-group { float: right; margin-top: 6px; } .country-group, .state-group, .city-group { width: 33%; } .country-group > select.form-control { width: calc(100% - 65px); } .state-group > select.form-control { width: calc(100% - 50px); } .city-group > input.form-control { width: calc(100% - 30px); } } @media (max-width: 770px) { .band-jumbo { padding-bottom: 48px; } .Profile-Picture { height: 120px; width: 120px; min-width: 120px; min-height: 120px; padding-bottom: 0; } .band-jumbo > .container > .band-name { left: 150px; width: calc(90% - 150px); } .profile-stats { padding-left: 150px; display: inline-block; } .profile-stats > li { display: inline-block;; } .profile-btns { display: inline-block; float: right; margin-right: 0; margin-top: 0; margin-bottom: -55px; } .profile-navbar > div > ul > li > .btn-wide { width: 120px !important; } #min-likes-group, #max-likes-group { width: 45%; display: inline-block; } } @media (max-width: 460px) { .band-jumbo > .container > .band-name > h2 { font-size: 20px; } .band-jumbo > .container > .band-name > h3 { font-size: 18px; } .band-jumbo > .container > .band-name { left: 140px; width: calc(90% - 140px); } .profile-navbar { height: 110px; } .profile-stats { padding-left: 15px; margin-top: 55px; } } .triangle-down { width: 0; height: 0; border-left: 70px solid transparent; border-right: 70px solid transparent; border-top: 35px solid #31353c; margin: auto; margin-top: -20px; z-index: 3; } .light-recess { padding: 30px; text-align: center; font-size: 15px; font-weight: 400; line-height: 22px; letter-spacing: 1px; } .light-recess h1, .light-recess h2, .light-recess h3 { font-weight: 300; text-transform: capitalize; } .card-style { border: 1px solid #cac1c9; border-radius: 5px; /* box-shadow: 2px 2px 2px rgba(0,0,0,0.2); */ background-color: #FFF; margin: 15px; font-size: 22px; font-weight: 200; padding: 70px 125px; color: #373737; position: relative; } .card-style h1 { font-size: 35px; font-weight: 400; text-transform: capitalize; letter-spacing: 1px; } .w80pc { width: 85%; margin-left: auto; margin-right: auto; } .w85pc { width: 85%; margin-left: auto; margin-right: auto; } .w75pc { width: 75%; margin-left: auto; margin-right: auto; } .w50pc { width: 50%; margin-left: auto; margin-right: auto; } .text-light h1, .text-light h2, .text-light h3, .text-light { font-weight: 200; } .text-md-light { font-weight: 300; } .text-h-light { font-weight: 400; } .text-purple { color: #A58AE3; } .text-pink { color: #D667CD; } .btn-warning-ggr { background-color: #FFA100; border-color: #FFAE51; color: #FFF; } .btn-warning-ggr:hover, .btn-warning-ggr:focus { color: #F9F9F9; background-color: #EB9500; border-color: #EEA149; } .btn-warning-ggr-soft, .btn-warning-ggr-soft:hover { background-color: #FFF; color: #FFAE51; } .btn-primary-soft, .btn-primary-soft:hover { background-color: #FFF; color: #00BDF4; } .btn-pink { background-color: #D26FCE; border-color: #D26FCE; color: #FFF; } .btn-pink:hover, .btn-pink:focus { background-color: #c163be; color: #fff; } .btn-purple { background-color: #A58AE3; border-color: #9278cf; color: #FFF; } .btn-purple:hover, .btn-purple:focus { background-color: #826abb; border-color: #785eb5; color: #fff; } .text-shadow { text-shadow: 1px 1px 1px rgba(0,0,0,0.7); } .inset-shadow { box-shadow: inset 1px 1px 2px rgba(0,0,0,0.9);border-radius: 5px; } footer.dark-footer a { color: #AEB1BD; transition: color 0.3s; } footer.dark-footer > .dark-recess { font-family: "helvetica neue", helvetica, arial, sans-serif; font-weight: 200; color:#AEB1BD; } footer.dark-footer { font-family: "helvetica neue", helvetica, arial, sans-serif; } footer ul.list-unstyled:hover a { color: #5B5E6B; transition: color 0.3s; } footer ul.list-unstyled:hover a:hover, footer ul.list-unstyled:hover a:focus { color: #AEB1BD; transition: color 0.3s; text-decoration: none; } footer.dark-footer h3 { color: #afafaf; text-transform: uppercase; letter-spacing: 4px; font-size: 10px; font-family: "helvetica neue", helvetica, arial, sans-serif; } footer.dark-footer .socialLinks > a > img { max-height: 21px; } footer.dark-footer .socialLinks:hover img { opacity: 0.6; transition: opacity 0.3s; } footer.dark-footer .socialLinks img:hover { opacity: 1.0; transition: opacity 0.3s; } .footer { width: 100%; /* Set the fixed height of the footer here */ height: 212px; background-color: #f5f5f5; } input.form-control, textarea.form-textbox { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); background-color: #F9F9FB; } select.form-control { width: 190px; } .form-control, textarea.form-textbox { border-color: #C0C8DC; } input.form-control.form-narrow-input { width: 80px; display: inline-block; } input.form-control.form-narrow-input-xs { width: 65px; display: inline-block; } .form-horizontal .control-label { text-transform: uppercase; text-align: left; color: #737D94; font-weight: 300; } .radial-blue { background: #53a7e0; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #53a7e0 0%, #07448e 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#53a7e0), color-stop(100%,#07448e)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #53a7e0 0%,#07448e 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #53a7e0 0%,#07448e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a7e0', endColorstr='#07448e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-red { background: #a90329; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #a90329 0%, #6d0019 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #a90329 0%,#6d0019 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #a90329 0%,#6d0019 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-green { background: #1edb7d; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #1edb7d 0%, #008e4c 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#1edb7d), color-stop(100%,#008e4c)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #1edb7d 0%,#008e4c 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #1edb7d 0%,#008e4c 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1edb7d', endColorstr='#008e4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .radial-purple { background: #de35fc; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #de35fc 0%, #fc325e 70%, #c92828 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center center,0, center center, 100%, color-stop(0%,#de35fc), color-stop(70%,#fc325e), color-stop(100%,#c92828)); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* Chrome10+,Safari5.1+ */ background: -o-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* Opera 12+ */ background: -ms-radial-gradient(center, ellipse cover, #de35fc 0%,#fc325e 70%,#c92828 100%); /* IE10+ */ background: radial-gradient(ellipse at center, #de35fc 0%,#fc325e 70%,#c92828 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de35fc', endColorstr='#c92828',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .linear-purple { background: #c92828; /* Old browsers */ background: -moz-linear-gradient(-45deg, #c92828 1%, #e02c2c 30%, #de35fc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#c92828), color-stop(30%,#e02c2c), color-stop(100%,#de35fc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* IE10+ */ background: linear-gradient(135deg, #c92828 1%,#e02c2c 30%,#de35fc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92828', endColorstr='#de35fc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .linear-purple-rev { background: #de35fc; /* Old browsers */ background: -moz-linear-gradient(-45deg, #de35fc 0%, #e02c2c 70%, #c92828 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#de35fc), color-stop(70%,#e02c2c), color-stop(99%,#c92828)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* IE10+ */ background: linear-gradient(135deg, #de35fc 0%,#e02c2c 70%,#c92828 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de35fc', endColorstr='#c92828',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .fill-container { margin0 -15px; } .card-canvas-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0.5; } #canvas1, #canvas2 { position: absolute; bottom:0; } .form-signin { max-width: 370px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"], .form-signin input#inputFirst { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"], .form-signin input#inputLast { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .form-signin a.facebook, a.facebook { background-color: #3b5998; background: url(https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png) no-repeat center center,linear-gradient(#3b5998,#3b5998); padding: 0 10px; color: white; transition: all .1s ease; background-position: 10px center !important; height: 45px; line-height: 45px; font-size: 15px; font-weight: 500; padding-left: 40px; text-shadow: rgba(0,0,0,0.3) 0 -1px 0; margin: 0 5px; margin-left: auto; margin-right: auto; margin-bottom: 15px; text-align: center; } a.facebook { margin-bottom:0; } .form-signin a.facebook:hover { background: url(https://cdn.gigger.rocks/img/social_logos/FB-f-Logo__white_29.png) no-repeat center center,linear-gradient(#4E6DAF,#4E6DAF); background-color: #4E6DAF; } .form-signin #fbLoginFeedback { text-align: center; } .form-textbox { padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; height: auto; min-height: 33px; resize: none; } input.form-control.narrow-number { width: 60px; } .loader { color: #45a5f7; font-size: 17px; font-weight: 300; letter-spacing: 1px; max-width: 300px; margin: auto; margin-top: 150px; text-align: center; } .loader img { margin-bottom: 15px; } .login-dropdown { padding: 15px; width: 230px; text-align: center; margin-top: -1px; border-radius: 0 0 5px 5px; } .login-dropdown > * > a.facebook { color: #fff; line-height: 35px; padding-left: 50px; } .nav .open>a.btn-warning-ggr, .nav .open>a.btn-warning-ggr:hover, .nav .open>a.btn-warning-ggr:focus { background-color: #FFA100; border-color: #FFAE51; color: #FFF; } .dark-dropdown { background-color: rgba(17,17,17,0.9); color: #F1F1F1; } .dark-dropdown > li > a { background-color: rgba(17,17,17,0.9); color: #9D9D9D; transition: all 0.2s; } .dark-dropdown > li > a:hover, .dark-dropdown > li > a:focus { color: #F1F1F1; background-color: rgba(17,17,17,1); transition: all 0.2s; } .colorbox-modal { padding: 10px; } .colorbox-modal-small { width: 300px; } .colorbox-modal-medium { width: 600px; } .colorbox-modal-mediumlarge { width: 710px; } .colorbox-modal-large { width: 900px; } .display-picture { border-radius: 500px; } .Message-Header > .display-picture { max-height: 50px; max-width: 50px } .display-picture-small { max-height: 32px; max-width: 32px; } .display-picture-navbar { margin-top: -5px; margin-right: 9px; } .vertical-center-block { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); } .transform-preserve-3d { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; } .addEventTable td:nth-of-type(2) ~ td { text-align: center; } .addEventTable th:nth-of-type(2)~th { width:100px;max-width:100px;text-align:center; } .hr-grey { margin-top: -1px; border-top-color: rgba(0,0,0,0.1); } .Performer-Card { width: 310px; border: 1px solid #cac1c9; border-radius: 5px; background-color: #FFF; padding-top:0; display: inline-block; margin: auto 5px 15px 5px; text-align: left; box-sizing: border-box; } .Performer-Card-Details { height: 142px; } .Performer-Card > a:hover > .Dash-Performer-Image > .Cover-Title { text-decoration: underline; } .Venue-Card-Details { height: 284px; } .Dash-Performer-Image > .Cover-Title { font-size: 20px; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-warning { color: #FD996F; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-info { color: #FFF; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li.text-info > .glyphicon { background-color: #15C9D4; } .Performer-Card > .Dash-Performer-Image > .Cover-Title > .Indicator-Row > li > .glyphicon { background-color: #FFF; border-radius: 50px; font-size: 19px; padding: 1px 0 1px 1px; cursor: pointer; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Data { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: block; } .Performer-Card-Details > .Performer-Card-Details-Row { border-bottom: 1px solid #ECEEF4; padding: 15px; color: #505364; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Heading { display: inline-block; width: 100%; text-transform: uppercase; color: #A0A4B6; font-weight: 300; font-size: 12px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half, .Performer-Card .Performer-Card-Details-Half { width: 50%; display: inline-block; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half > .glyphicon .text-right { margin-right: 10px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half:first-child { margin:0; width: 50%; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half > img.fb-logo { height: 16px; position: relative; top: 1px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half-Bordered:first-child { border-right: 1px solid #ECEEF4; margin-right:0; padding: 10px 10px 10px 0; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half-Bordered:last-child { padding:0 10px 0 10px; } .Performer-Card .Performer-Card-Details-Half:not(:first-child) > .btn { border-radius:0 0 0 4px; } .Performer-Card-Details > .Performer-Card-Details-Row > .Performer-Card-Details-Half:last-child { margin-left:0; width: 50%; margin-right: -15px; } .Performer-Card .Performer-Card-Details-Half:last-child > .btn { margin-left:0; border-radius:0 0 5px 0; } .Performer-Card > * > .btn { width: 100%; margin:0; height: 52px; color: #FFF; line-height: 52px; padding:0; box-sizing: border-box; } .Performer-Card .Performer-Card-Details-Full-Width > .btn { width: 100%; border-radius:0 0 4px 4px; } .Performer-Card > * > .btn-book { background-color: #BFA2FF; } .Performer-Card > * > .btn-book:hover, .Performer-Card > * > .btn-book:focus { background-color: #9e71ff; } .Performer-Card > * > .btn-listen { background-color: #A277E0; } .Performer-Card > * > .btn-listen:hover, .Performer-Card > * > .btn-listen:focus { background-color: #826abb; } #main-venueDashboard-container { position: relative; } #main-venueDashboard-container > .container > .top-extras > li.active > a { color: #D46BD0; } .center-vertically { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .Search-right-sm { border-radius: 20px; width: 200px; } .colorbox-set, .colorbox-offer { padding: 10px 20px; border: 1px solid rgba(0,0,0,0.15); border-radius: 5px; margin-bottom: 10px; position: relative; background-color: #FFF; } .glyphDrag { position: absolute; font-size: 26px; color: #dedede; top:50%; left: -1px; transform: translateY(-50%); cursor: move; } .glyphDrag:hover { color: #bcbcbc; } .set-remove { position: absolute; font-size: 26px; color: #ff8484; top:50%; right: 15px; transform: translateY(-50%); cursor: pointer; } .offer-accept { position: absolute; top:60%; right: 15px; transform: translateY(-50%); } .set-remove:hover { color: #d90e0e; } .set-add, .offer-accept { color: #69ff70; cursor: pointer; } .set-add .glyphicon, .offer-accept .glyphicon { font-size: 26px; } .set-add:hover, .offer-accept:hover { color: #0dcd26; } .bandDashTabPane, .promoterDashTabPane { width: 80%; background-color: #FFF; border:1px solid rgba(197, 197, 197, 1); border-radius: 5px; padding: 10px; margin-bottom: 50px; max-width: 700px; } .promoterDashTabPane { max-width: 800px; } .dashboard-btn-group-right { position: absolute; right: 10px; top: 10px; } .sub-nav-stacked { border: 1px solid rgba(0,0,0,0.2); border-radius: 5px; padding: 10px; margin-top: 65px; } #playerZone { position: fixed; bottom: 0; left: 0px; height: 30px; width: 350px; background-color: #FFA100; /* #9e71ff */ color: white; border-radius: 0px 5px 0 0; padding: 5px; z-index: 1000; max-width: 75%; } #playerZone h2 { font-size: 14px; margin-top: 4px; } #playerZone .minmax { cursor: pointer; margin-right: 3px; margin-top: -1px; } .embed-container > iframe { width: 100%; } .venue-logo-md { max-height: 200px; max-width: 100%; } .venue-logo-sm { max-height: 75px; max-width: 100%; } .venue-logo-xs { max-height: 50px; max-width: 100%; } #footer-alert { position: fixed; bottom:0; left:0; width: 40%; min-width: 200px; max-width: 328px; z-index: 100; margin: 15px; } .OfferSelectBox { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 25px 15px; color: #FFFFFF; margin-right:0; height: 90px; margin-left: -9999px; padding-left: 9999px; cursor: pointer; } .OfferSelectBox-active { background-color: #505364; } .OfferSelectBox-active > .arrow-left { display: block; float: right; margin-right: -15px; position: relative; top: 10px; } .arrow-up { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #FFF; } .arrow-left { width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right:10px solid #BFC6D9; display: none; } .OfferSelectBox > span.text-muted { color: #BCBFCC; } .OfferSelectBox-TextMain { margin-left: 10px; width: 225px; } .OfferSelectBox-TextRight { width: 90px; } p.offer-lead > button { margin-left: 10px; } p.offer-lead { width: 664px; margin-right: -20px; margin-top: -5px; margin-bottom: 12px; } .Card { padding: 10px 20px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; margin-bottom: 25px; position: relative; background-color: #FFF; } .Card h3 { margin-top: 10px; } .Offer-Card { padding: 10px 20px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; margin-bottom: 25px; margin-right: -20px; position: relative; background-color: #FFF; width: auto; } .Offer-Card > .Event-Image { background-color: #505364; background-image: -moz-linear-gradient(top, #505364 0%, #2e3039 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505364), color-stop(100%,#2e3039)); background-image: -webkit-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: -o-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: -ms-linear-gradient(top, #505364 0%,#2e3039 100%); background-image: linear-gradient(to bottom, #505364 0%,#2e3039 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505364', endColorstr='#2e3039',GradientType=0 ); margin-left: -20px; margin-top: -10px; margin-right: -20px; width: auto; border-radius: 4px 4px 0 0; background-size: cover; background-position: center; height: 130px; position: relative; } .Subscription-Details-Card-Table > tbody > tr > td:first-child, .Offer-Card-Table > tbody > tr > td:first-child { font-weight: 500; } .Offer-Card-Table > tbody > tr > td { padding: 15px 0; border-top: 1px solid #F4F5F9; } .Subscription-Details-Card-Table > tbody > tr > td { border-top: 1px solid #F4F5F9; text-transform: capitalize; } .Event-Image > .Cover-Title, .Cover-Title { color: #FFF; position: absolute; bottom: 15px; left: 20px; } .Event-Image > .Cover-Title > li > h2 { white-space: nowrap; text-overflow: ellipsis; overflow-x: hidden; padding-bottom: 2px; } .Event-Image > .Cover-Title > li:nth-child(2) { width: 75%; } .Cover-Title { width: 100%; } .Event-Image > .Cover-Title > li > .Date-Icon { color: #FFF; border: 2px solid #FFF; border-top-width: 10px; border-radius: 3px; background: #fbaf39; background: -moz-linear-gradient(top, #fbaf39 0%, #f37425 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbaf39), color-stop(100%,#f37425)); background: -webkit-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: -o-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: -ms-linear-gradient(top, #fbaf39 0%,#f37425 100%); background: linear-gradient(to bottom, #fbaf39 0%,#f37425 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaf39', endColorstr='#f37425',GradientType=0 ); padding:0 9px 2px 9px; text-align: center; line-height: 15px; position: relative; top: 5px; } .Event-Image > .Cover-Title > li > .Date-Icon > .month { font-size: 11px; text-transform: uppercase; font-weight: 500; } .Event-Image > .Cover-Title > li > .Date-Icon > .date { font-size: 20px; } .Event-Card > .Event-Image { position: absolute; top: 0; left: 0; width: 16.66666667%; height: 135px; background-size: cover; background-position: center; border-radius: 3px 0 0 3px; } .Event-Card .list-inline { margin-bottom: 0; } .nav-pills-dark { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 8px; padding-left:0; color: #f1f1f1; background-color: #6A6D7E; margin-left: -9999px; padding-left: 9999px; } .nav-pills-dark > li > a { color: #cdcfd1; } .nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:focus { background-color: #393B46; border-radius: 30px; } .nav-pills-dark > li > a:hover, .nav-pills-dark > li > a:focus { color: #FFF; background: transparent; } .Message-Header { color: #505364; height: 55px; margin-bottom: 10px; position: relative; } .Message-Header > .display-picture-small { position: absolute; left: 32px; bottom: 4px; max-height: 24px; border: 2px solid #DADEEA; } .Message-Header-Time { position: absolute; bottom: 0; right: 0; } .Message-Header-Text { position: relative; width: 93.167701863354%; /*width: 600px;*/ margin-right: -20px; margin-left: 10px } .Message-Header-Text > h4 { margin-bottom: 0; } .Message-Card > .arrow-up { position: absolute; left: 19px; top: -9px; border-left: 7px dashed transparent; border-right: 7px solid transparent; border-bottom: 11px solid #FFF; } .Message-Card { margin-bottom: 5px; } .Message-Container .Read-Receipts { margin-bottom: 10px; height: 32px; margin-right: -19px } .Message-Container .Read-Receipts > .display-picture { height: 20px; width: 20px; background-size: cover; margin-left: 4px } .Send-Message-Card { min-height: 135px; border: 2px solid #CCD1E1; border-radius: 4px; background-color: #FFF; margin-right: -20px; position: relative; } .Send-Message-Controls { width: 100%; position: absolute; bottom: 0; height: 40px; background-color: #E8EAF1; vertical-align: middle; } .Send-Message-Controls > span.text-muted { vertical-align: middle; line-height: 40px; margin-right: 10px; } .Send-Message-Btn { font-size: 24px; text-align: center; background-color: #5E6171; color: #FFF; width: 100px; height: 40px; border-radius:0 0 3px 0; cursor: pointer; } .Send-Message-Btn > span { vertical-align: middle; } .Send-Message-Btn:hover, .Send-Message-Btn:focus { background-color: #00BCF7; } .Send-Message-Card > textarea.form-control { border: none; min-height: 135px; padding-bottom: 30px; } .Conversation-Zone > .alert { margin-right: -20px; } .date-container .label { border-radius: 20px; font-weight: 400; padding: 5px 16px 7px 16px; } .date-container .date-label { margin: 40px 0 20px 0; } .date-cancelled > .Event-Card:hover > .Event-Card-Overlay, .date-cancelled > .Event-Card-Overlay:hover, .date-cancelled > .Event-Card > *:hover.Event-Card-Overlay { background-color: rgba(180,180,180,0.3); border:1px solid #F1F1F1; } .date-cancelled { opacity: 0.7; } .Event-Card-Inner { padding: 11px; } .Event-Card-Inner h2, .Event-Card-Inner h3 { margin-top:0; margin-bottom:0; } .Event-Set-Times { width: 100%; } .Event-Card-Overlay { display: none; background-color: rgba(0,188,247,0.0); opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; border:1px solid #00BCF7; border-radius: 4px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } .Event-Card-Overlay-Proposal { border:1px solid #D46BD0; } .Event-Card:hover > .Event-Card-Overlay, .Event-Card-Overlay:hover, .Event-Card > *:hover { display:block; background-color:rgba(0,188,247,0.3); opacity:1; } .Event-Card-Overlay-Proposal:hover, .Event-Card:hover > .Event-Card-Overlay-Proposal, .Event-Card > *:hover { background-color: rgba(212, 107, 208, 0.3); } .Event-Card-Overlay-Venue-Admin { border: 1px solid #FC8C5E; } .Event-Card-Overlay-Venue-Admin:hover, .Event-Card:hover > .Event-Card-Overlay-Venue-Admin { background-color: rgba(252, 140, 94, 0.3); } .Event-Card-Overlay > .btn { width: 140px; } .History-Row { padding: 20px 10px; border-bottom: 1px solid #E8EBF2; } .History-Row:last-child { border-bottom: none; } .History-Row > .display-picture { width:32px; height:32px; margin-right: 10px; background-size: cover; } #bandMembers_Header { height:30px; line-height:30px; padding-top:10px; } #bandMembers_Table { margin-top: 30px; } #bandMembers_Table > tbody > tr > td { height: 80px; border-top: 1px solid #CACFDE; border-bottom: 1px solid #CACFDE; vertical-align: middle; } #bandMembers_Table > tbody > tr > td:first-child { width:50px; } #bandMembers_Table > tbody > tr > td:last-child { text-align:right; } #bandMembers_Table > tbody > tr > td:last-child > .btn { margin-right:-10px; } #Notification-Zone { width: 385px; height: 430px; display: none; border-radius:4px; box-shadow:0 0 12px rgba(0, 0, 0, 0.2); background-color: #FFF; position: absolute; top: 50px; left: 50%; transform: translateX(-50%); } #Notification-Counter { position: absolute; top: 10px; right:0; background-color: #73CD39; z-index: 2; font-size: 11px; padding: 0.3em 0.5em 0.3em; } #Notification-Header { height: 45px; width: 100%; line-height: 45px; background-color: #73CD39; color: #FFF; box-shadow:0 1px 0 rgba(0,0,0,0.2); border: 1px solid #A4D36D; border-bottom: none; border-radius: 4px 4px 0 0; padding:0 20px; font-weight: 500; } #Notifications-Inner { height: 385px; width: 385px; overflow: hidden; overflow-y: scroll; border: 1px solid #D3D3D6; border-top: none; } #Notification-Arrow { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #85C437; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); } #Notifications-Inner > .Notification-Container { width: 100%; padding: 20px; border-bottom: 1px solid #DEE2EC; cursor:default; } #Notifications-Inner > .Notification-Container-Unread { background-color: #cbeff9; } #Notifications-Inner > .Notification-Container:hover { background-color: #E9F8FC; } #Notifications-Inner > .Notification-Container > .Notification-Text { width: 255px; margin-left: 52px; } #Notifications-Inner > .Notification-Container > .Notification-Text > a { text-transform: uppercase; font-size: smaller; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Promoter { color:#AF6FF8; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Band { color:#12B0DD; } #Notifications-Inner > .Notification-Container > .Notification-Text > a.Venue { color:#AF6FF8; } #Notifications-Inner > .Notification-Container > .Notification-Icon-Right { color: #FFF; background-color:#97E2FA; border-radius: 20px; height: 18px; width: 18px; line-height: 18px; font-size: 10px; text-align: center; } .table-caps-header > thead > tr > th { text-transform: uppercase; color: #737D94; font-weight: 300; } a.link-danger { color: #EE6D7F; cursor: pointer; } button.btn-wide { width: 200px !important; } button.btn-m-wide { width: 130px !important; } #overlord-container { width: 100%; display: table; padding:0; margin-bottom: -40px; } #overlord-row { height: 100%; display: table-row; } #overlord-container > .row > .col-sm-4 { height: 100vh; max-height: 100vh; width: 34%; min-width: 230px; color: #FFF; display: table-cell; float: none; vertical-align: top; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .col-sm-4 > .inner { padding-top: 55px; /* padding-bottom: 170px; */ max-height: 100vh; overflow-y: scroll; } #overlord-container > .row > .col-sm-4 > .inner > ul { text-align: left; height: 300px; width: 420px; margin-left: auto; margin-right: auto; } #overlord-container > .row > .col-sm-4 > .inner > ul > li { padding: 15px 30px; font-size: 16px; font-weight: 300; } #overlord-container > .row > .col-sm-4 > .resize { cursor: pointer; position: relative; top: 15px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .minimise > .resize { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #overlord-container > .row > .minimise { width: 10px; min-width: 10px; box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4) inset; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #band-column { background-image: url('https://cdn.gigger.rocks/img/band.jpg'); background-size: cover; background-position: center center; } #promoter-column { background-image: url('https://cdn.gigger.rocks/img/promoter.jpg'); background-size: cover; background-position: center center; } #venue-column { background-image: url('https://cdn.gigger.rocks/img/venue.jpg'); background-size: cover; background-position: center center; } #NewEventTypeTable { border-radius: 4px; background-color: #F6F7F9; border: 1px solid #BCC2D3; } #NewEventTypeTable > .row > .col-sm-6 { padding: 45px 10px; height: 410px; } #NewEventTypeTable > .row > .col-sm-6:first-child { border-right: 1px solid #BCC2D3; } #NewEventTypeTable > .row > .col-sm-6 > .glyphicon { margin-bottom: 45px; color: #E2E2EF; } #NewEventTypeTable > .row > .col-sm-6 > .btn { position: absolute; bottom: 10px; width: 90%; transform: translateX(50%); right: 50%; } #ggr_dashbrd > #dicn { position:relative; top:3px; font-size: 16px; margin-right: 5px; } .Dash-Card { width:310px; height:335px; border-radius: 4px; background-color: #fff; color: #000; text-shadow: none; position: relative; margin: 15px; display: inline-block; box-shadow:0 1px 2px rgba(0, 0, 0, 0.5); text-align:left; } .Dash-Card > .btn-dash-card { position: absolute; bottom:0; left:0; border: none; border-radius:0 0 4px 4px; font-size: 15px; height: 45px; line-height: 45px; padding: 0; } .Dash-Card > .Dash-Performer-Image > .Cover-Title, .Dash-Performer-Image > .Cover-Title > a { color: #FFF; } .Dash-Performer-Card { border: 1px solid #26CBFC; } .Dash-Venue-Card { border: 1px solid #F280FC; } .Dash-Event-Card { border: 1px solid #E78FFF; } .Dash-Card > table > tbody > tr > td > .badge { background-color: #78D9F7; padding: 4px 10px; font-size: 12px; border-radius:20px; } .Dash-Performer-Card > table > tbody > tr > td > .badge { background-color: #78D9F7; } .Dash-Venue-Card > table > tbody > tr > td > .badge { background-color: #E3A8E2; } .Dash-Event-Card > table > tbody > tr > td > .badge { background-color: #CDB3EE; } .Dash-Card > table > tbody > tr > td > .badge:empty { background-color: #D1D1D1; display: inline-block; } .Dash-Card > table > tbody > tr > td > .badge:empty:after { content: "0"; } .Dash-Card > table > tbody > tr > td:first-child { text-align:left; text-transform: uppercase; color: #505363; font-weight: 300; } .Dash-Card > table > tbody > tr > td:last-child { text-align:right; } .Dash-Card > table > tbody > tr > td { padding: 15px 10px; font-size: 13px; } .Dash-Performer-Image { height: 135px; position: relative; margin:0; border-radius: 4px 4px 0 0; background-position: center; background-size: cover; } .Dark-Underlay { height:100%; width:100%; position:absolute; top:0; left:0; background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); transition: opacity 0.4s ease; opacity: 0.5; } .Performer-Card > a:hover > .Dash-Performer-Image > .Dark-Underlay { transition: opacity 0.4s ease; opacity: 0.9; } .Dash-Performer-Image > .Cover-Title, a > .Dash-Performer-Image > .Cover-Title { font-size: 20px; letter-spacing: 1px; width: 90%; } .minimised-inner { display: none; width: 250px; position: absolute; top: 170px; left: -106px; text-align: right; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .Available-Search-Controls { width: 100%; padding: 20px 0; } .lineup-toolbar { margin: 20px 0; } .Sets-Container { margin-top: 75px; width: 100%; } .Set-box { width: 100%; min-height: 100px; } .Set-box-none { text-align: center; line-height: 100px; border:2px dashed #ADB1C3; border-radius: 2px; background-color: #D6DAE7; color: #505364; font-size: 16px; } .Set-Card { padding:0 0; box-shadow:0 1px 2px rgba(0,0,0,0.06); } .Set-Card > .row { margin:0; display: table; min-height: 120px; height: 120px; } .Set-Card > .row > .col-sm-8, .Set-Card > .row > .col-sm-3 { padding: 20px; position: relative; display: table-cell; float: none; } .Set-Card > .row > .col-md-1 > .text-wrapper { position: absolute; top: 50%; } .Set-Card > .row > .col-md-1 > .text-wrapper h2 { font-size: 40px; color: #99A2B9; text-align: center; font-weight: 400; margin-top: -0.5em; margin-left: 3px; text-shadow:0 1px 1px rgba(255,255,255,0.5); } .Set-Card > .row > .col-md-1 { position: relative; width: 60px; min-width: 60px; border-left: 6px solid #FEBD6A; border-right-color: #CCD1E1; background-color: #F0F2F6; box-sizing: border-box; display: table-cell; float: none; vertical-align: middle; transition: all 0.3s ease; } .Set-Card > .row > .col-sm-3 { width: 24.165202108963%; min-width: 165px; } .Set-Card > .row > .col-sm-8 { width: 80%; } .Set-Card > .row > .col-sm-3 > .Set-Times { height: 4.2em; position: absolute; width: 85%; transition: width 0.5s ease; } .Set-Card-Booked > .row > .col-md-1, .Set-Card-Booked > .row > .col-md-1 > .text-wrapper h2 { border-left-color: #15C9D4; color: #15C9D4; } .Set-Card-Booked > .row > .col-md-1 { background-color: #B9EFF2; } .Set-Card-Booked > .row > .col-sm-8 h4, .Set-Card-Booked > .row > .col-sm-8 h5, .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > h5, .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > h6 { color: #b1b6c6; } .Set-Card-Empty > .row > .col-md-1 { border-left-color: #E2E5EC; } .Set-Card-Pending .Empty, .Set-Card-Booked .Empty { display: none; color: #B1B6C6; } .Set-Card .Set-Card-Profile-Pic { width: 75px; height: 75px; background-color: #F4F6F9; border: 1px solid #DDE1EB; box-shadow: inset00 1px rgba(0,0,0,0.4); background-size: cover; background-position: center; margin-right: 25px; font-size: 20px; color: #F9F9FB; padding: 10px; position: relative; } .Set-Card .Set-Card-Profile-Pic > .glyphicon { position: absolute; top: auto; bottom: 5px; right: 5px; background-color: #15C9D4; border-radius:20px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); } .Set-Card-Empty > .row > .col-sm-8 h3, .Set-Card-Empty > .row > .col-sm-8 h4 { color: #B1B6C6; } .Set-Card-Offer { border-bottom: 1px solid #E7E9F0; padding-bottom: 20px; padding-top: 20px; margin: -20px; margin-top: -20px; position: relative; } .Set-Card-Offer ~ .Set-Card-Offer { margin-top: 20px; } .Set-Card-Offer h3, .Set-Card-Offer h4 { color: #B1B6C6; } .Set-Offer-Details { margin-top: 15px; transition: opacity 0.5s ease; } .Set-Card-Offer-Overlay { display: none; background-color: rgba(165, 138, 227, 0.0); opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; border:1px solid #BC9DFF; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; margin:0; } .Set-Card-Offer:first-child > .Set-Card-Offer-Overlay { margin-top: -20px; margin-bottom: -20px; height: 141px; } .Set-Card-Offer:hover > .Set-Card-Offer-Overlay, .Set-Card-Offer-Overlay:hover { display:block; background-color:rgba(165, 138, 227, 0.7); opacity:1; } .tooltip-inner { max-width: none; padding: 10px; border-radius:2px; background-color: #3F424F; box-shadow:0 1px 1px rgba(0,0,0,0.3); } .tooltip.bottom .tooltip-arrow { border-bottom-color: #3F424F; left:30% !important; } .Set-Card-Edit { border-color:#3BADFF; } .Set-Card-Edit > .row > .col-md-1 > .text-wrapper h2 { color: #3BADFF; text-shadow:0 1px 1px rgba(255,255,255,0.5); } .Set-Card-Edit > .row > .col-md-1 { background-color: #CEEAFF; border-left-width:0; } .Set-Card > .row > .col-sm-8 > .drag, .Set-Card > .row > .col-md-1 > .drag { display: none; } .Set-Card-Edit > .row > .col-md-1 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { position: relative; float: left; margin-left: -20px; font-size: 29px; color: rgba(59,173,255,0.8); top: 1px; cursor: move; display: inline-block; text-shadow:1px 1px 1px #CEEAFF, 0 0 0 #000, 1px 1px 1px #CEEAFF; opacity: 0.8; } .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { color: rgba(207,213,227,0.7); top: 25px; cursor: move; margin-left: -10px; text-shadow: 1px 1px 1px #FFF, 0 0 0 #000, 1px 1px 1px #FFF; opacity: 0.7; } .Set-Card-Edit > .row > .col-md-1 > .drag:hover, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag:hover { opacity:1; } .Set-Card > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls, .Set-Card > .row > .col-sm-3 > .remove-set { display: none; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls { display: block; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .cancel, .Set-Card-Edit > .row > .col-sm-3 > .remove-set { cursor: pointer; color: rgba(59,173,255,0.8); float: right; position: relative; font-size: 20px; font-weight: 700; top:40px; margin-right: 15px; opacity: 0.8; display: inline-block; text-shadow: 1px 1px 1px #FFF, 0 0 0 #000, 1px 1px 1px #FFF; } .Set-Card-Edit > .row > .col-sm-3 > .Set-Times { width: 195px } .Set-Card-Edit > .row > .col-sm-3 > .remove-set { position: absolute; top: 50%; right: 5px; transform:translateY(-50%); } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .cancel:hover, .Set-Card-Edit > .row > .col-sm-3 > .remove-set:hover { opacity: 1; } .Set-Card-Edit .Set-Offer-Details { opacity: 0; } .Set-Card-Edit .Set-Card-Offer-Overlay { display: none !important; } .lineup-editor-controls { display: none; } .Set-Card-Edit input.form-control { position: relative; } .Set-Card-Edit .Set-Times input.form-control:first-child { top:-10px; } .Set-Card-Edit .Set-Times input.form-control:last-child { top:-20px; } .Set-Card-Edit input.form-control.form-narrow-input { width: 84px; text-align: right; } .tooltip-warning > .tooltip-inner { background-color: #FD996F; color: #FFF; width: 190px; } .tooltip-warning > .tooltip-arrow { border-top-color: #FD996F !important; } .tooltip-info > .tooltip-inner { background-color: #15C9D4; color: #FFF; width: 190px; } .tooltip-info > .tooltip-arrow { border-top-color: #15C9D4 !important; } .tooltip-error > .tooltip-inner { background-color: #F36E88; color: #FFF; width: 190px; } .tooltip-error > .tooltip-arrow { border-top-color: #F36E88 !important; } .popover-error, .popover-error > .popover-content { background-color: #F36E88; color: #FFF; } .popover-error > .arrow::after, .popover-error > .arrow { border-top-color: #F36E88 !important; } .popover-error > .popover-title { background-color: #a04d4d; border-bottom-color: #822; } .has-error .form-control { background-color: #FFF1F4; border-color: #E87B90; } .has-warning .form-control { background-color: #FFEDE7; border-color: #FD996F; } #main-eventDashboard-container { position: relative; } .navbar-escape-width { position: absolute; top: 0; width: 100vw; left: 50%; /* position the left edge of the element at the middle of the parent */ transform: translateX(-50%); } .navbar-grey { background-color: #DADEEA; } .navbar-grey > .container { height: 50px; line-height: 50px; } .navbar-grey > .container > .lead { line-height: 50px; margin-bottom: 0px; } .navbar-default .navbar-text { color: #000; text-shadow: 1px 1px 0px rgba(255,255,255,0.4); } .nav-padder-xsm { height: 57px; } .Proposal-Card-Single-Column-Details-Table > tbody > tr > td:first-child { font-weight: 400; width: 100%; } .Proposal-Card-Single-Column-Details-Table { width: 100%; } .Worksheet-Card { width: 90%; max-width: 800px; margin-top: 30px; margin-left: auto; margin-right: auto; padding: 30px; } .label-pink { background-color: #D46BD0; color: #FFF; } .OfferCounter > * { height: 20px line-height: 20px; padding: 10px 10px 0 0; color: #FFF; } .OfferCounter > div:first-child { line-height: 30px; } .OfferCounter { height:55px; margin-left: -9999px; padding-left: 9999px; border-bottom: 1px solid rgba(0,0,0,0.2); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .Subscription-Card { margin: auto; margin-top: 50px; padding: 0; border-radius: 6px; text-align: center; display: block; table-layout: auto; width: 100%; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); max-height: 350px; } .Subscription-Card h1 { } .Subscription-Card h2 { } .Subscription-Col { display: table-cell; height: 100%; min-height: 350px; position: relative; margin-top: -1px } .Subscription-Col > .Signup-Btn { position: absolute; bottom: 30px; left: 0; right: 0; margin-left: auto; margin-right: auto; } .Subscription-Col img { position: absolute; bottom: 25px; left: 0; right: 0; margin-left: auto; margin-right: auto; } .Subscription-Col > .use-line { font-size: 14px; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 175px; display: block; transform: translateY(-50%); width: 85%; } .Subscription-Col > .feature-line { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 225px; } .Subscription-Col-Header, .Subscription-Col-Header h3 { height: 80px; line-height: 80px; text-align: center; border-bottom: 1px solid #ECECEC; margin-left:-15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; width: 285px; } .Subscription-Col-Header h3 { margin-top: 0; font-size: 25px; } .Subscription-Col-Header-Large { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b493f4+0,40b7fb+100 */ background: #b493f4; /* Old browsers */ background: -moz-linear-gradient(-45deg, #b493f4 0%, #40b7fb 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #b493f4 0%,#40b7fb 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #b493f4 0%,#40b7fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b493f4', endColorstr='#40b7fb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ background-image: url('https://cdn.gigger.rocks/img/plan-gradient.jpg'); background-size: cover; background-position: center; width: 283px; height: 105px; border-radius: 4px 4px 0 0; } .Subscription-Col-Header-Large h2 { margin-top: 0; line-height: 105px; color: #FFF; } .Subscription-Col-Banner { background-color: #424554; color: #FFF; margin-top: -1px; width: 283px; margin-left: -15px; height: 27px; line-height: 27px; } .Subscription-Col-Pricing { margin-top: 25px; } .Subscription-Col-Pricing h3 { margin-bottom: 0; } .Subscription-Col-Description { margin-top: 25px; color: #808080; } .Subscription-Col-Description a { color: #808080; } .Subscription-Col-Free { border-right: 1px solid #ECECEC; } .Subscription-Col-2 { background-color: #FFF; height: 400px; position: relative; top:-25px; border-radius: 4px; box-shadow: 0 0 4px rgba(0,0,0,0.2); border: 1px solid #9ED4FF; } .Subscription-Col-3 { border-radius: 0 4px 4px 0; } .Pricing-Feature-Row > .Card { width: 370px; height: 240px; margin-left: 15px; margin-bottom: 15px; padding: 25px 15px; color: #808080; text-align: center; } .Pricing-Feature-Row-Bands > .Card { height: 170px; line-height: 30px; } .Pricing-Feature-Row > .Card .lead { color: #000; } .Pricing-Feature-Row > .Card img { height: 50px; margin-bottom: 10px } .panel-pricing { background-color:#E1E5F1; border-color: #CACDD8; } .panel-pricing > .panel-body { padding-top: 15px; padding-bottom: 5px; font-size: 16px; } .subscribe-modal img { max-width: 100px; max-height: 100px; position: relative; top: -70px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); border-radius: 6px; margin-bottom: -60px; } .subscribe-modal img.loader { box-shadow: none; top:auto; width: 60px; display: block; margin: 0px auto 10px; } .subscribe-modal > .modal-header h3 { margin-top: 0; } .subscribe-modal > .modal-header { background: #F0F0F2 linear-gradient(#F5F5F7, #E9E9EA) repeat scroll 0% 0%; margin:-10px; padding: 15px; border-bottom: 1px solid #D3D3D4; margin-top: -15px; border-radius: 8px 8px 0 0; padding-top: 30px; } .subscribe-modal > .modal-body { padding-bottom: 0; } .subscribe-modal > .modal-body > .form-horizontal { padding: 10px 30px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .input-group:first-child > input { border-radius: 0 4px 0 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .input-group:first-child > .input-group-addon { padding: 6px 8px; border-radius: 4px 0 0 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group { margin-top: -1px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon { border-radius: 0 0 0 4px; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon:last-child { border-radius: 0 0 4px 0; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input { display: table-cell; width: 44%; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp { width: 29%; border-right: none; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-mm { padding-right: 6px; text-align: right; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-yy { padding-left: 6px; border-left: none; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > input.exp-combined { width: 56%; } .subscribe-modal > .modal-body > .form-horizontal > .form-group > .details-group > .input-group-addon { padding: 6px 8px; } .subscribe-modal > .modal-body > .form-horizontal > .btn { margin: 20px -15px; width: 220px; height: 40px; line-height: 15px; margin-bottom: 0; } .subscribe-modal .form-horizontal .form-control { height: 42px; } .Subscription-Details-Card { margin-top: 40px; } .gray-divider { width: 100%; padding: 30px; background-color: #F8F9FB; border-top: 1px solid #E7E9ED; border-bottom: 1px solid #E7E9ED; margin-top: 50px; margin-bottom: 30px; } .Card > .gray-divider { margin-left: -20px; margin-right: -20px; width: 662px; text-align: center; } .counter-box { border-radius: 4px; margin: 5px; box-shadow: 1px 1px 2px rgba(0,0,0,0.03); background-color: #FFF; display: inline-block; width: 185px; padding-bottom: 15px; border:1px solid #E6E6E8; } .counter-box h3 { font-weight: 400; margin-bottom: -3px; } .counter-box > .text-muted { color:#BBBEC7; margin-bottom: 20px; font-size: 11px; } .counter-box-top { height: 100px; text-align: center; margin-bottom: 15px; border-radius: 4px 4px 0 0; position: relative; } .counter-box-top > .down-arrow { position: absolute; left:50%; transform: translateX(-50%); bottom:-7px; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; } .counter-box-top > .down-arrow-orange { border-top: 20px solid #FFAE51; } .counter-box-top > .down-arrow-blue { border-top: 20px solid #00BDF4; } .counter-box-circle { display: inline-block; border-radius: 500px; height: 70px; margin-top: 15px; width: 70px; margin-left: auto; margin-right: auto; background-color: #FFF; line-height: 70px; font-size: 40px; font-weight: 500; } .counter-box-top-blue { background-color: #00BDF4; color: #00BDF4; } .counter-box-top-orange { background-color: #FFAE51; color: #FFAE51; } .ggr-panel { padding: 15px; border-radius: 5px; margin: 50px; } .ggr-panel-primary { background-color: #F2FCFE; border: 1px solid #B2EBFC; } .ggr-panel-primary h1, .ggr-panel-primary h2, .ggr-panel-primary h3, .ggr-panel-primary h4, .ggr-panel-primary h5, .ggr-panel-primary h6 { color: #00BDF4; margin-top: -5px; } .ggr-panel-primary > .gift-icon { width: 50px; margin-left: 20px; } .ggr-panel .panel-head-text { margin-left: auto; padding: 5px; color: #8A989C; width: 406px; } .gray-divider-btm { margin: 10px; } #card-select { width: 221px; margin-left: -15px; margin-bottom: 15px; border-radius: 5px; } #cboxLoadedContent, #colorbox { overflow: visible !important; } #inviteBandForm #bandPreview, #bandPreview > * { height: 60px; line-height: 60px; font-size: 20px; font-weight: 500; } #bandPreview > img { margin-right: 15px; } #inviteBandForm #bandPreview { margin-bottom: 20px; display: none; margin-left: -15px; } .esa-publishEvent img { height: 20px; margin-right: 5px; } .esa-publishEvent { margin-left: 10px; } a.text-link-white { color: #FFF; } .conversation-alert { margin: 15px -20px 20px 0; } .navbar-subfixed { z-index:1029; margin-top:55px; transition: margin-top 0.3s ease; } .navbar-subfixed-small { margin-top:-35px; transition: margin-top 0.3s ease; } #Pricing-Tabs > li > a, #Pricing-Tabs > li > a:hover, #Pricing-Tabs > li > a:focus { background-color: #FFF; transition: all 0.3s ease; } #Pricing-Tabs > li > a:hover { border-color: #FFF; border-bottom-color: #00BCF7; } #Pricing-Tabs > li.active > a, #Pricing-Tabs > li.active > a:hover, #Pricing-Tabs > li.active > a:focus { color: #00BCF7; transition: all 0.3s ease; } .pricing-print { width: 600px; } .ui-autocomplete { /*position: absolute; cursor: default;*/ z-index:9999 !important; } .ui-autocomplete .display-picture { position: relative; top: 10px; } ul.ui-menu { max-height: 420px !important; } .ui-selectmenu-menu { z-index: 99999 !important; } .ui-selectmenu-button { top: 4px; height: 34px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); background-color: #F9F9FB !important; border-color: #C0C8DC !important; font-size: 14px; line-height: 1.42857143; color: #555 !important; } .has-error > .ui-selectmenu-button { border-color: #E87B90 !important; background-color: #FFF1F4 !important; } .selectmenu-label-form-inline { position: relative; top: -9px; } .ServiceProvider-Card > .row > .col-md-4 { } .Review { color: #FFA100; } .Review-lg { letter-spacing: 5px; font-size: 24px; } .ServiceProvider-Card { padding: 20px; } .Star-Reviewer input[type="radio"] { display: none; } .Star-Reviewer i.fa { cursor: pointer; } .form-price-line > .price-row > input { display: inline-block; } .form-price-line > .price-row > input[type="text"] { width: 160px; } .form-price-line > .price-row > input.narrow-number { width: 50px; text-align: center; } .form-price-line > .price-row > span.glyphicon { font-size: 23px; position: relative; top: 6px; cursor: pointer; } .location-alert { display: inline-block; position: absolute; right: 15px; width: 154px; font-size: 13px; } .video-large { max-width: 1150px; max-height: 719px; width: 80vw; height: 45.2vw; margin-top: -45vh; margin-left: auto; margin-right: auto; box-shadow: 1px 1px 3px rgba(0,0,0, 0.4); border-radius: 10px; } .video-overlap-buffer { padding-top: 45vh; } .btn-fixed-left { position: fixed; left: 15px; bottom:6px; } .btn-round { border-radius: 50px; z-index: 2000; width: 45px; height: 45px; font-size: 19px; line-height: 29px; } .btn-dark, .btn-dark:active, .btn-dark:active:hover { background-color: #333; color: #f1f1f1; border-color: #555; } .btn-dark:hover, .btn-dark:focus, .btn-dark:active:focus { background-color: #222; color: #fff; border-color: #222; box-shadow: inset 0 1px 1px rgba(0,0,0,0.8); } .form-inline > .form-group > input.input-inline-pair { width: 69.8% !important; margin-right: 0 !important; float: left !important; border-radius: 3px 0 0 3px !important; } .form-inline > .form-group > button.input-inline-pair { width: 30%; margin-right: 0; float: left; border-radius: 0 3px 3px 0; } .Set-Card-Edit > .row > .col-sm-8 { width: 70%; } .Set-Card-Edit > .row > .col-sm-3 { width: 50.165202%; min-width: 165px; } .nav-tabs.nav-justified>li { vertical-align: bottom; } .BandRow:not(:first-child) { border-top: 1px solid rgba(0,0,0,0.1); margin-top: 25px; padding-top: 25px; } .pagination-controls { text-align: center; margin-bottom: -20px; padding-top: 10px; } .pagination-controls > .search-meta { color: #f1f1f1; line-height: 34px; } .About-body > p, .About-body > ul > li { font-size: 17px; } a.btn-donate, .btn-donate > .glyphicon { font-size: 16px; color: #FFF !important; text-shadow: none; } /* *********************** ** MEDIA QUERIES ** *********************** */ @media (max-width: 1119px) { .Dash-Card { width: 27.19298245614%; min-width: 230px; border-radius: 5px; margin: auto 5px 15px 5px; } } @media (min-width: 980px) { #jumboLaptop { margin-right:-70px; } .home-feature { height: 235px; position: relative; } .home-feature > a.btn { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); } .BandRow:not(:first-child) > * > h5 { display: none; } } @media (max-width: 980px) { #main-bandDashboard-container { display: block !important; } #espform > .form-inline { float: none !important; text-align: center; } .Set-Card-Edit > .row > .col-sm-8 { width: 60%; } .Set-Card-Edit > .row > .col-sm-3 { width: 50.165202%; min-width: 165px; } p.offer-lead { width: auto; margin-right: 0; height: 29px; line-height: 29px; } .split-left { padding-left: 10px; } .split-left .arrow-left { display: none; } .OfferSelectBox { margin-left: -20px; padding-left: 20px; } .OfferSelectBox-TextMain { width: 56.19506931974%; } .split-right { display: block; width: auto; height: auto; } .Offer-Card { display: block; margin-right: 0; width: auto; } .Message-Header-Text { margin-right:0; width: 90%; } .Message-Header .display-picture:not(.display-picture-small) { width: 7.76397515528%; } .Message-Header > .display-picture-small { width: 3.726708074534%; min-width: 20px; } .Send-Message-Card, .conversation-alert, .Message-Container .Read-Receipts { margin-right: 0; } .Search-right-sm { margin-left: auto; margin-right: auto; } #jumboLaptop { max-width: 80%; margin-left:auto; margin-bottom: 50px; position: relative; transform: translateX(-8%); } .navbar-subfixed-small { margin-top: -80px !important; } .Subscription-Card { max-height: 1500px; width: 288px; height: 1460px; } .Subscription-Col { display: block; height: 345px; min-height: 345px; position: relative; margin-top: -1px; margin-bottom: 10px; width: 100%; } .Subscription-Col-2 { height: 400px; } .pricing-print { width: 250px; } .Pricing-Feature-Row > .Card { margin-left: auto; margin-right: auto; float: none; } .Pricing-Feature-Row { } } @media (max-width: 870px) { .glyphicon-chevron-right .resize { display: none !important; } .Send-Message-Controls > span.text-muted { display: none; } } @media (max-width: 770px) { select.select-reset { width: 100%; } } @media (max-width: 767px) { #Notification-Zone { left: 0%; transform: translateX(0%); } #Notification-Arrow { left: 6%; } #espform > .form-inline { margin-left: 15px; margin-right: 15px; } #espform input, #espform select { width: 100% !important; } .Set-Card > .row { display: block; height: auto; } .Set-Card > .row > .col-sm-8, .Set-Card > .row > .col-sm-3 { display: block;; width: 100%; padding-left: 65px; } .Set-Card > .row > .col-sm-3 > .Set-Times { position: relative; } .Set-Card > .row > .col-sm-8 { height: 145px; } .Set-Card-Offer { height: 145px; } .Set-Card > .row > .col-sm-3 { height: 85px; } .Set-Card > .row > .col-md-1 { height: 230px; width: 45px; min-width: 0; padding: 0; display: block; float: left; z-index: 111; } .Set-Card > .row > .col-md-1 > .text-wrapper { position: absolute; top: 50%; left: 50%; transform: translateX(-50%); } .Set-Card-Edit > .row > .col-md-1 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .drag, .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { position: absolute; top: 50%; transform: translateY(-50%); } .Set-Card-Edit > .row > .col-md-1 > .drag { left: 15px; } .Set-Card-Edit > .row > .col-sm-8 > .Set-Card-Offer > .col-md-12 > .Editable-Controls > .drag { left: 4px; } .Set-Card-Edit > .row > .col-md-1 { height: 255px; } .Set-Card-Edit > .row > .col-sm-3 > .Set-Times, .Set-Card-Edit > .row > .col-sm-3 > .remove-set { top: 75%; } .nav-tabs > li > a { margin: 0 5px; font-size: 0.9em; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { /*color: #FFF;*/ background: transparent; border-color: :#00bcf7; /*background-color: #00bcf7;*/ } .nav-venue > li.active > a, .nav-venue > li.active > a:hover, .nav-venue > li.active > a:focus { /*background-color: #D46BD0; background-color: rgb(115, 57, 113);*/ border-color: #d46bd0; } .split-left { width:60%; } .split-right h1 > span.glyphicon-inbox { display: none; } .split-right > .vertical-center-block > h4 { margin-top: 40px; } .Message-Header > .display-picture-small { left:4.968944099379%; } .Performer-Card { width: 27.19298245614%; min-width: 250px; border-radius: 5px; margin: auto 5px 15px 5px; } .Event-Card > .Event-Image { position: static; width: 100%; border-radius: 3px 3px 0 0; margin-bottom: 10px; height: 120px; } .Event-Card-Inner > .row > .border-right { border: none; } .Event-Set-Times { border-top: 1px solid #E7E9F0; margin-top: 60px; } .navbar-collapse .nav > .divider-vertical { display: none; } /* .navbar .navbar-nav { background-color: rgba(17,17,17,0.9); } */ .navbar .navbar-collapse { background-color: rgba(17,17,17,0.9); } .navbar-inverse .navbar-collapse { background-color: rgba(17,17,17,0.9); } #bs-example-navbar-collapse-1 { background-color: rgba(17,17,17,0.9); position: relative; top: -15px; text-align: left; } #bs-example-navbar-collapse-1 .btn { width: 170px; } .navbar-collapse .navbar-right { margin-left: 0; } .navbar .navbar-collapse { text-align: left; } #middleNav { border: 1px solid rgba(255,255,255,0.1); border-left: none; border-right: none; margin-left: 10px; } #middleNav > li { float: left; } .navbar-right-btns > li { float: right; } .navbar-right-btns { margin-right: 10px; } .colorbox-modal-small, .colorbox-modal-medium, .colorbox-modal-mediumlarge, .colorbox-modal-large { width: 90vw; } .navbar-grey > * > .navbar-nav { margin-top: 0; } .navbar-cancelled > * > .navbar-nav > li, .navbar-cancelled > * > .navbar-nav > li.navbar-text, .navbar-past > * > .navbar-nav > li, .navbar-past > * > .navbar-nav > li.navbar-text, .navbar-orange > * > .navbar-nav > li, .navbar-orange > * > .navbar-nav > li.navbar-text { margin: -8px 15px 0; } .navbar-grey > * > .navbar-nav > li > h3 { color: #F1F1F1; text-shadow: 1px 1px 0 rgba(0,0,0,0.4); } .navbar-grey > * > .navbar-nav > li:first-child { float: left; margin-left: 15px; } .navbar-grey > * > .navbar-nav > li:last-child { float: left; margin-left: 15px; } .navbar-grey { background-color: #7D88A7; } .main-dash-container > .nav-padder-xsm { height: 75px; } } @media (min-width: 768px) { .nav-tabs.nav-justified>li>a { border-bottom: none; } .nav-tabs { border: none; } .nav-tabs .nav-primary > .active { } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background: transparent; border: none !important; border-bottom: 3px solid #00bcf7 !important; } .nav-venue > li.active > a, .nav-venue > li.active > a:hover, .nav-venue > li.active > a:focus { border-bottom-color: #D46BD0 !important; } .nav-venueEventAdmin > li.active > a, .nav-venueEventAdmin > li.active > a:hover, .nav-venueEventAdmin > li.active > a:focus { border-bottom-color: #FE855E !important; } .nav-purple > li.active > a, .nav-purple > li.active > a:hover, .nav-purple > li.active > a:focus { border-bottom-color: #A58CE1 !important; } .navbar .navbar-nav { /* display: inline-block; */ /* float: none; */ /* vertical-align: top; */ } .navbar-right { margin-right:0; } .center-pill-nav { width: 66%; margin: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); border-radius: 50px; } .center-pill-nav > li.active > a { border-radius:0; } .center-pill-nav > li:first-child > a, .center-pill-nav > li:first-child > a:hover { border-radius: 50px 0 0 50px; } .center-pill-nav > li:last-child > a:hover, .center-pill-nav > li.active:last-child > a { border-radius:0 50px 50px 0; } .center-pill-nav > li { border-right:1px solid rgba(0,0,0,0.2); border-left:1px solid rgba(255,255,255,0.5); } .center-pill-nav > li:first-child { border-right:1px solid rgba(0,0,0,0.2); border-left:none; } .center-pill-nav > li:last-child { border-right:none; border-left:1px solid rgba(255,255,255,0.5); } .row > .bordered { border-left: 1px solid rgba(255,255,255,0.081); border-right: 1px solid rgba(255,255,255,0.081); } /*.form-inline .input-inline-pair:not(label):first-child { border-radius: 5px 0 0 5px; margin-right:0; } .form-inline .input-inline-pair:not(label):nth-child(2), .form-inline .input-inline-pair:not(label):nth-child(2), .form-inline .input-inline-pair:not(label):nth-child(2) { border-radius:0 5px 5px 0; margin-left: -6px; }*/ } @media screen and (max-width: 560px) { #Notification-Zone { left: 0%; transform: translateX(-26%); } #Notification-Arrow { left: 32%; } .navbar-grey > * > .navbar-nav > li > h3 { font-size: 20px; } .btn-lg { font-size: 16px; } .btn-wide { margin-bottom: 5px; } .lineup-toolbar, .lineup-editor-controls { float: none !important; margin: 10px 0; } .Sets-Container { margin-top: 10px; } .nav-tabs > li > a { margin: 0 5px; font-size: 0.8em; } #Band-Tabs, #Venue-Tabs, #Event-Tabs { margin-left: -5px; margin-right: -8px; } .split-left { width:75%; } .Message-Header > .display-picture-small { left:0; } .Message-Header-Time { position: relative; display: block; width: 100%; font-size: 0.8em; } .Message-Header-Text { width: 85%; } } @media screen and (max-width: 490px) { .btn-lg { font-size: 14px; } #middleNav { width: 100%; margin-left: auto; margin-right: auto; text-align: center; } #middleNav > li { float: none; display: inline-block; } .navbar-right-btns > li { float: none; display: inline-block; } .navbar-right-btns { margin-left: auto; margin-right: auto; text-align: center; } .split-left { width:80%; } p.offer-lead { height: auto; } p.offer-lead > button { float: none !important; } .Event-Card-Inner > .row > .col-sm-7 > .pull-right, .Event-Card-Inner > .row > .col-sm-7 > .pull-left { float: none !important; width: 100%; display: block; } .Event-Set-Times { margin-top: 20px; } .Set-Offer-Details { display: none; } } @media (max-width: 460px) { .navbar-grey > * > .navbar-nav > li > h3 { font-size: 18px; } #Notification-Zone, #Notifications-Inner { width: 325px; } #Notifications-Inner > .Notification-Container > .Notification-Text { width: 66.579634464752%; } .Blog-Card { max-height: 600px; height: 475px; } .Blog-Image-Col { display: block; width: 100%; height: 175px; border-radius: 4px 4px 0 0; } .Blog-Details { display: block; float: none; width: 100%; border-top: none; border-left: 2px solid #FFA100; border-radius: 0 0 4px 4px; } } @media (max-width: 420px) { .psuedo-navbar-list > li { padding: 2px; width: 30%; } .psuedo-navbar-image-btn { width: 100%; } } @media (max-width: 400px) { #Notification-Zone { position: fixed; top: 55px; left: 50%; transform: translateX(-50%); width: 100vw; height: 100vh; } #Notification-Arrow { display: none; } #Notifications-Inner { width: 100%; height: 100vh; } } @media (max-width: 380px) { #bandMembers_Table { font-size: 0.85em; } .hidden-xxs { display: none !important; } }
0.288369
0.043285
input[type="text"] { padding: 6px 8px; outline: none; border: 1px solid #eee; border-radius: 6px; box-sizing: border-box; } .point-to-remainder { width: 100%; } .point-to-remainder .point-to-remainder-header { height: 110px; background-color: #ec87bf; color: #fff; position: relative; } .point-to-remainder .point-to-remainder-header .point-wrapper { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); } .point-to-remainder-header .point-wrapper .content { font-size: 20px; margin-top: 10px; } .point-number { height: 96px; background-color: #fff; position: relative; display: flex; justify-content: flex-start; align-items: center; padding: 0 10px; } .point-number .left { width: 90px; box-sizing: border-box; flex: none; } .point-number .right { flex: 1; position: relative; } .point-number .right input[type="text"] { width: 100%; } .point-number .right .percent { color: #4242bf; margin-top: 10px; } .point-to-remainder .btn { margin: 20px; text-align: center; padding: 14px 0px; background-color: #ec87bf; color: #fff; border-radius: 4px; font-size: 16px; } .point-to-goods .point-to-goods-top { width: 100%; background-color: #fff; height: 36px; line-height: 36px; box-sizing: border-box; padding-left: 16px; } .point-to-goods .item { margin-top: 22px; margin-left: 18px; margin-right: 18px; color: #999999; position: relative; } .point-to-goods .item .dollars{ position: absolute; top: 54%; left:12px; color: #000; font-size: 20px; } .point-to-goods input[type="text"] { box-sizing: border-box; width: 100%; padding: 24px 8px; border: 1px solid #eee; border-radius: 0px; margin-top: 12px; } .point-to-goods .item .remainder{ padding-left:40px; } .point-to-goods .hint { color: #999; margin-left: 18px; margin-top: 12px; } .point-to-goods .btn { margin: 20px; text-align: center; padding: 14px 0px; background-color: #ec87bf; color: #fff; border-radius: 4px; font-size: 16px; }
thems/default/static/css/point_to_remainder.css
input[type="text"] { padding: 6px 8px; outline: none; border: 1px solid #eee; border-radius: 6px; box-sizing: border-box; } .point-to-remainder { width: 100%; } .point-to-remainder .point-to-remainder-header { height: 110px; background-color: #ec87bf; color: #fff; position: relative; } .point-to-remainder .point-to-remainder-header .point-wrapper { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); } .point-to-remainder-header .point-wrapper .content { font-size: 20px; margin-top: 10px; } .point-number { height: 96px; background-color: #fff; position: relative; display: flex; justify-content: flex-start; align-items: center; padding: 0 10px; } .point-number .left { width: 90px; box-sizing: border-box; flex: none; } .point-number .right { flex: 1; position: relative; } .point-number .right input[type="text"] { width: 100%; } .point-number .right .percent { color: #4242bf; margin-top: 10px; } .point-to-remainder .btn { margin: 20px; text-align: center; padding: 14px 0px; background-color: #ec87bf; color: #fff; border-radius: 4px; font-size: 16px; } .point-to-goods .point-to-goods-top { width: 100%; background-color: #fff; height: 36px; line-height: 36px; box-sizing: border-box; padding-left: 16px; } .point-to-goods .item { margin-top: 22px; margin-left: 18px; margin-right: 18px; color: #999999; position: relative; } .point-to-goods .item .dollars{ position: absolute; top: 54%; left:12px; color: #000; font-size: 20px; } .point-to-goods input[type="text"] { box-sizing: border-box; width: 100%; padding: 24px 8px; border: 1px solid #eee; border-radius: 0px; margin-top: 12px; } .point-to-goods .item .remainder{ padding-left:40px; } .point-to-goods .hint { color: #999; margin-left: 18px; margin-top: 12px; } .point-to-goods .btn { margin: 20px; text-align: center; padding: 14px 0px; background-color: #ec87bf; color: #fff; border-radius: 4px; font-size: 16px; }
0.402392
0.085633
position: relative; width: 949px; border: 1px solid #000000; margin: auto auto 10px auto; } img.mosaic { margin: 0; display: block; } #navigation-top { width: 100%; height: 17px; margin: auto; border-top: #ffffff solid 1px; border-bottom: #ffffff solid 1px; font-size: 11px; letter-spacing: 0px; } #navigation-top ul { margin: 0px; padding: 0px; list-style: none; } #navigation-top li { padding: 0px; margin: 0px; float: left; border-right: #ffffff solid 1px; } #navigation-top a, #navigation-top li.empty { display: block; width: 89px; height: 15px; padding: 2px 0px 0px 5px; margin: 0px; color: #ffffff; text-decoration: none; } #navigation-top, #navigation-top a, #navigation-top li.empty { background: #339933; } #navigation-top a:hover { background: #226622; color: #ffffff; text-decoration: none; } #navigation-top a.selected { color: #000000; background: #ffffff; } #navigation-top a.selected:link, #navigation-top a.selected:visited, #navigation-top a.selected:active { color: #000000; text-decoration: none; } #navigation-top a.selected:hover { color: #000000; background: #ffffff; text-decoration: none; } #navigation-top a:link, #navigation-top a:visited, #navigation-top a:active { color: #ffffff; text-decoration: none; } #navigation-top a.selected, #navigation-top a.selected:link, #navigation-top a.selected:visited, #navigation-top a.selected:active, #navigation-top a.selected:hover { color: #339933; } #main { position: relative; width: 100%; min-height: 500px; border: 0; margin: 0; } .main-left #search, #main-content h1, #main-right h1 { margin-top: 18px; padding-top: 9px; padding-bottom: 9px; height: 36px; } .main-left { background-color: #d7d7d7; border-right: 1px solid #666666; font-size: 11px; } #search { padding-right: 0; padding-left: 10px; border-bottom: solid 1px #666666; } #navigation-left ul { margin: 0px; padding: 0px; list-style: none; } #navigation-left li { padding: 0px; margin: 0px; } #navigation-left a { display: block; height: 14px; padding: 2px 0px 1px 10px; border-bottom: #666666 1px solid; background-color: #d7d7d7; } #navigation-left a.selected { background: #ffffff; } #navigation-left a.selected:link, #navigation-left a.selected:visited, #navigation-left a.selected:active { text-decoration: none; } #navigation-left a.selected:hover { background: #ffffff; text-decoration: none; } #navigation-left a:link, #navigation-left a:visited, #navigation-left a:active { color: #000000; text-decoration: none; } #navigation-left a:hover { color: #000000; background-color: #999999; text-decoration: none; } #navigation-left a.selected, #navigation-left a.selected:link, #navigation-left a.selected:visited, #navigation-left a.selected:active, #navigation-left a.selected:hover { color: #339933; } .main-left div.filler { height: 100px; } #copyright { padding-bottom: 10px; padding-right: 10px; text-align: right; font-size: 9px; line-height: 12px; } #main-content { padding-left: 42px; padding-bottom: 10px; padding-right: 42px; } #main-content h1 { width: 100%; font-size: 24px; font-weight: bold; color: #339933; border-bottom: solid 1px #339933; position: relative; } #main-content h1 span.category { font-size: 12px; position: absolute; top: 0; right: 0; } #main-content h2 { font-size: 15px; font-weight: bold; line-height: 20px; } #main-content h3 { font-size: 11px; font-weight: bold; line-height: 15px; } #main-content p { line-height: 1.5em; } #main-content li { list-style: disc url( images/bullet.gif ); margin-top: 5px; } #main-right { background-color: #d7d7d7; border-left: 1px solid #666666; margin-top: 20px; } #main-right h1 { color: #999999; padding-right: 10px; padding-left: 10px; border-bottom: #666666 solid 1px; font-size: 34px; font-weight: bold; } #main-right p { color: #333333; padding: 0px 10px 10px 10px; border-bottom: #666666 solid 1px; font-size: 11px; line-height: 18px; } #main-right span.date { display: block; font-size: 9px; } #footer { clear: both; height: 1px; } body, table { margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; font-size: 11px; } table { table-layout: fixed; } td.Headline { font-size: 15px; font-weight: bold; } img { border: none; } a:link, a:visited, a:active { text-decoration: none; } a:link:hover, a:visited:hover, a:active:hover { text-decoration: underline; } a:link, a:visited, a:active, a:link:hover, a:visited:hover, a:active:hover { color: #226622; } div.spacer { height: 18px; clear: both; } div.filler { height: 10px; } #searchForm { margin: 0; /* IE needs that! */ } input#searchText { width: 120px; /* note width of the left column in WhitePaperStyle.xsl */ font-size: 0.8em; /* adjust font-size; 'em' is more flexible than 'px' in font-size */ padding: 0; /* don't assume "0" as default! */ } input#searchButton { float: right; width: 50px; /* note width of the left column in WhitePaperStyle.xsl */ margin: 1px; padding: 0px; font-size: 0.8em; /* adjust font-size; 'em' is more flexible than 'px' in font-size */ } #blogs { padding: 0px 10px 10px 10px; border-bottom: #666666 solid 1px; font-size: 11px; } #blogs li { margin-left: -15px; }
doc/info/manual/website_base.css
position: relative; width: 949px; border: 1px solid #000000; margin: auto auto 10px auto; } img.mosaic { margin: 0; display: block; } #navigation-top { width: 100%; height: 17px; margin: auto; border-top: #ffffff solid 1px; border-bottom: #ffffff solid 1px; font-size: 11px; letter-spacing: 0px; } #navigation-top ul { margin: 0px; padding: 0px; list-style: none; } #navigation-top li { padding: 0px; margin: 0px; float: left; border-right: #ffffff solid 1px; } #navigation-top a, #navigation-top li.empty { display: block; width: 89px; height: 15px; padding: 2px 0px 0px 5px; margin: 0px; color: #ffffff; text-decoration: none; } #navigation-top, #navigation-top a, #navigation-top li.empty { background: #339933; } #navigation-top a:hover { background: #226622; color: #ffffff; text-decoration: none; } #navigation-top a.selected { color: #000000; background: #ffffff; } #navigation-top a.selected:link, #navigation-top a.selected:visited, #navigation-top a.selected:active { color: #000000; text-decoration: none; } #navigation-top a.selected:hover { color: #000000; background: #ffffff; text-decoration: none; } #navigation-top a:link, #navigation-top a:visited, #navigation-top a:active { color: #ffffff; text-decoration: none; } #navigation-top a.selected, #navigation-top a.selected:link, #navigation-top a.selected:visited, #navigation-top a.selected:active, #navigation-top a.selected:hover { color: #339933; } #main { position: relative; width: 100%; min-height: 500px; border: 0; margin: 0; } .main-left #search, #main-content h1, #main-right h1 { margin-top: 18px; padding-top: 9px; padding-bottom: 9px; height: 36px; } .main-left { background-color: #d7d7d7; border-right: 1px solid #666666; font-size: 11px; } #search { padding-right: 0; padding-left: 10px; border-bottom: solid 1px #666666; } #navigation-left ul { margin: 0px; padding: 0px; list-style: none; } #navigation-left li { padding: 0px; margin: 0px; } #navigation-left a { display: block; height: 14px; padding: 2px 0px 1px 10px; border-bottom: #666666 1px solid; background-color: #d7d7d7; } #navigation-left a.selected { background: #ffffff; } #navigation-left a.selected:link, #navigation-left a.selected:visited, #navigation-left a.selected:active { text-decoration: none; } #navigation-left a.selected:hover { background: #ffffff; text-decoration: none; } #navigation-left a:link, #navigation-left a:visited, #navigation-left a:active { color: #000000; text-decoration: none; } #navigation-left a:hover { color: #000000; background-color: #999999; text-decoration: none; } #navigation-left a.selected, #navigation-left a.selected:link, #navigation-left a.selected:visited, #navigation-left a.selected:active, #navigation-left a.selected:hover { color: #339933; } .main-left div.filler { height: 100px; } #copyright { padding-bottom: 10px; padding-right: 10px; text-align: right; font-size: 9px; line-height: 12px; } #main-content { padding-left: 42px; padding-bottom: 10px; padding-right: 42px; } #main-content h1 { width: 100%; font-size: 24px; font-weight: bold; color: #339933; border-bottom: solid 1px #339933; position: relative; } #main-content h1 span.category { font-size: 12px; position: absolute; top: 0; right: 0; } #main-content h2 { font-size: 15px; font-weight: bold; line-height: 20px; } #main-content h3 { font-size: 11px; font-weight: bold; line-height: 15px; } #main-content p { line-height: 1.5em; } #main-content li { list-style: disc url( images/bullet.gif ); margin-top: 5px; } #main-right { background-color: #d7d7d7; border-left: 1px solid #666666; margin-top: 20px; } #main-right h1 { color: #999999; padding-right: 10px; padding-left: 10px; border-bottom: #666666 solid 1px; font-size: 34px; font-weight: bold; } #main-right p { color: #333333; padding: 0px 10px 10px 10px; border-bottom: #666666 solid 1px; font-size: 11px; line-height: 18px; } #main-right span.date { display: block; font-size: 9px; } #footer { clear: both; height: 1px; } body, table { margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; font-size: 11px; } table { table-layout: fixed; } td.Headline { font-size: 15px; font-weight: bold; } img { border: none; } a:link, a:visited, a:active { text-decoration: none; } a:link:hover, a:visited:hover, a:active:hover { text-decoration: underline; } a:link, a:visited, a:active, a:link:hover, a:visited:hover, a:active:hover { color: #226622; } div.spacer { height: 18px; clear: both; } div.filler { height: 10px; } #searchForm { margin: 0; /* IE needs that! */ } input#searchText { width: 120px; /* note width of the left column in WhitePaperStyle.xsl */ font-size: 0.8em; /* adjust font-size; 'em' is more flexible than 'px' in font-size */ padding: 0; /* don't assume "0" as default! */ } input#searchButton { float: right; width: 50px; /* note width of the left column in WhitePaperStyle.xsl */ margin: 1px; padding: 0px; font-size: 0.8em; /* adjust font-size; 'em' is more flexible than 'px' in font-size */ } #blogs { padding: 0px 10px 10px 10px; border-bottom: #666666 solid 1px; font-size: 11px; } #blogs li { margin-left: -15px; }
0.280321
0.069164
html { background: #e6e9e9; background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%); -webkit-font-smoothing: antialiased; font-family: "raleway"; } body { background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.44)), url('../Assets/backgroundpic.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: top; background-size: cover; box-shadow: 0 0 2px rgba(0, 0, 0, 0.06); color: #545454; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; margin: 0 auto; max-width: auto; padding: 2em 2em 4em; height: 100vh; } .iamtext{ color:white; font-size: 60px; font-weight:300; font-style: rail } .main-overlay { height: 350px; width: 300px; margin: 0 auto; background-color:#21d18e; border-radius: 30px; padding-top: 20px; } h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 600; line-height: 1.3; } h2 { font-size:200%; margin-top: 1.3em; } .bigtext { font-size: 20px; font-weight: bold; } .navbar-default{ background-color:whitesmoke; border-color: whitesmoke; color: #21d18e; } .navbar-default .navbar-nav{ color: black; } a { color: #0083e8; } b, strong { font-weight: 600; } samp { display: none; } img { animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1; background: transparent; border: 2px solid rgba(0, 0, 0, 0.12); border-radius: 1px; display: block; margin: 1.3em auto; max-width: 95%; } pic img { margin-right: 20px; } @keyframes colorize { 0% { -webkit-filter: grayscale(100%); filter: grayscale(100%); } 100% { -webkit-filter: grayscale(0%); filter: grayscale(0%); } } .log { color: #000; height: 30px; width: 150px; } .login select { color: #000; height: 30px; width: 100px; } .btn-submit { color: #000; } .login { float: right; margin-right: 10px; margin-top: 10px; }
views/landingStyle.css
html { background: #e6e9e9; background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%); -webkit-font-smoothing: antialiased; font-family: "raleway"; } body { background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.44)), url('../Assets/backgroundpic.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: top; background-size: cover; box-shadow: 0 0 2px rgba(0, 0, 0, 0.06); color: #545454; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; margin: 0 auto; max-width: auto; padding: 2em 2em 4em; height: 100vh; } .iamtext{ color:white; font-size: 60px; font-weight:300; font-style: rail } .main-overlay { height: 350px; width: 300px; margin: 0 auto; background-color:#21d18e; border-radius: 30px; padding-top: 20px; } h1, h2, h3, h4, h5, h6 { color: #222; font-weight: 600; line-height: 1.3; } h2 { font-size:200%; margin-top: 1.3em; } .bigtext { font-size: 20px; font-weight: bold; } .navbar-default{ background-color:whitesmoke; border-color: whitesmoke; color: #21d18e; } .navbar-default .navbar-nav{ color: black; } a { color: #0083e8; } b, strong { font-weight: 600; } samp { display: none; } img { animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1; background: transparent; border: 2px solid rgba(0, 0, 0, 0.12); border-radius: 1px; display: block; margin: 1.3em auto; max-width: 95%; } pic img { margin-right: 20px; } @keyframes colorize { 0% { -webkit-filter: grayscale(100%); filter: grayscale(100%); } 100% { -webkit-filter: grayscale(0%); filter: grayscale(0%); } } .log { color: #000; height: 30px; width: 150px; } .login select { color: #000; height: 30px; width: 100px; } .btn-submit { color: #000; } .login { float: right; margin-right: 10px; margin-top: 10px; }
0.493653
0.163479
.row_menu { float: left; min-width: 220px; margin-right: 15px; } .pt_vmegamenu_title { position: relative; background: #f07b1d; border-bottom: 3px solid #c55800; border-radius: 3px 3px 0 0; } .pt_vmegamenu_title h2 { color: #fff; font-size: 14px; text-transform: uppercase; padding: 5px 20px; margin: 0; position: relative; line-height: 40px; cursor: pointer; text-align: left; font-weight: 700; } .pt_vmegamenu_title h2 i{ display:none; font-size:0; padding-right: 20px;} .pt_vmegamenu_title h2:before { content: "\f0c9"; display: inline-block; font-family: FontAwesome; font-size: 18px; position:absolute; right:20px; } @media (max-width: 992px){ .pt_vmegamenu_title h2 i{ display: none;} } .pt_vmegamenu { padding: 0 0 0 15px; border: 2px solid #eee; border-bottom: 4px solid #eee; border-top: 0; background: #fff; border-radius: 0 0 5px 5px; width:100%; } .pt_vmegamenu .last .parentMenu{background: none} .pt_vmegamenu div.pt_menu { position: relative; border-bottom: 1px solid #eee; /* background: #000000; border-bottom: 1px solid #000000; -webkit-transition: background 300ms ease; -moz-transition: background 300ms ease; -ms-transition: background 300ms ease; -o-transition: background 300ms ease; transition: background 300ms ease; */} .pt_vmegamenu div.pt_menu.active .parentMenu a, .pt_vmegamenu div.pt_menu .parentMenu a:hover{ text-decoration: underline; } .pt_vmegamenu div.pt_menu .parentMenu:after{ content: "\f105"; font-family: FontAwesome; font-size: 14px; position: absolute; right: 15px; top:16px; font-weight:700; } /* .pt_vmegamenu div.pt_menu.active .parentMenu:after, .pt_vmegamenu div.pt_menu .parentMenu:hover:after{ color: #75BF97; } */ .pt_vmegamenu div.pt_menu:hover .wrap-popup{ left: 100%; opacity:1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .pt_vmegamenu div.pt_menu:last-child { border-bottom: 0;} .pt_vmegamenu div.pt_menu.active { /* background: #000; */} .pt_vmegamenu div.popup { padding:0; display: none; position: absolute; top:0 !important; text-align: left; width: auto !important; z-index: 3000; left:auto !important; } .box-popup { background-color: #fff; box-shadow: 0 0 5px -1px #666; text-align: left; z-index: 3000; padding: 15px 30px 30px; } .arrow-left-menu{ background: url("../images/arrow-left-menu.png") no-repeat scroll 0 18px; float: left; height: 50px; margin: -5px 0 0 -15px; padding: 0; width: 19px; position: relative; z-index: 1; } .pt_vmegamenu div.pt_menu .parentMenu a img{ margin-right: 10px;} .pt_vmegamenu div.pt_menu .parentMenu a{ text-decoration: none; display: block; line-height: 40px; padding: 0; text-transform: capitalize; text-align: left; font-weight: 400; font-size: 13px; } .pt_vmegamenu div.pt_menu .parentMenu a span{ display: inline-block; line-height: 25px; } .pt_vmegamenu div.pt_menu .parentMenu{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .pt_vmegamenu div.pt_menu .parentMenu:last-child{ } .pt_vmegamenu .noSub .parentMenu:after { display:none !important; } /* .pt_vmegamenu div.pt_menu .parentMenu a:before{ background:none repeat scroll 0 0 transparent; bottom: 0; content: ""; left: 0; position: absolute; top: 0; width: 3px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .pt_vmegamenu div.pt_menu.noSub .parentMenu a:before{ display:none; } .pt_vmegamenu div.pt_menu .parentMenu a:hover:before{ left:10px; background:#e98388; } */ .custom-menu-right { float: left; margin: 0;} .pt_vmegamenu .column.blockright { width: 220px ; } .menu-right-title { background: url("../images/bg-bottom1-title.png") repeat-x left bottom; float: left; margin: 0 0 20px 0; width: 100%; } .menu-right-title h2 { background: url("../images/bg-f-title6.png") no-repeat scroll left bottom; color: #777777; font-family: 'titilliumwebsemibold'; font-size: 16px; margin: 0; padding: 0 0 8px; text-transform: uppercase; } .menu-right-images { float: left;} .m-images { float: left;} .m-images.col1 { margin:20px 0 0;} .pt_vmegamenu div.pt_menu.last .parentMenu.noSubMenu{ border: 0; } /*.pt_vmegamenu div.pt_menu:hover,.pt_vmegamenu div.pt_menu .active{*/ /* width: 400px;*/ /*}*/ .navleft-container { position: relative; z-index:99;} .cms-index-index .navleft-container{margin: 0 0 50px} .pt_vmegamenu div.popup a { text-decoration: none; display: block; font-size: 14px; text-transform: capitalize; line-height: 30px; } /* .pt_vmegamenu div.popup a:hover { color: #26acce; } */ .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemMenu p.level3,.pt_vmegamenu .itemMenu p.level4.nochild{ font-size: 18px; font-weight: 700; text-transform: uppercase; position:relative; } .pt_vmegamenu .itemMenu h4.level3:before, .pt_vmegamenu .itemMenu p.level3:before{ position: absolute; content: ""; top:45%; left: 0; border-top: 4px double #ebebeb; width: 100%; z-index:0; } .pt_vmegamenu .itemMenu h4.level3 span, .pt_vmegamenu .itemMenu p.level3 span{ display:inline-block; background:#fff; z-index:1; position:relative; padding-right:10px; } .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemSubMenu h4.level4 span{ } /* .pt_vmegamenu .itemSubMenu h4.level4, .pt_vmegamenu .itemSubMenu a.level4, .pt_vmegamenu .itemSubMenu h4.level3, .pt_vmegamenu .itemSubMenu a.level3, .pt_vmegamenu .itemMenu a.level4.nochild{ text-transform: none; font-weight: normal; line-height: 25px; font-size: 13px; text-transform: capitalize; } .pt_vmegamenu .itemSubMenu h4.level4:hover, .pt_vmegamenu .itemSubMenu a.level4:hover, .pt_vmegamenu .itemSubMenu h4.level3:hover, .pt_vmegamenu .itemSubMenu a.level3:hover, .pt_vmegamenu .itemMenu p.level4.nochild:hover{ color: #75BF97; } */ .pt_vmegamenu div.popup a.act{color: #7ecc13;} .pt_vmegamenu div.column { float:left; width:220px; margin-right: 30px; padding-right:0; } .pt_vmegamenu div.column.last { border-right: 0 none; margin-right: 0; padding-right: 0; } .pt_vmegamenu div.itemSubMenu { padding: 5px 0; position: relative; } .pt_vmegamenu .clearBoth { clear:both; } .pt_vmegamenu .block2{ margin-top: 10px; /* display: inline-block;*/ } .pt_vmegamenu #popup_home{ display: none !important; } .pt_vmegamenu div.popup .block1{ overflow: hidden; } .pt_vmegamenu div.popup .block1 .column{ } /*show right block*/ .pt_vmegamenu div.popup .floatleft{ float: left; } .pt_vmegamenu div.popup .blockright img{ max-width: 100%; width:100%; } .pt_vmegamenu .parentMenu .block-title{ color: #1E7EC8; } .pt_vmegamenu div.pt_menu .parentMenu p{ margin: 0; padding: 0; } .pt_vmegamenu #pt_menu_link .parentMenu ul li{ float: none; list-style: none; } .pt_vmegamenu #pt_menu_link .parentMenu ul li a{ float: none; padding: 5px 10px 6px; display: block; } .pt_vmegamenu #pt_menu_link{ padding: 0; width: 195px; } .pt_vmegamenu .wrap-popup{ opacity:0; position: absolute; left: 115%; top: 0; width: 914px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .pt_vmegamenu .wrap-popup:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; } .pt_vmegamenu div.pt_menu{ padding: 0 !important; } /*============end megamenu==========================*/ /* edit */ .cate-thumb{ display: inline-block;}
public/assets/user/other/posvegamenu67ed.css
.row_menu { float: left; min-width: 220px; margin-right: 15px; } .pt_vmegamenu_title { position: relative; background: #f07b1d; border-bottom: 3px solid #c55800; border-radius: 3px 3px 0 0; } .pt_vmegamenu_title h2 { color: #fff; font-size: 14px; text-transform: uppercase; padding: 5px 20px; margin: 0; position: relative; line-height: 40px; cursor: pointer; text-align: left; font-weight: 700; } .pt_vmegamenu_title h2 i{ display:none; font-size:0; padding-right: 20px;} .pt_vmegamenu_title h2:before { content: "\f0c9"; display: inline-block; font-family: FontAwesome; font-size: 18px; position:absolute; right:20px; } @media (max-width: 992px){ .pt_vmegamenu_title h2 i{ display: none;} } .pt_vmegamenu { padding: 0 0 0 15px; border: 2px solid #eee; border-bottom: 4px solid #eee; border-top: 0; background: #fff; border-radius: 0 0 5px 5px; width:100%; } .pt_vmegamenu .last .parentMenu{background: none} .pt_vmegamenu div.pt_menu { position: relative; border-bottom: 1px solid #eee; /* background: #000000; border-bottom: 1px solid #000000; -webkit-transition: background 300ms ease; -moz-transition: background 300ms ease; -ms-transition: background 300ms ease; -o-transition: background 300ms ease; transition: background 300ms ease; */} .pt_vmegamenu div.pt_menu.active .parentMenu a, .pt_vmegamenu div.pt_menu .parentMenu a:hover{ text-decoration: underline; } .pt_vmegamenu div.pt_menu .parentMenu:after{ content: "\f105"; font-family: FontAwesome; font-size: 14px; position: absolute; right: 15px; top:16px; font-weight:700; } /* .pt_vmegamenu div.pt_menu.active .parentMenu:after, .pt_vmegamenu div.pt_menu .parentMenu:hover:after{ color: #75BF97; } */ .pt_vmegamenu div.pt_menu:hover .wrap-popup{ left: 100%; opacity:1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .pt_vmegamenu div.pt_menu:last-child { border-bottom: 0;} .pt_vmegamenu div.pt_menu.active { /* background: #000; */} .pt_vmegamenu div.popup { padding:0; display: none; position: absolute; top:0 !important; text-align: left; width: auto !important; z-index: 3000; left:auto !important; } .box-popup { background-color: #fff; box-shadow: 0 0 5px -1px #666; text-align: left; z-index: 3000; padding: 15px 30px 30px; } .arrow-left-menu{ background: url("../images/arrow-left-menu.png") no-repeat scroll 0 18px; float: left; height: 50px; margin: -5px 0 0 -15px; padding: 0; width: 19px; position: relative; z-index: 1; } .pt_vmegamenu div.pt_menu .parentMenu a img{ margin-right: 10px;} .pt_vmegamenu div.pt_menu .parentMenu a{ text-decoration: none; display: block; line-height: 40px; padding: 0; text-transform: capitalize; text-align: left; font-weight: 400; font-size: 13px; } .pt_vmegamenu div.pt_menu .parentMenu a span{ display: inline-block; line-height: 25px; } .pt_vmegamenu div.pt_menu .parentMenu{ -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .pt_vmegamenu div.pt_menu .parentMenu:last-child{ } .pt_vmegamenu .noSub .parentMenu:after { display:none !important; } /* .pt_vmegamenu div.pt_menu .parentMenu a:before{ background:none repeat scroll 0 0 transparent; bottom: 0; content: ""; left: 0; position: absolute; top: 0; width: 3px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; } .pt_vmegamenu div.pt_menu.noSub .parentMenu a:before{ display:none; } .pt_vmegamenu div.pt_menu .parentMenu a:hover:before{ left:10px; background:#e98388; } */ .custom-menu-right { float: left; margin: 0;} .pt_vmegamenu .column.blockright { width: 220px ; } .menu-right-title { background: url("../images/bg-bottom1-title.png") repeat-x left bottom; float: left; margin: 0 0 20px 0; width: 100%; } .menu-right-title h2 { background: url("../images/bg-f-title6.png") no-repeat scroll left bottom; color: #777777; font-family: 'titilliumwebsemibold'; font-size: 16px; margin: 0; padding: 0 0 8px; text-transform: uppercase; } .menu-right-images { float: left;} .m-images { float: left;} .m-images.col1 { margin:20px 0 0;} .pt_vmegamenu div.pt_menu.last .parentMenu.noSubMenu{ border: 0; } /*.pt_vmegamenu div.pt_menu:hover,.pt_vmegamenu div.pt_menu .active{*/ /* width: 400px;*/ /*}*/ .navleft-container { position: relative; z-index:99;} .cms-index-index .navleft-container{margin: 0 0 50px} .pt_vmegamenu div.popup a { text-decoration: none; display: block; font-size: 14px; text-transform: capitalize; line-height: 30px; } /* .pt_vmegamenu div.popup a:hover { color: #26acce; } */ .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemMenu p.level3,.pt_vmegamenu .itemMenu p.level4.nochild{ font-size: 18px; font-weight: 700; text-transform: uppercase; position:relative; } .pt_vmegamenu .itemMenu h4.level3:before, .pt_vmegamenu .itemMenu p.level3:before{ position: absolute; content: ""; top:45%; left: 0; border-top: 4px double #ebebeb; width: 100%; z-index:0; } .pt_vmegamenu .itemMenu h4.level3 span, .pt_vmegamenu .itemMenu p.level3 span{ display:inline-block; background:#fff; z-index:1; position:relative; padding-right:10px; } .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemSubMenu h4.level4 span{ } /* .pt_vmegamenu .itemSubMenu h4.level4, .pt_vmegamenu .itemSubMenu a.level4, .pt_vmegamenu .itemSubMenu h4.level3, .pt_vmegamenu .itemSubMenu a.level3, .pt_vmegamenu .itemMenu a.level4.nochild{ text-transform: none; font-weight: normal; line-height: 25px; font-size: 13px; text-transform: capitalize; } .pt_vmegamenu .itemSubMenu h4.level4:hover, .pt_vmegamenu .itemSubMenu a.level4:hover, .pt_vmegamenu .itemSubMenu h4.level3:hover, .pt_vmegamenu .itemSubMenu a.level3:hover, .pt_vmegamenu .itemMenu p.level4.nochild:hover{ color: #75BF97; } */ .pt_vmegamenu div.popup a.act{color: #7ecc13;} .pt_vmegamenu div.column { float:left; width:220px; margin-right: 30px; padding-right:0; } .pt_vmegamenu div.column.last { border-right: 0 none; margin-right: 0; padding-right: 0; } .pt_vmegamenu div.itemSubMenu { padding: 5px 0; position: relative; } .pt_vmegamenu .clearBoth { clear:both; } .pt_vmegamenu .block2{ margin-top: 10px; /* display: inline-block;*/ } .pt_vmegamenu #popup_home{ display: none !important; } .pt_vmegamenu div.popup .block1{ overflow: hidden; } .pt_vmegamenu div.popup .block1 .column{ } /*show right block*/ .pt_vmegamenu div.popup .floatleft{ float: left; } .pt_vmegamenu div.popup .blockright img{ max-width: 100%; width:100%; } .pt_vmegamenu .parentMenu .block-title{ color: #1E7EC8; } .pt_vmegamenu div.pt_menu .parentMenu p{ margin: 0; padding: 0; } .pt_vmegamenu #pt_menu_link .parentMenu ul li{ float: none; list-style: none; } .pt_vmegamenu #pt_menu_link .parentMenu ul li a{ float: none; padding: 5px 10px 6px; display: block; } .pt_vmegamenu #pt_menu_link{ padding: 0; width: 195px; } .pt_vmegamenu .wrap-popup{ opacity:0; position: absolute; left: 115%; top: 0; width: 914px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .pt_vmegamenu .wrap-popup:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; } .pt_vmegamenu div.pt_menu{ padding: 0 !important; } /*============end megamenu==========================*/ /* edit */ .cate-thumb{ display: inline-block;}
0.229881
0.087564
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-water:before { content: "\f100"; } .flaticon-interface:before { content: "\f101"; } .flaticon-wedding-invitation:before { content: "\f102"; } .flaticon-calendar-1:before { content: "\f103"; } .flaticon-event-date-and-time-symbol:before { content: "\f104"; } .flaticon-rice:before { content: "\f105"; } .flaticon-chicken-plate-on-a-hand:before { content: "\f106"; } .flaticon-burger-on-plate:before { content: "\f107"; } .flaticon-volunteer:before { content: "\f108"; } .flaticon-chat-2:before { content: "\f109"; } .flaticon-chat-1:before { content: "\f10a"; } .flaticon-chat:before { content: "\f10b"; } .flaticon-medal-2:before { content: "\f10c"; } .flaticon-credit-card-1:before { content: "\f10d"; } .flaticon-facebook:before { content: "\f10e"; } .flaticon-twitter:before { content: "\f10f"; } .flaticon-flickr:before { content: "\f110"; } .flaticon-right-arrow-1:before { content: "\f111"; } .flaticon-left-arrow-1:before { content: "\f112"; } .flaticon-left-arrow:before { content: "\f113"; } .flaticon-right-arrow:before { content: "\f114"; } .flaticon-add:before { content: "\f115"; } .flaticon-instagram:before { content: "\f116"; } .flaticon-house-key:before { content: "\f117"; } .flaticon-checkbox-pen-outline:before { content: "\f118"; } .flaticon-linkedin-logo:before { content: "\f119"; } .flaticon-facebook-logo:before { content: "\f11a"; } .flaticon-twitter-logo-on-black-background:before { content: "\f11b"; } .flaticon-email-filled-closed-envelope:before { content: "\f11c"; } .flaticon-clock-circular-outline:before { content: "\f11d"; } .flaticon-24-hours-phone-assistance-service:before { content: "\f11e"; } .flaticon-folder:before { content: "\f11f"; } .flaticon-trophy-for-sports:before { content: "\f120"; } .flaticon-black-back-closed-envelope-shape:before { content: "\f121"; } .flaticon-staff-symbol:before { content: "\f122"; } .flaticon-link-symbol:before { content: "\f123"; } .flaticon-calendar-with-a-clock-time-tools:before { content: "\f124"; } .flaticon-magnifier:before { content: "\f125"; } .flaticon-multiple-users-silhouette:before { content: "\f126"; } .flaticon-opened-email-envelope:before { content: "\f127"; } .flaticon-play-button-1:before { content: "\f128"; } .flaticon-tags:before { content: "\f129"; } .flaticon-map-marker:before { content: "\f12a"; } .flaticon-square-shape-shadow:before { content: "\f12b"; } .flaticon-flickr-website-logo-silhouette:before { content: "\f12c"; } .flaticon-add-square-button:before { content: "\f12d"; } .flaticon-mark:before { content: "\f12e"; } .flaticon-old-handphone:before { content: "\f12f"; } .flaticon-checked-mark:before { content: "\f130"; } .flaticon-twitter-logo-silhouette:before { content: "\f131"; } .flaticon-lock:before { content: "\f132"; } .flaticon-blocks-with-angled-cuts:before { content: "\f133"; } .flaticon-shirt-1:before { content: "\f134"; } .flaticon-business-10:before { content: "\f135"; } .flaticon-medical-2:before { content: "\f136"; } .flaticon-like:before { content: "\f137"; } .flaticon-people-12:before { content: "\f138"; } .flaticon-protest:before { content: "\f139"; } .flaticon-justice:before { content: "\f13a"; } .flaticon-medical-1:before { content: "\f13b"; } .flaticon-technology:before { content: "\f13c"; } .flaticon-money-5:before { content: "\f13d"; } .flaticon-business-9:before { content: "\f13e"; } .flaticon-people-11:before { content: "\f13f"; } .flaticon-envelope:before { content: "\f140"; } .flaticon-credit-card:before { content: "\f141"; } .flaticon-command:before { content: "\f142"; } .flaticon-classroom:before { content: "\f143"; } .flaticon-internet:before { content: "\f144"; } .flaticon-giftbox:before { content: "\f145"; } .flaticon-donation:before { content: "\f146"; } .flaticon-shirt:before { content: "\f147"; } .flaticon-animals:before { content: "\f148"; } .flaticon-business-8:before { content: "\f149"; } .flaticon-focus:before { content: "\f14a"; } .flaticon-people-9:before { content: "\f14b"; } .flaticon-people-8:before { content: "\f14c"; } .flaticon-unlink:before { content: "\f14d"; } .flaticon-hand-shake:before { content: "\f14e"; } .flaticon-clock-2:before { content: "\f14f"; } .flaticon-play-button:before { content: "\f150"; } .flaticon-clock-1:before { content: "\f151"; } .flaticon-id-card:before { content: "\f152"; } .flaticon-money-4:before { content: "\f153"; } .flaticon-people-7:before { content: "\f154"; } .flaticon-people-6:before { content: "\f155"; } .flaticon-location:before { content: "\f156"; } .flaticon-people-5:before { content: "\f157"; } .flaticon-agreement:before { content: "\f158"; } .flaticon-business-7:before { content: "\f159"; } .flaticon-speech-bubble:before { content: "\f15a"; } .flaticon-business-6:before { content: "\f15b"; } .flaticon-telephone-2:before { content: "\f15c"; } .flaticon-social:before { content: "\f15d"; } .flaticon-medal-1:before { content: "\f15e"; } .flaticon-medal:before { content: "\f15f"; } .flaticon-people-4:before { content: "\f160"; } .flaticon-people-3:before { content: "\f161"; } .flaticon-people-2:before { content: "\f162"; } .flaticon-money-3:before { content: "\f163"; } .flaticon-coins:before { content: "\f164"; } .flaticon-money-2:before { content: "\f165"; } .flaticon-health-care:before { content: "\f166"; } .flaticon-business-5:before { content: "\f167"; } .flaticon-man:before { content: "\f168"; } .flaticon-casual-t-shirt:before { content: "\f169"; } .flaticon-beach-house:before { content: "\f16a"; } .flaticon-house:before { content: "\f16b"; } .flaticon-medical:before { content: "\f16c"; } .flaticon-clothes-donation:before { content: "\f16d"; } .flaticon-cross:before { content: "\f16e"; } .flaticon-money-1:before { content: "\f16f"; } .flaticon-business-4:before { content: "\f170"; } .flaticon-home-icon-silhouette:before { content: "\f171"; } .flaticon-signature:before { content: "\f172"; } .flaticon-connection:before { content: "\f173"; } .flaticon-business-3:before { content: "\f174"; } .flaticon-business-2:before { content: "\f175"; } .flaticon-buildings:before { content: "\f176"; } .flaticon-responsible-energy-use:before { content: "\f177"; } .flaticon-dove-of-peace:before { content: "\f178"; } .flaticon-make-a-donation:before { content: "\f179"; } .flaticon-hands:before { content: "\f17a"; } .flaticon-raise-your-hand-to-ask:before { content: "\f17b"; } .flaticon-woman-and-child-holding-hands:before { content: "\f17c"; } .flaticon-charity-donation:before { content: "\f17d"; } .flaticon-money:before { content: "\f17e"; } .flaticon-black-check-box:before { content: "\f17f"; } .flaticon-target:before { content: "\f180"; } .flaticon-gentleman:before { content: "\f181"; } .flaticon-business-1:before { content: "\f182"; } .flaticon-clock:before { content: "\f183"; } .flaticon-telephone-1:before { content: "\f184"; } .flaticon-business:before { content: "\f185"; } .flaticon-restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle:before { content: "\f186"; } .flaticon-t-shirt-black-silhouette:before { content: "\f187"; } .flaticon-people-1:before { content: "\f188"; } .flaticon-tool:before { content: "\f189"; } .flaticon-users-group:before { content: "\f18a"; } .flaticon-books-stack-of-three:before { content: "\f18b"; } .flaticon-house-on-square-background-with-check-mark:before { content: "\f18c"; } .flaticon-home:before { content: "\f18d"; } .flaticon-thumbs-up-hand-symbol:before { content: "\f18e"; } .flaticon-umbrella-black-silhouette:before { content: "\f18f"; } .flaticon-medical-kit:before { content: "\f190"; } .flaticon-telephone:before { content: "\f191"; } .flaticon-people:before { content: "\f192"; } .flaticon-home-page:before { content: "\f193"; } .flaticon-straight-quotes:before { content: "\f194"; } .flaticon-calendar:before { content: "\f195"; }
public/assets/landing/css/flaticon.css
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-water:before { content: "\f100"; } .flaticon-interface:before { content: "\f101"; } .flaticon-wedding-invitation:before { content: "\f102"; } .flaticon-calendar-1:before { content: "\f103"; } .flaticon-event-date-and-time-symbol:before { content: "\f104"; } .flaticon-rice:before { content: "\f105"; } .flaticon-chicken-plate-on-a-hand:before { content: "\f106"; } .flaticon-burger-on-plate:before { content: "\f107"; } .flaticon-volunteer:before { content: "\f108"; } .flaticon-chat-2:before { content: "\f109"; } .flaticon-chat-1:before { content: "\f10a"; } .flaticon-chat:before { content: "\f10b"; } .flaticon-medal-2:before { content: "\f10c"; } .flaticon-credit-card-1:before { content: "\f10d"; } .flaticon-facebook:before { content: "\f10e"; } .flaticon-twitter:before { content: "\f10f"; } .flaticon-flickr:before { content: "\f110"; } .flaticon-right-arrow-1:before { content: "\f111"; } .flaticon-left-arrow-1:before { content: "\f112"; } .flaticon-left-arrow:before { content: "\f113"; } .flaticon-right-arrow:before { content: "\f114"; } .flaticon-add:before { content: "\f115"; } .flaticon-instagram:before { content: "\f116"; } .flaticon-house-key:before { content: "\f117"; } .flaticon-checkbox-pen-outline:before { content: "\f118"; } .flaticon-linkedin-logo:before { content: "\f119"; } .flaticon-facebook-logo:before { content: "\f11a"; } .flaticon-twitter-logo-on-black-background:before { content: "\f11b"; } .flaticon-email-filled-closed-envelope:before { content: "\f11c"; } .flaticon-clock-circular-outline:before { content: "\f11d"; } .flaticon-24-hours-phone-assistance-service:before { content: "\f11e"; } .flaticon-folder:before { content: "\f11f"; } .flaticon-trophy-for-sports:before { content: "\f120"; } .flaticon-black-back-closed-envelope-shape:before { content: "\f121"; } .flaticon-staff-symbol:before { content: "\f122"; } .flaticon-link-symbol:before { content: "\f123"; } .flaticon-calendar-with-a-clock-time-tools:before { content: "\f124"; } .flaticon-magnifier:before { content: "\f125"; } .flaticon-multiple-users-silhouette:before { content: "\f126"; } .flaticon-opened-email-envelope:before { content: "\f127"; } .flaticon-play-button-1:before { content: "\f128"; } .flaticon-tags:before { content: "\f129"; } .flaticon-map-marker:before { content: "\f12a"; } .flaticon-square-shape-shadow:before { content: "\f12b"; } .flaticon-flickr-website-logo-silhouette:before { content: "\f12c"; } .flaticon-add-square-button:before { content: "\f12d"; } .flaticon-mark:before { content: "\f12e"; } .flaticon-old-handphone:before { content: "\f12f"; } .flaticon-checked-mark:before { content: "\f130"; } .flaticon-twitter-logo-silhouette:before { content: "\f131"; } .flaticon-lock:before { content: "\f132"; } .flaticon-blocks-with-angled-cuts:before { content: "\f133"; } .flaticon-shirt-1:before { content: "\f134"; } .flaticon-business-10:before { content: "\f135"; } .flaticon-medical-2:before { content: "\f136"; } .flaticon-like:before { content: "\f137"; } .flaticon-people-12:before { content: "\f138"; } .flaticon-protest:before { content: "\f139"; } .flaticon-justice:before { content: "\f13a"; } .flaticon-medical-1:before { content: "\f13b"; } .flaticon-technology:before { content: "\f13c"; } .flaticon-money-5:before { content: "\f13d"; } .flaticon-business-9:before { content: "\f13e"; } .flaticon-people-11:before { content: "\f13f"; } .flaticon-envelope:before { content: "\f140"; } .flaticon-credit-card:before { content: "\f141"; } .flaticon-command:before { content: "\f142"; } .flaticon-classroom:before { content: "\f143"; } .flaticon-internet:before { content: "\f144"; } .flaticon-giftbox:before { content: "\f145"; } .flaticon-donation:before { content: "\f146"; } .flaticon-shirt:before { content: "\f147"; } .flaticon-animals:before { content: "\f148"; } .flaticon-business-8:before { content: "\f149"; } .flaticon-focus:before { content: "\f14a"; } .flaticon-people-9:before { content: "\f14b"; } .flaticon-people-8:before { content: "\f14c"; } .flaticon-unlink:before { content: "\f14d"; } .flaticon-hand-shake:before { content: "\f14e"; } .flaticon-clock-2:before { content: "\f14f"; } .flaticon-play-button:before { content: "\f150"; } .flaticon-clock-1:before { content: "\f151"; } .flaticon-id-card:before { content: "\f152"; } .flaticon-money-4:before { content: "\f153"; } .flaticon-people-7:before { content: "\f154"; } .flaticon-people-6:before { content: "\f155"; } .flaticon-location:before { content: "\f156"; } .flaticon-people-5:before { content: "\f157"; } .flaticon-agreement:before { content: "\f158"; } .flaticon-business-7:before { content: "\f159"; } .flaticon-speech-bubble:before { content: "\f15a"; } .flaticon-business-6:before { content: "\f15b"; } .flaticon-telephone-2:before { content: "\f15c"; } .flaticon-social:before { content: "\f15d"; } .flaticon-medal-1:before { content: "\f15e"; } .flaticon-medal:before { content: "\f15f"; } .flaticon-people-4:before { content: "\f160"; } .flaticon-people-3:before { content: "\f161"; } .flaticon-people-2:before { content: "\f162"; } .flaticon-money-3:before { content: "\f163"; } .flaticon-coins:before { content: "\f164"; } .flaticon-money-2:before { content: "\f165"; } .flaticon-health-care:before { content: "\f166"; } .flaticon-business-5:before { content: "\f167"; } .flaticon-man:before { content: "\f168"; } .flaticon-casual-t-shirt:before { content: "\f169"; } .flaticon-beach-house:before { content: "\f16a"; } .flaticon-house:before { content: "\f16b"; } .flaticon-medical:before { content: "\f16c"; } .flaticon-clothes-donation:before { content: "\f16d"; } .flaticon-cross:before { content: "\f16e"; } .flaticon-money-1:before { content: "\f16f"; } .flaticon-business-4:before { content: "\f170"; } .flaticon-home-icon-silhouette:before { content: "\f171"; } .flaticon-signature:before { content: "\f172"; } .flaticon-connection:before { content: "\f173"; } .flaticon-business-3:before { content: "\f174"; } .flaticon-business-2:before { content: "\f175"; } .flaticon-buildings:before { content: "\f176"; } .flaticon-responsible-energy-use:before { content: "\f177"; } .flaticon-dove-of-peace:before { content: "\f178"; } .flaticon-make-a-donation:before { content: "\f179"; } .flaticon-hands:before { content: "\f17a"; } .flaticon-raise-your-hand-to-ask:before { content: "\f17b"; } .flaticon-woman-and-child-holding-hands:before { content: "\f17c"; } .flaticon-charity-donation:before { content: "\f17d"; } .flaticon-money:before { content: "\f17e"; } .flaticon-black-check-box:before { content: "\f17f"; } .flaticon-target:before { content: "\f180"; } .flaticon-gentleman:before { content: "\f181"; } .flaticon-business-1:before { content: "\f182"; } .flaticon-clock:before { content: "\f183"; } .flaticon-telephone-1:before { content: "\f184"; } .flaticon-business:before { content: "\f185"; } .flaticon-restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle:before { content: "\f186"; } .flaticon-t-shirt-black-silhouette:before { content: "\f187"; } .flaticon-people-1:before { content: "\f188"; } .flaticon-tool:before { content: "\f189"; } .flaticon-users-group:before { content: "\f18a"; } .flaticon-books-stack-of-three:before { content: "\f18b"; } .flaticon-house-on-square-background-with-check-mark:before { content: "\f18c"; } .flaticon-home:before { content: "\f18d"; } .flaticon-thumbs-up-hand-symbol:before { content: "\f18e"; } .flaticon-umbrella-black-silhouette:before { content: "\f18f"; } .flaticon-medical-kit:before { content: "\f190"; } .flaticon-telephone:before { content: "\f191"; } .flaticon-people:before { content: "\f192"; } .flaticon-home-page:before { content: "\f193"; } .flaticon-straight-quotes:before { content: "\f194"; } .flaticon-calendar:before { content: "\f195"; }
0.345657
0.134151
.account-comment-header { background: #3B8DA2; } .account-comment-nav { background: #e6e6e6; } .account-comment-header .header-main { width: 900px; margin: 0px auto; } .user-vote { position: absolute; top: 40px; right: 250px; } .user-info-main { height: 138px; overflow: hidden; } .user-info-face { width: 80px; height: 80px; float: left; border-radius: 40px; overflow: hidden; margin:30px 0 0 20px; } .user-info-face img { width: 80px; height: 80px; border: none; display: block; } .user-info-content { float: left; margin: 40px; font-size: 14px; max-width:300px; } .user-info-content .nameHeader{ max-width:550px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:inline-block; } .user-info-content>span { font-size: 22px; color: rgb(242, 232, 31); font-weight: bold; line-height: 22px; height: 22px; } .user-info-content .investor-biaozhu{ font-size:12px; color:#fff; background:#feb930; height:26px; line-height:26px; padding:0 10px; font-weight:normal; border-radius:11px; display:inline-block; vertical-align:top; margin-left:10px; } .user-info-content .xj-result { font-size: 12px; margin-left: 10px; color: #fff; font-weight: normal; display: inline-block; padding: 0 10px; border-radius: 20px; background: #0bbda5; line-height: 22px; vertical-align: text-bottom; } .user-info-content .xj-result.uncheck{ background: #f95951; } .user-info-content .user-info-tags { width: 250px; margin-top: 15px; margin-bottom: 2px; color: rgb(255, 255, 255); } .user-info-content .user-info-tags span { padding: 0px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle; } .user-info-content .user-info-tags span.school{ max-width:160px; } .user-info-content .user-info-tags span.major{ max-width:200px; } .user-info-content .user-info-tags>span:first-of-type { padding-left: 0px; } .user-info-content .user-info-tags>span:last-of-type { padding-right: 0px; border-right: 0px; } .user-info-contact { margin-top: 10px; } .user-info-contact-item { height: 20px; line-height: 20px; text-indent: 22px; color: #fff; padding-right: 20px; } .user-info-contact .contact-tel { background-size: 13px 13px; text-indent: 18px; vertical-align: middle; display:inline-block; } .account-comment-nav ul.account-nav-main { width: 900px; margin: 0px auto; padding: 0px; list-style: none; text-align: center; } .account-comment-nav ul.account-nav-main li { display: inline-block; margin-right: 70px; } .account-comment-nav ul.account-nav-main li:last-of-type { margin-right: 0px; } .account-comment-nav ul.account-nav-main li a { display: block; padding: 20px 35px; text-align: center; color: #4e4e4e; font-size: 16px; position: relative; } .account-comment-nav ul.account-nav-main li a i { display: block; width: 35px; height: 35px; margin: 0px auto; } .account-comment-nav ul.account-nav-main li a:hover { color: #000; } .account-comment-nav ul.account-nav-main li a.selected { background: #2eafbb; color: #fff; } .account-comment-nav ul.account-nav-main li a b { display: block; position: absolute; bottom: 0px; left: 50%; margin-left: -10px; height: 4px; width: 20px; background-color: rgb(204, 41, 41); } .account-comment-nav ul.account-nav-main li a .dot { display: block; position: absolute; width: 7px; height: 7px; border-radius: 50%; left: 93px; top: 20px; background-color: rgb(204, 41, 41); } .account-comment-nav ul.account-nav-main li a.selected b { display: none; } /** * 我的项目 */ .account-comment-nav ul.account-nav-main li a.folder { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.folder i { background: url(../icon/folder_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.folder:hover i { background: url(../icon/folder_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.folder.selected i { background: url(../icon/folder_click.svg) no-repeat center center; } /** * 我的关注 */ .account-comment-nav ul.account-nav-main li a.heart { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.heart i { background: url(../icon/heart_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.heart:hover i { background: url(../icon/heart_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.heart.selected i { background: url(../icon/heart_click.svg) no-repeat center center; } /** * 我的消息 */ .account-comment-nav ul.account-nav-main li a.message { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.message i { background: url(../icon/speech-bubble_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.message:hover i { background: url(../icon/speech-bubble_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.message.selected i { background: url(../icon/speech-bubble_click.svg) no-repeat center center; } /** * 个人设置 */ .account-comment-nav ul.account-nav-main li a.settings i { background: url(../icon/settings_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.settings:hover i { background: url(../icon/settings_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.settings.selected i { background: url(../icon/settings_click.svg) no-repeat center center; } .account-main { padding: 0px; } .account-main-header { margin-top: 40px; height: 380px; position: relative; } .to-project-detail-left { position: absolute; top: 0; left: 0; width: 540px; height: 380px; background-color: transparent; z-index: 1000; cursor: pointer; } .to-project-detail-right { position: absolute; top: 70px; left: 540px; width: 140px; height: 310px; background-color: transparent; z-index: 1000; cursor: pointer; } .account-main-header .account-main-left { width: 680px; height: 380px; float: left; background: url(../img/account_main_left_bg.jpg) center center no-repeat; } .account-main-header .account-main-right { width: 500px; height: 380px; float: right; background: #fff; position: relative; } /* 参赛链接 */ .account-main-header .account-main-right .entry_link { display: inline-block; width: 300px; height: 50px; line-height: 50px; font-size: 18px; border: 1px solid #2eafbb; color: #2eafbb; text-align: center; cursor: pointer; border-radius: 4px; vertical-align: middle; margin-top: 120px; margin-left: 100px; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; } .account-main-header .account-main-right .red-tour-entry { margin-top: 40px; } .account-main-header .account-main-right .red-tour-joined { border: none; margin-top: 40px; cursor: auto; } .account-main-header .account-main-right .entry_link>img { height: 16px; width: 24px; vertical-align: -1px; } /* * 项目状态 */ .account-project-status { position: relative; text-align: center; } .account-project-status>img.account_project_status_pic { display: inline-block; height: 125px; width: 125px; border: 1px solid #cccccc; margin-top: 65px; } .account-project-status>h2 { line-height: 40px; margin-top: 30px; color: #fff; font-size: 20px; font-weight: bold; padding: 0 45px; } .account-project-status>b { display: inline-block; background-color: rgb(255, 255, 255); width: 57px; height: 2px; line-height: 2px; } .account-project-status>p { margin-top: 20px; font-size: 18px; color: rgb(242, 242, 242); line-height: 18px; } .account-project-status .project-nav-box { position: absolute; top: 20px; right: 20px; } .account-project-status .project-nav-box a { display: block; width: 29px; height: 29px; margin: 0px 15px; float: left; } .account-project-status .project-nav-box .project-nav-box-edit { background: url(../icon/edit_normal.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-edit:hover { background: url(../icon/edit_hover.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-delete { background: url(../icon/remove_normal.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-delete:hover { background: url(../icon/remove_hover.svg) no-repeat center center; } .account-project-status .project-status { height: 180px; width: 180px; position: absolute; top: 0px; left: 0px; } .account-project-status .project-status:after { display: block; content: ''; width: 0; height: 0; border-top: 180px solid yellow; border-right: 180px solid transparent; } .account-project-status .project-status span { float: left; margin-top: 40px; margin-left: 20px; display: block; color: #182e81; font-size: 28px; font-weight: bold; text-align: center; -moz-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); -webkit-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); -ms-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); } /** * 项目信息 */ .account-project-info { padding-top: 30px; position: relative; margin-left:60px; text-align:center; } .account-main-header .account-project-info .entry_link { margin-left: 0; margin-bottom: 12px; border-color: #0083ff; color: #0083ff; } .account-project-info dl { margin: 0px; padding: 0px; width: auto; list-style: none; margin: 12px 0px; text-align:left; } .account-project-info dl:first-of-type { margin-top: 0px; } .account-project-info dl dt { width: 160px; height: 44px; line-height: 44px; background: #2eafbb; display: inline-block; color: #fff; text-align: center; font-size: 16px; font-weight: normal; vertical-align: middle; } .account-project-info .dl-new dt { background: #bd1e22; } .account-project-info .dl-new dd { color: #bd1e22; } .account-project-info .dl-new dd { border-color: #bd1e22; } .account-project-info dl dd { display: inline-block; width: 250px; height: 38px; font-size: 14px; border: 1px solid #2eafbb; vertical-align: middle; line-height: 38px; margin-left: -10px; z-index: 999; background: #fff; color: #2eafbb; position: relative; text-align:center; } .account-project-info dl dd .icon-exchange { position: absolute; right: -30px; cursor: pointer; } .dl-new .iconfont { margin-left: 5px; font-size: 14px; } .dl-new a { cursor: pointer; } #channelChange { padding-left: 10px; } .dl-new:hover a { text-decoration: underline; } .account-project-info>p { line-height: 38px; color: #2eafbb; font-size: 18px; text-align:center; } .account-project-info-face { display: table-cell; border-radius: 50%; background: url(../img/account-project-info-face.png) no-repeat center center; width: 129px; height: 129px; position: absolute; top: 125px; left: -65px; font-size: 30px; color: rgb(255, 255, 255); text-align: center; padding-top: 20px; } /** * 创建项目 */ .account-project-create { text-align: center; } .account-project-create a.account-project-create-link { display: block; width: 130px; margin: 128px auto 0px auto; padding-top: 100px; background: url(../img/create_project_normal.png) no-repeat top center; color: #f2f2f2; font-size: 30px; font-weight: bold; cursor: pointer; } .account-project-create a.account-project-create-link:hover { color: #d9d9d9; background-image: url(../img/create_project_hover.png); } .back-to-top { width: 51px; height: 51px; background: url(../icon/back_to_top.svg) center center no-repeat; background-color: #b5bebe; background-size: 25px 25px; position: fixed; bottom: 80px; right: 60px; z-index: 99999; border-radius: 25px; cursor: pointer; } .back-to-top-index { width: 51px; height: 51px; background: url(../icon/back_to_top.svg) center center no-repeat; background-color: #b5bebe; background-size: 25px 25px; z-index: 99999; border-radius: 25px; cursor: pointer; } .shortcut-menu-item-back.back-to-top-index { background: url(../img/back_to_top.png) center center no-repeat; background-color: #b5bebe; bottom: 33px; } /*公共模块*/ .w-3 { width: 32% } .w-2 { width: 48.5% } .f-18 { font-size: 24px } .c-3 { color: #333 } /*团队成员*/ .team-tit { width: 400px; margin: 0 auto; border-bottom: 1px #333 solid; } .team-tit h2 { position: relative; top: 15px; } .team-tit h2 strong { padding: 0 25px; background: #f2f2f2; } .shortcut-menu { position: fixed; bottom: 100px; right: 60px; z-index: 100; } .shortcut-menu-num { position: absolute; top: 1148px; right: 60px; z-index: 100; } .shortcut-item-menu { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; overflow: hidden; } .shortcut-item-menu span { /*display:none;*/ vertical-align: middle; line-height: 25px; color: #fff; margin: 0px 0px 0px 25px; text-align: center; opacity: 0; transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; -o-transition: opacity 0.1s; } .line50 span { line-height: 50px; } .shortcut-item-menu.collect { background-image: url("../img/collect.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.collect:hover { width: 160px; } .shortcut-item-menu.collect:hover span { display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.import { background-image: url("../img/import.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.import:hover { width: 133px; } .shortcut-item-menu.import:hover span { display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.export { background-image: url("../img/export.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.export:hover{ width: 190px; } .shortcut-item-menu.collect-detail { background-image: url("../icon/out.svg"); background-repeat: no-repeat; background-position: right 10px; background-position: -webkit-calc(100% - 5px) 10px; background-position: -moz-calc(100% - 5px) 10px; background-position: calc(100% - 5px) 10px; background-size:35px 35px; } .shortcut-item-menu.video-export { background-image: url("../icon/movie-export.svg"); background-repeat: no-repeat; background-position: right 10px; background-position: -webkit-calc(100% - 5px) 10px; background-position: -moz-calc(100% - 5px) 10px; background-position: calc(100% - 10px) 8px; background-size:32px 32px; } .shortcut-item-menu.project_plan { background-image: url("../img/project_plan.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu:hover{ width: 160px; } .shortcut-item-menu:hover span{ display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.ppt { background-image: url("../img/ppt1.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.ppt:hover { width: 160px; } .shortcut-menu-item { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; overflow: hidden; } .shortcut-menu-item-back { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; } .shortcut-menu-item span { display: none; padding-top: 15px; color: #fff; margin-left:25px; white-space: nowrap; } .shortcut-menu-item:hover { width: 125px; } .shortcut-menu-item:hover span { display: block; } .shortcut-menu-item.project_plan span, .shortcut-menu-item.ppt span { line-height: 18px; padding-top: 6px; } .shortcut-menu-item.back-to-top { background: url("../img/back_to_top.png") center center no-repeat; background-color: #b5bebe; bottom: 33px; } .shortcut-menu-item.back-to-top:hover { width: 50px; background-color: #6e7575; } .shortcut-menu-item i { display: inline-block; width: 50px; height: 50px; } .shortcut-menu-item .diamond { background-image: url("../img/rightbar_3.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .enter { background-image: url("../img/rightbar_1.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .pie { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .cup { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .qus { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .phone { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item.project_plan span, .shortcut-menu-item.ppt span { line-height: 18px; padding-top: 6px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 40%; } .set-input { height: 53px; } .ren-btn { display: inline-block; cursor: pointer; width: 235px; height: 48px; line-height: 48px; color: #fff; text-decoration: underline; background: #bd1e22; font-size: 16px; border-radius: 5px; margin-bottom: 20px; } .ren-btn:hover { color: #fff; text-decoration: underline; } .side-nav{ width: 160px; height: 468px; background-color: #fff; position: absolute; top: 0; left: 0; padding: 0; overflow: hidden; margin-bottom: 0; } .side-nav li:not(.time-box):not(.link-box){ list-style: none; height: 18px; line-height: 18px; padding-left: 18px; border-left: 3px solid transparent; font-size: 16px; margin-top: 26px; position: relative; } .side-nav li:first-child{ margin-top: 18px; } .side-nav li:last-child:not(.time-box):not(.link-box){ margin-bottom: 18px; } .side-nav li a{ color: #333; display: block; width: 100%; } .side-nav li.no-drop a{ color: #666; cursor: no-drop; } .side-nav li:not(.no-drop).active,.side-nav li:not(.no-drop):hover{ border-left-color: #2eafbb; } .side-nav li:not(.no-drop).active a,.side-nav li:not(.no-drop):hover a{ color: #2eafbb; } .right-main{ position: relative; margin-top: 35px; min-height: 186px; } .main-content{ margin-left: 172px; min-height: calc(100vh - 446px); } .side-nav li .dot { display: block; position: absolute; width: 6px; height: 6px; border-radius: 50%; left: 86px; top: -1px; background-color: #ff2e24; } .change-tip{display: inline-block;width: 210px;color: #fff; margin-left: 10px;font-style: normal;border: 1px solid #fff;padding: 5px 8px;border-radius: 4px;position:absolute;top:20px;left:385px;} .change-tip a{text-decoration:underline;color:#fff;cursor:pointer;} .change-tip a:hover{text-decoration:underline !important;}
Application/Home/View/personal/web/account-1.0.0.css
.account-comment-header { background: #3B8DA2; } .account-comment-nav { background: #e6e6e6; } .account-comment-header .header-main { width: 900px; margin: 0px auto; } .user-vote { position: absolute; top: 40px; right: 250px; } .user-info-main { height: 138px; overflow: hidden; } .user-info-face { width: 80px; height: 80px; float: left; border-radius: 40px; overflow: hidden; margin:30px 0 0 20px; } .user-info-face img { width: 80px; height: 80px; border: none; display: block; } .user-info-content { float: left; margin: 40px; font-size: 14px; max-width:300px; } .user-info-content .nameHeader{ max-width:550px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:inline-block; } .user-info-content>span { font-size: 22px; color: rgb(242, 232, 31); font-weight: bold; line-height: 22px; height: 22px; } .user-info-content .investor-biaozhu{ font-size:12px; color:#fff; background:#feb930; height:26px; line-height:26px; padding:0 10px; font-weight:normal; border-radius:11px; display:inline-block; vertical-align:top; margin-left:10px; } .user-info-content .xj-result { font-size: 12px; margin-left: 10px; color: #fff; font-weight: normal; display: inline-block; padding: 0 10px; border-radius: 20px; background: #0bbda5; line-height: 22px; vertical-align: text-bottom; } .user-info-content .xj-result.uncheck{ background: #f95951; } .user-info-content .user-info-tags { width: 250px; margin-top: 15px; margin-bottom: 2px; color: rgb(255, 255, 255); } .user-info-content .user-info-tags span { padding: 0px 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle; } .user-info-content .user-info-tags span.school{ max-width:160px; } .user-info-content .user-info-tags span.major{ max-width:200px; } .user-info-content .user-info-tags>span:first-of-type { padding-left: 0px; } .user-info-content .user-info-tags>span:last-of-type { padding-right: 0px; border-right: 0px; } .user-info-contact { margin-top: 10px; } .user-info-contact-item { height: 20px; line-height: 20px; text-indent: 22px; color: #fff; padding-right: 20px; } .user-info-contact .contact-tel { background-size: 13px 13px; text-indent: 18px; vertical-align: middle; display:inline-block; } .account-comment-nav ul.account-nav-main { width: 900px; margin: 0px auto; padding: 0px; list-style: none; text-align: center; } .account-comment-nav ul.account-nav-main li { display: inline-block; margin-right: 70px; } .account-comment-nav ul.account-nav-main li:last-of-type { margin-right: 0px; } .account-comment-nav ul.account-nav-main li a { display: block; padding: 20px 35px; text-align: center; color: #4e4e4e; font-size: 16px; position: relative; } .account-comment-nav ul.account-nav-main li a i { display: block; width: 35px; height: 35px; margin: 0px auto; } .account-comment-nav ul.account-nav-main li a:hover { color: #000; } .account-comment-nav ul.account-nav-main li a.selected { background: #2eafbb; color: #fff; } .account-comment-nav ul.account-nav-main li a b { display: block; position: absolute; bottom: 0px; left: 50%; margin-left: -10px; height: 4px; width: 20px; background-color: rgb(204, 41, 41); } .account-comment-nav ul.account-nav-main li a .dot { display: block; position: absolute; width: 7px; height: 7px; border-radius: 50%; left: 93px; top: 20px; background-color: rgb(204, 41, 41); } .account-comment-nav ul.account-nav-main li a.selected b { display: none; } /** * 我的项目 */ .account-comment-nav ul.account-nav-main li a.folder { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.folder i { background: url(../icon/folder_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.folder:hover i { background: url(../icon/folder_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.folder.selected i { background: url(../icon/folder_click.svg) no-repeat center center; } /** * 我的关注 */ .account-comment-nav ul.account-nav-main li a.heart { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.heart i { background: url(../icon/heart_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.heart:hover i { background: url(../icon/heart_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.heart.selected i { background: url(../icon/heart_click.svg) no-repeat center center; } /** * 我的消息 */ .account-comment-nav ul.account-nav-main li a.message { cursor: no-drop; } .account-comment-nav ul.account-nav-main li a.message i { background: url(../icon/speech-bubble_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.message:hover i { background: url(../icon/speech-bubble_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.message.selected i { background: url(../icon/speech-bubble_click.svg) no-repeat center center; } /** * 个人设置 */ .account-comment-nav ul.account-nav-main li a.settings i { background: url(../icon/settings_normal.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.settings:hover i { background: url(../icon/settings_hover.svg) no-repeat center center; } .account-comment-nav ul.account-nav-main li a.settings.selected i { background: url(../icon/settings_click.svg) no-repeat center center; } .account-main { padding: 0px; } .account-main-header { margin-top: 40px; height: 380px; position: relative; } .to-project-detail-left { position: absolute; top: 0; left: 0; width: 540px; height: 380px; background-color: transparent; z-index: 1000; cursor: pointer; } .to-project-detail-right { position: absolute; top: 70px; left: 540px; width: 140px; height: 310px; background-color: transparent; z-index: 1000; cursor: pointer; } .account-main-header .account-main-left { width: 680px; height: 380px; float: left; background: url(../img/account_main_left_bg.jpg) center center no-repeat; } .account-main-header .account-main-right { width: 500px; height: 380px; float: right; background: #fff; position: relative; } /* 参赛链接 */ .account-main-header .account-main-right .entry_link { display: inline-block; width: 300px; height: 50px; line-height: 50px; font-size: 18px; border: 1px solid #2eafbb; color: #2eafbb; text-align: center; cursor: pointer; border-radius: 4px; vertical-align: middle; margin-top: 120px; margin-left: 100px; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; } .account-main-header .account-main-right .red-tour-entry { margin-top: 40px; } .account-main-header .account-main-right .red-tour-joined { border: none; margin-top: 40px; cursor: auto; } .account-main-header .account-main-right .entry_link>img { height: 16px; width: 24px; vertical-align: -1px; } /* * 项目状态 */ .account-project-status { position: relative; text-align: center; } .account-project-status>img.account_project_status_pic { display: inline-block; height: 125px; width: 125px; border: 1px solid #cccccc; margin-top: 65px; } .account-project-status>h2 { line-height: 40px; margin-top: 30px; color: #fff; font-size: 20px; font-weight: bold; padding: 0 45px; } .account-project-status>b { display: inline-block; background-color: rgb(255, 255, 255); width: 57px; height: 2px; line-height: 2px; } .account-project-status>p { margin-top: 20px; font-size: 18px; color: rgb(242, 242, 242); line-height: 18px; } .account-project-status .project-nav-box { position: absolute; top: 20px; right: 20px; } .account-project-status .project-nav-box a { display: block; width: 29px; height: 29px; margin: 0px 15px; float: left; } .account-project-status .project-nav-box .project-nav-box-edit { background: url(../icon/edit_normal.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-edit:hover { background: url(../icon/edit_hover.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-delete { background: url(../icon/remove_normal.svg) no-repeat center center; } .account-project-status .project-nav-box .project-nav-box-delete:hover { background: url(../icon/remove_hover.svg) no-repeat center center; } .account-project-status .project-status { height: 180px; width: 180px; position: absolute; top: 0px; left: 0px; } .account-project-status .project-status:after { display: block; content: ''; width: 0; height: 0; border-top: 180px solid yellow; border-right: 180px solid transparent; } .account-project-status .project-status span { float: left; margin-top: 40px; margin-left: 20px; display: block; color: #182e81; font-size: 28px; font-weight: bold; text-align: center; -moz-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); -webkit-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); -ms-transform: matrix(0.70710678118655, -0.70710678118655, 0.70710678118655, 0.70710678118655, 0, 0); } /** * 项目信息 */ .account-project-info { padding-top: 30px; position: relative; margin-left:60px; text-align:center; } .account-main-header .account-project-info .entry_link { margin-left: 0; margin-bottom: 12px; border-color: #0083ff; color: #0083ff; } .account-project-info dl { margin: 0px; padding: 0px; width: auto; list-style: none; margin: 12px 0px; text-align:left; } .account-project-info dl:first-of-type { margin-top: 0px; } .account-project-info dl dt { width: 160px; height: 44px; line-height: 44px; background: #2eafbb; display: inline-block; color: #fff; text-align: center; font-size: 16px; font-weight: normal; vertical-align: middle; } .account-project-info .dl-new dt { background: #bd1e22; } .account-project-info .dl-new dd { color: #bd1e22; } .account-project-info .dl-new dd { border-color: #bd1e22; } .account-project-info dl dd { display: inline-block; width: 250px; height: 38px; font-size: 14px; border: 1px solid #2eafbb; vertical-align: middle; line-height: 38px; margin-left: -10px; z-index: 999; background: #fff; color: #2eafbb; position: relative; text-align:center; } .account-project-info dl dd .icon-exchange { position: absolute; right: -30px; cursor: pointer; } .dl-new .iconfont { margin-left: 5px; font-size: 14px; } .dl-new a { cursor: pointer; } #channelChange { padding-left: 10px; } .dl-new:hover a { text-decoration: underline; } .account-project-info>p { line-height: 38px; color: #2eafbb; font-size: 18px; text-align:center; } .account-project-info-face { display: table-cell; border-radius: 50%; background: url(../img/account-project-info-face.png) no-repeat center center; width: 129px; height: 129px; position: absolute; top: 125px; left: -65px; font-size: 30px; color: rgb(255, 255, 255); text-align: center; padding-top: 20px; } /** * 创建项目 */ .account-project-create { text-align: center; } .account-project-create a.account-project-create-link { display: block; width: 130px; margin: 128px auto 0px auto; padding-top: 100px; background: url(../img/create_project_normal.png) no-repeat top center; color: #f2f2f2; font-size: 30px; font-weight: bold; cursor: pointer; } .account-project-create a.account-project-create-link:hover { color: #d9d9d9; background-image: url(../img/create_project_hover.png); } .back-to-top { width: 51px; height: 51px; background: url(../icon/back_to_top.svg) center center no-repeat; background-color: #b5bebe; background-size: 25px 25px; position: fixed; bottom: 80px; right: 60px; z-index: 99999; border-radius: 25px; cursor: pointer; } .back-to-top-index { width: 51px; height: 51px; background: url(../icon/back_to_top.svg) center center no-repeat; background-color: #b5bebe; background-size: 25px 25px; z-index: 99999; border-radius: 25px; cursor: pointer; } .shortcut-menu-item-back.back-to-top-index { background: url(../img/back_to_top.png) center center no-repeat; background-color: #b5bebe; bottom: 33px; } /*公共模块*/ .w-3 { width: 32% } .w-2 { width: 48.5% } .f-18 { font-size: 24px } .c-3 { color: #333 } /*团队成员*/ .team-tit { width: 400px; margin: 0 auto; border-bottom: 1px #333 solid; } .team-tit h2 { position: relative; top: 15px; } .team-tit h2 strong { padding: 0 25px; background: #f2f2f2; } .shortcut-menu { position: fixed; bottom: 100px; right: 60px; z-index: 100; } .shortcut-menu-num { position: absolute; top: 1148px; right: 60px; z-index: 100; } .shortcut-item-menu { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; overflow: hidden; } .shortcut-item-menu span { /*display:none;*/ vertical-align: middle; line-height: 25px; color: #fff; margin: 0px 0px 0px 25px; text-align: center; opacity: 0; transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; -o-transition: opacity 0.1s; } .line50 span { line-height: 50px; } .shortcut-item-menu.collect { background-image: url("../img/collect.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.collect:hover { width: 160px; } .shortcut-item-menu.collect:hover span { display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.import { background-image: url("../img/import.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.import:hover { width: 133px; } .shortcut-item-menu.import:hover span { display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.export { background-image: url("../img/export.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.export:hover{ width: 190px; } .shortcut-item-menu.collect-detail { background-image: url("../icon/out.svg"); background-repeat: no-repeat; background-position: right 10px; background-position: -webkit-calc(100% - 5px) 10px; background-position: -moz-calc(100% - 5px) 10px; background-position: calc(100% - 5px) 10px; background-size:35px 35px; } .shortcut-item-menu.video-export { background-image: url("../icon/movie-export.svg"); background-repeat: no-repeat; background-position: right 10px; background-position: -webkit-calc(100% - 5px) 10px; background-position: -moz-calc(100% - 5px) 10px; background-position: calc(100% - 10px) 8px; background-size:32px 32px; } .shortcut-item-menu.project_plan { background-image: url("../img/project_plan.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu:hover{ width: 160px; } .shortcut-item-menu:hover span{ display: inline-block; opacity: 1; left: 0px; } .shortcut-item-menu.ppt { background-image: url("../img/ppt1.png"); background-repeat: no-repeat; background-position: right center; } .shortcut-item-menu.ppt:hover { width: 160px; } .shortcut-menu-item { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; overflow: hidden; } .shortcut-menu-item-back { float: right; clear: both; width: 50px; height: 50px; background: #8c9b9b; background-repeat: no-repeat; background-position: right center; margin-top: 20px; border-radius: 25px; cursor: pointer; -webkit-transition: width 0.2s; transition: width 0.2s; } .shortcut-menu-item span { display: none; padding-top: 15px; color: #fff; margin-left:25px; white-space: nowrap; } .shortcut-menu-item:hover { width: 125px; } .shortcut-menu-item:hover span { display: block; } .shortcut-menu-item.project_plan span, .shortcut-menu-item.ppt span { line-height: 18px; padding-top: 6px; } .shortcut-menu-item.back-to-top { background: url("../img/back_to_top.png") center center no-repeat; background-color: #b5bebe; bottom: 33px; } .shortcut-menu-item.back-to-top:hover { width: 50px; background-color: #6e7575; } .shortcut-menu-item i { display: inline-block; width: 50px; height: 50px; } .shortcut-menu-item .diamond { background-image: url("../img/rightbar_3.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .enter { background-image: url("../img/rightbar_1.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .pie { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .cup { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .qus { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item .phone { background-image: url("../img/rightbar_2.png"); background-repeat: no-repeat; background-position: center; position: relative; z-index: 9; } .shortcut-menu-item.project_plan span, .shortcut-menu-item.ppt span { line-height: 18px; padding-top: 6px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { top: 40%; } .set-input { height: 53px; } .ren-btn { display: inline-block; cursor: pointer; width: 235px; height: 48px; line-height: 48px; color: #fff; text-decoration: underline; background: #bd1e22; font-size: 16px; border-radius: 5px; margin-bottom: 20px; } .ren-btn:hover { color: #fff; text-decoration: underline; } .side-nav{ width: 160px; height: 468px; background-color: #fff; position: absolute; top: 0; left: 0; padding: 0; overflow: hidden; margin-bottom: 0; } .side-nav li:not(.time-box):not(.link-box){ list-style: none; height: 18px; line-height: 18px; padding-left: 18px; border-left: 3px solid transparent; font-size: 16px; margin-top: 26px; position: relative; } .side-nav li:first-child{ margin-top: 18px; } .side-nav li:last-child:not(.time-box):not(.link-box){ margin-bottom: 18px; } .side-nav li a{ color: #333; display: block; width: 100%; } .side-nav li.no-drop a{ color: #666; cursor: no-drop; } .side-nav li:not(.no-drop).active,.side-nav li:not(.no-drop):hover{ border-left-color: #2eafbb; } .side-nav li:not(.no-drop).active a,.side-nav li:not(.no-drop):hover a{ color: #2eafbb; } .right-main{ position: relative; margin-top: 35px; min-height: 186px; } .main-content{ margin-left: 172px; min-height: calc(100vh - 446px); } .side-nav li .dot { display: block; position: absolute; width: 6px; height: 6px; border-radius: 50%; left: 86px; top: -1px; background-color: #ff2e24; } .change-tip{display: inline-block;width: 210px;color: #fff; margin-left: 10px;font-style: normal;border: 1px solid #fff;padding: 5px 8px;border-radius: 4px;position:absolute;top:20px;left:385px;} .change-tip a{text-decoration:underline;color:#fff;cursor:pointer;} .change-tip a:hover{text-decoration:underline !important;}
0.222278
0.083778
article { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } aside { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dialog { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } footer { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } header { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } section { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } footer { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } nav { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } figure { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } menu { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } body { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } div { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dl { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dt { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dd { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ul { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ol { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } li { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } p { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h1 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h2 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h3 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h4 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h5 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h6 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } pre { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } code { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } form { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } fieldset { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } legend { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } button { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } input { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } textarea { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } img { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } blockquote { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } th { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } tr { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } td { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ul { list-style: none; } li { list-style: none; } a { text-decoration: none; } img { border: 0px currentColor; border-image: none; } table { border-collapse: collapse; border-spacing: 0; } input { vertical-align: middle; } table { width: 100%; border-collapse: collapse; border-spacing: 0; } p { -ms-word-wrap: break-word; } .clr { clear: both; } .l { float: left; } .r { float: right; } .undis { display: none; } .dis { display: block; } .dinl { display: inline-block; } .prel { position: relative; } .pabs { position: absolute; } .bor { border: 0px currentColor; border-image: none; } .ovf { overflow: hidden; } .vih { visibility: hidden; } article { display: block; } aside { display: block; } dialog { display: block; } footer { display: block; } header { display: block; } section { display: block; } footer { display: block; } nav { display: block; } figure { display: block; } menu { display: block; } div { -ms-word-break: break-all; } section { -ms-word-break: break-all; } .clear { clear: both; } body { margin: auto; font-family: "Microsoft YaHei",arial; } html { font-size: 62.5%; } * { box-sizing: border-box; }
hotinfo/hotinfo-ui/src/main/webapp/static/assets/css/reset.css
article { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } aside { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dialog { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } footer { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } header { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } section { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } footer { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } nav { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } figure { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } menu { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } body { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } div { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dl { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dt { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } dd { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ul { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ol { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } li { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } p { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h1 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h2 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h3 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h4 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h5 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } h6 { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } pre { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } code { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } form { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } fieldset { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } legend { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } button { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } input { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } textarea { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } img { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } blockquote { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } th { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } tr { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } td { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ul { list-style: none; } li { list-style: none; } a { text-decoration: none; } img { border: 0px currentColor; border-image: none; } table { border-collapse: collapse; border-spacing: 0; } input { vertical-align: middle; } table { width: 100%; border-collapse: collapse; border-spacing: 0; } p { -ms-word-wrap: break-word; } .clr { clear: both; } .l { float: left; } .r { float: right; } .undis { display: none; } .dis { display: block; } .dinl { display: inline-block; } .prel { position: relative; } .pabs { position: absolute; } .bor { border: 0px currentColor; border-image: none; } .ovf { overflow: hidden; } .vih { visibility: hidden; } article { display: block; } aside { display: block; } dialog { display: block; } footer { display: block; } header { display: block; } section { display: block; } footer { display: block; } nav { display: block; } figure { display: block; } menu { display: block; } div { -ms-word-break: break-all; } section { -ms-word-break: break-all; } .clear { clear: both; } body { margin: auto; font-family: "Microsoft YaHei",arial; } html { font-size: 62.5%; } * { box-sizing: border-box; }
0.286968
0.074703
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .header-title { padding: 20px 0px 0px 0px; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .Home { text-align: center; height: 100vh; overflow: hidden; } .header-title { margin: -4% 0% 0% 0%; } .header-bar{ justify-content: right; display: grid; margin: 1% 2% 0% 0%; grid-auto-flow: column dense; } .drawerPaper { align-items: 'left'; white-space: 'nowrap'; width: 280px; } .drawerPaperClose { overflow-x: 'hidden'; } .drawer { font-size: 300%; } .upper-page { width: 100%; height: 40vh; display: flex; } .lower-page { width: 100%; height: 45vh; display: block; align-items: center; justify-content: center; } .split-left { width: 30vw; height: 45vh; overflow-x: hidden; overflow-y: hidden; right: 0; border-width: 1px; margin: 1vw 2vw 2vw 5vw; /* border: 0.5px solid gray; */ border-radius: 5px; display: block; z-index: 1; } .split-center { width: 40vw; height: 45vh; margin-top: 1%; overflow-x: hidden; overflow-y: hidden; left: 0; display: inline-block; outline: 0; outline: none; } .split-right { width: 30vw; height: 45vh; overflow-x: hidden; overflow-y: hidden; right: 0; border-width: 1px; margin: 1vw 5vw 2vw 2vw; /* border: 1.5px solid gray; */ border-radius: 25px; display: block; z-index: 1; } .main-video { height: 30vh; margin-bottom: 25px; } .preview{ position: absolute; margin-left: 2%; margin-top: -15vh; z-index: 100; } .progressBar-container { top: 0px; height: 5vh; width: 90vw; display: inline-block; } .progressBar { top: 0px; height: 200px; width: 100%; } .time-progress{ font-weight: 600; font-size: 1.5em; color: black; margin-top: -57px; margin-left: 95%; position: relative; z-index: 10; } .container-wrapper { max-width: 80%; margin: auto; display: grid; grid-auto-flow: row; } .container-wrapper > div { padding: 1px 0px; margin-top: 1px; text-align: center; } .voice-button{ font-size: large; display: inline-block; font-weight: 500; border: solid dodgerblue; color: dodgerblue; border-width: 2px; border-radius: 10px; padding: 10px; margin: 0px 5px 0px 5px; } .search-bar-top { display: inline-flex; position: relative; width: 100%; } .search-bar{ /* padding-right: 500px; */ width: 100%; display: inline-block; border: 0; outline: 0; border-bottom: 1px solid; font-size: x-large; font-weight: 500; text-align: right; margin-bottom: 10px; width: 100%; } .segments-container { display: inline-block; display: flex; justify-content: center; width: 100vw; height: 100%; } .text-option-item { display: inline-flex; margin: 1vw 1vw 0 1vw; padding-bottom: 12px; padding-top: 12px; width: 21vw; height: 30vh; overflow-y: hidden; border-style: solid; border-width: 1px; border: 1.5px solid gray; border-radius: 20px; } .mid-text-option-item { display: inline-flex; margin: 1vw 1vw 0 1vw; padding-bottom: 12px; padding-top: 12px; width: 21vw; height: 30vh; overflow-y: hidden; border-style: solid; border-width: 1px; border: 1.5px solid ; border-radius: 20px; } .text-option-text { display: block; text-align: left; margin: 1.0vh; margin-left: 1.0vw; width: 100%; font-size: 23px; line-height: 1.5; } .text-option-meta { margin-bottom: 1vh; display: inline-flex; justify-content: space-between; width: 100%; } .scene-number{ display: flex; justify-content: space-evenly; font-weight: bold; } .scene-number{ text-align: right; }
demo/src/App.css
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .header-title { padding: 20px 0px 0px 0px; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .Home { text-align: center; height: 100vh; overflow: hidden; } .header-title { margin: -4% 0% 0% 0%; } .header-bar{ justify-content: right; display: grid; margin: 1% 2% 0% 0%; grid-auto-flow: column dense; } .drawerPaper { align-items: 'left'; white-space: 'nowrap'; width: 280px; } .drawerPaperClose { overflow-x: 'hidden'; } .drawer { font-size: 300%; } .upper-page { width: 100%; height: 40vh; display: flex; } .lower-page { width: 100%; height: 45vh; display: block; align-items: center; justify-content: center; } .split-left { width: 30vw; height: 45vh; overflow-x: hidden; overflow-y: hidden; right: 0; border-width: 1px; margin: 1vw 2vw 2vw 5vw; /* border: 0.5px solid gray; */ border-radius: 5px; display: block; z-index: 1; } .split-center { width: 40vw; height: 45vh; margin-top: 1%; overflow-x: hidden; overflow-y: hidden; left: 0; display: inline-block; outline: 0; outline: none; } .split-right { width: 30vw; height: 45vh; overflow-x: hidden; overflow-y: hidden; right: 0; border-width: 1px; margin: 1vw 5vw 2vw 2vw; /* border: 1.5px solid gray; */ border-radius: 25px; display: block; z-index: 1; } .main-video { height: 30vh; margin-bottom: 25px; } .preview{ position: absolute; margin-left: 2%; margin-top: -15vh; z-index: 100; } .progressBar-container { top: 0px; height: 5vh; width: 90vw; display: inline-block; } .progressBar { top: 0px; height: 200px; width: 100%; } .time-progress{ font-weight: 600; font-size: 1.5em; color: black; margin-top: -57px; margin-left: 95%; position: relative; z-index: 10; } .container-wrapper { max-width: 80%; margin: auto; display: grid; grid-auto-flow: row; } .container-wrapper > div { padding: 1px 0px; margin-top: 1px; text-align: center; } .voice-button{ font-size: large; display: inline-block; font-weight: 500; border: solid dodgerblue; color: dodgerblue; border-width: 2px; border-radius: 10px; padding: 10px; margin: 0px 5px 0px 5px; } .search-bar-top { display: inline-flex; position: relative; width: 100%; } .search-bar{ /* padding-right: 500px; */ width: 100%; display: inline-block; border: 0; outline: 0; border-bottom: 1px solid; font-size: x-large; font-weight: 500; text-align: right; margin-bottom: 10px; width: 100%; } .segments-container { display: inline-block; display: flex; justify-content: center; width: 100vw; height: 100%; } .text-option-item { display: inline-flex; margin: 1vw 1vw 0 1vw; padding-bottom: 12px; padding-top: 12px; width: 21vw; height: 30vh; overflow-y: hidden; border-style: solid; border-width: 1px; border: 1.5px solid gray; border-radius: 20px; } .mid-text-option-item { display: inline-flex; margin: 1vw 1vw 0 1vw; padding-bottom: 12px; padding-top: 12px; width: 21vw; height: 30vh; overflow-y: hidden; border-style: solid; border-width: 1px; border: 1.5px solid ; border-radius: 20px; } .text-option-text { display: block; text-align: left; margin: 1.0vh; margin-left: 1.0vw; width: 100%; font-size: 23px; line-height: 1.5; } .text-option-meta { margin-bottom: 1vh; display: inline-flex; justify-content: space-between; width: 100%; } .scene-number{ display: flex; justify-content: space-evenly; font-weight: bold; } .scene-number{ text-align: right; }
0.697815
0.123603
* { margin: 0; padding: 0; text-decoration: none; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-weight: 400; } body, html{ min-height: 100vh; } body{ display: flex; flex-direction: column; } .content{ max-width: 70%; text-align: center; margin: 0 auto; } /* HEADER */ header{ display: flex; align-items: center; background-color: #fff; margin-bottom: 55px; text-align: center; width: 100%; height: 80px; } .navbar{ display: grid; grid-template-columns: 1fr 300px 300px 100px; width: 100%; text-align: initial; align-items: center; gap: 16px; } nav{ display: grid; grid-template-columns: repeat(3, 1fr); } .navbar a{ font-size: 16px; line-height: 24px; color: #111; justify-self: start; } /* SEARCH FORM */ .navbar .search{ justify-self: end; } .navbar .search{ margin: 0 0 0 auto; height: 40px; } .navbar .search form{ display: grid; grid-template-columns: 1fr 80px; gap: 8px; height: 100%; } .navbar .search input{ border: 1px solid #e3e3e3; border-radius: 4px; padding: 8px 16px; } .navbar .search input::placeholder{ font-family: Robo-Regular; font-size: 16px; color: #999; } .navbar .search button{ color: #fff; background-color: #6558C3; border: none; font-weight: bold; font-size: 16px; border-radius: 4px; cursor: pointer; } .navbar a.admin-link{ color: #fff; justify-self: end; background-color: #6558C3; padding: 8px 16px; border-radius: 4px; } .navbar a:hover{ font-weight: bold; } .active{ font-weight: bold; } /* HEADER ADMIN */ header.admin-menu{ background-color: #111; } header.admin-menu .navbar a{ color: #fff; } /* FOOTER */ footer{ background-color: #eeeeee; text-align: center; padding: 20px; color: #999999; font-size: 14px; margin-top: auto; } /* BANNER HOMEPAGE */ .banner{ display: grid; grid-template-columns: 1fr 1fr; align-items: center; align-self: start; background-color: #FBDFDB; width: 100%; height: 366px; border-radius: 30px; padding: 60px; margin-bottom: 50px; } .banner .banner-info{ width: 500px; text-align: start; align-self: start; margin-top: 45px; } .banner .banner-info h1{ font-size: 32px; font-weight: bold; line-height: 38px; margin-bottom: 10px; } .banner .banner-info p{ max-width: 320px; font-size: 18px; line-height: 28px; color: #000000; opacity: 0.7; } .banner img{ justify-self: end; margin-right: 24px; } /* RECIPES */ .recipes{ width: 100%; margin-bottom: 100px; text-align: start; } .recipes h1, .chefs h1{ color: #111111; font-size: 24px; font-weight: bold; line-height: 28px; } .cards{ max-width: 500px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; } .card{ width: 300px; height: 140px; margin-bottom: 50px; margin-top: 20px; cursor: pointer; } .card img{ width: 100%; height: 140px; border-radius: 15px; } .recipe-info{ margin-top: 20px; } .recipe-info h2{ margin-bottom: 5px; font-size: 18px; color: #111111; } .recipe-info h5{ font-size: 14px; color: #777777; opacity: 0.7; } /* RECIPE DETAILS */ .recipe{ color: #111111; width: 100%; margin-bottom: 50px; line-height: 28px; } .recipe h2, .chef h2{ font-weight: 700; font-size: 24px; } .recipe .recipe-title{ font-size: 36px; margin-bottom: 5px; } .recipe h5{ color: #777777; font-size: 20px; margin-bottom: 50px; } .recipe-details{ text-align: start; } .details-header{ display: flex; align-items: center; margin-bottom: 20px; cursor: pointer; } .details-header h2{ margin-right: 8px; } .details-header span{ font-weight: 700; font-size: 12px; color: #999999; } .recipe-details ul{ margin: 0 0 40px 16px; } .recipe-ingredients.hide ul, .recipe-preparation.hide ul, .recipe-information.hide p{ opacity: 0; display: none; } /* RECIPE DETAILS - IMAGE GALLERY */ .image-gallery{ display: grid; grid-template-rows: auto 50px; margin-bottom: 50px; } .image-gallery .highlight img{ border-radius: 16px; height: 280px; width: 100%; } .image-gallery .gallery-preview{ justify-self: end; } .image-gallery .gallery-preview img{ height: 100%; width: 50px; border-radius: 4px; border: 1px solid #ddd; opacity: 0.5; transition: 400ms; object-fit: cover; } .image-gallery .gallery-preview img.active, .image-gallery .gallery-preview img:hover{ opacity: 1; } /* CHEFS */ .chefs{ margin-bottom: 64px ; text-align: start; } .chefs .cards-chefs{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 64px; } .chefs .card-chef{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; } .chefs .card-chef img{ width: 64px; height: 64px; border-radius: 50%; justify-self: center; } .chefs .chef-info .chef-name{ font-size: 18px; color: #111; } .chefs .chef-info .chef-recipes{ font-size: 14px; color: #666; } /* CHEF DETAILS */ .chef{ width: 100%; } .chef .chef-info img{ width: 200px; height: 200px; border-radius: 50%; margin-top: 54px; } .chef .chef-info .chef-name{ font-size: 36px; font-weight: bold; color: #111; margin-bottom: 5px; margin-top: 32px; } .chef .chef-info .chef-recipes-total{ font-size: 20px; color: #777; text-align: center; margin-bottom: 56px; } /* ABOUT */ .about{ text-align: justify; margin-bottom: 50px; line-height: 28px; color: #111111; } .about h1{ font-size: 24px; } .about h2{ margin-top: 30px; font-size: 20px; } .about h1, .about h2{ font-weight: bold; } .about p{ margin-top: 20px; font-size: 18px; font-weight: 400; color: #444444; } /* MODAL */ .modal-overlay{ background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: fixed; top:0; display: flex; align-items: center; justify-content: center; text-align: center; opacity: 0; visibility: hidden; transition: 650ms; } .modal{ background-color: #fff; width: 660px; height: 415px; padding: 30px; border-radius: 16px; position: absolute; } .modal img{ width: 600px; height: 200px; border-radius: 16px; } .modal .modal-info{ margin-bottom: 30px; } .modal a{ font-size: 16px; color: #999999; cursor: pointer; margin-bottom: 16px; } .modal .view-recipes{ display: block; } .modal .view-recipes:hover{ color: #6e6e6e; } .modal-overlay.active{ opacity: 1; visibility: visible; } /* PAGINATION */ .pagination-controls{ margin: 0 auto; margin-bottom: 16px; display: grid; width: 200px; gap:20px; grid-template-columns: repeat(5, 1fr); cursor: pointer; } .pagination-controls .item-control:hover, .active-item-control{ color: #5449a8; } .pages-list{ display: flex; justify-content: center; } .pages-list div{ margin-right: 24px; } .pages-list div:last-child{ margin-right: 0; }
public/CSS/main.css
* { margin: 0; padding: 0; text-decoration: none; box-sizing: border-box; font-family: 'Roboto', sans-serif; font-weight: 400; } body, html{ min-height: 100vh; } body{ display: flex; flex-direction: column; } .content{ max-width: 70%; text-align: center; margin: 0 auto; } /* HEADER */ header{ display: flex; align-items: center; background-color: #fff; margin-bottom: 55px; text-align: center; width: 100%; height: 80px; } .navbar{ display: grid; grid-template-columns: 1fr 300px 300px 100px; width: 100%; text-align: initial; align-items: center; gap: 16px; } nav{ display: grid; grid-template-columns: repeat(3, 1fr); } .navbar a{ font-size: 16px; line-height: 24px; color: #111; justify-self: start; } /* SEARCH FORM */ .navbar .search{ justify-self: end; } .navbar .search{ margin: 0 0 0 auto; height: 40px; } .navbar .search form{ display: grid; grid-template-columns: 1fr 80px; gap: 8px; height: 100%; } .navbar .search input{ border: 1px solid #e3e3e3; border-radius: 4px; padding: 8px 16px; } .navbar .search input::placeholder{ font-family: Robo-Regular; font-size: 16px; color: #999; } .navbar .search button{ color: #fff; background-color: #6558C3; border: none; font-weight: bold; font-size: 16px; border-radius: 4px; cursor: pointer; } .navbar a.admin-link{ color: #fff; justify-self: end; background-color: #6558C3; padding: 8px 16px; border-radius: 4px; } .navbar a:hover{ font-weight: bold; } .active{ font-weight: bold; } /* HEADER ADMIN */ header.admin-menu{ background-color: #111; } header.admin-menu .navbar a{ color: #fff; } /* FOOTER */ footer{ background-color: #eeeeee; text-align: center; padding: 20px; color: #999999; font-size: 14px; margin-top: auto; } /* BANNER HOMEPAGE */ .banner{ display: grid; grid-template-columns: 1fr 1fr; align-items: center; align-self: start; background-color: #FBDFDB; width: 100%; height: 366px; border-radius: 30px; padding: 60px; margin-bottom: 50px; } .banner .banner-info{ width: 500px; text-align: start; align-self: start; margin-top: 45px; } .banner .banner-info h1{ font-size: 32px; font-weight: bold; line-height: 38px; margin-bottom: 10px; } .banner .banner-info p{ max-width: 320px; font-size: 18px; line-height: 28px; color: #000000; opacity: 0.7; } .banner img{ justify-self: end; margin-right: 24px; } /* RECIPES */ .recipes{ width: 100%; margin-bottom: 100px; text-align: start; } .recipes h1, .chefs h1{ color: #111111; font-size: 24px; font-weight: bold; line-height: 28px; } .cards{ max-width: 500px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; } .card{ width: 300px; height: 140px; margin-bottom: 50px; margin-top: 20px; cursor: pointer; } .card img{ width: 100%; height: 140px; border-radius: 15px; } .recipe-info{ margin-top: 20px; } .recipe-info h2{ margin-bottom: 5px; font-size: 18px; color: #111111; } .recipe-info h5{ font-size: 14px; color: #777777; opacity: 0.7; } /* RECIPE DETAILS */ .recipe{ color: #111111; width: 100%; margin-bottom: 50px; line-height: 28px; } .recipe h2, .chef h2{ font-weight: 700; font-size: 24px; } .recipe .recipe-title{ font-size: 36px; margin-bottom: 5px; } .recipe h5{ color: #777777; font-size: 20px; margin-bottom: 50px; } .recipe-details{ text-align: start; } .details-header{ display: flex; align-items: center; margin-bottom: 20px; cursor: pointer; } .details-header h2{ margin-right: 8px; } .details-header span{ font-weight: 700; font-size: 12px; color: #999999; } .recipe-details ul{ margin: 0 0 40px 16px; } .recipe-ingredients.hide ul, .recipe-preparation.hide ul, .recipe-information.hide p{ opacity: 0; display: none; } /* RECIPE DETAILS - IMAGE GALLERY */ .image-gallery{ display: grid; grid-template-rows: auto 50px; margin-bottom: 50px; } .image-gallery .highlight img{ border-radius: 16px; height: 280px; width: 100%; } .image-gallery .gallery-preview{ justify-self: end; } .image-gallery .gallery-preview img{ height: 100%; width: 50px; border-radius: 4px; border: 1px solid #ddd; opacity: 0.5; transition: 400ms; object-fit: cover; } .image-gallery .gallery-preview img.active, .image-gallery .gallery-preview img:hover{ opacity: 1; } /* CHEFS */ .chefs{ margin-bottom: 64px ; text-align: start; } .chefs .cards-chefs{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 64px; } .chefs .card-chef{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; } .chefs .card-chef img{ width: 64px; height: 64px; border-radius: 50%; justify-self: center; } .chefs .chef-info .chef-name{ font-size: 18px; color: #111; } .chefs .chef-info .chef-recipes{ font-size: 14px; color: #666; } /* CHEF DETAILS */ .chef{ width: 100%; } .chef .chef-info img{ width: 200px; height: 200px; border-radius: 50%; margin-top: 54px; } .chef .chef-info .chef-name{ font-size: 36px; font-weight: bold; color: #111; margin-bottom: 5px; margin-top: 32px; } .chef .chef-info .chef-recipes-total{ font-size: 20px; color: #777; text-align: center; margin-bottom: 56px; } /* ABOUT */ .about{ text-align: justify; margin-bottom: 50px; line-height: 28px; color: #111111; } .about h1{ font-size: 24px; } .about h2{ margin-top: 30px; font-size: 20px; } .about h1, .about h2{ font-weight: bold; } .about p{ margin-top: 20px; font-size: 18px; font-weight: 400; color: #444444; } /* MODAL */ .modal-overlay{ background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: fixed; top:0; display: flex; align-items: center; justify-content: center; text-align: center; opacity: 0; visibility: hidden; transition: 650ms; } .modal{ background-color: #fff; width: 660px; height: 415px; padding: 30px; border-radius: 16px; position: absolute; } .modal img{ width: 600px; height: 200px; border-radius: 16px; } .modal .modal-info{ margin-bottom: 30px; } .modal a{ font-size: 16px; color: #999999; cursor: pointer; margin-bottom: 16px; } .modal .view-recipes{ display: block; } .modal .view-recipes:hover{ color: #6e6e6e; } .modal-overlay.active{ opacity: 1; visibility: visible; } /* PAGINATION */ .pagination-controls{ margin: 0 auto; margin-bottom: 16px; display: grid; width: 200px; gap:20px; grid-template-columns: repeat(5, 1fr); cursor: pointer; } .pagination-controls .item-control:hover, .active-item-control{ color: #5449a8; } .pages-list{ display: flex; justify-content: center; } .pages-list div{ margin-right: 24px; } .pages-list div:last-child{ margin-right: 0; }
0.41182
0.086016
html { background-image: url(../img/infiniBandAlpha.png); background-color: #232323; /*background-size: 50%;*/ background-size: 280px; background-position: center 40%; } #sepiaFW-main-window { border-color: #C74927; } #sepiaFW-pC { background-color: #C74927; } #sepiaFW-sC { background-color: #fcf9ee; } #sepiaFW-sC2 { background-color: rgba(82, 67, 53, 1.0); } #sepiaFW-aC { background-color: rgba(180, 120, 223, 0.92); } #sepiaFW-aC2 { background-color: #85807e; } #sepiaFW-asC { background-color: #C74927; } #sepiaFW-adC { background-color: gold; } #sepiaFW-lC { background-color: rgba(200, 200, 200, 0.50); } /* #sepiaFW-navC { background-color: #232323; } */ /* #sepiaFW-statC { background-color: #232323; } */ #sepiaFW-login-box, #sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right { background: #C74927; color: #fcf9ee; } html.landscape-small #sepiaFW-chat-controls { background: #C74927 !important; color: #fcf9ee !important; } #sepiaFW-login-box button { background: #685238; color: #fcf9ee; } #sepiaFW-login-box p { color: #fff; } #sepiaFW-chat-controls { background: linear-gradient(rgba(45,45,45,0), #232323, #232323); border-bottom-color: #232323; } #sepiaFW-chat-controls.full-screen { background: linear-gradient(rgba(45,45,45,0), #232323); } #sepiaFW-main-window { color: #fcf9ee; } #sepiaFW-main-window input, #sepiaFW-login-box input { background: #f0cbad; } #sepiaFW-main-window button, .sepiaFW-touch-device #sepiaFW-main-window button:hover { background: #C74927; color: #fcf9ee; } .sepiaFW-notouch-device #sepiaFW-main-window button:hover { background: #fcf9ee; color: #C74927; } #sepiaFW-main-window .chat-buttons-area button { border: 1px solid #cb7b65; margin: 4px; } .sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover { border: 1px solid #cb7b65; margin: 4px; } #sepiaFW-main-window .chat-buttons-area .my-view-custom-button { background-color: #C74927; color: #fcf9ee; } #sepiaFW-assist-btn-area { border-color: #C74927; background-color: #f0cbad; } #sepiaFW-assist-btn-orbiter1 { border-color: #C74927; background-color: #fcf9ee; } #sepiaFW-chat-controls-speech-box { background: linear-gradient(to right, #85807e 0%, #f0cbad 100%); } #sepiaFW-chat-controls-speech-box > div { background: #232323; color: #fcf9ee; } .sepiaFW-menu { background: rgba(82, 67, 53, 1.0); color: #fcf9ee; } .sepiaFW-menu input { background: transparent !important; } .sepiaFW-cards-list-contextMenu { background: #4f4c4a; } #sepiaFW-chat-menu { background: rgba(82, 67, 53, 1.0); color: #fcf9ee; } #sepiaFW-chat-menu button { background: #C74927; color: #fcf9ee; } #sepiaFW-chat-menu li { background: rgba(255, 255, 255, 0.10); } #sepiaFW-chat-output .statusUpdate { background: rgba(255, 255, 255, 0.10); color: #fcf9ee; } #sepiaFW-chat-output article { background: #f0cbad; color: #2f3035; } #sepiaFW-chat-output article.chatMe { background: #85807e; color: #fcf9ee; } #sepiaFW-chat-output article.chatMe b { color: #fcf9ee; } #sepiaFW-chat-output article.chatMe span { color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant { background: rgba(199, 73, 39, 0.96); /*this is #C74927 with alpha*/ color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant b { color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } #sepiaFW-chat-output article.chatMe.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } #sepiaFW-chat-output article.chatOther.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } .sepiaFW-button { background-color: #C74927; color: #fcf9ee; } .sepiaFW-button:hover { background-color: #fcf9ee; color: #C74927; } #sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable { background: #c74927; color: #fcf9ee; } /*----- cards ------*/ .sepiaFW-cards-flexSize-container { background: rgba(255, 255, 255, 0.07); } .sepiaFW-help-view { background: rgba(33, 33, 33, 0.75); } .sepiaFW-cards-button, .sepiaFW-notouch-device .sepiaFW-cards-button:hover { background: #ebebeb; color: #333333; } .sepiaFW-cards-list-title { background: #85807e; color: #fcf9ee; } .sepiaFW-cards-list-title.newsHeader button { color: #C74927 !important; } .sepiaFW-cards-list-body { color: #232323; } .sepiaFW-cards-list-footer { background: rgba(170, 170, 180, 0.33); } .sepiaFW-cards-list-body .listElement .checked { background: #4ec48f; } .sepiaFW-cards-list-body .listElement .inProgress { background: #ebd371; } .sepiaFW-cards-list-body .listElement .listRight { border-color: #c74927; background: #85807e; } .sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage { background: #C74927; } /*----- teachUI -----*/ #sepiaFW-teachUI-nav-bar { background: #C74927; color: #fff; } #sepiaFW-teachUI-view { background: #2f3035; /*border-bottom: 6px solid #C74927;*/ } #sepiaFW-teachUI-view label { color: #f0cbad; } #sepiaFW-teachUI-editor button, #sepiaFW-teachUI-manager button { background: #C74927 !important; color: #fff !important; }
www/css/sepiaFW-skin-os1.css
html { background-image: url(../img/infiniBandAlpha.png); background-color: #232323; /*background-size: 50%;*/ background-size: 280px; background-position: center 40%; } #sepiaFW-main-window { border-color: #C74927; } #sepiaFW-pC { background-color: #C74927; } #sepiaFW-sC { background-color: #fcf9ee; } #sepiaFW-sC2 { background-color: rgba(82, 67, 53, 1.0); } #sepiaFW-aC { background-color: rgba(180, 120, 223, 0.92); } #sepiaFW-aC2 { background-color: #85807e; } #sepiaFW-asC { background-color: #C74927; } #sepiaFW-adC { background-color: gold; } #sepiaFW-lC { background-color: rgba(200, 200, 200, 0.50); } /* #sepiaFW-navC { background-color: #232323; } */ /* #sepiaFW-statC { background-color: #232323; } */ #sepiaFW-login-box, #sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right { background: #C74927; color: #fcf9ee; } html.landscape-small #sepiaFW-chat-controls { background: #C74927 !important; color: #fcf9ee !important; } #sepiaFW-login-box button { background: #685238; color: #fcf9ee; } #sepiaFW-login-box p { color: #fff; } #sepiaFW-chat-controls { background: linear-gradient(rgba(45,45,45,0), #232323, #232323); border-bottom-color: #232323; } #sepiaFW-chat-controls.full-screen { background: linear-gradient(rgba(45,45,45,0), #232323); } #sepiaFW-main-window { color: #fcf9ee; } #sepiaFW-main-window input, #sepiaFW-login-box input { background: #f0cbad; } #sepiaFW-main-window button, .sepiaFW-touch-device #sepiaFW-main-window button:hover { background: #C74927; color: #fcf9ee; } .sepiaFW-notouch-device #sepiaFW-main-window button:hover { background: #fcf9ee; color: #C74927; } #sepiaFW-main-window .chat-buttons-area button { border: 1px solid #cb7b65; margin: 4px; } .sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover { border: 1px solid #cb7b65; margin: 4px; } #sepiaFW-main-window .chat-buttons-area .my-view-custom-button { background-color: #C74927; color: #fcf9ee; } #sepiaFW-assist-btn-area { border-color: #C74927; background-color: #f0cbad; } #sepiaFW-assist-btn-orbiter1 { border-color: #C74927; background-color: #fcf9ee; } #sepiaFW-chat-controls-speech-box { background: linear-gradient(to right, #85807e 0%, #f0cbad 100%); } #sepiaFW-chat-controls-speech-box > div { background: #232323; color: #fcf9ee; } .sepiaFW-menu { background: rgba(82, 67, 53, 1.0); color: #fcf9ee; } .sepiaFW-menu input { background: transparent !important; } .sepiaFW-cards-list-contextMenu { background: #4f4c4a; } #sepiaFW-chat-menu { background: rgba(82, 67, 53, 1.0); color: #fcf9ee; } #sepiaFW-chat-menu button { background: #C74927; color: #fcf9ee; } #sepiaFW-chat-menu li { background: rgba(255, 255, 255, 0.10); } #sepiaFW-chat-output .statusUpdate { background: rgba(255, 255, 255, 0.10); color: #fcf9ee; } #sepiaFW-chat-output article { background: #f0cbad; color: #2f3035; } #sepiaFW-chat-output article.chatMe { background: #85807e; color: #fcf9ee; } #sepiaFW-chat-output article.chatMe b { color: #fcf9ee; } #sepiaFW-chat-output article.chatMe span { color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant { background: rgba(199, 73, 39, 0.96); /*this is #C74927 with alpha*/ color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant b { color: #fcf9ee; } #sepiaFW-chat-output article.chatAssistant.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } #sepiaFW-chat-output article.chatMe.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } #sepiaFW-chat-output article.chatOther.chatPm { border-left-color: rgba(243, 214, 104, 0.92); } .sepiaFW-button { background-color: #C74927; color: #fcf9ee; } .sepiaFW-button:hover { background-color: #fcf9ee; color: #C74927; } #sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable { background: #c74927; color: #fcf9ee; } /*----- cards ------*/ .sepiaFW-cards-flexSize-container { background: rgba(255, 255, 255, 0.07); } .sepiaFW-help-view { background: rgba(33, 33, 33, 0.75); } .sepiaFW-cards-button, .sepiaFW-notouch-device .sepiaFW-cards-button:hover { background: #ebebeb; color: #333333; } .sepiaFW-cards-list-title { background: #85807e; color: #fcf9ee; } .sepiaFW-cards-list-title.newsHeader button { color: #C74927 !important; } .sepiaFW-cards-list-body { color: #232323; } .sepiaFW-cards-list-footer { background: rgba(170, 170, 180, 0.33); } .sepiaFW-cards-list-body .listElement .checked { background: #4ec48f; } .sepiaFW-cards-list-body .listElement .inProgress { background: #ebd371; } .sepiaFW-cards-list-body .listElement .listRight { border-color: #c74927; background: #85807e; } .sepiaFW-cards-list-body .weatherNowSmall .weatherNowSmallImage { background: #C74927; } /*----- teachUI -----*/ #sepiaFW-teachUI-nav-bar { background: #C74927; color: #fff; } #sepiaFW-teachUI-view { background: #2f3035; /*border-bottom: 6px solid #C74927;*/ } #sepiaFW-teachUI-view label { color: #f0cbad; } #sepiaFW-teachUI-editor button, #sepiaFW-teachUI-manager button { background: #C74927 !important; color: #fff !important; }
0.290779
0.046443
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 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; } /** * 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 */ 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; } /*-------------------------------------------------------------- # End Normalize --------------------------------------------------------------*/ /*Links*/ a { color: white; } a:visited { color: white; } a:hover, a:focus, a:active { color: white; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*General*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: purple; /* Fallback for when there is no custom background color defined. */ color: white; font-family: Roboto, sans-serif; background: url("img/BG_overlay.svg") no-repeat top center fixed; /*Background overlay*/ background-size: auto 1090px; } img { height: auto; max-width: 100%; } #wrapper { max-width: 50em; margin: auto; } header h1, header p { margin: 10px; } .site-logo-pic img { width: 350px; height: auto; max-width: 95%; margin: 10px; } .home-icon { display: none; } .header-text-area h1 { font-size: 3em; } p.site-description { font-size: 1.2em; line-height: 1.2; } /*Read more button*/ p.header-button { margin: 25px 0; } a.read-more-header { margin: 10px; padding: 10px 30px; border-radius: 10px; background-color: #8227A6; box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, .2); color: white; font-size: 1em; font-weight: 500; text-decoration: none; transition: all .2s ease-in-out; } a.read-more-header:hover { background-color: #1C8BC3; } /*Navigation IE*/ #site-navigation { min-width: 350px; } .main-navigation ul { list-style: none; } .main-navigation li { display: inline; } .main-navigation a { text-decoration: none; padding: 15px; font-size: 1.5em; } .main-navigation a:hover { text-decoration: underline; } .home-icon-nav { float: left; } .main-navigation { margin-top: 50px; } /*End Nav IE*/ /*Posts*/ small { font-weight: 600; } .site-main ol, .site-main ul, .site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main p, small { margin: 10px; } #main>div.post-wrap:first-of-type { border-top: 2px solid white; } .post-wrap { border-bottom: 2px solid white; } .site-main h2 { font-size: 2em; font-weight: 400; display: block; padding-top: 20px; } .site-main h2 a { text-decoration: none; } .site-main h2 a:hover { text-decoration: underline; } .site-main small { display: inline-block; font-size: .8em; } .post-wrap i { font-size: 2em; text-decoration: none; } .more-link { margin: 20px 0; text-align: right; padding-right: 30px; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; } /*Widgets*/ h2.widget-title { font-weight: 600; font-size: 1.5em; } p.textwidget { font-weight: 400; font-size: 1em; line-height: 1.2; } /*Bottom widgets */ /*Yellow bar*/ .yellow-bar { background-color: #FF9F00; padding: 20px 0; } .yellow-bar h2 { padding: 0; } .yellow-bar i { font-size: 3em; } /*Purple bar*/ .purple-bar { background-color: #8227A6; padding: 20px 0; } .purple-bar h2 { padding: 0; } .purple-bar i { font-size: 3em; } /*Social Sidebar menu*/ .social-menu-aside { padding: 15px; color: white; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; font-size: 2em; border-top: 2px solid white; } #cosial-sidebar { list-style: none; margin: 0; padding-left: 0; display: flex; justify-content: center; flex-wrap: wrap; } #cosial-sidebar li { display: block; flex-shrink: 1; } #cosial-sidebar a { text-decoration: none; margin: 10px 15px; display: block; text-decoration: none; } /*Main Sidebar*/ aside h1, aside h2, aside h3, aside h4, aside p { margin: 10px; } #nav_menu-5 li { text-align: left; } .main-side-bar { padding: 15px; color: white; border-top: 2px solid white; border-bottom: 2px solid white; margin-top: 20px; } /*Orange Sidebar*/ .orange-side-bar { background-color: #F86A22; padding: 20px 0; } .orange-side-bar h2 { padding: 0; } .orange-side-bar i { font-size: 3em; } /*Blue Sidebar*/ .blue-side-bar { background-color: #1C8BC3; padding: 20px 0; } .blue-side-bar h2 { padding: 0; } .blue-side-bar i { font-size: 3em; } /*Footer*/ footer { padding-top: 20px; border-top: 2px solid white; } footer h1 { text-align: center; } /*main menu footer*/ ul#menu-main-1 { list-style-type: none; margin: 0; padding: 0; display: flex; justify-content: center; font-size: 1.2em; } #menu-main-1 li { display: block; } #menu-main-1 li:not(:last-child)::after { content: " | "; white-space: pre; } /*Social menu footer*/ #menu-social-sidebar { list-style-type: none; margin: 10px 0; padding: 0; display: flex; justify-content: center; } #menu-social-sidebar li { display: block; padding: 0 20px; font-size: 2em; } #menu-social-sidebar a { display: block; } /*Attribution*/ footer h2, footer p { text-align: center; } .footer-bar { text-align: center; } .footer-bar ol, .footer-bar ul { text-align: left; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; font-size: .9em; } .validation { text-align: center; } /*Copyright text*/ .site-info { text-align: center; padding: 10px 0; } .copyright { font-size: .8em; padding-top: 5px; } #copyright-text, .copyright-span { display: inline-block; margin: 0; } #copyright-text p { margin: 0; } /*Articles page*/ .cat-menu-bar h2 { margin: 10px; padding: 0; } /*Single page template*/ #main-single-page ol, #main-single-page ul, #main-single-page h1, #main-single-page h2, #main-single-page h3, #main-single-page h4, #main-single-page p, #main-single-page small { margin: 10px; } #single-post { padding: 5px 0 20px 0; background-color: rgba(255, 255, 255, .1); } #single-post h1 { margin-bottom: 15px; } #main-single-page p, #main-single-page ul, #main-single-page ol { line-height: 1.5; font-weight: 300; font-size: 1.1em; } #main-single-page small { display: block; font-size: 1em; text-align: right; } /*Picture caption*/ .pic-caption a { font-size: .7em; text-decoration: none; background-color: #392E73; padding: 6px; border-radius: 3px; background-color: #392E73; font-weight: 600; } #main-single-page p.pic-caption { margin-bottom: 25px; } /*Blockquote*/ blockquote { margin: 0; padding: 0; } #main-single-page .wp-block-quote p { font-weight: 800; font-size: .9em; } .wp-block-quote cite { padding-left: 30px; font-size: .9em; } #main-single-page ol, #main-single-page ul { font-weight: 400; } #main-single-page li { margin: 10px 0; } #main-single-page .has-small-font-size { font-size: .9em; font-weight: 400; } /*print button*/ .print-post { display: none; padding: 10px; margin-right: 10px; font-size: 1em; text-align: center; cursor: pointer; outline: none; color: inherit; background-color: transparent; border: none; } /*Flex support*/ @supports (display: flex) { body { background-size: cover; } #wrapper { max-width: 70em; } /*Site Banner */ #mobile-hide { display: none; } .site-banner { padding-top: 50px; } main { padding-top: 55px; } /*Navigation @ flex*/ /*Navigation IE*/ .main-navigation ul { list-style: none; } .main-navigation li { display: block; } .main-navigation a { text-decoration: none; padding: 15px; font-size: .9em; } .main-navigation a:hover { text-decoration: none; } .main-navigation { margin-top: 0; } /*End Nav IE*/ .home-icon-nav { float: none; display: block; /*padding: 10px;*/ margin: 0; text-align: center; background-color: rgba(255, 255, 255, .3); border: 2px solid white; flex-grow: 0; border-left: none; } .menu-main-container { min-width: 300px; padding: 0; text-align: center; flex-grow: 1; } /*outer flex container*/ #site-navigation { margin-bottom: 20px; width: 100%; border-top: 2px solid white; border-bottom: 2px solid white; overflow: hidden; top: 0; background-color: #392E73; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; min-width: 350px; display: flex; position: fixed; } nav .menu-item a { padding: 15px; color: white; border: 2px solid white; background-color: rgba(255, 255, 255, .3); margin-right: -1px; } nav .current-menu-item a { background-color: transparent; } .current-menu-item.home-icon-nav { background-color: transparent; } /*inner flex container*/ .main-navigation ul { list-style: none; margin: 0; padding-left: 0; display: flex; } .main-navigation li { display: block; flex-grow: 1; } .main-navigation a { text-decoration: none; display: block; } /*MEDIA*/ @media (min-width: 50em) { main { padding-top: 0; } /*Site Banner */ #mobile-hide { display: block; } .home-icon { margin: 10px 0 0 10px; font-size: 2em; display: block; } /*banner flex*/ .site-banner { display: flex; justify-content: space-between; flex-direction: row-reverse; padding-top: 0; } /*For other templates*/ #mobile-hide { display: flex; justify-content: space-between; flex-direction: row-reverse; } .header-text-area { flex-basis: 50%; max-width: 30em; height: 350px; } .site-logo-pic { flex-basis: 50%; text-align: right; position: relative; } .site-logo-pic img { position: absolute; width: 390px; height: auto; top: -40px; right: 0; } /*Navigation*/ .main-navigation a { font-size: 1em; } /*outer flex container*/ #site-navigation { width: unset; border-top: none; border-bottom: none; position: static; background-color: transparent; } nav .menu-item a { padding: 15px 20px; margin: 10px; border: 2px solid white; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 10px; } .main-navigation li { flex-grow: 0; } .menu-item a:hover { text-decoration: none; transform: scale(1.1); } .home-icon-nav { display: none; } /*Main*/ #main { margin: 0 10px; } /*Posts*/ .site-main h1, .site-main h2, .site-main h2, .site-main h4, .site-main p, .site-main h1, small { margin: 10px 20px; } #main-single-page p, #main-single-page small { margin: 10px 30px; } #main-single-page p, #main-single-page small { margin: 10px 30px; } #main-single-page h2, #main-single-page h1 { margin: 20px 30px; } #main-single-page h3, #main-single-page h4 { margin: 10px 30px; } .post-wrap { border: 2px solid white; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 20px; background-color: rgba(255, 255, 255, .2); margin: 10px 0; } .post-wrap p { font-weight: 300; } #single-post { margin: 0 10px; } /*Widgets */ /*Color bars*/ .yellow-bar, .purple-bar, .blue-side-bar, .orange-side-bar { box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 20px; margin: 10px 0; } /*Aside bars*/ aside { margin: 0 10px; } /*Social Sidebar menu*/ .social-menu-aside { padding: 15px; border: 2px solid white; border-radius: 10px; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); } /*Main Sidebar*/ aside h2, aside p { margin: 10px 20px; } .main-side-bar { border: 2px solid white; border-radius: 10px; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); } /*Main flex*/ .main-container { display: flex; } /*Footer */ footer { border-top: none; } /*Adjustments*/ .post-wrap, .yellow-bar, .purple-bar { margin: 0 20px 20px 0; } blockquote { margin: 0 40px; } #main-single-page ol, #main-single-page ul { margin: 40px; } .post-title { display: flex; justify-content: space-between; } .print-post { display: block; } } @media (min-width: 60em) { .site-main { display: flex; flex-wrap: wrap; } .post-wrap, .yellow-bar, .purple-bar { flex: 1 47%; } /*Article template*/ #main .cat-menu-bar, #main h1 { flex: 0 98%; } } } /*Contact form*/ .form-field-container { max-width: 450px; margin: 40px auto; } .input-form-field { color: white; border: 1px solid white; background-color: rgba(255, 255, 255, .1); border-radius: 7px; padding: 10px; height: 45px; width: 100%; line-height: 1.3; margin: 5px 0 20px 0; box-shadow: inset 0px 3px 3px 4px rgba(0, 0, 0, .2); } .form-field-label { font-weight: 400; font-size: 1.1em; padding-left: 10px; } .form-required-label { color: red; } input::placeholder, textarea::placeholder { color: rgba(255, 255, 255, .6); font-weight: 300; font-size: 1em; } /* Required note*/ div#obs p { font-size: .8em; text-align: left; margin: 10px 0; } /*Textarea*/ #fmessage { height: 120px; } /*Send Button*/ #main-single-page p.form-button { margin: 10px 0; } .form-button a { padding: 10px 30px; border-radius: 10px; background-color: #8227A6; box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, .2); color: white; font-size: 1em; font-weight: 500; text-decoration: none; transition: all .2s ease-in-out; } .form-button a:hover { background-color: #1C8BC3; } #form-submit-container p { margin: 25px 0; } /*Captcha Tmp*/ .captcha-tmp img { max-width: 300px; height: auto; } /*Print Version settings*/ @media print { body * { visibility: hidden; } main, main * { visibility: visible; } main { position: absolute; left: 0; top: 0; } .print-post { display: none; } } /*!important Shame*/ /*Because of inline style of embeded attribution links, easier than to change color for every link >.> */ .pic-caption a { background-color: #392E73 !important; } /*fix width for IE*/ .pic-caption svg{ width: 12px !important; }
style.css
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 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; } /** * 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 */ 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; } /*-------------------------------------------------------------- # End Normalize --------------------------------------------------------------*/ /*Links*/ a { color: white; } a:visited { color: white; } a:hover, a:focus, a:active { color: white; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*General*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: purple; /* Fallback for when there is no custom background color defined. */ color: white; font-family: Roboto, sans-serif; background: url("img/BG_overlay.svg") no-repeat top center fixed; /*Background overlay*/ background-size: auto 1090px; } img { height: auto; max-width: 100%; } #wrapper { max-width: 50em; margin: auto; } header h1, header p { margin: 10px; } .site-logo-pic img { width: 350px; height: auto; max-width: 95%; margin: 10px; } .home-icon { display: none; } .header-text-area h1 { font-size: 3em; } p.site-description { font-size: 1.2em; line-height: 1.2; } /*Read more button*/ p.header-button { margin: 25px 0; } a.read-more-header { margin: 10px; padding: 10px 30px; border-radius: 10px; background-color: #8227A6; box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, .2); color: white; font-size: 1em; font-weight: 500; text-decoration: none; transition: all .2s ease-in-out; } a.read-more-header:hover { background-color: #1C8BC3; } /*Navigation IE*/ #site-navigation { min-width: 350px; } .main-navigation ul { list-style: none; } .main-navigation li { display: inline; } .main-navigation a { text-decoration: none; padding: 15px; font-size: 1.5em; } .main-navigation a:hover { text-decoration: underline; } .home-icon-nav { float: left; } .main-navigation { margin-top: 50px; } /*End Nav IE*/ /*Posts*/ small { font-weight: 600; } .site-main ol, .site-main ul, .site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main p, small { margin: 10px; } #main>div.post-wrap:first-of-type { border-top: 2px solid white; } .post-wrap { border-bottom: 2px solid white; } .site-main h2 { font-size: 2em; font-weight: 400; display: block; padding-top: 20px; } .site-main h2 a { text-decoration: none; } .site-main h2 a:hover { text-decoration: underline; } .site-main small { display: inline-block; font-size: .8em; } .post-wrap i { font-size: 2em; text-decoration: none; } .more-link { margin: 20px 0; text-align: right; padding-right: 30px; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; } /*Widgets*/ h2.widget-title { font-weight: 600; font-size: 1.5em; } p.textwidget { font-weight: 400; font-size: 1em; line-height: 1.2; } /*Bottom widgets */ /*Yellow bar*/ .yellow-bar { background-color: #FF9F00; padding: 20px 0; } .yellow-bar h2 { padding: 0; } .yellow-bar i { font-size: 3em; } /*Purple bar*/ .purple-bar { background-color: #8227A6; padding: 20px 0; } .purple-bar h2 { padding: 0; } .purple-bar i { font-size: 3em; } /*Social Sidebar menu*/ .social-menu-aside { padding: 15px; color: white; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; font-size: 2em; border-top: 2px solid white; } #cosial-sidebar { list-style: none; margin: 0; padding-left: 0; display: flex; justify-content: center; flex-wrap: wrap; } #cosial-sidebar li { display: block; flex-shrink: 1; } #cosial-sidebar a { text-decoration: none; margin: 10px 15px; display: block; text-decoration: none; } /*Main Sidebar*/ aside h1, aside h2, aside h3, aside h4, aside p { margin: 10px; } #nav_menu-5 li { text-align: left; } .main-side-bar { padding: 15px; color: white; border-top: 2px solid white; border-bottom: 2px solid white; margin-top: 20px; } /*Orange Sidebar*/ .orange-side-bar { background-color: #F86A22; padding: 20px 0; } .orange-side-bar h2 { padding: 0; } .orange-side-bar i { font-size: 3em; } /*Blue Sidebar*/ .blue-side-bar { background-color: #1C8BC3; padding: 20px 0; } .blue-side-bar h2 { padding: 0; } .blue-side-bar i { font-size: 3em; } /*Footer*/ footer { padding-top: 20px; border-top: 2px solid white; } footer h1 { text-align: center; } /*main menu footer*/ ul#menu-main-1 { list-style-type: none; margin: 0; padding: 0; display: flex; justify-content: center; font-size: 1.2em; } #menu-main-1 li { display: block; } #menu-main-1 li:not(:last-child)::after { content: " | "; white-space: pre; } /*Social menu footer*/ #menu-social-sidebar { list-style-type: none; margin: 10px 0; padding: 0; display: flex; justify-content: center; } #menu-social-sidebar li { display: block; padding: 0 20px; font-size: 2em; } #menu-social-sidebar a { display: block; } /*Attribution*/ footer h2, footer p { text-align: center; } .footer-bar { text-align: center; } .footer-bar ol, .footer-bar ul { text-align: left; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; font-size: .9em; } .validation { text-align: center; } /*Copyright text*/ .site-info { text-align: center; padding: 10px 0; } .copyright { font-size: .8em; padding-top: 5px; } #copyright-text, .copyright-span { display: inline-block; margin: 0; } #copyright-text p { margin: 0; } /*Articles page*/ .cat-menu-bar h2 { margin: 10px; padding: 0; } /*Single page template*/ #main-single-page ol, #main-single-page ul, #main-single-page h1, #main-single-page h2, #main-single-page h3, #main-single-page h4, #main-single-page p, #main-single-page small { margin: 10px; } #single-post { padding: 5px 0 20px 0; background-color: rgba(255, 255, 255, .1); } #single-post h1 { margin-bottom: 15px; } #main-single-page p, #main-single-page ul, #main-single-page ol { line-height: 1.5; font-weight: 300; font-size: 1.1em; } #main-single-page small { display: block; font-size: 1em; text-align: right; } /*Picture caption*/ .pic-caption a { font-size: .7em; text-decoration: none; background-color: #392E73; padding: 6px; border-radius: 3px; background-color: #392E73; font-weight: 600; } #main-single-page p.pic-caption { margin-bottom: 25px; } /*Blockquote*/ blockquote { margin: 0; padding: 0; } #main-single-page .wp-block-quote p { font-weight: 800; font-size: .9em; } .wp-block-quote cite { padding-left: 30px; font-size: .9em; } #main-single-page ol, #main-single-page ul { font-weight: 400; } #main-single-page li { margin: 10px 0; } #main-single-page .has-small-font-size { font-size: .9em; font-weight: 400; } /*print button*/ .print-post { display: none; padding: 10px; margin-right: 10px; font-size: 1em; text-align: center; cursor: pointer; outline: none; color: inherit; background-color: transparent; border: none; } /*Flex support*/ @supports (display: flex) { body { background-size: cover; } #wrapper { max-width: 70em; } /*Site Banner */ #mobile-hide { display: none; } .site-banner { padding-top: 50px; } main { padding-top: 55px; } /*Navigation @ flex*/ /*Navigation IE*/ .main-navigation ul { list-style: none; } .main-navigation li { display: block; } .main-navigation a { text-decoration: none; padding: 15px; font-size: .9em; } .main-navigation a:hover { text-decoration: none; } .main-navigation { margin-top: 0; } /*End Nav IE*/ .home-icon-nav { float: none; display: block; /*padding: 10px;*/ margin: 0; text-align: center; background-color: rgba(255, 255, 255, .3); border: 2px solid white; flex-grow: 0; border-left: none; } .menu-main-container { min-width: 300px; padding: 0; text-align: center; flex-grow: 1; } /*outer flex container*/ #site-navigation { margin-bottom: 20px; width: 100%; border-top: 2px solid white; border-bottom: 2px solid white; overflow: hidden; top: 0; background-color: #392E73; transition: transform 0.15s ease-in-out; transform-origin: 0 50%; min-width: 350px; display: flex; position: fixed; } nav .menu-item a { padding: 15px; color: white; border: 2px solid white; background-color: rgba(255, 255, 255, .3); margin-right: -1px; } nav .current-menu-item a { background-color: transparent; } .current-menu-item.home-icon-nav { background-color: transparent; } /*inner flex container*/ .main-navigation ul { list-style: none; margin: 0; padding-left: 0; display: flex; } .main-navigation li { display: block; flex-grow: 1; } .main-navigation a { text-decoration: none; display: block; } /*MEDIA*/ @media (min-width: 50em) { main { padding-top: 0; } /*Site Banner */ #mobile-hide { display: block; } .home-icon { margin: 10px 0 0 10px; font-size: 2em; display: block; } /*banner flex*/ .site-banner { display: flex; justify-content: space-between; flex-direction: row-reverse; padding-top: 0; } /*For other templates*/ #mobile-hide { display: flex; justify-content: space-between; flex-direction: row-reverse; } .header-text-area { flex-basis: 50%; max-width: 30em; height: 350px; } .site-logo-pic { flex-basis: 50%; text-align: right; position: relative; } .site-logo-pic img { position: absolute; width: 390px; height: auto; top: -40px; right: 0; } /*Navigation*/ .main-navigation a { font-size: 1em; } /*outer flex container*/ #site-navigation { width: unset; border-top: none; border-bottom: none; position: static; background-color: transparent; } nav .menu-item a { padding: 15px 20px; margin: 10px; border: 2px solid white; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 10px; } .main-navigation li { flex-grow: 0; } .menu-item a:hover { text-decoration: none; transform: scale(1.1); } .home-icon-nav { display: none; } /*Main*/ #main { margin: 0 10px; } /*Posts*/ .site-main h1, .site-main h2, .site-main h2, .site-main h4, .site-main p, .site-main h1, small { margin: 10px 20px; } #main-single-page p, #main-single-page small { margin: 10px 30px; } #main-single-page p, #main-single-page small { margin: 10px 30px; } #main-single-page h2, #main-single-page h1 { margin: 20px 30px; } #main-single-page h3, #main-single-page h4 { margin: 10px 30px; } .post-wrap { border: 2px solid white; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 20px; background-color: rgba(255, 255, 255, .2); margin: 10px 0; } .post-wrap p { font-weight: 300; } #single-post { margin: 0 10px; } /*Widgets */ /*Color bars*/ .yellow-bar, .purple-bar, .blue-side-bar, .orange-side-bar { box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); border-radius: 20px; margin: 10px 0; } /*Aside bars*/ aside { margin: 0 10px; } /*Social Sidebar menu*/ .social-menu-aside { padding: 15px; border: 2px solid white; border-radius: 10px; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); } /*Main Sidebar*/ aside h2, aside p { margin: 10px 20px; } .main-side-bar { border: 2px solid white; border-radius: 10px; box-shadow: 0px 3px 3px 4px rgba(0, 0, 0, .2); } /*Main flex*/ .main-container { display: flex; } /*Footer */ footer { border-top: none; } /*Adjustments*/ .post-wrap, .yellow-bar, .purple-bar { margin: 0 20px 20px 0; } blockquote { margin: 0 40px; } #main-single-page ol, #main-single-page ul { margin: 40px; } .post-title { display: flex; justify-content: space-between; } .print-post { display: block; } } @media (min-width: 60em) { .site-main { display: flex; flex-wrap: wrap; } .post-wrap, .yellow-bar, .purple-bar { flex: 1 47%; } /*Article template*/ #main .cat-menu-bar, #main h1 { flex: 0 98%; } } } /*Contact form*/ .form-field-container { max-width: 450px; margin: 40px auto; } .input-form-field { color: white; border: 1px solid white; background-color: rgba(255, 255, 255, .1); border-radius: 7px; padding: 10px; height: 45px; width: 100%; line-height: 1.3; margin: 5px 0 20px 0; box-shadow: inset 0px 3px 3px 4px rgba(0, 0, 0, .2); } .form-field-label { font-weight: 400; font-size: 1.1em; padding-left: 10px; } .form-required-label { color: red; } input::placeholder, textarea::placeholder { color: rgba(255, 255, 255, .6); font-weight: 300; font-size: 1em; } /* Required note*/ div#obs p { font-size: .8em; text-align: left; margin: 10px 0; } /*Textarea*/ #fmessage { height: 120px; } /*Send Button*/ #main-single-page p.form-button { margin: 10px 0; } .form-button a { padding: 10px 30px; border-radius: 10px; background-color: #8227A6; box-shadow: 0px 2px 2px 3px rgba(0, 0, 0, .2); color: white; font-size: 1em; font-weight: 500; text-decoration: none; transition: all .2s ease-in-out; } .form-button a:hover { background-color: #1C8BC3; } #form-submit-container p { margin: 25px 0; } /*Captcha Tmp*/ .captcha-tmp img { max-width: 300px; height: auto; } /*Print Version settings*/ @media print { body * { visibility: hidden; } main, main * { visibility: visible; } main { position: absolute; left: 0; top: 0; } .print-post { display: none; } } /*!important Shame*/ /*Because of inline style of embeded attribution links, easier than to change color for every link >.> */ .pic-caption a { background-color: #392E73 !important; } /*fix width for IE*/ .pic-caption svg{ width: 12px !important; }
0.715523
0.109135
.btn-custom { background-color: #ffa500; border-color: #ffa500; color: white; } .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active { background-color: #e69500; border-color: #cc8400; color: white; } .btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active { background-color: #ffa500; border-color: #ffa500; color: white; } /** * Pulsante per seguire l'utente * posto all'interno della card. * */ .btn-user-card { background-color: white; border-color: white; color: black; } .btn-user-card:hover, .btn-user-card:focus, .btn-user-card:active, .btn-user-card.active { background-color: #ff9800; border-color: #ff9800; color: white; } .btn-user-card.disabled:hover, .btn-user-card.disabled:focus, .btn-user-card.disabled:active, .btn-user-card.disabled.active, .btn-user-card[disabled]:hover, .btn-user-card[disabled]:focus, .btn-user-card[disabled]:active, .btn-user-card[disabled].active, fieldset[disabled] .btn-user-card:hover, fieldset[disabled] .btn-user-card:focus, fieldset[disabled] .btn-user-card:active, fieldset[disabled] .btn-user-card.active { background-color: #ffa500; border-color: #ffa500; color: white; } .fileUpload { position: relative; overflow: hidden; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } /* * Personalizzazione di Bootstrap per dare un carattere unico al nostro prodotto. * */ /* * Personalizzo il glow su tutti gli input. */ .form-control:focus { border-color: #FF8E2A; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 142, 42, 0.6); } .form-control { border-width: 2px; } .btn { /*padding: 14px 24px;*/ border: 0 none; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: 0 none; } /* * Colorazione pulsante DEFAULT */ .btn-default { background: #9E9E9E; color: #ffffff !important; } .btn-default:hover, .btn-default[disabled]:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background: #BDBDBD; color: #ffffff !important; } .btn-default:active, .btn-default.active { background: #757575 !important; color: #ffffff !important; box-shadow: none; } /* * Colorazione pulsante WARNING */ .btn-warning { background: #ff9800; color: #ffffff; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background: #FF8E2A; } .btn-warning:active, .btn-warning.active { background: #c67003; box-shadow: none; } /* * Colorazione panel WARNING */ .panel-warning { background-color: #ff9800; border-color: #FF8E2A; } /* * Colorazione label WARNING */ .label-warning { background-color: #ff9800; } /* * Variante pulsante outline */ .btn-outline { background-color: transparent; color: inherit; transition: all .5s; } .btn-primary.btn-outline { color: #428bca; } .btn-success.btn-outline { color: #5cb85c; } .btn-info.btn-outline { color: #5bc0de; } .btn-warning.btn-outline { color: #f0ad4e; } .btn-danger.btn-outline { color: #d9534f; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: #fff; }
assets/styles/custom_bootstrap.css
.btn-custom { background-color: #ffa500; border-color: #ffa500; color: white; } .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active { background-color: #e69500; border-color: #cc8400; color: white; } .btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active { background-color: #ffa500; border-color: #ffa500; color: white; } /** * Pulsante per seguire l'utente * posto all'interno della card. * */ .btn-user-card { background-color: white; border-color: white; color: black; } .btn-user-card:hover, .btn-user-card:focus, .btn-user-card:active, .btn-user-card.active { background-color: #ff9800; border-color: #ff9800; color: white; } .btn-user-card.disabled:hover, .btn-user-card.disabled:focus, .btn-user-card.disabled:active, .btn-user-card.disabled.active, .btn-user-card[disabled]:hover, .btn-user-card[disabled]:focus, .btn-user-card[disabled]:active, .btn-user-card[disabled].active, fieldset[disabled] .btn-user-card:hover, fieldset[disabled] .btn-user-card:focus, fieldset[disabled] .btn-user-card:active, fieldset[disabled] .btn-user-card.active { background-color: #ffa500; border-color: #ffa500; color: white; } .fileUpload { position: relative; overflow: hidden; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } /* * Personalizzazione di Bootstrap per dare un carattere unico al nostro prodotto. * */ /* * Personalizzo il glow su tutti gli input. */ .form-control:focus { border-color: #FF8E2A; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 142, 42, 0.6); } .form-control { border-width: 2px; } .btn { /*padding: 14px 24px;*/ border: 0 none; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: 0 none; } /* * Colorazione pulsante DEFAULT */ .btn-default { background: #9E9E9E; color: #ffffff !important; } .btn-default:hover, .btn-default[disabled]:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background: #BDBDBD; color: #ffffff !important; } .btn-default:active, .btn-default.active { background: #757575 !important; color: #ffffff !important; box-shadow: none; } /* * Colorazione pulsante WARNING */ .btn-warning { background: #ff9800; color: #ffffff; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background: #FF8E2A; } .btn-warning:active, .btn-warning.active { background: #c67003; box-shadow: none; } /* * Colorazione panel WARNING */ .panel-warning { background-color: #ff9800; border-color: #FF8E2A; } /* * Colorazione label WARNING */ .label-warning { background-color: #ff9800; } /* * Variante pulsante outline */ .btn-outline { background-color: transparent; color: inherit; transition: all .5s; } .btn-primary.btn-outline { color: #428bca; } .btn-success.btn-outline { color: #5cb85c; } .btn-info.btn-outline { color: #5bc0de; } .btn-warning.btn-outline { color: #f0ad4e; } .btn-danger.btn-outline { color: #d9534f; } .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover { color: #fff; }
0.33112
0.052961
@font-face { font-family: 'NotoKrL'; font-style: normal; font-weight: 100; src: url('/Content/Font/notosanskr_webfont/notokr-light.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-light.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-light.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-light.woff') format('woff'); } @font-face { font-family: 'NotoKrR'; font-style: normal; font-weight: 300; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-regular.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-regular.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-regular.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-regular.woff') format('woff'); } @font-face { font-family: 'NotoKrM'; font-style: normal; font-weight: 500; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-medium.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-medium.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-medium.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-medium.woff') format('woff'); } @font-face { font-family: 'NotoKrB'; font-style: normal; font-weight: 700; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-bold.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-bold.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-bold.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-bold.woff') format('woff'); } /* Layout ***********************************************************************************/ body { width: 100%; height: 100%; padding: 0px; margin: 0px; display: flex; flex-flow: column; } a { color: #2C2929; vertical-align: middle; } button:hover { cursor: pointer; } .wrapGeneral { width: 100%; height: 100%; min-width: 1024px; flex: 1; display: flex; flex-direction: column; } .wrapTop { flex: none; width: 100%; height: 65px; margin: 0px; padding: 0px; display: flex; flex-direction: row; } .wrapTop .areaLogo { width: 340px; /* background-color: #f4f4f4;*/ background-color: #474952; background-image: url(/Content/Images/Base/main_logo_chg.png); background-repeat: no-repeat; background-size: 312px 46px; background-position: 15px 10px; } .wrapTop .areaStatus { flex-grow: 1; flex-shrink: 1; flex-basis: 1; /*background-color: #f4f4f4;*/ background-color: #474952; background: linear-gradient(90deg, rgba(71,73,82,1) 0%, rgba(143,143,144,1) 40%, rgba(164,164,164,1) 100%); } .wrapTop .usericon { width: 20px; height: 18px; background-image: url(/Content/Images/Icon/icon_user.png); display: inline-block; } .wrapTop .logout { width: 20px; height: 20px; background-image: url(/Content/Images/Icon/icon_logout.png); background-repeat: no-repeat; display: inline-block; } .wrapCenter { height: 100%; flex: 1; margin: 0px; padding: 0px; display: flex; flex-direction: row; } .wrapCenter .areaMenu { flex: none; width: 250px; display: flex; flex-direction: row; background-color: #ff6a00; } .wrapCenter .areaMenu .areaMenuBar { width: 250px; background-color: #121b40; color: #fff; display: flex; flex-direction: column; } .wrapCenter .areaMenu .areaMenuControl { width: 30px; background-color: #eef3f6; display: flex; align-items: center; justify-content: left; display: none; } .wrapCenter .areaMenu .areaMenuControl .MenuCtrl { background-color: #2C3D4D; width: 30px; height: 60px; font-size: 20px; display: none; } .wrapCenter .areaContents { display: flex; flex-direction: column; flex: 1; height: 100%; background-color: #f9fbfb; /*padding-right:20px; #eef3f6 overflow: auto; */ } .wrapCenter .areaContents #viewContent { height: 100%; overflow: auto; padding: 15px 25px; /*padding-right:20px;*/ } .otpWrap { -webkit-box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); -moz-box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); background-color: #ffffff; border-bottom: 2px solid #405597; } .loginlogo { width: 236px; height: 82px; background-image: url(../../Content/images/base/login_logo_chg.png); /*align: center;*/ position: absolute; left: 49.5%; top: 22%; margin-left: -110px; } .menuBox { display: flex; flex-direction: row; background-color: #16214b; height: 65px; align-items: center; justify-content: left; cursor: pointer; border-bottom: solid 1px #283873; } .menuBox.selected { background-color: #25A8F8; } .menuBox:hover { background-image: url(/Content/Images/Base/menu_hover.png); } .menuBox .menuIcon { flex: none; margin-left: 20px; width: 42px; height: 30px; text-align: center; cursor: pointer; } .menuBox .menuIcon .i01 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_01.png); background-repeat: no-repeat; } .menuBox .menuIcon .i02 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_02.png); background-repeat: no-repeat; } .menuBox .menuIcon .i03 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_03.png); background-repeat: no-repeat; } .menuBox .menuIcon .i04 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_04.png); background-repeat: no-repeat; } .menuBox .menuIcon .i05 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_05.png); background-repeat: no-repeat; } .menuBox .menuIcon .i06 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_06.png); background-repeat: no-repeat; } .menuBox .menuIcon .i07 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_01.png); background-repeat: no-repeat; } .menuBox .menuIcon .i08 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_02.png); background-repeat: no-repeat; } .menuBox .menuIcon .i09 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_03.png); background-repeat: no-repeat; } .menuBox .menuIcon .i10 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_04.png); background-repeat: no-repeat; } .menuBox .menuIcon .i11 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_05.png); background-repeat: no-repeat; } .menuBox .menuIcon .i12 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_06.png); background-repeat: no-repeat; } /* .menuBox .menuIcon i { font-size: 22px; cursor: pointer; } */ .menuBox .menuTitle { flex: 1; height: 26px; text-align: left; } .menuBox .menuTitle label { font-size: 16px; line-height: 0.98em; letter-spacing: 1px; font-family: NotoKrB; } .subMenuBox { display: none; width: 250px; background-color: #2C3D4D; color: #fff; position: absolute; top: 0; left: 0; flex-direction: column; border-left: 1px solid #fff; } .searchBox { height: auto; display: flex; flex-direction: column; margin-bottom: 10px; background-color: #f4f4f4; border-bottom: solid 1px #ddd; /*border-bottom: 1px solid #726a6a; border-right: 1px solid #726a6a; border-top: 1px solid #726a6a; border-right: 1px solid #726a6a;*/ /* border: 1px solid #726a6a; */ /*border-top-left-radius: 8px; */ /*background-color: #eef3f6;*/ } .searchBox .searchTitle { width: 100%; height: 26px; background-color: #eaeaea; border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; /* height: 32px; background-color: #ddd; padding-top: 6px; border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; */ /* border-top-left-radius: 5px; */ } .searchBox .searchTitle label { font-size: 12px; color: #333; letter-spacing: -0.5px; margin-left: 10px; font-weight: bold; } .searchBox .searchContent { width: 100%; height: auto; padding: 10px; /*min-height: 80px;*/ display: flex; align-content: flex-start; /* justify-content: space-between;*/ flex-flow: row wrap; justify-content: flex-start; margin-bottom: 5px; } .searchBox .searchButton { display: flex; height: auto; flex-direction: row; justify-content: flex-end; width: 100%; border-top: solid 1px #dfdfdf; padding-top: 6px; margin-bottom: 6px; } .searchBox .searchContent .searchData { display: flex; flex-direction: row; margin: 5px 25px 2px 3px; min-width: 388px; } .searchBox .searchButton button { margin-right: 10px; } .searchBox .searchContent .searchData div { font-size: 13px; line-height: 1.834em; } .searchBox .searchContent .searchData > div:first-child { min-width: 90px; padding-left: 10px; margin-right: 10px; white-space: nowrap; } .searchBox .searchContent .searchData > div:last-child { min-width: 140px; display: inherit; } /* ***********************************************************************************/ .lbText { font-size: 14px; font-weight: bold; } .txtBox { display: inline; padding-left: 5px; font-size: 13px; line-height: 1.55857143; margin-bottom: 0; width: 80px; /* height:22px;*/ height: 20px; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; /* border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */ } .txtBox.large { height: 24px; font-size: 15px; letter-spacing: 1.4px; } .txtBox::-webkit-input-placeholder { color: #B5B9B7; font-size: 11px; } .txtBox:-ms-input-placeholder { color: #B5B9B7; font-size: 11px; } .txtBox:read-only { background-color: #f5f5f5; } .btn { display: inline-block; padding: 2px 12px; margin-bottom: 0; font-size: 12px !important; min-width: 78px; height: 72px; font-weight: normal; line-height: 1.62857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; background-color: #404040; font-weight: bold; color: #FFF; border: none; } .btn.small { min-width: 30px; height: 22px; font-size: 12px; padding: 0px 0px; margin: 0px 2px; } .btn.popup { min-width: 20px; height: 18px; font-size: 9px !important; padding: 0px 0px; margin: 0px 0px; box-shadow: 0.5px 1px 2px #c6c6c6; font-weight: normal; } .gridComponent { overflow: hidden; position: relative; margin: 3px; } .gridComponent > button { margin-right: 10px; } .gridComponent > button:hover { cursor: pointer; } .SearchTable { width: 100%; } .SearchTable tr.detail.view { display: table-row; } .SearchTable tr.detail { display: none; } .SearchTable tr th { width: 110px; font-size: 15px; font-weight: bolder; color: #5f5f5f; letter-spacing: 1px; text-align: left; padding-left: 10px; font-family: NotoKrB; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } table.grid { border-collapse: collapse; width: 100%; margin-top: 7px; margin-bottom: 15px; font-weight: bold; } table.grid tr, table.grid th, table.grid td { height: 25px; color: #2C2929; font-family: 맑은 고딕, Tahoma; text-align: center; font-size: 12px; } table.grid th { border: 1px solid #2C2929; border-top: 2px solid #2C2929; background-color: #F4F8FF; padding: 5px 3px; } table.grid td { border: 1px solid #D1D4DA; padding: 5px 3px; } table.titleGrid { border-collapse: separate; border-spacing: 1px; text-align: left; line-height: 1.5; border-top: 1px solid #ccc; margin: 10px 10px; font-size: 14px; } table.titleGrid th { width: 180px; padding: 6px 10px; font-weight: bold; vertical-align: middle; border-bottom: 1px solid #ccc; background: #efefef; } table.titleGrid td { width: 350px; padding: 6px 10px; vertical-align: middle; border-bottom: 1px solid #ccc; } span.renderText { width: calc(100%-10px); height: 100%; text-align: left; vertical-align: middle; margin: 0px 10px; line-height: 2.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } /* [tooltip-text]:hover { position: relative; } [tooltip-text]:after { -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out; -moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out; transition: bottom .3s ease-in-out, opacity .3s ease-in-out; background-color: rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #FFFFFF; font-size: 12px; margin-bottom: 10px; padding: 7px 12px; position: relative !important; width: auto; min-width: 50px; max-width: 300px; word-wrap: break-word; z-index: 1000001; opacity: 0; left: 0px; top: 0px; content: attr(tooltip-text); } [tooltip-text]:hover:after { top: 130%; left: 0; opacity: 1; } */ /*[Bbs]***********************************************************************************************************/ #replyList { margin-left: 12px; margin-bottom: 10px; background-color: #E6E6E6; } .newReplys{ margin: 10px; margin-bottom: 10px; } .REreply { margin: 8px 12px; margin-bottom: 10px; } .replyInfo, .RereplyInfo { display: flex; } .reply_us_nm, .REreply_nm { font-weight: bold; font-size: 15px; font-family: NotoKrB; } .reply_create_dt, .REreply_dt { color: #848484; margin-left: 10px; margin-right: 10px; font-size: 13px; line-height: 1.94em; } .newReplys a{ font-size: 13px; color: rgba(143,143,144,1); margin: 0px 10px; cursor: pointer; letter-spacing: 0.23em; text-decoration: none; } .REreply a { font-size: 13px; color: rgba(143,143,144,1); cursor: pointer; letter-spacing: 0.23em; text-decoration: none; } .newReplys a:hover { text-decoration: underline; } .bbs_reply_content, .REreply_content { text-indent: 20px; font-size:14px; } .btnAdd { width: 100px; height: 100px; margin-left: 10px; } .writeRE_replybox { margin-top: 10px; display : none; } .RE_replyContent { width: 100%; height: 94px; } .txtBoxWrap { width:40%; } .btnwrap{ width:10%; } .lbSonReplyX { display : none; }
ezDMS/Content/Styles/Base.css
@font-face { font-family: 'NotoKrL'; font-style: normal; font-weight: 100; src: url('/Content/Font/notosanskr_webfont/notokr-light.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-light.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-light.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-light.woff') format('woff'); } @font-face { font-family: 'NotoKrR'; font-style: normal; font-weight: 300; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-regular.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-regular.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-regular.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-regular.woff') format('woff'); } @font-face { font-family: 'NotoKrM'; font-style: normal; font-weight: 500; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-medium.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-medium.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-medium.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-medium.woff') format('woff'); } @font-face { font-family: 'NotoKrB'; font-style: normal; font-weight: 700; src: url('/Content/Font/notosanskr_webfont/notokr/notokr-bold.eot'); src: url('/Content/Font/notosanskr_webfont/notokr-bold.eot?#iefix') format('embedded-opentype'), url('/Content/Font/notosanskr_webfont/notokr-bold.woff2') format('woff2'), url('/Content/Font/notosanskr_webfont/notokr-bold.woff') format('woff'); } /* Layout ***********************************************************************************/ body { width: 100%; height: 100%; padding: 0px; margin: 0px; display: flex; flex-flow: column; } a { color: #2C2929; vertical-align: middle; } button:hover { cursor: pointer; } .wrapGeneral { width: 100%; height: 100%; min-width: 1024px; flex: 1; display: flex; flex-direction: column; } .wrapTop { flex: none; width: 100%; height: 65px; margin: 0px; padding: 0px; display: flex; flex-direction: row; } .wrapTop .areaLogo { width: 340px; /* background-color: #f4f4f4;*/ background-color: #474952; background-image: url(/Content/Images/Base/main_logo_chg.png); background-repeat: no-repeat; background-size: 312px 46px; background-position: 15px 10px; } .wrapTop .areaStatus { flex-grow: 1; flex-shrink: 1; flex-basis: 1; /*background-color: #f4f4f4;*/ background-color: #474952; background: linear-gradient(90deg, rgba(71,73,82,1) 0%, rgba(143,143,144,1) 40%, rgba(164,164,164,1) 100%); } .wrapTop .usericon { width: 20px; height: 18px; background-image: url(/Content/Images/Icon/icon_user.png); display: inline-block; } .wrapTop .logout { width: 20px; height: 20px; background-image: url(/Content/Images/Icon/icon_logout.png); background-repeat: no-repeat; display: inline-block; } .wrapCenter { height: 100%; flex: 1; margin: 0px; padding: 0px; display: flex; flex-direction: row; } .wrapCenter .areaMenu { flex: none; width: 250px; display: flex; flex-direction: row; background-color: #ff6a00; } .wrapCenter .areaMenu .areaMenuBar { width: 250px; background-color: #121b40; color: #fff; display: flex; flex-direction: column; } .wrapCenter .areaMenu .areaMenuControl { width: 30px; background-color: #eef3f6; display: flex; align-items: center; justify-content: left; display: none; } .wrapCenter .areaMenu .areaMenuControl .MenuCtrl { background-color: #2C3D4D; width: 30px; height: 60px; font-size: 20px; display: none; } .wrapCenter .areaContents { display: flex; flex-direction: column; flex: 1; height: 100%; background-color: #f9fbfb; /*padding-right:20px; #eef3f6 overflow: auto; */ } .wrapCenter .areaContents #viewContent { height: 100%; overflow: auto; padding: 15px 25px; /*padding-right:20px;*/ } .otpWrap { -webkit-box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); -moz-box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); box-shadow: 10px 10px 22px 5px rgba(0,0,0,0.1); background-color: #ffffff; border-bottom: 2px solid #405597; } .loginlogo { width: 236px; height: 82px; background-image: url(../../Content/images/base/login_logo_chg.png); /*align: center;*/ position: absolute; left: 49.5%; top: 22%; margin-left: -110px; } .menuBox { display: flex; flex-direction: row; background-color: #16214b; height: 65px; align-items: center; justify-content: left; cursor: pointer; border-bottom: solid 1px #283873; } .menuBox.selected { background-color: #25A8F8; } .menuBox:hover { background-image: url(/Content/Images/Base/menu_hover.png); } .menuBox .menuIcon { flex: none; margin-left: 20px; width: 42px; height: 30px; text-align: center; cursor: pointer; } .menuBox .menuIcon .i01 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_01.png); background-repeat: no-repeat; } .menuBox .menuIcon .i02 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_02.png); background-repeat: no-repeat; } .menuBox .menuIcon .i03 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_03.png); background-repeat: no-repeat; } .menuBox .menuIcon .i04 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_04.png); background-repeat: no-repeat; } .menuBox .menuIcon .i05 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_05.png); background-repeat: no-repeat; } .menuBox .menuIcon .i06 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/menu_06.png); background-repeat: no-repeat; } .menuBox .menuIcon .i07 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_01.png); background-repeat: no-repeat; } .menuBox .menuIcon .i08 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_02.png); background-repeat: no-repeat; } .menuBox .menuIcon .i09 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_03.png); background-repeat: no-repeat; } .menuBox .menuIcon .i10 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_04.png); background-repeat: no-repeat; } .menuBox .menuIcon .i11 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_05.png); background-repeat: no-repeat; } .menuBox .menuIcon .i12 { font-size: 22px; cursor: pointer; width: 30px; height: 30px; background-image: url(/Content/images/icon/submenu_06.png); background-repeat: no-repeat; } /* .menuBox .menuIcon i { font-size: 22px; cursor: pointer; } */ .menuBox .menuTitle { flex: 1; height: 26px; text-align: left; } .menuBox .menuTitle label { font-size: 16px; line-height: 0.98em; letter-spacing: 1px; font-family: NotoKrB; } .subMenuBox { display: none; width: 250px; background-color: #2C3D4D; color: #fff; position: absolute; top: 0; left: 0; flex-direction: column; border-left: 1px solid #fff; } .searchBox { height: auto; display: flex; flex-direction: column; margin-bottom: 10px; background-color: #f4f4f4; border-bottom: solid 1px #ddd; /*border-bottom: 1px solid #726a6a; border-right: 1px solid #726a6a; border-top: 1px solid #726a6a; border-right: 1px solid #726a6a;*/ /* border: 1px solid #726a6a; */ /*border-top-left-radius: 8px; */ /*background-color: #eef3f6;*/ } .searchBox .searchTitle { width: 100%; height: 26px; background-color: #eaeaea; border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; /* height: 32px; background-color: #ddd; padding-top: 6px; border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; */ /* border-top-left-radius: 5px; */ } .searchBox .searchTitle label { font-size: 12px; color: #333; letter-spacing: -0.5px; margin-left: 10px; font-weight: bold; } .searchBox .searchContent { width: 100%; height: auto; padding: 10px; /*min-height: 80px;*/ display: flex; align-content: flex-start; /* justify-content: space-between;*/ flex-flow: row wrap; justify-content: flex-start; margin-bottom: 5px; } .searchBox .searchButton { display: flex; height: auto; flex-direction: row; justify-content: flex-end; width: 100%; border-top: solid 1px #dfdfdf; padding-top: 6px; margin-bottom: 6px; } .searchBox .searchContent .searchData { display: flex; flex-direction: row; margin: 5px 25px 2px 3px; min-width: 388px; } .searchBox .searchButton button { margin-right: 10px; } .searchBox .searchContent .searchData div { font-size: 13px; line-height: 1.834em; } .searchBox .searchContent .searchData > div:first-child { min-width: 90px; padding-left: 10px; margin-right: 10px; white-space: nowrap; } .searchBox .searchContent .searchData > div:last-child { min-width: 140px; display: inherit; } /* ***********************************************************************************/ .lbText { font-size: 14px; font-weight: bold; } .txtBox { display: inline; padding-left: 5px; font-size: 13px; line-height: 1.55857143; margin-bottom: 0; width: 80px; /* height:22px;*/ height: 20px; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; /* border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */ } .txtBox.large { height: 24px; font-size: 15px; letter-spacing: 1.4px; } .txtBox::-webkit-input-placeholder { color: #B5B9B7; font-size: 11px; } .txtBox:-ms-input-placeholder { color: #B5B9B7; font-size: 11px; } .txtBox:read-only { background-color: #f5f5f5; } .btn { display: inline-block; padding: 2px 12px; margin-bottom: 0; font-size: 12px !important; min-width: 78px; height: 72px; font-weight: normal; line-height: 1.62857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; background-color: #404040; font-weight: bold; color: #FFF; border: none; } .btn.small { min-width: 30px; height: 22px; font-size: 12px; padding: 0px 0px; margin: 0px 2px; } .btn.popup { min-width: 20px; height: 18px; font-size: 9px !important; padding: 0px 0px; margin: 0px 0px; box-shadow: 0.5px 1px 2px #c6c6c6; font-weight: normal; } .gridComponent { overflow: hidden; position: relative; margin: 3px; } .gridComponent > button { margin-right: 10px; } .gridComponent > button:hover { cursor: pointer; } .SearchTable { width: 100%; } .SearchTable tr.detail.view { display: table-row; } .SearchTable tr.detail { display: none; } .SearchTable tr th { width: 110px; font-size: 15px; font-weight: bolder; color: #5f5f5f; letter-spacing: 1px; text-align: left; padding-left: 10px; font-family: NotoKrB; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } table.grid { border-collapse: collapse; width: 100%; margin-top: 7px; margin-bottom: 15px; font-weight: bold; } table.grid tr, table.grid th, table.grid td { height: 25px; color: #2C2929; font-family: 맑은 고딕, Tahoma; text-align: center; font-size: 12px; } table.grid th { border: 1px solid #2C2929; border-top: 2px solid #2C2929; background-color: #F4F8FF; padding: 5px 3px; } table.grid td { border: 1px solid #D1D4DA; padding: 5px 3px; } table.titleGrid { border-collapse: separate; border-spacing: 1px; text-align: left; line-height: 1.5; border-top: 1px solid #ccc; margin: 10px 10px; font-size: 14px; } table.titleGrid th { width: 180px; padding: 6px 10px; font-weight: bold; vertical-align: middle; border-bottom: 1px solid #ccc; background: #efefef; } table.titleGrid td { width: 350px; padding: 6px 10px; vertical-align: middle; border-bottom: 1px solid #ccc; } span.renderText { width: calc(100%-10px); height: 100%; text-align: left; vertical-align: middle; margin: 0px 10px; line-height: 2.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } /* [tooltip-text]:hover { position: relative; } [tooltip-text]:after { -webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out; -moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out; transition: bottom .3s ease-in-out, opacity .3s ease-in-out; background-color: rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #FFFFFF; font-size: 12px; margin-bottom: 10px; padding: 7px 12px; position: relative !important; width: auto; min-width: 50px; max-width: 300px; word-wrap: break-word; z-index: 1000001; opacity: 0; left: 0px; top: 0px; content: attr(tooltip-text); } [tooltip-text]:hover:after { top: 130%; left: 0; opacity: 1; } */ /*[Bbs]***********************************************************************************************************/ #replyList { margin-left: 12px; margin-bottom: 10px; background-color: #E6E6E6; } .newReplys{ margin: 10px; margin-bottom: 10px; } .REreply { margin: 8px 12px; margin-bottom: 10px; } .replyInfo, .RereplyInfo { display: flex; } .reply_us_nm, .REreply_nm { font-weight: bold; font-size: 15px; font-family: NotoKrB; } .reply_create_dt, .REreply_dt { color: #848484; margin-left: 10px; margin-right: 10px; font-size: 13px; line-height: 1.94em; } .newReplys a{ font-size: 13px; color: rgba(143,143,144,1); margin: 0px 10px; cursor: pointer; letter-spacing: 0.23em; text-decoration: none; } .REreply a { font-size: 13px; color: rgba(143,143,144,1); cursor: pointer; letter-spacing: 0.23em; text-decoration: none; } .newReplys a:hover { text-decoration: underline; } .bbs_reply_content, .REreply_content { text-indent: 20px; font-size:14px; } .btnAdd { width: 100px; height: 100px; margin-left: 10px; } .writeRE_replybox { margin-top: 10px; display : none; } .RE_replyContent { width: 100%; height: 94px; } .txtBoxWrap { width:40%; } .btnwrap{ width:10%; } .lbSonReplyX { display : none; }
0.36523
0.047647
input[type=text], input[type=email], select, textarea { width: 100%; /* Full width */ padding: 12px; /* Some padding */ border: 1px solid #a750c5; /* border */ border-radius: 4px; /* Rounded borders */ box-sizing: border-box; /* Make sure that padding and width stays in place */ margin-top: 6px; /* Add a top margin */ margin-bottom: 6px; /* Bottom margin */ resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */ font-size: 14px; } /* Style the submit button with a specific background color etc */ input[type=submit] { text-decoration: none; padding: .8em 3em; border: 1px solid #a750c5; background-color: #47bac4; color: #eee; font-size: 1.2em; border-radius: 8px; margin-top: .4em; cursor: pointer; } /* When moving the mouse over the submit button, add a darker green color */ input[type=submit]:hover { color: #555; transition: all .5s; } /* Add a background color and some padding around the form */ .form-wrapper { width: 60%; margin: 0 auto 4em auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row; align-items: center; } form label { color: #a750c5; font-size: 1.2em; } /*Contact Feedback Response Styling*/ .contact-feedback{ width: 80%; margin: auto; text-align: center; height: 50vh; } .contact-feedback h2{ color: #de6666; padding-top: 2em; padding-bottom: 2em; } .contact-feedback > p{ color: #e27171; line-height: 1.5; } @media only screen and (max-width: 768px){ .form-wrapper{ width: 80%; } } @media only screen and (max-width: 375px), (max-width: 425px) { .form-wrapper{ display: block; width: 100%; margin: 0 auto 1.5em auto; } input[type=submit] { width: 100%; } .contact-feedback{ display: block; width: 80%; margin: auto; padding-top: 2em; padding-bottom: 2em; text-align: center; } .contact-feedback h2{ color: #de6666; padding-top: 1em; padding-bottom: 1em; line-height: 1.2; } .contact-feedback > p{ color: #e27171; padding-bottom: .5em; padding-top: .5em; line-height: 1.2; } }
fp/css/contact_form.css
input[type=text], input[type=email], select, textarea { width: 100%; /* Full width */ padding: 12px; /* Some padding */ border: 1px solid #a750c5; /* border */ border-radius: 4px; /* Rounded borders */ box-sizing: border-box; /* Make sure that padding and width stays in place */ margin-top: 6px; /* Add a top margin */ margin-bottom: 6px; /* Bottom margin */ resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */ font-size: 14px; } /* Style the submit button with a specific background color etc */ input[type=submit] { text-decoration: none; padding: .8em 3em; border: 1px solid #a750c5; background-color: #47bac4; color: #eee; font-size: 1.2em; border-radius: 8px; margin-top: .4em; cursor: pointer; } /* When moving the mouse over the submit button, add a darker green color */ input[type=submit]:hover { color: #555; transition: all .5s; } /* Add a background color and some padding around the form */ .form-wrapper { width: 60%; margin: 0 auto 4em auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row; align-items: center; } form label { color: #a750c5; font-size: 1.2em; } /*Contact Feedback Response Styling*/ .contact-feedback{ width: 80%; margin: auto; text-align: center; height: 50vh; } .contact-feedback h2{ color: #de6666; padding-top: 2em; padding-bottom: 2em; } .contact-feedback > p{ color: #e27171; line-height: 1.5; } @media only screen and (max-width: 768px){ .form-wrapper{ width: 80%; } } @media only screen and (max-width: 375px), (max-width: 425px) { .form-wrapper{ display: block; width: 100%; margin: 0 auto 1.5em auto; } input[type=submit] { width: 100%; } .contact-feedback{ display: block; width: 80%; margin: auto; padding-top: 2em; padding-bottom: 2em; text-align: center; } .contact-feedback h2{ color: #de6666; padding-top: 1em; padding-bottom: 1em; line-height: 1.2; } .contact-feedback > p{ color: #e27171; padding-bottom: .5em; padding-top: .5em; line-height: 1.2; } }
0.265024
0.116111
v2.0 | 20110126 License: none (public domain) */ 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:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { width: 100%; font-family: 'Work Sans', sans-serif; color: black; background-color: #ecedee; } h1, h2, h3, h4, h5 { font-family: inherit; color: black; } h1 { font-size: 3.6rem; } h2 { font-size: 3rem; } h3 { font-size: 2.8rem; } p { font-size: 1.8rem; line-height: 1.4; } a { text-decoration: none; font-size: 1.8rem; color: black; } a:hover { color: red; } .textContainer { position: absolute; display: flex; flex-flow: row wrap; text-align: justify; justify-content: flex-start; width: 40%; } .container { display: flex; flex-direction: column; width: 100%; } /*Home Page*/ .navBar { position: fixed; width: 100%; margin: 0 auto; display: flex; z-index: 1; } @media (max-width:970px) { .navBar { background: none; position: relative; } } @media (max-width:501px) { .navBar { background: none; position: absolute; } } .navContain { display: flex; justify-content: space-between; width: 100%; margin: 2rem auto; padding: 0 5%; } @media (max-width:970px) { .navContain { flex-direction: column; justify-content: center; align-items: center; } } .navContain .navButtons { width: auto; display: flex; align-items: center; justify-content: space-around; } @media (max-width:501px) { .navContain .navButtons { visibility: hidden; } } .navContain a { padding: 0 2rem; } .logo { width: 20%; } @media (max-width:501px) { .logo { width: 40%; } } #homeNav { background: none; position: fixed; } .container { box-sizing: border-box; } .splash { background-color: #e0e0e0; background-image: url('../img/Back-splash-1.png'); display: flex; justify-content: center; align-items: center; padding: 20% 20%; height: auto; } @media (max-width:970px) { .splash { padding: 20% 5%; } } .splash .cta { background: #fffdfdad; border-radius: 5px; display: flex; flex-flow: column; justify-content: center; align-items: center; padding: 2% 8% 4%; height: auto; } @media (max-width:970px) { .splash .cta { background: none; margin-top: 5%; padding: 0; } } .splash #ctaText { text-align: center; width: 90%; padding: 5%; } .splash #getApp { font: inherit; font-size: 2rem; color: black; background: #B68F40; border-radius: 5px; font-weight: bold; width: 100%; padding: 5px 20px; } .splash #getApp:hover { background: #B6CCA1; color: black; border: 1px solid black; } /* step one styling */ .one { background: #e0e0e0; background-image: url('../img/step\ 1/Step-1-background.png'); background-repeat: no-repeat; background-size: 120%; } @media (max-width:1300px) { .one { background-image: url('../img/step\ 1/Step-1-background-nophone.png'); background-size: 180%; background-position: center; } } @media (max-width:950px) { .one { background-size: auto; background-position: bottom center; } } .one .sectionOneWrap { display: flex; flex-direction: row nowrap; justify-content: flex-end; padding: 2% 5%; margin: 0 auto; } @media (max-width:1300px) { .one .sectionOneWrap { justify-content: flex-start; } } @media (max-width:950px) { .one .sectionOneWrap { flex-direction: row-reverse; justify-content: flex-end; } } .one .textContainerOne { padding: 5%; width: 60%; line-height: 1.4; } @media (max-width:501px) { .one .textContainerOne { text-align: center; width: 100%; } } .one #oneSVG { width: 100%; transform: rotate(-90deg); } @media (max-width:1300px) { .one #oneSVG { transform: rotate(0); } } @media (max-width:501px) { .one #oneSVG { display: none; } } .one #stepOneButton { font: inherit; font-size: 2rem; color: black; background: #B68F40; border-radius: 5px; font-weight: bold; width: 100%; padding: 5px 20px; } .one #stepOneButton:hover { background: #B6CCA1; color: black; border: 1px solid black; } /* step Two Styling */ .two { box-sizing: border-box; background: #B6CCA1; background-image: url('../img/SVGNumbers/two.svg'); background-repeat: no-repeat; background-position: right; } .two .containerTwo { display: flex; flex-flow: row nowrap; align-items: flex-end; justify-items: space-between; } .two .textContainerTwo { padding: 2%; margin: 5%; } @media (max-width:501px) { .two .textContainerTwo { background: #fffdfdad; border-radius: 5px; text-align: center; } } .two .stepTwo Image { position: absolute; z-index: 4; padding: 1% 1% 0; } .two #ipad { width: 70%; } @media (max-width:970px) { .two #ipad { display: none; } } /* Step Three Styling */ .three { background: #30011E; background-image: url('../img/Step\ 3/step-3-alt.jpg'); background-position: bottom right; color: #ecedee; padding: 5%; } .three h1 { color: #ecedee; } .three .stepThreeContainer { display: flex; flex-flow: Row nowrap; align-items: center; justify-content: space-around; margin: 0 auto; } @media (max-width:970px) { .three .stepThreeContainer { flex-flow: column nowrap; } } .three #threeSVG { width: 200%; } @media (max-width:970px) { .three #threeSVG { transform: rotate(-45deg); } } .three .textWrap { display: flex; justify-content: center; } .three .textBox { width: 70%; text-align: center; } .three .textBox p { padding: 10px; } .foot { display: flex; background: #ecedee; width: 100%; padding: 1%; } .footer-social-icons { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1% 0; width: 500px; margin: 0 auto; } .footer-social-icons .social-icon { color: #545454; } .footer-social-icons ul.social-icons { margin-top: 10px; } .footer-social-icons .social-icons span { vertical-align: top; height: 5%; } .footer-social-icons .social-icons a { color: #fff; text-decoration: none; } .footer-social-icons .fa-facebook { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-facebook:hover { background-color: #3d5b99; } .footer-social-icons .fa-twitter { padding: 10px 12px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-twitter:hover { background-color: #00aced; } .footer-social-icons .fa-rss { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-rss:hover { background-color: #eb8231; } .footer-social-icons .fa-youtube { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-youtube:hover { background-color: #e64a41; } .footer-social-icons .fa-linkedin { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-linkedin:hover { background-color: #0073a4; } .footer-social-icons .fa-google-plus { padding: 10px 9px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-google-plus:hover { background-color: #e25714; } /* About Page */ .navBar { position: initial; } html { background: url(../img/About\ Photos/AboutBG1.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .about--us { display: flex; width: 100%; padding: 0 5%; margin: 4% auto; align-content: center; justify-content: center; } .about--us p { padding: 0 2%; } .about--team { padding: 0 5%; display: flex; } @media (max-width:501px) { } .about--team img { width: 100%; } /*Login Page */ /* Bordered form */ .formWrap { padding: 15%; margin: 0 auto; width: 70%; /* Full-width inputs */ /* Set a style for all buttons */ /* Extra style for the cancel button (red) */ /* Add padding to containers */ /* under Login spacing */ /* Change styles for span and cancel button on extra small screens */ } @media (max-width:970px) { .formWrap { padding: 0; } } @media (max-width:501px) { .formWrap { width: 100%; padding: 15% 2%; } } .formWrap .loginForm { font: inherit; font-size: 2rem; color: black; border: 3px solid black; } .formWrap input[type=text], .formWrap input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } .formWrap button { font: inherit; font-size: 2rem; color: black; background-color: #30011E; color: #ecedee; padding: 14px 20px; margin: 8px auto; border: none; cursor: pointer; width: 80%; align-self: center; } .formWrap button:hover { opacity: 0.8; background-color: #B6CCA1; } .formWrap .cancelbtn { width: 80%; padding: 10px 18px; background-color: #f44336; } .formWrap .container { padding: 5%; } .formWrap .underLogin { display: flex; justify-content: space-between; } @media (max-width:501px) { .formWrap span.psw { display: block; float: none; } .formWrap button { width: 100%; } .formWrap .cancelbtn { width: 100%; } }
css/index.css
v2.0 | 20110126 License: none (public domain) */ 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:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { width: 100%; font-family: 'Work Sans', sans-serif; color: black; background-color: #ecedee; } h1, h2, h3, h4, h5 { font-family: inherit; color: black; } h1 { font-size: 3.6rem; } h2 { font-size: 3rem; } h3 { font-size: 2.8rem; } p { font-size: 1.8rem; line-height: 1.4; } a { text-decoration: none; font-size: 1.8rem; color: black; } a:hover { color: red; } .textContainer { position: absolute; display: flex; flex-flow: row wrap; text-align: justify; justify-content: flex-start; width: 40%; } .container { display: flex; flex-direction: column; width: 100%; } /*Home Page*/ .navBar { position: fixed; width: 100%; margin: 0 auto; display: flex; z-index: 1; } @media (max-width:970px) { .navBar { background: none; position: relative; } } @media (max-width:501px) { .navBar { background: none; position: absolute; } } .navContain { display: flex; justify-content: space-between; width: 100%; margin: 2rem auto; padding: 0 5%; } @media (max-width:970px) { .navContain { flex-direction: column; justify-content: center; align-items: center; } } .navContain .navButtons { width: auto; display: flex; align-items: center; justify-content: space-around; } @media (max-width:501px) { .navContain .navButtons { visibility: hidden; } } .navContain a { padding: 0 2rem; } .logo { width: 20%; } @media (max-width:501px) { .logo { width: 40%; } } #homeNav { background: none; position: fixed; } .container { box-sizing: border-box; } .splash { background-color: #e0e0e0; background-image: url('../img/Back-splash-1.png'); display: flex; justify-content: center; align-items: center; padding: 20% 20%; height: auto; } @media (max-width:970px) { .splash { padding: 20% 5%; } } .splash .cta { background: #fffdfdad; border-radius: 5px; display: flex; flex-flow: column; justify-content: center; align-items: center; padding: 2% 8% 4%; height: auto; } @media (max-width:970px) { .splash .cta { background: none; margin-top: 5%; padding: 0; } } .splash #ctaText { text-align: center; width: 90%; padding: 5%; } .splash #getApp { font: inherit; font-size: 2rem; color: black; background: #B68F40; border-radius: 5px; font-weight: bold; width: 100%; padding: 5px 20px; } .splash #getApp:hover { background: #B6CCA1; color: black; border: 1px solid black; } /* step one styling */ .one { background: #e0e0e0; background-image: url('../img/step\ 1/Step-1-background.png'); background-repeat: no-repeat; background-size: 120%; } @media (max-width:1300px) { .one { background-image: url('../img/step\ 1/Step-1-background-nophone.png'); background-size: 180%; background-position: center; } } @media (max-width:950px) { .one { background-size: auto; background-position: bottom center; } } .one .sectionOneWrap { display: flex; flex-direction: row nowrap; justify-content: flex-end; padding: 2% 5%; margin: 0 auto; } @media (max-width:1300px) { .one .sectionOneWrap { justify-content: flex-start; } } @media (max-width:950px) { .one .sectionOneWrap { flex-direction: row-reverse; justify-content: flex-end; } } .one .textContainerOne { padding: 5%; width: 60%; line-height: 1.4; } @media (max-width:501px) { .one .textContainerOne { text-align: center; width: 100%; } } .one #oneSVG { width: 100%; transform: rotate(-90deg); } @media (max-width:1300px) { .one #oneSVG { transform: rotate(0); } } @media (max-width:501px) { .one #oneSVG { display: none; } } .one #stepOneButton { font: inherit; font-size: 2rem; color: black; background: #B68F40; border-radius: 5px; font-weight: bold; width: 100%; padding: 5px 20px; } .one #stepOneButton:hover { background: #B6CCA1; color: black; border: 1px solid black; } /* step Two Styling */ .two { box-sizing: border-box; background: #B6CCA1; background-image: url('../img/SVGNumbers/two.svg'); background-repeat: no-repeat; background-position: right; } .two .containerTwo { display: flex; flex-flow: row nowrap; align-items: flex-end; justify-items: space-between; } .two .textContainerTwo { padding: 2%; margin: 5%; } @media (max-width:501px) { .two .textContainerTwo { background: #fffdfdad; border-radius: 5px; text-align: center; } } .two .stepTwo Image { position: absolute; z-index: 4; padding: 1% 1% 0; } .two #ipad { width: 70%; } @media (max-width:970px) { .two #ipad { display: none; } } /* Step Three Styling */ .three { background: #30011E; background-image: url('../img/Step\ 3/step-3-alt.jpg'); background-position: bottom right; color: #ecedee; padding: 5%; } .three h1 { color: #ecedee; } .three .stepThreeContainer { display: flex; flex-flow: Row nowrap; align-items: center; justify-content: space-around; margin: 0 auto; } @media (max-width:970px) { .three .stepThreeContainer { flex-flow: column nowrap; } } .three #threeSVG { width: 200%; } @media (max-width:970px) { .three #threeSVG { transform: rotate(-45deg); } } .three .textWrap { display: flex; justify-content: center; } .three .textBox { width: 70%; text-align: center; } .three .textBox p { padding: 10px; } .foot { display: flex; background: #ecedee; width: 100%; padding: 1%; } .footer-social-icons { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1% 0; width: 500px; margin: 0 auto; } .footer-social-icons .social-icon { color: #545454; } .footer-social-icons ul.social-icons { margin-top: 10px; } .footer-social-icons .social-icons span { vertical-align: top; height: 5%; } .footer-social-icons .social-icons a { color: #fff; text-decoration: none; } .footer-social-icons .fa-facebook { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-facebook:hover { background-color: #3d5b99; } .footer-social-icons .fa-twitter { padding: 10px 12px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-twitter:hover { background-color: #00aced; } .footer-social-icons .fa-rss { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-rss:hover { background-color: #eb8231; } .footer-social-icons .fa-youtube { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-youtube:hover { background-color: #e64a41; } .footer-social-icons .fa-linkedin { padding: 10px 14px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-linkedin:hover { background-color: #0073a4; } .footer-social-icons .fa-google-plus { padding: 10px 9px; -o-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; background-color: #ecedee; } .footer-social-icons .fa-google-plus:hover { background-color: #e25714; } /* About Page */ .navBar { position: initial; } html { background: url(../img/About\ Photos/AboutBG1.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .about--us { display: flex; width: 100%; padding: 0 5%; margin: 4% auto; align-content: center; justify-content: center; } .about--us p { padding: 0 2%; } .about--team { padding: 0 5%; display: flex; } @media (max-width:501px) { } .about--team img { width: 100%; } /*Login Page */ /* Bordered form */ .formWrap { padding: 15%; margin: 0 auto; width: 70%; /* Full-width inputs */ /* Set a style for all buttons */ /* Extra style for the cancel button (red) */ /* Add padding to containers */ /* under Login spacing */ /* Change styles for span and cancel button on extra small screens */ } @media (max-width:970px) { .formWrap { padding: 0; } } @media (max-width:501px) { .formWrap { width: 100%; padding: 15% 2%; } } .formWrap .loginForm { font: inherit; font-size: 2rem; color: black; border: 3px solid black; } .formWrap input[type=text], .formWrap input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } .formWrap button { font: inherit; font-size: 2rem; color: black; background-color: #30011E; color: #ecedee; padding: 14px 20px; margin: 8px auto; border: none; cursor: pointer; width: 80%; align-self: center; } .formWrap button:hover { opacity: 0.8; background-color: #B6CCA1; } .formWrap .cancelbtn { width: 80%; padding: 10px 18px; background-color: #f44336; } .formWrap .container { padding: 5%; } .formWrap .underLogin { display: flex; justify-content: space-between; } @media (max-width:501px) { .formWrap span.psw { display: block; float: none; } .formWrap button { width: 100%; } .formWrap .cancelbtn { width: 100%; } }
0.441432
0.076236
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900"); /* Massively by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ 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; vertical-align: baseline; } 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:before, blockquote:after, q:before, q:after { content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Box Model */ *, *:before, *:after { box-sizing: border-box; } /* Basic */ @media screen and (max-width: 480px) { html, body { min-width: 320px; } } body { background-color: #1e252d; } body.is-loading *, body.is-loading *:before, body.is-loading *:after { animation: none !important; transition: none !important; } /* Type */ html { font-size: 16pt; } @media screen and (max-width: 1680px) { html { font-size: 12pt; } } @media screen and (max-width: 1280px) { html { font-size: 11pt; } } @media screen and (max-width: 360px) { html { font-size: 10pt; } } body { color: var(--main-bg-color); } body, input, select, textarea { font-family: "Merriweather", Georgia, serif; font-weight: 300; font-size: 1rem; line-height: 2.375; } a { transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; border-bottom: dotted 1px; text-decoration: none; } a:hover { border-bottom-color: transparent; } strong, b { font-weight: 600; } em, i { font-style: italic; } p { text-align: justify; margin: 0 0 2rem 0; } h1, h2, h3, h4, h5, h6, figcaption { font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight: 900; line-height: 1.5; letter-spacing: 0.075em; text-transform: uppercase; margin: 0 0 1rem 0; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom: 0; color: inherit; text-decoration: none; } h1 { font-size: 4rem; line-height: 1.1; margin: 0 0 2rem 0; } h2 { font-size: 1.75rem; line-height: 1.3; margin: 0 0 1.5rem 0; } h3 { font-size: 1.25rem; margin: 0 0 1.5rem 0; } h4 { font-size: 1rem; } h5 { font-size: 0.9rem; } h6 { font-size: 0.8rem; } figure { display: inline-block; } figure img { vertical-align: top; } figure figcaption { text-align: center; } sub { font-size: 0.8rem; position: relative; top: 0.5rem; } sup { font-size: 0.8rem; position: relative; top: -0.5rem; } blockquote { border-left: solid 4px; font-style: italic; margin: 0 0 2rem 0; padding: 0.5rem 0 0.5rem 2rem; } code { border: solid 2px; font-family: "Courier New", monospace; font-size: 0.9rem; margin: 0 0.25rem; padding: 0.25rem 0.65rem; } pre { font-family: "Courier New", monospace; font-size: 0.9rem; margin: 0 0 2rem 0; } pre code { display: block; line-height: 1.75; padding: 1rem 1.5rem; overflow-x: auto; } hr { border: 0; border-bottom: solid 2px; margin: 3rem 0; } hr.major { margin: 5rem 0; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } input, select, textarea { color: var(--main-bg-color); } a { color: var(--main-bg-color); border-bottom-color: rgba(33, 41, 49, 0.5); } a:hover { border-bottom-color: transparent; color: #18bfef !important; } strong, b { color: var(--main-bg-color); } h1, h2, h3, h4, h5, h6 { color: var(--main-bg-color); } blockquote { border-left-color: #eeeeee; } code { background: rgba(220, 220, 220, 0.25); border-color: #eeeeee; } hr { border-bottom-color: #eeeeee; } /* Box */ .box { border: solid 2px; margin-bottom: 2rem; padding: 1.5rem; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } .box { border-color: #eeeeee; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { font-family: FontAwesome, serif; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } /* Image */ .image { border: 0; display: inline-block; position: relative; } .image img { display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; margin: 0 2rem 2rem 0; top: 0.75rem; } .image.right { float: right; margin: 0 0 2rem 2rem; top: 0.75rem; } .image.fit { display: block; margin: 2.5rem 0; width: 100%; } .image.fit:first-child { margin-top: 0; } .image.fit img { width: 100%; } .image.main { display: block; margin: 4rem 0; width: 100%; } .image.main:first-child { margin-top: 0; } .image.main img { width: 100%; } @media screen and (max-width: 736px) { .image.fit { margin: 2rem 0; } .image.main { margin: 2rem 0; } } a.image { overflow: hidden; } a.image img { transition: transform 0.2s ease-out; } a.image:hover img { transform: scale(1.05); } /* List */ ol { list-style: decimal; margin: 0 0 2rem 0; padding-left: 1.25rem; } ol li { padding-left: 0.25rem; } ul { list-style: disc; margin: 0 0 2rem 0; padding-left: 1rem; } ul li { padding-left: 0.5rem; } ul.divided { list-style: none; padding-left: 0; } ul.divided li { border-top: solid 1px; padding: 0.5rem 0; } ul.divided li:first-child { border-top: 0; padding-top: 0; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 0.5rem 0 0; vertical-align: middle; } ul.icons li:last-child { padding-right: 0; } ul.icons li .icon:before { width: 2.25rem; height: 2.25rem; line-height: 2.25rem; display: inline-block; text-align: center; border-radius: 100%; font-size: 1.25rem; } ul.icons.alt li .icon:before { transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; font-size: 1rem; } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1rem 0 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.small li { padding: 0 0.5rem 0 0; } ul.actions.vertical li { display: block; padding: 1rem 0 0 0; } ul.actions.vertical li:first-child { padding-top: 0; } ul.actions.vertical li > * { margin-bottom: 0; } ul.actions.vertical.small li { padding: 0.5rem 0 0 0; } ul.actions.vertical.small li:first-child { padding-top: 0; } ul.actions.fit { display: table; margin-left: -1rem; padding: 0; table-layout: fixed; width: calc(100% + 1rem); } ul.actions.fit li { display: table-cell; padding: 0 0 0 1rem; } ul.actions.fit li > * { margin-bottom: 0; } ul.actions.fit.small { margin-left: -0.5rem; width: calc(100% + 0.5rem); } ul.actions.fit.small li { padding: 0 0 0 0.5rem; } @media screen and (max-width: 480px) { ul.actions { margin: 0 0 2rem 0; } ul.actions li { padding: 1rem 0 0 0; display: block; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { width: 100%; margin: 0 !important; } ul.actions li > *.icon:before { margin-left: -2rem; } ul.actions.small li { padding: 0.5rem 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } } dl { margin: 0 0 2rem 0; } dl dt { display: block; font-weight: 600; margin: 0 0 1rem 0; } dl dd { margin-left: 2rem; } ul.divided li { border-top-color: #eeeeee; } ul.icons li a.icon:hover:before { color: #18bfef; } ul.icons.alt li .icon:before { box-shadow: inset 0 0 0 2px #eeeeee; } ul.icons.alt li a.icon:hover:before { box-shadow: inset 0 0 0 2px #18bfef; } /* Section/Article */ section.special, article.special { text-align: center; } header { cursor: default; } header > .date { display: block; font-size: 0.8rem; height: 1rem; margin: 0 0 1rem 0; position: relative; } header > p { font-style: italic; } header > h1 + p { font-size: 1.1rem; margin-top: -0.5rem; line-height: 2; } header > h2 + p { font-size: 1rem; margin-top: -0.75rem; } header > h3 + p { font-size: 0.9rem; margin-top: -0.75rem; } header > h4 + p { font-size: 0.8rem; margin-top: -0.75rem; } header.major { margin: 0 0 4rem 0; text-align: center; } header.major > :last-child { margin-bottom: 0; } header.major > p { margin-top: 0; text-align: center; } header.major > .date { font-size: 1rem; margin: 0 0 4rem 0; } header.major > .date:before, header.major > .date:after { content: ''; display: block; position: absolute; top: 50%; width: calc(50% - 6rem); border-top: solid 2px; } header.major > .date:before { left: 0; } header.major > .date:after { right: 0; } @media screen and (max-width: 980px) { header br { display: none; } } @media screen and (max-width: 736px) { header.major { margin: 0 0 2rem 0; } } header.major .date:before, header.major .date:after { border-top-color: #eeeeee; } /* Table */ .table-wrapper { overflow-x: auto; } table { margin: 0 0 2rem 0; width: 100%; } table tbody tr { border: solid 1px; border-left: 0; border-right: 0; } table td { padding: 0.75rem 0.75rem; } table th { font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 0.8rem; font-weight: 900; letter-spacing: 0.075em; line-height: 1.5; padding: 0 0.75rem 0.75rem 0.75rem; text-align: left; text-transform: uppercase; } @media screen and (max-width: 980px) { table th { font-size: 0.9rem; } } table thead { border-bottom: solid 2px; } table tfoot { border-top: solid 2px; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } table tbody tr { border-color: #eeeeee; } table tbody tr:nth-child(2n + 1) { background-color: rgba(220, 220, 220, 0.25); } table th { color: var(--main-bg-color); } table thead { border-bottom-color: #eeeeee; } table tfoot { border-top-color: #eeeeee; } table.alt tbody tr td { border-color: #eeeeee; } /* Pagination */ .pagination { display: inline-flex; user-select: none; cursor: default; list-style: none; margin: 0 0 2rem 2px; padding: 0; } .pagination a, .pagination span { transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; border: solid 2px; display: inline-block; font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 0.8rem; font-weight: 900; height: 3rem; letter-spacing: 0.075em; line-height: calc(3rem - 4px); margin-left: -2px; min-width: 3rem; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; } .pagination .next, .pagination .previous { text-decoration: none; padding: 0 1.75rem; } .pagination .next:before, .pagination .previous:before { font-family: FontAwesome, serif; font-style: normal; font-weight: normal; text-transform: none !important; } .pagination .next:before, .pagination .previous:before { display: inline-block; color: inherit !important; } .pagination .previous:before { content: '\f104'; margin-right: 0.9375em; } .pagination .next:before { content: '\f105'; float: right; margin-left: 0.9375em; } @media screen and (max-width: 980px) { .pagination a, .pagination span { font-size: 0.9rem; } } @media screen and (max-width: 480px) { .pagination .page, .pagination .extra { display: none; } } .pagination a, .pagination span { border-color: #eeeeee; } .pagination a { color: var(--main-bg-color) !important; } .pagination a:hover { color: #18bfef !important; border-color: #18bfef; z-index: 1; } .pagination a:hover + a, .pagination a:hover + span { border-left-color: #18bfef; } .pagination a.active { background-color: #eeeeee; } .pagination span { color: #eeeeee; } /* Wrapper */ #wrapper { transition: opacity 0.5s ease; position: relative; z-index: 1; overflow: hidden; } #wrapper > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--main-bg-color); background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.250.png"); background-size: auto, auto, 100% auto; background-position: center, center, top center; background-repeat: repeat, no-repeat, no-repeat; background-attachment: scroll, scroll, scroll; z-index: -1; } #wrapper > .bg.fixed { position: fixed; width: 100vw; height: 100vh; } #wrapper.fade-in:before { pointer-events: none; transition: opacity 1s ease-in-out; transition-delay: 0.75s; background: #1e252d; content: ''; display: block; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; width: 100%; } body.is-loading #wrapper.fade-in:before { opacity: 1; } @media screen and (orientation: portrait) { #wrapper > .bg { background-size: auto, auto, auto 175%; } } /* Intro */ #intro { color: var(--main-fg-color); padding: 8rem 4rem 6rem 4rem; align-items: center; display: flex; flex-direction: column; justify-content: flex-end; transition: opacity 1s ease, transform 1s ease; position: relative; cursor: default; text-align: center; z-index: 1; min-height: 100vh; } #intro input, #intro select, #intro textarea { color: var(--main-fg-color); } #intro a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #intro a:hover { border-bottom-color: transparent; color: #18bfef !important; } #intro strong, #intro b { color: var(--main-fg-color); } #intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 { color: var(--main-fg-color); } #intro blockquote { border-left-color: var(--main-fg-color); } #intro code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #intro hr { border-bottom-color: var(--main-fg-color); } #intro input[type="submit"], #intro input[type="reset"], #intro input[type="button"], #intro button, #intro .button { background-color: transparent; box-shadow: inset 0 0 0 2px var(--main-fg-color); color: var(--main-fg-color) !important; } #intro input[type="submit"]:hover, #intro input[type="reset"]:hover, #intro input[type="button"]:hover, #intro button:hover, #intro .button:hover { box-shadow: inset 0 0 0 2px #18bfef; color: #18bfef !important; } #intro input[type="submit"].special, #intro input[type="reset"].special, #intro input[type="button"].special, #intro button.special, #intro .button.special { background-color: var(--main-fg-color); box-shadow: none; color: #1e252d !important; } #intro input[type="submit"].special:hover, #intro input[type="reset"].special:hover, #intro input[type="button"].special:hover, #intro button.special:hover, #intro .button.special:hover { background-color: #18bfef; } #intro h1 { font-size: 5rem; line-height: 1; } #intro p { font-size: 1.25rem; font-style: italic; margin-top: -0.25rem; text-align: center; } #intro + #header { margin-top: -20rem; } #intro + #header .logo { transform: translateY(2rem); opacity: 0; visibility: hidden; } #intro.hidden { pointer-events: none; transform: translateY(2rem); transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s; opacity: 0; visibility: hidden; } #intro.hidden + #header .logo { transform: translateY(0); opacity: 1; visibility: visible; } body.is-loading #intro { transform: translateY(2rem); opacity: 0; } body.is-loading #intro:not(.hidden) + #header + #nav { transform: translateY(4rem); opacity: 0; } @media screen and (max-width: 980px) { #intro { padding: 4rem 4rem 2rem 4rem; min-height: 90vh; } #intro p br { display: none; } #intro + #header { margin-top: -14rem; } } @media screen and (max-width: 736px) { #intro { padding: 3rem 2rem 1rem 2rem; min-height: 80vh; } #intro h1 { font-size: 3.25rem; line-height: 1.1; margin-bottom: 1rem; } #intro p { font-size: 1rem; margin-top: 0; } #intro .actions { display: none; } } /* Header */ #header { color: var(--main-fg-color); align-items: center; display: flex; flex-direction: column; justify-content: flex-end; pointer-events: none; user-select: none; height: 20rem; padding-bottom: 8rem; position: relative; text-align: center; z-index: 2; } #header input, #header select, #header textarea { color: var(--main-fg-color); } #header a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #header a:hover { border-bottom-color: transparent; color: #18bfef !important; } #header strong, #header b { color: var(--main-fg-color); } #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { color: var(--main-fg-color); } #header blockquote { border-left-color: var(--main-fg-color); } #header code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #header hr { border-bottom-color: var(--main-fg-color); } #header .logo { transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s; pointer-events: auto; border-style: solid; border-color: var(--main-fg-color); border-width: 5px !important; font-family: Pacifico, "Source Sans Pro", Helvetica, sans-serif; font-size: 2.25rem; font-weight: 400; letter-spacing: 0.075em; line-height: 1; padding: 1rem 1.75rem; visibility: visible; } #header .logo:hover { border-color: #18bfef !important; color: #18bfef !important; } @media screen and (max-width: 980px) { #header { height: 14rem; padding-bottom: 4rem; } } @media screen and (max-width: 736px) { #header { padding-bottom: 3rem; } #header .logo { font-size: 1.75rem; border-width: 3px !important; } } /* Nav */ #nav { color: var(--main-fg-color); display: flex; transition: transform 1s ease, opacity 1s ease; background: rgba(255, 255, 255, 0.175); height: 4rem; line-height: 4rem; margin: -4rem auto 0 auto; overflow: hidden; padding: 0 2rem 0 0; position: relative; width: calc(100% - 4rem); max-width: 72rem; z-index: 2; } #nav ul.divided li { border-top-color: var(--main-fg-color); } #nav ul.icons li a.icon:hover:before { color: #18bfef; } #nav ul.icons.alt li .icon:before { box-shadow: inset 0 0 0 2px var(--main-fg-color); } #nav ul.icons.alt li a.icon:hover:before { box-shadow: inset 0 0 0 2px #18bfef; } #nav input, #nav select, #nav textarea { color: var(--main-fg-color); } #nav a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #nav a:hover { border-bottom-color: transparent; color: #18bfef !important; } #nav strong, #nav b { color: var(--main-fg-color); } #nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 { color: var(--main-fg-color); } #nav blockquote { border-left-color: var(--main-fg-color); } #nav code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #nav hr { border-bottom-color: var(--main-fg-color); } #nav ul.links { display: flex; flex-grow: 1; flex-shrink: 1; font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight: 900; letter-spacing: 0.075em; list-style: none; margin-bottom: 0; padding-left: 0; text-transform: uppercase; } #nav ul.links li { display: block; padding-left: 0; } #nav ul.links li a { transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; display: block; font-size: 0.8rem; outline: none; padding: 0 2rem; } #nav ul.links li a:hover { color: inherit !important; background-color: rgba(255, 255, 255, 0.1); } #nav ul.links li.active { background-color: var(--main-fg-color); } #nav ul.links li.active a { color: #1e252d; } #nav ul.links li.active a:hover { color: #18bfef !important; } #nav ul.icons { flex-grow: 0; flex-shrink: 0; margin-bottom: 0; } @media screen and (max-width: 980px) { #nav { display: none; } } /* Main */ #main { background-color: var(--main-fg-color); position: relative; margin: 0 auto; width: calc(100% - 4rem); max-width: 72rem; z-index: 2; } #main > * { padding: 4rem 4rem 2rem 4rem; border-top: solid 2px #eeeeee; margin: 0; } #main > *:first-child { border-top: 0; } #main > footer { text-align: center; } #main > .post { padding: 8rem 8rem 6rem 8rem; } #main > .post header.major > .date { margin-top: -2rem; } #main > .post header.major > h1, #main > .post header.major h2 { font-size: 4rem; line-height: 1.1; margin: 0 0 2rem 0; } #main > .post.featured { text-align: center; } @media screen and (max-width: 1280px) { #main > .post { padding: 6rem 4rem 4rem 4rem; } } @media screen and (max-width: 736px) { #main > .post { padding: 4rem 2rem 2rem 2rem; } #main > .post header.major > .date { margin-top: -1rem; margin-bottom: 2rem; } #main > .post header.major > h1, #main > .post header.major h2 { font-size: 2.5rem; line-height: 1.2; margin: 0 0 1.5rem 0; } } #main > .posts { display: flex; flex-wrap: wrap; align-items: stretch; text-align: center; width: 100%; padding: 0; } #main > .posts > * { flex-shrink: 1; flex-grow: 0; } #main > .posts > * { width: 50%; } #main > .posts > * { padding: 4rem; width: 50%; } #main > .posts > article { border-color: #eeeeee; border-left-width: 2px; border-style: solid; border-top-width: 2px; text-align: center; } #main > .posts > article > :last-child { margin-bottom: 0; } #main > .posts > article:nth-child(2n - 1) { border-left-width: 0; } #main > .posts > article:nth-child(-n + 2) { border-top-width: 0; } @media screen and (max-width: 980px) { #main > .posts > * { width: 50%; } #main > .posts > * { padding: 2.5rem; width: 50%; } } @media screen and (max-width: 736px) { #main > .posts > * { width: 100%; } #main > .posts > * { padding: 2rem; width: 100%; } #main > .posts > article:nth-child(2n - 1) { border-left-width: 2px; } #main > .posts > article:nth-child(-n + 2) { border-top-width: 2px; } #main > .posts > article:nth-child(n) { border-left-width: 0; } #main > .posts > article:nth-child(-n + 1) { border-top-width: 0; } #main > .posts > article .image { max-width: 25rem; margin-left: auto; margin-right: auto; } } @media screen and (max-width: 736px) { #main > * { padding: 2rem 2rem 0.1rem 2rem; } } @media screen and (max-width: 480px) { #main { width: 100%; } }
assets/css/main.css
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900"); /* Massively by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ 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; vertical-align: baseline; } 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:before, blockquote:after, q:before, q:after { content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Box Model */ *, *:before, *:after { box-sizing: border-box; } /* Basic */ @media screen and (max-width: 480px) { html, body { min-width: 320px; } } body { background-color: #1e252d; } body.is-loading *, body.is-loading *:before, body.is-loading *:after { animation: none !important; transition: none !important; } /* Type */ html { font-size: 16pt; } @media screen and (max-width: 1680px) { html { font-size: 12pt; } } @media screen and (max-width: 1280px) { html { font-size: 11pt; } } @media screen and (max-width: 360px) { html { font-size: 10pt; } } body { color: var(--main-bg-color); } body, input, select, textarea { font-family: "Merriweather", Georgia, serif; font-weight: 300; font-size: 1rem; line-height: 2.375; } a { transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; border-bottom: dotted 1px; text-decoration: none; } a:hover { border-bottom-color: transparent; } strong, b { font-weight: 600; } em, i { font-style: italic; } p { text-align: justify; margin: 0 0 2rem 0; } h1, h2, h3, h4, h5, h6, figcaption { font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight: 900; line-height: 1.5; letter-spacing: 0.075em; text-transform: uppercase; margin: 0 0 1rem 0; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { border-bottom: 0; color: inherit; text-decoration: none; } h1 { font-size: 4rem; line-height: 1.1; margin: 0 0 2rem 0; } h2 { font-size: 1.75rem; line-height: 1.3; margin: 0 0 1.5rem 0; } h3 { font-size: 1.25rem; margin: 0 0 1.5rem 0; } h4 { font-size: 1rem; } h5 { font-size: 0.9rem; } h6 { font-size: 0.8rem; } figure { display: inline-block; } figure img { vertical-align: top; } figure figcaption { text-align: center; } sub { font-size: 0.8rem; position: relative; top: 0.5rem; } sup { font-size: 0.8rem; position: relative; top: -0.5rem; } blockquote { border-left: solid 4px; font-style: italic; margin: 0 0 2rem 0; padding: 0.5rem 0 0.5rem 2rem; } code { border: solid 2px; font-family: "Courier New", monospace; font-size: 0.9rem; margin: 0 0.25rem; padding: 0.25rem 0.65rem; } pre { font-family: "Courier New", monospace; font-size: 0.9rem; margin: 0 0 2rem 0; } pre code { display: block; line-height: 1.75; padding: 1rem 1.5rem; overflow-x: auto; } hr { border: 0; border-bottom: solid 2px; margin: 3rem 0; } hr.major { margin: 5rem 0; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } input, select, textarea { color: var(--main-bg-color); } a { color: var(--main-bg-color); border-bottom-color: rgba(33, 41, 49, 0.5); } a:hover { border-bottom-color: transparent; color: #18bfef !important; } strong, b { color: var(--main-bg-color); } h1, h2, h3, h4, h5, h6 { color: var(--main-bg-color); } blockquote { border-left-color: #eeeeee; } code { background: rgba(220, 220, 220, 0.25); border-color: #eeeeee; } hr { border-bottom-color: #eeeeee; } /* Box */ .box { border: solid 2px; margin-bottom: 2rem; padding: 1.5rem; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } .box { border-color: #eeeeee; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { font-family: FontAwesome, serif; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } /* Image */ .image { border: 0; display: inline-block; position: relative; } .image img { display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; margin: 0 2rem 2rem 0; top: 0.75rem; } .image.right { float: right; margin: 0 0 2rem 2rem; top: 0.75rem; } .image.fit { display: block; margin: 2.5rem 0; width: 100%; } .image.fit:first-child { margin-top: 0; } .image.fit img { width: 100%; } .image.main { display: block; margin: 4rem 0; width: 100%; } .image.main:first-child { margin-top: 0; } .image.main img { width: 100%; } @media screen and (max-width: 736px) { .image.fit { margin: 2rem 0; } .image.main { margin: 2rem 0; } } a.image { overflow: hidden; } a.image img { transition: transform 0.2s ease-out; } a.image:hover img { transform: scale(1.05); } /* List */ ol { list-style: decimal; margin: 0 0 2rem 0; padding-left: 1.25rem; } ol li { padding-left: 0.25rem; } ul { list-style: disc; margin: 0 0 2rem 0; padding-left: 1rem; } ul li { padding-left: 0.5rem; } ul.divided { list-style: none; padding-left: 0; } ul.divided li { border-top: solid 1px; padding: 0.5rem 0; } ul.divided li:first-child { border-top: 0; padding-top: 0; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 0.5rem 0 0; vertical-align: middle; } ul.icons li:last-child { padding-right: 0; } ul.icons li .icon:before { width: 2.25rem; height: 2.25rem; line-height: 2.25rem; display: inline-block; text-align: center; border-radius: 100%; font-size: 1.25rem; } ul.icons.alt li .icon:before { transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; font-size: 1rem; } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1rem 0 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.small li { padding: 0 0.5rem 0 0; } ul.actions.vertical li { display: block; padding: 1rem 0 0 0; } ul.actions.vertical li:first-child { padding-top: 0; } ul.actions.vertical li > * { margin-bottom: 0; } ul.actions.vertical.small li { padding: 0.5rem 0 0 0; } ul.actions.vertical.small li:first-child { padding-top: 0; } ul.actions.fit { display: table; margin-left: -1rem; padding: 0; table-layout: fixed; width: calc(100% + 1rem); } ul.actions.fit li { display: table-cell; padding: 0 0 0 1rem; } ul.actions.fit li > * { margin-bottom: 0; } ul.actions.fit.small { margin-left: -0.5rem; width: calc(100% + 0.5rem); } ul.actions.fit.small li { padding: 0 0 0 0.5rem; } @media screen and (max-width: 480px) { ul.actions { margin: 0 0 2rem 0; } ul.actions li { padding: 1rem 0 0 0; display: block; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { width: 100%; margin: 0 !important; } ul.actions li > *.icon:before { margin-left: -2rem; } ul.actions.small li { padding: 0.5rem 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } } dl { margin: 0 0 2rem 0; } dl dt { display: block; font-weight: 600; margin: 0 0 1rem 0; } dl dd { margin-left: 2rem; } ul.divided li { border-top-color: #eeeeee; } ul.icons li a.icon:hover:before { color: #18bfef; } ul.icons.alt li .icon:before { box-shadow: inset 0 0 0 2px #eeeeee; } ul.icons.alt li a.icon:hover:before { box-shadow: inset 0 0 0 2px #18bfef; } /* Section/Article */ section.special, article.special { text-align: center; } header { cursor: default; } header > .date { display: block; font-size: 0.8rem; height: 1rem; margin: 0 0 1rem 0; position: relative; } header > p { font-style: italic; } header > h1 + p { font-size: 1.1rem; margin-top: -0.5rem; line-height: 2; } header > h2 + p { font-size: 1rem; margin-top: -0.75rem; } header > h3 + p { font-size: 0.9rem; margin-top: -0.75rem; } header > h4 + p { font-size: 0.8rem; margin-top: -0.75rem; } header.major { margin: 0 0 4rem 0; text-align: center; } header.major > :last-child { margin-bottom: 0; } header.major > p { margin-top: 0; text-align: center; } header.major > .date { font-size: 1rem; margin: 0 0 4rem 0; } header.major > .date:before, header.major > .date:after { content: ''; display: block; position: absolute; top: 50%; width: calc(50% - 6rem); border-top: solid 2px; } header.major > .date:before { left: 0; } header.major > .date:after { right: 0; } @media screen and (max-width: 980px) { header br { display: none; } } @media screen and (max-width: 736px) { header.major { margin: 0 0 2rem 0; } } header.major .date:before, header.major .date:after { border-top-color: #eeeeee; } /* Table */ .table-wrapper { overflow-x: auto; } table { margin: 0 0 2rem 0; width: 100%; } table tbody tr { border: solid 1px; border-left: 0; border-right: 0; } table td { padding: 0.75rem 0.75rem; } table th { font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 0.8rem; font-weight: 900; letter-spacing: 0.075em; line-height: 1.5; padding: 0 0.75rem 0.75rem 0.75rem; text-align: left; text-transform: uppercase; } @media screen and (max-width: 980px) { table th { font-size: 0.9rem; } } table thead { border-bottom: solid 2px; } table tfoot { border-top: solid 2px; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } table tbody tr { border-color: #eeeeee; } table tbody tr:nth-child(2n + 1) { background-color: rgba(220, 220, 220, 0.25); } table th { color: var(--main-bg-color); } table thead { border-bottom-color: #eeeeee; } table tfoot { border-top-color: #eeeeee; } table.alt tbody tr td { border-color: #eeeeee; } /* Pagination */ .pagination { display: inline-flex; user-select: none; cursor: default; list-style: none; margin: 0 0 2rem 2px; padding: 0; } .pagination a, .pagination span { transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out; border: solid 2px; display: inline-block; font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 0.8rem; font-weight: 900; height: 3rem; letter-spacing: 0.075em; line-height: calc(3rem - 4px); margin-left: -2px; min-width: 3rem; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; } .pagination .next, .pagination .previous { text-decoration: none; padding: 0 1.75rem; } .pagination .next:before, .pagination .previous:before { font-family: FontAwesome, serif; font-style: normal; font-weight: normal; text-transform: none !important; } .pagination .next:before, .pagination .previous:before { display: inline-block; color: inherit !important; } .pagination .previous:before { content: '\f104'; margin-right: 0.9375em; } .pagination .next:before { content: '\f105'; float: right; margin-left: 0.9375em; } @media screen and (max-width: 980px) { .pagination a, .pagination span { font-size: 0.9rem; } } @media screen and (max-width: 480px) { .pagination .page, .pagination .extra { display: none; } } .pagination a, .pagination span { border-color: #eeeeee; } .pagination a { color: var(--main-bg-color) !important; } .pagination a:hover { color: #18bfef !important; border-color: #18bfef; z-index: 1; } .pagination a:hover + a, .pagination a:hover + span { border-left-color: #18bfef; } .pagination a.active { background-color: #eeeeee; } .pagination span { color: #eeeeee; } /* Wrapper */ #wrapper { transition: opacity 0.5s ease; position: relative; z-index: 1; overflow: hidden; } #wrapper > .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--main-bg-color); background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.250.png"); background-size: auto, auto, 100% auto; background-position: center, center, top center; background-repeat: repeat, no-repeat, no-repeat; background-attachment: scroll, scroll, scroll; z-index: -1; } #wrapper > .bg.fixed { position: fixed; width: 100vw; height: 100vh; } #wrapper.fade-in:before { pointer-events: none; transition: opacity 1s ease-in-out; transition-delay: 0.75s; background: #1e252d; content: ''; display: block; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; width: 100%; } body.is-loading #wrapper.fade-in:before { opacity: 1; } @media screen and (orientation: portrait) { #wrapper > .bg { background-size: auto, auto, auto 175%; } } /* Intro */ #intro { color: var(--main-fg-color); padding: 8rem 4rem 6rem 4rem; align-items: center; display: flex; flex-direction: column; justify-content: flex-end; transition: opacity 1s ease, transform 1s ease; position: relative; cursor: default; text-align: center; z-index: 1; min-height: 100vh; } #intro input, #intro select, #intro textarea { color: var(--main-fg-color); } #intro a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #intro a:hover { border-bottom-color: transparent; color: #18bfef !important; } #intro strong, #intro b { color: var(--main-fg-color); } #intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 { color: var(--main-fg-color); } #intro blockquote { border-left-color: var(--main-fg-color); } #intro code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #intro hr { border-bottom-color: var(--main-fg-color); } #intro input[type="submit"], #intro input[type="reset"], #intro input[type="button"], #intro button, #intro .button { background-color: transparent; box-shadow: inset 0 0 0 2px var(--main-fg-color); color: var(--main-fg-color) !important; } #intro input[type="submit"]:hover, #intro input[type="reset"]:hover, #intro input[type="button"]:hover, #intro button:hover, #intro .button:hover { box-shadow: inset 0 0 0 2px #18bfef; color: #18bfef !important; } #intro input[type="submit"].special, #intro input[type="reset"].special, #intro input[type="button"].special, #intro button.special, #intro .button.special { background-color: var(--main-fg-color); box-shadow: none; color: #1e252d !important; } #intro input[type="submit"].special:hover, #intro input[type="reset"].special:hover, #intro input[type="button"].special:hover, #intro button.special:hover, #intro .button.special:hover { background-color: #18bfef; } #intro h1 { font-size: 5rem; line-height: 1; } #intro p { font-size: 1.25rem; font-style: italic; margin-top: -0.25rem; text-align: center; } #intro + #header { margin-top: -20rem; } #intro + #header .logo { transform: translateY(2rem); opacity: 0; visibility: hidden; } #intro.hidden { pointer-events: none; transform: translateY(2rem); transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s; opacity: 0; visibility: hidden; } #intro.hidden + #header .logo { transform: translateY(0); opacity: 1; visibility: visible; } body.is-loading #intro { transform: translateY(2rem); opacity: 0; } body.is-loading #intro:not(.hidden) + #header + #nav { transform: translateY(4rem); opacity: 0; } @media screen and (max-width: 980px) { #intro { padding: 4rem 4rem 2rem 4rem; min-height: 90vh; } #intro p br { display: none; } #intro + #header { margin-top: -14rem; } } @media screen and (max-width: 736px) { #intro { padding: 3rem 2rem 1rem 2rem; min-height: 80vh; } #intro h1 { font-size: 3.25rem; line-height: 1.1; margin-bottom: 1rem; } #intro p { font-size: 1rem; margin-top: 0; } #intro .actions { display: none; } } /* Header */ #header { color: var(--main-fg-color); align-items: center; display: flex; flex-direction: column; justify-content: flex-end; pointer-events: none; user-select: none; height: 20rem; padding-bottom: 8rem; position: relative; text-align: center; z-index: 2; } #header input, #header select, #header textarea { color: var(--main-fg-color); } #header a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #header a:hover { border-bottom-color: transparent; color: #18bfef !important; } #header strong, #header b { color: var(--main-fg-color); } #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { color: var(--main-fg-color); } #header blockquote { border-left-color: var(--main-fg-color); } #header code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #header hr { border-bottom-color: var(--main-fg-color); } #header .logo { transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s; pointer-events: auto; border-style: solid; border-color: var(--main-fg-color); border-width: 5px !important; font-family: Pacifico, "Source Sans Pro", Helvetica, sans-serif; font-size: 2.25rem; font-weight: 400; letter-spacing: 0.075em; line-height: 1; padding: 1rem 1.75rem; visibility: visible; } #header .logo:hover { border-color: #18bfef !important; color: #18bfef !important; } @media screen and (max-width: 980px) { #header { height: 14rem; padding-bottom: 4rem; } } @media screen and (max-width: 736px) { #header { padding-bottom: 3rem; } #header .logo { font-size: 1.75rem; border-width: 3px !important; } } /* Nav */ #nav { color: var(--main-fg-color); display: flex; transition: transform 1s ease, opacity 1s ease; background: rgba(255, 255, 255, 0.175); height: 4rem; line-height: 4rem; margin: -4rem auto 0 auto; overflow: hidden; padding: 0 2rem 0 0; position: relative; width: calc(100% - 4rem); max-width: 72rem; z-index: 2; } #nav ul.divided li { border-top-color: var(--main-fg-color); } #nav ul.icons li a.icon:hover:before { color: #18bfef; } #nav ul.icons.alt li .icon:before { box-shadow: inset 0 0 0 2px var(--main-fg-color); } #nav ul.icons.alt li a.icon:hover:before { box-shadow: inset 0 0 0 2px #18bfef; } #nav input, #nav select, #nav textarea { color: var(--main-fg-color); } #nav a { color: var(--main-fg-color); border-bottom-color: rgba(255, 255, 255, 0.5); } #nav a:hover { border-bottom-color: transparent; color: #18bfef !important; } #nav strong, #nav b { color: var(--main-fg-color); } #nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 { color: var(--main-fg-color); } #nav blockquote { border-left-color: var(--main-fg-color); } #nav code { background: rgba(255, 255, 255, 0.075); border-color: var(--main-fg-color); } #nav hr { border-bottom-color: var(--main-fg-color); } #nav ul.links { display: flex; flex-grow: 1; flex-shrink: 1; font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight: 900; letter-spacing: 0.075em; list-style: none; margin-bottom: 0; padding-left: 0; text-transform: uppercase; } #nav ul.links li { display: block; padding-left: 0; } #nav ul.links li a { transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; display: block; font-size: 0.8rem; outline: none; padding: 0 2rem; } #nav ul.links li a:hover { color: inherit !important; background-color: rgba(255, 255, 255, 0.1); } #nav ul.links li.active { background-color: var(--main-fg-color); } #nav ul.links li.active a { color: #1e252d; } #nav ul.links li.active a:hover { color: #18bfef !important; } #nav ul.icons { flex-grow: 0; flex-shrink: 0; margin-bottom: 0; } @media screen and (max-width: 980px) { #nav { display: none; } } /* Main */ #main { background-color: var(--main-fg-color); position: relative; margin: 0 auto; width: calc(100% - 4rem); max-width: 72rem; z-index: 2; } #main > * { padding: 4rem 4rem 2rem 4rem; border-top: solid 2px #eeeeee; margin: 0; } #main > *:first-child { border-top: 0; } #main > footer { text-align: center; } #main > .post { padding: 8rem 8rem 6rem 8rem; } #main > .post header.major > .date { margin-top: -2rem; } #main > .post header.major > h1, #main > .post header.major h2 { font-size: 4rem; line-height: 1.1; margin: 0 0 2rem 0; } #main > .post.featured { text-align: center; } @media screen and (max-width: 1280px) { #main > .post { padding: 6rem 4rem 4rem 4rem; } } @media screen and (max-width: 736px) { #main > .post { padding: 4rem 2rem 2rem 2rem; } #main > .post header.major > .date { margin-top: -1rem; margin-bottom: 2rem; } #main > .post header.major > h1, #main > .post header.major h2 { font-size: 2.5rem; line-height: 1.2; margin: 0 0 1.5rem 0; } } #main > .posts { display: flex; flex-wrap: wrap; align-items: stretch; text-align: center; width: 100%; padding: 0; } #main > .posts > * { flex-shrink: 1; flex-grow: 0; } #main > .posts > * { width: 50%; } #main > .posts > * { padding: 4rem; width: 50%; } #main > .posts > article { border-color: #eeeeee; border-left-width: 2px; border-style: solid; border-top-width: 2px; text-align: center; } #main > .posts > article > :last-child { margin-bottom: 0; } #main > .posts > article:nth-child(2n - 1) { border-left-width: 0; } #main > .posts > article:nth-child(-n + 2) { border-top-width: 0; } @media screen and (max-width: 980px) { #main > .posts > * { width: 50%; } #main > .posts > * { padding: 2.5rem; width: 50%; } } @media screen and (max-width: 736px) { #main > .posts > * { width: 100%; } #main > .posts > * { padding: 2rem; width: 100%; } #main > .posts > article:nth-child(2n - 1) { border-left-width: 2px; } #main > .posts > article:nth-child(-n + 2) { border-top-width: 2px; } #main > .posts > article:nth-child(n) { border-left-width: 0; } #main > .posts > article:nth-child(-n + 1) { border-top-width: 0; } #main > .posts > article .image { max-width: 25rem; margin-left: auto; margin-right: auto; } } @media screen and (max-width: 736px) { #main > * { padding: 2rem 2rem 0.1rem 2rem; } } @media screen and (max-width: 480px) { #main { width: 100%; } }
0.49048
0.10833
html { flow: vertical; width: 400dip; height: min-content; min-height: 200dip; // button var(button-text): rgb(0, 0, 0); var(button-background): rgb(225,225,225); var(button-border-width): 1dip; var(button-border-radius): 0; var(button-border-color): rgb(173,173,173); var(button-hover-background): rgb(229,241,251); var(button-hover-border): rgb(0,120,215); var(button-active-background): rgb(204,228,247); var(button-active-border): rgb(0,84,153); var(button-focus-border): rgb(0,120,215); var(button-disabled-background): rgb(238,238,238); var(button-disabled-border): rgb(219,219,219); var(button-disabled-text): rgb(179,179,179); } body { flow: vertical; margin: 0; width: *; height: min-content; border: 1dip solid rgb(112,112,112); padding: 0; background: white; font-family: "Segoe UI"; font-size: 12dip !important; color: black !important; } header { flow: horizontal; width: *; height: min-content; padding-left: 10dip; } header > i { display: none !important; } header > span { width: *; height: *; padding-top: 5dip; vertical-align: middle; font-size: 12dip; } // window button header > window-button { display: inline; behavior: clickable; width: 30dip; height: 25dip; border-radius: 0; foreground-size: 11dip; foreground-repeat: no-repeat; foreground-position: 50% 50%; stroke: currentcolor; stroke-width: 1dip; transition: background-color linear 100ms; } header > window-button:hover { background: rgba(0,0,0,0.25); } // close button header > window-button[role="window-close"] { display: inline-block; margin-left: *; margin-right: 0; stroke-width: 1.44dip; foreground-image: url(path: M0,0 L10,10 M0,10 L10,0); } header > window-button[role="window-close"]:hover { background: rgb(232,17,35); stroke: #fff; } main { flow: horizontal; margin: 0; width: *; height: min-content; min-height: 100dip; padding: 15dip 10dip; } main > i { display: block; margin-right: 10dip; font-size: 35dip; } main > i#info { color: blue; } main > i#error { color: red; } main > i#warning { color: orange; } main > div.vbox { flow: vertical; } main > div.vbox > span#message { display: block; vertical-align: top; white-space: pre-wrap; } main > div.vbox > input { display: none; margin-top: 1em; } footer { flow: horizontal; width: *; height: min-content; border-spacing: 15dip; border-top: 1px solid rgb(223,223,223); padding: 10dip; background: rgb(240,240,240); } footer > button { flow: vertical; min-width: 55dip; width: min-content; height: 1.8em; padding: 0 15dip; text-align: center; } footer > button:first-child { margin-left: *; } footer > button:last-child { margin-right: 0; } /* buttons */ @mixin STD-BUTTON-HOVER { background: color(button-hover-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-hover-border); box-shadow: 0 0 5dip #52B2DB; } @mixin STD-BUTTON-ACTIVE { background: color(button-active-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-active-border); } @mixin STD-BUTTON-FOCUS { background: color(button-focus-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-focus-border); box-shadow: 0 0 5dip #60CFFF; } @mixin STD-BUTTON-DISABLED { background: color(button-disabled-background); color: color(button-disabled-text); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; border-color: color(button-disabled-border); } @set std-button < std-button-base { :root { line-height: height(100%); white-space: nowrap; vertical-align: middle; background: color(button-background); color: color(button-text); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; border-color: color(button-border-color); } :root.transparent { background: transparent; border-color: transparent; } // must come after classes in order to overwrite classes colors :root:hover { @STD-BUTTON-HOVER; } :root:active { @STD-BUTTON-ACTIVE; } :root:disabled { @STD-BUTTON-DISABLED; } :root:tab-focus { @STD-BUTTON-FOCUS; } }
src/dialog-win.css
html { flow: vertical; width: 400dip; height: min-content; min-height: 200dip; // button var(button-text): rgb(0, 0, 0); var(button-background): rgb(225,225,225); var(button-border-width): 1dip; var(button-border-radius): 0; var(button-border-color): rgb(173,173,173); var(button-hover-background): rgb(229,241,251); var(button-hover-border): rgb(0,120,215); var(button-active-background): rgb(204,228,247); var(button-active-border): rgb(0,84,153); var(button-focus-border): rgb(0,120,215); var(button-disabled-background): rgb(238,238,238); var(button-disabled-border): rgb(219,219,219); var(button-disabled-text): rgb(179,179,179); } body { flow: vertical; margin: 0; width: *; height: min-content; border: 1dip solid rgb(112,112,112); padding: 0; background: white; font-family: "Segoe UI"; font-size: 12dip !important; color: black !important; } header { flow: horizontal; width: *; height: min-content; padding-left: 10dip; } header > i { display: none !important; } header > span { width: *; height: *; padding-top: 5dip; vertical-align: middle; font-size: 12dip; } // window button header > window-button { display: inline; behavior: clickable; width: 30dip; height: 25dip; border-radius: 0; foreground-size: 11dip; foreground-repeat: no-repeat; foreground-position: 50% 50%; stroke: currentcolor; stroke-width: 1dip; transition: background-color linear 100ms; } header > window-button:hover { background: rgba(0,0,0,0.25); } // close button header > window-button[role="window-close"] { display: inline-block; margin-left: *; margin-right: 0; stroke-width: 1.44dip; foreground-image: url(path: M0,0 L10,10 M0,10 L10,0); } header > window-button[role="window-close"]:hover { background: rgb(232,17,35); stroke: #fff; } main { flow: horizontal; margin: 0; width: *; height: min-content; min-height: 100dip; padding: 15dip 10dip; } main > i { display: block; margin-right: 10dip; font-size: 35dip; } main > i#info { color: blue; } main > i#error { color: red; } main > i#warning { color: orange; } main > div.vbox { flow: vertical; } main > div.vbox > span#message { display: block; vertical-align: top; white-space: pre-wrap; } main > div.vbox > input { display: none; margin-top: 1em; } footer { flow: horizontal; width: *; height: min-content; border-spacing: 15dip; border-top: 1px solid rgb(223,223,223); padding: 10dip; background: rgb(240,240,240); } footer > button { flow: vertical; min-width: 55dip; width: min-content; height: 1.8em; padding: 0 15dip; text-align: center; } footer > button:first-child { margin-left: *; } footer > button:last-child { margin-right: 0; } /* buttons */ @mixin STD-BUTTON-HOVER { background: color(button-hover-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-hover-border); box-shadow: 0 0 5dip #52B2DB; } @mixin STD-BUTTON-ACTIVE { background: color(button-active-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-active-border); } @mixin STD-BUTTON-FOCUS { background: color(button-focus-background); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; //border-color: color(button-focus-border); box-shadow: 0 0 5dip #60CFFF; } @mixin STD-BUTTON-DISABLED { background: color(button-disabled-background); color: color(button-disabled-text); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; border-color: color(button-disabled-border); } @set std-button < std-button-base { :root { line-height: height(100%); white-space: nowrap; vertical-align: middle; background: color(button-background); color: color(button-text); border-width: length(button-border-width); border-radius: length(button-border-radius); border-style: solid; border-color: color(button-border-color); } :root.transparent { background: transparent; border-color: transparent; } // must come after classes in order to overwrite classes colors :root:hover { @STD-BUTTON-HOVER; } :root:active { @STD-BUTTON-ACTIVE; } :root:disabled { @STD-BUTTON-DISABLED; } :root:tab-focus { @STD-BUTTON-FOCUS; } }
0.541894
0.095097
body { background-color: #F8F7F2; margin-left:-1%; font-family:century gothic; } #navigation { float: right; margin-top: 10px; font-weight:bold; color:#382110; } #navigation a { margin-right: 30px; text-decoration: none; color: #382110; } #navigation a:hover { text-decoration:underline; cursor: hand; cursor: pointer; } #logo { margin-left:50px; font-size:40px; font-family:arial black; color:#897C6B; } #rightlogo { font-size:40px; font-family:arial black; color:#46311E; overflow:hidden; } #topWall { margin-left:-1%; margin-right:-1%; width:101%; height:51px; background:url(Books.JPG); background-repeat: repeat-x; overflow-x: hidden; } #top { padding-left:2%; width:98%; background: -webkit-linear-gradient(#E9E6D3, #F8F7F2); background: -moz-linear-gradient(#E9E6D3, #F8F7F2); background: -ms-linear-gradient(#E9E6D3, #F8F7F2); background: -o-linear-gradient(#E9E6D3, #F8F7F2); background: linear-gradient(#E9E6D3, #F8F7F2); border-bottom:2px solid #E3DFC9; } #menutop { text-align:center; margin-top:-8px; margin-right:-5px; margin-left:2%; width:101%; background: -webkit-linear-gradient(#E9E6D3, #F8F7F2); background: -moz-linear-gradient(#E9E6D3, #F8F7F2); background: -ms-linear-gradient(#E9E6D3, #F8F7F2); background: -o-linear-gradient(#E9E6D3, #F8F7F2); background: linear-gradient(#E9E6D3, #F8F7F2); } #middle { width: 100%; border-bottom:2px solid black; padding-bottom:0px; } #leftFrame { margin-left:15px; width:281px; height:700px; background-color:#F8F7F2; float:left; border: none; border-right:2px solid #E3DFC9; } #mainFrame { padding-left :20px; width:100%; height:700px; background-color:#F8F7F2; float: right; border: none; overflow: hidden; } #bottom { text-align: center; float:left; border-top:2px solid #E3DFC9; padding-left:0px; width: 100%; background: -webkit-linear-gradient(#F8F7F2, #E9E6D3); background: -moz-linear-gradient(#F8F7F2, #E9E6D3); background: -ms-linear-gradient(#F8F7F2, #E9E6D3); background: -o-linear-gradient(#F8F7F2, #E9E6D3); background: linear-gradient(#F8F7F2, #E9E6D3); } ul { list-style-type: none; padding: 0px; margin: 0px; margin-right:-8px; } li { padding-left:30px; border-bottom:2px solid #E3DFC9; text-align:left; } li a:hover { cursor: pointer; cursor: hand; } li a { text-decoration:none; color: black; } #library { margin-left:auto; margin-right:auto; display: box; width: 1200px; height: 100%; overflow:hidden; } .libraryTop { width: 100%; height: 150px; background: url(../images/Library/topleft.png) top left no-repeat, url(../images/Library/topright.png) top right no-repeat, url(../images/Library/topmiddle.png) top left repeat-x; background-size: auto 100%; } .libraryShelf { width: 100%; height: 115px; background: url(../images/Library/left.png) top left no-repeat, url(../images/Library/right.png) top right no-repeat, url(../images/Library/middle.png) top left repeat-x; background-size: auto 100%; } #board { position:relative; padding-top: 15px; text-align:center; width: 200px; height: 40px; background: url(../images/Library/board.png) top left no-repeat; background-size: 100% 100%; z-index:20; } #books { width: 100%; display: inline; } .book { cursor: hand; float: left; width: 200px; margin-left: 20px; text-align:center; } .theBook { background-color:white; color:black; } .theBook2 { background-color:black; color:red; } #bookTools { position:absolute; border-top:2px solid #E3DFC9; height: 80px; bottom: 0px; width: 100%; z-index:333; padding-left:20px; padding-right:40px; } #bookTools div { float: left; margin-left: 10px; } #bookTools div:hover { cursor: pointer; cursor: hand; } #bookreader { position:absolute; display: block; height:100%; width:100%; top:-11px; } #bookMain1 { background-color:#F8F7F2; position:absolute; float: right; width:80%; right:0px; bottom:80px; border-left:2px solid #E3DFC9; overflow: hidden; } #bookMain { background-color:#F8F7F2; margin-left: 25px; padding-left:10px; margin-top:5px; margin-bottom:5px; position:absolute; float:right; top: 0px; right:0px; bottom: 80px; overflow: hidden; border-left:2px solid #E3DFC9; width:80%; } #chapterList { padding-left:30px; } #bookNav { background-color:#F8F7F2; position:relative; float: left; width: 20%; } #PageNum { position:relative; top:26px; } #menutop { height: 30px; } .hide { display: none; } #management { margin-left: 80px; } .bookLink { position:relative; cursor: hand; width: 60px; height:90px; bottom:4px; z-index:80; } .bookLinkBot { position:relative; cursor: hand; width: 60px; height:90px; bottom:-13px; z-index:80; } .aBook { position: relative; float:left; width: 200px; height:120px; top:-20px; background: url(../images/Library/closed.png) top left no-repeat; background-size: 100% 100%; overflow: hidden; text-decoration:none; color: black; margin-left: 30px; z-index: 0; } .rotate35 { position: relative; /margin-top:35px; margin-left:-20px; width:50px; -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); letter-spacing: -3px; overflow:hidden; height:50px; line-height:50px; word-wrap:break-word; } .aBook:hover { background: url(../images/Library/open.png) top left no-repeat; background-size: 100% 100%; cursor: hand; cursor: pointer; } .par { display:block; } .aBook p { position:relative; top: 25px; left: 35px; text-decoration: none; } .aBookBot { position: relative; float:left; width: 200px; height:120px; top:-25px; background: url(../images/Library/closed.png) top left no-repeat; background-size: 100% 100%; overflow: hidden; text-decoration:none; color: black; margin-left: 30px; } .aBookBot:hover { background: url(../images/Library/open.png) top left no-repeat; background-size: 100% 100%; cursor: hand; cursor: pointer; } .aBookBot p { position:relative; top: 25px; left: 35px; text-decoration: none; } .checkToolTip { position:relative; z-index:120; } .deletebtn { background: url(../images/Library/delete.png) top left no-repeat; background-size: 100% 100%; position: relative; float:left; top: 0px; left: -40px; width: 20px; height:20px; margin-right:-25px; z-index:20; cursor: hand; cursor: pointer; }
css/style.css
body { background-color: #F8F7F2; margin-left:-1%; font-family:century gothic; } #navigation { float: right; margin-top: 10px; font-weight:bold; color:#382110; } #navigation a { margin-right: 30px; text-decoration: none; color: #382110; } #navigation a:hover { text-decoration:underline; cursor: hand; cursor: pointer; } #logo { margin-left:50px; font-size:40px; font-family:arial black; color:#897C6B; } #rightlogo { font-size:40px; font-family:arial black; color:#46311E; overflow:hidden; } #topWall { margin-left:-1%; margin-right:-1%; width:101%; height:51px; background:url(Books.JPG); background-repeat: repeat-x; overflow-x: hidden; } #top { padding-left:2%; width:98%; background: -webkit-linear-gradient(#E9E6D3, #F8F7F2); background: -moz-linear-gradient(#E9E6D3, #F8F7F2); background: -ms-linear-gradient(#E9E6D3, #F8F7F2); background: -o-linear-gradient(#E9E6D3, #F8F7F2); background: linear-gradient(#E9E6D3, #F8F7F2); border-bottom:2px solid #E3DFC9; } #menutop { text-align:center; margin-top:-8px; margin-right:-5px; margin-left:2%; width:101%; background: -webkit-linear-gradient(#E9E6D3, #F8F7F2); background: -moz-linear-gradient(#E9E6D3, #F8F7F2); background: -ms-linear-gradient(#E9E6D3, #F8F7F2); background: -o-linear-gradient(#E9E6D3, #F8F7F2); background: linear-gradient(#E9E6D3, #F8F7F2); } #middle { width: 100%; border-bottom:2px solid black; padding-bottom:0px; } #leftFrame { margin-left:15px; width:281px; height:700px; background-color:#F8F7F2; float:left; border: none; border-right:2px solid #E3DFC9; } #mainFrame { padding-left :20px; width:100%; height:700px; background-color:#F8F7F2; float: right; border: none; overflow: hidden; } #bottom { text-align: center; float:left; border-top:2px solid #E3DFC9; padding-left:0px; width: 100%; background: -webkit-linear-gradient(#F8F7F2, #E9E6D3); background: -moz-linear-gradient(#F8F7F2, #E9E6D3); background: -ms-linear-gradient(#F8F7F2, #E9E6D3); background: -o-linear-gradient(#F8F7F2, #E9E6D3); background: linear-gradient(#F8F7F2, #E9E6D3); } ul { list-style-type: none; padding: 0px; margin: 0px; margin-right:-8px; } li { padding-left:30px; border-bottom:2px solid #E3DFC9; text-align:left; } li a:hover { cursor: pointer; cursor: hand; } li a { text-decoration:none; color: black; } #library { margin-left:auto; margin-right:auto; display: box; width: 1200px; height: 100%; overflow:hidden; } .libraryTop { width: 100%; height: 150px; background: url(../images/Library/topleft.png) top left no-repeat, url(../images/Library/topright.png) top right no-repeat, url(../images/Library/topmiddle.png) top left repeat-x; background-size: auto 100%; } .libraryShelf { width: 100%; height: 115px; background: url(../images/Library/left.png) top left no-repeat, url(../images/Library/right.png) top right no-repeat, url(../images/Library/middle.png) top left repeat-x; background-size: auto 100%; } #board { position:relative; padding-top: 15px; text-align:center; width: 200px; height: 40px; background: url(../images/Library/board.png) top left no-repeat; background-size: 100% 100%; z-index:20; } #books { width: 100%; display: inline; } .book { cursor: hand; float: left; width: 200px; margin-left: 20px; text-align:center; } .theBook { background-color:white; color:black; } .theBook2 { background-color:black; color:red; } #bookTools { position:absolute; border-top:2px solid #E3DFC9; height: 80px; bottom: 0px; width: 100%; z-index:333; padding-left:20px; padding-right:40px; } #bookTools div { float: left; margin-left: 10px; } #bookTools div:hover { cursor: pointer; cursor: hand; } #bookreader { position:absolute; display: block; height:100%; width:100%; top:-11px; } #bookMain1 { background-color:#F8F7F2; position:absolute; float: right; width:80%; right:0px; bottom:80px; border-left:2px solid #E3DFC9; overflow: hidden; } #bookMain { background-color:#F8F7F2; margin-left: 25px; padding-left:10px; margin-top:5px; margin-bottom:5px; position:absolute; float:right; top: 0px; right:0px; bottom: 80px; overflow: hidden; border-left:2px solid #E3DFC9; width:80%; } #chapterList { padding-left:30px; } #bookNav { background-color:#F8F7F2; position:relative; float: left; width: 20%; } #PageNum { position:relative; top:26px; } #menutop { height: 30px; } .hide { display: none; } #management { margin-left: 80px; } .bookLink { position:relative; cursor: hand; width: 60px; height:90px; bottom:4px; z-index:80; } .bookLinkBot { position:relative; cursor: hand; width: 60px; height:90px; bottom:-13px; z-index:80; } .aBook { position: relative; float:left; width: 200px; height:120px; top:-20px; background: url(../images/Library/closed.png) top left no-repeat; background-size: 100% 100%; overflow: hidden; text-decoration:none; color: black; margin-left: 30px; z-index: 0; } .rotate35 { position: relative; /margin-top:35px; margin-left:-20px; width:50px; -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); letter-spacing: -3px; overflow:hidden; height:50px; line-height:50px; word-wrap:break-word; } .aBook:hover { background: url(../images/Library/open.png) top left no-repeat; background-size: 100% 100%; cursor: hand; cursor: pointer; } .par { display:block; } .aBook p { position:relative; top: 25px; left: 35px; text-decoration: none; } .aBookBot { position: relative; float:left; width: 200px; height:120px; top:-25px; background: url(../images/Library/closed.png) top left no-repeat; background-size: 100% 100%; overflow: hidden; text-decoration:none; color: black; margin-left: 30px; } .aBookBot:hover { background: url(../images/Library/open.png) top left no-repeat; background-size: 100% 100%; cursor: hand; cursor: pointer; } .aBookBot p { position:relative; top: 25px; left: 35px; text-decoration: none; } .checkToolTip { position:relative; z-index:120; } .deletebtn { background: url(../images/Library/delete.png) top left no-repeat; background-size: 100% 100%; position: relative; float:left; top: 0px; left: -40px; width: 20px; height:20px; margin-right:-25px; z-index:20; cursor: hand; cursor: pointer; }
0.227641
0.071364
.cabeçalho { position: absolute; top: 0; width: 80%; box-sizing: border-box; text-align: center; font-size: 0.5rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.18em; /*background-color: #2D5377;*/ color: #fff; } .cabecalho_logo{ padding: 1.5em 0; width: 14.5em; } .cabecalho_menu { display: flex; justify-content: space-evenly; flex-wrap: wrap; background-color: #272b3a87; } .cabecalho_item-menu:hover { transform: translate(0, .22rem); background-color: rgba(66, 134, 244, 0.337); transition: .25s; } .cabecalho_item-menu{ display: inline-block; transition: .25s; } .cabecalho_item-menu{ display: inline-block; padding: 0.2em 0.2em; } /* detalhes do footer*/ .rodape { padding: 1.75em 0; font-size: 0.7rem; display: block; text-align: center; } .rodape_logo { padding: 0.5em; margin-bottom: 1em; } .rodape__logo--img { width: 11.25em; } .rodape__copyright { display: inline; margin-left: 1em; } .rodape_address { padding: 0.5em; margin-bottom: 0.4em; line-height: 1.5em; } .rodape__logo--logo{ display: block; } .rodape_midias--redesociais{ display: flex; justify-content: center; list-style-type: none; margin-bottom: 0.5em; margin-top: 0.5em; } .rodape_item--redesociais{ width: 2.62em; list-style-type: none; padding: 0.3em; margin: 0.25em; } .rodape_item--redesociais img{ width: 100%; } .rodape_titulo{ margin-bottom: 1em; font-size: 1.45em; font-weight: bold; text-transform: uppercase; list-style-type: none; padding: 0.5em; } .rodape_item--lista{ font-weight: 500; list-style-type: none; margin: 0.625em 0; } .rodape_section + .rodape_section { margin-top: 2em; } @media(max-width: 446px){ .rodape { font-size: 0.5em; } } @media(min-width: 640px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; } .cabecalho_logo{ padding: 2.5em 0; } .cabecalho_menu{ background-color: transparent; } } @media(min-width: 770px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; } .cabecalho_menu--matricular{ margin-left: 1.42em; border-radius: 6px; background-color: #e93d50; } .cabecalho_menu--matricular a{ padding: 1.8em 3.5em; } } @media(min-width: 1066px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; padding-left: calc((100% - 940px) / 2); padding-right: calc((100% - 940px) / 2); font-size: 0.5em; } } @media (max-width: 640px) { .rodape__secao + .rodape__secao { margin-top: 2em; } } @media(min-width: 640px) and (max-width: 1200px) { .rodape { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 1rem; } .rodape__secao--sobre, .rodape__secao--cursos, .rodape__secao--links, .rodape__secao--newsletter { width: 45%; } .rodape__secao--cursos { order: 1; margin: 0; } .rodape__secao--links { order: 2; margin: 0; } .rodape__secao--sobre { order: 3; margin-top: 2em; } .rodape__secao--newsletter { order: 4; margin-top: 2em; } } @media(min-width: 1200px) { .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; padding-left: calc((100% - 940px) / 2); padding-right: calc((100% - 940px) / 2); font-size: 0.5em; } .rodape { display: flex; justify-content: space-between; font-size: 0.85rem; text-align: left; } .rodape__titulo { font-size: 1em; } .rodape__lista-midias-sociais { justify-content: left; } .rodape__secao { margin-top: 0; } .rodape__secao + .rodape__secao { margin-left: 2em; } }
css/header_and_footer.css
.cabeçalho { position: absolute; top: 0; width: 80%; box-sizing: border-box; text-align: center; font-size: 0.5rem; font-weight: bold; text-transform: uppercase; letter-spacing: 0.18em; /*background-color: #2D5377;*/ color: #fff; } .cabecalho_logo{ padding: 1.5em 0; width: 14.5em; } .cabecalho_menu { display: flex; justify-content: space-evenly; flex-wrap: wrap; background-color: #272b3a87; } .cabecalho_item-menu:hover { transform: translate(0, .22rem); background-color: rgba(66, 134, 244, 0.337); transition: .25s; } .cabecalho_item-menu{ display: inline-block; transition: .25s; } .cabecalho_item-menu{ display: inline-block; padding: 0.2em 0.2em; } /* detalhes do footer*/ .rodape { padding: 1.75em 0; font-size: 0.7rem; display: block; text-align: center; } .rodape_logo { padding: 0.5em; margin-bottom: 1em; } .rodape__logo--img { width: 11.25em; } .rodape__copyright { display: inline; margin-left: 1em; } .rodape_address { padding: 0.5em; margin-bottom: 0.4em; line-height: 1.5em; } .rodape__logo--logo{ display: block; } .rodape_midias--redesociais{ display: flex; justify-content: center; list-style-type: none; margin-bottom: 0.5em; margin-top: 0.5em; } .rodape_item--redesociais{ width: 2.62em; list-style-type: none; padding: 0.3em; margin: 0.25em; } .rodape_item--redesociais img{ width: 100%; } .rodape_titulo{ margin-bottom: 1em; font-size: 1.45em; font-weight: bold; text-transform: uppercase; list-style-type: none; padding: 0.5em; } .rodape_item--lista{ font-weight: 500; list-style-type: none; margin: 0.625em 0; } .rodape_section + .rodape_section { margin-top: 2em; } @media(max-width: 446px){ .rodape { font-size: 0.5em; } } @media(min-width: 640px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; } .cabecalho_logo{ padding: 2.5em 0; } .cabecalho_menu{ background-color: transparent; } } @media(min-width: 770px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; } .cabecalho_menu--matricular{ margin-left: 1.42em; border-radius: 6px; background-color: #e93d50; } .cabecalho_menu--matricular a{ padding: 1.8em 3.5em; } } @media(min-width: 1066px){ .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; padding-left: calc((100% - 940px) / 2); padding-right: calc((100% - 940px) / 2); font-size: 0.5em; } } @media (max-width: 640px) { .rodape__secao + .rodape__secao { margin-top: 2em; } } @media(min-width: 640px) and (max-width: 1200px) { .rodape { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 1rem; } .rodape__secao--sobre, .rodape__secao--cursos, .rodape__secao--links, .rodape__secao--newsletter { width: 45%; } .rodape__secao--cursos { order: 1; margin: 0; } .rodape__secao--links { order: 2; margin: 0; } .rodape__secao--sobre { order: 3; margin-top: 2em; } .rodape__secao--newsletter { order: 4; margin-top: 2em; } } @media(min-width: 1200px) { .cabeçalho { padding: 0 5%; display: flex; justify-content: space-between; align-items: center; background: black; width: 80%; padding-left: calc((100% - 940px) / 2); padding-right: calc((100% - 940px) / 2); font-size: 0.5em; } .rodape { display: flex; justify-content: space-between; font-size: 0.85rem; text-align: left; } .rodape__titulo { font-size: 1em; } .rodape__lista-midias-sociais { justify-content: left; } .rodape__secao { margin-top: 0; } .rodape__secao + .rodape__secao { margin-left: 2em; } }
0.449151
0.09187
html, body { font-family: 'Roboto', sans-serif; padding: 0; margin: 0; /* width: 90%; */ height: 110vh; /* background-color: #1A1A1D; */ color: #fff; background: #360033; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #0b8793, #360033); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } * { box-sizing: border-box; } .logo { /* transform: translate(50px, 10px); */ /* height: 0; */ margin-bottom: -80px; margin-left: 130px; cursor: pointer; } .my-signature { /* margin-left: 200px; */ margin-top: 0px; width: 50%; height: 50%; } .logo img { margin-top: 1px; width: 400px; height: 100px; } .joinOuterContainer { display: flex; justify-content: center; text-align: center; height: 95.50vh; width: 100vw; align-items: center; margin-bottom: -89px; } .joinInnerContainer { width: 30%; margin-right: 150px; } .joinInput { border-radius: 0; padding: 15px 20px; width: 100%; outline-style: none; } .joinInput:focus { border: 3px solid chartreuse; } .heading-1, .heading-2 { font-family: cursive; } .heading-1 { color: darkgray; width: 100vh; font-size: 2.5em; padding-bottom: 10px; margin-right: 100px; cursor: pointer; } .heading-1 span { border-bottom: 3px solid chartreuse; } .heading-1 span:hover { background-color: cyan; border-color: darkgray; } .heading-2 { color: darkgray; font-size: 2.5em; padding-bottom: 10px; border-bottom: 2px solid chartreuse; cursor: pointer; } .heading-1:hover, .heading-2:hover { color: chartreuse; border-color: darkgray; } .button { color: #fff; text-transform: uppercase; text-decoration: none; background-color: dimgray; padding: 20px; border-radius: 5px; display: inline-block; border: none; width: 100%; outline-style: none; cursor: pointer; font-weight: 600; } .button:hover { background: yellowgreen; color: black; } button:focus { outline: 0; } .mt-20 { margin-top: 20px; } @media (min-width: 320px) and (max-width: 480px) { .joinOuterContainer { /* height: 100vh; */ zoom: 98%; font-size: 12px; margin-top: 30px; margin-left: 15px; } .joinInnerContainer { margin-right: 0px; width: 100vw; } .my-signature { /* margin-left: 30px; */ /* margin-bottom: -110px; */ width: 100%; height: 20%; } .logo img { margin-top: 1px; /* width: 400px; */ /* height: 130px; */ margin-bottom: -50px; margin-left: -150px; } .heading-1 { margin-right: 20px; } } @media (min-width: 480px) and (max-width: 600px) { body { height: 140vh; zoom: 10%; } } @media (min-width: 600px) and (max-width: 779px) { body { height: 105%; zoom: 80%; } .joinOuterContainer { height: 150vh; zoom: 90%; margin-left: 202px; } .my-signature { /* margin-left: 30px; */ /* margin-bottom: -110px; */ width: 100%; height: 20%; } } @media (min-width: 779px) and (max-width: 980px) { body { height: 110%; } } /* @media (min-width: 980px) and (max-width: 1200px) { body { height: 100; } } */ /* ********************************************************************************** */ /* Bounce To Right */ .hvr-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2bc578; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active { color: white; } .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } /* ********************************************************************************** */
client/src/components/Join/Join.css
html, body { font-family: 'Roboto', sans-serif; padding: 0; margin: 0; /* width: 90%; */ height: 110vh; /* background-color: #1A1A1D; */ color: #fff; background: #360033; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #0b8793, #360033); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } * { box-sizing: border-box; } .logo { /* transform: translate(50px, 10px); */ /* height: 0; */ margin-bottom: -80px; margin-left: 130px; cursor: pointer; } .my-signature { /* margin-left: 200px; */ margin-top: 0px; width: 50%; height: 50%; } .logo img { margin-top: 1px; width: 400px; height: 100px; } .joinOuterContainer { display: flex; justify-content: center; text-align: center; height: 95.50vh; width: 100vw; align-items: center; margin-bottom: -89px; } .joinInnerContainer { width: 30%; margin-right: 150px; } .joinInput { border-radius: 0; padding: 15px 20px; width: 100%; outline-style: none; } .joinInput:focus { border: 3px solid chartreuse; } .heading-1, .heading-2 { font-family: cursive; } .heading-1 { color: darkgray; width: 100vh; font-size: 2.5em; padding-bottom: 10px; margin-right: 100px; cursor: pointer; } .heading-1 span { border-bottom: 3px solid chartreuse; } .heading-1 span:hover { background-color: cyan; border-color: darkgray; } .heading-2 { color: darkgray; font-size: 2.5em; padding-bottom: 10px; border-bottom: 2px solid chartreuse; cursor: pointer; } .heading-1:hover, .heading-2:hover { color: chartreuse; border-color: darkgray; } .button { color: #fff; text-transform: uppercase; text-decoration: none; background-color: dimgray; padding: 20px; border-radius: 5px; display: inline-block; border: none; width: 100%; outline-style: none; cursor: pointer; font-weight: 600; } .button:hover { background: yellowgreen; color: black; } button:focus { outline: 0; } .mt-20 { margin-top: 20px; } @media (min-width: 320px) and (max-width: 480px) { .joinOuterContainer { /* height: 100vh; */ zoom: 98%; font-size: 12px; margin-top: 30px; margin-left: 15px; } .joinInnerContainer { margin-right: 0px; width: 100vw; } .my-signature { /* margin-left: 30px; */ /* margin-bottom: -110px; */ width: 100%; height: 20%; } .logo img { margin-top: 1px; /* width: 400px; */ /* height: 130px; */ margin-bottom: -50px; margin-left: -150px; } .heading-1 { margin-right: 20px; } } @media (min-width: 480px) and (max-width: 600px) { body { height: 140vh; zoom: 10%; } } @media (min-width: 600px) and (max-width: 779px) { body { height: 105%; zoom: 80%; } .joinOuterContainer { height: 150vh; zoom: 90%; margin-left: 202px; } .my-signature { /* margin-left: 30px; */ /* margin-bottom: -110px; */ width: 100%; height: 20%; } } @media (min-width: 779px) and (max-width: 980px) { body { height: 110%; } } /* @media (min-width: 980px) and (max-width: 1200px) { body { height: 100; } } */ /* ********************************************************************************** */ /* Bounce To Right */ .hvr-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } .hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2bc578; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active { color: white; } .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } /* ********************************************************************************** */
0.280518
0.065306
html, body { font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color: #999999; margin: 0; padding: 0; } #demo_container { width: 975px; position: relative; margin: 0 auto; } #demo_container h2 { font-size: 20px; line-height: 120px; color: #999933; text-align: center; } .seeAllSlidesCont { height: 25px; } .seeAllSlides { display: block; background: #fff url('http://images.emedicinehealth.com/images/slider_module/see_all_slide_sprite.jpg') no-repeat scroll 0 -52px; width: 130px; height: 25px; text-indent: -9999px; overflow: hidden; position: absolute; right: 42px; top: -10px; z-index:10000 } .seeAllSlides:hover { background-position: 0 -77px; } .seeAllQuizzes { display: block; background: #fff url('http://images.emedicinehealth.com/images/slider_module/see_all_slide_sprite.jpg') no-repeat scroll -132px -52px; width: 130px; height: 25px; text-indent: -9999px; overflow: hidden; position: absolute; right: 42px; top: -10px; z-index:2 } .seeAllQuizzes:hover { background-position: -132px -77px; } #items_container { width: 970px; height: 165px; overflow: hidden; position: absolute; color: #333333; z-index: 1; margin-left: 2px; } #controls { width: 480px; height: 115px; position: absolute; top: 90px; z-index: 2; } #controls a { display: block; position: absolute; width: 30px; height: 30px; line-height: 30px; cursor: pointer; text-align: center; font-size: 14px; color: #999999; } #playbtn { } #next { top: -10px; left: 925px; position: absolute; z-index: 2; cursor: pointer; height: 165px; width: 50px; } #nextbtn { top: -10px; left: 925px; width: 50px; height: 165px; position: absolute; cursor: pointer; z-index: 3; } #prev { top: -10px; position: absolute; z-index: 2; cursor: pointer; height: 165px; width: 50px; } #prevbtn { top: -10px; width: 50px; height: 165px; position: absolute; cursor: pointer; z-index: 3; } #play { z-index: 2; position: absolute; width: 30px; height: 30px; left: 472px; top: 185px; cursor: pointer; } #dotContainer { position: relative; height: 10px; top: 9px; left: 443px; z-index: 1000; margin: 0; padding: 0; } #dotContainer ul { position: absolute; left: 0; top: 0; list-style: none; margin: 0; padding: 0; height: 10px; } #dotContainer ul li { width: 10px; height: 10px; margin: 0 0 0 7px; padding: 0; display: inline; cursor: pointer; } div.slide_item { width: 975px; height: 124px; position: absolute; left: 462px; padding-top: 0px; } div.first_item { left: 0; } div.slide_item h3 { padding: 10px; font-size: 16px; line-height: 20px; font-weight: normal; color: #6e6c19; } div.slide_item p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding: 0 10px 0 10px; color: #666666; line-height: 12px; } /* back to post link*/ #goback { width: 700px; text-align: center; margin-bottom: 12px; position: absolute; bottom: 30px; } #pageNumbers { text-align: right; } #pageNumbers p { font-size: 12px; font-weight: bold; font-family: Verdana; color: #666699; } /*=================================== SLIDE SHOW ROTATOR ===================================== */ h2.SS_Rotator_heading { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #666699; } #SS_Rotator_Wrapper { display: block; width: 480px; height: 420px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #SS_Rotator_Top_Container { display: block; width: 480px; height: 28px; float: left; } #SS_Rotator_Tab_1 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_1 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_1 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_1 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_2 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_2 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_2 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_2 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_3 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_3 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_3 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_3 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Top_Controls_Container { float: right; display: block; width: 106px; padding-top: 5px; } #SS_Rotator_left_arrow { display: block; width: 16px; height: 16px; float: left; } #SS_Rotator_left_arrow a { display: block; width: 16px; height: 16px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_left_arrows.gif) left no-repeat; } #SS_Rotator_left_arrow a:hover { display: block; width: 16px; height: 16px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_left_arrows.gif) right no-repeat; } #SS_Rotator_pg_top { display: block; height: 16px; width: 52px; float: left; font-size: 11px; color: #333333; line-height: 16px; text-align: center; } #SS_Rotator_right_arrow { display: block; width: 16px; height: 16px; float: right; padding-right: 22px; } #SS_Rotator_right_arrow a { display: block; width: 16px; height: 16px; float: right; background: url(http://images.emedicinehealth.com/images/slideshow/rot_right_arrows.gif) right no-repeat; } #SS_Rotator_right_arrow a:hover { display: block; width: 16px; height: 16px; float: right; background: url(http://images.emedicinehealth.com/images/slideshow/rot_right_arrows.gif) left no-repeat; } #SS_Rotator_Content_Container { display: block; width: 480px; height: 392px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_bg.gif) top left no-repeat; } .SS_Rotator_row_container { display: block; clear: both; width: 480px; height: 153px; clear: both; } .SS_Rotator_row_container p { margin: 0px; padding: 0px; } .SS_Rotator_pic_spacer_left { display: block; width: 16px; height: 153px; float: left; } .SS_Rotator_pic_container { display: block; width: 140px; height: 153px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_photo_bg.gif) left no-repeat; } .SS_Rotator_pic_spacer_middle { display: block; width: 14px; height: 153px; float: left; } .SS_Rotator_pic_spacer_right { display: block; width: 16px; height: 153px; float: right; } .SS_Rotator_pic_spacer_right2 { display: block; width: 14px; height: 153px; float: left; } .SS_Rotator_pics img { display: block; height: 80px; width: 118px; margin: 13px 0px 3px 11px; border: 1px #FFF solid; background: #666666; } .SS_Rotator_pics img:hover { border: 1px #333333 solid; } p.SS_Rotator_titles { font-size: 12px; font-weight: bold; color: #666699; padding-left: 11px; line-height: 11px; } p.SS_Rotator_titles a, p.SS_Rotator_titles a:visited { text-decoration: none; color: #333; font-size: 12px; font-weight: bold; } p.SS_Rotator_titles a:hover { text-decoration: underline; color: #000; font-size: 12px; font-weight: bold; } p.SS_Rotator_titles a:visited a:hover { text-decoration: underline; color: #666699; font-size: 12px; font-weight: bold; } p.SS_Rotator_desc { font-size: 10px; color: #333333; margin-left: 11px; line-height: 13px; display: none; } .SS_Content_spacer_18 { display: block; width: 480px; height: 18px; clear: both; } .SS_Content_spacer_16 { display: block; width: 480px; height: 16px; clear: both; } /*adding more styles for test*/ .SS_Rotator_pics_container_content { width: 142px; text-align: left; float: left; margin: 5px; } #SS_Rotator_margin_left { display: block; width: 16px; height: 338px; float: left; } /* float pages next to margin-left*/ .SS_Rotator_page { margin: 0 0 0 24px; width: 963px; } .SS_Rotator_pics_content { width: 140px; position: relative; } div.slide_item .SS_Rotator_pics_content p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding: 6px; line-height: 12px; width: 106px; margin: 0 0 10px 12px; height: 24px; text-align: center; } div.slide_item .SS_Rotator_pics_content p.SS_Rotator_desc { display: none; } /* end adding more styles to test*/ /*============================ End Slide Show Rotator ============================== */
Links/Drug Dependence and Abuse Causes, Symptoms, Treatment - Drug Dependence & Abuse Symptoms - eMedicineHealth_files/emed_top_slider_2.css
html, body { font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color: #999999; margin: 0; padding: 0; } #demo_container { width: 975px; position: relative; margin: 0 auto; } #demo_container h2 { font-size: 20px; line-height: 120px; color: #999933; text-align: center; } .seeAllSlidesCont { height: 25px; } .seeAllSlides { display: block; background: #fff url('http://images.emedicinehealth.com/images/slider_module/see_all_slide_sprite.jpg') no-repeat scroll 0 -52px; width: 130px; height: 25px; text-indent: -9999px; overflow: hidden; position: absolute; right: 42px; top: -10px; z-index:10000 } .seeAllSlides:hover { background-position: 0 -77px; } .seeAllQuizzes { display: block; background: #fff url('http://images.emedicinehealth.com/images/slider_module/see_all_slide_sprite.jpg') no-repeat scroll -132px -52px; width: 130px; height: 25px; text-indent: -9999px; overflow: hidden; position: absolute; right: 42px; top: -10px; z-index:2 } .seeAllQuizzes:hover { background-position: -132px -77px; } #items_container { width: 970px; height: 165px; overflow: hidden; position: absolute; color: #333333; z-index: 1; margin-left: 2px; } #controls { width: 480px; height: 115px; position: absolute; top: 90px; z-index: 2; } #controls a { display: block; position: absolute; width: 30px; height: 30px; line-height: 30px; cursor: pointer; text-align: center; font-size: 14px; color: #999999; } #playbtn { } #next { top: -10px; left: 925px; position: absolute; z-index: 2; cursor: pointer; height: 165px; width: 50px; } #nextbtn { top: -10px; left: 925px; width: 50px; height: 165px; position: absolute; cursor: pointer; z-index: 3; } #prev { top: -10px; position: absolute; z-index: 2; cursor: pointer; height: 165px; width: 50px; } #prevbtn { top: -10px; width: 50px; height: 165px; position: absolute; cursor: pointer; z-index: 3; } #play { z-index: 2; position: absolute; width: 30px; height: 30px; left: 472px; top: 185px; cursor: pointer; } #dotContainer { position: relative; height: 10px; top: 9px; left: 443px; z-index: 1000; margin: 0; padding: 0; } #dotContainer ul { position: absolute; left: 0; top: 0; list-style: none; margin: 0; padding: 0; height: 10px; } #dotContainer ul li { width: 10px; height: 10px; margin: 0 0 0 7px; padding: 0; display: inline; cursor: pointer; } div.slide_item { width: 975px; height: 124px; position: absolute; left: 462px; padding-top: 0px; } div.first_item { left: 0; } div.slide_item h3 { padding: 10px; font-size: 16px; line-height: 20px; font-weight: normal; color: #6e6c19; } div.slide_item p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding: 0 10px 0 10px; color: #666666; line-height: 12px; } /* back to post link*/ #goback { width: 700px; text-align: center; margin-bottom: 12px; position: absolute; bottom: 30px; } #pageNumbers { text-align: right; } #pageNumbers p { font-size: 12px; font-weight: bold; font-family: Verdana; color: #666699; } /*=================================== SLIDE SHOW ROTATOR ===================================== */ h2.SS_Rotator_heading { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #666699; } #SS_Rotator_Wrapper { display: block; width: 480px; height: 420px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } #SS_Rotator_Top_Container { display: block; width: 480px; height: 28px; float: left; } #SS_Rotator_Tab_1 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_1 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_1 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_1 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_2 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_2 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_2 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_2 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_3 { display: block; height: 28px; width: 100px; float: left; text-align: center; } #SS_Rotator_Tab_3 .selected { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1_selected.gif) left no-repeat; font-weight: bold; color: white; line-height: 28px; } #SS_Rotator_Tab_3 a { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) left no-repeat; font-weight: bold; color: #666699; text-decoration: none; line-height: 28px; } #SS_Rotator_Tab_3 a:hover { display: block; height: 28px; width: 100px; background: url(http://images.emedicinehealth.com/images/slideshow/rot_tab_1.gif) right no-repeat; font-weight: bold; color: white; text-decoration: none; line-height: 28px; } #SS_Rotator_Top_Controls_Container { float: right; display: block; width: 106px; padding-top: 5px; } #SS_Rotator_left_arrow { display: block; width: 16px; height: 16px; float: left; } #SS_Rotator_left_arrow a { display: block; width: 16px; height: 16px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_left_arrows.gif) left no-repeat; } #SS_Rotator_left_arrow a:hover { display: block; width: 16px; height: 16px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_left_arrows.gif) right no-repeat; } #SS_Rotator_pg_top { display: block; height: 16px; width: 52px; float: left; font-size: 11px; color: #333333; line-height: 16px; text-align: center; } #SS_Rotator_right_arrow { display: block; width: 16px; height: 16px; float: right; padding-right: 22px; } #SS_Rotator_right_arrow a { display: block; width: 16px; height: 16px; float: right; background: url(http://images.emedicinehealth.com/images/slideshow/rot_right_arrows.gif) right no-repeat; } #SS_Rotator_right_arrow a:hover { display: block; width: 16px; height: 16px; float: right; background: url(http://images.emedicinehealth.com/images/slideshow/rot_right_arrows.gif) left no-repeat; } #SS_Rotator_Content_Container { display: block; width: 480px; height: 392px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_bg.gif) top left no-repeat; } .SS_Rotator_row_container { display: block; clear: both; width: 480px; height: 153px; clear: both; } .SS_Rotator_row_container p { margin: 0px; padding: 0px; } .SS_Rotator_pic_spacer_left { display: block; width: 16px; height: 153px; float: left; } .SS_Rotator_pic_container { display: block; width: 140px; height: 153px; float: left; background: url(http://images.emedicinehealth.com/images/slideshow/rot_photo_bg.gif) left no-repeat; } .SS_Rotator_pic_spacer_middle { display: block; width: 14px; height: 153px; float: left; } .SS_Rotator_pic_spacer_right { display: block; width: 16px; height: 153px; float: right; } .SS_Rotator_pic_spacer_right2 { display: block; width: 14px; height: 153px; float: left; } .SS_Rotator_pics img { display: block; height: 80px; width: 118px; margin: 13px 0px 3px 11px; border: 1px #FFF solid; background: #666666; } .SS_Rotator_pics img:hover { border: 1px #333333 solid; } p.SS_Rotator_titles { font-size: 12px; font-weight: bold; color: #666699; padding-left: 11px; line-height: 11px; } p.SS_Rotator_titles a, p.SS_Rotator_titles a:visited { text-decoration: none; color: #333; font-size: 12px; font-weight: bold; } p.SS_Rotator_titles a:hover { text-decoration: underline; color: #000; font-size: 12px; font-weight: bold; } p.SS_Rotator_titles a:visited a:hover { text-decoration: underline; color: #666699; font-size: 12px; font-weight: bold; } p.SS_Rotator_desc { font-size: 10px; color: #333333; margin-left: 11px; line-height: 13px; display: none; } .SS_Content_spacer_18 { display: block; width: 480px; height: 18px; clear: both; } .SS_Content_spacer_16 { display: block; width: 480px; height: 16px; clear: both; } /*adding more styles for test*/ .SS_Rotator_pics_container_content { width: 142px; text-align: left; float: left; margin: 5px; } #SS_Rotator_margin_left { display: block; width: 16px; height: 338px; float: left; } /* float pages next to margin-left*/ .SS_Rotator_page { margin: 0 0 0 24px; width: 963px; } .SS_Rotator_pics_content { width: 140px; position: relative; } div.slide_item .SS_Rotator_pics_content p { font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding: 6px; line-height: 12px; width: 106px; margin: 0 0 10px 12px; height: 24px; text-align: center; } div.slide_item .SS_Rotator_pics_content p.SS_Rotator_desc { display: none; } /* end adding more styles to test*/ /*============================ End Slide Show Rotator ============================== */
0.44553
0.06389
background-color:#212529 } #mainNav .navbar-toggler{ font-size:12px; right:0;padding:13px; text-transform:uppercase; color:#fff; border:0; background-color:#fed136; } #mainNav .navbar-brand{ color:#fed136; } #mainNav .navbar-brand.active,#mainNav .navbar-brand:active,#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover{ color:#fec503 } #mainNav .navbar-nav .nav-item .nav-link{ font-size:90%; font-weight:400; padding:.75em 0; letter-spacing:1px; color:#002240; } #mainNav .navbar-nav .nav-item .nav-link.active,#mainNav .navbar-nav .nav-item .nav-link:hover{ color:#fed136; } #mainNav .navbar-nav .nav-item .nav-link { text-transform: capitalize; font-size: 16px; } section#section1 { padding: 70px 0 50px; margin: 75px 0 0; } .cureses_s h2 { font-size: 44px; text-align: center; font-weight: bold; margin: 0 0 50px; } .cureses_text { position: relative; margin: 0 0 30px; } .inner_c { position: absolute; top: 28%; color: #fff; text-align: center; left: 0; right: 0; } .inner_c h2 { font-size: 28px; margin: 0 0 24px; font-weight: normal; } .inner_c a { border: 1px solid #fff; padding: 2px 14px; font-size: 18px; color: #fff; text-decoration:none; } .page_title{ background:url(../img/loginbg.jpg) no-repeat; background-size:cover; margin:70px 0 0; } .page_title h2{ padding:150px 0; text-align:center; color:#002240; font-size:38px; } .modal-header { border: none; padding: 5px 10px 0; } .courses_test { box-shadow: 0px 3px 5px 0 #ccc; padding: 30px 30px; display: inline-block; width: 100%; } .test_act { float: right; width: 50%; text-align: right; } .test_act a { background: #002240; padding: 6px 28px 10px; color: #fff; margin: 0 0 0 30px; text-decoration: none; width: 26%; display: inline-block; text-align: center; } .test_info { width: 50%; float: left; padding: 10px 0 0; } .test_info h2 { float: left; margin: 0; padding: 0; line-height: 20px; font-size: 18px; } .test_info h2:before { content: ""; background: #002240; width: 15px; height: 15px; display: inline-block; border-radius: 50%; margin: 0 15px 0 0; } .test_info p { padding: 0 0 0 50px; margin: 0; float: left; font-size: 22px; line-height: 19px; color: #002240; } .start a { background: transparent; color: #002240; border: 1px solid #002240; } .start h2:before { content: ""; background:none; border: 2px solid #002240; } .unavailable h2:before { content: ""; border: 2px solid #6a191b; background: none; } .unavailable h2 { color: #6a191b; } .unavailable a { background: transparent; color: #6a191b; border: 1px solid #6a191b; } .page_title_single { margin: 130px 0 0; text-align: center; } /* The container */ .container1 { display: block; position: relative; padding-left: 20px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .container1 input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark { position: absolute; top:10px; left: 0; height: 15px; width: 15px; border:2px solid #6a191b; border-radius: 50%; } /* On mouse-over, add a grey background color */ .container1:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .container1 input:checked ~ .checkmark { background-color: #002240; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .container1 input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ /*.container1 .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; }*/ .cureses_single h2 { color: #002240; margin: 0; } .cureses_single h4 { color: #6a191b; font-size: 18px; margin: 5px 0 68px; } .cureses_single p { color: #002240; margin: 0 0 40px; font-size: 24px; } .cureses_single button.cun { border: 1px solid #002240; background: transparent; color: #002240; padding: 3px 30px 6px; margin: 30px 0 0; } textarea#comment { border: 1px solid #275464; background: #fff !important; height: 150px; } button.cun.pre { border: 1px solid #6a191b; color: #6a191b; margin: 0 30px 0 0px; } button.cun.next { border: 1px solid #275464; color: #fff; background: #275464; } @media (min-width:992px){ #mainNav{ padding-top:5px; padding-bottom:10px; -webkit-transition:padding-top .3s,padding-bottom .3s; transition:padding-top .3s,padding-bottom .3s; border:none; background-color:transparent; } #mainNav .navbar-brand{ font-size:1.75em; -webkit-transition:all .3s; transition:all .3s; } #mainNav .navbar-nav .nav-item .nav-link { padding: 0 0 0 65px; } li.nav-item { position: relative; } .s_background_2JxgJ:before { width: 100%; height: 100%; content: ""; top: 0; position: absolute; left: -79%; -webkit-transform: skewX(-15deg); transform: skewX(-15deg); } .s_background_2JxgJ.s_light_3qa9S:before, .s_background_2JxgJ:before { background-color: #fff; } .s_background_2JxgJ { width: 47%; height: calc(100% - 4rem); display: block; -webkit-transition: width .15s ease; transition: width .15s ease; max-width: 110rem; position: absolute; /*top: 5rem;*/ right: 0; background-size: cover; background-repeat: no-repeat; background-position: 0; z-index: 0; } #mainNav .navbar-nav .nav-item:last-child a:before { content: ""; height: 0; } #mainNav.navbar-shrink{ padding-top:0; padding-bottom:0; background-color:#fff } #mainNav.navbar-shrink .navbar-brand{ font-size:1.25em; padding:12px 0; } } iframe { height: 700px; border: none; } section#video { margin: 0 0 -6px; } nav#mainNav { background-color: #fff; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3); box-shadow: 0 2px 8px rgba(0,0,0,.3); } img.bg { min-height: 100%; min-width: 1024px; width: 100%; height: auto; position: fixed; top: 0; left: 0; } .intro-text { position: relative; color: #fff; margin: auto; display: table; } .container.welcome_login{ top: 30%; position: absolute; left: 0; right: 0; } .container.login{ top: 30%; position: absolute; left: 0; right: 0; } header.masthead .intro-text .intro-lead-in{ font-size:22px; font-style:italic; line-height:22px; margin-bottom:15px; } .logo { position: relative; z-index: 999; margin: 24px 0 0px 8px; } .logo img { width: 75px; } header.masthead .intro-text .intro-heading{ font-size:50px; line-height:50px; margin-bottom:25px; } .form-control { border: 1px solid #707070; border-radius: 0; background: #efefef !important; } .form-group { margin-bottom: 20px !important; } .log { font-size: 28px; margin: 0 0 20px; } button.btn.btn-primary { border: 2px solid #fff; background: transparent; border-radius: 0; padding: 6px 20px; color: #fff; font-size: 18px; } .login a { border: none !important; padding: 0 0 0 25px !important; font-size: 20px; margin: 15px 0 0 0 !important; float: right; } header .intro-text a { border: 1px solid #fff; color: #fff; padding: 0px 16px 3px; line-height: 10px; margin: 0; text-decoration:none; } header.masthead .header_text { padding-top: 110px; } .left_head_text { padding: 0px 0 0; } .left_head_text h2 { font-size: 32px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #000; } .left_head_text ul li { padding: 0 0 30px; font-size: 16px; color: #000; } .left_head_text ul { list-style: none; padding: 30px 0 0 0; margin: 0; } .left_head_text ul li .img_head { width: 35px; margin: 0 5px 0 0px; } .left_head_text ul li span { color: #e53b2c; } .head_form { padding: 40px; /*background: linear-gradient(to bottom, #e53b2c 0%, #ef8136 100%);*/ background:#fff; } .head_form h2 { color: #fff; text-transform: uppercase; font-size: 24px; margin: 0; } .head_form p { font-size: 14px; color: #fff; margin: 15px 0 40px; } #contactForm input { background: transparent; border: none; border-bottom: 2px solid #ced4da; border-radius: 0; padding: 0 0 15px; outline: none; color: #fff; } .form-control:focus { background: transparent; box-shadow: none; border-color: #7d7d7d; } #contactForm ::placeholder{ text-transform:uppercase; } .form-group { margin-bottom: 40px; } textarea.form-control{ background: transparent; border: none; border-bottom: 2px solid #ced4da; border-radius: 0; padding: 0 0 15px; height: 45px; } button#sendMessageButton { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); border: none; width: 100%; height: 50px; color: #fff; } #section10 a { padding-top: 60px; } #section10 a span { position: absolute; top: 30px; left: 50%; width: 30px; height: 50px; margin-left: -15px; border: 2px solid #000; border-radius: 50px; box-sizing: border-box; } #section10 a span::before { position: absolute; top: 10px; left: 50%; content: ''; width: 6px; height: 6px; margin-left: -3px; background-color: #000; border-radius: 100%; -webkit-animation: sdb10 3s infinite; animation: sdb10 3s infinite; box-sizing: border-box; } @-webkit-keyframes sdb10 { 0% { -webkit-transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { -webkit-transform: translate(0, 20px); opacity: 0; } 100% { opacity: 0; } } @keyframes sdb10 { 0% { transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { transform: translate(0, 20px); opacity: 0; } 100% { opacity: 0; } } .scroll_btn { position: relative; text-align: center; margin: 50px 0 0; padding: 0 0 100px; } #section10 a { padding-top: 60px; color: #000; font-size: 14px; text-decoration: none; } .page-section { padding: 50px 0; } .invest_s h2 { font-size: 32px; text-align: center; text-transform: uppercase; letter-spacing: 3px; color:#000; } p { color: #9a9a9a; } .invest_text h3 { background: #e3b965; color: #fff; width: 35px; height: 35px; border-radius: 50%; text-align: center; float: left; margin: 0 40px 0 0px; } .invest_text { padding: 95px 0 0; } .services_box { box-shadow: inset 0 0 0 2000px #000000b8; text-align: center; padding: 70px 50px; background-size: cover !important; background-position: center center !important; } .services_box img { width: 100px; } .services_box h2 { color: #fff; margin: 60px 0 15px; font-size: 20px; text-transform: uppercase; } .services_box p { color: #fff; margin: 0; padding: 0; font-size: 14px; } #section3{ background:#f8f8f8; } .featured_s { background: #fff; margin: 50px 0 0; } .featured_s ul { list-style: none; padding: 0; margin: 0; } .featured_s ul li { float: left; padding: 0 55px 0 0; } .featured_s ul li span { color: #e1b76f; padding: 0 15px 0 0px; } .featured_s ul li img { padding: 0 20px 0 0; } .featured_s h3 { font-size: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin: 0; } .featured_s p { font-size: 14px; color: #888888; padding: 20px 0 40px; margin: 0; } .btn_ { clear: both; display: inline-block; padding: 60px 0 0; width: 100%; } .btn_ a { text-transform: uppercase; color: #989898; font-size: 24px; padding: 15px 50px; text-decoration: none; } a.enq { background: #ecbe69; color: #fff !important; } .villa { padding-top: 90px; padding-bottom: 80px; padding-left: 90px; } #section3 .container-fluid { padding-right: 40px; padding-left: 40px; } a.view { text-align: center; margin: 0 auto; display: block; color: #908f93; text-transform: uppercase; font-weight: 500; text-decoration: none; padding: 60px 0 0; } a.view span { color: #e1b76f; } #section4{ background:url(../img/why.jpg) no-repeat; background-position: center center; background-size: cover; box-shadow: inset 0 0 0 2000px #00000045; } h2.why_title:before { content: ""; background: #dcaf6f; width: 12px; height: 12px; display: block; position: absolute; left: -22px; top: 5px; } h2.why_title { color: #fff; line-height: 27px; text-transform: uppercase; font-size: 27px; letter-spacing: 2px; position: relative; } .property_box { background: #fff; padding: 60px 60px; } .property_box p { color: #9a9a9a; } .property_box a { color: #000; font-weight: bold; position: relative; margin: 60px 0 0; display: block; } .property_box a:after { content: ""; background: #000; width: 50px; height: 2px; display: block; position: absolute; left: 90px; top: 13px; } .why_text_ { padding: 110px 155px 0; } .why_text_ h2.why_title.se { color: #000; margin: 0 0 20px; } .why_text_ p { color: #9a9a9a; font-size: 14px; } .why_text_ a { color: #000; text-decoration: none; font-weight: bold; margin: 20px 0 0; display: inline-block; } .why_img { padding: 0; } .seond_text_ { padding: 90px 80px 0px; } .gray_ { background: #f8f8f8; } .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vert .carousel-item-next, .vert .active.carousel-item-right { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100% 0); } .vert .carousel-item-prev, .vert .active.carousel-item-left { -webkit-transform: translate3d(0,-100%, 0); transform: translate3d(0,-100%, 0); } .carousel-indicators li { font-size: 18px; text-indent: inherit; background: transparent; width: auto; height: auto; opacity: 1; float: none; border: none; padding: 0px 0 15px; } .carousel-indicators { right: 580px; display: block; padding-left: 0; margin-right: 0; margin-left: -40px; top: 0; } .carousel-indicators .active:after { content: ""; height: 85px; width: 1px; background: #000; display: block; margin: 0 0 0px 0; } .carousel-indicators li span { transform: rotate(-90deg); display: block; padding: 0 0 0px 0; } .carousel-indicators .active:last-child:after { height: 28px; } .clients h2 { font-size: 24px; padding: 0 0 10px; text-transform: uppercase; } .clients { text-align: center; } .clients ul li:last-child { padding: 0; } .clients ul li { float: left; padding: 0 75px 0 0; } .clients ul { padding: 0; margin: 0; list-style: none; } .clients ul li img { width: 125px; } .clients ul li:first-child img { padding: 0; } .clients ul li img { width: 125px; padding: 18px 0 0; } .clients ul li:nth-child(2) img { padding: 59px 0 0; } #contactForm_bottom .form-group { margin: 0 0 15px; } #contactForm_bottom input::placeholder, #contactForm_bottom textarea::placeholder{ text-transform: capitalize; } #contactForm_bottom textarea#message { height: 80px; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; padding: .375rem .75rem; } #contactForm_bottom button#sendMessageButton { text-transform: capitalize !important; width: auto; padding: 0 40px; display: block; background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); color: #fff; } #contact h2 { font-size: 24px; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 24px; color:#000; } #contact p { color: #9a9a9a; font-size: 14px; } #contact p span{ color: #000; } .footer h2 { font-size:24px; text-transform:uppercase; letter-spacing:1px; margin: 0 0 30px; color: #fff; } .footer a { display:block; color: #fff; text-decoration:none; line-height:52px; } i.fa.fa-mobile { font-size: 20px; margin: 10px 0 0; padding: 0 5px 0 0; } .footer .col-sm-3 { text-align: center; } .footer i { padding: 0 5px 0 0px; } footer.footer { padding: 30px 0 30px; background: #222; } .modal-body { padding: 0; border: none; } .modal-content { background: #fff; } h5#exampleModalLabel { text-transform: uppercase; color: #000; } .modal-header .close { color: #000; opacity: 1; } .modal-body .head_form { padding: 28px; } .btn-primary.focus, .btn-primary:focus { box-shadow: none; } .footer p { color: #fff; margin: 17px 0 0; clear: both; display: inline-block; width: 100%; } button.btn.btn-primary.popup { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); color: #fff; /* width: 70%; */ height: 50px; font-size: 24px; padding: 0 30px; text-transform: uppercase; border: none; } .footer ul { list-style: none; padding: 0; } .footer ul li { float: left; padding: 0 50px 0 0px; } @media (min-width: 576px){ .modal-dialog { margin: 8.75rem auto; } } @media (max-width:576px){ button.cun.pre { margin: 30px 0 0; } .container.welcome_login { margin: 0 0 30px; } .container.login { margin: 0 0 40px; } .login a { font-size: 14px; } .courses_test { display: inline-block; width: 100%; } .test_info { width: 100%; float: none; display: inline-block; } .test_info h2 { float: none; } .test_info p { padding: 15px 0 15px 0; float: none; } .test_act { float: none; width: 100%; text-align: left; } .test_act a { width: 60%; margin: 0 !important; } .test_act img { margin: 0 15px 0 0px; } .left_head_text { padding: 0 0 0; } .scroll_btn { margin: 20px 0 0; } .modal-dialog { margin: 80px 10px; } button.btn.btn-primary.popup { width: 100%; margin: 0 0 20px; font-size:14px; } .left_head_text h2 { font-size: 18px; } .invest_text { padding: 25px 0 0; text-align: center; } .invest_text h3 { float: none; margin: 0 auto 20px; } .page-section { padding: 30px 0; } section#section1 { margin: 0 0 0; } header.masthead .header_text { padding-top: 40px; } .invest_s h2 { font-size: 24px; } #section3 .invest_s h2 { font-size: 16px; } #section3 .container-fluid { padding-right: 15px; padding-left: 15px; } .featured_s { margin: 30px 0 0; } .villa { padding-top: 30px; padding-bottom: 40px; padding-left: 26px; padding-right: 26px; } .btn_ a { display: inline-block; width: 100%; text-align: center; } .featured_s ul li { padding: 0 20px 20px 0; } .btn_ { padding: 20px 0 0; } a.view { padding: 30px 0 0; } h2.why_title:before { left: 0px; } h2.why_title { padding: 0 0 0 20px; } .property_box { background: #fff; padding: 15px 15px; } .property_box p { margin: 0 0 10px; } .why_text_ { padding: 40px 20px 40px; } .head_form { padding: 20px; } .clients h2 { font-size: 19px; padding: 0 0 40px; text-align:center; } section#section7 { padding: 0; } .clients ul li { float: none; padding: 0 0 0 0; text-align: center; } #contactForm_bottom button#sendMessageButton { display: inline-block; width: 100%; } #contact h2 { margin: 38px 0 15px; } .footer h2 { margin: 20px 0 15px; } .left_head_text ul { padding: 15px 0 0 0; } .left_head_text ul li .img_head { width: 35px; } .left_head_text ul li { padding: 0 0 15px; font-size: 14px; } #mainNav .navbar-toggler { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); } .footer p { margin: 0 0 10px; } } @media (max-width: 376px){ .modal-dialog { margin: 40px 10px; } } /*---------------------------------------------------------------profile---------------------------------------------------*/ nav#mainNav { box-shadow: none; border-bottom: 1px solid #ccc; padding: 15px 0 22px; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: #760800 ; } #mainNav .navbar-nav .nav-item .nav-link { padding: 0 0 0 0; text-transform: uppercase; font-size: 19px; border: none; font-weight: 600 !important; color: #5d5d5d; } ul#myTab { border: none; display: table; margin: 0 auto; } #myTab li.nav-item { padding: 0 0 0 80px; float: left; } #myTab li.nav-item:first-child { padding: 0; } section#user_part { padding: 15px 0 0; } nav.top_tab_details { border-bottom: 1px solid #ccc; } #nav-tab.nav-tabs .nav-item.show .nav-link, #nav-tab.nav-tabs .nav-link.active { border-bottom: 2px solid #760800 !important; border-top: none; border-right: none; border-left: none; color: #8b8b8b; } #nav-tab.nav-tabs .nav-link { border: 0px solid transparent; color: #a5a5a5; float: left; padding: 0 0 15px; margin: 0 0 0 100px; } .nav-tabs { border-bottom: 1px solid #dee2e6; border-bottom: none; } div#nav-tab { text-align: center; margin: 0 auto; display: table; } #nav-tab.nav-tabs .nav-link:first-child { margin: 0; } a.navbar-brand.js-scroll-trigger.logo_se { margin: 0; } a.navbar-brand.js-scroll-trigger.logo_se { padding: 0 0 0 0; } .container-fluid { padding-right: 35px; padding-left: 35px; } .text_outer { border: 1px solid #ccc; border-radius: 20px; overflow: hidden; margin: 0 0 25px; padding: 5px 20px 5px; } .text_outer label { margin: 0 0 0; font-size: 14px; } .text_outer .form-control { background: transparent !important; height: 20px; border: none; padding: 0; } .personal p { font-size: 11px; } form#contacts_form h2.form_title { color: #760800; font-size: 16px; padding: 0 0 20px; margin: 0; } form#contacts_form { padding: 20px 0 0; } button.btn-dark.contact_btn { text-align: right; float: right; background: #760800; border: none; margin: 0 0 60px; padding: 2px 45px 3px; border-radius: 25px; text-transform: uppercase; font-size: 13px; color: #dfc8c6; } .agreements h3 { color: #760800; font-size: 16px; } .agreements h3 span { color: #000; } .top_part_ ul { list-style: none; margin: 0; padding: 0; } .top_part_ ul li { float: left; padding: 0 160px 0 0; } .download_file { clear: both; display: block; } .download_file { clear: both; border: 1px solid #ccc; margin: 10px 0 0; display: inline-block; width: 100%; padding: 10px; } .download_file .left_part { float: left; } .download_file .right_part { float: right; } .download_file .left_part p { float: left; padding: 0 100px 0 0; margin: 0; } .download_file .right_part a { border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .download_file .right_part a.down { padding: 0 15px !important; color: #760800 !important; border-color: #760800 !important; } .agreements { padding: 30px 0 0; } .text_outer.file_upload { padding-top: 0; } .text_outer.file_upload input#icondemo { height: 23px; font-size: 12px; } @media (max-width: 767px){ a.navbar-brand.js-scroll-trigger.logo_se { padding: 0 0 0 0; } button.navbar-toggler.navbar-toggler-right { margin: 0 10px 0 0px !important; } #myTab li.nav-item { padding: 0 0 0 0px; margin: 0 0 0 0; float: none; } ul#myTab { display: block; } #mainNav .navbar-nav .nav-item .nav-link { padding: 15px 0 0 15px; } .container-fluid { padding-right: 15px; padding-left: 15px; } #nav-tab.nav-tabs .nav-link { float: none; padding: 0 0 15px; margin: 0 0 0 0; text-align: center; } .top_part_ ul li { float: left; padding: 0 50px 0 0; } .download_file .left_part p { float: none; padding: 0 0px 0 0; margin: 0; } .download_file .right_part { margin: 20px 0 0; float: none; display: inherit; clear: both; } .download_file .right_part a:first-child { margin: 0; } .download_file .left_part { float: none; } } /********** Priyanka ********************/ .tab-pane h3 { color: #760800; font-size: 16px; } .tab-pane h3 span { color: #000; } .inner-tab-box { padding: 30px 0 0; } tbody tr { border: 1px solid #cecece; margin-bottom:10px; } td { padding:10px; } th { padding:10px; font-weight:400 !important; } td a { border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } td a.down { padding: 0 15px !important; color: #760800 !important; border-color: #760800 !important; } .spacer{ height:15px; } .action-box { float:right !important; } .active-span { color: #760800 !important; } span.close.close-span { font-size: 14px; font-weight: 400; color: #000; float: left; } form{ margin-bottom:0px; } .modal-content button.btn-dark.contact_btn { margin: 0 0 0px !important; } td { padding: 10px; color: #9a9a9a !important; } .bg-btn { background-color: #760800; border-color: #760800; color:#fff; border: 1px solid #760800; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .default-btn{ border: 1px solid #760800; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #760800; text-decoration: none; } .grey-btn{ border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .btn-div { text-align:right; } .chapter-box { padding:10px; box-shadow:0px 4px 4px 2px #e9e7e7; margin-bottom:10px; margin-left:10px; margin-right:10px; text-align:left; } .chapter-box p { margin-bottom:0px; } .colordot { height: 10px; width: 10px; background-color: #760800; border-radius: 50%; display: inline-block; } .dot { height: 10px; width: 10px; background-color: #bbb; border-radius: 50%; display: inline-block; } /***************WIZARD CSS****************/ /* Hide all steps by default: */ /* .tab { display: none; } */ #regForm { background-color: #ffffff; margin: 100px auto; font-family: Raleway; padding: 40px; width: 70%; min-width: 300px; } h1 { text-align: center; } input { padding: 10px; width: 100%; font-size: 17px; font-family: Raleway; border: 1px solid #aaaaaa; } /* Mark input boxes that gets an error on validation: */ input.invalid { background-color: #ffdddd; } button { background-color: #4CAF50; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; font-family: Raleway; cursor: pointer; } button:hover { opacity: 0.8; } #prevBtn { background-color: #bbbbbb; } /* Make circles that indicate the steps of the form: */ .step { height: 15px; width: 15px; margin: 0 2px; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.5; } .step.active { opacity: 1; } /* Mark the steps that are finished and valid: */ .step.finish { background-color: #4CAF50; } .tab { box-shadow:0px 4px 4px 2px #e9e7e7; } /*****************************/
public/css/style_old.css
background-color:#212529 } #mainNav .navbar-toggler{ font-size:12px; right:0;padding:13px; text-transform:uppercase; color:#fff; border:0; background-color:#fed136; } #mainNav .navbar-brand{ color:#fed136; } #mainNav .navbar-brand.active,#mainNav .navbar-brand:active,#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover{ color:#fec503 } #mainNav .navbar-nav .nav-item .nav-link{ font-size:90%; font-weight:400; padding:.75em 0; letter-spacing:1px; color:#002240; } #mainNav .navbar-nav .nav-item .nav-link.active,#mainNav .navbar-nav .nav-item .nav-link:hover{ color:#fed136; } #mainNav .navbar-nav .nav-item .nav-link { text-transform: capitalize; font-size: 16px; } section#section1 { padding: 70px 0 50px; margin: 75px 0 0; } .cureses_s h2 { font-size: 44px; text-align: center; font-weight: bold; margin: 0 0 50px; } .cureses_text { position: relative; margin: 0 0 30px; } .inner_c { position: absolute; top: 28%; color: #fff; text-align: center; left: 0; right: 0; } .inner_c h2 { font-size: 28px; margin: 0 0 24px; font-weight: normal; } .inner_c a { border: 1px solid #fff; padding: 2px 14px; font-size: 18px; color: #fff; text-decoration:none; } .page_title{ background:url(../img/loginbg.jpg) no-repeat; background-size:cover; margin:70px 0 0; } .page_title h2{ padding:150px 0; text-align:center; color:#002240; font-size:38px; } .modal-header { border: none; padding: 5px 10px 0; } .courses_test { box-shadow: 0px 3px 5px 0 #ccc; padding: 30px 30px; display: inline-block; width: 100%; } .test_act { float: right; width: 50%; text-align: right; } .test_act a { background: #002240; padding: 6px 28px 10px; color: #fff; margin: 0 0 0 30px; text-decoration: none; width: 26%; display: inline-block; text-align: center; } .test_info { width: 50%; float: left; padding: 10px 0 0; } .test_info h2 { float: left; margin: 0; padding: 0; line-height: 20px; font-size: 18px; } .test_info h2:before { content: ""; background: #002240; width: 15px; height: 15px; display: inline-block; border-radius: 50%; margin: 0 15px 0 0; } .test_info p { padding: 0 0 0 50px; margin: 0; float: left; font-size: 22px; line-height: 19px; color: #002240; } .start a { background: transparent; color: #002240; border: 1px solid #002240; } .start h2:before { content: ""; background:none; border: 2px solid #002240; } .unavailable h2:before { content: ""; border: 2px solid #6a191b; background: none; } .unavailable h2 { color: #6a191b; } .unavailable a { background: transparent; color: #6a191b; border: 1px solid #6a191b; } .page_title_single { margin: 130px 0 0; text-align: center; } /* The container */ .container1 { display: block; position: relative; padding-left: 20px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .container1 input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark { position: absolute; top:10px; left: 0; height: 15px; width: 15px; border:2px solid #6a191b; border-radius: 50%; } /* On mouse-over, add a grey background color */ .container1:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .container1 input:checked ~ .checkmark { background-color: #002240; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .container1 input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ /*.container1 .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; }*/ .cureses_single h2 { color: #002240; margin: 0; } .cureses_single h4 { color: #6a191b; font-size: 18px; margin: 5px 0 68px; } .cureses_single p { color: #002240; margin: 0 0 40px; font-size: 24px; } .cureses_single button.cun { border: 1px solid #002240; background: transparent; color: #002240; padding: 3px 30px 6px; margin: 30px 0 0; } textarea#comment { border: 1px solid #275464; background: #fff !important; height: 150px; } button.cun.pre { border: 1px solid #6a191b; color: #6a191b; margin: 0 30px 0 0px; } button.cun.next { border: 1px solid #275464; color: #fff; background: #275464; } @media (min-width:992px){ #mainNav{ padding-top:5px; padding-bottom:10px; -webkit-transition:padding-top .3s,padding-bottom .3s; transition:padding-top .3s,padding-bottom .3s; border:none; background-color:transparent; } #mainNav .navbar-brand{ font-size:1.75em; -webkit-transition:all .3s; transition:all .3s; } #mainNav .navbar-nav .nav-item .nav-link { padding: 0 0 0 65px; } li.nav-item { position: relative; } .s_background_2JxgJ:before { width: 100%; height: 100%; content: ""; top: 0; position: absolute; left: -79%; -webkit-transform: skewX(-15deg); transform: skewX(-15deg); } .s_background_2JxgJ.s_light_3qa9S:before, .s_background_2JxgJ:before { background-color: #fff; } .s_background_2JxgJ { width: 47%; height: calc(100% - 4rem); display: block; -webkit-transition: width .15s ease; transition: width .15s ease; max-width: 110rem; position: absolute; /*top: 5rem;*/ right: 0; background-size: cover; background-repeat: no-repeat; background-position: 0; z-index: 0; } #mainNav .navbar-nav .nav-item:last-child a:before { content: ""; height: 0; } #mainNav.navbar-shrink{ padding-top:0; padding-bottom:0; background-color:#fff } #mainNav.navbar-shrink .navbar-brand{ font-size:1.25em; padding:12px 0; } } iframe { height: 700px; border: none; } section#video { margin: 0 0 -6px; } nav#mainNav { background-color: #fff; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3); box-shadow: 0 2px 8px rgba(0,0,0,.3); } img.bg { min-height: 100%; min-width: 1024px; width: 100%; height: auto; position: fixed; top: 0; left: 0; } .intro-text { position: relative; color: #fff; margin: auto; display: table; } .container.welcome_login{ top: 30%; position: absolute; left: 0; right: 0; } .container.login{ top: 30%; position: absolute; left: 0; right: 0; } header.masthead .intro-text .intro-lead-in{ font-size:22px; font-style:italic; line-height:22px; margin-bottom:15px; } .logo { position: relative; z-index: 999; margin: 24px 0 0px 8px; } .logo img { width: 75px; } header.masthead .intro-text .intro-heading{ font-size:50px; line-height:50px; margin-bottom:25px; } .form-control { border: 1px solid #707070; border-radius: 0; background: #efefef !important; } .form-group { margin-bottom: 20px !important; } .log { font-size: 28px; margin: 0 0 20px; } button.btn.btn-primary { border: 2px solid #fff; background: transparent; border-radius: 0; padding: 6px 20px; color: #fff; font-size: 18px; } .login a { border: none !important; padding: 0 0 0 25px !important; font-size: 20px; margin: 15px 0 0 0 !important; float: right; } header .intro-text a { border: 1px solid #fff; color: #fff; padding: 0px 16px 3px; line-height: 10px; margin: 0; text-decoration:none; } header.masthead .header_text { padding-top: 110px; } .left_head_text { padding: 0px 0 0; } .left_head_text h2 { font-size: 32px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #000; } .left_head_text ul li { padding: 0 0 30px; font-size: 16px; color: #000; } .left_head_text ul { list-style: none; padding: 30px 0 0 0; margin: 0; } .left_head_text ul li .img_head { width: 35px; margin: 0 5px 0 0px; } .left_head_text ul li span { color: #e53b2c; } .head_form { padding: 40px; /*background: linear-gradient(to bottom, #e53b2c 0%, #ef8136 100%);*/ background:#fff; } .head_form h2 { color: #fff; text-transform: uppercase; font-size: 24px; margin: 0; } .head_form p { font-size: 14px; color: #fff; margin: 15px 0 40px; } #contactForm input { background: transparent; border: none; border-bottom: 2px solid #ced4da; border-radius: 0; padding: 0 0 15px; outline: none; color: #fff; } .form-control:focus { background: transparent; box-shadow: none; border-color: #7d7d7d; } #contactForm ::placeholder{ text-transform:uppercase; } .form-group { margin-bottom: 40px; } textarea.form-control{ background: transparent; border: none; border-bottom: 2px solid #ced4da; border-radius: 0; padding: 0 0 15px; height: 45px; } button#sendMessageButton { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); border: none; width: 100%; height: 50px; color: #fff; } #section10 a { padding-top: 60px; } #section10 a span { position: absolute; top: 30px; left: 50%; width: 30px; height: 50px; margin-left: -15px; border: 2px solid #000; border-radius: 50px; box-sizing: border-box; } #section10 a span::before { position: absolute; top: 10px; left: 50%; content: ''; width: 6px; height: 6px; margin-left: -3px; background-color: #000; border-radius: 100%; -webkit-animation: sdb10 3s infinite; animation: sdb10 3s infinite; box-sizing: border-box; } @-webkit-keyframes sdb10 { 0% { -webkit-transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { -webkit-transform: translate(0, 20px); opacity: 0; } 100% { opacity: 0; } } @keyframes sdb10 { 0% { transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { transform: translate(0, 20px); opacity: 0; } 100% { opacity: 0; } } .scroll_btn { position: relative; text-align: center; margin: 50px 0 0; padding: 0 0 100px; } #section10 a { padding-top: 60px; color: #000; font-size: 14px; text-decoration: none; } .page-section { padding: 50px 0; } .invest_s h2 { font-size: 32px; text-align: center; text-transform: uppercase; letter-spacing: 3px; color:#000; } p { color: #9a9a9a; } .invest_text h3 { background: #e3b965; color: #fff; width: 35px; height: 35px; border-radius: 50%; text-align: center; float: left; margin: 0 40px 0 0px; } .invest_text { padding: 95px 0 0; } .services_box { box-shadow: inset 0 0 0 2000px #000000b8; text-align: center; padding: 70px 50px; background-size: cover !important; background-position: center center !important; } .services_box img { width: 100px; } .services_box h2 { color: #fff; margin: 60px 0 15px; font-size: 20px; text-transform: uppercase; } .services_box p { color: #fff; margin: 0; padding: 0; font-size: 14px; } #section3{ background:#f8f8f8; } .featured_s { background: #fff; margin: 50px 0 0; } .featured_s ul { list-style: none; padding: 0; margin: 0; } .featured_s ul li { float: left; padding: 0 55px 0 0; } .featured_s ul li span { color: #e1b76f; padding: 0 15px 0 0px; } .featured_s ul li img { padding: 0 20px 0 0; } .featured_s h3 { font-size: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin: 0; } .featured_s p { font-size: 14px; color: #888888; padding: 20px 0 40px; margin: 0; } .btn_ { clear: both; display: inline-block; padding: 60px 0 0; width: 100%; } .btn_ a { text-transform: uppercase; color: #989898; font-size: 24px; padding: 15px 50px; text-decoration: none; } a.enq { background: #ecbe69; color: #fff !important; } .villa { padding-top: 90px; padding-bottom: 80px; padding-left: 90px; } #section3 .container-fluid { padding-right: 40px; padding-left: 40px; } a.view { text-align: center; margin: 0 auto; display: block; color: #908f93; text-transform: uppercase; font-weight: 500; text-decoration: none; padding: 60px 0 0; } a.view span { color: #e1b76f; } #section4{ background:url(../img/why.jpg) no-repeat; background-position: center center; background-size: cover; box-shadow: inset 0 0 0 2000px #00000045; } h2.why_title:before { content: ""; background: #dcaf6f; width: 12px; height: 12px; display: block; position: absolute; left: -22px; top: 5px; } h2.why_title { color: #fff; line-height: 27px; text-transform: uppercase; font-size: 27px; letter-spacing: 2px; position: relative; } .property_box { background: #fff; padding: 60px 60px; } .property_box p { color: #9a9a9a; } .property_box a { color: #000; font-weight: bold; position: relative; margin: 60px 0 0; display: block; } .property_box a:after { content: ""; background: #000; width: 50px; height: 2px; display: block; position: absolute; left: 90px; top: 13px; } .why_text_ { padding: 110px 155px 0; } .why_text_ h2.why_title.se { color: #000; margin: 0 0 20px; } .why_text_ p { color: #9a9a9a; font-size: 14px; } .why_text_ a { color: #000; text-decoration: none; font-weight: bold; margin: 20px 0 0; display: inline-block; } .why_img { padding: 0; } .seond_text_ { padding: 90px 80px 0px; } .gray_ { background: #f8f8f8; } .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vert .carousel-item-next, .vert .active.carousel-item-right { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100% 0); } .vert .carousel-item-prev, .vert .active.carousel-item-left { -webkit-transform: translate3d(0,-100%, 0); transform: translate3d(0,-100%, 0); } .carousel-indicators li { font-size: 18px; text-indent: inherit; background: transparent; width: auto; height: auto; opacity: 1; float: none; border: none; padding: 0px 0 15px; } .carousel-indicators { right: 580px; display: block; padding-left: 0; margin-right: 0; margin-left: -40px; top: 0; } .carousel-indicators .active:after { content: ""; height: 85px; width: 1px; background: #000; display: block; margin: 0 0 0px 0; } .carousel-indicators li span { transform: rotate(-90deg); display: block; padding: 0 0 0px 0; } .carousel-indicators .active:last-child:after { height: 28px; } .clients h2 { font-size: 24px; padding: 0 0 10px; text-transform: uppercase; } .clients { text-align: center; } .clients ul li:last-child { padding: 0; } .clients ul li { float: left; padding: 0 75px 0 0; } .clients ul { padding: 0; margin: 0; list-style: none; } .clients ul li img { width: 125px; } .clients ul li:first-child img { padding: 0; } .clients ul li img { width: 125px; padding: 18px 0 0; } .clients ul li:nth-child(2) img { padding: 59px 0 0; } #contactForm_bottom .form-group { margin: 0 0 15px; } #contactForm_bottom input::placeholder, #contactForm_bottom textarea::placeholder{ text-transform: capitalize; } #contactForm_bottom textarea#message { height: 80px; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; padding: .375rem .75rem; } #contactForm_bottom button#sendMessageButton { text-transform: capitalize !important; width: auto; padding: 0 40px; display: block; background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); color: #fff; } #contact h2 { font-size: 24px; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 24px; color:#000; } #contact p { color: #9a9a9a; font-size: 14px; } #contact p span{ color: #000; } .footer h2 { font-size:24px; text-transform:uppercase; letter-spacing:1px; margin: 0 0 30px; color: #fff; } .footer a { display:block; color: #fff; text-decoration:none; line-height:52px; } i.fa.fa-mobile { font-size: 20px; margin: 10px 0 0; padding: 0 5px 0 0; } .footer .col-sm-3 { text-align: center; } .footer i { padding: 0 5px 0 0px; } footer.footer { padding: 30px 0 30px; background: #222; } .modal-body { padding: 0; border: none; } .modal-content { background: #fff; } h5#exampleModalLabel { text-transform: uppercase; color: #000; } .modal-header .close { color: #000; opacity: 1; } .modal-body .head_form { padding: 28px; } .btn-primary.focus, .btn-primary:focus { box-shadow: none; } .footer p { color: #fff; margin: 17px 0 0; clear: both; display: inline-block; width: 100%; } button.btn.btn-primary.popup { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); color: #fff; /* width: 70%; */ height: 50px; font-size: 24px; padding: 0 30px; text-transform: uppercase; border: none; } .footer ul { list-style: none; padding: 0; } .footer ul li { float: left; padding: 0 50px 0 0px; } @media (min-width: 576px){ .modal-dialog { margin: 8.75rem auto; } } @media (max-width:576px){ button.cun.pre { margin: 30px 0 0; } .container.welcome_login { margin: 0 0 30px; } .container.login { margin: 0 0 40px; } .login a { font-size: 14px; } .courses_test { display: inline-block; width: 100%; } .test_info { width: 100%; float: none; display: inline-block; } .test_info h2 { float: none; } .test_info p { padding: 15px 0 15px 0; float: none; } .test_act { float: none; width: 100%; text-align: left; } .test_act a { width: 60%; margin: 0 !important; } .test_act img { margin: 0 15px 0 0px; } .left_head_text { padding: 0 0 0; } .scroll_btn { margin: 20px 0 0; } .modal-dialog { margin: 80px 10px; } button.btn.btn-primary.popup { width: 100%; margin: 0 0 20px; font-size:14px; } .left_head_text h2 { font-size: 18px; } .invest_text { padding: 25px 0 0; text-align: center; } .invest_text h3 { float: none; margin: 0 auto 20px; } .page-section { padding: 30px 0; } section#section1 { margin: 0 0 0; } header.masthead .header_text { padding-top: 40px; } .invest_s h2 { font-size: 24px; } #section3 .invest_s h2 { font-size: 16px; } #section3 .container-fluid { padding-right: 15px; padding-left: 15px; } .featured_s { margin: 30px 0 0; } .villa { padding-top: 30px; padding-bottom: 40px; padding-left: 26px; padding-right: 26px; } .btn_ a { display: inline-block; width: 100%; text-align: center; } .featured_s ul li { padding: 0 20px 20px 0; } .btn_ { padding: 20px 0 0; } a.view { padding: 30px 0 0; } h2.why_title:before { left: 0px; } h2.why_title { padding: 0 0 0 20px; } .property_box { background: #fff; padding: 15px 15px; } .property_box p { margin: 0 0 10px; } .why_text_ { padding: 40px 20px 40px; } .head_form { padding: 20px; } .clients h2 { font-size: 19px; padding: 0 0 40px; text-align:center; } section#section7 { padding: 0; } .clients ul li { float: none; padding: 0 0 0 0; text-align: center; } #contactForm_bottom button#sendMessageButton { display: inline-block; width: 100%; } #contact h2 { margin: 38px 0 15px; } .footer h2 { margin: 20px 0 15px; } .left_head_text ul { padding: 15px 0 0 0; } .left_head_text ul li .img_head { width: 35px; } .left_head_text ul li { padding: 0 0 15px; font-size: 14px; } #mainNav .navbar-toggler { background: linear-gradient(to bottom, #e53b2c 17%, #ef8136 117%); } .footer p { margin: 0 0 10px; } } @media (max-width: 376px){ .modal-dialog { margin: 40px 10px; } } /*---------------------------------------------------------------profile---------------------------------------------------*/ nav#mainNav { box-shadow: none; border-bottom: 1px solid #ccc; padding: 15px 0 22px; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: #760800 ; } #mainNav .navbar-nav .nav-item .nav-link { padding: 0 0 0 0; text-transform: uppercase; font-size: 19px; border: none; font-weight: 600 !important; color: #5d5d5d; } ul#myTab { border: none; display: table; margin: 0 auto; } #myTab li.nav-item { padding: 0 0 0 80px; float: left; } #myTab li.nav-item:first-child { padding: 0; } section#user_part { padding: 15px 0 0; } nav.top_tab_details { border-bottom: 1px solid #ccc; } #nav-tab.nav-tabs .nav-item.show .nav-link, #nav-tab.nav-tabs .nav-link.active { border-bottom: 2px solid #760800 !important; border-top: none; border-right: none; border-left: none; color: #8b8b8b; } #nav-tab.nav-tabs .nav-link { border: 0px solid transparent; color: #a5a5a5; float: left; padding: 0 0 15px; margin: 0 0 0 100px; } .nav-tabs { border-bottom: 1px solid #dee2e6; border-bottom: none; } div#nav-tab { text-align: center; margin: 0 auto; display: table; } #nav-tab.nav-tabs .nav-link:first-child { margin: 0; } a.navbar-brand.js-scroll-trigger.logo_se { margin: 0; } a.navbar-brand.js-scroll-trigger.logo_se { padding: 0 0 0 0; } .container-fluid { padding-right: 35px; padding-left: 35px; } .text_outer { border: 1px solid #ccc; border-radius: 20px; overflow: hidden; margin: 0 0 25px; padding: 5px 20px 5px; } .text_outer label { margin: 0 0 0; font-size: 14px; } .text_outer .form-control { background: transparent !important; height: 20px; border: none; padding: 0; } .personal p { font-size: 11px; } form#contacts_form h2.form_title { color: #760800; font-size: 16px; padding: 0 0 20px; margin: 0; } form#contacts_form { padding: 20px 0 0; } button.btn-dark.contact_btn { text-align: right; float: right; background: #760800; border: none; margin: 0 0 60px; padding: 2px 45px 3px; border-radius: 25px; text-transform: uppercase; font-size: 13px; color: #dfc8c6; } .agreements h3 { color: #760800; font-size: 16px; } .agreements h3 span { color: #000; } .top_part_ ul { list-style: none; margin: 0; padding: 0; } .top_part_ ul li { float: left; padding: 0 160px 0 0; } .download_file { clear: both; display: block; } .download_file { clear: both; border: 1px solid #ccc; margin: 10px 0 0; display: inline-block; width: 100%; padding: 10px; } .download_file .left_part { float: left; } .download_file .right_part { float: right; } .download_file .left_part p { float: left; padding: 0 100px 0 0; margin: 0; } .download_file .right_part a { border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .download_file .right_part a.down { padding: 0 15px !important; color: #760800 !important; border-color: #760800 !important; } .agreements { padding: 30px 0 0; } .text_outer.file_upload { padding-top: 0; } .text_outer.file_upload input#icondemo { height: 23px; font-size: 12px; } @media (max-width: 767px){ a.navbar-brand.js-scroll-trigger.logo_se { padding: 0 0 0 0; } button.navbar-toggler.navbar-toggler-right { margin: 0 10px 0 0px !important; } #myTab li.nav-item { padding: 0 0 0 0px; margin: 0 0 0 0; float: none; } ul#myTab { display: block; } #mainNav .navbar-nav .nav-item .nav-link { padding: 15px 0 0 15px; } .container-fluid { padding-right: 15px; padding-left: 15px; } #nav-tab.nav-tabs .nav-link { float: none; padding: 0 0 15px; margin: 0 0 0 0; text-align: center; } .top_part_ ul li { float: left; padding: 0 50px 0 0; } .download_file .left_part p { float: none; padding: 0 0px 0 0; margin: 0; } .download_file .right_part { margin: 20px 0 0; float: none; display: inherit; clear: both; } .download_file .right_part a:first-child { margin: 0; } .download_file .left_part { float: none; } } /********** Priyanka ********************/ .tab-pane h3 { color: #760800; font-size: 16px; } .tab-pane h3 span { color: #000; } .inner-tab-box { padding: 30px 0 0; } tbody tr { border: 1px solid #cecece; margin-bottom:10px; } td { padding:10px; } th { padding:10px; font-weight:400 !important; } td a { border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } td a.down { padding: 0 15px !important; color: #760800 !important; border-color: #760800 !important; } .spacer{ height:15px; } .action-box { float:right !important; } .active-span { color: #760800 !important; } span.close.close-span { font-size: 14px; font-weight: 400; color: #000; float: left; } form{ margin-bottom:0px; } .modal-content button.btn-dark.contact_btn { margin: 0 0 0px !important; } td { padding: 10px; color: #9a9a9a !important; } .bg-btn { background-color: #760800; border-color: #760800; color:#fff; border: 1px solid #760800; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .default-btn{ border: 1px solid #760800; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #760800; text-decoration: none; } .grey-btn{ border: 1px solid #ccc; display: inline-block; float: left; text-align: center; padding: 0 35px; margin: 0 0 0 14px; color: #ccc; text-decoration: none; } .btn-div { text-align:right; } .chapter-box { padding:10px; box-shadow:0px 4px 4px 2px #e9e7e7; margin-bottom:10px; margin-left:10px; margin-right:10px; text-align:left; } .chapter-box p { margin-bottom:0px; } .colordot { height: 10px; width: 10px; background-color: #760800; border-radius: 50%; display: inline-block; } .dot { height: 10px; width: 10px; background-color: #bbb; border-radius: 50%; display: inline-block; } /***************WIZARD CSS****************/ /* Hide all steps by default: */ /* .tab { display: none; } */ #regForm { background-color: #ffffff; margin: 100px auto; font-family: Raleway; padding: 40px; width: 70%; min-width: 300px; } h1 { text-align: center; } input { padding: 10px; width: 100%; font-size: 17px; font-family: Raleway; border: 1px solid #aaaaaa; } /* Mark input boxes that gets an error on validation: */ input.invalid { background-color: #ffdddd; } button { background-color: #4CAF50; color: #ffffff; border: none; padding: 10px 20px; font-size: 17px; font-family: Raleway; cursor: pointer; } button:hover { opacity: 0.8; } #prevBtn { background-color: #bbbbbb; } /* Make circles that indicate the steps of the form: */ .step { height: 15px; width: 15px; margin: 0 2px; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.5; } .step.active { opacity: 1; } /* Mark the steps that are finished and valid: */ .step.finish { background-color: #4CAF50; } .tab { box-shadow:0px 4px 4px 2px #e9e7e7; } /*****************************/
0.19475
0.050776
html { overflow-y: scroll; } body { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: #fff; } a:hover { cursor: pointer; } li { line-height: 25px; } textarea, input[type=text], input[type=password], select{ font-size: 20px; font-family: verdana; color: #333333; width: 100%; background-color: #eeeeee; border: 0px; padding: 2% 0px; text-indent: 2%; } input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus { box-shadow: 0px 0px 10px #333333; -moz-box-shadow: 0px 0px 10px #333333; -webkit-box-shadow: 0px 0px 10px #333333; background-color: #fff; color: #ff2384; } form { width: 980px; margin: 0px auto; box-shadow: 0px 0px 20px #fff; -moz-box-shadow: 0px 0px 20px #fff; -webkit-box-shadow: 0px 0px 20px #fff; padding: 10px; } form div.methods { width: 360px; float: left; background-color: #333; } form div.example { width: 590px; float: right; background-color: #333; position: absolute; right: 15px; } .formTitle { background-color: #242424; color: white; width: 100%; font-size: 24px; text-transform: lowercase; font-variant: small-caps; font-weight: bold; padding-left: 15px; } label { display: inline-block; min-width: 100px; margin-right: 10px; min-height: 20px; } input[type=button], input[type=submit], input[type=reset], button { background: #eeeeee; background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, #cccccc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#eeeeee)); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; min-height: 30px; padding: 5px 10px; border: 0px; font-family: verdana; font-size: 10px; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover { background: #cccccc; background: -moz-linear-gradient(100% 100% 90deg, #cccccc, #eeeeee); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cccccc)); } h4 { color: #2AA9DE; font-weight: bold; margin: 0; } h1 { font-size: 48px; } .downloadTitle { background-color: #ff2384; color: #000 !important; width: 100%; text-align: center; font-size: 28px; text-transform: lowercase; font-variant: small-caps; } code { font-size: 12px !important; display: block; padding: 5px; margin: 10px; background-color: #eee; color: #555; } .chosen { border: 1px solid; height: 11px; width: 11px; margin-right: 5px; display: inline-block; vertical-align: top; border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; cursor: pointer; } .notChosen { border: 1px solid; border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; } .check { border: 1px solid; height: 10px; width: 10px; margin-right: 5px; display: inline-block; vertical-align: top; cursor: pointer; } .containExp { display: none; margin: 0 15px 0 15px; } #contain{ float: left; background-color: #000; padding: 0 15px 15px 15px; position: relative; -moz-box-shadow: 0px 0px 5px 5px #000; -webkit-box-shadow: 0px 0px 5px 5px #000; box-shadow: 0px 0px 5px 5px #000; } .section2{ float: left; background-color: #333; } .nav{ cursor: pointer; } code{ float: left; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -khtml-border-radius: 4px; } .smalSel{ color: #A8A8A8; } .meth{ width: 345px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; } .exam{ width: 575px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; }
css/beautify.css
html { overflow-y: scroll; } body { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: #fff; } a:hover { cursor: pointer; } li { line-height: 25px; } textarea, input[type=text], input[type=password], select{ font-size: 20px; font-family: verdana; color: #333333; width: 100%; background-color: #eeeeee; border: 0px; padding: 2% 0px; text-indent: 2%; } input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus { box-shadow: 0px 0px 10px #333333; -moz-box-shadow: 0px 0px 10px #333333; -webkit-box-shadow: 0px 0px 10px #333333; background-color: #fff; color: #ff2384; } form { width: 980px; margin: 0px auto; box-shadow: 0px 0px 20px #fff; -moz-box-shadow: 0px 0px 20px #fff; -webkit-box-shadow: 0px 0px 20px #fff; padding: 10px; } form div.methods { width: 360px; float: left; background-color: #333; } form div.example { width: 590px; float: right; background-color: #333; position: absolute; right: 15px; } .formTitle { background-color: #242424; color: white; width: 100%; font-size: 24px; text-transform: lowercase; font-variant: small-caps; font-weight: bold; padding-left: 15px; } label { display: inline-block; min-width: 100px; margin-right: 10px; min-height: 20px; } input[type=button], input[type=submit], input[type=reset], button { background: #eeeeee; background: -moz-linear-gradient(100% 100% 90deg, #eeeeee, #cccccc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#eeeeee)); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; min-height: 30px; padding: 5px 10px; border: 0px; font-family: verdana; font-size: 10px; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover { background: #cccccc; background: -moz-linear-gradient(100% 100% 90deg, #cccccc, #eeeeee); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cccccc)); } h4 { color: #2AA9DE; font-weight: bold; margin: 0; } h1 { font-size: 48px; } .downloadTitle { background-color: #ff2384; color: #000 !important; width: 100%; text-align: center; font-size: 28px; text-transform: lowercase; font-variant: small-caps; } code { font-size: 12px !important; display: block; padding: 5px; margin: 10px; background-color: #eee; color: #555; } .chosen { border: 1px solid; height: 11px; width: 11px; margin-right: 5px; display: inline-block; vertical-align: top; border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; cursor: pointer; } .notChosen { border: 1px solid; border-radius: 11px; -webkit-border-radius: 11px; -moz-border-radius: 11px; } .check { border: 1px solid; height: 10px; width: 10px; margin-right: 5px; display: inline-block; vertical-align: top; cursor: pointer; } .containExp { display: none; margin: 0 15px 0 15px; } #contain{ float: left; background-color: #000; padding: 0 15px 15px 15px; position: relative; -moz-box-shadow: 0px 0px 5px 5px #000; -webkit-box-shadow: 0px 0px 5px 5px #000; box-shadow: 0px 0px 5px 5px #000; } .section2{ float: left; background-color: #333; } .nav{ cursor: pointer; } code{ float: left; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -khtml-border-radius: 4px; } .smalSel{ color: #A8A8A8; } .meth{ width: 345px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; } .exam{ width: 575px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; }
0.312475
0.076511
* { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 62.5%; } :root { --color-primario: #044BD9; --color-secundario: #2B65D9; --color-terciario: #F2AC29; --color-light:#fff; --color-black:#3e3e3e; } body { width: 100%; height: 100vh; font-family: utopia-std,serif; font-weight: 400; font-style: normal; } a { text-decoration: none; } ul { list-style: none; } header { width: 100%; position: absolute; top: 0; left: 0; } .container { width: 100%; max-width: 117rem; margin: 0 auto; padding: 0 1.5rem; } .menu-icons{ color: #fff; font-size: 4rem; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); cursor: pointer; z-index: 1500; display: none; } nav { display: flex; width: 100%; height: 8rem; border-bottom: 1px solid rgba(255,255,255,.1); align-items: center; } .logo { width: 5rem; height: 5rem; color: #fff; display: flex; align-items: center; justify-content: center; background-color: var(--color-primario); border-radius: 100%; margin-right: 5rem; } .logo i { margin: auto; font-size: 3rem; color: #fff; } .nav-list { display: flex; width: 100%; align-items: center; } .nav-list li { line-height: 4rem; position: relative; } .sub-menu li { line-height: 4rem; } .nav-list a { display: block; color: #fff; padding: 0 1.5rem; font-size: 1rem; text-transform: uppercase; transition: color 650ms; } .nav-list a:hover { color: #2B65D9; } .btn { padding: 1.3rem; display: inline-block; background-color: var(--color-primario); border: 2px solid #2B65D9; border-radius: 5rem; transition: background-color 650ms; } .btn:hover { color: #044BD9; background-color: rgba(0,0,0,.2); } .sub-menu { width: 20rem; display: block; position: absolute; border-top: 3px solid #044BD9; background-color: #3e3e3e; z-index: 100; top: 12rem; opacity: 0; visibility: hidden; transition: all 650ms ease; } .sub-menu::before { content: ""; position: absolute; top: -2.5rem; left: 3rem; border: 1.2rem solid transparent; border-bottom-color: #044BD9; } .sub-menu .sub-menu::before { top: .9rem; left: -2.5rem; border: 1.2rem solid transparent; border-right-color:#044BD9; } .sub-menu .sub-menu { border-top: none; border-left: 3px solid #044BD9; top: 0; left: 100%; } .sub-menu li:hover > .sub-menu { left: 100%; top: 0; } .nav-list li:hover > .sub-menu { top: 8rem; opacity: 1; visibility: visible; } li.move-right{ margin: auto 0 auto auto; line-height: initial; } /* END NAV CSS */ /* HERO */ .hero { width: 100%; height: 100vh; /* background-image: url(../images/aud2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-color: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)); */ background: linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../images/lily-banse--YHSwy6uqvk-unsplash.jpg") center no-repeat; background-size: cover; } .text { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--color-light); text-align: center; flex-wrap: wrap; } .text h1 { font-size: 8rem; margin: 2rem 0; font-family: utopia-std,serif; font-weight: 700; font-style: normal; } .text h2 { font-size: 1.6rem; text-transform: uppercase; font-weight: 300; } .text p { font-size: 1.6rem; margin-bottom: 5rem; } .text .btn { font-size: 1rem; /* padding-left:3rem; padding-right: 3rem; */ color: var(--color-light); text-transform: uppercase; text-decoration: none; background-color: var(--color-primario); border: 1px solid var(--color-light); border-radius: 2rem; padding: 1.5rem; } @media screen and (max-width: 830px) { .text h1 { font-size: 4rem; } .text .btn { font-size: 1.2rem; } } @media screen and (max-width: 850px){ .nav-list { position: fixed; top: 0; left: 0; height: 100vh; flex-direction: column; background-color: #3e3e3e; z-index: 1000; } .nav-list > li { line-height: 6rem; } .sub-menu { position: initial; border: 3px solid transparent; border-left-color: #044BD9; margin-left: 1rem; max-height: 0; } .sub-menu::before { display: none; } .nav-list li:hover > .sub-menu { opacity: 1; visibility: visible; max-width: initial; } li.move-right { margin: 0 auto 0 0; line-height: initial; } }
src/css/navResCSS.css
* { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 62.5%; } :root { --color-primario: #044BD9; --color-secundario: #2B65D9; --color-terciario: #F2AC29; --color-light:#fff; --color-black:#3e3e3e; } body { width: 100%; height: 100vh; font-family: utopia-std,serif; font-weight: 400; font-style: normal; } a { text-decoration: none; } ul { list-style: none; } header { width: 100%; position: absolute; top: 0; left: 0; } .container { width: 100%; max-width: 117rem; margin: 0 auto; padding: 0 1.5rem; } .menu-icons{ color: #fff; font-size: 4rem; position: absolute; top: 50%; right: 2rem; transform: translateY(-50%); cursor: pointer; z-index: 1500; display: none; } nav { display: flex; width: 100%; height: 8rem; border-bottom: 1px solid rgba(255,255,255,.1); align-items: center; } .logo { width: 5rem; height: 5rem; color: #fff; display: flex; align-items: center; justify-content: center; background-color: var(--color-primario); border-radius: 100%; margin-right: 5rem; } .logo i { margin: auto; font-size: 3rem; color: #fff; } .nav-list { display: flex; width: 100%; align-items: center; } .nav-list li { line-height: 4rem; position: relative; } .sub-menu li { line-height: 4rem; } .nav-list a { display: block; color: #fff; padding: 0 1.5rem; font-size: 1rem; text-transform: uppercase; transition: color 650ms; } .nav-list a:hover { color: #2B65D9; } .btn { padding: 1.3rem; display: inline-block; background-color: var(--color-primario); border: 2px solid #2B65D9; border-radius: 5rem; transition: background-color 650ms; } .btn:hover { color: #044BD9; background-color: rgba(0,0,0,.2); } .sub-menu { width: 20rem; display: block; position: absolute; border-top: 3px solid #044BD9; background-color: #3e3e3e; z-index: 100; top: 12rem; opacity: 0; visibility: hidden; transition: all 650ms ease; } .sub-menu::before { content: ""; position: absolute; top: -2.5rem; left: 3rem; border: 1.2rem solid transparent; border-bottom-color: #044BD9; } .sub-menu .sub-menu::before { top: .9rem; left: -2.5rem; border: 1.2rem solid transparent; border-right-color:#044BD9; } .sub-menu .sub-menu { border-top: none; border-left: 3px solid #044BD9; top: 0; left: 100%; } .sub-menu li:hover > .sub-menu { left: 100%; top: 0; } .nav-list li:hover > .sub-menu { top: 8rem; opacity: 1; visibility: visible; } li.move-right{ margin: auto 0 auto auto; line-height: initial; } /* END NAV CSS */ /* HERO */ .hero { width: 100%; height: 100vh; /* background-image: url(../images/aud2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-color: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)); */ background: linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../images/lily-banse--YHSwy6uqvk-unsplash.jpg") center no-repeat; background-size: cover; } .text { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--color-light); text-align: center; flex-wrap: wrap; } .text h1 { font-size: 8rem; margin: 2rem 0; font-family: utopia-std,serif; font-weight: 700; font-style: normal; } .text h2 { font-size: 1.6rem; text-transform: uppercase; font-weight: 300; } .text p { font-size: 1.6rem; margin-bottom: 5rem; } .text .btn { font-size: 1rem; /* padding-left:3rem; padding-right: 3rem; */ color: var(--color-light); text-transform: uppercase; text-decoration: none; background-color: var(--color-primario); border: 1px solid var(--color-light); border-radius: 2rem; padding: 1.5rem; } @media screen and (max-width: 830px) { .text h1 { font-size: 4rem; } .text .btn { font-size: 1.2rem; } } @media screen and (max-width: 850px){ .nav-list { position: fixed; top: 0; left: 0; height: 100vh; flex-direction: column; background-color: #3e3e3e; z-index: 1000; } .nav-list > li { line-height: 6rem; } .sub-menu { position: initial; border: 3px solid transparent; border-left-color: #044BD9; margin-left: 1rem; max-height: 0; } .sub-menu::before { display: none; } .nav-list li:hover > .sub-menu { opacity: 1; visibility: visible; max-width: initial; } li.move-right { margin: 0 auto 0 0; line-height: initial; } }
0.509032
0.120853
margin-bottom: 3px; } #edu header .navbar-fixed-top-edu{ background-color: #008000; } @media only screen and (max-width: 768px) { .col-md-12 { padding-left: 5px; padding-right: 5px; } header .scrolling-fixed { position: inherit; z-index: 0; } header .navbar-scrolling { text-align: center; margin-bottom: 0px; } header .navbar-edu { display: none; } } #edu header .navbar-fixed-top-edu .a-fixed-top-edu{ color: #fff; } #edu header .navbar-fixed-top-edu .a-fixed-top-edu:hover{ background-color: #006820; } #edu header .navbar-fixed-top-edu .dropdown-toggle{ color: #fff; } #edu header .navbar-fixed-top-edu .dropdown-toggle:hover{ background-color: #006820; } #edu header .navbar-fixed-top-edu .open>a, .open>a:focus, .open>a:hover { background-color: #006820; } #edu header .headmenublock p{ text-align: center; } #edu header .navbar-edu{ margin-top: 3.5em; background-color: #006820; margin-bottom: 0px; border-radius: 0px; color: #fff; } #edu header .navbar-edu a{ color: #fff; } #edu header .head-image{ width: 100%; position: relative; } .name-edu-scroll { display: none; } #edu header .navbar-sitemap-fon-edu{ margin-top: 1px; background-color: #006820; border-radius: 0px; } #edu header .navbar .container .sitemap-edu{ margin-top: 0px; margin-bottom: 0px; border-color: #006820; border-radius: 0px; background-color: #006820; margin-left: 20px; } #edu header .navbar .container .sitemap-edu a{ margin-top: 0px; margin-bottom: 0px; border-color: #006820; border-radius: 0px; background-color: #006820; color: #fff; } #edu header .navbar .container .sitemap-edu a:hover{ background-color: #008000; } #edu header .menu-horizontal { margin-top: 20px; } #edu header .name-assembly { font-size: 26px; margin-top: 35px; margin-bottom: 35px; } #edu .lastnews { padding-left: 15px; } #edu footer .powered { text-align: right; } #edu footer .footer-edu{ background-color: #006820; color: #fff; } #edu footer .footer-edu a{ color: #fff; } #edu footer .footer-edu p{ margin: 20px; } #edu footer .footer-edu a{ color: #fff; } #edu footer hr { margin: 0px 0px 0px 0px; } #edu footer .footer-edu ul{ list-style-type: none; } #edu footer .footer-edu .contact{ margin-top: 60px; } #edu footer .logo{ float:left; margin: 7px 7px 7px 0; } #edu footer .name-univer{ margin-top: 15px; } #edu footer .menu{ margin-top: 15px; position: relative; float: right; text-align: right; clear: both; } #edu footer .menu h4{ font-size: 13px; } #edu footer .menu a{ text-transform: uppercase; } #edu .navbar-fixed-top-edu .dropdown-menu { min-width: 360px; padding: 20px; } #edu .content-edu .submenu-edu ul{ font-size: 15px; list-style-type: none; color: #7F8C8D; } /****sveden*****/ #edu .sveden h1{ font-size: 24px; } #edu .sveden h2{ text-transform: uppercase; margin-bottom: 30px; font-size: 22px; } #edu .sveden legend{ font-size: 18px; } #edu .sveden h3{ font-size: 16px; margin: 5px; } #edu .name-edu-sveden { color: #808080; margin: 20px; } #edu footer .footer-edu-bottom-sveden{ text-align: center; margin-top: 150px; }
templates/edu/src/css/main.css
margin-bottom: 3px; } #edu header .navbar-fixed-top-edu{ background-color: #008000; } @media only screen and (max-width: 768px) { .col-md-12 { padding-left: 5px; padding-right: 5px; } header .scrolling-fixed { position: inherit; z-index: 0; } header .navbar-scrolling { text-align: center; margin-bottom: 0px; } header .navbar-edu { display: none; } } #edu header .navbar-fixed-top-edu .a-fixed-top-edu{ color: #fff; } #edu header .navbar-fixed-top-edu .a-fixed-top-edu:hover{ background-color: #006820; } #edu header .navbar-fixed-top-edu .dropdown-toggle{ color: #fff; } #edu header .navbar-fixed-top-edu .dropdown-toggle:hover{ background-color: #006820; } #edu header .navbar-fixed-top-edu .open>a, .open>a:focus, .open>a:hover { background-color: #006820; } #edu header .headmenublock p{ text-align: center; } #edu header .navbar-edu{ margin-top: 3.5em; background-color: #006820; margin-bottom: 0px; border-radius: 0px; color: #fff; } #edu header .navbar-edu a{ color: #fff; } #edu header .head-image{ width: 100%; position: relative; } .name-edu-scroll { display: none; } #edu header .navbar-sitemap-fon-edu{ margin-top: 1px; background-color: #006820; border-radius: 0px; } #edu header .navbar .container .sitemap-edu{ margin-top: 0px; margin-bottom: 0px; border-color: #006820; border-radius: 0px; background-color: #006820; margin-left: 20px; } #edu header .navbar .container .sitemap-edu a{ margin-top: 0px; margin-bottom: 0px; border-color: #006820; border-radius: 0px; background-color: #006820; color: #fff; } #edu header .navbar .container .sitemap-edu a:hover{ background-color: #008000; } #edu header .menu-horizontal { margin-top: 20px; } #edu header .name-assembly { font-size: 26px; margin-top: 35px; margin-bottom: 35px; } #edu .lastnews { padding-left: 15px; } #edu footer .powered { text-align: right; } #edu footer .footer-edu{ background-color: #006820; color: #fff; } #edu footer .footer-edu a{ color: #fff; } #edu footer .footer-edu p{ margin: 20px; } #edu footer .footer-edu a{ color: #fff; } #edu footer hr { margin: 0px 0px 0px 0px; } #edu footer .footer-edu ul{ list-style-type: none; } #edu footer .footer-edu .contact{ margin-top: 60px; } #edu footer .logo{ float:left; margin: 7px 7px 7px 0; } #edu footer .name-univer{ margin-top: 15px; } #edu footer .menu{ margin-top: 15px; position: relative; float: right; text-align: right; clear: both; } #edu footer .menu h4{ font-size: 13px; } #edu footer .menu a{ text-transform: uppercase; } #edu .navbar-fixed-top-edu .dropdown-menu { min-width: 360px; padding: 20px; } #edu .content-edu .submenu-edu ul{ font-size: 15px; list-style-type: none; color: #7F8C8D; } /****sveden*****/ #edu .sveden h1{ font-size: 24px; } #edu .sveden h2{ text-transform: uppercase; margin-bottom: 30px; font-size: 22px; } #edu .sveden legend{ font-size: 18px; } #edu .sveden h3{ font-size: 16px; margin: 5px; } #edu .name-edu-sveden { color: #808080; margin: 20px; } #edu footer .footer-edu-bottom-sveden{ text-align: center; margin-top: 150px; }
0.216012
0.189315
background-color:#fff; min-height:500px; max-height:100%; } .supervise_line{ height:5px; margin-top:0px !important; border-bottom: 1px solid #CCCCCC; } .my_management_supervise{ font-family: PingFangSC-Medium; font-size: 14px; color: #666666; letter-spacing: 0.17px; } .my_supervise_img{ display: flex; margin-top: 30px; } /* .common_img{ height:100px; width:140px; box-shadow: 2px 2px 25px 0 rgba(204,204,204,0.80); border-radius: 2px; padding:20px; box-sizing: border-box; cursor: pointer; } */ .img_color{ background: #FF7072; } .text_img{ font-family: PingFangSC-Medium; font-size: 14px; color: #FFFFFF; letter-spacing: 0.21px; margin-top:11px; } .attendance_team{ height:200px; width:400px; background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 4px; position: relative; margin-bottom:20px; } .new_attendance{ background: #4584FF; border-radius: 100px; height:30px; width:120px; color:#fff } .attendance_box{ overflow-x: hidden; overflow-y: auto; } .attendance_ctn{ padding:0 30px; /* height:680px; */ overflow-y: auto; overflow-x: hidden; } .attendance_ul_team{ margin:0; display: flex; flex-wrap:wrap; justify-content: space-between; } .new_attendance_title{ margin-top:40px; margin-bottom:30px; } .attendance_team>h1{ font-family: PingFangSC-Medium; font-size: 20px; color: #333333; letter-spacing: 0.24px; margin:0; /* padding-left:20px; */ padding:15px 0 13px 20px; /* margin-bottom:20px; */ line-height:28px; height: 28px; } .attendance_team_bottom{ background: #ACBACE; border-radius: 0 0 4px 4px; height:35px; position: absolute; bottom:0; width:inherit; display: flex; align-items: center; justify-content: flex-end; } .attendance_team_bottom>button{ border:none; font-family: PingFangSC-Medium; font-size: 13px; background: #ACBACE; color: #FFFFFF; letter-spacing: 0.16px; } .team-line{ border-bottom: 1px solid #CCCCCC; height:1px; display:block; margin:0 20px; margin-bottom:17px; } .attendance-new-detail{ height:calc(100% - 30px); /* width:877px; */ overflow-y: auto; background: #fff; background: #FFFFFF; /* box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); */ border-radius: 1px 1px 0 0; /* padding:0px 10px; */ position: relative; } .attendance-new-detail>ul{ margin:0; } .new_title_detail{ display:flex; justify-content: flex-start; margin-top: 24px !important; margin-bottom: 14px !important ; padding-left:30px } .new_title_detail>.first-icon{ display: inline-block; margin-bottom: 4px; color:#999999; margin-right: 10px } .new_title_detail>p{ font-family: PingFangSC-Medium; font-size: 16px; color: #333333; margin-bottom:4px; letter-spacing: 0.19px; } .team-line-detail{ margin:0; /* margin-bottom:17px; */ } .back_attendance{ background: #A0ACBF; border-radius: 100px; height:30px; width:60px; } .kaoqin-common{ margin-top:30px; position: relative; } .kaoqin-name{ display: flex; align-items: center; } .kaoqin-common>h2{ font-family: PingFangSC-Medium; font-size: 17px; color: #333333; letter-spacing: 0.2px; margin:0; width:142px; text-align: right } .kaoqin-name>input{ margin:0; height:40px; width:770px; margin-left:20px; box-sizing: border-box } .kaoqin-door{ font-family: PingFangSC-Regular; font-size: 16px; color: #666666; letter-spacing: 0.19px; width: 142px; text-align: right; height:22px; /* border:1px solid red; */ /* margin-right: 30px; */ display: inline-block; box-sizing: border-box; } .button-common,.button-common-people{ background: #FFFFFF; border: 1px solid #A0ACBF; height:40px; min-width:120px !important; border-radius: 100px; box-sizing: border-box; /* margin-right:10px; */ } .button-job,.button-rest{ } .button-common-date,.kaoqin-era,.button-common-area{ width:300px !important; height:36px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; box-sizing: border-box; text-align: left } .button-common-people,.button-common-team,.button-common-none{ width:770px; box-sizing: border-box; height:40px; margin-left:20px; overflow: hidden; white-space:nowrap; border: 1px solid #DDDDDD; border-radius: 4px; text-align: left } .title-common{ margin-top:15px; } .attendance-new-detail>.new-button-bottom{ margin-top:100px; margin-left:162px; position: relative; display: block; } .attendance-new-detail>.new-button-bottom>button{ background: #4584FF; border-radius: 4px; height:50px; width:296px; } .new-button-bottom{ position: absolute; left:0; right:0; margin: auto; bottom:28px; display: flex; justify-content: center } .new-button-bottom>button{ width:330px; height:55px; background: #14A4FA; border-radius: 3px; font-family: PingFangHK-Medium; font-size: 17px; color: #FFFFFF; letter-spacing: 0.27px; } .kaoqin-place{ font-family: PingFangSC-Regular; font-size: 16px; color: #666666; letter-spacing: 0.19px; height:22px; width:65px; display: inline-block; margin-right:20px; width: 142px; text-align: right } .button-input{ margin-bottom:0 !important; border-radius: 4px !important; text-align: center; width:120px; height:40px !important; box-sizing: border-box; border: 1px solid #DDDDDD !important; } .button-common-area{ width:120px; } #map-area{ z-index:3000; height:100%; width:100%; position:fixed; /* background: #FF7072; */ left:0; top:0; display: none } #map-content{ position: absolute; left:0; right:0; top:0; bottom:0; height:473px; width:700px ; margin:auto; background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; } #map-content>.kaoqin-title{ height:40px; width:700px; background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 1px 1px 0 0; text-align: center; line-height: 40px; } .attendance-map-close{ line-height:40px !important; cursor: pointer; display: block !important; } #container{ background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; height:260px; width:660px; position:relative; margin:10px 20px; box-sizing:border-box } .sure-place{ margin:0; margin-top:30px; padding:0 20px; } .sure-place>li{ padding:0 20px; height:35px; line-height:35px; border-bottom:2px solid #CCCCCC; box-sizing:border-box; } .place-button{ padding-top:30px; width:100%; display: flex; align-items: center; justify-content: center; } .place-sure{ background: #14A4FA; border-radius: 100px; width:120px; height:40px; } .title-cache-area{ display:flex; } .btn-group-area{ position:relative } .drop-menu-list{ min-width: 143px !important; } .drop-menu-list>li{ text-align: center } .kaoqin-date-choose{ width:100%; height:100%; position: fixed; /* background: #FF7072; */ left:0; top:0; display: none; z-index: 3000; } .kaoqin-date{ position: absolute; top:0; bottom:0; right:0; left:0; margin: auto; width:300px; height:400px; background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; } .kaoqin-title{ background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 1px 1px 0 0; height:40px; text-align: center; line-height: 40px; } .kaoqin-choose-week{ margin-top:5px; margin-left:0; padding:0 20px; } .kaoqin-choose-week>li{ margin-top:15px; height:22px; line-height:22px; } .kaoqin-choose-week>li>input{ height:20px; width:20px; } .kaoqin-choose-week>li>span{ margin-left:12px; font-family: PingFangSC-Regular; font-size: 16px; color: #333333; letter-spacing: 0.23px; } .divid-line{ border-bottom: 1px solid #CCCCCC } .kaoqin-date-area{ margin-top:30px; background: #14A4FA; border-radius: 100px; color:#fff; height:40px; width:120px; margin-left:90px; } .attendance_close_week{ cursor: pointer; position: absolute; right:10px } .amap-sug-result { position: absolute; z-index: 4000; background-color: #fefefe; border: 1px solid #d1d1d1; bottom: auto; } #myPageTop { top:180px; } .organization_team_box{ height: 90px; border-bottom: 1px solid #ddd; } .organization_team_head>p{ font-size: 18px; color: #333333; letter-spacing: 0.2px; float: left; padding: 44px 20px 20px 20px; } .organization_team_btn{ float: right; margin: 30px 44px 20px 20px; } .organization_team_btn>li{ width: 100px; height: 38px; font-size: 15px; letter-spacing: 0.18px; float: left; margin: 0 10px; line-height: 40px; text-align: center; cursor: pointer; font-weight: 200; } .organization_team_btn .management_team{ border: 1px solid #4584FF; border-radius: 4px; color: #4584FF; } .organization_team_btn .invite_members{ background: #4584FF; border: 1px solid #4584FF; border-radius: 4px; color: #fff; } .organization_team_dept_box{ padding: 20px 0; border-bottom: 1px solid #ddd; margin: 0; } .organization_team_dept_box>li{ height: 50px; padding: 0 20px; } .organization_team_dept_ctn{ font-size: 15px; color: #333333; letter-spacing: 0.16px; cursor: pointer; line-height: 50px; margin: 0; } .organization_team_single_box{ padding: 20px; margin: 0; } .organization_team_single_box>li{ cursor: pointer; } .organization_team_single_img_box{ float: left; height: 38px; width:38px; border-radius: 50%; overflow: hidden; background: #14A4FA; } .organization_team_single_name{ float: left; margin-left: 10px; line-height: 38px; font-size: 16px; color: #333333; letter-spacing: 0.18px; } .invite_members_md{ width: 100%; height: 100%; background: rgba(0,0,0,0.30); position: fixed; left: 0; top: 0; z-index: 111; } .invite_members_box{ width: 320px; height: 444px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #fff; padding: 20px 40px; } .invite_members_close{ position: absolute; right: 20px; top: 20px; cursor: pointer; } .invite_members_search_box{ width: 320px; height: 40px; background: #F4F5F7; margin-top: 38px; border-radius: 6px; display: none; } .invite_members_icon{ line-height: 40px; color: #999; margin: 10px; } .invite_members_title{ margin: 30px 0 10px 0; font-size: 16px; color: #333333; letter-spacing: 1.33px; } .invite_members_search{ width: 266px; height: 29px!important; background: #F4F5F7!important; border: none; outline: none; -webkit-appearance: none; border-radius: 0; } .invite_members_url_input{ float: left; width: 220px; height: 28px!important; border: 1px solid #DDDDDD; border-radius: 4px; } .invite_members_url_btn{ float: right; height: 36px; font-size: 14px; color: #FFFFFF; line-height: 36px; padding: 0 10px; letter-spacing: 0.18px; text-align: center; background: #4584FF; border-radius: 4px; cursor: pointer; } .invite_members_qrtitle{ font-size: 16px; color: #333333; letter-spacing: 1.33px; margin: 30px 0 10px 0; } .organization_chart_md{ width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.30); left: 0; top: 0; z-index: 111; } .organization_chart_box{ position: absolute; right: 0; top: 0; width: 660px; height: 100%; background: #fff; } .organization_chart_head{ height: 88px; border-bottom: 1px solid #ddd; padding: 0 10px 0 20px; position: relative; overflow: hidden; } .organization_chart_close{ position: absolute; right: 30px; top: 30px; } .organization_chart_head_tab{ margin: 0; margin-top: 46px; } .organization_chart_head_tab > li{ float: left; font-size: 16px; letter-spacing: 0.18px; text-align: center; font-size: 16px; color: #333333; letter-spacing: 0.18px; cursor: pointer; position: relative; padding-bottom: 20px; } .organization_chart_group{ margin-left: 50px; } .organization_chart_body{ height: 100%; } .organization_chart_tab{ margin: 0; width: 200px; float: left; height: 100%; border-right: 1px solid #d8d8d8; } .organization_chart_tab > li{ overflow: hidden; cursor: pointer; } .organization_chart_tab > li>i{ float: left; margin: 16px 12px 16px 41px; color: #959595 } .organization_chart_tab > li>p{ float: left; font-size: 16px; color: #333333; letter-spacing: 0.18px; margin-top: 16px; } .organization_chart_ctn_basic_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_basic{ margin: 0; } .organization_chart_ctn_basic>li{ /* padding: 20px 20px; */ } .organization_chart_ctn_basic_title>p{ float: left; margin: 38px 21px 20px 52px; font-size: 15px; color: #333333; letter-spacing: 0.18px; } .organization_chart_ctn_basic_title>input{ float: left; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; margin: 30px 8px 20px 0; width: 282px; } .organization_chart_ctn_basic_case>p{ font-size: 15px; color: #333333; letter-spacing: 0.18px; margin: 5px 21px 0px 52px; float: left; } .organization_chart_ctn_basic_case>textarea{ width: 285px; height: 100px; border: 1px solid #DDDDDD; border-radius: 4px; resize:none; float: left; } .organization_chart_ctn_basic_save{ width: 296px; height: 50px; background: #4584FF; border-radius: 4px; color: #fff; text-align: center; font-size: 17px; letter-spacing: 0.27px; line-height: 50px; margin: 100px 82px 0 82px; cursor: pointer; } .organization_chart_ctn_team_box{ float: left; width: 459px; margin: 0; } .disband_name{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; line-height: 36px; } .disband_phone{ float: left; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; width: 175px; height: 26px!important; } .disband_phone{ margin-left: 20px; } .disband_time{ float: left; /* opacity: 0.6; */ background: #4584FF; border-radius: 4px; width: 100px!important; height: 36px; line-height: 36px; margin-left: 10px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; cursor: pointer; font-weight: 200; } .disband_code{ font-size: 15px; color: #333333; letter-spacing: 0.18px; float: left; margin-left: 20px; margin-top: 8px; } .disband_input{ width: 285px; height: 26px!important; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; float: left; margin-left: 20px; } .disband_tip{ font-size: 14px; color: #888888; letter-spacing: 0.22px; margin: 100px 35px 10px 40px; } .disband_ensure{ width: 296px; height: 50px; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 4px; font-size: 17px; color: #333333; letter-spacing: 0.27px; margin: 0 81px; text-align: center; line-height: 50px; cursor: pointer; } .disband_phone_box{ margin: 30px 20px 20px 20px; } .organization_chart_ctn_master_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_master{ margin: 0; margin-top: 38px; } .organization_chart_ctn_master>li{ overflow: hidden; margin: 10px 0; } .organization_chart_ctn_master>li>p{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; } .organization_chart_ctn_master_name>p:nth-of-type(1){ margin: 0 30px 0 21px; } .organization_chart_ctn_master_tel>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_tel>input:nth-of-type(1){ float: left; width: 175px; height: 26px; } .organization_chart_ctn_master_tel>input:nth-of-type(2){ float: left; background: #4584FF; border-radius: 4px; width:100px; height: 36px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 36px; margin-left: 10px; cursor: pointer; } .organization_chart_ctn_master_qd>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_qd>input{ float: left; width: 285px; height: 26px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; } .error_select{ font-size: 14px!important; color: red!important; margin-left: 120px!important; display: none; position: absolute; top: 30px; } .organization_chart_ctn_master_change{ position: relative; height: 60px; } .organization_chart_ctn_master_change>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_change>input{ float: left; width: 285px; height: 26px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; } .organization_chart_ctn_master_save{ width: 296px; height: 50px; background: #4584FF; border-radius: 4px; color: #fff; text-align: center; font-size: 17px; letter-spacing: 0.27px; line-height: 50px; margin: 100px 82px 0 82px; cursor: pointer; } .organization_chart_ctn_child_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_child{ margin: 0; } .organization_chart_ctn_child>li>div{ width: 38px; height: 38px; overflow: hidden; border-radius: 50%; background: #14A4FA; float: left; margin: 0 10px 0 20px; } .organization_chart_ctn_child>li>p:nth-of-type(1){ float: left; font-size: 16px; color: #333333; letter-spacing: 0.18px; line-height: 40px; } .organization_chart_ctn_child>li>p:nth-of-type(2){ float: right; font-size: 16px; color: #FB7474; letter-spacing: 0.18px; line-height: 40px; margin-right: 30px; cursor: pointer; } .organization_chart_ctn_child_add{ background: #4584FF; border-radius: 4px; width: 140px; height: 40px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 40px; margin: 30px 0 30px 20px; cursor: pointer; } .organization_chart_change_box{ overflow: hidden; } .delete_member_tip{ width: 360px; height: 50px; background: rgba(0,0,0,0.50); border-radius: 4px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.16px; text-align: center; line-height: 50px; margin: 0 auto; } .color_li{ background: #F1F6FD; } .color_icon{ color: #4584FF!important; } .color_text{ color: #4584FF!important; } .bottom_line{ border-bottom: 2px solid #4584FF; } .organization_chart_group_list_box{ margin: 0; width: 200px; float: left; height: 100%; border-right: 1px solid #d8d8d8; } .organization_chart_group_add{ width: 140px; height: 40px; border: 1px solid #4584FF; border-radius: 4px; font-size: 15px; color: #4584FF; letter-spacing: 0.18px; line-height: 40px; text-align: center; margin: 30px 30px 20px 30px; cursor: pointer; } .organization_chart_group_list{ margin: 0; } .organization_chart_group_list>li{ width: 200px; height: 50px; text-align: center; line-height: 50px; font-size: 15px; color: #333333; letter-spacing: 0.17px; cursor: pointer; text-align: left; } .organization_chart_group_list>li>span:nth-of-type(1){ float: left; margin-left: 45px; width: 62px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .organization_chart_group_list>li>span:nth-of-type(2){ float: left; margin-left: 10px; } .organization_chart_group_detail_box{ float: left; width: 459px; margin: 0; } .new_group_name{ float: left; width: 200px; height: 26px!important; margin-top: 30px; margin-left: 20px; } .new_group_cancle{ float: left; border: 1px solid #4584FF; border-radius: 100px; width: 76px; height: 28px; font-size: 15px; color: #4584FF; letter-spacing: 0.14px; text-align: center; margin-left: 20px; margin-top: 34px; line-height: 30px; cursor: pointer; } .new_group_save{ float: left; border: 1px solid #4584FF; border-radius: 100px; width: 76px; height: 28px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.14px; margin-left: 20px; margin-top: 34px; background: #4584FF; line-height: 30px; text-align: center; cursor: pointer; } .invite_new_member,.adjust_department,.batch_delete{ width: 100px; height: 36px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 36px; margin: 26px; float: left; background: #4584FF; border-radius: 4px; cursor: pointer; } .new_group_box{ margin: 0; } .new_group_box>li:nth-of-type(1){ font-size: 16px; color: #333333; letter-spacing: 0.23px; padding-left: 60px; font-weight: 500; } .new_group_box>li:nth-of-type(1)>p{ float: left; } .new_group_box>li{ margin: 10px 0; } .new_group_box>li>input{ margin: 0 20px; float: left; } .new_group_box>li>p{ font-size: 16px; color: #333333; letter-spacing: 0.23px; float: left; } .new_group_box>li>p:nth-of-type(1){ width: 136px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .new_group_box>li>p:nth-of-type(2){ width: 110px; } .new_group_ctn{ /* display: none; */ } .organization_add_group_popover{ width: 252px; height: 144px; background: #fff; padding: 20px; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); border-radius: 4px 0 0 0 4px 4px 4px; } .organization_add_group_title{ font-size: 15px; color: #333333; letter-spacing: 0.18px; margin: 0 95px; } .organization_add_group_name{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; margin-top: 18px; } .organization_add_group_input{ background: #F3F3F3; border-radius: 4px; width: 158px; height: 26px!important; float: left; margin-left: 15px; margin-top: 10px; } .organization_add_group_cancel{ border: 1px solid #C5C5C5; border-radius: 4px; width: 110px; height: 32px; font-size: 15px; color: #333333; letter-spacing: 0.18px; text-align: center; line-height: 32px; cursor: pointer; float: left; } .organization_add_group_finish{ background: #4584FF; border: 1px solid #4584FF; border-radius: 4px; width: 110px; height: 32px; color: #fff; text-align: center; line-height: 32px; cursor: pointer; float: left; margin-left: 25px; } .organization_add_group_bottom{ margin-top: 24px; } .branch_box{ margin: 30px 20px 0; position: relative; } .branch_name{ font-size: 16px; color: #333333; letter-spacing: 0.18px; float: left; } .branch_icon{ color: #666; float: right; font-size: 18px; cursor: pointer; } .branch_ctn{ background: #FFFFFF; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); border-radius: 3px; width: 120px; height: 100px; position: absolute; right: 0; top: 20px; display: none; z-index: 11; } .branch_ctn>div{ font-size: 15px; color: #333333; letter-spacing: 0.16px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; } .branch_change_name{ border-bottom: 1px solid #F3F3F3; } .branch_operation{ display: none; } .organization_chart_group_delete_box{ width: 540px; height: 262px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #FFFFFF; border-radius: 4px; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); } .organization_chart_group_delete_head{ background: #F4F5F7; height: 60px; } .organization_chart_group_delete_head>p{ font-size: 18px; color: #333333; letter-spacing: 0.22px; float: left; margin-top: 18px; margin-left: 251px; } .organization_chart_group_delete_close{ float: right; color: #999999; margin-right: 25px; margin-top: 18px; } .organization_chart_group_delete_ctn{ font-size: 16px; color: #333333; letter-spacing: 0.19px; margin: 40px 20px 60px 20px; } .organization_chart_group_delete_bottom{ margin-left: 210px; } .organization_chart_group_delete_cancel{ border: 1px solid #DDDDDD; border-radius: 4px; width: 138px; height: 38px; font-size: 15px; color: #333333; letter-spacing: 0.18px; text-align: center; line-height: 38px; float: left; cursor: pointer; } .organization_chart_group_delete_ensure{ border: 1px solid #4584FF; border-radius: 4px; background: #4584FF; width: 138px; height: 38px; font-size: 15px; color: #fff; letter-spacing: 0.18px; text-align: center; line-height: 38px; margin-left: 20px; float: left; cursor: pointer; } .organization_team_bottom_box{ overflow: auto; width: 941px; text-align: left; } .organization_chart_department_name{ font-size: 16px; color: #333333; letter-spacing: 0.15px; cursor: pointer; } .organization_chart_department_name>span{ margin-left: 10px; } .organization_chart_department_box{ margin: 0; } .organization_chart_department_box>li{ margin: 20px 0; } .organization_chart_department_img_box{ width: 38px; height: 38px; border-radius: 50%; overflow: hidden; margin: 0 10px; background: #14A4FA; float: left; } .organization_chart_department_people{ font-size: 16px; color: #333333; letter-spacing: 0.18px; float: left; line-height: 38px; margin: 0; } .organization_chart_department_detail{ margin: 4px 20px; } .organization_chart_department_name{ /* margin-left: 10px; */ margin-top: 30px; } .back_up{ display: block; transform: rotate(180deg); float: left; } .opacity_li{ opacity: 0.5; } .quit_team{ font-size: 15px; color: #4584FF; letter-spacing: 0.18px; } /* 工作日志样式 */ .work_order_box{ width: 100%; height: 100%; overflow: hidden; } .work_order_head{ height: 90px; border-bottom: 1px solid #ddd; } .work_order_head_title{ font-size: 18px; color: #333333; letter-spacing: 0.2px; float: left; margin-left: 20px; margin-top: 44px; } .work_order_screen_box{ float: right; } .work_order_screen{ font-size: 14px; color: #4584FF; letter-spacing: 0.16px; margin-top: 50px; margin-right: 40px; } .work_order_screen_ctn{ width: 200px; height: 250px; display: none; } .work_order_screen_ctn>li{ font-size: 15px; color: #333333; letter-spacing: 0.16px; } .work_order_ctn{ width: 308px; height: 152px; border: 1px solid rgba(221,221,221,0.50); border-radius: 4px; padding: 20px 30px 20px 20px; float: left; margin-left: 30px; cursor: pointer; margin-bottom: 30px; } .work_order_ctn_box{ margin: 60px 0 0 10px; } .work_order_state{ font-size: 14px; color: #18C16F; letter-spacing: 0.16px; } .work_order_title{ font-size: 17px; color: #333333; letter-spacing: 0.19px; } .work_order_reason{ margin-top: 20px; } .work_order_reason>span:nth-of-type(1){ font-size: 15px; color: #888888; letter-spacing: 0.17px; } .work_order_reason>span:nth-of-type(2){ font-size: 15px; color: #000000; letter-spacing: 0.17px; line-height: 21px; } .work_order_time>span:nth-of-type(1){ font-size: 15px; color: #888888; letter-spacing: 0.17px; } .work_order_time>span:nth-of-type(2){ font-size: 15px; color: #000000; letter-spacing: 0.17px; line-height: 21px; } .work_order{ /* display: none; */ } .operating_hints_box{ background: #FFFFFF; box-shadow: 0 0 10px 0 rgba(221,221,221,0.50); border-radius: 8px; width: 200px; height: 200px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; display: none; /* display: block!important; */ /* opacity: 0; */ z-index: 11111; } .operating_hints_img{ width: 80px; height: 80px; margin: 42px 60px; } .operating_hints_ctn{ font-size: 14px; color: #888888; letter-spacing: 0.11px; text-align:center; } .connect-lines{ opacity: 0.5; border: 1px solid #DDDDDD; height: 0; width: 28px; /* margin-top: -3px; margin-left: 6px; margin-bottom: -35px; */ margin:0 16px; margin-top:3px; display: inline-block; } .title-input, .button-common-team, .button-common-people, .button-common-none, .button-common-date, .kaoqin-era, .kaoqin-place, .button-common-area, .button-input{ color:#888 }
static/styles/supervise.css
background-color:#fff; min-height:500px; max-height:100%; } .supervise_line{ height:5px; margin-top:0px !important; border-bottom: 1px solid #CCCCCC; } .my_management_supervise{ font-family: PingFangSC-Medium; font-size: 14px; color: #666666; letter-spacing: 0.17px; } .my_supervise_img{ display: flex; margin-top: 30px; } /* .common_img{ height:100px; width:140px; box-shadow: 2px 2px 25px 0 rgba(204,204,204,0.80); border-radius: 2px; padding:20px; box-sizing: border-box; cursor: pointer; } */ .img_color{ background: #FF7072; } .text_img{ font-family: PingFangSC-Medium; font-size: 14px; color: #FFFFFF; letter-spacing: 0.21px; margin-top:11px; } .attendance_team{ height:200px; width:400px; background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 4px; position: relative; margin-bottom:20px; } .new_attendance{ background: #4584FF; border-radius: 100px; height:30px; width:120px; color:#fff } .attendance_box{ overflow-x: hidden; overflow-y: auto; } .attendance_ctn{ padding:0 30px; /* height:680px; */ overflow-y: auto; overflow-x: hidden; } .attendance_ul_team{ margin:0; display: flex; flex-wrap:wrap; justify-content: space-between; } .new_attendance_title{ margin-top:40px; margin-bottom:30px; } .attendance_team>h1{ font-family: PingFangSC-Medium; font-size: 20px; color: #333333; letter-spacing: 0.24px; margin:0; /* padding-left:20px; */ padding:15px 0 13px 20px; /* margin-bottom:20px; */ line-height:28px; height: 28px; } .attendance_team_bottom{ background: #ACBACE; border-radius: 0 0 4px 4px; height:35px; position: absolute; bottom:0; width:inherit; display: flex; align-items: center; justify-content: flex-end; } .attendance_team_bottom>button{ border:none; font-family: PingFangSC-Medium; font-size: 13px; background: #ACBACE; color: #FFFFFF; letter-spacing: 0.16px; } .team-line{ border-bottom: 1px solid #CCCCCC; height:1px; display:block; margin:0 20px; margin-bottom:17px; } .attendance-new-detail{ height:calc(100% - 30px); /* width:877px; */ overflow-y: auto; background: #fff; background: #FFFFFF; /* box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); */ border-radius: 1px 1px 0 0; /* padding:0px 10px; */ position: relative; } .attendance-new-detail>ul{ margin:0; } .new_title_detail{ display:flex; justify-content: flex-start; margin-top: 24px !important; margin-bottom: 14px !important ; padding-left:30px } .new_title_detail>.first-icon{ display: inline-block; margin-bottom: 4px; color:#999999; margin-right: 10px } .new_title_detail>p{ font-family: PingFangSC-Medium; font-size: 16px; color: #333333; margin-bottom:4px; letter-spacing: 0.19px; } .team-line-detail{ margin:0; /* margin-bottom:17px; */ } .back_attendance{ background: #A0ACBF; border-radius: 100px; height:30px; width:60px; } .kaoqin-common{ margin-top:30px; position: relative; } .kaoqin-name{ display: flex; align-items: center; } .kaoqin-common>h2{ font-family: PingFangSC-Medium; font-size: 17px; color: #333333; letter-spacing: 0.2px; margin:0; width:142px; text-align: right } .kaoqin-name>input{ margin:0; height:40px; width:770px; margin-left:20px; box-sizing: border-box } .kaoqin-door{ font-family: PingFangSC-Regular; font-size: 16px; color: #666666; letter-spacing: 0.19px; width: 142px; text-align: right; height:22px; /* border:1px solid red; */ /* margin-right: 30px; */ display: inline-block; box-sizing: border-box; } .button-common,.button-common-people{ background: #FFFFFF; border: 1px solid #A0ACBF; height:40px; min-width:120px !important; border-radius: 100px; box-sizing: border-box; /* margin-right:10px; */ } .button-job,.button-rest{ } .button-common-date,.kaoqin-era,.button-common-area{ width:300px !important; height:36px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; box-sizing: border-box; text-align: left } .button-common-people,.button-common-team,.button-common-none{ width:770px; box-sizing: border-box; height:40px; margin-left:20px; overflow: hidden; white-space:nowrap; border: 1px solid #DDDDDD; border-radius: 4px; text-align: left } .title-common{ margin-top:15px; } .attendance-new-detail>.new-button-bottom{ margin-top:100px; margin-left:162px; position: relative; display: block; } .attendance-new-detail>.new-button-bottom>button{ background: #4584FF; border-radius: 4px; height:50px; width:296px; } .new-button-bottom{ position: absolute; left:0; right:0; margin: auto; bottom:28px; display: flex; justify-content: center } .new-button-bottom>button{ width:330px; height:55px; background: #14A4FA; border-radius: 3px; font-family: PingFangHK-Medium; font-size: 17px; color: #FFFFFF; letter-spacing: 0.27px; } .kaoqin-place{ font-family: PingFangSC-Regular; font-size: 16px; color: #666666; letter-spacing: 0.19px; height:22px; width:65px; display: inline-block; margin-right:20px; width: 142px; text-align: right } .button-input{ margin-bottom:0 !important; border-radius: 4px !important; text-align: center; width:120px; height:40px !important; box-sizing: border-box; border: 1px solid #DDDDDD !important; } .button-common-area{ width:120px; } #map-area{ z-index:3000; height:100%; width:100%; position:fixed; /* background: #FF7072; */ left:0; top:0; display: none } #map-content{ position: absolute; left:0; right:0; top:0; bottom:0; height:473px; width:700px ; margin:auto; background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; } #map-content>.kaoqin-title{ height:40px; width:700px; background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 1px 1px 0 0; text-align: center; line-height: 40px; } .attendance-map-close{ line-height:40px !important; cursor: pointer; display: block !important; } #container{ background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; height:260px; width:660px; position:relative; margin:10px 20px; box-sizing:border-box } .sure-place{ margin:0; margin-top:30px; padding:0 20px; } .sure-place>li{ padding:0 20px; height:35px; line-height:35px; border-bottom:2px solid #CCCCCC; box-sizing:border-box; } .place-button{ padding-top:30px; width:100%; display: flex; align-items: center; justify-content: center; } .place-sure{ background: #14A4FA; border-radius: 100px; width:120px; height:40px; } .title-cache-area{ display:flex; } .btn-group-area{ position:relative } .drop-menu-list{ min-width: 143px !important; } .drop-menu-list>li{ text-align: center } .kaoqin-date-choose{ width:100%; height:100%; position: fixed; /* background: #FF7072; */ left:0; top:0; display: none; z-index: 3000; } .kaoqin-date{ position: absolute; top:0; bottom:0; right:0; left:0; margin: auto; width:300px; height:400px; background: #FFFFFF; box-shadow: 0 1px 10px 0 rgba(204,204,204,0.30); border-radius: 1px; } .kaoqin-title{ background: #FFFFFF; box-shadow: 0 1px 5px 0 rgba(204,204,204,0.30); border-radius: 1px 1px 0 0; height:40px; text-align: center; line-height: 40px; } .kaoqin-choose-week{ margin-top:5px; margin-left:0; padding:0 20px; } .kaoqin-choose-week>li{ margin-top:15px; height:22px; line-height:22px; } .kaoqin-choose-week>li>input{ height:20px; width:20px; } .kaoqin-choose-week>li>span{ margin-left:12px; font-family: PingFangSC-Regular; font-size: 16px; color: #333333; letter-spacing: 0.23px; } .divid-line{ border-bottom: 1px solid #CCCCCC } .kaoqin-date-area{ margin-top:30px; background: #14A4FA; border-radius: 100px; color:#fff; height:40px; width:120px; margin-left:90px; } .attendance_close_week{ cursor: pointer; position: absolute; right:10px } .amap-sug-result { position: absolute; z-index: 4000; background-color: #fefefe; border: 1px solid #d1d1d1; bottom: auto; } #myPageTop { top:180px; } .organization_team_box{ height: 90px; border-bottom: 1px solid #ddd; } .organization_team_head>p{ font-size: 18px; color: #333333; letter-spacing: 0.2px; float: left; padding: 44px 20px 20px 20px; } .organization_team_btn{ float: right; margin: 30px 44px 20px 20px; } .organization_team_btn>li{ width: 100px; height: 38px; font-size: 15px; letter-spacing: 0.18px; float: left; margin: 0 10px; line-height: 40px; text-align: center; cursor: pointer; font-weight: 200; } .organization_team_btn .management_team{ border: 1px solid #4584FF; border-radius: 4px; color: #4584FF; } .organization_team_btn .invite_members{ background: #4584FF; border: 1px solid #4584FF; border-radius: 4px; color: #fff; } .organization_team_dept_box{ padding: 20px 0; border-bottom: 1px solid #ddd; margin: 0; } .organization_team_dept_box>li{ height: 50px; padding: 0 20px; } .organization_team_dept_ctn{ font-size: 15px; color: #333333; letter-spacing: 0.16px; cursor: pointer; line-height: 50px; margin: 0; } .organization_team_single_box{ padding: 20px; margin: 0; } .organization_team_single_box>li{ cursor: pointer; } .organization_team_single_img_box{ float: left; height: 38px; width:38px; border-radius: 50%; overflow: hidden; background: #14A4FA; } .organization_team_single_name{ float: left; margin-left: 10px; line-height: 38px; font-size: 16px; color: #333333; letter-spacing: 0.18px; } .invite_members_md{ width: 100%; height: 100%; background: rgba(0,0,0,0.30); position: fixed; left: 0; top: 0; z-index: 111; } .invite_members_box{ width: 320px; height: 444px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #fff; padding: 20px 40px; } .invite_members_close{ position: absolute; right: 20px; top: 20px; cursor: pointer; } .invite_members_search_box{ width: 320px; height: 40px; background: #F4F5F7; margin-top: 38px; border-radius: 6px; display: none; } .invite_members_icon{ line-height: 40px; color: #999; margin: 10px; } .invite_members_title{ margin: 30px 0 10px 0; font-size: 16px; color: #333333; letter-spacing: 1.33px; } .invite_members_search{ width: 266px; height: 29px!important; background: #F4F5F7!important; border: none; outline: none; -webkit-appearance: none; border-radius: 0; } .invite_members_url_input{ float: left; width: 220px; height: 28px!important; border: 1px solid #DDDDDD; border-radius: 4px; } .invite_members_url_btn{ float: right; height: 36px; font-size: 14px; color: #FFFFFF; line-height: 36px; padding: 0 10px; letter-spacing: 0.18px; text-align: center; background: #4584FF; border-radius: 4px; cursor: pointer; } .invite_members_qrtitle{ font-size: 16px; color: #333333; letter-spacing: 1.33px; margin: 30px 0 10px 0; } .organization_chart_md{ width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.30); left: 0; top: 0; z-index: 111; } .organization_chart_box{ position: absolute; right: 0; top: 0; width: 660px; height: 100%; background: #fff; } .organization_chart_head{ height: 88px; border-bottom: 1px solid #ddd; padding: 0 10px 0 20px; position: relative; overflow: hidden; } .organization_chart_close{ position: absolute; right: 30px; top: 30px; } .organization_chart_head_tab{ margin: 0; margin-top: 46px; } .organization_chart_head_tab > li{ float: left; font-size: 16px; letter-spacing: 0.18px; text-align: center; font-size: 16px; color: #333333; letter-spacing: 0.18px; cursor: pointer; position: relative; padding-bottom: 20px; } .organization_chart_group{ margin-left: 50px; } .organization_chart_body{ height: 100%; } .organization_chart_tab{ margin: 0; width: 200px; float: left; height: 100%; border-right: 1px solid #d8d8d8; } .organization_chart_tab > li{ overflow: hidden; cursor: pointer; } .organization_chart_tab > li>i{ float: left; margin: 16px 12px 16px 41px; color: #959595 } .organization_chart_tab > li>p{ float: left; font-size: 16px; color: #333333; letter-spacing: 0.18px; margin-top: 16px; } .organization_chart_ctn_basic_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_basic{ margin: 0; } .organization_chart_ctn_basic>li{ /* padding: 20px 20px; */ } .organization_chart_ctn_basic_title>p{ float: left; margin: 38px 21px 20px 52px; font-size: 15px; color: #333333; letter-spacing: 0.18px; } .organization_chart_ctn_basic_title>input{ float: left; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; margin: 30px 8px 20px 0; width: 282px; } .organization_chart_ctn_basic_case>p{ font-size: 15px; color: #333333; letter-spacing: 0.18px; margin: 5px 21px 0px 52px; float: left; } .organization_chart_ctn_basic_case>textarea{ width: 285px; height: 100px; border: 1px solid #DDDDDD; border-radius: 4px; resize:none; float: left; } .organization_chart_ctn_basic_save{ width: 296px; height: 50px; background: #4584FF; border-radius: 4px; color: #fff; text-align: center; font-size: 17px; letter-spacing: 0.27px; line-height: 50px; margin: 100px 82px 0 82px; cursor: pointer; } .organization_chart_ctn_team_box{ float: left; width: 459px; margin: 0; } .disband_name{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; line-height: 36px; } .disband_phone{ float: left; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; width: 175px; height: 26px!important; } .disband_phone{ margin-left: 20px; } .disband_time{ float: left; /* opacity: 0.6; */ background: #4584FF; border-radius: 4px; width: 100px!important; height: 36px; line-height: 36px; margin-left: 10px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; cursor: pointer; font-weight: 200; } .disband_code{ font-size: 15px; color: #333333; letter-spacing: 0.18px; float: left; margin-left: 20px; margin-top: 8px; } .disband_input{ width: 285px; height: 26px!important; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; float: left; margin-left: 20px; } .disband_tip{ font-size: 14px; color: #888888; letter-spacing: 0.22px; margin: 100px 35px 10px 40px; } .disband_ensure{ width: 296px; height: 50px; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 4px; font-size: 17px; color: #333333; letter-spacing: 0.27px; margin: 0 81px; text-align: center; line-height: 50px; cursor: pointer; } .disband_phone_box{ margin: 30px 20px 20px 20px; } .organization_chart_ctn_master_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_master{ margin: 0; margin-top: 38px; } .organization_chart_ctn_master>li{ overflow: hidden; margin: 10px 0; } .organization_chart_ctn_master>li>p{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; } .organization_chart_ctn_master_name>p:nth-of-type(1){ margin: 0 30px 0 21px; } .organization_chart_ctn_master_tel>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_tel>input:nth-of-type(1){ float: left; width: 175px; height: 26px; } .organization_chart_ctn_master_tel>input:nth-of-type(2){ float: left; background: #4584FF; border-radius: 4px; width:100px; height: 36px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 36px; margin-left: 10px; cursor: pointer; } .organization_chart_ctn_master_qd>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_qd>input{ float: left; width: 285px; height: 26px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; } .error_select{ font-size: 14px!important; color: red!important; margin-left: 120px!important; display: none; position: absolute; top: 30px; } .organization_chart_ctn_master_change{ position: relative; height: 60px; } .organization_chart_ctn_master_change>p{ margin: 5px 20px 0 51px; } .organization_chart_ctn_master_change>input{ float: left; width: 285px; height: 26px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; } .organization_chart_ctn_master_save{ width: 296px; height: 50px; background: #4584FF; border-radius: 4px; color: #fff; text-align: center; font-size: 17px; letter-spacing: 0.27px; line-height: 50px; margin: 100px 82px 0 82px; cursor: pointer; } .organization_chart_ctn_child_box{ float: left; width: 459px; margin: 0; } .organization_chart_ctn_child{ margin: 0; } .organization_chart_ctn_child>li>div{ width: 38px; height: 38px; overflow: hidden; border-radius: 50%; background: #14A4FA; float: left; margin: 0 10px 0 20px; } .organization_chart_ctn_child>li>p:nth-of-type(1){ float: left; font-size: 16px; color: #333333; letter-spacing: 0.18px; line-height: 40px; } .organization_chart_ctn_child>li>p:nth-of-type(2){ float: right; font-size: 16px; color: #FB7474; letter-spacing: 0.18px; line-height: 40px; margin-right: 30px; cursor: pointer; } .organization_chart_ctn_child_add{ background: #4584FF; border-radius: 4px; width: 140px; height: 40px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 40px; margin: 30px 0 30px 20px; cursor: pointer; } .organization_chart_change_box{ overflow: hidden; } .delete_member_tip{ width: 360px; height: 50px; background: rgba(0,0,0,0.50); border-radius: 4px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.16px; text-align: center; line-height: 50px; margin: 0 auto; } .color_li{ background: #F1F6FD; } .color_icon{ color: #4584FF!important; } .color_text{ color: #4584FF!important; } .bottom_line{ border-bottom: 2px solid #4584FF; } .organization_chart_group_list_box{ margin: 0; width: 200px; float: left; height: 100%; border-right: 1px solid #d8d8d8; } .organization_chart_group_add{ width: 140px; height: 40px; border: 1px solid #4584FF; border-radius: 4px; font-size: 15px; color: #4584FF; letter-spacing: 0.18px; line-height: 40px; text-align: center; margin: 30px 30px 20px 30px; cursor: pointer; } .organization_chart_group_list{ margin: 0; } .organization_chart_group_list>li{ width: 200px; height: 50px; text-align: center; line-height: 50px; font-size: 15px; color: #333333; letter-spacing: 0.17px; cursor: pointer; text-align: left; } .organization_chart_group_list>li>span:nth-of-type(1){ float: left; margin-left: 45px; width: 62px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .organization_chart_group_list>li>span:nth-of-type(2){ float: left; margin-left: 10px; } .organization_chart_group_detail_box{ float: left; width: 459px; margin: 0; } .new_group_name{ float: left; width: 200px; height: 26px!important; margin-top: 30px; margin-left: 20px; } .new_group_cancle{ float: left; border: 1px solid #4584FF; border-radius: 100px; width: 76px; height: 28px; font-size: 15px; color: #4584FF; letter-spacing: 0.14px; text-align: center; margin-left: 20px; margin-top: 34px; line-height: 30px; cursor: pointer; } .new_group_save{ float: left; border: 1px solid #4584FF; border-radius: 100px; width: 76px; height: 28px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.14px; margin-left: 20px; margin-top: 34px; background: #4584FF; line-height: 30px; text-align: center; cursor: pointer; } .invite_new_member,.adjust_department,.batch_delete{ width: 100px; height: 36px; font-size: 15px; color: #FFFFFF; letter-spacing: 0.18px; text-align: center; line-height: 36px; margin: 26px; float: left; background: #4584FF; border-radius: 4px; cursor: pointer; } .new_group_box{ margin: 0; } .new_group_box>li:nth-of-type(1){ font-size: 16px; color: #333333; letter-spacing: 0.23px; padding-left: 60px; font-weight: 500; } .new_group_box>li:nth-of-type(1)>p{ float: left; } .new_group_box>li{ margin: 10px 0; } .new_group_box>li>input{ margin: 0 20px; float: left; } .new_group_box>li>p{ font-size: 16px; color: #333333; letter-spacing: 0.23px; float: left; } .new_group_box>li>p:nth-of-type(1){ width: 136px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .new_group_box>li>p:nth-of-type(2){ width: 110px; } .new_group_ctn{ /* display: none; */ } .organization_add_group_popover{ width: 252px; height: 144px; background: #fff; padding: 20px; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); border-radius: 4px 0 0 0 4px 4px 4px; } .organization_add_group_title{ font-size: 15px; color: #333333; letter-spacing: 0.18px; margin: 0 95px; } .organization_add_group_name{ float: left; font-size: 15px; color: #333333; letter-spacing: 0.18px; margin-top: 18px; } .organization_add_group_input{ background: #F3F3F3; border-radius: 4px; width: 158px; height: 26px!important; float: left; margin-left: 15px; margin-top: 10px; } .organization_add_group_cancel{ border: 1px solid #C5C5C5; border-radius: 4px; width: 110px; height: 32px; font-size: 15px; color: #333333; letter-spacing: 0.18px; text-align: center; line-height: 32px; cursor: pointer; float: left; } .organization_add_group_finish{ background: #4584FF; border: 1px solid #4584FF; border-radius: 4px; width: 110px; height: 32px; color: #fff; text-align: center; line-height: 32px; cursor: pointer; float: left; margin-left: 25px; } .organization_add_group_bottom{ margin-top: 24px; } .branch_box{ margin: 30px 20px 0; position: relative; } .branch_name{ font-size: 16px; color: #333333; letter-spacing: 0.18px; float: left; } .branch_icon{ color: #666; float: right; font-size: 18px; cursor: pointer; } .branch_ctn{ background: #FFFFFF; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); border-radius: 3px; width: 120px; height: 100px; position: absolute; right: 0; top: 20px; display: none; z-index: 11; } .branch_ctn>div{ font-size: 15px; color: #333333; letter-spacing: 0.16px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; } .branch_change_name{ border-bottom: 1px solid #F3F3F3; } .branch_operation{ display: none; } .organization_chart_group_delete_box{ width: 540px; height: 262px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #FFFFFF; border-radius: 4px; box-shadow: 0 2px 4px 0 rgba(128,128,128,0.50); } .organization_chart_group_delete_head{ background: #F4F5F7; height: 60px; } .organization_chart_group_delete_head>p{ font-size: 18px; color: #333333; letter-spacing: 0.22px; float: left; margin-top: 18px; margin-left: 251px; } .organization_chart_group_delete_close{ float: right; color: #999999; margin-right: 25px; margin-top: 18px; } .organization_chart_group_delete_ctn{ font-size: 16px; color: #333333; letter-spacing: 0.19px; margin: 40px 20px 60px 20px; } .organization_chart_group_delete_bottom{ margin-left: 210px; } .organization_chart_group_delete_cancel{ border: 1px solid #DDDDDD; border-radius: 4px; width: 138px; height: 38px; font-size: 15px; color: #333333; letter-spacing: 0.18px; text-align: center; line-height: 38px; float: left; cursor: pointer; } .organization_chart_group_delete_ensure{ border: 1px solid #4584FF; border-radius: 4px; background: #4584FF; width: 138px; height: 38px; font-size: 15px; color: #fff; letter-spacing: 0.18px; text-align: center; line-height: 38px; margin-left: 20px; float: left; cursor: pointer; } .organization_team_bottom_box{ overflow: auto; width: 941px; text-align: left; } .organization_chart_department_name{ font-size: 16px; color: #333333; letter-spacing: 0.15px; cursor: pointer; } .organization_chart_department_name>span{ margin-left: 10px; } .organization_chart_department_box{ margin: 0; } .organization_chart_department_box>li{ margin: 20px 0; } .organization_chart_department_img_box{ width: 38px; height: 38px; border-radius: 50%; overflow: hidden; margin: 0 10px; background: #14A4FA; float: left; } .organization_chart_department_people{ font-size: 16px; color: #333333; letter-spacing: 0.18px; float: left; line-height: 38px; margin: 0; } .organization_chart_department_detail{ margin: 4px 20px; } .organization_chart_department_name{ /* margin-left: 10px; */ margin-top: 30px; } .back_up{ display: block; transform: rotate(180deg); float: left; } .opacity_li{ opacity: 0.5; } .quit_team{ font-size: 15px; color: #4584FF; letter-spacing: 0.18px; } /* 工作日志样式 */ .work_order_box{ width: 100%; height: 100%; overflow: hidden; } .work_order_head{ height: 90px; border-bottom: 1px solid #ddd; } .work_order_head_title{ font-size: 18px; color: #333333; letter-spacing: 0.2px; float: left; margin-left: 20px; margin-top: 44px; } .work_order_screen_box{ float: right; } .work_order_screen{ font-size: 14px; color: #4584FF; letter-spacing: 0.16px; margin-top: 50px; margin-right: 40px; } .work_order_screen_ctn{ width: 200px; height: 250px; display: none; } .work_order_screen_ctn>li{ font-size: 15px; color: #333333; letter-spacing: 0.16px; } .work_order_ctn{ width: 308px; height: 152px; border: 1px solid rgba(221,221,221,0.50); border-radius: 4px; padding: 20px 30px 20px 20px; float: left; margin-left: 30px; cursor: pointer; margin-bottom: 30px; } .work_order_ctn_box{ margin: 60px 0 0 10px; } .work_order_state{ font-size: 14px; color: #18C16F; letter-spacing: 0.16px; } .work_order_title{ font-size: 17px; color: #333333; letter-spacing: 0.19px; } .work_order_reason{ margin-top: 20px; } .work_order_reason>span:nth-of-type(1){ font-size: 15px; color: #888888; letter-spacing: 0.17px; } .work_order_reason>span:nth-of-type(2){ font-size: 15px; color: #000000; letter-spacing: 0.17px; line-height: 21px; } .work_order_time>span:nth-of-type(1){ font-size: 15px; color: #888888; letter-spacing: 0.17px; } .work_order_time>span:nth-of-type(2){ font-size: 15px; color: #000000; letter-spacing: 0.17px; line-height: 21px; } .work_order{ /* display: none; */ } .operating_hints_box{ background: #FFFFFF; box-shadow: 0 0 10px 0 rgba(221,221,221,0.50); border-radius: 8px; width: 200px; height: 200px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; display: none; /* display: block!important; */ /* opacity: 0; */ z-index: 11111; } .operating_hints_img{ width: 80px; height: 80px; margin: 42px 60px; } .operating_hints_ctn{ font-size: 14px; color: #888888; letter-spacing: 0.11px; text-align:center; } .connect-lines{ opacity: 0.5; border: 1px solid #DDDDDD; height: 0; width: 28px; /* margin-top: -3px; margin-left: 6px; margin-bottom: -35px; */ margin:0 16px; margin-top:3px; display: inline-block; } .title-input, .button-common-team, .button-common-people, .button-common-none, .button-common-date, .kaoqin-era, .kaoqin-place, .button-common-area, .button-input{ color:#888 }
0.417153
0.062818
@charset "utf-8"; /* CSS Document */ 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, select{margin: 0;padding: 0;border: 0;} table{ border-collapse:collapse;} body{font-size:12px;color:#333; font-family:"微软雅黑","Times New Roman",Georgia,Serif;-webkit-text-size-adjust:none;} img,a{border:0; text-decoration:none;} ol, ul {list-style: none; } .clears{ clear:both;} a{color:#333;} a:hover{color:#fec80c;} html, body{ min-width: 1400px; } .container{ min-width: 1400px; } /*顶部信息*/ .header { } .header-company { width: 1400px; height: 86px; margin: 0 auto; } .company-logo{ width: 50%; display: block; float: left; padding: 23px 0; } .company-tel{ padding: 23px 10px; width: 20%; display: block; float: right; text-align: right; } .company-tel .tel-title { color: #333; font-size: 15px; font-weight: bold; line-height: 18px; padding-right: 12px; } .company-tel .tel-title i { display: inline-block; width: 24px; height: 23px; margin-right: 0px; background: url(../images/tel.png) 0 0 no-repeat; vertical-align: middle; margin-top: -8px; background-size: cover; } .company-tel .tel-num { color: #fbaa53; font-size: 16px; font-weight: bold; } .header-nav{ height: 55px; background-color: #19314a; min-width: 1400px; width: 100%; } .header-nav .nav { width: 1000px; display: block; margin: 0 auto; } .header-nav .nav li { float: left; /* position: relative; */ width: 155px; height: 52px; line-height: 52px; font-size: 17px; text-align: center; border-top: 3px solid #19314a; } .header-nav .nav li a{ color: #FFFFFF; letter-spacing: 2px;display: block; } .header-nav .nav li:hover{ background: #FFFFFF; border-top: 3px solid #fa9300; } .header-nav .nav li:hover a{ color: #000; } .header-nav .nav li.active{ background: #FFFFFF; border-top: 3px solid #fa9300; } .header-nav .nav li.active a{ color: #000; } /* slider */ .slider{width:100%;min-width:100%;height:586px;position:relative;overflow:hidden;background:#fff;text-align:center;} .slider .bd{width:100%;position:absolute;left:50%;margin-left:-50%} .slider .bd li{width:100%;overflow:hidden;} .slider .bd li img{display:block;width:100%;height:586px;} .slider .tempWrap{overflow:visible !important} .slider .tempWrap ul{margin-left:-100% !important;} .slider .hd{position:absolute;width:100%;left:0;z-index:1;height:10px;bottom:80px;text-align:center;} .slider .hd li{border-radius:5px;display:inline-block;*display:inline;zoom:1;width: 50px;height: 10px;line-height:99px;overflow:hidden;margin: 0 30px;cursor:pointer;filter:alpha(opacity=60);opacity:0.6;background-color: #6e88a0;} .slider .hd li.on{background-color:#fa9300;filter:alpha(opacity=100);opacity:1;} .slider .pnBtn{position:absolute;z-index:1;top:0;width:100%;height:586px;cursor:pointer;} .slider .prev{left:-50%;margin-left:-50%;} .slider .next{left:50%;margin-left:50%;} .slider .pnBtn .blackBg{display:block;position:absolute;left:0;top:0;width:100%;height:586px;background:#000;filter:alpha(opacity=50);opacity:0.5;} .slider .pnBtn .arrow{display:none;position:absolute;top:0;z-index:1;width:60px;height:586px;} .slider .pnBtn .arrow:hover{filter:alpha(opacity=60);opacity:0.6;} .slider .prev .arrow{right:0;background:url(../images/slider-arrow.png) -120px 0 no-repeat;} .slider .next .arrow{left:0;background:url(../images/slider-arrow.png) 0 0 no-repeat;} .index-box{ width: 1400px; margin: 40px auto; height: 520px; } .index-box ul{ } .index-box ul li{ height: 520px; display: block; float: left; width: 23%; text-align: center; background-color: #ecedf1; margin: 0 1%; } .index-box ul li h1{ height: 40px; line-height: 50px; font-weight: normal; color: #000; letter-spacing: 2px; font-size: 25px; } .index-box ul li h2{ height: 30px; line-height: 30px; font-weight: normal; font-size: 16px; color: #BBBBBB; border-bottom: 1px solid #BBBBBB; width: 106px; margin: 0 auto; letter-spacing: 1px; } .index-box ul li img{ width: 100%; } .item-content{ padding: 15px; height: 158px; letter-spacing: 1px; } .item-content p{ font-size: 15px; line-height: 24px; text-align: left; min-height: 30px; } .item-content ul.index-news{ } .item-content ul.index-news li{ width: 278px; float: left; line-height: 28px; height: 28px; font-size: 15px; text-align: left; padding-left: 12px; overflow: hidden; } .item-content ul.index-news li i{ width: 6px; height: 6px; background-color: #fa9300; border-radius: 50%; position: absolute; margin: 9px 0 0 -12px; } a.index-link { width: 110px; height: 36px; display: block; background-color: rgba(109,137,162,1); font-size: 16px; text-align: center; line-height: 36px; margin: 0px auto; color: #FFFFFF; } a.index-link:hover{ background-color: rgb(30, 50, 71); } .flink{ background-color: #ecedf1; height: 158px; margin-top: 80px; } .flink .flink-box { width: 1400px; margin: 0 auto; } .flink .flink-title{ width: 120px; float: left; padding: 67px 20px; } .flink .flink-title h1{ border-left: 5px solid #f39800; padding-left: 12px; font-size: 20px; font-weight: normal; height: 24px; line-height: 24px; } .flink-items{ width: 1240px; overflow: hidden; position: relative; margin: 0 auto; } .flink-items .bd{ padding:52px 0; } .flink-items .bd ul{ overflow:hidden; zoom:1; } .flink-items .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; } .flink-items .bd ul li .pic{ text-align:center; } .flink-items .bd ul li .pic img{ width:200px; height:50px; display:block; padding:2px; } .footer { margin: 0 auto; padding: 60px 0 100px 0; line-height: 28px; text-align: center; overflow: hidden; clear: both; color: #484848; font-size: 15px; } .footer p { } .footer a { color: #484848; margin: 0 auto; } .show-rz img { width: 127px; height: 47px; margin: 0px 6px; border: 1px solid #FFF; border-radius: 7px; } .show-rz img.zqrz { /*border: 1px solid #FFF;*/ } .cooperation-box{ /*background: url(../images/cooperation-bg.jpg); background-size: cover; height: 800px;*/ width: 1140px; margin: 0px auto 40px auto; height: 569px; } .cooperation-box ul{ } .cooperation-box ul li { display: block; float: left; width: 30.33%; background-color: #ecedf1; margin: 0 1.5%; overflow: hidden; } .cooperation-box ul li h1{ height: 60px; line-height: 60px; font-weight: normal; color: #333; letter-spacing: 1px; font-size: 24px; text-align: center; } .cooperation-box ul li img{ margin: 0px -50px; } .cooperation-item-content{ padding: 10px; height: 260px; letter-spacing: 1px; } .cooperation-item-content p{ font-size: 15px; line-height: 26px; text-align: left; min-height: 26px; padding-bottom: 4px; } /*.cooperation-content { width: 1000px; margin: 0 auto; } .content-left { width: 450px; display: block; float: left; } .content-right { width: 425px; display: block; float: right; padding-top: 88px; } .slideGroup{ width: 450px; text-align: left; height: 555px; padding-top: 100px; } .slideGroup .parHd{height: 60px; line-height: 60px; background: rgba(244, 244, 244, 0.62); position: relative; } .slideGroup .parHd ul{ height: 60px; } .slideGroup .parHd ul li{ float: left; cursor: pointer; width: 224px; height: 88px; font-size: 16px; color: #EA0000; text-align: center; font-weight: bold; line-height: 88px; letter-spacing: 3px; font-size: 20px; } .slideGroup .parHd ul li:first-child{ border-right: 2px solid rgba(255, 27, 27, 0.51); } .slideGroup .parHd ul li.on{ height: 88px; background: #fff;} .slideGroup .slideBox{ } .slideGroup .parBd{ background: rgba(244, 244, 244, 0.62); padding-bottom: 30px; } .slideBox form { text-align: center; } .slideBox form input[type="text"] { border-radius: 5px; width: 309px; height: 42px; background-color: #FFF; border: none; margin-top: 22px; padding: 0 20px; font-size: 15px; letter-spacing: 2px; } .slideBox form textarea { border-radius: 5px; width: 309px; height: 100px; background-color: #FFF; border: none; margin-top: 20px; padding: 0 20px; line-height: 35px; font-size: 15px; letter-spacing: 2px; } .slideBox form input[type="button"] { border-radius: 5px; width: 130px; height: 38px; background-color: #D42A10; border: none; margin-top: 30px; padding: 0 20px; color: #FFF; font-weight: bold; font-size: 15px; } .content-right h1{ font-size: 40px; color: #d42a0f; font-weight: normal; letter-spacing: 10px; } .content-right h2{ letter-spacing: 1px; color: #fa9300; font-size: 18px; font-weight: normal; line-height: 24px; height: 45px; border-bottom: 1px solid #BDBDBD; } .content-right p{ font-size: 18px; line-height: 30px; padding: 10px 0; } .content-right .text-1 h1,.content-right .text-1 h2{ text-align: right; } .content-right .text-2 { padding-top: 30px; } */ /* subpage */ .sub-banner-box{width:100%;overflow:hidden;position:relative;} .sub-banner{} .sub-banner img{margin: 0 auto;display: block;} .sub-title{width: 320px; height: 70px; margin: 20px auto; overflow: hidden; position: relative;} .sub-title img{ } .sub-class-bg{ width: 100%; height: auto; overflow: hidden; font: 15px/38px "microsoft yahei"; color: #fff; background: #8298b0; } .sub-class{width: 1002px; height: auto; overflow: hidden; text-align: center; font: 15px/38px "microsoft yahei"; color: #fff; margin: 0 auto;} .sub-class span{margin:0 12px;} .sub-class span:last-child{ display: none; } .sub-class a{color: #fff; display: inline-block; height: 38px; /* margin-top: 4px; */ line-height: 38px;} .sub-class a.on{background:#fff;color:#fa9300;padding:0 8px;} .news-box{width:1060px;margin:16px auto 60px auto;font:14px/30px "microsoft yahei";color:#fa9300; letter-spacing: 1px;} /* news */ .news{width:100%;height: auto;overflow:hidden;} .news li{padding: 0 40px;/* width:100%; */height:45px;/* border-bottom:1px dotted #b09bb4; */overflow:hidden;font:14px/45px "microsoft yahei";color:#fa9300;} .news li.whitestyle{} .news li.darkstyle{background: #f7edde;} .news li a{float:left;margin-left:20px;width: 97%;height: 44px;border-bottom: 1px dotted #8298B0;} .news li span{float:right;margin-right:24px;} /*page*/ .Page{width:100%; text-align:center; padding:50px 0px;} .Page ul li { display: inline-block; min-width: 14px; padding: 0 5px; background: #ffffff; height: 24px; /* vertical-align: middle; */ line-height: 24px; font-size: 12px; border: 1px solid #e5e5e5; margin-left: 5px; /* float: left; */ color: #333; } .Page ul li:hover{ background: #f7edde; } .Page ul li.thisclass{ background:#f7edde; color:#333} .Page ul li a{ min-width: 14px; display: block;color: #FA9375; } /* view */ .view{font:14px/30px "microsoft yahei";color:#1b1b1b;padding-bottom: 20px;} .view h1{width:100%;text-align:center;font: 30px/80px "microsoft yahei";color: #333;} .date{width:100%;text-align: left;font: 12px/24px "microsoft yahei";color:#7d7d7d;border-bottom: 1px solid #383838;} .pagebox,.pagebox p { color: #333; padding-bottom: 10px; } .pagebox h1,.pagebox h2,.pagebox h3,.pagebox h4,.pagebox h5,.pagebox h6 { color: #333; font-size: 15px/32px "microsoft yahei"; } .page{width:100%;height:auto;margin:10px auto;overflow: hidden;position: relative;padding:12px 0;} .page p{width: 100%; height: 32px; font: 14px/32px "microsoft yahei"; color: #777; text-align: left; overflow: hidden; } .page p a{color:#777} .back{position:absolute;right:12px;bottom:13px;font-size:14px;color:#777;line-height:38px;} .view img{max-width: 100%;display:inline} .view div{font-size:14px;} .contact-title{ width: 1400px; margin: 0 auto; border-bottom: 2px solid #333; } .contact-title h1{ margin-left: 200px; line-height: 40px; font-size: 18px; letter-spacing: 2px; } .contact-box{ width: 1060px; margin: 0px auto 80px auto; background-color: #ecedf1; padding-bottom: 80px; color: #0e263e; padding-left: 40px; } .contact-box h2{ padding-top: 30px; height: 45px; line-height: 45px; font-size: 18px; letter-spacing: 1px; text-align: left; text-indent: 2.7em; } .contact-box p{ text-align: left; height: 45px; line-height: 45px; font-size: 18px; letter-spacing: 1px; } .contact-box p i{ height: 30px; width: 30px; display: block; float: left; margin: 8px 8px 0px 10px; } i.icon-tel { background: url(../images/xuebi.png); background-position: 0 2px; } i.icon-link { background: url(../images/xuebi.png); background-position: 0 -30px; } i.icon-ask { background: url(../images/xuebi.png); background-position: -155px 2px; } i.icon-email { background: url(../images/xuebi.png); background-position: -34px 2px; } i.icon-addr { background: url(../images/xuebi.png); background-position: -95px 2px; } i.icon-money { background: url(../images/xuebi.png); background-position: -65px 2px; } i.icon-man { background: url(../images/xuebi.png); background-position: -125px 1px; } .half-line { height: 12px; border-bottom: 1px solid #333333; width: 520px; margin-bottom: 12px; } i.p-arrow{ background: url(../images/arrow.png); width: 17px; height: 13px; display: block; background-size: 17px 13px; float: left; margin-right: 5px; margin-top: 7px; } .aboutus-box { width: 920px; min-height: 580px; margin: 50px auto; background-color: #ECEDF1; padding: 30px 30px; } .aboutus-title{ padding: 20px; } .aboutus-content{ } .aboutus-text{ width: 60%; float: left; /* padding: 0 10px; */ letter-spacing: 1px; } .aboutus-text p{ line-height: 40px; font-size: 16px; text-indent: 2rem; padding: 5px 0; } .aboutus-img{ width: 40%; float: left; } .aboutus-img img { padding: 0 0 0 10%; width: 90%; } /*移动样式下 遮罩效果*/ .mask{ width: 100%; height: 100%; z-index: 9999999; background-color: rgba(0, 0, 0, 0.50); position: fixed; display: none; } .mask .message-box{ width: 800px; height: 480px; display: block; border-radius: 30px; border: 5px solid #FFF; margin: -500px auto 300px auto; } .mask .message-box a{ display: block; width: 480px; height: 130px; background-color: #FFFFFF; margin: 78px auto; border-radius: 20px; font-size: 58px; line-height: 130px; text-align: center; } .mask .message-box a:hover,.mask .message-box a:active{ background-color: #C7C7C7; } .mask .message-box i{ background: url(../images/mac.png); width: 61px; height: 60px; display: inline-block; background-repeat: no-repeat; margin: 0px 15px -10px 0; } .mask .message-box i.phone{ background: url(../images/phone.png); background-repeat: no-repeat; } .mask .message-box i.mac{ }
static/front/css/style.css
@charset "utf-8"; /* CSS Document */ 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, select{margin: 0;padding: 0;border: 0;} table{ border-collapse:collapse;} body{font-size:12px;color:#333; font-family:"微软雅黑","Times New Roman",Georgia,Serif;-webkit-text-size-adjust:none;} img,a{border:0; text-decoration:none;} ol, ul {list-style: none; } .clears{ clear:both;} a{color:#333;} a:hover{color:#fec80c;} html, body{ min-width: 1400px; } .container{ min-width: 1400px; } /*顶部信息*/ .header { } .header-company { width: 1400px; height: 86px; margin: 0 auto; } .company-logo{ width: 50%; display: block; float: left; padding: 23px 0; } .company-tel{ padding: 23px 10px; width: 20%; display: block; float: right; text-align: right; } .company-tel .tel-title { color: #333; font-size: 15px; font-weight: bold; line-height: 18px; padding-right: 12px; } .company-tel .tel-title i { display: inline-block; width: 24px; height: 23px; margin-right: 0px; background: url(../images/tel.png) 0 0 no-repeat; vertical-align: middle; margin-top: -8px; background-size: cover; } .company-tel .tel-num { color: #fbaa53; font-size: 16px; font-weight: bold; } .header-nav{ height: 55px; background-color: #19314a; min-width: 1400px; width: 100%; } .header-nav .nav { width: 1000px; display: block; margin: 0 auto; } .header-nav .nav li { float: left; /* position: relative; */ width: 155px; height: 52px; line-height: 52px; font-size: 17px; text-align: center; border-top: 3px solid #19314a; } .header-nav .nav li a{ color: #FFFFFF; letter-spacing: 2px;display: block; } .header-nav .nav li:hover{ background: #FFFFFF; border-top: 3px solid #fa9300; } .header-nav .nav li:hover a{ color: #000; } .header-nav .nav li.active{ background: #FFFFFF; border-top: 3px solid #fa9300; } .header-nav .nav li.active a{ color: #000; } /* slider */ .slider{width:100%;min-width:100%;height:586px;position:relative;overflow:hidden;background:#fff;text-align:center;} .slider .bd{width:100%;position:absolute;left:50%;margin-left:-50%} .slider .bd li{width:100%;overflow:hidden;} .slider .bd li img{display:block;width:100%;height:586px;} .slider .tempWrap{overflow:visible !important} .slider .tempWrap ul{margin-left:-100% !important;} .slider .hd{position:absolute;width:100%;left:0;z-index:1;height:10px;bottom:80px;text-align:center;} .slider .hd li{border-radius:5px;display:inline-block;*display:inline;zoom:1;width: 50px;height: 10px;line-height:99px;overflow:hidden;margin: 0 30px;cursor:pointer;filter:alpha(opacity=60);opacity:0.6;background-color: #6e88a0;} .slider .hd li.on{background-color:#fa9300;filter:alpha(opacity=100);opacity:1;} .slider .pnBtn{position:absolute;z-index:1;top:0;width:100%;height:586px;cursor:pointer;} .slider .prev{left:-50%;margin-left:-50%;} .slider .next{left:50%;margin-left:50%;} .slider .pnBtn .blackBg{display:block;position:absolute;left:0;top:0;width:100%;height:586px;background:#000;filter:alpha(opacity=50);opacity:0.5;} .slider .pnBtn .arrow{display:none;position:absolute;top:0;z-index:1;width:60px;height:586px;} .slider .pnBtn .arrow:hover{filter:alpha(opacity=60);opacity:0.6;} .slider .prev .arrow{right:0;background:url(../images/slider-arrow.png) -120px 0 no-repeat;} .slider .next .arrow{left:0;background:url(../images/slider-arrow.png) 0 0 no-repeat;} .index-box{ width: 1400px; margin: 40px auto; height: 520px; } .index-box ul{ } .index-box ul li{ height: 520px; display: block; float: left; width: 23%; text-align: center; background-color: #ecedf1; margin: 0 1%; } .index-box ul li h1{ height: 40px; line-height: 50px; font-weight: normal; color: #000; letter-spacing: 2px; font-size: 25px; } .index-box ul li h2{ height: 30px; line-height: 30px; font-weight: normal; font-size: 16px; color: #BBBBBB; border-bottom: 1px solid #BBBBBB; width: 106px; margin: 0 auto; letter-spacing: 1px; } .index-box ul li img{ width: 100%; } .item-content{ padding: 15px; height: 158px; letter-spacing: 1px; } .item-content p{ font-size: 15px; line-height: 24px; text-align: left; min-height: 30px; } .item-content ul.index-news{ } .item-content ul.index-news li{ width: 278px; float: left; line-height: 28px; height: 28px; font-size: 15px; text-align: left; padding-left: 12px; overflow: hidden; } .item-content ul.index-news li i{ width: 6px; height: 6px; background-color: #fa9300; border-radius: 50%; position: absolute; margin: 9px 0 0 -12px; } a.index-link { width: 110px; height: 36px; display: block; background-color: rgba(109,137,162,1); font-size: 16px; text-align: center; line-height: 36px; margin: 0px auto; color: #FFFFFF; } a.index-link:hover{ background-color: rgb(30, 50, 71); } .flink{ background-color: #ecedf1; height: 158px; margin-top: 80px; } .flink .flink-box { width: 1400px; margin: 0 auto; } .flink .flink-title{ width: 120px; float: left; padding: 67px 20px; } .flink .flink-title h1{ border-left: 5px solid #f39800; padding-left: 12px; font-size: 20px; font-weight: normal; height: 24px; line-height: 24px; } .flink-items{ width: 1240px; overflow: hidden; position: relative; margin: 0 auto; } .flink-items .bd{ padding:52px 0; } .flink-items .bd ul{ overflow:hidden; zoom:1; } .flink-items .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; } .flink-items .bd ul li .pic{ text-align:center; } .flink-items .bd ul li .pic img{ width:200px; height:50px; display:block; padding:2px; } .footer { margin: 0 auto; padding: 60px 0 100px 0; line-height: 28px; text-align: center; overflow: hidden; clear: both; color: #484848; font-size: 15px; } .footer p { } .footer a { color: #484848; margin: 0 auto; } .show-rz img { width: 127px; height: 47px; margin: 0px 6px; border: 1px solid #FFF; border-radius: 7px; } .show-rz img.zqrz { /*border: 1px solid #FFF;*/ } .cooperation-box{ /*background: url(../images/cooperation-bg.jpg); background-size: cover; height: 800px;*/ width: 1140px; margin: 0px auto 40px auto; height: 569px; } .cooperation-box ul{ } .cooperation-box ul li { display: block; float: left; width: 30.33%; background-color: #ecedf1; margin: 0 1.5%; overflow: hidden; } .cooperation-box ul li h1{ height: 60px; line-height: 60px; font-weight: normal; color: #333; letter-spacing: 1px; font-size: 24px; text-align: center; } .cooperation-box ul li img{ margin: 0px -50px; } .cooperation-item-content{ padding: 10px; height: 260px; letter-spacing: 1px; } .cooperation-item-content p{ font-size: 15px; line-height: 26px; text-align: left; min-height: 26px; padding-bottom: 4px; } /*.cooperation-content { width: 1000px; margin: 0 auto; } .content-left { width: 450px; display: block; float: left; } .content-right { width: 425px; display: block; float: right; padding-top: 88px; } .slideGroup{ width: 450px; text-align: left; height: 555px; padding-top: 100px; } .slideGroup .parHd{height: 60px; line-height: 60px; background: rgba(244, 244, 244, 0.62); position: relative; } .slideGroup .parHd ul{ height: 60px; } .slideGroup .parHd ul li{ float: left; cursor: pointer; width: 224px; height: 88px; font-size: 16px; color: #EA0000; text-align: center; font-weight: bold; line-height: 88px; letter-spacing: 3px; font-size: 20px; } .slideGroup .parHd ul li:first-child{ border-right: 2px solid rgba(255, 27, 27, 0.51); } .slideGroup .parHd ul li.on{ height: 88px; background: #fff;} .slideGroup .slideBox{ } .slideGroup .parBd{ background: rgba(244, 244, 244, 0.62); padding-bottom: 30px; } .slideBox form { text-align: center; } .slideBox form input[type="text"] { border-radius: 5px; width: 309px; height: 42px; background-color: #FFF; border: none; margin-top: 22px; padding: 0 20px; font-size: 15px; letter-spacing: 2px; } .slideBox form textarea { border-radius: 5px; width: 309px; height: 100px; background-color: #FFF; border: none; margin-top: 20px; padding: 0 20px; line-height: 35px; font-size: 15px; letter-spacing: 2px; } .slideBox form input[type="button"] { border-radius: 5px; width: 130px; height: 38px; background-color: #D42A10; border: none; margin-top: 30px; padding: 0 20px; color: #FFF; font-weight: bold; font-size: 15px; } .content-right h1{ font-size: 40px; color: #d42a0f; font-weight: normal; letter-spacing: 10px; } .content-right h2{ letter-spacing: 1px; color: #fa9300; font-size: 18px; font-weight: normal; line-height: 24px; height: 45px; border-bottom: 1px solid #BDBDBD; } .content-right p{ font-size: 18px; line-height: 30px; padding: 10px 0; } .content-right .text-1 h1,.content-right .text-1 h2{ text-align: right; } .content-right .text-2 { padding-top: 30px; } */ /* subpage */ .sub-banner-box{width:100%;overflow:hidden;position:relative;} .sub-banner{} .sub-banner img{margin: 0 auto;display: block;} .sub-title{width: 320px; height: 70px; margin: 20px auto; overflow: hidden; position: relative;} .sub-title img{ } .sub-class-bg{ width: 100%; height: auto; overflow: hidden; font: 15px/38px "microsoft yahei"; color: #fff; background: #8298b0; } .sub-class{width: 1002px; height: auto; overflow: hidden; text-align: center; font: 15px/38px "microsoft yahei"; color: #fff; margin: 0 auto;} .sub-class span{margin:0 12px;} .sub-class span:last-child{ display: none; } .sub-class a{color: #fff; display: inline-block; height: 38px; /* margin-top: 4px; */ line-height: 38px;} .sub-class a.on{background:#fff;color:#fa9300;padding:0 8px;} .news-box{width:1060px;margin:16px auto 60px auto;font:14px/30px "microsoft yahei";color:#fa9300; letter-spacing: 1px;} /* news */ .news{width:100%;height: auto;overflow:hidden;} .news li{padding: 0 40px;/* width:100%; */height:45px;/* border-bottom:1px dotted #b09bb4; */overflow:hidden;font:14px/45px "microsoft yahei";color:#fa9300;} .news li.whitestyle{} .news li.darkstyle{background: #f7edde;} .news li a{float:left;margin-left:20px;width: 97%;height: 44px;border-bottom: 1px dotted #8298B0;} .news li span{float:right;margin-right:24px;} /*page*/ .Page{width:100%; text-align:center; padding:50px 0px;} .Page ul li { display: inline-block; min-width: 14px; padding: 0 5px; background: #ffffff; height: 24px; /* vertical-align: middle; */ line-height: 24px; font-size: 12px; border: 1px solid #e5e5e5; margin-left: 5px; /* float: left; */ color: #333; } .Page ul li:hover{ background: #f7edde; } .Page ul li.thisclass{ background:#f7edde; color:#333} .Page ul li a{ min-width: 14px; display: block;color: #FA9375; } /* view */ .view{font:14px/30px "microsoft yahei";color:#1b1b1b;padding-bottom: 20px;} .view h1{width:100%;text-align:center;font: 30px/80px "microsoft yahei";color: #333;} .date{width:100%;text-align: left;font: 12px/24px "microsoft yahei";color:#7d7d7d;border-bottom: 1px solid #383838;} .pagebox,.pagebox p { color: #333; padding-bottom: 10px; } .pagebox h1,.pagebox h2,.pagebox h3,.pagebox h4,.pagebox h5,.pagebox h6 { color: #333; font-size: 15px/32px "microsoft yahei"; } .page{width:100%;height:auto;margin:10px auto;overflow: hidden;position: relative;padding:12px 0;} .page p{width: 100%; height: 32px; font: 14px/32px "microsoft yahei"; color: #777; text-align: left; overflow: hidden; } .page p a{color:#777} .back{position:absolute;right:12px;bottom:13px;font-size:14px;color:#777;line-height:38px;} .view img{max-width: 100%;display:inline} .view div{font-size:14px;} .contact-title{ width: 1400px; margin: 0 auto; border-bottom: 2px solid #333; } .contact-title h1{ margin-left: 200px; line-height: 40px; font-size: 18px; letter-spacing: 2px; } .contact-box{ width: 1060px; margin: 0px auto 80px auto; background-color: #ecedf1; padding-bottom: 80px; color: #0e263e; padding-left: 40px; } .contact-box h2{ padding-top: 30px; height: 45px; line-height: 45px; font-size: 18px; letter-spacing: 1px; text-align: left; text-indent: 2.7em; } .contact-box p{ text-align: left; height: 45px; line-height: 45px; font-size: 18px; letter-spacing: 1px; } .contact-box p i{ height: 30px; width: 30px; display: block; float: left; margin: 8px 8px 0px 10px; } i.icon-tel { background: url(../images/xuebi.png); background-position: 0 2px; } i.icon-link { background: url(../images/xuebi.png); background-position: 0 -30px; } i.icon-ask { background: url(../images/xuebi.png); background-position: -155px 2px; } i.icon-email { background: url(../images/xuebi.png); background-position: -34px 2px; } i.icon-addr { background: url(../images/xuebi.png); background-position: -95px 2px; } i.icon-money { background: url(../images/xuebi.png); background-position: -65px 2px; } i.icon-man { background: url(../images/xuebi.png); background-position: -125px 1px; } .half-line { height: 12px; border-bottom: 1px solid #333333; width: 520px; margin-bottom: 12px; } i.p-arrow{ background: url(../images/arrow.png); width: 17px; height: 13px; display: block; background-size: 17px 13px; float: left; margin-right: 5px; margin-top: 7px; } .aboutus-box { width: 920px; min-height: 580px; margin: 50px auto; background-color: #ECEDF1; padding: 30px 30px; } .aboutus-title{ padding: 20px; } .aboutus-content{ } .aboutus-text{ width: 60%; float: left; /* padding: 0 10px; */ letter-spacing: 1px; } .aboutus-text p{ line-height: 40px; font-size: 16px; text-indent: 2rem; padding: 5px 0; } .aboutus-img{ width: 40%; float: left; } .aboutus-img img { padding: 0 0 0 10%; width: 90%; } /*移动样式下 遮罩效果*/ .mask{ width: 100%; height: 100%; z-index: 9999999; background-color: rgba(0, 0, 0, 0.50); position: fixed; display: none; } .mask .message-box{ width: 800px; height: 480px; display: block; border-radius: 30px; border: 5px solid #FFF; margin: -500px auto 300px auto; } .mask .message-box a{ display: block; width: 480px; height: 130px; background-color: #FFFFFF; margin: 78px auto; border-radius: 20px; font-size: 58px; line-height: 130px; text-align: center; } .mask .message-box a:hover,.mask .message-box a:active{ background-color: #C7C7C7; } .mask .message-box i{ background: url(../images/mac.png); width: 61px; height: 60px; display: inline-block; background-repeat: no-repeat; margin: 0px 15px -10px 0; } .mask .message-box i.phone{ background: url(../images/phone.png); background-repeat: no-repeat; } .mask .message-box i.mac{ }
0.240596
0.058078
body { background:#eee; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1.125em; color:#242424; margin: 0; padding: 0; } /*===== header =====*/ header{ height:61px; width:99.7%; overflow:hidden; position:fixed; z-index:1; margin-top:-20px; border: 1px solid #eee; background:#118080; } h1 { font-size:15px; color:#fff; font-weight:normal; position:relative; left:10px; top:-5px; } .container { position: absolute; margin-top: -10px; height: 33px; width:100%; font-size:.8125em; overflow:hidden; background:#ddd; } /*===== nav =====*/ header nav { float:left; margin-top: -11px; margin-left:-37px; } header nav ul li { list-style:none; float:left; } header nav ul li a { font-size:15px; color:#242424; height:28px; line-height:28px; text-decoration:none; width:80px; text-align:center; float:left; background:#fff; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li a.current, header nav ul li a:hover { padding-bottom:5px; } header nav ul li:nth-of-type(2) a { background:#0184cd; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(3) a { background:#7cbc19; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(4) a { background:#ffbc00; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(5) a { background:#f07502; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(6) a { background:#d00110; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } a { color:#242424; text-decoration:none; } /* tables */ .module, .usermodule, .add_module, .edit_module { border: 1px solid #ccc; position:relative; top:65px; width:300px; margin:20px; background: #fff; font-size: 15px; } .edit_module { width:950px; } .usermodule { width:700px; } .add_module { width:480px; } .errorlist { float:right; margin:0px 0px 0px 0px; } #id_name { float:left; margin:0px 0px 0px 0px; } .tables { background: #fff; width:100%; } caption { margin: 0; padding: 2px 5px 3px 5px; font-size: 15px; text-align: left; font-weight: bold; background: #118080; color: white; } .caption { margin: 0; padding: 2px 5px 3px 5px; font-size: 15px; text-align: left; font-weight: bold; background: #118080; color: white; } .formfield { margin-top: 4px; margin-bottom: 3px; } .word { margin-left:15px; color: red; } .addsubmit{ background: #118080; color: white; } /* change password */ .changepassword { border: 1px solid #ccc; position:relative; top:120px; left:450px; width:300px; margin: 20px; background: #fff; font-size: 15px; } /* ACTION ICONS */ .addlink { padding-left: 12px; margin:20px; background: url(../img/icon_addlink.gif) 0 .2em no-repeat; } .changelink { padding-left: 12px; background: url(../img/icon_changelink.gif) 0 .2em no-repeat; } .deletelink { padding-left: 12px; background: url(../img/icon_deletelink.gif) 0 .2em no-repeat; } /* list */ thead { text-align: left; } /*--------------over----------------*/
src/web/lynn/medias/css/bak/user.css
body { background:#eee; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1.125em; color:#242424; margin: 0; padding: 0; } /*===== header =====*/ header{ height:61px; width:99.7%; overflow:hidden; position:fixed; z-index:1; margin-top:-20px; border: 1px solid #eee; background:#118080; } h1 { font-size:15px; color:#fff; font-weight:normal; position:relative; left:10px; top:-5px; } .container { position: absolute; margin-top: -10px; height: 33px; width:100%; font-size:.8125em; overflow:hidden; background:#ddd; } /*===== nav =====*/ header nav { float:left; margin-top: -11px; margin-left:-37px; } header nav ul li { list-style:none; float:left; } header nav ul li a { font-size:15px; color:#242424; height:28px; line-height:28px; text-decoration:none; width:80px; text-align:center; float:left; background:#fff; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li a.current, header nav ul li a:hover { padding-bottom:5px; } header nav ul li:nth-of-type(2) a { background:#0184cd; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(3) a { background:#7cbc19; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(4) a { background:#ffbc00; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(5) a { background:#f07502; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } header nav ul li:nth-of-type(6) a { background:#d00110; background-image: gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -moz-linear-gradient(top, #ccffff, #77dddd); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */ } a { color:#242424; text-decoration:none; } /* tables */ .module, .usermodule, .add_module, .edit_module { border: 1px solid #ccc; position:relative; top:65px; width:300px; margin:20px; background: #fff; font-size: 15px; } .edit_module { width:950px; } .usermodule { width:700px; } .add_module { width:480px; } .errorlist { float:right; margin:0px 0px 0px 0px; } #id_name { float:left; margin:0px 0px 0px 0px; } .tables { background: #fff; width:100%; } caption { margin: 0; padding: 2px 5px 3px 5px; font-size: 15px; text-align: left; font-weight: bold; background: #118080; color: white; } .caption { margin: 0; padding: 2px 5px 3px 5px; font-size: 15px; text-align: left; font-weight: bold; background: #118080; color: white; } .formfield { margin-top: 4px; margin-bottom: 3px; } .word { margin-left:15px; color: red; } .addsubmit{ background: #118080; color: white; } /* change password */ .changepassword { border: 1px solid #ccc; position:relative; top:120px; left:450px; width:300px; margin: 20px; background: #fff; font-size: 15px; } /* ACTION ICONS */ .addlink { padding-left: 12px; margin:20px; background: url(../img/icon_addlink.gif) 0 .2em no-repeat; } .changelink { padding-left: 12px; background: url(../img/icon_changelink.gif) 0 .2em no-repeat; } .deletelink { padding-left: 12px; background: url(../img/icon_deletelink.gif) 0 .2em no-repeat; } /* list */ thead { text-align: left; } /*--------------over----------------*/
0.261237
0.080937
@charset "UTF-8"; * { padding: 0px; margin: 0px; box-sizing: border-box; font-size: 16px; } html{ scroll-behavior: smooth ; } body { background-color: #f0ebeb; font-family: 'Cardo', serif; } a { text-decoration: none; } img { display: block; max-width: 100%; } li { list-style: none; } :root { --fonteTitulo: 'Amatic SC', cursive; --cor1: #225c72; --cor2: #AD1F1B; --corTexto: #777777; } /* MENU */ .header { background-color: var(--cor2); padding: 20px 0; } .header h1 { font-size: 3em; font-family: var(--fonteTitulo); color: #fff; } .container { display: flex; align-items: center; justify-content: space-between; max-width: 960px; margin: 0 auto; flex-wrap: wrap; } .menu-nav a { display: block; color: #fff; font-size: 2em; font-family: var(--fonteTitulo); padding: 10px; } #menu { display: flex; gap: 10px; } .menu-nav a::after { content: ""; display: block; width: 0; height: 3px; background: var(--cor1); } .menu-nav a:hover::after { width: 100%; transition: .4s; } #btn-mobile { display: none; } @media (max-width: 600px) { #menu { display: block; position: absolute; width: 100%; top: 90px; right: 0; background-color: var(--cor2); height: 0; z-index: 1000; transition: .4s; visibility: hidden; overflow-y: hidden; } #nav.active #menu { height: calc(100vh - 70px); visibility: visible; overflow-y: auto; } #menu a { padding: 1rem 0; margin: 0 1rem; border-bottom: 2px solid rgba(0, 0, 0,.05); text-align: center; } #btn-mobile { display: flex; padding: .5rem 1rem; font-size: 1rem; border: none; background: none; cursor: pointer; gap: .5rem; } #hamburger { display: block; border-top: 2px solid; width: 20px; } #hamburger::after, #hamburger::before { content: ''; display: block; width: 20px; height: 2px; margin-top: 5px; background: black; transition: .4s; position: relative; } .menu-nav a::after { content: ""; display: block; width: 0; height: 3px; margin: 0 auto; background: var(--cor1); } #nav.active #hamburger { border-top-color: transparent; } #nav.active #hamburger::before { transform: rotate(135deg); } #nav.active #hamburger::after { transform: rotate(-135deg); top: -7px; } .menu-nav a:hover::after { width:15%; transition: .4s; } } /* SOBRE */ .sobre { max-width: 700px; margin: 0 auto; padding: 60px 0; } .sobre h2 { font-size: 3em; font-family: var(--fonteTitulo); text-align: center; margin-bottom: 35px; text-transform: uppercase; } .sobre p { font-size: 1.125em; color: var(--corTexto); line-height: 1.4; margin-bottom: 35px; } .cite { background-color: #e7e6e6; padding:25px; color: var(--corTexto); border-left: 4px solid var(--cor1); } /* FRASES NATALINAS */ .frases-container { display: flex; flex-wrap: wrap; } .frase-titulo h2 { font-size: 3em; font-family: var(--fonteTitulo); text-align: center; text-transform: uppercase; } .frase-titulo { max-width: 250px; border-bottom: 4px solid var(--cor2); margin: 60px auto; } .frase-item { display: flex; flex: 1 1 380px; background-color: #fff; margin: 20px; flex-direction: column; justify-content: space-between; } .frase-item h3 { background-color: var(--cor1); color: #fff; font-family: var(--fonteTitulo); font-size: 2em; text-align: center; font-weight: normal; } .frase-item p { text-align: center; margin: 60px auto; max-width: 300px; font-size: 1.125em; font-style: italic; line-height: 1.4; } .frase-item span { display: block; text-align: center; margin: 0 auto; align-items: center; } .frase-item img { width: 30px; height: 30px; } .frase-item a { display: flex; align-items: center; justify-content: center; align-items: center; background-color: var(--cor1); font-size: 2em; font-weight: bold; color: #fff; font-family: var(--fonteTitulo); } .frase-item a:hover { background: #777777; transition: .7s; } /* IMAGENS NATALINAS */ .imagens-container { display: flex; flex-direction: column; flex-wrap: wrap; max-width: 960px; margin: 0 auto; } .imagens-titulo h2{ font-size: 3em; font-family: var(--fonteTitulo); text-align: center; text-transform: uppercase; } .imagens-titulo { max-width: 270px; border-bottom: 4px solid var(--cor2); margin: 60px auto; } .imagens-item { display: flex; flex-wrap: wrap; margin-bottom: 60px; margin-right: 60px; } .imagens-item img { display: block; max-width: 100%; margin-right: 60px; } .imagens-info { display: flex; flex-direction: column; } .imagens-item h3 { font-size: 2em; display: block; font-family: var(--fonteTitulo); margin-bottom: 20px; } .imagens-item p { max-width: 280px; font-size: 1.125em; line-height: 1.4; color: var(--corTexto); margin-bottom: 20px; } .imagens-item a { background-color: var(--cor1); padding: 5px; width: 286px; color: #fff; font-size: 2em; font-family: var(--fonteTitulo); font-weight: bold; text-align: center; } /* FOOTER */ .footer { background-color: var(--cor2); padding: 20px 0; margin-top: 60px; } .footer img{ width: 30px; height: 30px; cursor: pointer; max-width: 100%; } .footer-container { display: flex; justify-content: space-between; max-width: 960px; margin: 0 auto; } .footer-img { display: flex; gap: 20px; } .footer p { font-size: 2em; color: #fff; font-family: var(--fonteTitulo); }
css/style.css
@charset "UTF-8"; * { padding: 0px; margin: 0px; box-sizing: border-box; font-size: 16px; } html{ scroll-behavior: smooth ; } body { background-color: #f0ebeb; font-family: 'Cardo', serif; } a { text-decoration: none; } img { display: block; max-width: 100%; } li { list-style: none; } :root { --fonteTitulo: 'Amatic SC', cursive; --cor1: #225c72; --cor2: #AD1F1B; --corTexto: #777777; } /* MENU */ .header { background-color: var(--cor2); padding: 20px 0; } .header h1 { font-size: 3em; font-family: var(--fonteTitulo); color: #fff; } .container { display: flex; align-items: center; justify-content: space-between; max-width: 960px; margin: 0 auto; flex-wrap: wrap; } .menu-nav a { display: block; color: #fff; font-size: 2em; font-family: var(--fonteTitulo); padding: 10px; } #menu { display: flex; gap: 10px; } .menu-nav a::after { content: ""; display: block; width: 0; height: 3px; background: var(--cor1); } .menu-nav a:hover::after { width: 100%; transition: .4s; } #btn-mobile { display: none; } @media (max-width: 600px) { #menu { display: block; position: absolute; width: 100%; top: 90px; right: 0; background-color: var(--cor2); height: 0; z-index: 1000; transition: .4s; visibility: hidden; overflow-y: hidden; } #nav.active #menu { height: calc(100vh - 70px); visibility: visible; overflow-y: auto; } #menu a { padding: 1rem 0; margin: 0 1rem; border-bottom: 2px solid rgba(0, 0, 0,.05); text-align: center; } #btn-mobile { display: flex; padding: .5rem 1rem; font-size: 1rem; border: none; background: none; cursor: pointer; gap: .5rem; } #hamburger { display: block; border-top: 2px solid; width: 20px; } #hamburger::after, #hamburger::before { content: ''; display: block; width: 20px; height: 2px; margin-top: 5px; background: black; transition: .4s; position: relative; } .menu-nav a::after { content: ""; display: block; width: 0; height: 3px; margin: 0 auto; background: var(--cor1); } #nav.active #hamburger { border-top-color: transparent; } #nav.active #hamburger::before { transform: rotate(135deg); } #nav.active #hamburger::after { transform: rotate(-135deg); top: -7px; } .menu-nav a:hover::after { width:15%; transition: .4s; } } /* SOBRE */ .sobre { max-width: 700px; margin: 0 auto; padding: 60px 0; } .sobre h2 { font-size: 3em; font-family: var(--fonteTitulo); text-align: center; margin-bottom: 35px; text-transform: uppercase; } .sobre p { font-size: 1.125em; color: var(--corTexto); line-height: 1.4; margin-bottom: 35px; } .cite { background-color: #e7e6e6; padding:25px; color: var(--corTexto); border-left: 4px solid var(--cor1); } /* FRASES NATALINAS */ .frases-container { display: flex; flex-wrap: wrap; } .frase-titulo h2 { font-size: 3em; font-family: var(--fonteTitulo); text-align: center; text-transform: uppercase; } .frase-titulo { max-width: 250px; border-bottom: 4px solid var(--cor2); margin: 60px auto; } .frase-item { display: flex; flex: 1 1 380px; background-color: #fff; margin: 20px; flex-direction: column; justify-content: space-between; } .frase-item h3 { background-color: var(--cor1); color: #fff; font-family: var(--fonteTitulo); font-size: 2em; text-align: center; font-weight: normal; } .frase-item p { text-align: center; margin: 60px auto; max-width: 300px; font-size: 1.125em; font-style: italic; line-height: 1.4; } .frase-item span { display: block; text-align: center; margin: 0 auto; align-items: center; } .frase-item img { width: 30px; height: 30px; } .frase-item a { display: flex; align-items: center; justify-content: center; align-items: center; background-color: var(--cor1); font-size: 2em; font-weight: bold; color: #fff; font-family: var(--fonteTitulo); } .frase-item a:hover { background: #777777; transition: .7s; } /* IMAGENS NATALINAS */ .imagens-container { display: flex; flex-direction: column; flex-wrap: wrap; max-width: 960px; margin: 0 auto; } .imagens-titulo h2{ font-size: 3em; font-family: var(--fonteTitulo); text-align: center; text-transform: uppercase; } .imagens-titulo { max-width: 270px; border-bottom: 4px solid var(--cor2); margin: 60px auto; } .imagens-item { display: flex; flex-wrap: wrap; margin-bottom: 60px; margin-right: 60px; } .imagens-item img { display: block; max-width: 100%; margin-right: 60px; } .imagens-info { display: flex; flex-direction: column; } .imagens-item h3 { font-size: 2em; display: block; font-family: var(--fonteTitulo); margin-bottom: 20px; } .imagens-item p { max-width: 280px; font-size: 1.125em; line-height: 1.4; color: var(--corTexto); margin-bottom: 20px; } .imagens-item a { background-color: var(--cor1); padding: 5px; width: 286px; color: #fff; font-size: 2em; font-family: var(--fonteTitulo); font-weight: bold; text-align: center; } /* FOOTER */ .footer { background-color: var(--cor2); padding: 20px 0; margin-top: 60px; } .footer img{ width: 30px; height: 30px; cursor: pointer; max-width: 100%; } .footer-container { display: flex; justify-content: space-between; max-width: 960px; margin: 0 auto; } .footer-img { display: flex; gap: 20px; } .footer p { font-size: 2em; color: #fff; font-family: var(--fonteTitulo); }
0.353428
0.077938
* { box-sizing: border-box; } body { margin: 0; padding: 0; width: 100%; height: 100%; text-rendering: optimizeLegibility; } input:focus { outline: none; } .wrapper { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 98; display: flex; } /* *********************** LOADING *********************** */ .loadingWrapper { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100; display: block; background-color: #2c2f33; } .loadingWrapper div { height: auto; width: 250px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; } .loadingGif { width: 100%; } .loadingText { margin: 0; color: whitesmoke; font-weight: normal; font-family: 'Whitney-Medium'; font-size: 17px; text-align: center; cursor: default; user-select: none; } /* *********************** FILE UPLOAD BOX *********************** */ .uploadConfirmWrapper { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background-color: rgba(0, 0, 0, 0.75); } @keyframes scale-center { 0% { transform: translate(-50%, -50%) scale(0.7); opacity: 0.4;} 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; } } .uploadConfirm { display: flex; position: fixed; left: 50%; top: 50%; transform-origin: center; transform: translate(-50%, -50%); flex-direction: column; width: 530px; height: auto; background-color: #36393f; border-radius: 7px; animation: scale-center 0.2s 1; } .uploadConfirmInner { display: flex; flex-direction: column; padding: 20px; } .uploadFileName { color: white; font-size: 20px; font-family: "Whitney-Bold"; font-style: normal; font-weight: 700; padding: 0; overflow: hidden; text-overflow: ellipsis; vertical-align: baseline; white-space: nowrap; user-select: none; cursor: default; } .uploadTo { color: var(--header-secondary); font-size: 14px; font-family: 'Whitney-Book'; font-weight: 400; padding: 7px 0; vertical-align: baseline; user-select: none; } .uploadTo strong { color: white; font-family: 'Whitney-Medium'; font-weight: 500; } .uploadCommentLabel { color: var(--header-primary); font-family: 'Whitney-Medium'; font-size: 13px; font-weight: 500; text-transform: uppercase; user-select: none; margin-top: 15px; } .uploadCommentLabel span { color: var(--header-secondary); margin-left: 5px; } .uploadCommentField { display: block; width: 100%; background-color: var(--channeltextarea-background); border-radius: 8px; border-width: 0px; padding: 12px 18px; margin-top: 5px; font-size: 14px; font-weight: 400; color: var(--text-normal); } .uploadConfirmFooter { display: flex; flex-direction: row; flex-shrink: 0; padding: 20px; background-color: #2f3136; border-radius: 0 0 7px 7px; } .spoilerCheckBoxWrapper { flex-grow: 1; font-size: 14px; font-weight: 400; font-family: 'Whitney-Book'; color: var(--text-normal); cursor: pointer; user-select: none; display: flex; height: 38px; padding: 7px 0; } input.uploadIsSpoiler { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .spoilerCheckmark { height: 24px; width: 24px; background-color: transparent; border: 1px solid #72767d; border-radius: 3px; padding: 2px; } .spoilerCheckBoxWrapper input:checked ~ .spoilerCheckmark { border-color: var(--control-brand-foreground); } .spoilerCheckBoxWrapper input:checked ~ .spoilerCheckmark svg path{ fill: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%); } .spoilerCheckBoxWrapper span { padding-left: 8px; padding-top: 3px; vertical-align: baseline; } .uploadCancelButton { color: #fff; font-size: 14px; font-weight: 500; font-style: 'Whitney-Medium'; line-height: 16px; background-color: transparent; outline: none; border-width: 0; border-radius: 4px; padding: 10px 24px; height: 38px; cursor: pointer; user-select: none; } .uploadCancelButton:hover { text-decoration: underline; } .uploadSuccessButton { color: #fff; font-size: 14px; font-weight: 500; font-style: 'Whitney-Medium'; line-height: 16px; background-color: var(--brand-experiment); outline: none; border-width: 0; border-radius: 4px; padding: 10px 24px; height: 38px; cursor: pointer; user-select: none; -webkit-transition: background-color .17s ease,color .17s ease; transition: background-color .17s ease,color .17s ease; } .uploadSuccessButton:hover { background-color: var(--brand-experiment-560); } /* *********************** Guild List Pane *********************** */ .guildListPane { height: 100%; width: 70px; background-color: var(--background-tertiary); flex-shrink: 0; } .guildList { list-style-type: none; margin: 0; padding: 0; width: 100%; height: 100%; overflow-y: auto; } .guildElement { display: block; width: 100%; height: auto; user-select: none; } .guildIcon { width: 100%; height: auto; border-radius: 100%; padding: 3px 13px; transition: .3s; cursor: pointer; } .guildIcon:hover { border-radius: 40%; transition: .3s; } /* ******************* LEFT PANE ******************* */ .leftPane { height: 100%; width: 250px; background-color: var(--background-secondary); flex-shrink: 0; display: flex; flex-direction: column; } .guildHeader { width: 100%; height: 50px; background-color: transparent; flex-shrink: 0; border-bottom: 2px solid rgba(0, 0, 0, 0.2); font-family: 'Ginto'; color: white; padding: 16px 18px; font-size: 16px; line-height: 20px; font-weight: 600; cursor: default; overflow: hidden; user-select: none; } .channelArea { width: 100%; flex-grow: 1; overflow-y: auto; } .clientUserArea { width: 100%; height: 55px; background-color: var(--background-secondary-alt); flex-shrink: 0; display: flex; flex-direction: row; padding: 10px; overflow: hidden; } .clientUserAvatar { display: block; width: 35px; height: 35px; border-radius: 100%; user-select: none; } .clientUserTag{ font-family: 'Whitney-Medium'; display: flex; flex-direction: column; padding: 5px 6px; } .clientUsername { color: white; font-size: 14px; line-height: 18px; font-weight: 600; } .clientDiscriminator { color: #b9bbbe; font-size: 12px; line-height: 13px; font-weight: 500; } .channelList { list-style: none; margin: 0; padding: 5px; width: 100%; } .channelArea::-webkit-scrollbar { width: 0.3em; } .channelArea::-webkit-scrollbar-track { background-color: transparent; } .channelArea::-webkit-scrollbar-thumb { width: 0.2em; background-color: rgba(0, 0, 0, 0.2); } .channelElement { font-family: 'Whitney-Medium'; font-size: 100%; line-height: 16px; color: var(--channels-default); padding: 8px 14px; margin-top: 3px; user-select: none; border-radius: 4px; } .channelElement:not(.categoryChannel){ margin-left: 5px; } .channelElement:not(.categoryChannel):hover{ cursor: pointer; background-color: #393c43; color: var(--interactive-hover); } .categoryChannel { font-size: 12px; line-height: unset; padding: 10px 16px; margin-top: 10px; background-color: rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: 600; letter-spacing: 0.25px; } /* ******************* MAIN PANE ******************* */ .mainPane { height: 100%; flex-grow: 1; background-color: var(--background-primary); display: flex; flex-direction: column; } .channelHeader { width: 100%; height: 50px; background-color: transparent; flex-shrink: 0; border-bottom: 2px solid rgba(0, 0, 0, 0.2); font-family: 'Ginto'; color: var(--header-primary); padding: 16px 18px; font-size: 16px; line-height: 20px; font-weight: 600; cursor: default; overflow: hidden; user-select: none; } .messageArea { width: 100%; display: block; outline: none; border: none; flex-grow: 1; overflow-y: scroll; } .messageArea::-webkit-scrollbar { width: 0.4em; } .messageArea::-webkit-scrollbar-track { background-color: #2f3136; } .messageArea::-webkit-scrollbar-thumb { background-color: #202225; } .discord-author-avatar { user-select: none; } .inputArea { width: 100%; height: 60px; flex-shrink: 0; padding: 0 10px 15px; display: flex; flex-direction: row; } .inputArea .messageField { display: block; flex-grow: 1; background-color: var(--channeltextarea-background); border-radius: 0 8px 8px 0; border-width: 0px; color: var(--text-normal); font-size: 16px; font-family: 'Whitney-Book'; padding: 12px 18px 12px 0; } .inputArea .fileUploadButton { flex-shrink: 0; font-size: 20px; padding: 10px 18px; fill: var(--interactive-normal); background-color: var(--channeltextarea-background); border-radius: 8px 0 0 8px; border-width: 0; outline: none; cursor: pointer; } .inputArea .fileUploadButton:hover { outline: none; border-width: 0; fill: var(--interactive-hover); } .discord-message-body { white-space: pre-wrap; } .userListPane { height: 100%; width: 250px; padding: 10px; flex-shrink: 0; background-color: var(--background-secondary) }
app/CSS/style.css
* { box-sizing: border-box; } body { margin: 0; padding: 0; width: 100%; height: 100%; text-rendering: optimizeLegibility; } input:focus { outline: none; } .wrapper { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 98; display: flex; } /* *********************** LOADING *********************** */ .loadingWrapper { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100; display: block; background-color: #2c2f33; } .loadingWrapper div { height: auto; width: 250px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; } .loadingGif { width: 100%; } .loadingText { margin: 0; color: whitesmoke; font-weight: normal; font-family: 'Whitney-Medium'; font-size: 17px; text-align: center; cursor: default; user-select: none; } /* *********************** FILE UPLOAD BOX *********************** */ .uploadConfirmWrapper { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background-color: rgba(0, 0, 0, 0.75); } @keyframes scale-center { 0% { transform: translate(-50%, -50%) scale(0.7); opacity: 0.4;} 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; } } .uploadConfirm { display: flex; position: fixed; left: 50%; top: 50%; transform-origin: center; transform: translate(-50%, -50%); flex-direction: column; width: 530px; height: auto; background-color: #36393f; border-radius: 7px; animation: scale-center 0.2s 1; } .uploadConfirmInner { display: flex; flex-direction: column; padding: 20px; } .uploadFileName { color: white; font-size: 20px; font-family: "Whitney-Bold"; font-style: normal; font-weight: 700; padding: 0; overflow: hidden; text-overflow: ellipsis; vertical-align: baseline; white-space: nowrap; user-select: none; cursor: default; } .uploadTo { color: var(--header-secondary); font-size: 14px; font-family: 'Whitney-Book'; font-weight: 400; padding: 7px 0; vertical-align: baseline; user-select: none; } .uploadTo strong { color: white; font-family: 'Whitney-Medium'; font-weight: 500; } .uploadCommentLabel { color: var(--header-primary); font-family: 'Whitney-Medium'; font-size: 13px; font-weight: 500; text-transform: uppercase; user-select: none; margin-top: 15px; } .uploadCommentLabel span { color: var(--header-secondary); margin-left: 5px; } .uploadCommentField { display: block; width: 100%; background-color: var(--channeltextarea-background); border-radius: 8px; border-width: 0px; padding: 12px 18px; margin-top: 5px; font-size: 14px; font-weight: 400; color: var(--text-normal); } .uploadConfirmFooter { display: flex; flex-direction: row; flex-shrink: 0; padding: 20px; background-color: #2f3136; border-radius: 0 0 7px 7px; } .spoilerCheckBoxWrapper { flex-grow: 1; font-size: 14px; font-weight: 400; font-family: 'Whitney-Book'; color: var(--text-normal); cursor: pointer; user-select: none; display: flex; height: 38px; padding: 7px 0; } input.uploadIsSpoiler { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .spoilerCheckmark { height: 24px; width: 24px; background-color: transparent; border: 1px solid #72767d; border-radius: 3px; padding: 2px; } .spoilerCheckBoxWrapper input:checked ~ .spoilerCheckmark { border-color: var(--control-brand-foreground); } .spoilerCheckBoxWrapper input:checked ~ .spoilerCheckmark svg path{ fill: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%); } .spoilerCheckBoxWrapper span { padding-left: 8px; padding-top: 3px; vertical-align: baseline; } .uploadCancelButton { color: #fff; font-size: 14px; font-weight: 500; font-style: 'Whitney-Medium'; line-height: 16px; background-color: transparent; outline: none; border-width: 0; border-radius: 4px; padding: 10px 24px; height: 38px; cursor: pointer; user-select: none; } .uploadCancelButton:hover { text-decoration: underline; } .uploadSuccessButton { color: #fff; font-size: 14px; font-weight: 500; font-style: 'Whitney-Medium'; line-height: 16px; background-color: var(--brand-experiment); outline: none; border-width: 0; border-radius: 4px; padding: 10px 24px; height: 38px; cursor: pointer; user-select: none; -webkit-transition: background-color .17s ease,color .17s ease; transition: background-color .17s ease,color .17s ease; } .uploadSuccessButton:hover { background-color: var(--brand-experiment-560); } /* *********************** Guild List Pane *********************** */ .guildListPane { height: 100%; width: 70px; background-color: var(--background-tertiary); flex-shrink: 0; } .guildList { list-style-type: none; margin: 0; padding: 0; width: 100%; height: 100%; overflow-y: auto; } .guildElement { display: block; width: 100%; height: auto; user-select: none; } .guildIcon { width: 100%; height: auto; border-radius: 100%; padding: 3px 13px; transition: .3s; cursor: pointer; } .guildIcon:hover { border-radius: 40%; transition: .3s; } /* ******************* LEFT PANE ******************* */ .leftPane { height: 100%; width: 250px; background-color: var(--background-secondary); flex-shrink: 0; display: flex; flex-direction: column; } .guildHeader { width: 100%; height: 50px; background-color: transparent; flex-shrink: 0; border-bottom: 2px solid rgba(0, 0, 0, 0.2); font-family: 'Ginto'; color: white; padding: 16px 18px; font-size: 16px; line-height: 20px; font-weight: 600; cursor: default; overflow: hidden; user-select: none; } .channelArea { width: 100%; flex-grow: 1; overflow-y: auto; } .clientUserArea { width: 100%; height: 55px; background-color: var(--background-secondary-alt); flex-shrink: 0; display: flex; flex-direction: row; padding: 10px; overflow: hidden; } .clientUserAvatar { display: block; width: 35px; height: 35px; border-radius: 100%; user-select: none; } .clientUserTag{ font-family: 'Whitney-Medium'; display: flex; flex-direction: column; padding: 5px 6px; } .clientUsername { color: white; font-size: 14px; line-height: 18px; font-weight: 600; } .clientDiscriminator { color: #b9bbbe; font-size: 12px; line-height: 13px; font-weight: 500; } .channelList { list-style: none; margin: 0; padding: 5px; width: 100%; } .channelArea::-webkit-scrollbar { width: 0.3em; } .channelArea::-webkit-scrollbar-track { background-color: transparent; } .channelArea::-webkit-scrollbar-thumb { width: 0.2em; background-color: rgba(0, 0, 0, 0.2); } .channelElement { font-family: 'Whitney-Medium'; font-size: 100%; line-height: 16px; color: var(--channels-default); padding: 8px 14px; margin-top: 3px; user-select: none; border-radius: 4px; } .channelElement:not(.categoryChannel){ margin-left: 5px; } .channelElement:not(.categoryChannel):hover{ cursor: pointer; background-color: #393c43; color: var(--interactive-hover); } .categoryChannel { font-size: 12px; line-height: unset; padding: 10px 16px; margin-top: 10px; background-color: rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: 600; letter-spacing: 0.25px; } /* ******************* MAIN PANE ******************* */ .mainPane { height: 100%; flex-grow: 1; background-color: var(--background-primary); display: flex; flex-direction: column; } .channelHeader { width: 100%; height: 50px; background-color: transparent; flex-shrink: 0; border-bottom: 2px solid rgba(0, 0, 0, 0.2); font-family: 'Ginto'; color: var(--header-primary); padding: 16px 18px; font-size: 16px; line-height: 20px; font-weight: 600; cursor: default; overflow: hidden; user-select: none; } .messageArea { width: 100%; display: block; outline: none; border: none; flex-grow: 1; overflow-y: scroll; } .messageArea::-webkit-scrollbar { width: 0.4em; } .messageArea::-webkit-scrollbar-track { background-color: #2f3136; } .messageArea::-webkit-scrollbar-thumb { background-color: #202225; } .discord-author-avatar { user-select: none; } .inputArea { width: 100%; height: 60px; flex-shrink: 0; padding: 0 10px 15px; display: flex; flex-direction: row; } .inputArea .messageField { display: block; flex-grow: 1; background-color: var(--channeltextarea-background); border-radius: 0 8px 8px 0; border-width: 0px; color: var(--text-normal); font-size: 16px; font-family: 'Whitney-Book'; padding: 12px 18px 12px 0; } .inputArea .fileUploadButton { flex-shrink: 0; font-size: 20px; padding: 10px 18px; fill: var(--interactive-normal); background-color: var(--channeltextarea-background); border-radius: 8px 0 0 8px; border-width: 0; outline: none; cursor: pointer; } .inputArea .fileUploadButton:hover { outline: none; border-width: 0; fill: var(--interactive-hover); } .discord-message-body { white-space: pre-wrap; } .userListPane { height: 100%; width: 250px; padding: 10px; flex-shrink: 0; background-color: var(--background-secondary) }
0.439507
0.129788
.weekCalendar { position: relative; box-sizing: border-box; width: 100%; height: 100%; overflow: hidden; padding-left: 125px; padding-top: 28px; color: #6b6b6b } .weekCalendar * { box-sizing: border-box } .weekCalendar__header { position: absolute; height: 28px; line-height: 28px; z-index: 10; top: 0; padding-left: 125px; text-align: center; font-size: 16px; font-weight: 700 } .weekCalendar__scaleHeader { position: absolute; top: 0; left: 0; z-index: 15; width: 125px; height: 28px; background-color: #f7f7f7; border: 1px solid #b7b7b7; line-height: 28px; color: #6b6b6b; text-align: center; font-size: 16px; font-weight: 700 } .weekCalendar__headerWrapper { height: 100%; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; background-color: #f7f7f7; color: #6b6b6b } .weekCalendar__headerColumn { height: 100%; display: inline-block; border-right: 1px solid #b7b7b7 } .weekCalendar__scaleColumn { position: absolute; z-index: 9; left: 0; padding-top: 28px; width: 125px; border-right: 1px solid #b7b7b7; border-left: 1px solid #b7b7b7; text-align: center } .weekCalendar__scaleCell { background-color: #fff; border-bottom: 1px solid #b7b7b7 } .weekCalendar__content { position: relative; width: auto; overflow: auto; max-height: 600px } .weekCalendar__overlay { position: absolute } .weekCalendar__overlay_status_selection { background-color: rgba(135, 206, 235, .2) } .weekCalendar__status_selection .weekCalendar__overlay { pointer-events: none } .calendarBody { position: relative; display: table; table-layout: fixed; min-width: 100% } .calendarBody__row { display: table-row } .calendarBody__cell { background-color: #fff; border-bottom: 1px solid #b7b7b7 } .calendarBody__column { display: table-cell; border-right: 1px solid #b7b7b7; min-width: 100px } .dayCell { width: 100%; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .dayCell:hover { cursor: pointer; background-color: rgba(135, 206, 235, .4); border-color: #f9690e } .event { position: relative; overflow: hidden; width: 100%; height: 100%; color: #6b6b6b; background-color: rgba(139, 195, 74, .4) } .calendarModal { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 100px; z-index: 100 } .calendarModal__backdrop { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .6) } .calendarModal__content { position: relative; margin: auto; border: 1px solid #b7b7b7; background: #fff; padding: 10px; border-radius: 3px } .customModal__text { text-align: center; margin-bottom: 5px; white-space: nowrap } .customModal__input { margin-bottom: 10px; width: 100% } .customModal__button { display: inline-block; padding: 3px 6px; color: #fff; border: 1px solid rgba(135, 206, 235, .8); margin-bottom: 5px; background-color: rgba(135, 206, 235, .8) } .customModal__button:focus, .customModal__button:hover { cursor: pointer; background-color: rgba(135, 206, 235, .6) } .customModal__button_float_right { float: right }
dist/style.css
.weekCalendar { position: relative; box-sizing: border-box; width: 100%; height: 100%; overflow: hidden; padding-left: 125px; padding-top: 28px; color: #6b6b6b } .weekCalendar * { box-sizing: border-box } .weekCalendar__header { position: absolute; height: 28px; line-height: 28px; z-index: 10; top: 0; padding-left: 125px; text-align: center; font-size: 16px; font-weight: 700 } .weekCalendar__scaleHeader { position: absolute; top: 0; left: 0; z-index: 15; width: 125px; height: 28px; background-color: #f7f7f7; border: 1px solid #b7b7b7; line-height: 28px; color: #6b6b6b; text-align: center; font-size: 16px; font-weight: 700 } .weekCalendar__headerWrapper { height: 100%; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; background-color: #f7f7f7; color: #6b6b6b } .weekCalendar__headerColumn { height: 100%; display: inline-block; border-right: 1px solid #b7b7b7 } .weekCalendar__scaleColumn { position: absolute; z-index: 9; left: 0; padding-top: 28px; width: 125px; border-right: 1px solid #b7b7b7; border-left: 1px solid #b7b7b7; text-align: center } .weekCalendar__scaleCell { background-color: #fff; border-bottom: 1px solid #b7b7b7 } .weekCalendar__content { position: relative; width: auto; overflow: auto; max-height: 600px } .weekCalendar__overlay { position: absolute } .weekCalendar__overlay_status_selection { background-color: rgba(135, 206, 235, .2) } .weekCalendar__status_selection .weekCalendar__overlay { pointer-events: none } .calendarBody { position: relative; display: table; table-layout: fixed; min-width: 100% } .calendarBody__row { display: table-row } .calendarBody__cell { background-color: #fff; border-bottom: 1px solid #b7b7b7 } .calendarBody__column { display: table-cell; border-right: 1px solid #b7b7b7; min-width: 100px } .dayCell { width: 100%; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .dayCell:hover { cursor: pointer; background-color: rgba(135, 206, 235, .4); border-color: #f9690e } .event { position: relative; overflow: hidden; width: 100%; height: 100%; color: #6b6b6b; background-color: rgba(139, 195, 74, .4) } .calendarModal { position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 100px; z-index: 100 } .calendarModal__backdrop { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, .6) } .calendarModal__content { position: relative; margin: auto; border: 1px solid #b7b7b7; background: #fff; padding: 10px; border-radius: 3px } .customModal__text { text-align: center; margin-bottom: 5px; white-space: nowrap } .customModal__input { margin-bottom: 10px; width: 100% } .customModal__button { display: inline-block; padding: 3px 6px; color: #fff; border: 1px solid rgba(135, 206, 235, .8); margin-bottom: 5px; background-color: rgba(135, 206, 235, .8) } .customModal__button:focus, .customModal__button:hover { cursor: pointer; background-color: rgba(135, 206, 235, .6) } .customModal__button_float_right { float: right }
0.737725
0.199016
*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; } /* line 7, ../sass/style.scss */ .demo-container { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; background-image: radial-gradient(farthest-corner at 50%, #ffffff, #67989a); } /* line 16, ../sass/style.scss */ .button, .soc-but { width: 7rem; height: 7rem; } /* line 21, ../sass/style.scss */ .button { background: #042037; position: relative; perspective: 300px; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: white; } /* line 31, ../sass/style.scss */ .button:hover .fb { transform: rotateY(180deg); } /* line 35, ../sass/style.scss */ .button:hover .tw { transform: rotateY(-180deg); } /* line 39, ../sass/style.scss */ .button:hover .gp { transform: rotateX(180deg); } /* line 43, ../sass/style.scss */ .button:hover .vk { transform: rotateX(-180deg); } /* line 48, ../sass/style.scss */ .soc-but { position: absolute; left: 0; top: 0; transition: transform 0.4s ease; transform-style: preserve-3d; } /* line 56, ../sass/style.scss */ .back { width: 100%; height: 100%; backface-visibility: hidden; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: white; text-decoration: none; } /* line 68, ../sass/style.scss */ .vk .back, .gp .back { transform: rotateX(180deg); } /* line 72, ../sass/style.scss */ .tw .back, .fb .back { transform: rotateY(180deg); } /* line 76, ../sass/style.scss */ .fb .back { background: #3b5998; } /* line 80, ../sass/style.scss */ .vk .back { background: #45668e; } /* line 84, ../sass/style.scss */ .tw .back { background: #00aced; } /* line 88, ../sass/style.scss */ .gp .back { background: #dd4b39; } /* line 92, ../sass/style.scss */ .fb, .vk { transform-origin: 0% 0%; } /* line 96, ../sass/style.scss */ .gp, .tw { transform-origin: 100% 100%; } /* line 100, ../sass/style.scss */ .tw { transition-delay: 0.1s; transform: rotateY(-90deg); } /* line 105, ../sass/style.scss */ .gp { transition-delay: 0.2s; transform: rotateX(90deg); } /* line 110, ../sass/style.scss */ .vk { transform: rotateX(-90deg); } /* line 114, ../sass/style.scss */ .fb { transition-delay: 0.3s; transform: rotateY(90deg); }
social-master/social/stylesheets/style.css
*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; } /* line 7, ../sass/style.scss */ .demo-container { width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; background-image: radial-gradient(farthest-corner at 50%, #ffffff, #67989a); } /* line 16, ../sass/style.scss */ .button, .soc-but { width: 7rem; height: 7rem; } /* line 21, ../sass/style.scss */ .button { background: #042037; position: relative; perspective: 300px; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: white; } /* line 31, ../sass/style.scss */ .button:hover .fb { transform: rotateY(180deg); } /* line 35, ../sass/style.scss */ .button:hover .tw { transform: rotateY(-180deg); } /* line 39, ../sass/style.scss */ .button:hover .gp { transform: rotateX(180deg); } /* line 43, ../sass/style.scss */ .button:hover .vk { transform: rotateX(-180deg); } /* line 48, ../sass/style.scss */ .soc-but { position: absolute; left: 0; top: 0; transition: transform 0.4s ease; transform-style: preserve-3d; } /* line 56, ../sass/style.scss */ .back { width: 100%; height: 100%; backface-visibility: hidden; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: white; text-decoration: none; } /* line 68, ../sass/style.scss */ .vk .back, .gp .back { transform: rotateX(180deg); } /* line 72, ../sass/style.scss */ .tw .back, .fb .back { transform: rotateY(180deg); } /* line 76, ../sass/style.scss */ .fb .back { background: #3b5998; } /* line 80, ../sass/style.scss */ .vk .back { background: #45668e; } /* line 84, ../sass/style.scss */ .tw .back { background: #00aced; } /* line 88, ../sass/style.scss */ .gp .back { background: #dd4b39; } /* line 92, ../sass/style.scss */ .fb, .vk { transform-origin: 0% 0%; } /* line 96, ../sass/style.scss */ .gp, .tw { transform-origin: 100% 100%; } /* line 100, ../sass/style.scss */ .tw { transition-delay: 0.1s; transform: rotateY(-90deg); } /* line 105, ../sass/style.scss */ .gp { transition-delay: 0.2s; transform: rotateX(90deg); } /* line 110, ../sass/style.scss */ .vk { transform: rotateX(-90deg); } /* line 114, ../sass/style.scss */ .fb { transition-delay: 0.3s; transform: rotateY(90deg); }
0.44746
0.054274
body{ background-color: #f4f4f4; } /* Navbars */ .navbar{ min-height: 33px !important; margin-bottom: 0; border-radius: 0; } .navbar >li > a,.navbar-brand{ padding-top: 6px !important; padding-bottom: 0 !important; height: 33px; } /* Navbars coloring */ .navbar-default { background-color: #f74149; border-color: #f66464; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #fbff10; } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fbff10; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fbff10; background-color: #f66464; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fbff10; background-color: #f66464; } .navbar-default .navbar-toggle { border-color: #f66464; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #f66464; } .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #ffffff; } .navbar-default .navbar-link { color: #ffffff; } .navbar-default .navbar-link:hover { color: #fbff10; } /* Custom */ .main-color-bg{ background-color: #f74149 !important; border-color: #f66464 !important; color:#ffffff !important; } .dash-box{ text-align: center; } /* Headers */ #header { background-color: #333333; color: #ffffff; padding-bottom: 10px; margin-bottom: 15px; } /* custom for dropdown*/ #header .create{ padding-top: 20px; } /* breadcrumb*/ .breadcrumb{ background: #cccccc; color: #333333; } .breadcrumb a{ color: #333333; } .progress-bar{ background: #333333; color: #ffffff; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #fbff10; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fbff10; background-color: #f66464; } }
Bootstrap-POC-DashBoard/css/style.css
body{ background-color: #f4f4f4; } /* Navbars */ .navbar{ min-height: 33px !important; margin-bottom: 0; border-radius: 0; } .navbar >li > a,.navbar-brand{ padding-top: 6px !important; padding-bottom: 0 !important; height: 33px; } /* Navbars coloring */ .navbar-default { background-color: #f74149; border-color: #f66464; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #fbff10; } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fbff10; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fbff10; background-color: #f66464; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fbff10; background-color: #f66464; } .navbar-default .navbar-toggle { border-color: #f66464; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #f66464; } .navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #ffffff; } .navbar-default .navbar-link { color: #ffffff; } .navbar-default .navbar-link:hover { color: #fbff10; } /* Custom */ .main-color-bg{ background-color: #f74149 !important; border-color: #f66464 !important; color:#ffffff !important; } .dash-box{ text-align: center; } /* Headers */ #header { background-color: #333333; color: #ffffff; padding-bottom: 10px; margin-bottom: 15px; } /* custom for dropdown*/ #header .create{ padding-top: 20px; } /* breadcrumb*/ .breadcrumb{ background: #cccccc; color: #333333; } .breadcrumb a{ color: #333333; } .progress-bar{ background: #333333; color: #ffffff; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ffffff; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #fbff10; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fbff10; background-color: #f66464; } }
0.269614
0.037362
body { font-family: Arial, Helvetica, sans-serif; background-color: white; width: 100%; /* padding: 0; */ margin: 0; max-width: 100%; margin-left: auto; margin-right: auto; padding: 10px; padding-top: 10px; padding-bottom: 40px; overflow: auto; } footer, header { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; display: block; width: 100%; } footer{ text-align: center; padding: 0 16px; bottom: 0em; position: absolute; justify-content: center; width: 100%; } #header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; border-bottom: solid 5px #6CC24A; /* line under header */ color: black; font-family: "Roboto Slab", serif; padding: 1em 0 1em 0; position: relative; } #header > * { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 0; } #header .logo { border-bottom: 0; color: inherit; font-family: "Roboto Slab", serif; font-size: 1.125em; } #header .icons { text-align: right; } @media screen and (max-width: 1680px) { #header { padding-top: 5em; max-height: 10em; } } @media screen and (max-width: 736px) { #header { padding-top: 6.5em; max-height: 10em; } #header .logo { font-size: 1.25em; margin: 0; } #header .icons { height: 5em; line-height: 5em; position: absolute; right: -0.5em; top: 0; } } /* Footer */ #footer .copyright { color: #9fa3a6; font-size: 0.9em; } #footer .copyright a { color: inherit; } canvas { display: inline-block; /* margin: 0; */ /* box-shadow: 2px 2px 2px black; */ top: 100px; width: 100%; height: 100%; position: absolute; /* border: 1px white solid; */ }
src/css/viewer.css
body { font-family: Arial, Helvetica, sans-serif; background-color: white; width: 100%; /* padding: 0; */ margin: 0; max-width: 100%; margin-left: auto; margin-right: auto; padding: 10px; padding-top: 10px; padding-bottom: 40px; overflow: auto; } footer, header { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; display: block; width: 100%; } footer{ text-align: center; padding: 0 16px; bottom: 0em; position: absolute; justify-content: center; width: 100%; } #header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; border-bottom: solid 5px #6CC24A; /* line under header */ color: black; font-family: "Roboto Slab", serif; padding: 1em 0 1em 0; position: relative; } #header > * { -moz-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 0; } #header .logo { border-bottom: 0; color: inherit; font-family: "Roboto Slab", serif; font-size: 1.125em; } #header .icons { text-align: right; } @media screen and (max-width: 1680px) { #header { padding-top: 5em; max-height: 10em; } } @media screen and (max-width: 736px) { #header { padding-top: 6.5em; max-height: 10em; } #header .logo { font-size: 1.25em; margin: 0; } #header .icons { height: 5em; line-height: 5em; position: absolute; right: -0.5em; top: 0; } } /* Footer */ #footer .copyright { color: #9fa3a6; font-size: 0.9em; } #footer .copyright a { color: inherit; } canvas { display: inline-block; /* margin: 0; */ /* box-shadow: 2px 2px 2px black; */ top: 100px; width: 100%; height: 100%; position: absolute; /* border: 1px white solid; */ }
0.446977
0.071526
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; outline: none; font-family: 'Nunito', sans-serif; font-weight: 400; } html{ font-size: 62.5%; } .navbar{ width: 100%; height: 14rem; background-color: #000; position: fixed; top: -15rem; z-index: 100; display: flex; justify-content: center; align-items: center; box-shadow: .2rem .2rem .2rem #000; transition: .4s; } .navbar.change{ top: 0; transition: top .4s .2s; } .navbarLink{ color: #aaa; margin: 0 4rem; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: color .3s, opacity .2s; opacity: 0; } .change .navbarLink { opacity: 1; } .change .navbarLink:nth-child(1){ transition: opacity .4s .2s, color .3s; } .change .navbarLink:nth-child(2){ transition: opacity .4s .6s, color .3s; } .change .navbarLink:nth-child(3){ transition: opacity .4s .7s, color .3s; } .change .navbarLink:nth-child(4){ transition: opacity .4s .8s, color .3s; } .change .navbarLink:nth-child(5){ transition: opacity .4s .9s, color .3s; } .navbarLink i{ font-size: 7rem; } .navbarLink span{ font-size: 2.5rem; font-weight: 900; letter-spacing: .5rem; margin-top: .5rem; } .navbarLink:hover{ color: white; } .menu{ width: 4rem; height: 6rem; background-color: #000; position: fixed; top: 1rem; left: 5rem; border-radius: 30rem 30rem 15rem 15rem; box-shadow: .1rem .1rem .1rem #000, -.1rem -.1rem -.1rem #000; cursor: pointer; transition: top .4s .2s; z-index: 100; } .menu.change { top: 15rem; transition: top .7s; } .menu::before{ content: ""; width: 0.3rem; height: 15rem; background-color: #000; position: absolute; top: -15rem; left: calc(50% - .15rem); box-shadow: .1rem .1rem .1rem #000; } .section1 { width: 100%; height: 100vh; background-color: #333; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .section-heading { font-size: 12rem; font-weight: 900; color: white; text-align: center; text-transform: capitalize; letter-spacing: .5rem; text-shadow: 0.3rem 0.3rem 0.3rem #000; } .section1icons i { font-size: 35rem; color: #a79a2d; position: absolute; transform: translate(-50%, -50%) scale(0); text-shadow: 0.2rem 0.2rem 0.2rem; transition: transform .3s; } .section1icons i.change{ transform: translate(-50%, -50%) scale(1); transition: transform .3s .3s; } .section2 { width: 100%; height: 100vh; background-color: #222; display: flex; flex-direction: column; justify-content: space-between; padding: 10rem 0; } .cardContain { display: flex; justify-content: space-evenly; } .card{ width: 30rem; background-color: #a79a2d; padding: 4rem; display: flex; flex-direction: column; justify-content: space-between; align-items: center; box-shadow: 1rem 1rem 1rem #000; position: relative; transform: rotateY(20deg) skewX(-2deg); transition: transform .5s, box-shadow .5s; } .card::before{ content: ""; height: 100%; width: 1rem; background-color: #817824; position: absolute; top: 0; left: -1rem; transform: skewY(45deg); transform-origin: right; box-shadow: -.1rem -.1rem -.1rem #000; } .card::after{ content: ""; height: 1rem; width: 100%; background-color: #8f8317; position: absolute; top: -1rem; left: 0; transform: skewX(45deg); transform-origin: bottom; box-shadow: -.1rem -.1rem -.1rem #000; } .card:hover { transform: rotateY(20deg) skewX(-2deg) translateY(-3rem); box-shadow: 2rem 2rem 2rem #000; } .cardImg{ width: 100%; } .cardName { font-size: 3rem; font-weight: 900; text-transform: uppercase; letter-spacing: .5rem; color: #111; margin: 2rem 0; text-shadow: .15rem .15rem .15rem #000; } .cardBtn { width: 70%; background-color: #111; color: #888; border-radius: 5rem; font-size: 1.5rem; font-weight: 800; letter-spacing: .2rem; text-transform: capitalize; border: none; padding: .5rem 0; cursor: pointer; box-shadow: -.2rem -.2rem -.2rem #000; } .section3 { background-color: #333; padding: 5rem 0; } .gallery { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-evenly; margin-top: 10rem; } .galleryLink{ position: relative; margin: 4rem 1rem; } .galleryLink::before{ content: ""; position: absolute; top: 2vw; left: 80%; width: 0.2rem; height: 0; z-index: 10; background-color: white; transition: height .5s; } .galleryLink:hover::before{ height: 80%; } .galleryLink::after{ content: ""; position: absolute; top: 30%; left: 2rem; width: 0; height: .2rem; background-color: white; transition: width .5s; } .galleryLink:hover::after{ width: 90%; } .foodImg{ width: 24vw; height: 15vw; object-fit: cover; box-shadow: .3rem .3rem .1rem #e92929, .5rem .5rem .1rem #a2e946, .7rem .7rem .1rem #297ce9, .9rem .9rem .1rem #e92999; transition: all .5s; } .galleryLink:hover .foodImg { box-shadow: 1rem 1rem .1rem #e92929, 2rem 2rem .1rem #a2e946, 3rem 3rem .1rem #297ce9, 4rem 4rem .1rem #e92999; filter: blur(.5rem); transform: scale(1.1); } .foodName{ position: absolute; top: 3rem; left: 3rem; font-size: 2rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1rem; color: white; width: 0; overflow: hidden; transition: width .3s; } .galleryLink:hover .foodName { width: 100%; transition: width 1.5s .5s; } .foodDesc{ position: absolute; bottom: 3vw; left: 2rem; width: 70%; font-size: 1.5rem; font-weight: 300; letter-spacing: 0.1rem; text-transform: uppercase; color: white; opacity: 0; visibility: hidden; transition: opacity .3s; } .galleryLink:hover .foodDesc{ opacity: 1; visibility: visible; transition: opacity 1s 1s; } .section4{ width: 100%; height: 30vh; background-color: #222; display: flex; align-items: flex-start; justify-content: space-around; padding: 3rem 0; position: relative; } .section4Text { text-transform: uppercase; } .section4Head{ font-size: 4rem; font-weight: 900; color: #a79a2d; } .section4Para{ font-size: 1.5rem; color: #888; } .sign{ display: flex; align-items: center; } .signIn{ width: 35rem; height: 5rem; padding: 1rem; border: .2rem solid #a79a2d; font-size: 1.6rem; font-weight: 700; letter-spacing: .1rem; color: #a79a2d; } .signIn::placeholder { color: #a79a2d; } .signBtn{ position: relative; left: -4rem; width: 4rem; height: 4rem; background-color: #333; color: #a79a2d; border: none; font-size: 1.8rem; cursor: pointer; } .copyright{ position: absolute; bottom: 3rem; font-size: 1.7rem; font-weight: 200; color: #eee; letter-spacing: 0.1rem; border-top: .1rem solid #888; padding-top: 6rem; width: 100%; text-align: center; } @media (max-width: 1400px) { html{ font-size: 50%; } .section2{ height: auto; padding: 10rem 0 12rem 0; } .cardContain{ margin-top: 10rem; } .galleryLink{ width: 40rem; height: 25rem; margin: 5rem; } .foodImg{ width: 100%; height: 100%; } } @media (max-width: 1000px) { .section-heading{ font-size: 9rem; margin: 0 5rem; } .section1icons{ font-size: 25rem; } .cardContain{ flex-wrap: wrap; } .card{ margin: 5rem; } .section4{ height: 30rem; } } @media (max-width: 900px) { .navbarLink{ margin: 2rem; } .navbarLink i{ font-size: 4rem; } .navbarLink span{ font-size: 2rem; } } @media (max-width: 700px) { .section-heading{ font-size: 7rem; margin: 0 10rem; } .section1icons i{ font-size: 20rem; } .menu{ left: 2rem; } .section4{ height: 40rem; flex-direction: column; justify-content: flex-start; align-items: center; } .section4Text{ margin-bottom: 8rem; } } @media (max-width: 550px) { html{ font-size: 40%; } .navbarLink{ margin: 0 .7rem; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; outline: none; font-family: 'Nunito', sans-serif; font-weight: 400; } html{ font-size: 62.5%; } .navbar{ width: 100%; height: 14rem; background-color: #000; position: fixed; top: -15rem; z-index: 100; display: flex; justify-content: center; align-items: center; box-shadow: .2rem .2rem .2rem #000; transition: .4s; } .navbar.change{ top: 0; transition: top .4s .2s; } .navbarLink{ color: #aaa; margin: 0 4rem; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: color .3s, opacity .2s; opacity: 0; } .change .navbarLink { opacity: 1; } .change .navbarLink:nth-child(1){ transition: opacity .4s .2s, color .3s; } .change .navbarLink:nth-child(2){ transition: opacity .4s .6s, color .3s; } .change .navbarLink:nth-child(3){ transition: opacity .4s .7s, color .3s; } .change .navbarLink:nth-child(4){ transition: opacity .4s .8s, color .3s; } .change .navbarLink:nth-child(5){ transition: opacity .4s .9s, color .3s; } .navbarLink i{ font-size: 7rem; } .navbarLink span{ font-size: 2.5rem; font-weight: 900; letter-spacing: .5rem; margin-top: .5rem; } .navbarLink:hover{ color: white; } .menu{ width: 4rem; height: 6rem; background-color: #000; position: fixed; top: 1rem; left: 5rem; border-radius: 30rem 30rem 15rem 15rem; box-shadow: .1rem .1rem .1rem #000, -.1rem -.1rem -.1rem #000; cursor: pointer; transition: top .4s .2s; z-index: 100; } .menu.change { top: 15rem; transition: top .7s; } .menu::before{ content: ""; width: 0.3rem; height: 15rem; background-color: #000; position: absolute; top: -15rem; left: calc(50% - .15rem); box-shadow: .1rem .1rem .1rem #000; } .section1 { width: 100%; height: 100vh; background-color: #333; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; } .section-heading { font-size: 12rem; font-weight: 900; color: white; text-align: center; text-transform: capitalize; letter-spacing: .5rem; text-shadow: 0.3rem 0.3rem 0.3rem #000; } .section1icons i { font-size: 35rem; color: #a79a2d; position: absolute; transform: translate(-50%, -50%) scale(0); text-shadow: 0.2rem 0.2rem 0.2rem; transition: transform .3s; } .section1icons i.change{ transform: translate(-50%, -50%) scale(1); transition: transform .3s .3s; } .section2 { width: 100%; height: 100vh; background-color: #222; display: flex; flex-direction: column; justify-content: space-between; padding: 10rem 0; } .cardContain { display: flex; justify-content: space-evenly; } .card{ width: 30rem; background-color: #a79a2d; padding: 4rem; display: flex; flex-direction: column; justify-content: space-between; align-items: center; box-shadow: 1rem 1rem 1rem #000; position: relative; transform: rotateY(20deg) skewX(-2deg); transition: transform .5s, box-shadow .5s; } .card::before{ content: ""; height: 100%; width: 1rem; background-color: #817824; position: absolute; top: 0; left: -1rem; transform: skewY(45deg); transform-origin: right; box-shadow: -.1rem -.1rem -.1rem #000; } .card::after{ content: ""; height: 1rem; width: 100%; background-color: #8f8317; position: absolute; top: -1rem; left: 0; transform: skewX(45deg); transform-origin: bottom; box-shadow: -.1rem -.1rem -.1rem #000; } .card:hover { transform: rotateY(20deg) skewX(-2deg) translateY(-3rem); box-shadow: 2rem 2rem 2rem #000; } .cardImg{ width: 100%; } .cardName { font-size: 3rem; font-weight: 900; text-transform: uppercase; letter-spacing: .5rem; color: #111; margin: 2rem 0; text-shadow: .15rem .15rem .15rem #000; } .cardBtn { width: 70%; background-color: #111; color: #888; border-radius: 5rem; font-size: 1.5rem; font-weight: 800; letter-spacing: .2rem; text-transform: capitalize; border: none; padding: .5rem 0; cursor: pointer; box-shadow: -.2rem -.2rem -.2rem #000; } .section3 { background-color: #333; padding: 5rem 0; } .gallery { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-evenly; margin-top: 10rem; } .galleryLink{ position: relative; margin: 4rem 1rem; } .galleryLink::before{ content: ""; position: absolute; top: 2vw; left: 80%; width: 0.2rem; height: 0; z-index: 10; background-color: white; transition: height .5s; } .galleryLink:hover::before{ height: 80%; } .galleryLink::after{ content: ""; position: absolute; top: 30%; left: 2rem; width: 0; height: .2rem; background-color: white; transition: width .5s; } .galleryLink:hover::after{ width: 90%; } .foodImg{ width: 24vw; height: 15vw; object-fit: cover; box-shadow: .3rem .3rem .1rem #e92929, .5rem .5rem .1rem #a2e946, .7rem .7rem .1rem #297ce9, .9rem .9rem .1rem #e92999; transition: all .5s; } .galleryLink:hover .foodImg { box-shadow: 1rem 1rem .1rem #e92929, 2rem 2rem .1rem #a2e946, 3rem 3rem .1rem #297ce9, 4rem 4rem .1rem #e92999; filter: blur(.5rem); transform: scale(1.1); } .foodName{ position: absolute; top: 3rem; left: 3rem; font-size: 2rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1rem; color: white; width: 0; overflow: hidden; transition: width .3s; } .galleryLink:hover .foodName { width: 100%; transition: width 1.5s .5s; } .foodDesc{ position: absolute; bottom: 3vw; left: 2rem; width: 70%; font-size: 1.5rem; font-weight: 300; letter-spacing: 0.1rem; text-transform: uppercase; color: white; opacity: 0; visibility: hidden; transition: opacity .3s; } .galleryLink:hover .foodDesc{ opacity: 1; visibility: visible; transition: opacity 1s 1s; } .section4{ width: 100%; height: 30vh; background-color: #222; display: flex; align-items: flex-start; justify-content: space-around; padding: 3rem 0; position: relative; } .section4Text { text-transform: uppercase; } .section4Head{ font-size: 4rem; font-weight: 900; color: #a79a2d; } .section4Para{ font-size: 1.5rem; color: #888; } .sign{ display: flex; align-items: center; } .signIn{ width: 35rem; height: 5rem; padding: 1rem; border: .2rem solid #a79a2d; font-size: 1.6rem; font-weight: 700; letter-spacing: .1rem; color: #a79a2d; } .signIn::placeholder { color: #a79a2d; } .signBtn{ position: relative; left: -4rem; width: 4rem; height: 4rem; background-color: #333; color: #a79a2d; border: none; font-size: 1.8rem; cursor: pointer; } .copyright{ position: absolute; bottom: 3rem; font-size: 1.7rem; font-weight: 200; color: #eee; letter-spacing: 0.1rem; border-top: .1rem solid #888; padding-top: 6rem; width: 100%; text-align: center; } @media (max-width: 1400px) { html{ font-size: 50%; } .section2{ height: auto; padding: 10rem 0 12rem 0; } .cardContain{ margin-top: 10rem; } .galleryLink{ width: 40rem; height: 25rem; margin: 5rem; } .foodImg{ width: 100%; height: 100%; } } @media (max-width: 1000px) { .section-heading{ font-size: 9rem; margin: 0 5rem; } .section1icons{ font-size: 25rem; } .cardContain{ flex-wrap: wrap; } .card{ margin: 5rem; } .section4{ height: 30rem; } } @media (max-width: 900px) { .navbarLink{ margin: 2rem; } .navbarLink i{ font-size: 4rem; } .navbarLink span{ font-size: 2rem; } } @media (max-width: 700px) { .section-heading{ font-size: 7rem; margin: 0 10rem; } .section1icons i{ font-size: 20rem; } .menu{ left: 2rem; } .section4{ height: 40rem; flex-direction: column; justify-content: flex-start; align-items: center; } .section4Text{ margin-bottom: 8rem; } } @media (max-width: 550px) { html{ font-size: 40%; } .navbarLink{ margin: 0 .7rem; } }
0.360827
0.045564
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); * { margin: 0px; padding: 0px; font-family: Poppins; } .navBar { background-color: black; display: flex; justify-content: space-between; padding: 10px; font-family: 'Poppins', sans-serif; } .logo { width: 100%; background: url("./images/icon.png"); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); background-repeat: no-repeat; background-size: cover; padding: 0px; margin: 0px; width: 72px; height: 43px; } nav { height: 43px; } .links li { color: white; margin: 5px; display: inline-block; } .links a { text-decoration: none; color: white; } .logInButton { width: 150px; height: 32px; float: right; background: #FFFFFF; border-radius: 9px; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 500; line-height: 21px; letter-spacing: 0em; text-align: center; } .section1 { background-color: black; width: 1100px; height: 320px; margin: 10px; margin-top: 30px; align-items: center; margin-left: auto; margin-right: auto; border-radius: 22px; } .section1Image { background-image: url("images/image1.png"); position: relative; width: 600px; height: 320px; left: 0px; top: 0px; border-radius: 22px; background-size: cover; } .exploreButton { position: relative; width: 220px; height: 63px; left: 830px; top: -470px; font-size: 30px; background: #FFD2B8; border-radius: 22px; } .exploreButton:hover { background-color: #ffb8c2; font-size: larger; } .overImageText { position: relative; width: 770px; height: 310px; left: 320px; top: -375px; font-family: Poppins; font-style: normal; font-weight: 400; font-size: 56px; line-height: 68px; display: flex; align-items: center; color: #EDF2F4; word-break: break-all; padding: 20px; } @media(max-width: 900px) { .navBar nav { /* display: none; */ margin: 0px; padding: 0px; font-size: 10px; } .logInButton { display: none; } .section1 { width: 100%; height: auto; } .section1Image { width: 100%; background-size: cover; } .overImageText { width: 318px; font-size: 45px; left: 0px; top: 0px; line-height: 50px; } .exploreButton { top: -50px; left: 100px; } }
homepage.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); * { margin: 0px; padding: 0px; font-family: Poppins; } .navBar { background-color: black; display: flex; justify-content: space-between; padding: 10px; font-family: 'Poppins', sans-serif; } .logo { width: 100%; background: url("./images/icon.png"); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); background-repeat: no-repeat; background-size: cover; padding: 0px; margin: 0px; width: 72px; height: 43px; } nav { height: 43px; } .links li { color: white; margin: 5px; display: inline-block; } .links a { text-decoration: none; color: white; } .logInButton { width: 150px; height: 32px; float: right; background: #FFFFFF; border-radius: 9px; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 500; line-height: 21px; letter-spacing: 0em; text-align: center; } .section1 { background-color: black; width: 1100px; height: 320px; margin: 10px; margin-top: 30px; align-items: center; margin-left: auto; margin-right: auto; border-radius: 22px; } .section1Image { background-image: url("images/image1.png"); position: relative; width: 600px; height: 320px; left: 0px; top: 0px; border-radius: 22px; background-size: cover; } .exploreButton { position: relative; width: 220px; height: 63px; left: 830px; top: -470px; font-size: 30px; background: #FFD2B8; border-radius: 22px; } .exploreButton:hover { background-color: #ffb8c2; font-size: larger; } .overImageText { position: relative; width: 770px; height: 310px; left: 320px; top: -375px; font-family: Poppins; font-style: normal; font-weight: 400; font-size: 56px; line-height: 68px; display: flex; align-items: center; color: #EDF2F4; word-break: break-all; padding: 20px; } @media(max-width: 900px) { .navBar nav { /* display: none; */ margin: 0px; padding: 0px; font-size: 10px; } .logInButton { display: none; } .section1 { width: 100%; height: auto; } .section1Image { width: 100%; background-size: cover; } .overImageText { width: 318px; font-size: 45px; left: 0px; top: 0px; line-height: 50px; } .exploreButton { top: -50px; left: 100px; } }
0.375477
0.085671
section h2{ text-align: center; margin-top: 20px; text-transform: uppercase; font-size: 20px; } .cuadrado, .triangulo, .circulo{ background-color: #fff; margin: 25px auto; border: 1px solid #000; border-radius: 10px; text-align: center; padding: 10px; width: 90%; box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); } article h3{ color: #001E6C; } .cuadrado h2::before{ content: "⬜"; margin-right: 7px; } .circulo h2::before{ content: "⚪"; } .triangulo h2::before{ content: "🔺"; } .valores, .resultados{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 167px; padding: 10px 0px; } .triangulo .valores, .circulo .resultados{ height: 235px; } .valores{ border-bottom: 2px solid #001E6C; } section p{ width: 230px; text-align: left; margin: 5px 0px; } form{ display: flex; flex-direction: column; justify-content: center; align-items: center; } label{ margin: 5px 0; } input{ height: 25px; width: 180px; margin-bottom: 10px; border-radius: 5px; outline: none; padding: 5px; text-align: center; border: 1px solid #001E6C; font-weight: bold; font-size: 15px; } .resultado, .resultado1, .resultado2{ width: 150px; height: 25px; border-bottom: 2px dashed #001E6C; padding-bottom: 5px; text-align: center; font-weight: bold; } button{ background-color: #4783FE; color: #fff; border: none; cursor: pointer; padding: 10px 25px; border-radius: 5px; transition: background-color .3s linear; } button:hover{ background-color: #001E6C; } /* RESPONSIVO */ @media screen and (min-width:480px) { .circulo h2{ margin-right: 17px; } .contenedor{ display: flex; justify-content: space-around; } .valores{ border-bottom: none; } .linea{ width: 2px; height: auto; background-color: #001E6C; } } @media screen and (min-width:1024px) { /* header img{ position: absolute; top: 11px; left: 100px; } */ header h1{ display: inline-block; font-size: 32px; vertical-align: top; margin-top: 5px; } .menuHamburguesa{ display: none; } nav ul li{ border-bottom: none; margin-right: 2px; } nav ul li:hover{ background-color: transparent; border-bottom: 5px solid #001E6C; } nav ul li a{ display: inline-block; width: auto; height: 39px; padding: 10px 10px; } .activo{ background-color: transparent; border-bottom: 5px solid #001E6C; } section h2{ font-size: 24px; } .menu{ max-height: 116px; display: flex; position: absolute; top: 0px; right: 10px; } .cuadrado, .triangulo, .circulo{ max-width: 1000px; /* height: 290px; */ } .contenedor{ height: 230px; } }
css/figuras.css
section h2{ text-align: center; margin-top: 20px; text-transform: uppercase; font-size: 20px; } .cuadrado, .triangulo, .circulo{ background-color: #fff; margin: 25px auto; border: 1px solid #000; border-radius: 10px; text-align: center; padding: 10px; width: 90%; box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.75); } article h3{ color: #001E6C; } .cuadrado h2::before{ content: "⬜"; margin-right: 7px; } .circulo h2::before{ content: "⚪"; } .triangulo h2::before{ content: "🔺"; } .valores, .resultados{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 167px; padding: 10px 0px; } .triangulo .valores, .circulo .resultados{ height: 235px; } .valores{ border-bottom: 2px solid #001E6C; } section p{ width: 230px; text-align: left; margin: 5px 0px; } form{ display: flex; flex-direction: column; justify-content: center; align-items: center; } label{ margin: 5px 0; } input{ height: 25px; width: 180px; margin-bottom: 10px; border-radius: 5px; outline: none; padding: 5px; text-align: center; border: 1px solid #001E6C; font-weight: bold; font-size: 15px; } .resultado, .resultado1, .resultado2{ width: 150px; height: 25px; border-bottom: 2px dashed #001E6C; padding-bottom: 5px; text-align: center; font-weight: bold; } button{ background-color: #4783FE; color: #fff; border: none; cursor: pointer; padding: 10px 25px; border-radius: 5px; transition: background-color .3s linear; } button:hover{ background-color: #001E6C; } /* RESPONSIVO */ @media screen and (min-width:480px) { .circulo h2{ margin-right: 17px; } .contenedor{ display: flex; justify-content: space-around; } .valores{ border-bottom: none; } .linea{ width: 2px; height: auto; background-color: #001E6C; } } @media screen and (min-width:1024px) { /* header img{ position: absolute; top: 11px; left: 100px; } */ header h1{ display: inline-block; font-size: 32px; vertical-align: top; margin-top: 5px; } .menuHamburguesa{ display: none; } nav ul li{ border-bottom: none; margin-right: 2px; } nav ul li:hover{ background-color: transparent; border-bottom: 5px solid #001E6C; } nav ul li a{ display: inline-block; width: auto; height: 39px; padding: 10px 10px; } .activo{ background-color: transparent; border-bottom: 5px solid #001E6C; } section h2{ font-size: 24px; } .menu{ max-height: 116px; display: flex; position: absolute; top: 0px; right: 10px; } .cuadrado, .triangulo, .circulo{ max-width: 1000px; /* height: 290px; */ } .contenedor{ height: 230px; } }
0.400984
0.111241
@import url(animate.min.css); @import url(normalize.css); @import url(icomoon.css); @import url(css/font-awesome.min.css); @import url(meanmenu.css); @import url(owl.carousel.min.css); @import url(swiper.min.css); @import url(slick.css); @import url(jquery.fancybox.min.css); @import url(jquery-ui.css); @import url(nice-select.css); /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/ * { box-sizing: border-box !important; transition: ease all 0.5s; } html { scroll-behavior: smooth; } body { color: #666666; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 1.80857; font-weight: normal; overflow-x: hidden; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; line-height: normal; color: #111111; margin: 0 } h1 { font-size: 24px } h2 { font-size: 22px } h3 { font-size: 18px } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } button:focus { outline: none; } ul, li, ol { margin: 0px; padding: 0px; list-style: none; } p { margin: 20px; font-weight: 300; font-size: 15px; line-height: 24px; } a { color: #222222; text-decoration: none; outline: none !important; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } img { max-width: 100%; height: auto; } :focus { outline: 0; } .paddind_bottom_0 { padding-bottom: 0 !important; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } .form-control:focus { border-color: #ffffff !important; box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25); } .navbar-form input { border: none !important; } .badge { font-weight: 500; } blockquote { margin: 20px 0 20px; padding: 30px; } button { border: 0; margin: 0; padding: 0; cursor: pointer; } .full { float: left; width: 100%; } .layout_padding { padding-top: 90px; padding-bottom: 0px; } .padding_0 { padding: 0px; } /* header section start */ .header_section { width: 100%; float: left; background-image: linear-gradient(-13deg, #ffffff 30%, #274d5a 20%); position: relative; overflow-x: hidden; } .header_bg { width: 100%; float: left; } .header_section::after { content: ''; background-color: #ffffff; position: absolute; width: 420px; right: initial; top: 0px; margin: 0 auto; display: flex; height: 500px; left: 0; } .header_section.header_bg::after { height: 100%; } .bg-light { background-color: transparent !important; } .navbar-expand-lg { position: relative; z-index: 9; } .logo { width: 35%; float: left; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 15px; padding-left: 15px; color: #e0dcdc !important; display: flex; font-size: 18px; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #f7c17b !important; } .login_menu{ width: 100%; display: flex; } .login_menu ul{ margin: 0px; padding: 0px; } .login_menu li{ float: left; font-size: 18px; color: #ffffff; padding-left: 15px; padding-right: 15px; } .login_menu li a{ color: #ffffff; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .sidenav a:hover { color: #f1f1f1; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } #main { transition: margin-left .5s; width: 5%; float: right; text-align: right; } @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } /* header section end */ /* banner section start */ .banner_section { width: 100%; float: left; position: relative; z-index: 1; padding-top: 30px; } .best_text { width: 90px; margin: 0 auto; text-align: center; background-color: #f7c17b; color: #325662; font-size: 20px; font-weight: bold; border-radius: 100px; padding: 26px 0px; text-transform: uppercase; left: -15px; position: relative; } .image_1 { width: 100%; float: left; position: relative; z-index: 1; } .banner_taital { width: 50%; float: left; font-size: 50px; color: #ffffff; font-weight: bold; font-family: 'Raleway ExtraBold', sans-serif; padding-top: 40px; } .banner_text { width: 100%; float: left; font-size: 16px; color: #ffffff; margin: 0px; } .contact_bt { width: 100%; float: left; margin-top: 20px; } .contact_bt a { width: 180px; float: left; font-size: 18px; color: #ffffff; text-align: center; background-color: #f7c17b; padding: 8px 0px; } .contact_bt a:hover { color: #000; background-color: #ffffff; } #main_slider a.carousel-control-prev { left: 88%; top: 60%; background-color: #f7c17b; color: #ffffff; } #main_slider a.carousel-control-next { position: absolute; right: 20px; top: 60%; } #main_slider .carousel-control-prev, #main_slider .carousel-control-next { width: 68px; height: 68px; background: #325662; opacity: 1; font-size: 30px; color: #ffffff; } #main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus { background-color: #f7c17b; color: #ffffff; } /* banner section end */ /* cycle section start */ .cycle_section { width: 100%; float: left; padding-bottom: 90px; } .cycle_taital { width: 100%; float: left; font-size: 40px; color: #111111; text-align: center; font-weight: bold; } .cycle_text { width: 100%; float: left; font-size: 16px; color: #242424; text-align: center; margin: 0px; } .cycle_section_2{ width: 100%; float: left; } .box_main{ width: 100%; float: left; position: relative; } .number_text { width: 50px; height: 50px; font-size: 18px; color: #ffffff; background-color: #325662; border-radius: 100px; text-align: center; padding: 10px 0px; float: right; margin-right: 140px; margin-top: 60px; } .image_2 { width: 100%; float: left; text-align: center; padding-left: 100px; } .box_main:after{ content: ''; background-color: #f7c17b; position: absolute; width: 420px; right: 0px; top: 0px; margin: 0 auto; display: flex; height: 600px; left: 0; z-index: -1; clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%); } .cycles_text{ width: 100%; float: left; font-size: 40px; color: #1c1c1c; font-weight: bold; text-align: right; padding-top: 40px; } .cycles_text:after { content: ''; position: absolute; width: 180px; height: 1px; background-color: #325662; left: 0px; right: initial; margin: 0 auto; top: 70px; } .lorem_text{ width: 100%; float: left; font-size: 16px; color: #1c1c1c; margin: 0px; padding-top: 40px; } .btn_main{ width: 100%; display: flex; padding-top: 50px; } .buy_bt{ width: 170px; float: left; } .buy_bt a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #325662; padding: 8px 5px; text-align: center; font-weight: bold; } .buy_bt a:hover{ color: #ffffff; background-color: #f7c17b; } .price_text { width: 100%; float: right; text-align: right; font-size: 20px; color: #222222; font-weight: bold; padding-top: 8px; } .cycle_section_3{ width: 100%; float: left; padding-bottom: 90px; } .box_main_3{ width: 100%; float: left; position: relative; } .box_main_3:after { content: ''; background-color: #f7c17b; position: absolute; width: 420px; right: 0px; top: 0px; margin: 0 auto; display: flex; height: 530px; left: 0; z-index: -1; clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%); } .number_text_2 { width: 50px; height: 50px; font-size: 18px; color: #ffffff; background-color: #325662; border-radius: 100px; text-align: center; padding: 10px 0px; float: right; margin-right: 185px; margin-top: 60px; } .read_btn_main { width: 100%; float: left; margin-top: 200px; } .read_bt{ width: 170px; margin: 0 auto; text-align: center; } .read_bt a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #f7c17b; padding: 8px 5px; text-align: center; } .read_bt a:hover{ color: #ffffff; background-color: #325662; } /* cycle section end */ /* about section start */ .about_section { width: 100%; float: left; background-image: url(../images/about-bg.png); height: auto; padding: 90px 0px; background-size: 100%; background-repeat: no-repeat; } .about_taital{ width: 100%; font-size: 40px; color: #ffffff; text-align: center; font-weight: bold; } .about_text{ width: 70%; font-size: 16px; color: #ffffff; text-align: center; margin: 0 auto; padding-top: 30px; } .about_main { width: 100%; float: left; text-align: center; position: relative; margin-top: 60px; } .image_5{ width: 40%; margin: 0 auto; text-align: center; padding-top: 100px; position: relative; z-index: 1; } .about_main::before { content: ''; position: absolute; width: 400px; right: 0px; top: 67px; margin: 0 auto; display: flex; height: 355px; left: -180px; box-shadow: 0 35px 25px -20px rgba(0,0,0,0.2); transform: rotate(-13deg) skewx(-1.2deg); } .about_main::after { content: ''; background-color: #ffffff; position: absolute; width: 500px; right: 0px; top: 30px; margin: 0 auto; display: flex; height: 440px; left: 0; clip-path: polygon(0 0px, 80% 3%, 80% 78%, 0% 100%); -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); } .read_bt_1{ width: 170px; margin: 0 auto; text-align: center; } .read_bt_1 a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #f7c17b; padding: 8px 5px; text-align: center; margin-top: 80px; } .read_bt_1 a:hover{ color: #ffffff; background-color: #325662; } /* about section end */ /* client section start */ .client_section { width: 100%; float: left; padding-bottom: 100px; } .client_main { width: 100%; float: left; border: 1px solid #e4e4e4; border-style: dotted; padding: 40px 30px 100px 30px; } .client_taital{ width: 100%; font-size: 40px; color: #303030; text-align: center; font-weight: bold; } .client_section_2 { width: 90%; margin: 0 auto; margin-top: 0px; background-color: #ffffff; -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.31); padding: 10px; margin-top: 30px; display: flex; } .client_left{ width: 30%; } .client_right { width: 70%; padding: 50px 0px 50px 40px; } .client_img{ width: 100%; } .quote_icon{ width: 100%; } .client_text{ width: 100%; float: left; font-size: 16px; color: #333233; margin: 0px; padding-top: 20px; } .client_name{ width: 100%; float: left; font-size: 20px; color: #1d1f1e; font-weight: bold; padding-top: 20px; } #my_slider a.carousel-control-prev { left: 640px; top: 93%; background-color: #f7c17b; color: #ffffff; } #my_slider a.carousel-control-next { position: absolute; right: 570px; top: 93%; } #my_slider .carousel-control-prev, #my_slider .carousel-control-next { width: 68px; height: 68px; background: #191616; opacity: 1; font-size: 30px; color: #ffffff; } #my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus { background-color: #f7c17b; color: #ffffff; } /* client section end */ /* news section start*/ .news_section{ width: 100%; float: left; background-color: #355764; height: auto; padding: 90px 0px; } .news_taital{ width: 100%; font-size: 40px; color: #ffffff; text-align: center; font-weight: bold; } .news_text { width: 80%; margin: 0 auto; font-size: 16px; color: #ffffff; padding-top: 20px; text-align: center; } .news_section_2{ width: 100%; float: left; } .box_main_1 { width: 100%; float: left; background-color: #ffffff; height: auto; border-radius: 5px; } .box_main_1:hover { box-shadow: 0px 1px 9px 1px #fff; } .frame { height: 200px; width: 100%; overflow: hidden; } .zoomout img { height: 300px; width: 100%; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomout img:hover { width: 100%; height:500px; } .box_main_1:hover { box-shadow: 0px 1px 9px 1px #fff; } .box_main_1:hover .post_text{ color: #000; } .padding_15 { width: 100%; float: left; padding: 20px 15px 40px 15px; } .speed_text{ width: 100%; float: left; font-size: 22px; color: #161616; } .post_text{ width: 100%; float: left; font-size: 16px; color: #dcdcd9; } .long_text { width: 100%; float: left; font-size: 16px; color: #2a2929; margin: 0px; padding-top: 10px; } /* news section start*/ /* contact section start*/ .contact_section { width: 100%; float: left; background-color: #355764; height: auto; padding-bottom: 90px; } .contact_main { width: 50%; margin: 0 auto; text-align: center; } .request_text { width: 100%; float: left; font-size: 40px; font-weight: bold; text-align: center; color: #ffffff; padding-bottom: 10px; } .form-group { margin-bottom: 30px; } .email-bt { color: #292929; width: 100%; height: 55px; font-size: 18px; padding: 20px; background-color: #fefeff; border: 0px; border-radius: 30px; } input.email-bt::placeholder { color: #292929; } .massage-bt { color: #292929; width: 100%; height: 110px; font-size: 18px; padding: 40px 20px 10px; background-color: #fefeff; border: 0px; border-radius: 30px; } textarea#comment::placeholder { color: #292929; } .send_btn { width: 170px; text-align: center; margin: 0px auto; } .send_btn a { width: 100%; float: left; color: #ffffff; font-size: 18px; padding: 10px 0px; background-color: #f7c17b; border-radius: 10px; } .send_btn a:hover { color: #000; background-color: #ffffff; } /* contact section end*/ /* footer section start*/ .footer_section { width: 100%; float: left; background-color: #355764; height: auto; background-size: cover; } .map_main{ width: 100%; float: left; } .call_text { width: 100%; float: left; font-size: 16px; color: #dfdfdf; padding-top: 10px; } .email_text { width: 70%; float: left; font-size: 16px; color: #9e9c9c; background-color: #ffffff; padding: 8px 15px; margin-top: 40px; border: 0px; } .subscribe_bt { width: 180px; float: left; margin-top: 15px; } .subscribe_bt a { width: 100%; float: left; font-size: 16px; color: #ffffff; text-align: center; background-color: #f7c17b; padding: 8px; margin-top: 20px; } .subscribe_bt a:hover{ color: #9e9c9c; background-color: #ffffff; } .call_text a{ color: #dfdfdf; } .call_text a:hover{ color: #f7c17b; } .padding_left_0{ padding-left: 15px; } .social_icon { width: 100%; float: left; padding-top: 20px; } .social_icon ul { margin: 0px; padding: 0px; } .social_icon li { float: left; padding-right: 10px; padding-top: 10px; } .copyright_section { width: 100%; float: left; background-color: #ffffff; height: auto; } .copyright_text { width: 100%; float: left; font-size: 16px; text-align: center; color: #151515; margin-left: 0px; margin-right: 0px; } .copyright_text a { color: #151515; } .copyright_text a:hover { color: #f7c17b; } .margin_top_90 { margin-top: 90px; } .margin_90 { margin: 90px 0px; } #navbarSupportedContent{ transform: translateX(100vw); } #navbarSupportedContent.nav-normal{ transform: none; } /* contact section end*/
tarang_theme/www/css/style.css
@import url(animate.min.css); @import url(normalize.css); @import url(icomoon.css); @import url(css/font-awesome.min.css); @import url(meanmenu.css); @import url(owl.carousel.min.css); @import url(swiper.min.css); @import url(slick.css); @import url(jquery.fancybox.min.css); @import url(jquery-ui.css); @import url(nice-select.css); /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/ * { box-sizing: border-box !important; transition: ease all 0.5s; } html { scroll-behavior: smooth; } body { color: #666666; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 1.80857; font-weight: normal; overflow-x: hidden; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; line-height: normal; color: #111111; margin: 0 } h1 { font-size: 24px } h2 { font-size: 22px } h3 { font-size: 18px } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } button:focus { outline: none; } ul, li, ol { margin: 0px; padding: 0px; list-style: none; } p { margin: 20px; font-weight: 300; font-size: 15px; line-height: 24px; } a { color: #222222; text-decoration: none; outline: none !important; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } img { max-width: 100%; height: auto; } :focus { outline: 0; } .paddind_bottom_0 { padding-bottom: 0 !important; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } .form-control:focus { border-color: #ffffff !important; box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25); } .navbar-form input { border: none !important; } .badge { font-weight: 500; } blockquote { margin: 20px 0 20px; padding: 30px; } button { border: 0; margin: 0; padding: 0; cursor: pointer; } .full { float: left; width: 100%; } .layout_padding { padding-top: 90px; padding-bottom: 0px; } .padding_0 { padding: 0px; } /* header section start */ .header_section { width: 100%; float: left; background-image: linear-gradient(-13deg, #ffffff 30%, #274d5a 20%); position: relative; overflow-x: hidden; } .header_bg { width: 100%; float: left; } .header_section::after { content: ''; background-color: #ffffff; position: absolute; width: 420px; right: initial; top: 0px; margin: 0 auto; display: flex; height: 500px; left: 0; } .header_section.header_bg::after { height: 100%; } .bg-light { background-color: transparent !important; } .navbar-expand-lg { position: relative; z-index: 9; } .logo { width: 35%; float: left; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 15px; padding-left: 15px; color: #e0dcdc !important; display: flex; font-size: 18px; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #f7c17b !important; } .login_menu{ width: 100%; display: flex; } .login_menu ul{ margin: 0px; padding: 0px; } .login_menu li{ float: left; font-size: 18px; color: #ffffff; padding-left: 15px; padding-right: 15px; } .login_menu li a{ color: #ffffff; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .sidenav a:hover { color: #f1f1f1; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } #main { transition: margin-left .5s; width: 5%; float: right; text-align: right; } @media screen and (max-height: 450px) { .sidenav { padding-top: 15px; } .sidenav a { font-size: 18px; } } /* header section end */ /* banner section start */ .banner_section { width: 100%; float: left; position: relative; z-index: 1; padding-top: 30px; } .best_text { width: 90px; margin: 0 auto; text-align: center; background-color: #f7c17b; color: #325662; font-size: 20px; font-weight: bold; border-radius: 100px; padding: 26px 0px; text-transform: uppercase; left: -15px; position: relative; } .image_1 { width: 100%; float: left; position: relative; z-index: 1; } .banner_taital { width: 50%; float: left; font-size: 50px; color: #ffffff; font-weight: bold; font-family: 'Raleway ExtraBold', sans-serif; padding-top: 40px; } .banner_text { width: 100%; float: left; font-size: 16px; color: #ffffff; margin: 0px; } .contact_bt { width: 100%; float: left; margin-top: 20px; } .contact_bt a { width: 180px; float: left; font-size: 18px; color: #ffffff; text-align: center; background-color: #f7c17b; padding: 8px 0px; } .contact_bt a:hover { color: #000; background-color: #ffffff; } #main_slider a.carousel-control-prev { left: 88%; top: 60%; background-color: #f7c17b; color: #ffffff; } #main_slider a.carousel-control-next { position: absolute; right: 20px; top: 60%; } #main_slider .carousel-control-prev, #main_slider .carousel-control-next { width: 68px; height: 68px; background: #325662; opacity: 1; font-size: 30px; color: #ffffff; } #main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus { background-color: #f7c17b; color: #ffffff; } /* banner section end */ /* cycle section start */ .cycle_section { width: 100%; float: left; padding-bottom: 90px; } .cycle_taital { width: 100%; float: left; font-size: 40px; color: #111111; text-align: center; font-weight: bold; } .cycle_text { width: 100%; float: left; font-size: 16px; color: #242424; text-align: center; margin: 0px; } .cycle_section_2{ width: 100%; float: left; } .box_main{ width: 100%; float: left; position: relative; } .number_text { width: 50px; height: 50px; font-size: 18px; color: #ffffff; background-color: #325662; border-radius: 100px; text-align: center; padding: 10px 0px; float: right; margin-right: 140px; margin-top: 60px; } .image_2 { width: 100%; float: left; text-align: center; padding-left: 100px; } .box_main:after{ content: ''; background-color: #f7c17b; position: absolute; width: 420px; right: 0px; top: 0px; margin: 0 auto; display: flex; height: 600px; left: 0; z-index: -1; clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%); } .cycles_text{ width: 100%; float: left; font-size: 40px; color: #1c1c1c; font-weight: bold; text-align: right; padding-top: 40px; } .cycles_text:after { content: ''; position: absolute; width: 180px; height: 1px; background-color: #325662; left: 0px; right: initial; margin: 0 auto; top: 70px; } .lorem_text{ width: 100%; float: left; font-size: 16px; color: #1c1c1c; margin: 0px; padding-top: 40px; } .btn_main{ width: 100%; display: flex; padding-top: 50px; } .buy_bt{ width: 170px; float: left; } .buy_bt a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #325662; padding: 8px 5px; text-align: center; font-weight: bold; } .buy_bt a:hover{ color: #ffffff; background-color: #f7c17b; } .price_text { width: 100%; float: right; text-align: right; font-size: 20px; color: #222222; font-weight: bold; padding-top: 8px; } .cycle_section_3{ width: 100%; float: left; padding-bottom: 90px; } .box_main_3{ width: 100%; float: left; position: relative; } .box_main_3:after { content: ''; background-color: #f7c17b; position: absolute; width: 420px; right: 0px; top: 0px; margin: 0 auto; display: flex; height: 530px; left: 0; z-index: -1; clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%); } .number_text_2 { width: 50px; height: 50px; font-size: 18px; color: #ffffff; background-color: #325662; border-radius: 100px; text-align: center; padding: 10px 0px; float: right; margin-right: 185px; margin-top: 60px; } .read_btn_main { width: 100%; float: left; margin-top: 200px; } .read_bt{ width: 170px; margin: 0 auto; text-align: center; } .read_bt a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #f7c17b; padding: 8px 5px; text-align: center; } .read_bt a:hover{ color: #ffffff; background-color: #325662; } /* cycle section end */ /* about section start */ .about_section { width: 100%; float: left; background-image: url(../images/about-bg.png); height: auto; padding: 90px 0px; background-size: 100%; background-repeat: no-repeat; } .about_taital{ width: 100%; font-size: 40px; color: #ffffff; text-align: center; font-weight: bold; } .about_text{ width: 70%; font-size: 16px; color: #ffffff; text-align: center; margin: 0 auto; padding-top: 30px; } .about_main { width: 100%; float: left; text-align: center; position: relative; margin-top: 60px; } .image_5{ width: 40%; margin: 0 auto; text-align: center; padding-top: 100px; position: relative; z-index: 1; } .about_main::before { content: ''; position: absolute; width: 400px; right: 0px; top: 67px; margin: 0 auto; display: flex; height: 355px; left: -180px; box-shadow: 0 35px 25px -20px rgba(0,0,0,0.2); transform: rotate(-13deg) skewx(-1.2deg); } .about_main::after { content: ''; background-color: #ffffff; position: absolute; width: 500px; right: 0px; top: 30px; margin: 0 auto; display: flex; height: 440px; left: 0; clip-path: polygon(0 0px, 80% 3%, 80% 78%, 0% 100%); -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); } .read_bt_1{ width: 170px; margin: 0 auto; text-align: center; } .read_bt_1 a{ width: 100%; float: left; font-size: 18px; color: #ffffff; background-color: #f7c17b; padding: 8px 5px; text-align: center; margin-top: 80px; } .read_bt_1 a:hover{ color: #ffffff; background-color: #325662; } /* about section end */ /* client section start */ .client_section { width: 100%; float: left; padding-bottom: 100px; } .client_main { width: 100%; float: left; border: 1px solid #e4e4e4; border-style: dotted; padding: 40px 30px 100px 30px; } .client_taital{ width: 100%; font-size: 40px; color: #303030; text-align: center; font-weight: bold; } .client_section_2 { width: 90%; margin: 0 auto; margin-top: 0px; background-color: #ffffff; -webkit-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); -moz-box-shadow: 0px 8px 7px 3px rgba(0,0,0,0.31); box-shadow: 0px 1px 8px 3px rgba(0,0,0,0.31); padding: 10px; margin-top: 30px; display: flex; } .client_left{ width: 30%; } .client_right { width: 70%; padding: 50px 0px 50px 40px; } .client_img{ width: 100%; } .quote_icon{ width: 100%; } .client_text{ width: 100%; float: left; font-size: 16px; color: #333233; margin: 0px; padding-top: 20px; } .client_name{ width: 100%; float: left; font-size: 20px; color: #1d1f1e; font-weight: bold; padding-top: 20px; } #my_slider a.carousel-control-prev { left: 640px; top: 93%; background-color: #f7c17b; color: #ffffff; } #my_slider a.carousel-control-next { position: absolute; right: 570px; top: 93%; } #my_slider .carousel-control-prev, #my_slider .carousel-control-next { width: 68px; height: 68px; background: #191616; opacity: 1; font-size: 30px; color: #ffffff; } #my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus { background-color: #f7c17b; color: #ffffff; } /* client section end */ /* news section start*/ .news_section{ width: 100%; float: left; background-color: #355764; height: auto; padding: 90px 0px; } .news_taital{ width: 100%; font-size: 40px; color: #ffffff; text-align: center; font-weight: bold; } .news_text { width: 80%; margin: 0 auto; font-size: 16px; color: #ffffff; padding-top: 20px; text-align: center; } .news_section_2{ width: 100%; float: left; } .box_main_1 { width: 100%; float: left; background-color: #ffffff; height: auto; border-radius: 5px; } .box_main_1:hover { box-shadow: 0px 1px 9px 1px #fff; } .frame { height: 200px; width: 100%; overflow: hidden; } .zoomout img { height: 300px; width: 100%; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomout img:hover { width: 100%; height:500px; } .box_main_1:hover { box-shadow: 0px 1px 9px 1px #fff; } .box_main_1:hover .post_text{ color: #000; } .padding_15 { width: 100%; float: left; padding: 20px 15px 40px 15px; } .speed_text{ width: 100%; float: left; font-size: 22px; color: #161616; } .post_text{ width: 100%; float: left; font-size: 16px; color: #dcdcd9; } .long_text { width: 100%; float: left; font-size: 16px; color: #2a2929; margin: 0px; padding-top: 10px; } /* news section start*/ /* contact section start*/ .contact_section { width: 100%; float: left; background-color: #355764; height: auto; padding-bottom: 90px; } .contact_main { width: 50%; margin: 0 auto; text-align: center; } .request_text { width: 100%; float: left; font-size: 40px; font-weight: bold; text-align: center; color: #ffffff; padding-bottom: 10px; } .form-group { margin-bottom: 30px; } .email-bt { color: #292929; width: 100%; height: 55px; font-size: 18px; padding: 20px; background-color: #fefeff; border: 0px; border-radius: 30px; } input.email-bt::placeholder { color: #292929; } .massage-bt { color: #292929; width: 100%; height: 110px; font-size: 18px; padding: 40px 20px 10px; background-color: #fefeff; border: 0px; border-radius: 30px; } textarea#comment::placeholder { color: #292929; } .send_btn { width: 170px; text-align: center; margin: 0px auto; } .send_btn a { width: 100%; float: left; color: #ffffff; font-size: 18px; padding: 10px 0px; background-color: #f7c17b; border-radius: 10px; } .send_btn a:hover { color: #000; background-color: #ffffff; } /* contact section end*/ /* footer section start*/ .footer_section { width: 100%; float: left; background-color: #355764; height: auto; background-size: cover; } .map_main{ width: 100%; float: left; } .call_text { width: 100%; float: left; font-size: 16px; color: #dfdfdf; padding-top: 10px; } .email_text { width: 70%; float: left; font-size: 16px; color: #9e9c9c; background-color: #ffffff; padding: 8px 15px; margin-top: 40px; border: 0px; } .subscribe_bt { width: 180px; float: left; margin-top: 15px; } .subscribe_bt a { width: 100%; float: left; font-size: 16px; color: #ffffff; text-align: center; background-color: #f7c17b; padding: 8px; margin-top: 20px; } .subscribe_bt a:hover{ color: #9e9c9c; background-color: #ffffff; } .call_text a{ color: #dfdfdf; } .call_text a:hover{ color: #f7c17b; } .padding_left_0{ padding-left: 15px; } .social_icon { width: 100%; float: left; padding-top: 20px; } .social_icon ul { margin: 0px; padding: 0px; } .social_icon li { float: left; padding-right: 10px; padding-top: 10px; } .copyright_section { width: 100%; float: left; background-color: #ffffff; height: auto; } .copyright_text { width: 100%; float: left; font-size: 16px; text-align: center; color: #151515; margin-left: 0px; margin-right: 0px; } .copyright_text a { color: #151515; } .copyright_text a:hover { color: #f7c17b; } .margin_top_90 { margin-top: 90px; } .margin_90 { margin: 90px 0px; } #navbarSupportedContent{ transform: translateX(100vw); } #navbarSupportedContent.nav-normal{ transform: none; } /* contact section end*/
0.239172
0.039565
.nav-title { position: relative; font-family: sans-serif; text-transform: uppercase; font-size: 2em; letter-spacing: 4px; overflow: hidden; background: linear-gradient(90deg, #000, #fff, #000); background-repeat: no-repeat; background-size: 80%; animation: animate 4s linear infinite; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0); } @keyframes animate { 0% { background-position: -500%; } 100% { background-position: 500%; } } /* End Navbar */ /* Form-Input */ input::-webkit-inner-spin-button { -webkit-appearance: none; } /* End Form-Input */ /* Button */ .button { background-color: #f4511e; color: #FFFFFF; text-align: center; font-size: 25px; padding: 15px; width: 150px; transition: all 0.5s; cursor: pointer; margin: 5px; } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button:hover span { padding-right: 25px; } .button:hover span:after { opacity: 1; right: 0; } /* End Button */ /* Jumbotron Score Bar. */ .jbscore-hide{ display: none; } .jbscore-show{ display: normal; } /* Score Color Based on Range. */ .final-score-good{ color:green; } .final-score-invalid{ color:#000; } .final-score-average{ color:orange; } .final-score-bad{ color:red; } /* End of Score Color. */ /* Flags for User Warnings. */ .noflag{ display: none; } .flag1{ display: normal; color:orange; } .flag2{ display: normal; color:red; } /* End of Flags. */ /* Jumbotron Score Bar End. */ /* About Cards */ .wrapper { padding-top: 120px; } .card-img-top { box-shadow: 0 5px 10px rgba(0,0,0,0.5); } .card-body{ text-align: center; box-shadow: 0px 15px 15px -8px rgba(0,0,0,0.5) } .card-body h6 { font-size: 14px; text-transform: uppercase; color: deeppink; } .card-title { text-transform: uppercase; font-weight: bold; font-size: 24px; } .socials a { width: 40px; height: 40px; display: inline-block; border-radius: 50%; margin: 0 5px; } .socials a i { color: #fff; padding: 12px 0; } .socials a:nth-child(1) { background: #cd486b; } .socials a:nth-child(2) { background: #211F1F; } .socials a:hover{ transform: scale(1.2); } @media (max-width: 800px){ .mx-30{ margin-bottom: 30px; } } /* End About Cards */
design.css
.nav-title { position: relative; font-family: sans-serif; text-transform: uppercase; font-size: 2em; letter-spacing: 4px; overflow: hidden; background: linear-gradient(90deg, #000, #fff, #000); background-repeat: no-repeat; background-size: 80%; animation: animate 4s linear infinite; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0); } @keyframes animate { 0% { background-position: -500%; } 100% { background-position: 500%; } } /* End Navbar */ /* Form-Input */ input::-webkit-inner-spin-button { -webkit-appearance: none; } /* End Form-Input */ /* Button */ .button { background-color: #f4511e; color: #FFFFFF; text-align: center; font-size: 25px; padding: 15px; width: 150px; transition: all 0.5s; cursor: pointer; margin: 5px; } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button:hover span { padding-right: 25px; } .button:hover span:after { opacity: 1; right: 0; } /* End Button */ /* Jumbotron Score Bar. */ .jbscore-hide{ display: none; } .jbscore-show{ display: normal; } /* Score Color Based on Range. */ .final-score-good{ color:green; } .final-score-invalid{ color:#000; } .final-score-average{ color:orange; } .final-score-bad{ color:red; } /* End of Score Color. */ /* Flags for User Warnings. */ .noflag{ display: none; } .flag1{ display: normal; color:orange; } .flag2{ display: normal; color:red; } /* End of Flags. */ /* Jumbotron Score Bar End. */ /* About Cards */ .wrapper { padding-top: 120px; } .card-img-top { box-shadow: 0 5px 10px rgba(0,0,0,0.5); } .card-body{ text-align: center; box-shadow: 0px 15px 15px -8px rgba(0,0,0,0.5) } .card-body h6 { font-size: 14px; text-transform: uppercase; color: deeppink; } .card-title { text-transform: uppercase; font-weight: bold; font-size: 24px; } .socials a { width: 40px; height: 40px; display: inline-block; border-radius: 50%; margin: 0 5px; } .socials a i { color: #fff; padding: 12px 0; } .socials a:nth-child(1) { background: #cd486b; } .socials a:nth-child(2) { background: #211F1F; } .socials a:hover{ transform: scale(1.2); } @media (max-width: 800px){ .mx-30{ margin-bottom: 30px; } } /* End About Cards */
0.466116
0.067179
.gemDetails { display: flex; flex-direction: column; align-items: center; margin-top: 80px; margin-bottom: 80px; position: relative; justify-content: center; } .gemDetails__sectionCart { display: flex; width: 95vw; align-items: center; justify-content: center; } .gemDetails__sectionCartSmallImages > img { object-fit: contain; padding: 20px; cursor: pointer; transition: 0.3s ease-in-out; height: 120px; } .gemDetails__sectionCartSmallImages > img:hover, .gemDetails__sectionCartSmallImages > img.active { box-shadow: 2px 2px 10px rgba(161, 161, 161, 0.24), 2px 2px 10px rgba(161, 161, 161, 0.24); transition: 0.3s ease-in-out; } .gemDetails__sectionCartSmallImages { display: flex; flex-direction: column; align-items: center; justify-content: center; } .gemDetails__sectionCartMainImageIcon { position: absolute; top: 0; display: flex; justify-content: flex-end; margin-top: 30px; } .gemDetails__sectionCartMainImageIcon > .MuiSvgIcon-root { font-size: 30px !important; cursor: pointer; color: #d35f46 !important; } .gemDetails__sectionCartMainImage > div > img { height: 450px; transition: 0.3s ease-in-out; width: 450px; } .gemDetails__sectionCartMainImage { margin: 0 80px; } .gemDetails__sectionCartCartDetails { width: 300px; justify-items: flex-start !important; } .gemDetails__sectionCartCartDetails > div > h2 { font-size: 25px; font-family: santral; color: #707070; font-weight: bold; margin-bottom: 50px; } .gemDetails__sectionCartCartDetailsItem { font-size: 18px; display: flex; font-family: santral; color: #494949; line-height: 50px; align-items: center; justify-content: space-between; } .gemDetails__sectionCartCartDetails > div > p { font-family: santral; font-size: 20px; color: #494949; line-height: 50px; } .gemDetails__sectionCartCartDetailsBtns { display: flex; align-items: center; justify-content: center; flex-direction: column; } .gemDetails__sectionCartCartDetailsBtns > a { width: 100%; display: flex; align-items: center; text-decoration: none; justify-content: center; flex-direction: column; } .gemDetails__sectionCartCartDetailsBtns > a > button { flex: 1; font-size: 14px; font-family: santral; color: #313131; background-color: #d35f46; border-radius: 0.7vw; transition: 0.3s ease-in-out; outline: none; width: 90%; margin: 5px 0; border: 1px transparent solid; padding: 15px; cursor: pointer; } .gemDetails__sectionCartCartDetailsBtns > a:last-child > button { border: 0.1vw #d35f46 solid; background-color: white; } .gemDetails__sectionCartCartDetailsBtns > a > button:hover { border: 0.1vw #d35f46 solid; background-color: white; } .gemDetails__sectionCartCartDetailsBtns > a:last-child > button:hover { background-color: #d35f46; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { font-family: santral; color: #707070; margin: 100px 0 20px 20px; } .gemDetails__sectionProduct { align-items: center; display: flex; justify-content: space-between; flex-direction: column; } .gemDetails__sectionProduct > div > h3 { font-family: santral; color: #707070; font-weight: lighter; margin-bottom: 50px; } .gemDetails__sectionVideo > div > video { object-fit: contain; height: 500px; border-radius: 20px; outline: none; } .tableRow { display: flex; width: 900px; font-size: 18px; align-items: center; justify-content: space-between; color: #313131; font-family: santral; margin: 15px; } .tableRow > p { border: 1px grey solid; padding: 10px; width: 100%; } .tableRow > p:first-child { font-weight: bold; } .gemDetails__otherGemsRow { display: flex; align-items: center; flex-wrap: wrap; margin: 16px; justify-content: space-evenly; width: 100%; } @media screen and (max-width: 10000px) and (min-width: 1400px) { .gemDetails { margin-top: 8vw; overflow-x: hidden; margin-bottom: 8vw; } .gemDetails__sectionCartSmallImages > img { padding: 2vw; height: 10vw; } .gemDetails__sectionCartSmallImages > img:hover, .gemDetails__sectionCartSmallImages > img.active { box-shadow: 0.2vw 0.2vw 1vw rgba(161, 161, 161, 0.24), 0.2vw 0.2vw 1vw rgba(161, 161, 161, 0.24); } .gemDetails__sectionCartMainImageIcon { margin-top: 3vw; margin-left: 35vw; } .gemDetails__sectionCartMainImageIcon > .MuiSvgIcon-root { font-size: 4vw !important; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 35vw !important; width: 35vw !important; } .gemDetails__sectionCartMainImage { margin: 0 8vw; } .gemDetails__sectionCartCartDetails { width: 30vw; } .gemDetails__sectionCartCartDetails > div > h2 { font-size: 2vw; margin-bottom: 5vw; } .gemDetails__sectionCartCartDetailsItem { font-size: 1.5vw; line-height: 5vw; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { font-size: 2vw; } .gemDetails__sectionProduct > div > h3 { font-size: 1.5vw; } .gemDetails__otherGemsRow { width: 90vw; } .gemDetails__sectionCartCartDetails > div > p { font-size: 1.5vw; line-height: 5vw; } .gemDetails__sectionCartCartDetailsBtns > a > button { font-size: 1.5vw; margin: 0.5vw 0; padding: 1.5vw; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 10vw 0 2vw 2vw; } .gemDetails__sectionProduct > div > h3 { margin-bottom: 5vw; } .gemDetails__sectionVideo > div > video { height: 40vw; border-radius: 2vw; } .tableRow { width: 80vw; font-size: 1.5vw; margin: 1.5vw; } .tableRow > p { padding: 1vw; } .gemDetails__otherGemsRow { margin: 1.5vw; } } @media screen and (max-width: 1100px) and (min-width: 900px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionVideo > div > video { height: 450px; } } @media screen and (max-width: 900px) and (min-width: 600px) { .gemDetails { overflow-x: hidden; } .necklacePendant__sectionCartMainImage { margin: 0; } .gemDetails__sectionCartMainImage > img { height: 400px !important; width: 400px !important; } .gemDetails__sectionCartSmallImages { display: none; } .tableRow { width: 90vw; } .gemDetails__sectionDescription { width: 90vw; } .gemDetails__sectionVideo > div { display: flex; justify-content: center; } .gemDetails__sectionVideo > div > video { height: 45vw; } .gemDetails__sectionCartMainImage { margin: 0; } } @media screen and (max-width: 600px) and (min-width: 450px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .tableRow { width: 90vw; } .gemDetails__sectionVideo, .gemDetails__sectionDescription { display: flex; flex-direction: column; align-items: center; } .gemDetails__sectionDescription { width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 300px !important; width: 300px !important; } .gemDetails__sectionVideo > div > video { height: 45vw; } .gemDetails__sectionCartSmallImages { display: none; } .gemDetails__sectionCart { flex-direction: column; } } @media screen and (max-width: 450px) and (min-width: 320px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .gemDetails__sectionCartMainImage { margin: 0; display: flex; justify-content: center; width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 300px !important; width: 300px !important; } .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 100px 0px 10px 0px; text-align: center; } .gemDetails__sectionCartCartDetails > div > h1 { text-align: center !important; } .gemDetails__sectionCartMainImage > div > img { object-fit: contain; } .gemDetails__sectionCartCartDetails, .gemDetails__sectionCartCart { width: 90vw !important; } .gemDetails__otherGemsRow { width: auto; } .gemDetails__sectionDescription, .tableRow { width: 90vw; } .tableRow { margin: 0; } .tableRow > p { font-size: 12px; } .gemDetails__sectionCartSmallImages, .gemDetails__sectionVideo { display: none; } .gemDetails__sectionCart { flex-direction: column; } } @media screen and (max-width: 320px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .gemDetails__sectionCartMainImage { margin: 0; display: flex; justify-content: center; width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 280px !important; width: 280px !important; } .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 100px 0px 10px 0px; text-align: center; } .gemDetails__sectionCartCartDetails > div > h1 { text-align: center !important; } .gemDetails__sectionCartCartDetails, .gemDetails__sectionCartCart { width: 90vw !important; } .gemDetails__otherGemsRow { width: auto; } .gemDetails__sectionDescription, .tableRow { width: 90vw; } .tableRow { margin: 0; } .tableRow > p { font-size: 12px; } .gemDetails__sectionCartSmallImages, .gemDetails__sectionVideo { display: none; } .gemDetails__sectionCart { flex-direction: column; } }
src/pages/GemsPages/SapphireViewDetails/GemDetails.css
.gemDetails { display: flex; flex-direction: column; align-items: center; margin-top: 80px; margin-bottom: 80px; position: relative; justify-content: center; } .gemDetails__sectionCart { display: flex; width: 95vw; align-items: center; justify-content: center; } .gemDetails__sectionCartSmallImages > img { object-fit: contain; padding: 20px; cursor: pointer; transition: 0.3s ease-in-out; height: 120px; } .gemDetails__sectionCartSmallImages > img:hover, .gemDetails__sectionCartSmallImages > img.active { box-shadow: 2px 2px 10px rgba(161, 161, 161, 0.24), 2px 2px 10px rgba(161, 161, 161, 0.24); transition: 0.3s ease-in-out; } .gemDetails__sectionCartSmallImages { display: flex; flex-direction: column; align-items: center; justify-content: center; } .gemDetails__sectionCartMainImageIcon { position: absolute; top: 0; display: flex; justify-content: flex-end; margin-top: 30px; } .gemDetails__sectionCartMainImageIcon > .MuiSvgIcon-root { font-size: 30px !important; cursor: pointer; color: #d35f46 !important; } .gemDetails__sectionCartMainImage > div > img { height: 450px; transition: 0.3s ease-in-out; width: 450px; } .gemDetails__sectionCartMainImage { margin: 0 80px; } .gemDetails__sectionCartCartDetails { width: 300px; justify-items: flex-start !important; } .gemDetails__sectionCartCartDetails > div > h2 { font-size: 25px; font-family: santral; color: #707070; font-weight: bold; margin-bottom: 50px; } .gemDetails__sectionCartCartDetailsItem { font-size: 18px; display: flex; font-family: santral; color: #494949; line-height: 50px; align-items: center; justify-content: space-between; } .gemDetails__sectionCartCartDetails > div > p { font-family: santral; font-size: 20px; color: #494949; line-height: 50px; } .gemDetails__sectionCartCartDetailsBtns { display: flex; align-items: center; justify-content: center; flex-direction: column; } .gemDetails__sectionCartCartDetailsBtns > a { width: 100%; display: flex; align-items: center; text-decoration: none; justify-content: center; flex-direction: column; } .gemDetails__sectionCartCartDetailsBtns > a > button { flex: 1; font-size: 14px; font-family: santral; color: #313131; background-color: #d35f46; border-radius: 0.7vw; transition: 0.3s ease-in-out; outline: none; width: 90%; margin: 5px 0; border: 1px transparent solid; padding: 15px; cursor: pointer; } .gemDetails__sectionCartCartDetailsBtns > a:last-child > button { border: 0.1vw #d35f46 solid; background-color: white; } .gemDetails__sectionCartCartDetailsBtns > a > button:hover { border: 0.1vw #d35f46 solid; background-color: white; } .gemDetails__sectionCartCartDetailsBtns > a:last-child > button:hover { background-color: #d35f46; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { font-family: santral; color: #707070; margin: 100px 0 20px 20px; } .gemDetails__sectionProduct { align-items: center; display: flex; justify-content: space-between; flex-direction: column; } .gemDetails__sectionProduct > div > h3 { font-family: santral; color: #707070; font-weight: lighter; margin-bottom: 50px; } .gemDetails__sectionVideo > div > video { object-fit: contain; height: 500px; border-radius: 20px; outline: none; } .tableRow { display: flex; width: 900px; font-size: 18px; align-items: center; justify-content: space-between; color: #313131; font-family: santral; margin: 15px; } .tableRow > p { border: 1px grey solid; padding: 10px; width: 100%; } .tableRow > p:first-child { font-weight: bold; } .gemDetails__otherGemsRow { display: flex; align-items: center; flex-wrap: wrap; margin: 16px; justify-content: space-evenly; width: 100%; } @media screen and (max-width: 10000px) and (min-width: 1400px) { .gemDetails { margin-top: 8vw; overflow-x: hidden; margin-bottom: 8vw; } .gemDetails__sectionCartSmallImages > img { padding: 2vw; height: 10vw; } .gemDetails__sectionCartSmallImages > img:hover, .gemDetails__sectionCartSmallImages > img.active { box-shadow: 0.2vw 0.2vw 1vw rgba(161, 161, 161, 0.24), 0.2vw 0.2vw 1vw rgba(161, 161, 161, 0.24); } .gemDetails__sectionCartMainImageIcon { margin-top: 3vw; margin-left: 35vw; } .gemDetails__sectionCartMainImageIcon > .MuiSvgIcon-root { font-size: 4vw !important; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 35vw !important; width: 35vw !important; } .gemDetails__sectionCartMainImage { margin: 0 8vw; } .gemDetails__sectionCartCartDetails { width: 30vw; } .gemDetails__sectionCartCartDetails > div > h2 { font-size: 2vw; margin-bottom: 5vw; } .gemDetails__sectionCartCartDetailsItem { font-size: 1.5vw; line-height: 5vw; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { font-size: 2vw; } .gemDetails__sectionProduct > div > h3 { font-size: 1.5vw; } .gemDetails__otherGemsRow { width: 90vw; } .gemDetails__sectionCartCartDetails > div > p { font-size: 1.5vw; line-height: 5vw; } .gemDetails__sectionCartCartDetailsBtns > a > button { font-size: 1.5vw; margin: 0.5vw 0; padding: 1.5vw; } .gemDetails__sectionVideo > div > h2, .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 10vw 0 2vw 2vw; } .gemDetails__sectionProduct > div > h3 { margin-bottom: 5vw; } .gemDetails__sectionVideo > div > video { height: 40vw; border-radius: 2vw; } .tableRow { width: 80vw; font-size: 1.5vw; margin: 1.5vw; } .tableRow > p { padding: 1vw; } .gemDetails__otherGemsRow { margin: 1.5vw; } } @media screen and (max-width: 1100px) and (min-width: 900px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionVideo > div > video { height: 450px; } } @media screen and (max-width: 900px) and (min-width: 600px) { .gemDetails { overflow-x: hidden; } .necklacePendant__sectionCartMainImage { margin: 0; } .gemDetails__sectionCartMainImage > img { height: 400px !important; width: 400px !important; } .gemDetails__sectionCartSmallImages { display: none; } .tableRow { width: 90vw; } .gemDetails__sectionDescription { width: 90vw; } .gemDetails__sectionVideo > div { display: flex; justify-content: center; } .gemDetails__sectionVideo > div > video { height: 45vw; } .gemDetails__sectionCartMainImage { margin: 0; } } @media screen and (max-width: 600px) and (min-width: 450px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .tableRow { width: 90vw; } .gemDetails__sectionVideo, .gemDetails__sectionDescription { display: flex; flex-direction: column; align-items: center; } .gemDetails__sectionDescription { width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 300px !important; width: 300px !important; } .gemDetails__sectionVideo > div > video { height: 45vw; } .gemDetails__sectionCartSmallImages { display: none; } .gemDetails__sectionCart { flex-direction: column; } } @media screen and (max-width: 450px) and (min-width: 320px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .gemDetails__sectionCartMainImage { margin: 0; display: flex; justify-content: center; width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 300px !important; width: 300px !important; } .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 100px 0px 10px 0px; text-align: center; } .gemDetails__sectionCartCartDetails > div > h1 { text-align: center !important; } .gemDetails__sectionCartMainImage > div > img { object-fit: contain; } .gemDetails__sectionCartCartDetails, .gemDetails__sectionCartCart { width: 90vw !important; } .gemDetails__otherGemsRow { width: auto; } .gemDetails__sectionDescription, .tableRow { width: 90vw; } .tableRow { margin: 0; } .tableRow > p { font-size: 12px; } .gemDetails__sectionCartSmallImages, .gemDetails__sectionVideo { display: none; } .gemDetails__sectionCart { flex-direction: column; } } @media screen and (max-width: 320px) { .gemDetails { overflow-x: hidden; } .gemDetails__sectionCartMainImage > div { display: flex; align-items: flex-start !important; justify-content: flex-end !important; } .gemDetails__sectionCartMainImage { margin: 0; display: flex; justify-content: center; width: 90vw; } .gemDetails__sectionCartMainImage > div > img, .gemDetails__sectionCartMainImage > div { height: 280px !important; width: 280px !important; } .gemDetails__sectionDescription > div > h2, .gemDetails__sectionProduct > div > h2 { margin: 100px 0px 10px 0px; text-align: center; } .gemDetails__sectionCartCartDetails > div > h1 { text-align: center !important; } .gemDetails__sectionCartCartDetails, .gemDetails__sectionCartCart { width: 90vw !important; } .gemDetails__otherGemsRow { width: auto; } .gemDetails__sectionDescription, .tableRow { width: 90vw; } .tableRow { margin: 0; } .tableRow > p { font-size: 12px; } .gemDetails__sectionCartSmallImages, .gemDetails__sectionVideo { display: none; } .gemDetails__sectionCart { flex-direction: column; } }
0.326486
0.040446
div { font-family: 'Ubuntu', sans-serif; } html, body, input, button, div { margin: 0; padding: 0; } body { overflow-x: hidden; } h2 { font-size: 30px; font-weight: 700; } #header { display: flex; width: auto; height: auto; min-height: 70px; max-height: 100px; background: rgb(56, 56, 56); color: rgb(48, 48, 48); } #logo { display: flex; align-items: center; font-size: 35px; flex-direction: row; flex-grow: 1; flex-wrap: nowrap; margin-left: 20px; margin-top: 5px; margin-bottom: 5px; } #logo1, #logo2 { font-family: 'Fredoka One', cursive; } #logo1 { color: white; } #logo2 { color: rgb(10, 185, 238); } #temperature-unit-switch { display: flex; align-items: center; justify-content: center; width: 33%; color: white; font-size: 15px; cursor: pointer; } #temperature-unit-switch:hover { text-decoration: underline; } #current-unit { color: rgb(10, 185, 238); margin-left: 4px; margin-right: 4px; } #switch-cta { color: white; } #current-weather-card { color: rgb(48, 48, 48); display: flex; flex-direction: column; width: 50vw; align-items: center; justify-content: center; } #search-container { position: absolute; left: 50%; height: 30px; transform: translateX(-50%); margin-top: 20px; } #searchbar { height: 100%; width: 25vw; min-width: 50px; max-width: 400px; padding-left: 10px; } #search-button { height: 100%; width: 50px; background: rgb(10, 185, 238); border: none; cursor: pointer; } #top-cards { display: flex; flex-direction: row; height: 50vh; } #current-high, #current-low { padding-left: 5px; } .current-weather-metric { display: flex; width: auto; } #current-temperature { font-size: 50px; font-weight: 500; margin-bottom: 5px; overflow-y: hidden; } #current-location { font-size: 30px; font-weight: 700; } #current-high-low { display: flex; width: auto; } #divider { margin-left: 5px; margin-right: 5px; } #current-weather-icon { margin: 0; background: rgb(10, 185, 238); border-radius: 50%; margin-top: 10px; } #detailed-weather { display: flex; color: white; background: rgb(77, 77, 77); flex-direction: column; width: 50vw; align-items: center; justify-content: center; height: 100%; } #summary { font-weight: 600; font-size: 20px; text-align: center; color: white; } .detailed-stat-header { color: rgb(151, 151, 151); text-transform: uppercase; padding-right: 5px; } #detailed-stats { display: grid; white-space: nowrap; grid-template-columns: repeat(2, 150px); gap: 10px; padding-top: 15px; } .detailed-stat-container { display: flex; width: 50px; } .detailed-stat { color: white; } #hourly-card { display: inline-block; background: rgb(56, 56, 56); height: 50vh; max-height: 400px; width: 100vw; white-space: nowrap; overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; text-align: center; vertical-align: middle; color: white; } .hourly-forecast { margin-top: 80px; display: inline-block; margin-right: 40px; color: white; border: 4px solid white; width: 200px; height: 250px; } #hour-one-forecast { margin-left: 40px; } .hourly-headline { margin-top: 10px; font-size: 25px; font-weight: 700; } .hourly-temperature { font-size: 50px; font-weight: 500; overflow: hidden; } .hourly-weather-icon { margin: 0; background: rgb(10, 185, 238); border-radius: 50%; margin-top: 10px; margin-bottom: 15px; } #hourly-h2 { display: flex; position: absolute; padding-top: 20px; width: 100vw; height: 40px; align-items: center; justify-content: center; } #week-forecast-card { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 30px; height: auto; width: 100vw; } .week-forecast { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 30px; padding-right: 40px; padding-left: 40px; border: 4px solid black; width: 400px; height: 100px; } .day, .day-temperature { display: flex; justify-content: center; font-size: 30px; font-weight: 700; width: 33%; } .day-temperature { flex-direction: row-reverse; align-items: center; } .week-weather-icon-div { display: flex; justify-content: space-around; width: 33%; } .week-weather-icon { background: rgb(10, 185, 238); height: 80px; border-radius: 50%; }
dist/main.css
div { font-family: 'Ubuntu', sans-serif; } html, body, input, button, div { margin: 0; padding: 0; } body { overflow-x: hidden; } h2 { font-size: 30px; font-weight: 700; } #header { display: flex; width: auto; height: auto; min-height: 70px; max-height: 100px; background: rgb(56, 56, 56); color: rgb(48, 48, 48); } #logo { display: flex; align-items: center; font-size: 35px; flex-direction: row; flex-grow: 1; flex-wrap: nowrap; margin-left: 20px; margin-top: 5px; margin-bottom: 5px; } #logo1, #logo2 { font-family: 'Fredoka One', cursive; } #logo1 { color: white; } #logo2 { color: rgb(10, 185, 238); } #temperature-unit-switch { display: flex; align-items: center; justify-content: center; width: 33%; color: white; font-size: 15px; cursor: pointer; } #temperature-unit-switch:hover { text-decoration: underline; } #current-unit { color: rgb(10, 185, 238); margin-left: 4px; margin-right: 4px; } #switch-cta { color: white; } #current-weather-card { color: rgb(48, 48, 48); display: flex; flex-direction: column; width: 50vw; align-items: center; justify-content: center; } #search-container { position: absolute; left: 50%; height: 30px; transform: translateX(-50%); margin-top: 20px; } #searchbar { height: 100%; width: 25vw; min-width: 50px; max-width: 400px; padding-left: 10px; } #search-button { height: 100%; width: 50px; background: rgb(10, 185, 238); border: none; cursor: pointer; } #top-cards { display: flex; flex-direction: row; height: 50vh; } #current-high, #current-low { padding-left: 5px; } .current-weather-metric { display: flex; width: auto; } #current-temperature { font-size: 50px; font-weight: 500; margin-bottom: 5px; overflow-y: hidden; } #current-location { font-size: 30px; font-weight: 700; } #current-high-low { display: flex; width: auto; } #divider { margin-left: 5px; margin-right: 5px; } #current-weather-icon { margin: 0; background: rgb(10, 185, 238); border-radius: 50%; margin-top: 10px; } #detailed-weather { display: flex; color: white; background: rgb(77, 77, 77); flex-direction: column; width: 50vw; align-items: center; justify-content: center; height: 100%; } #summary { font-weight: 600; font-size: 20px; text-align: center; color: white; } .detailed-stat-header { color: rgb(151, 151, 151); text-transform: uppercase; padding-right: 5px; } #detailed-stats { display: grid; white-space: nowrap; grid-template-columns: repeat(2, 150px); gap: 10px; padding-top: 15px; } .detailed-stat-container { display: flex; width: 50px; } .detailed-stat { color: white; } #hourly-card { display: inline-block; background: rgb(56, 56, 56); height: 50vh; max-height: 400px; width: 100vw; white-space: nowrap; overflow-y: hidden; overflow-x: scroll; -webkit-overflow-scrolling: touch; text-align: center; vertical-align: middle; color: white; } .hourly-forecast { margin-top: 80px; display: inline-block; margin-right: 40px; color: white; border: 4px solid white; width: 200px; height: 250px; } #hour-one-forecast { margin-left: 40px; } .hourly-headline { margin-top: 10px; font-size: 25px; font-weight: 700; } .hourly-temperature { font-size: 50px; font-weight: 500; overflow: hidden; } .hourly-weather-icon { margin: 0; background: rgb(10, 185, 238); border-radius: 50%; margin-top: 10px; margin-bottom: 15px; } #hourly-h2 { display: flex; position: absolute; padding-top: 20px; width: 100vw; height: 40px; align-items: center; justify-content: center; } #week-forecast-card { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 30px; height: auto; width: 100vw; } .week-forecast { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 30px; padding-right: 40px; padding-left: 40px; border: 4px solid black; width: 400px; height: 100px; } .day, .day-temperature { display: flex; justify-content: center; font-size: 30px; font-weight: 700; width: 33%; } .day-temperature { flex-direction: row-reverse; align-items: center; } .week-weather-icon-div { display: flex; justify-content: space-around; width: 33%; } .week-weather-icon { background: rgb(10, 185, 238); height: 80px; border-radius: 50%; }
0.387227
0.073132
border: solid; border-radius: 16px; padding: 1em; order: 1; } #useText { text-align: center; font-weight: bold; } #actEffect, .actEffect { color: gray; font-style: italic; border: solid; border-radius: 16px; padding: 1em; order: 3; } .interruption { display: block; margin-top: 1em; margin-bottom: 1em; } #actionList { overflow-y: auto; padding-right: 1em; max-height: 350px; } #actionList.compressed { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2em; max-height: 250px; } #actionBox { visibility: hidden; position: absolute; border: solid 1px; min-height: 100px; width: 500px; padding: 16px; font-weight: normal; max-height: 90vh; overflow: hidden; background-color: white; color: black; z-index: 100; -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; } .mockBox { position: relative; border: solid 1px; min-height: 100px; width: 500px; padding: 16px; font-weight: normal; max-height: 90vh; overflow: hidden; background-color: white; color: black; z-index: 100; -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; } .actionDisplay { margin-bottom: 1.5em; } .compressed .actionDisplay { margin-bottom: 0.5em; } .action-name, .item-name { font-weight: bold; font-size: 125%; } .action-tags { position: absolute; left:15px; top:1px; font-size:12px; max-height:2em; overflow: hidden; } .action-tags span { border: 1px solid; border-radius: 2px; padding-left: 5px; padding-right: 5px; margin-right: 5px; } .crisis-tag { color: red; font-weight: bold; } .action-cost { display:inline-block; float:right; margin-left: 0.5em; font-size: 125%; } .action-cost img { position: relative; top: 3px; height: 22px; width: 22px; } .action-info { } .action-desc { color: gray; font-style: italic; font-size: 12px; } .action-uses { font-size: 12px; margin-left: 1em; } .action-cooldown { color: gray; font-weight: bold; } .preview { color: gray; font-style: italic; } .action-lock { color: gray; font-style: italic; } .default-link { font-size: 9pt; } .actionBoxHelp { text-align: center; line-height: 90px; color: gray; }
src/core/stylesheets-core/battle/actions.css
border: solid; border-radius: 16px; padding: 1em; order: 1; } #useText { text-align: center; font-weight: bold; } #actEffect, .actEffect { color: gray; font-style: italic; border: solid; border-radius: 16px; padding: 1em; order: 3; } .interruption { display: block; margin-top: 1em; margin-bottom: 1em; } #actionList { overflow-y: auto; padding-right: 1em; max-height: 350px; } #actionList.compressed { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2em; max-height: 250px; } #actionBox { visibility: hidden; position: absolute; border: solid 1px; min-height: 100px; width: 500px; padding: 16px; font-weight: normal; max-height: 90vh; overflow: hidden; background-color: white; color: black; z-index: 100; -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; } .mockBox { position: relative; border: solid 1px; min-height: 100px; width: 500px; padding: 16px; font-weight: normal; max-height: 90vh; overflow: hidden; background-color: white; color: black; z-index: 100; -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; } .actionDisplay { margin-bottom: 1.5em; } .compressed .actionDisplay { margin-bottom: 0.5em; } .action-name, .item-name { font-weight: bold; font-size: 125%; } .action-tags { position: absolute; left:15px; top:1px; font-size:12px; max-height:2em; overflow: hidden; } .action-tags span { border: 1px solid; border-radius: 2px; padding-left: 5px; padding-right: 5px; margin-right: 5px; } .crisis-tag { color: red; font-weight: bold; } .action-cost { display:inline-block; float:right; margin-left: 0.5em; font-size: 125%; } .action-cost img { position: relative; top: 3px; height: 22px; width: 22px; } .action-info { } .action-desc { color: gray; font-style: italic; font-size: 12px; } .action-uses { font-size: 12px; margin-left: 1em; } .action-cooldown { color: gray; font-weight: bold; } .preview { color: gray; font-style: italic; } .action-lock { color: gray; font-style: italic; } .default-link { font-size: 9pt; } .actionBoxHelp { text-align: center; line-height: 90px; color: gray; }
0.475118
0.118972
.nav { position: fixed; font-size: 15px; height: 70px; width: 100%; margin-top: Auto; background-color: #1c1c1c; color: black; z-index: 1; } .nav ul { padding: 0; list-style: none; float: right; padding-right: 25px; } .nav li { font-family: "Raleway", sans-serif; padding: 10px; padding-top: 21px; padding-bottom: 25px; float: right; display: inline; } .dropdown-1:target .dropdown-content-1 { display: block; } .dropdown-1 { position: relative; display: inline-block; } a { font-family: "Nunito"; text-decoration: none !important; color: white !important; padding: 10px 10px; } .dropdown-content-1 { display: none; position: absolute; background-color: #c8923c; min-width: 170px; margin-top: -3px; padding-top: 25px; border-radius: 0px 0px 10px 10px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; height: 800px; width: 1000px; } .dropdown-content-1 a { color: black; padding: 10px 10px; text-decoration: none; display: block; } .dropdown-content-1 button { background: black; color: #c8923c; padding: 14px 30px; margin-top: 140px; margin-left: 10px; border-radius: 999px; outline: none; border: none; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .dropdown-content-1 button:hover { opacity: 0.8; } /* Change color of dropdown links on hover */ .dropdown-content-1 a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .hometitle { line-height: 1.8em; margin-top: 11px; margin-left: 25px; border-radius: 10px; opacity: 0.9; height: 55px; width: 55px; } @media only screen and (max-width: 600px) { .nav { font-size: 15px; height: 70px; width: 100%; margin-top: Auto; background-color: #1c1c1c; animation-name: Gradient; animation-duration: 30s; animation-delay: 1s; animation-iteration-count: infinite; background-size: 400% 400%; color: black; z-index: 1; } .nav ul { display: none; padding: 0; list-style: none; float: right; padding-right: 14px; } .nav li { padding: 10px 5px; padding-top: 20px; padding-bottom: 25px; float: right; display: inline; } }
grow-with-us/src/styles/nav.css
.nav { position: fixed; font-size: 15px; height: 70px; width: 100%; margin-top: Auto; background-color: #1c1c1c; color: black; z-index: 1; } .nav ul { padding: 0; list-style: none; float: right; padding-right: 25px; } .nav li { font-family: "Raleway", sans-serif; padding: 10px; padding-top: 21px; padding-bottom: 25px; float: right; display: inline; } .dropdown-1:target .dropdown-content-1 { display: block; } .dropdown-1 { position: relative; display: inline-block; } a { font-family: "Nunito"; text-decoration: none !important; color: white !important; padding: 10px 10px; } .dropdown-content-1 { display: none; position: absolute; background-color: #c8923c; min-width: 170px; margin-top: -3px; padding-top: 25px; border-radius: 0px 0px 10px 10px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; height: 800px; width: 1000px; } .dropdown-content-1 a { color: black; padding: 10px 10px; text-decoration: none; display: block; } .dropdown-content-1 button { background: black; color: #c8923c; padding: 14px 30px; margin-top: 140px; margin-left: 10px; border-radius: 999px; outline: none; border: none; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .dropdown-content-1 button:hover { opacity: 0.8; } /* Change color of dropdown links on hover */ .dropdown-content-1 a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .hometitle { line-height: 1.8em; margin-top: 11px; margin-left: 25px; border-radius: 10px; opacity: 0.9; height: 55px; width: 55px; } @media only screen and (max-width: 600px) { .nav { font-size: 15px; height: 70px; width: 100%; margin-top: Auto; background-color: #1c1c1c; animation-name: Gradient; animation-duration: 30s; animation-delay: 1s; animation-iteration-count: infinite; background-size: 400% 400%; color: black; z-index: 1; } .nav ul { display: none; padding: 0; list-style: none; float: right; padding-right: 14px; } .nav li { padding: 10px 5px; padding-top: 20px; padding-bottom: 25px; float: right; display: inline; } }
0.466359
0.086748
.hero{ padding-top: 7rem; background: url(./img/bg.jpg) center center / cover no-repeat; position: relative; & .hero_wrapper{ display: flex; flex-direction: column; align-items: center; height: 100%; padding: 10rem 0; & h1{ color: white; font-size: 10rem; margin-bottom: 5rem; font-family: cursive; text-align: center; } & p{ color: white; font-weight: lighter; font-size: 2rem; margin-bottom: 5rem; } & .hero_cta{ margin-bottom: 5rem; & form{ & input{ outline: none; padding: 2rem 3rem; border: none; border-radius: .2rem; font-size: 1.6rem; } & .form_search{ margin-right: .5rem; width: 40rem; } & .form_submit{ outline: none; background-color: var(--brand_color2); color: white; transition: 450ms all; cursor: pointer; } & .form_submit:hover{ background-color: rgb(170, 34, 0); } } } & .hero_steps{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 60%; & .hero_steps_item{ display: flex; flex-direction: column; align-items: center; & i{ color: white; font-size: 4rem; margin-bottom: 1rem; } & p{ font-size: 1.6rem; & span{ margin-right: 1rem; font-size: 1.8rem; font-weight: bolder; } } } } } } .hero::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--opacity); } @media (--extra-small){ .hero{ & .hero_wrapper{ & h1{ font-size: 4rem !important; text-align: center; } } } } @media (--small){ .hero{ & .hero_wrapper{ & h1{ font-size: 5rem; text-align: center; } & .hero_cta{ text-align: center; width: 100%; & input{ display: block; margin: 0 !important; width: 100% !important; } & input:first-child{ margin-bottom: 1.5rem !important; } } & .hero_steps{ width: 100%; } } } } @media (--medium){ .hero{ & .hero_wrapper{ & .hero_steps{ justify-content: center; & .hero_steps_item{ margin: 2rem; } } } } }
src/css/main_home/hero.css
.hero{ padding-top: 7rem; background: url(./img/bg.jpg) center center / cover no-repeat; position: relative; & .hero_wrapper{ display: flex; flex-direction: column; align-items: center; height: 100%; padding: 10rem 0; & h1{ color: white; font-size: 10rem; margin-bottom: 5rem; font-family: cursive; text-align: center; } & p{ color: white; font-weight: lighter; font-size: 2rem; margin-bottom: 5rem; } & .hero_cta{ margin-bottom: 5rem; & form{ & input{ outline: none; padding: 2rem 3rem; border: none; border-radius: .2rem; font-size: 1.6rem; } & .form_search{ margin-right: .5rem; width: 40rem; } & .form_submit{ outline: none; background-color: var(--brand_color2); color: white; transition: 450ms all; cursor: pointer; } & .form_submit:hover{ background-color: rgb(170, 34, 0); } } } & .hero_steps{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 60%; & .hero_steps_item{ display: flex; flex-direction: column; align-items: center; & i{ color: white; font-size: 4rem; margin-bottom: 1rem; } & p{ font-size: 1.6rem; & span{ margin-right: 1rem; font-size: 1.8rem; font-weight: bolder; } } } } } } .hero::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--opacity); } @media (--extra-small){ .hero{ & .hero_wrapper{ & h1{ font-size: 4rem !important; text-align: center; } } } } @media (--small){ .hero{ & .hero_wrapper{ & h1{ font-size: 5rem; text-align: center; } & .hero_cta{ text-align: center; width: 100%; & input{ display: block; margin: 0 !important; width: 100% !important; } & input:first-child{ margin-bottom: 1.5rem !important; } } & .hero_steps{ width: 100%; } } } } @media (--medium){ .hero{ & .hero_wrapper{ & .hero_steps{ justify-content: center; & .hero_steps_item{ margin: 2rem; } } } } }
0.562777
0.076442
html { height: 100%; } footer { position: fixed; text-align: center; width: 100%; z-index: 2; background-color: var(--vscode-sideBar-background); -webkit-box-shadow: 0 -2px 5px var(--vscode-sideBar-background); box-shadow: 0 -2px 5px var(--vscode-sideBar-background); left: 0px; bottom: 0px; } footer div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: smaller; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } footer div i { padding-right: 0.2rem; } footer div a { color: var(--vscode-editor-foreground); } body { padding: 0 0 0 10px; overflow-x: hidden; height: 100%; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); color: var(--vscode-foreground); } body.vscode-high-contrast button { border: 1px solid var(--vscode-contrastBorder) !important; } body.vscode-high-contrast .footer { border-right: 1px solid var(--vscode-contrastBorder) !important; } body.vscode-high-contrast .entry { border-bottom: 1px solid var(--vscode-contrastBorder) !important; } button { width: 80%; height: 2rem; background-color: var(--vscode-button-background); color: var(--vscode-button-foreground); font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); border: none; } button:hover { background-color: var(--vscode-button-hoverBackground); cursor: pointer; } button:focus { outline: var(--vscode-focusBorder); } .main { 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; padding: 0; margin: 0; } .main .entry { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0.5rem 0; border-bottom: 1px solid var(--vscode-editor-background); } .main .entry.last-entry { padding-bottom: 3rem; border-bottom: none; } .main .entry .profile { min-width: 50px; } .main .entry .profile .profile-img { vertical-align: middle; border-radius: 50%; width: 50px; height: 50px; } .main .entry .info { width: calc(100% - 50px - 0.5rem); position: relative; padding-left: 0.5rem; 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; } .main .entry .info .name { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .main .entry .info .name .dot-typing { position: relative; left: -9999px; top: 0px; min-width: 6px; width: 6px; height: 6px; border-radius: 5px; color: gray; -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; -webkit-animation: dotTyping 2s infinite linear; animation: dotTyping 2s infinite linear; } .main .entry .info .name .timestamp { padding-right: 5px; } .main .entry .info .name .timestamp:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .name .username { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 0.5rem; } .main .entry .info .name .username:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .custom-status { font-size: x-small; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-bottom: 0.3rem; } .main .entry .info .custom-status:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .file, .main .entry .info .workspace { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .main .entry .info .file img, .main .entry .info .workspace img { width: 16px; height: 16px; padding-right: 0.2rem; } .main .entry .info .file .codicon, .main .entry .info .workspace .codicon { padding-right: 0.2rem; font-size: 16px; } .main .entry .info .file span, .main .entry .info .workspace span { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .main .entry .info .file span:hover, .main .entry .info .workspace span:hover { cursor: pointer; text-decoration: underline; } .auth { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: center; } .auth .auth-text { width: 100%; padding-bottom: 1rem; } .no-statuses { text-align: center; } @-webkit-keyframes dotTyping { 0% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 16.667% { -webkit-box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 33.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 50% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; } 66.667% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 83.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; } 100% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } } @keyframes dotTyping { 0% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 16.667% { -webkit-box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 33.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 50% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; } 66.667% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 83.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; } 100% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } } /*# sourceMappingURL=main.css.map */
media/main.css
html { height: 100%; } footer { position: fixed; text-align: center; width: 100%; z-index: 2; background-color: var(--vscode-sideBar-background); -webkit-box-shadow: 0 -2px 5px var(--vscode-sideBar-background); box-shadow: 0 -2px 5px var(--vscode-sideBar-background); left: 0px; bottom: 0px; } footer div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: smaller; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } footer div i { padding-right: 0.2rem; } footer div a { color: var(--vscode-editor-foreground); } body { padding: 0 0 0 10px; overflow-x: hidden; height: 100%; font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); color: var(--vscode-foreground); } body.vscode-high-contrast button { border: 1px solid var(--vscode-contrastBorder) !important; } body.vscode-high-contrast .footer { border-right: 1px solid var(--vscode-contrastBorder) !important; } body.vscode-high-contrast .entry { border-bottom: 1px solid var(--vscode-contrastBorder) !important; } button { width: 80%; height: 2rem; background-color: var(--vscode-button-background); color: var(--vscode-button-foreground); font-family: var(--vscode-font-family); font-size: var(--vscode-font-size); font-weight: var(--vscode-font-weight); border: none; } button:hover { background-color: var(--vscode-button-hoverBackground); cursor: pointer; } button:focus { outline: var(--vscode-focusBorder); } .main { 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; padding: 0; margin: 0; } .main .entry { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0.5rem 0; border-bottom: 1px solid var(--vscode-editor-background); } .main .entry.last-entry { padding-bottom: 3rem; border-bottom: none; } .main .entry .profile { min-width: 50px; } .main .entry .profile .profile-img { vertical-align: middle; border-radius: 50%; width: 50px; height: 50px; } .main .entry .info { width: calc(100% - 50px - 0.5rem); position: relative; padding-left: 0.5rem; 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; } .main .entry .info .name { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .main .entry .info .name .dot-typing { position: relative; left: -9999px; top: 0px; min-width: 6px; width: 6px; height: 6px; border-radius: 5px; color: gray; -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; -webkit-animation: dotTyping 2s infinite linear; animation: dotTyping 2s infinite linear; } .main .entry .info .name .timestamp { padding-right: 5px; } .main .entry .info .name .timestamp:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .name .username { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 0.5rem; } .main .entry .info .name .username:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .custom-status { font-size: x-small; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-bottom: 0.3rem; } .main .entry .info .custom-status:hover { cursor: pointer; text-decoration: underline; } .main .entry .info .file, .main .entry .info .workspace { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .main .entry .info .file img, .main .entry .info .workspace img { width: 16px; height: 16px; padding-right: 0.2rem; } .main .entry .info .file .codicon, .main .entry .info .workspace .codicon { padding-right: 0.2rem; font-size: 16px; } .main .entry .info .file span, .main .entry .info .workspace span { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .main .entry .info .file span:hover, .main .entry .info .workspace span:hover { cursor: pointer; text-decoration: underline; } .auth { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: center; } .auth .auth-text { width: 100%; padding-bottom: 1rem; } .no-statuses { text-align: center; } @-webkit-keyframes dotTyping { 0% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 16.667% { -webkit-box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 33.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 50% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; } 66.667% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 83.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; } 100% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } } @keyframes dotTyping { 0% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 16.667% { -webkit-box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px -5px 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 33.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 50% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px -5px 0 0 gray, 9996px 0 0 0 gray; } 66.667% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } 83.333% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px -5px 0 0 gray; } 100% { -webkit-box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; box-shadow: 9976px 0 0 0 gray, 9986px 0 0 0 gray, 9996px 0 0 0 gray; } } /*# sourceMappingURL=main.css.map */
0.391755
0.056835
@media screen and (max-width: 414px){ textarea{ resize: none; } /*劳法案例*/ .amz-container{ padding-left: 0px; } .zcb_main { width: 90%; margin:50px auto; } .banner_img{ display: none; } .ul_anli,.am-u-sm-2{ display: none; } .zcb_right{ width: 97%; } .zcb_rightp{ width: 100%; } .liebiao{ width: 100%; } .liebiao_div{ width: 100%; } .liebiao_img{ display: none; } .liebiao_zuo{ padding-left: 0; font-size: 12px; } /*经典文献*/ .zcb_img{ display: none; } .zcb_p { width: 100%; text-align: right; } .liebiao_biaoti{ font-size: 20px; } /*我要维权*/ .list{ display: none; } /*我要咨询*/ .wrap{ width: 90%; } .divs{ width: 100%; padding-left: 0%; text-align:left; } .div1{ padding-left: 0; width: 100%; } .div1_div { padding-left: 0px; } /*收集证据*/ .fromss{ flex-wrap: wrap; } .jibens{ width:90%; } .jibens span{ width: 30%; } .kexuan{ margin-top: 10px; margin-left: 0; } .zhuanxiang{ flex-wrap: wrap; } .zx_div{ width: 100%; } .zx_div2{ width: 100%; } .file { width: 40%; height: 25px; line-height: 25px; text-align: center; font-size: 12px; } .zx_div span { width: 70%; } .zhengmings span{ width: 70%; } .zx_div2 span { width: 70%; } .fuzhu{ width: 100%; flex-wrap: wrap; } .miaoshu { margin-top: 10px; width: 100%; height: 25px; } .quzheng { margin-left: 25%; } /*申请和解*/ .hejie{ width: 90%; margin-left: 5%; display: flex; flex-wrap: wrap; } .hejie input { margin-left: 10px; height: 40px; width: 60%; } .hejie button { width: 173px; margin-top: 30px; margin-left: 27%; } .issuingbtn,.arbitrationbtn{ margin-left: 30%; } /*首页*/ .index-banner-box { position: absolute; left: 6.5%; top: 5px; width: 315px; height: 400px; overflow: hidden; background: #474747; background: rgba(0,0,0,0.6); border-radius: 8px; z-index: 0; } .am-slides{ display: none; } .am-container{ margin-top: 420px; } footer{ display:none; } .divs{ padding-bottom: 0; } }
public/assets/css/index/style2.css
@media screen and (max-width: 414px){ textarea{ resize: none; } /*劳法案例*/ .amz-container{ padding-left: 0px; } .zcb_main { width: 90%; margin:50px auto; } .banner_img{ display: none; } .ul_anli,.am-u-sm-2{ display: none; } .zcb_right{ width: 97%; } .zcb_rightp{ width: 100%; } .liebiao{ width: 100%; } .liebiao_div{ width: 100%; } .liebiao_img{ display: none; } .liebiao_zuo{ padding-left: 0; font-size: 12px; } /*经典文献*/ .zcb_img{ display: none; } .zcb_p { width: 100%; text-align: right; } .liebiao_biaoti{ font-size: 20px; } /*我要维权*/ .list{ display: none; } /*我要咨询*/ .wrap{ width: 90%; } .divs{ width: 100%; padding-left: 0%; text-align:left; } .div1{ padding-left: 0; width: 100%; } .div1_div { padding-left: 0px; } /*收集证据*/ .fromss{ flex-wrap: wrap; } .jibens{ width:90%; } .jibens span{ width: 30%; } .kexuan{ margin-top: 10px; margin-left: 0; } .zhuanxiang{ flex-wrap: wrap; } .zx_div{ width: 100%; } .zx_div2{ width: 100%; } .file { width: 40%; height: 25px; line-height: 25px; text-align: center; font-size: 12px; } .zx_div span { width: 70%; } .zhengmings span{ width: 70%; } .zx_div2 span { width: 70%; } .fuzhu{ width: 100%; flex-wrap: wrap; } .miaoshu { margin-top: 10px; width: 100%; height: 25px; } .quzheng { margin-left: 25%; } /*申请和解*/ .hejie{ width: 90%; margin-left: 5%; display: flex; flex-wrap: wrap; } .hejie input { margin-left: 10px; height: 40px; width: 60%; } .hejie button { width: 173px; margin-top: 30px; margin-left: 27%; } .issuingbtn,.arbitrationbtn{ margin-left: 30%; } /*首页*/ .index-banner-box { position: absolute; left: 6.5%; top: 5px; width: 315px; height: 400px; overflow: hidden; background: #474747; background: rgba(0,0,0,0.6); border-radius: 8px; z-index: 0; } .am-slides{ display: none; } .am-container{ margin-top: 420px; } footer{ display:none; } .divs{ padding-bottom: 0; } }
0.132038
0.050611
@CHARSET "UTF-8"; html,body { height: 100%; } #login { padding-top: 100px; } .login { overflow-y: hidden; overflow-x: hidden; } @media ( max-width : 801px) { #main_login_form_widget_style { margin: 0 auto; position: fixed; bottom: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 410px; z-index: 0; } .triangle { position: relative; width: 290px; height: auto; margin-left: 45px; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13); color: #777; font-size: 14px; padding: 15px; display: block; float: left; } .triangle:after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; bottom: -7px; left: 32px; width: 0; border-width: 8px 9px 0; border-style: solid; border-color: #fff transparent transparent } .triangle:before { content: ""; position: absolute; border-style: solid; border-width: 10px 12px 0; border-color: rgba(0, 0, 0, 0.05) transparent; display: block; width: 0; z-index: 0; bottom: -10px; left: 29px; } #imgbox_login_form_widget_style { width: 82px; display: block; margin-top: 4%; margin-left: 49px; float: left; /*position: absolute;*/ bottom: 0px; /*left: 0px;*/ } } @media ( min-width : 800px ) { #main_login_form_widget_style { margin: 0 auto; position: fixed; bottom: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 530px; } .triangle { position: relative; width: 290px; height: auto; margin-right: 105px; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13); color: #777; font-size: 14px; padding: 15px; float: right; } .triangle:after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; bottom: 15px; left: -10px; width: 0; border-width: 7px 10px 7px 0; border-style: solid; border-color: transparent #fff transparent } .triangle:before { content: ""; position: absolute; border-style: solid; border-width: 9px 12px 9px 0; border-color: transparent rgba(0, 0, 0, 0.05); display: block; width: 0; z-index: 0; bottom: 13px; left: -12px; } #imgbox_login_form_widget_style { width: 82px; display: block; margin-top: 12%; margin-left: 0px; float: left; /*position: absolute;*/ bottom: 0px; /*left: 0px;*/ } } @media ( max-height: 900px ) { #main_login_form_widget_style { padding-top: 30px; position: relative; margin: 0; } } .adam_image { background-image: url('../../assets/images/rublon_adam.gif'); height: 120px; }
assets/css/rublon_adam.css
@CHARSET "UTF-8"; html,body { height: 100%; } #login { padding-top: 100px; } .login { overflow-y: hidden; overflow-x: hidden; } @media ( max-width : 801px) { #main_login_form_widget_style { margin: 0 auto; position: fixed; bottom: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 410px; z-index: 0; } .triangle { position: relative; width: 290px; height: auto; margin-left: 45px; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13); color: #777; font-size: 14px; padding: 15px; display: block; float: left; } .triangle:after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; bottom: -7px; left: 32px; width: 0; border-width: 8px 9px 0; border-style: solid; border-color: #fff transparent transparent } .triangle:before { content: ""; position: absolute; border-style: solid; border-width: 10px 12px 0; border-color: rgba(0, 0, 0, 0.05) transparent; display: block; width: 0; z-index: 0; bottom: -10px; left: 29px; } #imgbox_login_form_widget_style { width: 82px; display: block; margin-top: 4%; margin-left: 49px; float: left; /*position: absolute;*/ bottom: 0px; /*left: 0px;*/ } } @media ( min-width : 800px ) { #main_login_form_widget_style { margin: 0 auto; position: fixed; bottom: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 530px; } .triangle { position: relative; width: 290px; height: auto; margin-right: 105px; background: none repeat scroll 0% 0% #FFF; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13); color: #777; font-size: 14px; padding: 15px; float: right; } .triangle:after { content: ""; display: block; /* reduce the damage in FF3.0 */ position: absolute; bottom: 15px; left: -10px; width: 0; border-width: 7px 10px 7px 0; border-style: solid; border-color: transparent #fff transparent } .triangle:before { content: ""; position: absolute; border-style: solid; border-width: 9px 12px 9px 0; border-color: transparent rgba(0, 0, 0, 0.05); display: block; width: 0; z-index: 0; bottom: 13px; left: -12px; } #imgbox_login_form_widget_style { width: 82px; display: block; margin-top: 12%; margin-left: 0px; float: left; /*position: absolute;*/ bottom: 0px; /*left: 0px;*/ } } @media ( max-height: 900px ) { #main_login_form_widget_style { padding-top: 30px; position: relative; margin: 0; } } .adam_image { background-image: url('../../assets/images/rublon_adam.gif'); height: 120px; }
0.224735
0.048137
.skiir-help, #skiir-dialog #context span { background: none; border: none; border-bottom: 1px solid red; padding: 0; } .skiir-explanation > button { border: none; padding: 0; margin: 0; border-bottom: 1px solid green; cursor: help; background-color: transparent; } .skiir-explanation>div { display: none; margin: 20px; padding: 10px; background-color: gainsboro; position: relative; padding-right: 100px; min-height: 55px; } .skiir-explanation p { font-style: italic; margin: 0 !important; } .skiir-explanation .improve { position: absolute; right: 10px; top: 10px; padding: 3px 10px; } .skiir-explanation .links { } .skiir-explanation .links a { font-size: smaller; color: grey; border: none; } .skiir-explanation .links a:hover { color: black; } .skiir-explanation:hover>div { display: block; } .skiir-explanation.show>div, .skiir-explanation .dropdown ul.show { display: block !important; } #skiir-dialog { background: #FFF; width: 1000px; text-align: center; padding: 1.5em; margin: 1em auto; border: 0; border-top: 5px solid rgba(105, 199, 155, 1); box-shadow: 0 2px 10px rgba(0,0,0,0.8); z-index: 100; position: fixed; top: 50%; height: 800px; margin-top: -400px; } @media screen and (max-width: 1024px), screen and (max-height: 825px) { #skiir-dialog { width: auto; left: 15px; right: 15px; top: 15px; bottom: 15px; margin: 0; height: auto; position: fixed; overflow-y: auto; } } #skiir-dialog #close { position: absolute; right: 0; top: 0; background-color: white; border: 1px solid lightgrey; color: grey; } #skiir-dialog::backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } #skiir-dialog .row { display: flex; width: 100%; } #skiir-dialog .row + .row { margin-top: 4px; } #skiir-dialog textarea { width: 100%; } #skiir-dialog .skiir-button-prefix, #skiir-dialog textarea { padding: 10px 30px; height: 44px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; background: #eee; } #skiir-dialog .votes { padding: 10px 10px; } .skiir-button { border-radius: 5px; font-weight: bold; padding: 10px 30px; } .skiir-button-prefix + .skiir-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } #skiir-dialog #done, #skiir-dialog button.vote, .skiir-button-green { background-color: rgba(105, 199, 155, 1); border: 1px solid rgba(105, 199, 155, 0.5); color: white; } #skiir-dialog button.vote + span { /* padding after vote button */ padding-left: 15px; } #skiir-dialog #annotations { list-style-type: upper-roman; text-align: left; } #skiir-dialog #annotations .row { /* aligns annotation text in the middle of the vote button */ align-items: center; } #skiir-dialog #done:hover { background-color: rgba(105, 199, 155, 0.5); } #skiir-dialog #context { height: auto; } #skiir-dialog #context span { font-weight: bold; } #skiir-dialog #snippets { overflow-y: scroll; margin-top: 10px; height: 500px; } #skiir-dialog #snippets div { border: 1px solid grey; text-align: left; padding: 10px; } #skiir-dialog #snippets label { margin-left: 30px; color: rgba(105, 199, 155, 1); font-weight: bold; } #skiir-dialog #snippets label:hover { cursor: pointer; text-decoration: underline; } #skiir-dialog #snippets label input, #skiir-dialog #relatedArticles label input { zoom: 3; margin-right: 15px; } #relatedArticles { text-align: left; } #relatedArticles h4 { color: rgba(105, 199, 155, 1); } .skiir-dialog-title { text-align: left; font-size: 20pt; line-height: 33pt; }
webplugin/style.css
.skiir-help, #skiir-dialog #context span { background: none; border: none; border-bottom: 1px solid red; padding: 0; } .skiir-explanation > button { border: none; padding: 0; margin: 0; border-bottom: 1px solid green; cursor: help; background-color: transparent; } .skiir-explanation>div { display: none; margin: 20px; padding: 10px; background-color: gainsboro; position: relative; padding-right: 100px; min-height: 55px; } .skiir-explanation p { font-style: italic; margin: 0 !important; } .skiir-explanation .improve { position: absolute; right: 10px; top: 10px; padding: 3px 10px; } .skiir-explanation .links { } .skiir-explanation .links a { font-size: smaller; color: grey; border: none; } .skiir-explanation .links a:hover { color: black; } .skiir-explanation:hover>div { display: block; } .skiir-explanation.show>div, .skiir-explanation .dropdown ul.show { display: block !important; } #skiir-dialog { background: #FFF; width: 1000px; text-align: center; padding: 1.5em; margin: 1em auto; border: 0; border-top: 5px solid rgba(105, 199, 155, 1); box-shadow: 0 2px 10px rgba(0,0,0,0.8); z-index: 100; position: fixed; top: 50%; height: 800px; margin-top: -400px; } @media screen and (max-width: 1024px), screen and (max-height: 825px) { #skiir-dialog { width: auto; left: 15px; right: 15px; top: 15px; bottom: 15px; margin: 0; height: auto; position: fixed; overflow-y: auto; } } #skiir-dialog #close { position: absolute; right: 0; top: 0; background-color: white; border: 1px solid lightgrey; color: grey; } #skiir-dialog::backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); } #skiir-dialog .row { display: flex; width: 100%; } #skiir-dialog .row + .row { margin-top: 4px; } #skiir-dialog textarea { width: 100%; } #skiir-dialog .skiir-button-prefix, #skiir-dialog textarea { padding: 10px 30px; height: 44px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; background: #eee; } #skiir-dialog .votes { padding: 10px 10px; } .skiir-button { border-radius: 5px; font-weight: bold; padding: 10px 30px; } .skiir-button-prefix + .skiir-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } #skiir-dialog #done, #skiir-dialog button.vote, .skiir-button-green { background-color: rgba(105, 199, 155, 1); border: 1px solid rgba(105, 199, 155, 0.5); color: white; } #skiir-dialog button.vote + span { /* padding after vote button */ padding-left: 15px; } #skiir-dialog #annotations { list-style-type: upper-roman; text-align: left; } #skiir-dialog #annotations .row { /* aligns annotation text in the middle of the vote button */ align-items: center; } #skiir-dialog #done:hover { background-color: rgba(105, 199, 155, 0.5); } #skiir-dialog #context { height: auto; } #skiir-dialog #context span { font-weight: bold; } #skiir-dialog #snippets { overflow-y: scroll; margin-top: 10px; height: 500px; } #skiir-dialog #snippets div { border: 1px solid grey; text-align: left; padding: 10px; } #skiir-dialog #snippets label { margin-left: 30px; color: rgba(105, 199, 155, 1); font-weight: bold; } #skiir-dialog #snippets label:hover { cursor: pointer; text-decoration: underline; } #skiir-dialog #snippets label input, #skiir-dialog #relatedArticles label input { zoom: 3; margin-right: 15px; } #relatedArticles { text-align: left; } #relatedArticles h4 { color: rgba(105, 199, 155, 1); } .skiir-dialog-title { text-align: left; font-size: 20pt; line-height: 33pt; }
0.643441
0.090776
.movie_post { border-style: solid; border-width: 5px; } .movie_post h4 { /*overflow-wrap: break-word;*/ word-wrap: break-word; } #hr_rating_mobile { display: none; } #movie_rating_int { display: none; } #no_posts_tag { text-align: center; } .glyphicon { color: #CC3333; } /******************************** Small devices - Tablets (<768px) ********************************/ @media screen and (max-width: 767px) { .main { width: calc(100% - 10px); min-height: calc(100vh - 212px); font-size: 18px; display: flex; flex-wrap: wrap; margin-left: 5px; margin-right: 5px; } .sub_profile { width: 100%; margin-bottom: 40px; } #sub_profile_header h4 { width: calc(65vw - 30px); display: inline-block; float: right; margin-left: 20px; } #avatar { width: 35vw; height: 35vw; float: left; } #add_friend_post { width: calc(65vw - 30px); float: right; margin-left: 20px; } #show_delete_friend_modal { margin-left: 20px; } div.modal-body { text-align: center; } div.modal-body h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: 20px !important; } #delete_friend_button { margin-right: 10px; float: right; } #close_modal_button { float: left; margin-left: 10px; margin-bottom: 0; } .movie_post { padding-left: 5px; padding-right: 5px; border-radius: 10px; margin-bottom: 20px; } #movie_image { display: none; } .movie_post h4 { margin-left: 5px; margin-right: 5px; } #hr_rating_mobile { display: block; } #friend_list hr { border-top: 2px solid white; margin-top: 0px; } .main hr { border-top: 2px solid black; } #movie_datetime { float: right; margin-bottom: 0; margin-top: 1px; margin-right: 1px; } .glyphicon { font-size: 18px; } #movie_content { margin-bottom: 20px; } #movie_rating { text-align: center; } } /******************************** Medium devices - Tablets (768px<=) ********************************/ @media screen and (min-width: 768px) { .main { width: 70%; min-height: calc(100vh - 212px); font-size: 18px; margin-left: auto; margin-right: auto; } #avatar { width: 25vw; height: 25vw; float: left; } #sub_profile_header { overflow: hidden; margin-bottom: 50px; } #sub_profile_header h4 { width: calc(100% - 25vw - 30px); display: inline-block; float: right; margin-left: 20px; } #add_friend_post { width: calc(100% - 25vw - 30px); float: right; } #show_delete_friend_modal { margin-left: 30px; } div.modal-body { text-align: center; } div.modal-body h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: 20px !important; } #close_modal_button { float: left; margin-left: 50px; margin-bottom: 0; } #delete_friend_button { margin-right: 50px; } .modal { text-align: center; padding: 0!important; } .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } /*****MoviePosts****/ .movie_post { padding-left: 10px; padding-right: 10px; border-radius: 10px; margin-bottom: 30px; display: block; overflow: auto; } .movie_post img { float: right; max-height: 350px; max-width: 25%; } #movie_datetime { float: right; } #hr_rating_mobile { display: block; } #friend_list hr { border-top: 2px solid white; margin-top: 0px; } .main hr { border-top: 2px solid black; } #movie_rating { text-align: center; } .glyphicon { font-size: 18px; } .errors { width: calc(100% - 25vw - 30px); float: right; } .errors h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: initial !important; } } /******************************** Large devices (1050px<=) ********************************/ @media screen and (min-width: 1050px) { #avatar { width: 15vw; height: 15vw; } #sub_profile_header h4 { width: calc(100% - 15vw - 30px); } #add_friend_post { width: calc(100% - 15vw - 30px); } }
movieapp_backend/movieapp_frontend/static/css/profile.css
.movie_post { border-style: solid; border-width: 5px; } .movie_post h4 { /*overflow-wrap: break-word;*/ word-wrap: break-word; } #hr_rating_mobile { display: none; } #movie_rating_int { display: none; } #no_posts_tag { text-align: center; } .glyphicon { color: #CC3333; } /******************************** Small devices - Tablets (<768px) ********************************/ @media screen and (max-width: 767px) { .main { width: calc(100% - 10px); min-height: calc(100vh - 212px); font-size: 18px; display: flex; flex-wrap: wrap; margin-left: 5px; margin-right: 5px; } .sub_profile { width: 100%; margin-bottom: 40px; } #sub_profile_header h4 { width: calc(65vw - 30px); display: inline-block; float: right; margin-left: 20px; } #avatar { width: 35vw; height: 35vw; float: left; } #add_friend_post { width: calc(65vw - 30px); float: right; margin-left: 20px; } #show_delete_friend_modal { margin-left: 20px; } div.modal-body { text-align: center; } div.modal-body h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: 20px !important; } #delete_friend_button { margin-right: 10px; float: right; } #close_modal_button { float: left; margin-left: 10px; margin-bottom: 0; } .movie_post { padding-left: 5px; padding-right: 5px; border-radius: 10px; margin-bottom: 20px; } #movie_image { display: none; } .movie_post h4 { margin-left: 5px; margin-right: 5px; } #hr_rating_mobile { display: block; } #friend_list hr { border-top: 2px solid white; margin-top: 0px; } .main hr { border-top: 2px solid black; } #movie_datetime { float: right; margin-bottom: 0; margin-top: 1px; margin-right: 1px; } .glyphicon { font-size: 18px; } #movie_content { margin-bottom: 20px; } #movie_rating { text-align: center; } } /******************************** Medium devices - Tablets (768px<=) ********************************/ @media screen and (min-width: 768px) { .main { width: 70%; min-height: calc(100vh - 212px); font-size: 18px; margin-left: auto; margin-right: auto; } #avatar { width: 25vw; height: 25vw; float: left; } #sub_profile_header { overflow: hidden; margin-bottom: 50px; } #sub_profile_header h4 { width: calc(100% - 25vw - 30px); display: inline-block; float: right; margin-left: 20px; } #add_friend_post { width: calc(100% - 25vw - 30px); float: right; } #show_delete_friend_modal { margin-left: 30px; } div.modal-body { text-align: center; } div.modal-body h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: 20px !important; } #close_modal_button { float: left; margin-left: 50px; margin-bottom: 0; } #delete_friend_button { margin-right: 50px; } .modal { text-align: center; padding: 0!important; } .modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; } .modal-dialog { display: inline-block; text-align: left; vertical-align: middle; } /*****MoviePosts****/ .movie_post { padding-left: 10px; padding-right: 10px; border-radius: 10px; margin-bottom: 30px; display: block; overflow: auto; } .movie_post img { float: right; max-height: 350px; max-width: 25%; } #movie_datetime { float: right; } #hr_rating_mobile { display: block; } #friend_list hr { border-top: 2px solid white; margin-top: 0px; } .main hr { border-top: 2px solid black; } #movie_rating { text-align: center; } .glyphicon { font-size: 18px; } .errors { width: calc(100% - 25vw - 30px); float: right; } .errors h4 { width: initial !important; display: initial !important; float: initial !important; margin-left: initial !important; } } /******************************** Large devices (1050px<=) ********************************/ @media screen and (min-width: 1050px) { #avatar { width: 15vw; height: 15vw; } #sub_profile_header h4 { width: calc(100% - 15vw - 30px); } #add_friend_post { width: calc(100% - 15vw - 30px); } }
0.285073
0.115361
@media only screen and (min-width: 768px) { html.boxed { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC) #e6e6e6; } html.boxed body { margin: 2.618em; box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); } body { padding: 0 3.631em; } table { font-size: 1em !important; } /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */ ul.nav { position: relative; margin-bottom: 0; /* LEVEL 2 */ /* LEVEL 3 */ } ul.nav li { position: relative; float: left; zoom: 1; list-style: none; } ul.nav li a { display: block; padding: .53em 1em; } ul.nav ul { width: 15.379em; visibility: hidden; display: none; position: absolute; top: 100%; left: 0; z-index: 9999; margin: 0; } ul.nav ul li { float: none; } ul.nav ul li a { width: 100%; display: inline-block; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } ul.nav ul ul { left: 100%; top: 0; } ul.nav li:hover > ul { visibility: visible; display: block; } /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */ #top { background: #f7f7f7; margin: 0 -3.631em; padding: 0 3.631em; } #top #top-nav { display: block; } #top ul.nav { font-size: .857em; /* LEVEL 2 */ /* LEVEL 3 */ } #top ul.nav > li a { padding: 1.387em 1em; color: #9f9693; } #top ul.nav > li a:hover { background: #f7f7f7; text-decoration: none; color: #6c6360; } #top ul.nav > li:hover { background: #f7f7f7; } #top ul.nav ul { background: #f7f7f7; } #top ul.nav ul li a { padding: .53em 1em; } #top .wc-nav { width: auto; float: right; } #top .wc-nav li.checkout { display: inline-block; } #top .wc-nav li.checkout a:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; content: ")"; font-weight: normal; } #top .wc-nav li.search { width: auto; } #top .wc-nav li.search form { margin-bottom: 0; padding-top: 1.1em; } #top .wc-nav li.search label { display: none; } #top .wc-nav li.search .button { position: absolute; top: 0; left: -999em; } #top .wc-nav li.search:hover { background: none; } #top .wc-nav li.cart { width: auto; text-align: right; } #top .wc-nav li.cart a { padding-top: 1.387em; padding-left: 1em; } #top .wc-nav li.cart a .contents { padding: .2em .618em; background: #fff; -webkit-border-radius: 1em; border-radius: 1em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-left: 1em; display: inline; } /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */ #header #navigation { display: block !important; margin-top: .382em; } #header #navigation ul.nav { float: right; /* LEVEL 2 */ /* LEVEL 3 */ } #header #navigation ul.nav > li a { border: 1px solid #fcfcfc; background: #fcfcfc; font-weight: bold; position: relative; -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } #header #navigation ul.nav > li a:hover { border-color: #e8e4e3; background: #fff; } #header #navigation ul.nav > li:hover a { border-color: #e8e4e3; background: #fff; } #header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a { color: #ff4800; } #header #navigation ul.nav > li.parent a { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } #header #navigation ul.nav > li.parent a:after { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-left: .618em; content: ";"; color: #e3dad7; font-weight: normal; } #header #navigation ul.nav > li.parent a:hover:before { content: ""; display: block; height: 2px; position: absolute; bottom: -1px; left: 0; right: 0; background: #fff; z-index: 99999; } #header #navigation ul.nav > li.parent:hover a:before { content: ""; display: block; height: 2px; position: absolute; bottom: -1px; left: 0; right: 0; background: #fff; z-index: 99999; } #header #navigation ul.nav > li.parent:hover a:after { color: #ff4800; } #header #navigation ul.nav > li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav > li.parent ul li.parent a:after { visibility: visible; content: "]"; float: right; } #header #navigation ul.nav > li.parent ul li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav > li.parent ul li.parent ul li.parent a:after { visibility: visible; content: "]"; } #header #navigation ul.nav > li.parent ul li.parent ul li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav ul { border: 1px solid #e8e4e3; margin-top: -1px; padding: .372em 0; box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4); -webkit-box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4); background: #fff; } #header #navigation ul.nav ul li a { border: 0; background: #fff; } #header #navigation ul.nav ul ul { left: 100%; top: -0.372em; } h3.nav-toggle { display: none; } /* 4. GENERAL LAYOUT */ #breadcrumbs { display: block; } .homepage-banner { position: relative; max-width: 95.949em; margin-left: auto; margin-right: auto; margin-bottom: 3.631em; display: block; } .homepage-banner img { margin-bottom: 0; width: 100%; position: relative; } .homepage-banner h1, .homepage-banner .description { z-index: 55; } .homepage-banner h1 { position: absolute; top: 30%; left: 20%; right: 20%; color: #fff; text-align: left; font-size: 3.631em; } .homepage-banner h1 span { -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); } .homepage-banner .description { position: absolute; top: 50%; left: 25%; right: 20%; color: #fff; font-size: 1.618em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); font-weight: bold; -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .homepage-banner .description p { text-align: left; } .homepage-banner .description p:last-child { margin-bottom: 0; } .homepage-banner:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; z-index: 50; bottom: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC); } .home #content.with-banner { border-top: 4px double #e8e4e3; padding-top: 3.631em; } .archive-header h1 { float: left; } .archive-header .archive-rss { float: right; padding-top: 1em; } .archive-header .archive-rss a:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; font-weight: normal; content: "r"; color: orange; } .type-post:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .type-post .meta { display: block; width: 11%; float: left; } .type-post .meta .day, .type-post .meta .month, .type-post .meta .year { display: block; text-align: center; width: 65.4%; margin: 0 auto; background: #fff; } .type-post .meta .month { text-transform: uppercase; font-weight: bold; background: #ff4800; border-top: 0.202em solid #dd2600; color: #fff; font-size: .857em; padding: .202em 0; } .type-post .meta .day { font-size: 2em; line-height: 1.387; border: 1px solid #e8e4e3; border-width: 0 1px; font-weight: bold; } .type-post .meta .year { border: 1px solid #e8e4e3; border-top: 0; -webkit-border-bottom-left-radius: 0.327em; -webkit-border-bottom-right-radius: 0.327em; border-bottom-left-radius: 0.327em; border-bottom-right-radius: 0.327em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 1em; font-size: .857em; padding-bottom: .53em; color: #b0a7a4; } .type-post .meta img { padding: 0; border: 0; -webkit-border-radius: 100%; border-radius: 100%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 1em; display: block; height: auto; } .type-post .post-content { width: 82.7%; float: right; } .single .type-post p:first-child { font-size: 1.387em; } #post-entries { width: 82.7%; float: right; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } #comments, #respond { clear: both; } #comments .commentlist li.comment ul.children { float: right; width: 82.7%; clear: right; padding-top: 2.618em; } .single-post #comments h2:first-child { width: 82.7%; float: right; } #respond { width: 82.7%; float: right; } #fancybox-outer #respond { width: 100%; float: none; } #fancybox-outer #respond textarea { width: 90%; } .col2-set { clear: both; } .col2-set:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .col2-set .col-1 { width: 48%; float: left; } .col2-set .col-2 { width: 48%; float: right; } .form-row { width: 48%; float: left; margin-bottom: 2.053em; } .form-row label { display: block; padding: .206em 0; } .form-row .input-text, .form-row select { width: 100%; *width: 90%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } .form-row input[type=checkbox] { float: left; } .form-row.notes { width: 100%; float: none; } .form-row.notes textarea { width: 100%; *width: 90%; } .form-row.notes + h3 { clear: both; } .form-row-first { clear: left; } .form-row-last { float: right; } .form-row-wide { float: left; width: 100%; clear: both; } header.title { overflow: hidden; zoom: 1; } header.title h1, header.title h2, header.title h3, header.title h4, header.title h5 { float: left; } header.title a.edit { float: right; font-weight: bold; line-height: 2.4em; } header.title a.edit:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; font-weight: normal; content: "S"; } #header { padding-bottom: 1.618em; padding-top: 3.631em; } #header:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } #header hgroup { float: left; } #header #navigation { float: right; clear: none; border: 0; background: 0; -webkit-box-shadow: none; box-shadow: none; width: auto; } #main.fullwidth, .layout-full #main, .col-full, .no-sidebar #main { max-width: 75.998em; margin: 0 auto; width: 100%; } #main { width: 69.2%; } #sidebar { margin-top: 0; width: 22.05%; font-size: .857em; } .entry:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .entry img { max-width: 100%; } .layout-full .entry img { max-width: 100%; } .layout-right-content #main { float: right; } .layout-right-content #sidebar { float: left; } .layout-full #main { width: 100%; } .col-left { float: left; } .col-right { float: right; } .page-template-template-contact-php .location-twitter .col-left { float: left; } .page-template-template-contact-php .location-twitter #office-location { width: 48%; margin: 0; } .page-template-template-contact-php .location-twitter .contact-social { float: right; width: 48%; } .page-template-template-contact-php .location-twitter .contact-social #twitter { margin: 0; } .footer-wrap { background: #f7f7f7; margin: 0 -3.631em; padding: 0 3.631em; } /*-------------------------------------------------------------------------------------------*/ /* 7. WOOCOMMERCE */ /*-------------------------------------------------------------------------------------------*/ /* 7.1 Messages */ /* 7.2 Products */ ul.products li.product { position: relative; width: 22.05%; } ul.products li.product:nth-child(2n) { margin-right: 3.8%; } ul.products li.product.first { clear: both; } ul.products li.product.last { margin-right: 0; } /* 7.2.1 Single Product */ .single-product .images { width: 48%; float: left; } .single-product .summary { width: 48%; float: right; } .single-product .woocommerce_tabs, .single-product .woocommerce-tabs { clear: both; } .single-product .related { clear: both; } .single-product .sale .summary h1 { width: 80%; } .woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .ui-tabs ul.tabs, .woocommerce_tabs .ui-tabs-nav, .woocommerce-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav { margin-bottom: 0; margin-left: 2.618em; } .woocommerce_tabs ul.tabs li, .woocommerce-tabs ul.tabs li, .ui-tabs ul.tabs li, .woocommerce_tabs .ui-tabs-nav li, .woocommerce-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li { width: auto; float: left; clear: none; margin-bottom: 0; } .woocommerce_tabs ul.tabs li:nth-child(2n), .woocommerce-tabs ul.tabs li:nth-child(2n), .ui-tabs ul.tabs li:nth-child(2n), .woocommerce_tabs .ui-tabs-nav li:nth-child(2n), .woocommerce-tabs .ui-tabs-nav li:nth-child(2n), .ui-tabs .ui-tabs-nav li:nth-child(2n) { float: left; clear: none; } .woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a, .ui-tabs ul.tabs li a, .woocommerce_tabs .ui-tabs-nav li a, .woocommerce-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a { border-bottom: 0; background: rgba(232, 228, 227, 0.5); color: #6c6360; } .woocommerce_tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li a:hover, .ui-tabs ul.tabs li a:hover, .woocommerce_tabs .ui-tabs-nav li a:hover, .woocommerce-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:hover { color: #ff4800; } .woocommerce_tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li.active, .ui-tabs ul.tabs li.active, .woocommerce_tabs .ui-tabs-nav li.active, .woocommerce-tabs .ui-tabs-nav li.active, .ui-tabs .ui-tabs-nav li.active, .woocommerce_tabs ul.tabs li.ui-state-active, .woocommerce-tabs ul.tabs li.ui-state-active, .ui-tabs ul.tabs li.ui-state-active, .woocommerce_tabs .ui-tabs-nav li.ui-state-active, .woocommerce-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-state-active { position: relative; } .woocommerce_tabs ul.tabs li.active:before, .woocommerce-tabs ul.tabs li.active:before, .ui-tabs ul.tabs li.active:before, .woocommerce_tabs .ui-tabs-nav li.active:before, .woocommerce-tabs .ui-tabs-nav li.active:before, .ui-tabs .ui-tabs-nav li.active:before, .woocommerce_tabs ul.tabs li.ui-state-active:before, .woocommerce-tabs ul.tabs li.ui-state-active:before, .ui-tabs ul.tabs li.ui-state-active:before, .woocommerce_tabs .ui-tabs-nav li.ui-state-active:before, .woocommerce-tabs .ui-tabs-nav li.ui-state-active:before, .ui-tabs .ui-tabs-nav li.ui-state-active:before { content: ""; display: block; position: absolute; top: -0.236em; left: 0; right: 0; height: .236em; background: #ff4800; border-top: 1px solid #ff5911; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .woocommerce_tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active a, .ui-tabs ul.tabs li.active a, .woocommerce_tabs .ui-tabs-nav li.active a, .woocommerce-tabs .ui-tabs-nav li.active a, .ui-tabs .ui-tabs-nav li.active a, .woocommerce_tabs ul.tabs li.ui-state-active a, .woocommerce-tabs ul.tabs li.ui-state-active a, .ui-tabs ul.tabs li.ui-state-active a, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active a { position: relative; background: #fff; box-shadow: 0 1px 2px 0 #e8e4e3; -webkit-box-shadow: 0 1px 2px 0 #e8e4e3; color: #ff4800; border-top-color: #ff4800; } .woocommerce_tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li.active a:after, .ui-tabs ul.tabs li.active a:after, .woocommerce_tabs .ui-tabs-nav li.active a:after, .woocommerce-tabs .ui-tabs-nav li.active a:after, .ui-tabs .ui-tabs-nav li.active a:after, .woocommerce_tabs ul.tabs li.ui-state-active a:after, .woocommerce-tabs ul.tabs li.ui-state-active a:after, .ui-tabs ul.tabs li.ui-state-active a:after, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a:after, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a:after, .ui-tabs .ui-tabs-nav li.ui-state-active a:after { content: ""; display: block; position: absolute; bottom: -4px; left: 0; right: 0; height: 4px; background: #fff; } .woocommerce_tabs .panel, .woocommerce-tabs .panel, .ui-tabs .panel { background: #fff; padding: 2.618em; border: 1px solid #e8e4e3; } .woocommerce_tabs table.shop_attributes p, .woocommerce-tabs table.shop_attributes p, .ui-tabs table.shop_attributes p { margin-bottom: 0; } /* 7.3 Cart */ table.cart { margin-bottom: 2.618em; } table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price { position: static; } table.cart td.actions { text-align: right; } table.cart td.actions .coupon { width: 50%; float: left; } table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button { width: auto !important; display: inline-block; margin-bottom: 0 !important; } table.cart td.actions .button { margin-left: .618em; float: none !important; } .cart-collaterals:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .cart-collaterals .cross-sells, .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator { width: 48%; font-size: .857em; float: left; } .cart-collaterals .cart_totals { float: right; } .cart-collaterals .shipping_calculator { float: right; clear: right; } .cart-collaterals .cross-sells ul.products li.product { width: 48%; } /* 7.4 Checkout */ .checkout #order_review { padding: 1.618em; } .checkout #shiptobilling { float: right; margin: 0; text-align: right; width: 48%; } .checkout #shiptobilling label { white-space: nowrap; } .checkout #shiptobilling input[type="checkbox"] { float: right; margin-left: 1em; margin-right: 0; } /* 7.5 Widgets */ /* 7.6 Account */ /* 7.7 Shortcodes */ /* 6. FOOTER WIDGETS */ #footer-widgets { border-top: 0; } #footer-widgets .block { margin-right: 3.8%; float: left; } #footer-widgets.col-1 .block { width: 100%; float: none; } #footer-widgets.col-1 .footer-widget-1 { margin-right: 0; } #footer-widgets.col-2 .block { width: 48%; } #footer-widgets.col-2 .footer-widget-2 { margin-right: 0; } #footer-widgets.col-3 .block { width: 30.75%; } #footer-widgets.col-3 .footer-widget-3 { margin-right: 0; } #footer-widgets.col-4 .block { width: 22.05%; } #footer-widgets.col-4 .footer-widget-4 { margin-right: 0; } /* 7. IE FIXES */ .ie7 #top-nav { position: relative; z-index: 9999999; } .ie7 #header { position: relative; z-index: 9999999; } } @media only screen and (min-width: 768px) and (max-width: 1025px) { .homepage-banner h1 { font-size: 2.244em; } .homepage-banner .description { font-size: 1.387em; } }
wp-content/themes/mystile/css/layout.css
@media only screen and (min-width: 768px) { html.boxed { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC) #e6e6e6; } html.boxed body { margin: 2.618em; box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1); } body { padding: 0 3.631em; } table { font-size: 1em !important; } /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */ ul.nav { position: relative; margin-bottom: 0; /* LEVEL 2 */ /* LEVEL 3 */ } ul.nav li { position: relative; float: left; zoom: 1; list-style: none; } ul.nav li a { display: block; padding: .53em 1em; } ul.nav ul { width: 15.379em; visibility: hidden; display: none; position: absolute; top: 100%; left: 0; z-index: 9999; margin: 0; } ul.nav ul li { float: none; } ul.nav ul li a { width: 100%; display: inline-block; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } ul.nav ul ul { left: 100%; top: 0; } ul.nav li:hover > ul { visibility: visible; display: block; } /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */ #top { background: #f7f7f7; margin: 0 -3.631em; padding: 0 3.631em; } #top #top-nav { display: block; } #top ul.nav { font-size: .857em; /* LEVEL 2 */ /* LEVEL 3 */ } #top ul.nav > li a { padding: 1.387em 1em; color: #9f9693; } #top ul.nav > li a:hover { background: #f7f7f7; text-decoration: none; color: #6c6360; } #top ul.nav > li:hover { background: #f7f7f7; } #top ul.nav ul { background: #f7f7f7; } #top ul.nav ul li a { padding: .53em 1em; } #top .wc-nav { width: auto; float: right; } #top .wc-nav li.checkout { display: inline-block; } #top .wc-nav li.checkout a:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; content: ")"; font-weight: normal; } #top .wc-nav li.search { width: auto; } #top .wc-nav li.search form { margin-bottom: 0; padding-top: 1.1em; } #top .wc-nav li.search label { display: none; } #top .wc-nav li.search .button { position: absolute; top: 0; left: -999em; } #top .wc-nav li.search:hover { background: none; } #top .wc-nav li.cart { width: auto; text-align: right; } #top .wc-nav li.cart a { padding-top: 1.387em; padding-left: 1em; } #top .wc-nav li.cart a .contents { padding: .2em .618em; background: #fff; -webkit-border-radius: 1em; border-radius: 1em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-left: 1em; display: inline; } /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */ #header #navigation { display: block !important; margin-top: .382em; } #header #navigation ul.nav { float: right; /* LEVEL 2 */ /* LEVEL 3 */ } #header #navigation ul.nav > li a { border: 1px solid #fcfcfc; background: #fcfcfc; font-weight: bold; position: relative; -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } #header #navigation ul.nav > li a:hover { border-color: #e8e4e3; background: #fff; } #header #navigation ul.nav > li:hover a { border-color: #e8e4e3; background: #fff; } #header #navigation ul.nav > li.current-menu-item > a, #header #navigation ul.nav > li.current_page_item > a { color: #ff4800; } #header #navigation ul.nav > li.parent a { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } #header #navigation ul.nav > li.parent a:after { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-left: .618em; content: ";"; color: #e3dad7; font-weight: normal; } #header #navigation ul.nav > li.parent a:hover:before { content: ""; display: block; height: 2px; position: absolute; bottom: -1px; left: 0; right: 0; background: #fff; z-index: 99999; } #header #navigation ul.nav > li.parent:hover a:before { content: ""; display: block; height: 2px; position: absolute; bottom: -1px; left: 0; right: 0; background: #fff; z-index: 99999; } #header #navigation ul.nav > li.parent:hover a:after { color: #ff4800; } #header #navigation ul.nav > li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav > li.parent ul li.parent a:after { visibility: visible; content: "]"; float: right; } #header #navigation ul.nav > li.parent ul li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav > li.parent ul li.parent ul li.parent a:after { visibility: visible; content: "]"; } #header #navigation ul.nav > li.parent ul li.parent ul li.parent ul li a:after { visibility: hidden; } #header #navigation ul.nav ul { border: 1px solid #e8e4e3; margin-top: -1px; padding: .372em 0; box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4); -webkit-box-shadow: 0 0.202em 0 0 rgba(232, 228, 227, 0.4); background: #fff; } #header #navigation ul.nav ul li a { border: 0; background: #fff; } #header #navigation ul.nav ul ul { left: 100%; top: -0.372em; } h3.nav-toggle { display: none; } /* 4. GENERAL LAYOUT */ #breadcrumbs { display: block; } .homepage-banner { position: relative; max-width: 95.949em; margin-left: auto; margin-right: auto; margin-bottom: 3.631em; display: block; } .homepage-banner img { margin-bottom: 0; width: 100%; position: relative; } .homepage-banner h1, .homepage-banner .description { z-index: 55; } .homepage-banner h1 { position: absolute; top: 30%; left: 20%; right: 20%; color: #fff; text-align: left; font-size: 3.631em; } .homepage-banner h1 span { -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); } .homepage-banner .description { position: absolute; top: 50%; left: 25%; right: 20%; color: #fff; font-size: 1.618em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); font-weight: bold; -webkit-border-radius: 0.236em; border-radius: 0.236em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .homepage-banner .description p { text-align: left; } .homepage-banner .description p:last-child { margin-bottom: 0; } .homepage-banner:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; z-index: 50; bottom: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC); } .home #content.with-banner { border-top: 4px double #e8e4e3; padding-top: 3.631em; } .archive-header h1 { float: left; } .archive-header .archive-rss { float: right; padding-top: 1em; } .archive-header .archive-rss a:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; font-weight: normal; content: "r"; color: orange; } .type-post:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .type-post .meta { display: block; width: 11%; float: left; } .type-post .meta .day, .type-post .meta .month, .type-post .meta .year { display: block; text-align: center; width: 65.4%; margin: 0 auto; background: #fff; } .type-post .meta .month { text-transform: uppercase; font-weight: bold; background: #ff4800; border-top: 0.202em solid #dd2600; color: #fff; font-size: .857em; padding: .202em 0; } .type-post .meta .day { font-size: 2em; line-height: 1.387; border: 1px solid #e8e4e3; border-width: 0 1px; font-weight: bold; } .type-post .meta .year { border: 1px solid #e8e4e3; border-top: 0; -webkit-border-bottom-left-radius: 0.327em; -webkit-border-bottom-right-radius: 0.327em; border-bottom-left-radius: 0.327em; border-bottom-right-radius: 0.327em; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 1em; font-size: .857em; padding-bottom: .53em; color: #b0a7a4; } .type-post .meta img { padding: 0; border: 0; -webkit-border-radius: 100%; border-radius: 100%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 1em; display: block; height: auto; } .type-post .post-content { width: 82.7%; float: right; } .single .type-post p:first-child { font-size: 1.387em; } #post-entries { width: 82.7%; float: right; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } #comments, #respond { clear: both; } #comments .commentlist li.comment ul.children { float: right; width: 82.7%; clear: right; padding-top: 2.618em; } .single-post #comments h2:first-child { width: 82.7%; float: right; } #respond { width: 82.7%; float: right; } #fancybox-outer #respond { width: 100%; float: none; } #fancybox-outer #respond textarea { width: 90%; } .col2-set { clear: both; } .col2-set:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .col2-set .col-1 { width: 48%; float: left; } .col2-set .col-2 { width: 48%; float: right; } .form-row { width: 48%; float: left; margin-bottom: 2.053em; } .form-row label { display: block; padding: .206em 0; } .form-row .input-text, .form-row select { width: 100%; *width: 90%; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } .form-row input[type=checkbox] { float: left; } .form-row.notes { width: 100%; float: none; } .form-row.notes textarea { width: 100%; *width: 90%; } .form-row.notes + h3 { clear: both; } .form-row-first { clear: left; } .form-row-last { float: right; } .form-row-wide { float: left; width: 100%; clear: both; } header.title { overflow: hidden; zoom: 1; } header.title h1, header.title h2, header.title h3, header.title h4, header.title h5 { float: left; } header.title a.edit { float: right; font-weight: bold; line-height: 2.4em; } header.title a.edit:before { font-family: 'WebSymbolsRegular'; display: inline-block; font-size: .857em; margin-right: .618em; font-weight: normal; content: "S"; } #header { padding-bottom: 1.618em; padding-top: 3.631em; } #header:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } #header hgroup { float: left; } #header #navigation { float: right; clear: none; border: 0; background: 0; -webkit-box-shadow: none; box-shadow: none; width: auto; } #main.fullwidth, .layout-full #main, .col-full, .no-sidebar #main { max-width: 75.998em; margin: 0 auto; width: 100%; } #main { width: 69.2%; } #sidebar { margin-top: 0; width: 22.05%; font-size: .857em; } .entry:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .entry img { max-width: 100%; } .layout-full .entry img { max-width: 100%; } .layout-right-content #main { float: right; } .layout-right-content #sidebar { float: left; } .layout-full #main { width: 100%; } .col-left { float: left; } .col-right { float: right; } .page-template-template-contact-php .location-twitter .col-left { float: left; } .page-template-template-contact-php .location-twitter #office-location { width: 48%; margin: 0; } .page-template-template-contact-php .location-twitter .contact-social { float: right; width: 48%; } .page-template-template-contact-php .location-twitter .contact-social #twitter { margin: 0; } .footer-wrap { background: #f7f7f7; margin: 0 -3.631em; padding: 0 3.631em; } /*-------------------------------------------------------------------------------------------*/ /* 7. WOOCOMMERCE */ /*-------------------------------------------------------------------------------------------*/ /* 7.1 Messages */ /* 7.2 Products */ ul.products li.product { position: relative; width: 22.05%; } ul.products li.product:nth-child(2n) { margin-right: 3.8%; } ul.products li.product.first { clear: both; } ul.products li.product.last { margin-right: 0; } /* 7.2.1 Single Product */ .single-product .images { width: 48%; float: left; } .single-product .summary { width: 48%; float: right; } .single-product .woocommerce_tabs, .single-product .woocommerce-tabs { clear: both; } .single-product .related { clear: both; } .single-product .sale .summary h1 { width: 80%; } .woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .ui-tabs ul.tabs, .woocommerce_tabs .ui-tabs-nav, .woocommerce-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav { margin-bottom: 0; margin-left: 2.618em; } .woocommerce_tabs ul.tabs li, .woocommerce-tabs ul.tabs li, .ui-tabs ul.tabs li, .woocommerce_tabs .ui-tabs-nav li, .woocommerce-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li { width: auto; float: left; clear: none; margin-bottom: 0; } .woocommerce_tabs ul.tabs li:nth-child(2n), .woocommerce-tabs ul.tabs li:nth-child(2n), .ui-tabs ul.tabs li:nth-child(2n), .woocommerce_tabs .ui-tabs-nav li:nth-child(2n), .woocommerce-tabs .ui-tabs-nav li:nth-child(2n), .ui-tabs .ui-tabs-nav li:nth-child(2n) { float: left; clear: none; } .woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a, .ui-tabs ul.tabs li a, .woocommerce_tabs .ui-tabs-nav li a, .woocommerce-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a { border-bottom: 0; background: rgba(232, 228, 227, 0.5); color: #6c6360; } .woocommerce_tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li a:hover, .ui-tabs ul.tabs li a:hover, .woocommerce_tabs .ui-tabs-nav li a:hover, .woocommerce-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:hover { color: #ff4800; } .woocommerce_tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li.active, .ui-tabs ul.tabs li.active, .woocommerce_tabs .ui-tabs-nav li.active, .woocommerce-tabs .ui-tabs-nav li.active, .ui-tabs .ui-tabs-nav li.active, .woocommerce_tabs ul.tabs li.ui-state-active, .woocommerce-tabs ul.tabs li.ui-state-active, .ui-tabs ul.tabs li.ui-state-active, .woocommerce_tabs .ui-tabs-nav li.ui-state-active, .woocommerce-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-state-active { position: relative; } .woocommerce_tabs ul.tabs li.active:before, .woocommerce-tabs ul.tabs li.active:before, .ui-tabs ul.tabs li.active:before, .woocommerce_tabs .ui-tabs-nav li.active:before, .woocommerce-tabs .ui-tabs-nav li.active:before, .ui-tabs .ui-tabs-nav li.active:before, .woocommerce_tabs ul.tabs li.ui-state-active:before, .woocommerce-tabs ul.tabs li.ui-state-active:before, .ui-tabs ul.tabs li.ui-state-active:before, .woocommerce_tabs .ui-tabs-nav li.ui-state-active:before, .woocommerce-tabs .ui-tabs-nav li.ui-state-active:before, .ui-tabs .ui-tabs-nav li.ui-state-active:before { content: ""; display: block; position: absolute; top: -0.236em; left: 0; right: 0; height: .236em; background: #ff4800; border-top: 1px solid #ff5911; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .woocommerce_tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active a, .ui-tabs ul.tabs li.active a, .woocommerce_tabs .ui-tabs-nav li.active a, .woocommerce-tabs .ui-tabs-nav li.active a, .ui-tabs .ui-tabs-nav li.active a, .woocommerce_tabs ul.tabs li.ui-state-active a, .woocommerce-tabs ul.tabs li.ui-state-active a, .ui-tabs ul.tabs li.ui-state-active a, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active a { position: relative; background: #fff; box-shadow: 0 1px 2px 0 #e8e4e3; -webkit-box-shadow: 0 1px 2px 0 #e8e4e3; color: #ff4800; border-top-color: #ff4800; } .woocommerce_tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li.active a:after, .ui-tabs ul.tabs li.active a:after, .woocommerce_tabs .ui-tabs-nav li.active a:after, .woocommerce-tabs .ui-tabs-nav li.active a:after, .ui-tabs .ui-tabs-nav li.active a:after, .woocommerce_tabs ul.tabs li.ui-state-active a:after, .woocommerce-tabs ul.tabs li.ui-state-active a:after, .ui-tabs ul.tabs li.ui-state-active a:after, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a:after, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a:after, .ui-tabs .ui-tabs-nav li.ui-state-active a:after { content: ""; display: block; position: absolute; bottom: -4px; left: 0; right: 0; height: 4px; background: #fff; } .woocommerce_tabs .panel, .woocommerce-tabs .panel, .ui-tabs .panel { background: #fff; padding: 2.618em; border: 1px solid #e8e4e3; } .woocommerce_tabs table.shop_attributes p, .woocommerce-tabs table.shop_attributes p, .ui-tabs table.shop_attributes p { margin-bottom: 0; } /* 7.3 Cart */ table.cart { margin-bottom: 2.618em; } table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price { position: static; } table.cart td.actions { text-align: right; } table.cart td.actions .coupon { width: 50%; float: left; } table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button { width: auto !important; display: inline-block; margin-bottom: 0 !important; } table.cart td.actions .button { margin-left: .618em; float: none !important; } .cart-collaterals:after { content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; } .cart-collaterals .cross-sells, .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator { width: 48%; font-size: .857em; float: left; } .cart-collaterals .cart_totals { float: right; } .cart-collaterals .shipping_calculator { float: right; clear: right; } .cart-collaterals .cross-sells ul.products li.product { width: 48%; } /* 7.4 Checkout */ .checkout #order_review { padding: 1.618em; } .checkout #shiptobilling { float: right; margin: 0; text-align: right; width: 48%; } .checkout #shiptobilling label { white-space: nowrap; } .checkout #shiptobilling input[type="checkbox"] { float: right; margin-left: 1em; margin-right: 0; } /* 7.5 Widgets */ /* 7.6 Account */ /* 7.7 Shortcodes */ /* 6. FOOTER WIDGETS */ #footer-widgets { border-top: 0; } #footer-widgets .block { margin-right: 3.8%; float: left; } #footer-widgets.col-1 .block { width: 100%; float: none; } #footer-widgets.col-1 .footer-widget-1 { margin-right: 0; } #footer-widgets.col-2 .block { width: 48%; } #footer-widgets.col-2 .footer-widget-2 { margin-right: 0; } #footer-widgets.col-3 .block { width: 30.75%; } #footer-widgets.col-3 .footer-widget-3 { margin-right: 0; } #footer-widgets.col-4 .block { width: 22.05%; } #footer-widgets.col-4 .footer-widget-4 { margin-right: 0; } /* 7. IE FIXES */ .ie7 #top-nav { position: relative; z-index: 9999999; } .ie7 #header { position: relative; z-index: 9999999; } } @media only screen and (min-width: 768px) and (max-width: 1025px) { .homepage-banner h1 { font-size: 2.244em; } .homepage-banner .description { font-size: 1.387em; } }
0.362969
0.116588
.noback tr td { background-color: #efefef !important; } .smaller { font-size: 80% !important; } .evensmaller { font-size: 60% !important; } .evenevensmaller { font-size: 40% !important; } .smaller table { font-size: 80% !important; } .evensmaller table { font-size: 60% !important; } .evenevensmaller table { font-size: 40% !important; } .smaller code { font-size: 80% !important; } .evensmaller code { font-size: 60% !important; } .evenevensmaller code { font-size: 40% !important; } .nomargin { margin: 0; } .nomargin p { margin: 0; } .cboth { clear: both; } .centered table { margin-left:auto; margin-right:auto; } .center { text-align: center; } .doc-view hr { clear: both; } .doc-view hr { clear: both; } figcaption { font-size: 60%; text-align: center; } figcaption p { margin: 0; padding: 0; } .newsquote { font-size: 70%; font-family: sans-serif; background-color: #eee; } .col-left { float: left; width: 45%; } .col-right { float: right; width: 45%; } .pull-left { display: block; float: left; text-align: left; margin-right: 1em; } .pull-right { display: block; float: right; text-align: right; margin-left: 1em; } div.figure { margin: 0 auto; padding: 0; } div.figure figure { margin: 0 0 .2em 0; padding: 0; display: inline-block; width: 100%; } div.figure figure img { display: inline-block; width: 100%; } div.figure.center { text-align: center; } div.figure.mtop { margin-top: 1em !important; } div.figure.mright { margin-right: 1em !important; } div.figure.mleft { margin-left: 1em !important; } div.figure.fright { float: right; } div.figure.fleft { float: left; } div.figure.cleft { clear: left; } div.figure.cright { clear: right; } div.figure.cboth { clear: both; } div.figure.cafter:after { content: " "; display: table; clear: both; } div.figure.w5 { width: 5%; } div.figure.w10 { width: 10%; } div.figure.w15 { width: 15%; } div.figure.w20 { width: 20%; } div.figure.w30 { width: 30%; } div.figure.w40 { width: 40%; } div.figure.w50 { width: 50%; } div.figure.w60 { width: 60%; } div.figure.w70 { width: 70%; } div.figure.w80 { width: 80%; } div.figure.w90 { width: 90%; } div.figure.w100 { width: 100%; } div.figure.w120 { width: 120%; } div.figure.h100 { height: 100%; } .markdown-body { font-family: 'Arial Nova', sans-serif; line-height: 1.4; word-wrap: break-word; color: #111; letter-spacing: normal; } .slide-view .markdown-body { font-size: 24pt; } .slide-wrapper { clear: both; } .slide-footer { opacity: .6; line-height: calc(.045px * var(--slide-height)); font-size: calc(.025px * var(--slide-height)) } .slide-wrapper>.slide { padding:calc(.1px * var(--slide-height)) calc(.08px * var(--slide-width)) } .slide-wrapper.only-blockquotes>.slide, .slide-wrapper.only-headings>.slide { justify-content:center; } .slide-wrapper.only-blockquotes>.slide>.slide-inner, .slide-wrapper.only-headings>.slide>.slide-inner { padding-top: 20%; } .slide-wrapper h1,.slide-wrapper h2,.slide-wrapper h3,.slide-wrapper h4,.slide-wrapper h5,.slide-wrapper h6 { margin:0 0 .1em } .slide-wrapper.only-headings h1,.slide-wrapper.only-headings h2,.slide-wrapper.only-headings h3, .slide-wrapper.only-headings h4,.slide-wrapper.only-headings h5,.slide-wrapper.only-headings h6 { text-align:center; } .slide-wrapper.only-headings h1 { font-size: 140%; } .slide-wrapper.only-headings h2 { font-size: 120%; } .slide-wrapper .slide-page { font-size: 16pt; } .slide-wrapper h1 { font-size:1.8em; font-weight: normal; font-family: 'Arial Nova', sans-serif; text-decoration: underline; color: #1E64C8; } .slide-wrapper h2 { font-size:1.3em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h3 { font-size:1.2em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h4 { font-size:1.1em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h5 { font-size:1em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h6 { font-size:.9em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .markdown-body code, .markdown-body pre { font-family: 'Monofur', 'Consolas', monospace; } .doc-view code { font-size: 10pt; vertical-align: baseline; } .doc-view pre { background-color: #fafafa; padding:.5em .75em; font-size: 10pt; } .doc-view table { border-spacing:0; border-collapse:collapse; } .doc-view table td, .doc-view table th { padding: .2em .4em; border-width: 1px; border-style: solid } .slide-wrapper code { background-color: #455a64; color: white; display: inline-block; padding:.1em .2em; margin:-.1em .05em; font-size: 16pt; vertical-align: baseline; } .slide-wrapper pre { background-color: #fafafa; overflow:auto; display:block; margin:0; padding:.5em .75em; line-height: 16pt; } .slide-wrapper pre code { background-color: #fafafa; color: black; } .slide-wrapper .sepcode .codehilite { margin-bottom: 12pt; } .slide-wrapper .smallcode .codehilite pre { font-size: 11pt; line-height: 14pt; } .slide-wrapper .smallercode .codehilite pre { font-size: 10pt; line-height: 12pt; } .slide-wrapper .evensmallercode .codehilite pre { font-size: 9pt; line-height: 10pt; } .slide-wrapper .codehilite pre { font-size: 14pt; } .slide-wrapper ol>li, .slide-wrapper ul>li { margin:.3em 0; } .slide-wrapper ol>li>p,.slide-wrapper ul>li>p { margin:0; } .slide-wrapper ul { font-size: 80% !important; } .slide-wrapper ul code { font-size: 80% !important; } .slide-wrapper p + ul { margin-top: -1em; } .slide-wrapper p + ol { margin-top: -1em; } .slide-wrapper li > ul { margin-top: .1em; } .slide-wrapper li > ol { margin-top: .1em; } .slide-wrapper li { line-height: 1.4em !important; } .slide-wrapper th { font-weight: normal !important; } .slide-wrapper ol { list-style-type:decimal; } .slide-wrapper p + table, ul + table, ol + table, h1 + table, h2 + table { font-size: 16pt; } .slide-wrapper blockquote { position:relative; margin:calc(.04px * var(--slide-height)) } .slide-wrapper blockquote:after,.slide-wrapper blockquote:before { position: absolute; display: block; content: "“"; font-family: 'Times New Roman', serif; font-size: calc(.04px * var(--slide-height)); font-weight: 700; opacity: .8; } .slide-wrapper blockquote:before { top: 0; left: calc(-.04px * var(--slide-height)); } .slide-wrapper blockquote:after { right: calc(-.04px * var(--slide-height)); bottom: 0; transform: rotate(180deg); } .slide-wrapper table { border-spacing:0; border-collapse:collapse; } .slide-wrapper table td,.slide-wrapper table th { padding: .2em .4em; border-width: 1px; border-style: solid } .slide-wrapper mark { background: #dbf2ff } .slide-wrapper a { color:#0288d1 } .slide-wrapper blockquote:after,.slide-wrapper blockquote:before { color:#455a64 } .slide-wrapper table td,.slide-wrapper table th { border-color: #cccccc; } .slide-wrapper table thead th { background: #dfdfdf; color: black; } .slide-wrapper table tbody tr:nth-child(even) td,.slide-wrapper table tbody tr:nth-child(even) th { background: rgba(69,90,100,.1) }
static/themes/slide-arial.css
.noback tr td { background-color: #efefef !important; } .smaller { font-size: 80% !important; } .evensmaller { font-size: 60% !important; } .evenevensmaller { font-size: 40% !important; } .smaller table { font-size: 80% !important; } .evensmaller table { font-size: 60% !important; } .evenevensmaller table { font-size: 40% !important; } .smaller code { font-size: 80% !important; } .evensmaller code { font-size: 60% !important; } .evenevensmaller code { font-size: 40% !important; } .nomargin { margin: 0; } .nomargin p { margin: 0; } .cboth { clear: both; } .centered table { margin-left:auto; margin-right:auto; } .center { text-align: center; } .doc-view hr { clear: both; } .doc-view hr { clear: both; } figcaption { font-size: 60%; text-align: center; } figcaption p { margin: 0; padding: 0; } .newsquote { font-size: 70%; font-family: sans-serif; background-color: #eee; } .col-left { float: left; width: 45%; } .col-right { float: right; width: 45%; } .pull-left { display: block; float: left; text-align: left; margin-right: 1em; } .pull-right { display: block; float: right; text-align: right; margin-left: 1em; } div.figure { margin: 0 auto; padding: 0; } div.figure figure { margin: 0 0 .2em 0; padding: 0; display: inline-block; width: 100%; } div.figure figure img { display: inline-block; width: 100%; } div.figure.center { text-align: center; } div.figure.mtop { margin-top: 1em !important; } div.figure.mright { margin-right: 1em !important; } div.figure.mleft { margin-left: 1em !important; } div.figure.fright { float: right; } div.figure.fleft { float: left; } div.figure.cleft { clear: left; } div.figure.cright { clear: right; } div.figure.cboth { clear: both; } div.figure.cafter:after { content: " "; display: table; clear: both; } div.figure.w5 { width: 5%; } div.figure.w10 { width: 10%; } div.figure.w15 { width: 15%; } div.figure.w20 { width: 20%; } div.figure.w30 { width: 30%; } div.figure.w40 { width: 40%; } div.figure.w50 { width: 50%; } div.figure.w60 { width: 60%; } div.figure.w70 { width: 70%; } div.figure.w80 { width: 80%; } div.figure.w90 { width: 90%; } div.figure.w100 { width: 100%; } div.figure.w120 { width: 120%; } div.figure.h100 { height: 100%; } .markdown-body { font-family: 'Arial Nova', sans-serif; line-height: 1.4; word-wrap: break-word; color: #111; letter-spacing: normal; } .slide-view .markdown-body { font-size: 24pt; } .slide-wrapper { clear: both; } .slide-footer { opacity: .6; line-height: calc(.045px * var(--slide-height)); font-size: calc(.025px * var(--slide-height)) } .slide-wrapper>.slide { padding:calc(.1px * var(--slide-height)) calc(.08px * var(--slide-width)) } .slide-wrapper.only-blockquotes>.slide, .slide-wrapper.only-headings>.slide { justify-content:center; } .slide-wrapper.only-blockquotes>.slide>.slide-inner, .slide-wrapper.only-headings>.slide>.slide-inner { padding-top: 20%; } .slide-wrapper h1,.slide-wrapper h2,.slide-wrapper h3,.slide-wrapper h4,.slide-wrapper h5,.slide-wrapper h6 { margin:0 0 .1em } .slide-wrapper.only-headings h1,.slide-wrapper.only-headings h2,.slide-wrapper.only-headings h3, .slide-wrapper.only-headings h4,.slide-wrapper.only-headings h5,.slide-wrapper.only-headings h6 { text-align:center; } .slide-wrapper.only-headings h1 { font-size: 140%; } .slide-wrapper.only-headings h2 { font-size: 120%; } .slide-wrapper .slide-page { font-size: 16pt; } .slide-wrapper h1 { font-size:1.8em; font-weight: normal; font-family: 'Arial Nova', sans-serif; text-decoration: underline; color: #1E64C8; } .slide-wrapper h2 { font-size:1.3em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h3 { font-size:1.2em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h4 { font-size:1.1em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h5 { font-size:1em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .slide-wrapper h6 { font-size:.9em; font-weight: normal; font-family: 'Arial Nova', sans-serif; } .markdown-body code, .markdown-body pre { font-family: 'Monofur', 'Consolas', monospace; } .doc-view code { font-size: 10pt; vertical-align: baseline; } .doc-view pre { background-color: #fafafa; padding:.5em .75em; font-size: 10pt; } .doc-view table { border-spacing:0; border-collapse:collapse; } .doc-view table td, .doc-view table th { padding: .2em .4em; border-width: 1px; border-style: solid } .slide-wrapper code { background-color: #455a64; color: white; display: inline-block; padding:.1em .2em; margin:-.1em .05em; font-size: 16pt; vertical-align: baseline; } .slide-wrapper pre { background-color: #fafafa; overflow:auto; display:block; margin:0; padding:.5em .75em; line-height: 16pt; } .slide-wrapper pre code { background-color: #fafafa; color: black; } .slide-wrapper .sepcode .codehilite { margin-bottom: 12pt; } .slide-wrapper .smallcode .codehilite pre { font-size: 11pt; line-height: 14pt; } .slide-wrapper .smallercode .codehilite pre { font-size: 10pt; line-height: 12pt; } .slide-wrapper .evensmallercode .codehilite pre { font-size: 9pt; line-height: 10pt; } .slide-wrapper .codehilite pre { font-size: 14pt; } .slide-wrapper ol>li, .slide-wrapper ul>li { margin:.3em 0; } .slide-wrapper ol>li>p,.slide-wrapper ul>li>p { margin:0; } .slide-wrapper ul { font-size: 80% !important; } .slide-wrapper ul code { font-size: 80% !important; } .slide-wrapper p + ul { margin-top: -1em; } .slide-wrapper p + ol { margin-top: -1em; } .slide-wrapper li > ul { margin-top: .1em; } .slide-wrapper li > ol { margin-top: .1em; } .slide-wrapper li { line-height: 1.4em !important; } .slide-wrapper th { font-weight: normal !important; } .slide-wrapper ol { list-style-type:decimal; } .slide-wrapper p + table, ul + table, ol + table, h1 + table, h2 + table { font-size: 16pt; } .slide-wrapper blockquote { position:relative; margin:calc(.04px * var(--slide-height)) } .slide-wrapper blockquote:after,.slide-wrapper blockquote:before { position: absolute; display: block; content: "“"; font-family: 'Times New Roman', serif; font-size: calc(.04px * var(--slide-height)); font-weight: 700; opacity: .8; } .slide-wrapper blockquote:before { top: 0; left: calc(-.04px * var(--slide-height)); } .slide-wrapper blockquote:after { right: calc(-.04px * var(--slide-height)); bottom: 0; transform: rotate(180deg); } .slide-wrapper table { border-spacing:0; border-collapse:collapse; } .slide-wrapper table td,.slide-wrapper table th { padding: .2em .4em; border-width: 1px; border-style: solid } .slide-wrapper mark { background: #dbf2ff } .slide-wrapper a { color:#0288d1 } .slide-wrapper blockquote:after,.slide-wrapper blockquote:before { color:#455a64 } .slide-wrapper table td,.slide-wrapper table th { border-color: #cccccc; } .slide-wrapper table thead th { background: #dfdfdf; color: black; } .slide-wrapper table tbody tr:nth-child(even) td,.slide-wrapper table tbody tr:nth-child(even) th { background: rgba(69,90,100,.1) }
0.520984
0.168104
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; scroll-behavior: smooth; } body { margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .loader { position: absolute; width: 100%; height: 100%; 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-color: #ee4b4b; overflow: hidden; -webkit-transition: .7s ease-in-out; transition: .7s ease-in-out; z-index: 99; } .loaded .loader { height: 0; background-color: transparent; } @-webkit-keyframes Bounce { 0% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } 50% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } } @keyframes Bounce { 0% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } 50% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } } .dot { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: #f5c9c9; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out .5s infinite; animation: Bounce 1s ease-in-out .5s infinite; } .one { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: yellow; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out 1s infinite; animation: Bounce 1s ease-in-out 1s infinite; } .two { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: red; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out 1.2s infinite; animation: Bounce 1s ease-in-out 1.2s infinite; } .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; background-color: #ee4b4b; width: 100%; } .menu_links a { text-decoration: none; color: white; margin: 10px; font-size: 20px; } .menu_links a i { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu_links a:hover i { font-size: 25px; color: #fbc501; } .intro { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; background: #ee4b4b; padding: 20px; } .intro img { width: 100%; height: 100%; border-radius: 50%; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .welcome_msg { color: #fbc501; margin: 20px; padding: 30px; width: 900px; border-radius: 30px; } .welcome_msg h1 { font-size: 70px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; font-size: 80px; transition: all .2s ease-in-out; } .welcome_msg h1:hover { text-shadow: 10px -10px black; } .img_container { padding: 30px; width: 500px; border-radius: 50%; overflow: hidden; border: 2px solid #fbc501; } .img_container:hover img { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); } .container { height: 100vh; background-color: white; padding: 20px; overflow: hidden; } .container .header { font-size: 40px; } .container img { width: 100%; } .content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: 20px; background-color: #e9c216; -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2); } .content .links { position: absolute; left: 0; } .content .links a { display: block; margin: 10px 0; background: transparent; } .content .links .active-link { border-left: 5px solid #ee4b4b; } .content .myself { padding: 20px; } .content .doodle { width: 700px; } .content a { text-decoration: none; color: white; background-color: #ee4b4b; padding: 10px; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .content a:hover { background-color: rgba(0, 0, 0, 0.8); } .content h4 { font-size: 20px; } .social-media-links { width: 100%; } .social-media-links a { background-color: transparent; color: black; font-size: 24px; padding: 0 10px; } .social-media-links a:hover { background: transparent; color: white; } .menu-bar { position: fixed; top: 10px; left: 10px; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50px; height: 50px; } .menu-bar .bar { width: 40px; height: 5px; background-color: black; border-radius: 30px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu-bar .bar::before, .menu-bar .bar::after { content: " "; position: absolute; width: 30px; height: 5px; background-color: black; border-radius: 30px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu-bar .bar::before { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .menu-bar .bar::after { -webkit-transform: translateY(10px); transform: translateY(10px); } .menu-bar.open .bar { -webkit-transform: translateX(-25px); transform: translateX(-25px); background: transparent; } .menu-bar.open .bar::before { -webkit-transform: translateX(25px) rotate(45deg); transform: translateX(25px) rotate(45deg); width: 40px; } .menu-bar.open .bar::after { -webkit-transform: translateX(25px) rotate(-45deg); transform: translateX(25px) rotate(-45deg); width: 40px; } footer { background: #ee4b4b; } footer p { color: white; padding: 5px 0; text-align: center; } #gotop { position: fixed; 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; bottom: -50px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background-color: #ee4b4b; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #gotop a { text-decoration: none; color: white; } .form-container { width: 100%; margin-top: 50px; padding: 50px; height: 100%; background-color: #e9c216; } .form-container h3 { text-align: center; } .form-container button { background-color: #ee4b4b; padding: 10px; border: none; color: white; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .form-container button i { color: #fbc501; -webkit-transition: font-size .1s ease-in-out; transition: font-size .1s ease-in-out; } .form-container button:hover i { font-size: 16px; } form { margin: auto; width: 50%; } form input, form textarea { display: block; width: 100%; border: none; padding: 10px; margin: 10px 0; border-radius: 10px; } .testimonial-container { max-width: 100%; position: relative; margin: auto; } .testimonial { display: none; -ms-grid-columns: 100%; grid-template-columns: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; place-items: center; width: 100%; padding: 10px; text-align: center; } .testimonial .image-box { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 10px; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; } .testimonial .image-box img { width: 100%; } .testimonial .testimony { padding: 10px; } .testimonial .testimony h4, .testimonial .testimony p { margin: 0; } .testimonial .testimony .client_info { margin-bottom: 10px; font-size: .8em; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; -webkit-transition: 0.6s ease; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } .prev { left: 0; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } .fade { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: .5s; animation-duration: .5s; } @-webkit-keyframes fade { from { opacity: .4; } to { opacity: 1; } } @keyframes fade { from { opacity: .4; } to { opacity: 1; } } @media screen and (max-width: 780px) { .menu { position: fixed; right: 0; display: block; width: 0; height: 100%; padding: 0; background-color: rgba(243, 166, 22, 0.897); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; overflow: hidden; z-index: 99; } .menu a { display: block; width: 200px; padding: 10px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .intro { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } .intro .welcome_msg { width: 100%; } .intro .img_container { width: 50%; padding: 0; border: hidden; } .container { overflow: unset; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding: 30px; text-align: center; } .content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .content .doodle { width: 100%; } .content .myself { width: 100%; } .menu-bar { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 99; } .social-media-links a { padding: 0; font-size: 1em; } form { width: 100%; } .links { display: none; } } /*# sourceMappingURL=index.css.map */
styles/index.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; scroll-behavior: smooth; } body { margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .loader { position: absolute; width: 100%; height: 100%; 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-color: #ee4b4b; overflow: hidden; -webkit-transition: .7s ease-in-out; transition: .7s ease-in-out; z-index: 99; } .loaded .loader { height: 0; background-color: transparent; } @-webkit-keyframes Bounce { 0% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } 50% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } } @keyframes Bounce { 0% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } 50% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(-100px); transform: translateY(-100px); } } .dot { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: #f5c9c9; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out .5s infinite; animation: Bounce 1s ease-in-out .5s infinite; } .one { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: yellow; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out 1s infinite; animation: Bounce 1s ease-in-out 1s infinite; } .two { width: 50px; height: 50px; border-radius: 50%; margin: 10px; background-color: red; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; -webkit-animation: Bounce 1s ease-in-out 1.2s infinite; animation: Bounce 1s ease-in-out 1.2s infinite; } .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 30px; background-color: #ee4b4b; width: 100%; } .menu_links a { text-decoration: none; color: white; margin: 10px; font-size: 20px; } .menu_links a i { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu_links a:hover i { font-size: 25px; color: #fbc501; } .intro { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; background: #ee4b4b; padding: 20px; } .intro img { width: 100%; height: 100%; border-radius: 50%; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .welcome_msg { color: #fbc501; margin: 20px; padding: 30px; width: 900px; border-radius: 30px; } .welcome_msg h1 { font-size: 70px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; font-size: 80px; transition: all .2s ease-in-out; } .welcome_msg h1:hover { text-shadow: 10px -10px black; } .img_container { padding: 30px; width: 500px; border-radius: 50%; overflow: hidden; border: 2px solid #fbc501; } .img_container:hover img { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); } .container { height: 100vh; background-color: white; padding: 20px; overflow: hidden; } .container .header { font-size: 40px; } .container img { width: 100%; } .content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: 20px; background-color: #e9c216; -webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2); } .content .links { position: absolute; left: 0; } .content .links a { display: block; margin: 10px 0; background: transparent; } .content .links .active-link { border-left: 5px solid #ee4b4b; } .content .myself { padding: 20px; } .content .doodle { width: 700px; } .content a { text-decoration: none; color: white; background-color: #ee4b4b; padding: 10px; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .content a:hover { background-color: rgba(0, 0, 0, 0.8); } .content h4 { font-size: 20px; } .social-media-links { width: 100%; } .social-media-links a { background-color: transparent; color: black; font-size: 24px; padding: 0 10px; } .social-media-links a:hover { background: transparent; color: white; } .menu-bar { position: fixed; top: 10px; left: 10px; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50px; height: 50px; } .menu-bar .bar { width: 40px; height: 5px; background-color: black; border-radius: 30px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu-bar .bar::before, .menu-bar .bar::after { content: " "; position: absolute; width: 30px; height: 5px; background-color: black; border-radius: 30px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .menu-bar .bar::before { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .menu-bar .bar::after { -webkit-transform: translateY(10px); transform: translateY(10px); } .menu-bar.open .bar { -webkit-transform: translateX(-25px); transform: translateX(-25px); background: transparent; } .menu-bar.open .bar::before { -webkit-transform: translateX(25px) rotate(45deg); transform: translateX(25px) rotate(45deg); width: 40px; } .menu-bar.open .bar::after { -webkit-transform: translateX(25px) rotate(-45deg); transform: translateX(25px) rotate(-45deg); width: 40px; } footer { background: #ee4b4b; } footer p { color: white; padding: 5px 0; text-align: center; } #gotop { position: fixed; 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; bottom: -50px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background-color: #ee4b4b; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #gotop a { text-decoration: none; color: white; } .form-container { width: 100%; margin-top: 50px; padding: 50px; height: 100%; background-color: #e9c216; } .form-container h3 { text-align: center; } .form-container button { background-color: #ee4b4b; padding: 10px; border: none; color: white; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .form-container button i { color: #fbc501; -webkit-transition: font-size .1s ease-in-out; transition: font-size .1s ease-in-out; } .form-container button:hover i { font-size: 16px; } form { margin: auto; width: 50%; } form input, form textarea { display: block; width: 100%; border: none; padding: 10px; margin: 10px 0; border-radius: 10px; } .testimonial-container { max-width: 100%; position: relative; margin: auto; } .testimonial { display: none; -ms-grid-columns: 100%; grid-template-columns: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; place-items: center; width: 100%; padding: 10px; text-align: center; } .testimonial .image-box { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 10px; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; } .testimonial .image-box img { width: 100%; } .testimonial .testimony { padding: 10px; } .testimonial .testimony h4, .testimonial .testimony p { margin: 0; } .testimonial .testimony .client_info { margin-bottom: 10px; font-size: .8em; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; -webkit-transition: 0.6s ease; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } .prev { left: 0; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } .fade { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: .5s; animation-duration: .5s; } @-webkit-keyframes fade { from { opacity: .4; } to { opacity: 1; } } @keyframes fade { from { opacity: .4; } to { opacity: 1; } } @media screen and (max-width: 780px) { .menu { position: fixed; right: 0; display: block; width: 0; height: 100%; padding: 0; background-color: rgba(243, 166, 22, 0.897); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; overflow: hidden; z-index: 99; } .menu a { display: block; width: 200px; padding: 10px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .intro { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } .intro .welcome_msg { width: 100%; } .intro .img_container { width: 50%; padding: 0; border: hidden; } .container { overflow: unset; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; padding: 30px; text-align: center; } .content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .content .doodle { width: 100%; } .content .myself { width: 100%; } .menu-bar { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 99; } .social-media-links a { padding: 0; font-size: 1em; } form { width: 100%; } .links { display: none; } } /*# sourceMappingURL=index.css.map */
0.453504
0.064477
*{ padding:0; margin:0; transition: display 1s 1s; } h1,h4{ font-family:"STXingKai"; } body{ background-color:gainsboro ; } .hr{ height:1px; background-color: dimgray; width:100%; } a:hover,a:link{ text-decoration: none; } .header{ height:10em; width:100%; padding-top:5px ; /*padding-left:5%;*/ background-color: #333333; } .container{ width:85%; margin:auto; } .header-title{ margin:auto; color:white; } li{ list-style-type: none; display: inline; line-height: 50px; padding:0; } nav a{ display: inline-block; line-height: inherit; color:dimgray; font-weight: bold; padding:0 20px ; } nav a:hover{ color:black; background-color: #9d9d9d; } .shadowBox{ border-radius: 3px 3px; box-shadow: #9d9d9d 0 0 2px 2px; background-color: white; margin: 10px 0; } .content{ margin-top:30px; } .content-left-lastBox{ height:60px; } .content-left-box{ width:90%; margin: auto; padding:5px 0 20px 0; border-bottom: darkgray 1px dashed; } .box-footer a:before{ content:url("../images/glyphicons-223-share.png"); } .selfBox{ width:90%; text-align: center; padding:30px 15px 15px 15px; margin: auto; } .selfBox img{ width:100%; } .content-left-box img{ width:100%; } article:first-letter{ font-size: 25px; font-weight: bold; } article:first-letter:before{ /*padding-left:10px;*/ } .time{ color: dimgray; } @media ( max-width: 1000px) { .container{ width:100%; padding:0; ;} .content-left{ padding:0px; } .content-left-box{ /*margin:0 0 0 5px;*/ /*margin-right: 5px;*/ padding:0 5px; width:100%; border-radius:0; } .header-title{ margin:5px 0 10px 20px; } nav a{ width:24%; line-height:3em; border-right:1px dotted lightslategray; text-align: center; font-size: 33px; } .hr{ display: none; } .content{ margin-top:0; } ul{ margin-bottom: 0; } article{ font-size: 58px; } article:first-letter{ font-size: 66px; } .time{ font-size: 25px; } .box-footer{ margin-top: 30px; font-size: 25px; } .articleTitle{ font-size: 68px; } .header-title h1{ font-size: 50px; } .header-title h4{ font-size: 35px; } }
http/webroot/blog-old/css/index.css
*{ padding:0; margin:0; transition: display 1s 1s; } h1,h4{ font-family:"STXingKai"; } body{ background-color:gainsboro ; } .hr{ height:1px; background-color: dimgray; width:100%; } a:hover,a:link{ text-decoration: none; } .header{ height:10em; width:100%; padding-top:5px ; /*padding-left:5%;*/ background-color: #333333; } .container{ width:85%; margin:auto; } .header-title{ margin:auto; color:white; } li{ list-style-type: none; display: inline; line-height: 50px; padding:0; } nav a{ display: inline-block; line-height: inherit; color:dimgray; font-weight: bold; padding:0 20px ; } nav a:hover{ color:black; background-color: #9d9d9d; } .shadowBox{ border-radius: 3px 3px; box-shadow: #9d9d9d 0 0 2px 2px; background-color: white; margin: 10px 0; } .content{ margin-top:30px; } .content-left-lastBox{ height:60px; } .content-left-box{ width:90%; margin: auto; padding:5px 0 20px 0; border-bottom: darkgray 1px dashed; } .box-footer a:before{ content:url("../images/glyphicons-223-share.png"); } .selfBox{ width:90%; text-align: center; padding:30px 15px 15px 15px; margin: auto; } .selfBox img{ width:100%; } .content-left-box img{ width:100%; } article:first-letter{ font-size: 25px; font-weight: bold; } article:first-letter:before{ /*padding-left:10px;*/ } .time{ color: dimgray; } @media ( max-width: 1000px) { .container{ width:100%; padding:0; ;} .content-left{ padding:0px; } .content-left-box{ /*margin:0 0 0 5px;*/ /*margin-right: 5px;*/ padding:0 5px; width:100%; border-radius:0; } .header-title{ margin:5px 0 10px 20px; } nav a{ width:24%; line-height:3em; border-right:1px dotted lightslategray; text-align: center; font-size: 33px; } .hr{ display: none; } .content{ margin-top:0; } ul{ margin-bottom: 0; } article{ font-size: 58px; } article:first-letter{ font-size: 66px; } .time{ font-size: 25px; } .box-footer{ margin-top: 30px; font-size: 25px; } .articleTitle{ font-size: 68px; } .header-title h1{ font-size: 50px; } .header-title h4{ font-size: 35px; } }
0.437824
0.085289
nav.topnav{ position:fixed; top:.1875rem; left:0; width:100vw; padding:1rem 3rem; z-index:90; display:flex; justify-content:space-between; align-items:center; opacity:0; } nav.topnav .logo{ font-size:3.75rem; cursor:pointer; transform:skewX(-15deg); letter-spacing:-.2rem; transition:color .4s; } nav.topnav.white .logo{color:#fff;} nav.topnav.white .hamburger > *{background:#fff;} @media screen and (max-width:1199.98px){ nav.topnav{top:.125rem; padding:1rem 1.25rem;} } /* Sidenav */ nav.sidenav{ position:fixed; top:0; right:0; width:0; height:100vh; background:#101010; z-index:95; overflow:hidden; } nav.sidenav > .wrapper{position:relative; width:100vw;} nav.sidenav .top-container{ display:flex; justify-content:space-between; align-items:center; margin:.1875rem 0 0 0; padding:1rem 3em; } nav.sidenav .logo{ font-size:3.75rem; cursor:pointer; transform:skewX(-15deg); letter-spacing:-.2rem; color:#fff; } nav.sidenav .hamburger > *{background:#fff;} nav.sidenav .menu-wrapper{ display:flex; width:100%; height:calc(100vh - 6.375rem); align-items:center; } nav.sidenav .menus{width:100%; padding:0 0 2rem 0;} nav.sidenav .menu{width:100%; text-align:center; padding:.875rem 0;} nav.sidenav .menu > *{ color:#fff; color:transparent; -webkit-background-clip:text; letter-spacing:0; -webkit-text-fill-color:transparent; font-size:4.25rem; word-spacing:-.25rem; cursor:pointer; background-repeat:no-repeat; background-size:0 100%; background-image:linear-gradient(to right, #fff, #fff, #fff); background-position:0 0; -webkit-text-stroke-width:1px; -webkit-text-stroke-color:#fff; transition:all .6s; } nav.sidenav .menu > *:hover{background-size:100% 100%;} @media screen and (max-width:1199.98px){ nav.sidenav .menus{padding:0 0 5rem 0;} } @media screen and (max-width:1199.98px){ nav.sidenav .top-container{margin:.125rem 0 0 0; padding:1rem 1.25rem;} } /* Footer */ nav.footer{ position:fixed; bottom:.25rem; left:0; width:100vw; padding:1rem 3rem; z-index:80; display:flex; justify-content:space-between; align-items:center; opacity:0; } nav.footer .socials{display:flex; padding:0; margin:0; align-items:center;} nav.footer .social{ display:block; text-decoration:none; color:#101010; font-size:2rem; margin:0 1rem 0 0; cursor:pointer; transition:color .4s; } nav.footer.white .social{color:#fff;} nav.footer #menu{list-style:none; padding:0; margin:0; display:flex;} nav.footer #menu li > *{ display:block; width:.8125rem; height:.8125rem; background:#101010; margin:0 0 0 .5rem; padding:0; border-radius:1000rem; cursor:pointer; transition:width .5s, background .4s; } nav.footer.white #menu li > *{background:#fff;} nav.footer #menu li > *.active{width:3.625rem;} nav.footer .options{display:flex; padding:0; margin:0; align-items:center;} nav.footer .toggle-wireframe{ margin:0 1.25rem 0 0; width:.8125rem; height:.8125rem; border-radius:50%; cursor:pointer; position:relative; background:#101010; transition:background .4s; } nav.footer .toggle-wireframe::after{ content:''; position:absolute; top:0; bottom:0; left:0; right:0; transform:scale(1.8); border-radius:50%; border:1.5px solid #101010; opacity:0; transition:all .4s; } nav.footer .toggle-wireframe.active::after{opacity:1;} nav.footer.white .toggle-wireframe{background:#fff;} nav.footer.white .toggle-wireframe::after{border-color:#fff;} @media screen and (max-width:1199.98px){ nav.footer{bottom:.125rem; padding:1rem 1.25rem;} }
works/01-nike/css/navbar.css
nav.topnav{ position:fixed; top:.1875rem; left:0; width:100vw; padding:1rem 3rem; z-index:90; display:flex; justify-content:space-between; align-items:center; opacity:0; } nav.topnav .logo{ font-size:3.75rem; cursor:pointer; transform:skewX(-15deg); letter-spacing:-.2rem; transition:color .4s; } nav.topnav.white .logo{color:#fff;} nav.topnav.white .hamburger > *{background:#fff;} @media screen and (max-width:1199.98px){ nav.topnav{top:.125rem; padding:1rem 1.25rem;} } /* Sidenav */ nav.sidenav{ position:fixed; top:0; right:0; width:0; height:100vh; background:#101010; z-index:95; overflow:hidden; } nav.sidenav > .wrapper{position:relative; width:100vw;} nav.sidenav .top-container{ display:flex; justify-content:space-between; align-items:center; margin:.1875rem 0 0 0; padding:1rem 3em; } nav.sidenav .logo{ font-size:3.75rem; cursor:pointer; transform:skewX(-15deg); letter-spacing:-.2rem; color:#fff; } nav.sidenav .hamburger > *{background:#fff;} nav.sidenav .menu-wrapper{ display:flex; width:100%; height:calc(100vh - 6.375rem); align-items:center; } nav.sidenav .menus{width:100%; padding:0 0 2rem 0;} nav.sidenav .menu{width:100%; text-align:center; padding:.875rem 0;} nav.sidenav .menu > *{ color:#fff; color:transparent; -webkit-background-clip:text; letter-spacing:0; -webkit-text-fill-color:transparent; font-size:4.25rem; word-spacing:-.25rem; cursor:pointer; background-repeat:no-repeat; background-size:0 100%; background-image:linear-gradient(to right, #fff, #fff, #fff); background-position:0 0; -webkit-text-stroke-width:1px; -webkit-text-stroke-color:#fff; transition:all .6s; } nav.sidenav .menu > *:hover{background-size:100% 100%;} @media screen and (max-width:1199.98px){ nav.sidenav .menus{padding:0 0 5rem 0;} } @media screen and (max-width:1199.98px){ nav.sidenav .top-container{margin:.125rem 0 0 0; padding:1rem 1.25rem;} } /* Footer */ nav.footer{ position:fixed; bottom:.25rem; left:0; width:100vw; padding:1rem 3rem; z-index:80; display:flex; justify-content:space-between; align-items:center; opacity:0; } nav.footer .socials{display:flex; padding:0; margin:0; align-items:center;} nav.footer .social{ display:block; text-decoration:none; color:#101010; font-size:2rem; margin:0 1rem 0 0; cursor:pointer; transition:color .4s; } nav.footer.white .social{color:#fff;} nav.footer #menu{list-style:none; padding:0; margin:0; display:flex;} nav.footer #menu li > *{ display:block; width:.8125rem; height:.8125rem; background:#101010; margin:0 0 0 .5rem; padding:0; border-radius:1000rem; cursor:pointer; transition:width .5s, background .4s; } nav.footer.white #menu li > *{background:#fff;} nav.footer #menu li > *.active{width:3.625rem;} nav.footer .options{display:flex; padding:0; margin:0; align-items:center;} nav.footer .toggle-wireframe{ margin:0 1.25rem 0 0; width:.8125rem; height:.8125rem; border-radius:50%; cursor:pointer; position:relative; background:#101010; transition:background .4s; } nav.footer .toggle-wireframe::after{ content:''; position:absolute; top:0; bottom:0; left:0; right:0; transform:scale(1.8); border-radius:50%; border:1.5px solid #101010; opacity:0; transition:all .4s; } nav.footer .toggle-wireframe.active::after{opacity:1;} nav.footer.white .toggle-wireframe{background:#fff;} nav.footer.white .toggle-wireframe::after{border-color:#fff;} @media screen and (max-width:1199.98px){ nav.footer{bottom:.125rem; padding:1rem 1.25rem;} }
0.443359
0.062445
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("kickass.so"), domain("kickass.to"), domain("kickasstor.eu"), domain("kickasstor.bitproxy.eu"), domain("kickassto.come.in"), domain("kasssto.come.in") , domain("kickassunblock.info"), domain("kat.cr"){ body,html{border:medium none;height:100%;margin:0;overflow:visible;padding:0;width:auto;background:#1C1C1C!important;text-align:center!important;} body{max-width:1920px!important;margin:auto!important;position:relative!important;text-align:left!important;} #wrapper{margin:auto!important;max-width:1280px!important;} #wrapperInner{padding-bottom:0!important;} header{position: fixed!important;left:0!important;} a{color:#999!important;} a:hover{color:#eee!important;} a:visited{color:#777!important;} a:active{color:#fff!important;} /* Seed Leech update */ .seedLeachIcon{background-color: transparent!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} /* Custom flat logo color update */ #logo{background:url(http://i.imgur.com/Cc8lwO5.png) !important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} #logo:hover{filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important} /* Advertisements removal */ #MarketGidScriptRootC30675, #MarketGidComposite30675 { min-height: none !important; visibility: hidden !important; } #navigation li a:link{background:inherit!important; text-shadow: none!important;} #navigation .dropdown a:hover, .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(40,40,40,0.2)!important;color:#fff!important;} #navigation li .dropdown {background:#3C3C3C!important;} #navigation li a:hover,#navigation li .dropdown li a:hover{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(40,40,40,0.2)!important;color:#fff!important;} #menu{max-width:1540px!important;margin:0 auto!important;background:none!important;position:relative!important;} header{background:#3C3C3C!important;} .firstr{background:#444444!important;} .nopad {padding-left:5px!important;} /* LOL : data column title padding... */ .cellMainLink{font-weight:normal!important;} a.turnoverButton, a.turnoverButton.blank:hover{ background: #444!important; color:#fff!important;padding:4px 10px;text-shadow:none!important;} a.turnoverButton:hover{background: #7A6933!important;} .siteButton, .siteButton:hover, .nohover:hover .siteButton, .icon16,.icon16:hover,.magnetlinkButton,.giantIcon.magnetlinkButton,.giantIcon.rssButton,.giantIcon.bookmarkButton,.giantIcon.magnetlinkButton:hover,.giantIcon.rssButton:hover,.giantIcon.bookmarkButton:hover,.siteButton.verifTorrentButton:hover,#thnxCount:hover{ background: #333!important; box-shadow:none!important;} .torrentfingers,.thnx{background:none!important;box-shadow:none!important;} #contentSearch{background: transparent!important; border: 1px solid #666; box-shadow:none!important; padding-bottom: 6px!important; color:rgb(220, 220, 220)!important; font-family: Verdana!important; width:100%} #torrentSearch{ width:25%} /* Menu border */ /* #navigation {border: 1px solid #555 !important;} */ /* Ads removal update */ .legend, .spareBlock, .spareBlock.legend { visibility: hidden !important; margin: 0px !important; padding: 0px !important; height: 0px !important; } #summary div { padding-bottom: 5px !important; } div.iaconbox a:nth-last-child(3), div.iaconbox a:nth-last-child(4) { display: none; } .giantIcon.magnetlinkButton:hover,.giantIcon.rssButton:hover,.giantIcon.bookmarkButton:hover,.siteButton.verifTorrentButton:hover{background:rgba(60, 60, 60,0.8)!important;} /* ThnxButton update */ .fake, .thnx, .siteButton, .smallButton{ filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .fake:hover, .thnx:hover, .siteButton:hover, .smallButton:hover{filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .kaBox { background-color: #333!important; filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -ms-filter: grayscale(0.5); -o-filter: grayscale(0.5); } /* Giant buttons update */ .kaGiantButton { border-radius: 3px !important; background:transparent!important; } .kaGiantButton:hover { border-radius: 3px !important; background:transparent !important; } .kaGiantButton .ka{ border-radius: 3px !important; background-color: #333!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .kaGiantButton:hover{ background-color:#7A6933!important; filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .ka-magnet:hover, .ka-follow:hover, .ka-rss:hover{ background: #333!important; filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .ka-verify{visibility: hidden!important; margin-right: -20px!important;} .iconButton{font-weight: bold!important; background-color: #363636!important;} .iconButton:hover{background-color:#7A6933!important;} /* Button toolbar quick fix */ .ka.ka-message, .ka.ka-follow, .ka.ka-rss, .ka.ka-magnet { padding-top: 10px; padding-bottom: 5px; border-radius: 2px; } .ka.ka-verify { margin-right: 40px; } .kaGiantButton.siteButton.iconButton{ padding-right: 20px; } .kaBox.ka { filter: brightness(0.8);} .ka.ka16.ka-magnet { padding-top: 2px; padding-bottom: 2px; border-radius: 2px;} /* Icons filter fix */ .timeBlock{color:#555!important;} .foldericon, .ka16{filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .ka-widget{background: #444!important; padding-top:4px!important; padding-bottom:4px!important; text-shadow: none!important; font-weight: normal; font-family: Verdana,sans-serif!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .ka-widget:hover{background: #7A6933!important; text-shadow: none!important; filter:none!important; font-weight: normal; font-family: Verdana,sans-serif!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .kaButton{background: #444!important; text-shadow: none!important; padding-top:4px!important; padding-bottom:4px!important; box-shadow: none!important;} .kaButton:hover{background: #7A6933!important; text-shadow: none!important; padding-top:4px!important; padding-bottom:4px!important; box-shadow: none!important;} .ka-report{margin-top: -10px!important;} /* Rating section */ .qrate, .textareaRecommendation{background: #444!important;} #contentSearch input{color:#fff!important;} .partner1Button{display:none!important;} .dataList{color:#fff!important;} .data{border:none!important;} .data tr td, .data tr th {border:none!important;} .torrent_files.folder,.torrent_files .folderopen{background-color:transparent!important;} .textcontent img{width:auto!important;height:auto!important;max-width:700px!important;} .textcontent img:hover{width:auto!important;height:auto!important;max-width:1100px!important;} .quote,.textcontent{background-color: transparent!important;color:#fff!important;} .thnx{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -190px -20px transparent!important;} .fake{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -190px -107px transparent!important;} .giantIcon.magnetlinkButton span{background:url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -150px -150px transparent!important;display:block;width:30px;height:27px;} .giantIcon.bookmarkButton span{background:url("http://kastatic.com/images/spriteContent-75d1f2a.png") no-repeat scroll -150px -175px transparent!important;display:block;width:30px;height:27px;} .siteButton.giantIcon.rssButton.ajaxLink span{background:url("http://kastatic.com/images/spriteContent-75d1f2a.png") no-repeat scroll -150px -200px transparent!important;display:block;width:30px;height:27px;} .buttonPic{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -142px 4px transparent!important;border-right: 1px solid rgb(166, 148, 90);margin-right: 12px;} .darkButton{ background: #333!important; border-color: rgba(56, 56, 56, 0)!important;} .darkButton:hover{color:white!important;background: #444!important;} #mainDetailsTable .darkButton .menuValue{background-color: #555!important; border: none!important; color: #CCC!important;} /* Fix comments section */ .bbedit-menu{color: #333!important; background-color: #222!important;} .bbedit-toolbar{background-color: transparent!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .bbedit-toolbar *:hover{background-color: #222!important; filter: none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important} .advertising .legend{background-color:transparent!important;} .eventsButtons{display:none!important;} textarea,.textinput{color: rgb(190, 190, 190)!important;font-size:13px;outline:medium none;width:180px;padding:2px 5px 3px;border-radius:3px 3px 3px 3px;background-color:rgba(20,20,20,0.7)!important;} .commentThread .commentbody{background-image:none!important;background:#2C2C2C!important;color:#fff!important;} /* Community forum fixes */ .commentbody{background-image:none!important;background:transparent!important;color:#fff!important;} .badge:hover{background:#222!important;color:#fff!important;border-radius: 3px} .forumGroupName.lightivorybg.thin.white.left.font14px.forumhideJS{background: #5C5C5C!important;} .timeago{text-shadow: 0 0 0 black} /* Fix covered informations */ .sharingWidgetBox{display:none!important;} /* Fix margin of cast/summary because of width100perc */ /* #tab-main div.floatleft{margin-left: -5px!important;} */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h1 a:hover span, h2 a:hover span, h3 a:hover span, h4 a:hover span {color:#fff!important;} .sidebarCell{display:none!important;} .tabNavigation .menuValue, #navstyle .menuValue, .smallTorrentBadge{color:#111!important;border-left: 1px solid rgb(100, 100, 100)!important;border-bottom: 1px solid rgb(88, 88, 88)!important; background: #333!important; margin:-1px 0px;} .tabNavigation .menuValue{background-color: #555!important; border: none!important; color: #CCC!important;} select{background-color:rgba(0,0,0,0.6)!important;} .contentTabContainer *{color:#fff!important;} .torrentDownloaded {opacity: 0.2;} .data th,.sliderbox h3{color:#eee!important;} .sliderbox ul li:hover{background-color:rgba(30,30,30,0.6)!important;} .siteButton span{background-image:none!important;color:#999!important;text-shadow:none!important;} .redButton,.nohover:hover.redButton,.siteButton.dislikeButton,.minusbut,.darkButton,.menuValue,.circleButton,.siteButton{text-shadow:none!important;} .siteButton.giantButton.verifTorrentButton span{text-shadow: 0 1px 0 #8c751e!important;} .headmenu{background:none!important;} .toppad10px{padding:0px!important;} .headmainpart{height:56px!important;} #navstyle{background:none!important;background-color:#0F0F0F!important;} .darkbrownbg {background-color:rgb(15,15,15)!important;} .mainpart,footer{background-color:#1C1C1C!important; margin-top:70px!important;} #tagcloud,.tagcloud, .line50perc.showmore.botmarg0{display:none!important;} .showmore{background:#3C3C3C!important;padding:5px;display:block;} h1 a, h2 a, h3 a, h4 a, h5 a{color:#ddd!important;} h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{color:#fff!important;} tr.odd{background-color:#2C2C2C!important;} tr.even{background-color:#212121!important;} tr.odd,tr.even{color:#B4B4B4!important;} tr.odd a,tr.even a {color:#DCDCDC!important;} tr.even:hover{background:rgba(20,20,20,0.4)!important;} tr.odd:hover{background:rgba(30,30,30,0.4)!important;} table tbody *,#navstyle{border-color:rgba(255,255,255,0.1)!important;} .tabs{margin-top:0px;} #tab-main{background:#2C2C2C!important;padding:20px!important;} hr.tabsSeparator{background-color:rgba(56, 56, 56, 0)!important;margin:0!important;height: 0px!important;} .letterssort{background-color:transparent!important;border:0px!important;} h1, h2, h3, h4, h5{color:#efefd5!important;} .formtable{color:#fff!important;} #captcha{color:#000!important;} .hideSidebar{border:none!important;} .firstPost strong{background-color:#323232!important;} /* TV series episodes fix */ .lightivorybg, .lightivorybg:hover{background-color:#323232!important;} .versionsFolded{color: #fff!important;} .versionsFolded:hover{background-color: #323232; color: #fff!important;} .versionsUnFolded{background-color: #706f62!important; text-shadow:0px 0px;} .versionsUnFolded .infoListCut{color: #eee!important;} .getcontainer{background-color: transparent;} /* End of fix */ #communityBlock.commentbody,.profileCloud,.quote,blockquote,.accentbox{background-color:rgba(0,0,0,0.2)!important;color:#fff!important;} #ui-id-1{text-align:left!important;position:absolute!important;} .tooltip, .ui-tooltip, .ui-widget, .ui-corner-all, .ui-widget-content{background:#fff!important;border-bottom: 0px solid #000 !important;} .ui-menu .ui-menu-item a,.ui-widget-content a{color:#383838!important;text-shadow:none!important;} .ui-menu .ui-menu-item a:hover{text-shadow:none!important;} .ui-menu .ui-menu-item a:hover,.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(60, 60, 60,0.1)!important;color:#191919!important;font-weight:normal!important;} #fancybox-overlay{position:fixed!important;width:100%!important} div[id="fancybox-wrap"][style^="width: 440px;"]{left:440px!important;} div[id="fancybox-wrap"][style^="width: 840px;"]{left:240px!important;} div[id="fancybox-wrap"][style^="width: 796px;"]{left:266px!important;} /* Comments previews when hovering icon button */ #previewPopupContainer #previewPopupContent, .darkivorybg{box-shadow: none!important; text-shadow: none; border: none!important; background-image:none!important; color:#BBB!important; background-color: #454545!important;} #prevAV {background-color: #585858 !important; text-shadow: none !important; box-shadow: none!important} /* End */ #fancybox-outer{background-image:none!important;background-color:#1C1C1C!important;} .achTable a{color:black!important;} .achTable{color:#eee!important;} .advertDownload,.block.botmarg5px,.vuze,span.font11px.lightgrey.block,.at4-share-outer-right{display:none!important;} .font11px.lightgrey.block{color:#585858;} /*.lazyjs.bbcodeImage{display:none!important;} */ .torrentFileList tr.last .torTree,.firstPost div {background-color:transparent!important;} .torrent_files .folder, .torrent_files .folderopen{background:inherit!important;} /* Fix unfolded torrent list */ #torrent_files .torrentFileList tr:hover { background-color: transparent !important; } #torrent_files .torrentFileList tr:hover > .torFileIcon, #torrent_files .torrentFileList tr:hover > .torFileName, #torrent_files .torrentFileList tr:hover > .torFileSize { background-color: #333 !important; } #torrent_files .torrentFileList tr.innerFolder:hover > .folderopen { background-color: #333 !important; } #ul_top > tbody:nth-child(1) > tr:nth-child(1n+0){color:#eee!important;} #ul_top > tbody:nth-child(1) > tr:nth-child(1n+0):hover{background-color:transparent!important;} footer{display:none!important;} }
data/usercss/115998.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("kickass.so"), domain("kickass.to"), domain("kickasstor.eu"), domain("kickasstor.bitproxy.eu"), domain("kickassto.come.in"), domain("kasssto.come.in") , domain("kickassunblock.info"), domain("kat.cr"){ body,html{border:medium none;height:100%;margin:0;overflow:visible;padding:0;width:auto;background:#1C1C1C!important;text-align:center!important;} body{max-width:1920px!important;margin:auto!important;position:relative!important;text-align:left!important;} #wrapper{margin:auto!important;max-width:1280px!important;} #wrapperInner{padding-bottom:0!important;} header{position: fixed!important;left:0!important;} a{color:#999!important;} a:hover{color:#eee!important;} a:visited{color:#777!important;} a:active{color:#fff!important;} /* Seed Leech update */ .seedLeachIcon{background-color: transparent!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} /* Custom flat logo color update */ #logo{background:url(http://i.imgur.com/Cc8lwO5.png) !important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} #logo:hover{filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important} /* Advertisements removal */ #MarketGidScriptRootC30675, #MarketGidComposite30675 { min-height: none !important; visibility: hidden !important; } #navigation li a:link{background:inherit!important; text-shadow: none!important;} #navigation .dropdown a:hover, .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(40,40,40,0.2)!important;color:#fff!important;} #navigation li .dropdown {background:#3C3C3C!important;} #navigation li a:hover,#navigation li .dropdown li a:hover{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(40,40,40,0.2)!important;color:#fff!important;} #menu{max-width:1540px!important;margin:0 auto!important;background:none!important;position:relative!important;} header{background:#3C3C3C!important;} .firstr{background:#444444!important;} .nopad {padding-left:5px!important;} /* LOL : data column title padding... */ .cellMainLink{font-weight:normal!important;} a.turnoverButton, a.turnoverButton.blank:hover{ background: #444!important; color:#fff!important;padding:4px 10px;text-shadow:none!important;} a.turnoverButton:hover{background: #7A6933!important;} .siteButton, .siteButton:hover, .nohover:hover .siteButton, .icon16,.icon16:hover,.magnetlinkButton,.giantIcon.magnetlinkButton,.giantIcon.rssButton,.giantIcon.bookmarkButton,.giantIcon.magnetlinkButton:hover,.giantIcon.rssButton:hover,.giantIcon.bookmarkButton:hover,.siteButton.verifTorrentButton:hover,#thnxCount:hover{ background: #333!important; box-shadow:none!important;} .torrentfingers,.thnx{background:none!important;box-shadow:none!important;} #contentSearch{background: transparent!important; border: 1px solid #666; box-shadow:none!important; padding-bottom: 6px!important; color:rgb(220, 220, 220)!important; font-family: Verdana!important; width:100%} #torrentSearch{ width:25%} /* Menu border */ /* #navigation {border: 1px solid #555 !important;} */ /* Ads removal update */ .legend, .spareBlock, .spareBlock.legend { visibility: hidden !important; margin: 0px !important; padding: 0px !important; height: 0px !important; } #summary div { padding-bottom: 5px !important; } div.iaconbox a:nth-last-child(3), div.iaconbox a:nth-last-child(4) { display: none; } .giantIcon.magnetlinkButton:hover,.giantIcon.rssButton:hover,.giantIcon.bookmarkButton:hover,.siteButton.verifTorrentButton:hover{background:rgba(60, 60, 60,0.8)!important;} /* ThnxButton update */ .fake, .thnx, .siteButton, .smallButton{ filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .fake:hover, .thnx:hover, .siteButton:hover, .smallButton:hover{filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .kaBox { background-color: #333!important; filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -ms-filter: grayscale(0.5); -o-filter: grayscale(0.5); } /* Giant buttons update */ .kaGiantButton { border-radius: 3px !important; background:transparent!important; } .kaGiantButton:hover { border-radius: 3px !important; background:transparent !important; } .kaGiantButton .ka{ border-radius: 3px !important; background-color: #333!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .kaGiantButton:hover{ background-color:#7A6933!important; filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .ka-magnet:hover, .ka-follow:hover, .ka-rss:hover{ background: #333!important; filter:none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .ka-verify{visibility: hidden!important; margin-right: -20px!important;} .iconButton{font-weight: bold!important; background-color: #363636!important;} .iconButton:hover{background-color:#7A6933!important;} /* Button toolbar quick fix */ .ka.ka-message, .ka.ka-follow, .ka.ka-rss, .ka.ka-magnet { padding-top: 10px; padding-bottom: 5px; border-radius: 2px; } .ka.ka-verify { margin-right: 40px; } .kaGiantButton.siteButton.iconButton{ padding-right: 20px; } .kaBox.ka { filter: brightness(0.8);} .ka.ka16.ka-magnet { padding-top: 2px; padding-bottom: 2px; border-radius: 2px;} /* Icons filter fix */ .timeBlock{color:#555!important;} .foldericon, .ka16{filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .ka-widget{background: #444!important; padding-top:4px!important; padding-bottom:4px!important; text-shadow: none!important; font-weight: normal; font-family: Verdana,sans-serif!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .ka-widget:hover{background: #7A6933!important; text-shadow: none!important; filter:none!important; font-weight: normal; font-family: Verdana,sans-serif!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important;} .kaButton{background: #444!important; text-shadow: none!important; padding-top:4px!important; padding-bottom:4px!important; box-shadow: none!important;} .kaButton:hover{background: #7A6933!important; text-shadow: none!important; padding-top:4px!important; padding-bottom:4px!important; box-shadow: none!important;} .ka-report{margin-top: -10px!important;} /* Rating section */ .qrate, .textareaRecommendation{background: #444!important;} #contentSearch input{color:#fff!important;} .partner1Button{display:none!important;} .dataList{color:#fff!important;} .data{border:none!important;} .data tr td, .data tr th {border:none!important;} .torrent_files.folder,.torrent_files .folderopen{background-color:transparent!important;} .textcontent img{width:auto!important;height:auto!important;max-width:700px!important;} .textcontent img:hover{width:auto!important;height:auto!important;max-width:1100px!important;} .quote,.textcontent{background-color: transparent!important;color:#fff!important;} .thnx{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -190px -20px transparent!important;} .fake{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -190px -107px transparent!important;} .giantIcon.magnetlinkButton span{background:url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -150px -150px transparent!important;display:block;width:30px;height:27px;} .giantIcon.bookmarkButton span{background:url("http://kastatic.com/images/spriteContent-75d1f2a.png") no-repeat scroll -150px -175px transparent!important;display:block;width:30px;height:27px;} .siteButton.giantIcon.rssButton.ajaxLink span{background:url("http://kastatic.com/images/spriteContent-75d1f2a.png") no-repeat scroll -150px -200px transparent!important;display:block;width:30px;height:27px;} .buttonPic{background: url("http://oi62.tinypic.com/r2j8nd.jpg") no-repeat scroll -142px 4px transparent!important;border-right: 1px solid rgb(166, 148, 90);margin-right: 12px;} .darkButton{ background: #333!important; border-color: rgba(56, 56, 56, 0)!important;} .darkButton:hover{color:white!important;background: #444!important;} #mainDetailsTable .darkButton .menuValue{background-color: #555!important; border: none!important; color: #CCC!important;} /* Fix comments section */ .bbedit-menu{color: #333!important; background-color: #222!important;} .bbedit-toolbar{background-color: transparent!important; filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);} .bbedit-toolbar *:hover{background-color: #222!important; filter: none!important; -webkit-filter: none!important; -moz-filter: none!important; -ms-filter: none!important; -o-filter: none!important} .advertising .legend{background-color:transparent!important;} .eventsButtons{display:none!important;} textarea,.textinput{color: rgb(190, 190, 190)!important;font-size:13px;outline:medium none;width:180px;padding:2px 5px 3px;border-radius:3px 3px 3px 3px;background-color:rgba(20,20,20,0.7)!important;} .commentThread .commentbody{background-image:none!important;background:#2C2C2C!important;color:#fff!important;} /* Community forum fixes */ .commentbody{background-image:none!important;background:transparent!important;color:#fff!important;} .badge:hover{background:#222!important;color:#fff!important;border-radius: 3px} .forumGroupName.lightivorybg.thin.white.left.font14px.forumhideJS{background: #5C5C5C!important;} .timeago{text-shadow: 0 0 0 black} /* Fix covered informations */ .sharingWidgetBox{display:none!important;} /* Fix margin of cast/summary because of width100perc */ /* #tab-main div.floatleft{margin-left: -5px!important;} */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h1 a:hover span, h2 a:hover span, h3 a:hover span, h4 a:hover span {color:#fff!important;} .sidebarCell{display:none!important;} .tabNavigation .menuValue, #navstyle .menuValue, .smallTorrentBadge{color:#111!important;border-left: 1px solid rgb(100, 100, 100)!important;border-bottom: 1px solid rgb(88, 88, 88)!important; background: #333!important; margin:-1px 0px;} .tabNavigation .menuValue{background-color: #555!important; border: none!important; color: #CCC!important;} select{background-color:rgba(0,0,0,0.6)!important;} .contentTabContainer *{color:#fff!important;} .torrentDownloaded {opacity: 0.2;} .data th,.sliderbox h3{color:#eee!important;} .sliderbox ul li:hover{background-color:rgba(30,30,30,0.6)!important;} .siteButton span{background-image:none!important;color:#999!important;text-shadow:none!important;} .redButton,.nohover:hover.redButton,.siteButton.dislikeButton,.minusbut,.darkButton,.menuValue,.circleButton,.siteButton{text-shadow:none!important;} .siteButton.giantButton.verifTorrentButton span{text-shadow: 0 1px 0 #8c751e!important;} .headmenu{background:none!important;} .toppad10px{padding:0px!important;} .headmainpart{height:56px!important;} #navstyle{background:none!important;background-color:#0F0F0F!important;} .darkbrownbg {background-color:rgb(15,15,15)!important;} .mainpart,footer{background-color:#1C1C1C!important; margin-top:70px!important;} #tagcloud,.tagcloud, .line50perc.showmore.botmarg0{display:none!important;} .showmore{background:#3C3C3C!important;padding:5px;display:block;} h1 a, h2 a, h3 a, h4 a, h5 a{color:#ddd!important;} h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{color:#fff!important;} tr.odd{background-color:#2C2C2C!important;} tr.even{background-color:#212121!important;} tr.odd,tr.even{color:#B4B4B4!important;} tr.odd a,tr.even a {color:#DCDCDC!important;} tr.even:hover{background:rgba(20,20,20,0.4)!important;} tr.odd:hover{background:rgba(30,30,30,0.4)!important;} table tbody *,#navstyle{border-color:rgba(255,255,255,0.1)!important;} .tabs{margin-top:0px;} #tab-main{background:#2C2C2C!important;padding:20px!important;} hr.tabsSeparator{background-color:rgba(56, 56, 56, 0)!important;margin:0!important;height: 0px!important;} .letterssort{background-color:transparent!important;border:0px!important;} h1, h2, h3, h4, h5{color:#efefd5!important;} .formtable{color:#fff!important;} #captcha{color:#000!important;} .hideSidebar{border:none!important;} .firstPost strong{background-color:#323232!important;} /* TV series episodes fix */ .lightivorybg, .lightivorybg:hover{background-color:#323232!important;} .versionsFolded{color: #fff!important;} .versionsFolded:hover{background-color: #323232; color: #fff!important;} .versionsUnFolded{background-color: #706f62!important; text-shadow:0px 0px;} .versionsUnFolded .infoListCut{color: #eee!important;} .getcontainer{background-color: transparent;} /* End of fix */ #communityBlock.commentbody,.profileCloud,.quote,blockquote,.accentbox{background-color:rgba(0,0,0,0.2)!important;color:#fff!important;} #ui-id-1{text-align:left!important;position:absolute!important;} .tooltip, .ui-tooltip, .ui-widget, .ui-corner-all, .ui-widget-content{background:#fff!important;border-bottom: 0px solid #000 !important;} .ui-menu .ui-menu-item a,.ui-widget-content a{color:#383838!important;text-shadow:none!important;} .ui-menu .ui-menu-item a:hover{text-shadow:none!important;} .ui-menu .ui-menu-item a:hover,.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{border-color:rgba(0,0,0,0.3)!important;background-color:rgba(60, 60, 60,0.1)!important;color:#191919!important;font-weight:normal!important;} #fancybox-overlay{position:fixed!important;width:100%!important} div[id="fancybox-wrap"][style^="width: 440px;"]{left:440px!important;} div[id="fancybox-wrap"][style^="width: 840px;"]{left:240px!important;} div[id="fancybox-wrap"][style^="width: 796px;"]{left:266px!important;} /* Comments previews when hovering icon button */ #previewPopupContainer #previewPopupContent, .darkivorybg{box-shadow: none!important; text-shadow: none; border: none!important; background-image:none!important; color:#BBB!important; background-color: #454545!important;} #prevAV {background-color: #585858 !important; text-shadow: none !important; box-shadow: none!important} /* End */ #fancybox-outer{background-image:none!important;background-color:#1C1C1C!important;} .achTable a{color:black!important;} .achTable{color:#eee!important;} .advertDownload,.block.botmarg5px,.vuze,span.font11px.lightgrey.block,.at4-share-outer-right{display:none!important;} .font11px.lightgrey.block{color:#585858;} /*.lazyjs.bbcodeImage{display:none!important;} */ .torrentFileList tr.last .torTree,.firstPost div {background-color:transparent!important;} .torrent_files .folder, .torrent_files .folderopen{background:inherit!important;} /* Fix unfolded torrent list */ #torrent_files .torrentFileList tr:hover { background-color: transparent !important; } #torrent_files .torrentFileList tr:hover > .torFileIcon, #torrent_files .torrentFileList tr:hover > .torFileName, #torrent_files .torrentFileList tr:hover > .torFileSize { background-color: #333 !important; } #torrent_files .torrentFileList tr.innerFolder:hover > .folderopen { background-color: #333 !important; } #ul_top > tbody:nth-child(1) > tr:nth-child(1n+0){color:#eee!important;} #ul_top > tbody:nth-child(1) > tr:nth-child(1n+0):hover{background-color:transparent!important;} footer{display:none!important;} }
0.206334
0.103205
div.sheet-tab-content { display: none; } input.sheet-character:checked ~ div.sheet-character, input.sheet-faction:checked ~ div.sheet-faction, input.sheet-npc:checked ~ div.sheet-npc { display: block; } input.sheet-tab { width: 50px; height: 0px; top: 10px; left: 10px; margin-left: -2px; position: relative; cursor: pointer; z-index: 1; } input.sheet-tab::before { content: attr(title); border: solid 1px #000; border-bottom-color: black; text-align: center; display: inline-block; background: #fff; width: 51px; height: 10px; font-size: 10px; padding-bottom: 1px; } input.sheet-tab:checked::before { background: #ddd; } input.sheet-tab:not(:first-child)::before { border-left: none; } div.sheet-tab-content { border-top: 1px solid #000; margin: 2px 0 0 5px; } .sheet-container { font-size: 0.75em; } .sheet-container::after { content: ""; top: 45px; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; height: 600%; background: url("http://i.imgur.com/BLb0XMU.jpg"); background-size: 100% 100%; } .sheet-spacer { clear: both; min-height: 2em; max-height: 2em; width: 100%; } .sheet-version-container { clear: both; width: 100%; border-top: 1px solid black; margin-top: 20px; } .sheet-character button[type=roll].sheet-blank-roll-button { width: 3.25em; height: 2em; margin-left: 0.75em; } .sheet-character button[type=roll].sheet-blank-roll-button::before { content: ""; } .sheet-character button[type=roll].sheet-blank-roll-button input { position: relative; width: 2.5em; height: 1.25em; top: -20px; } .sheet-character th { text-align: center; } .sheet-character textarea { height: 4em; max-width: 70%; min-width: 70%; } .sheet-character input[type=number] { text-align: right; } .sheet-character .sheet-input .sheet-saves { height: 1.25em; width: 2.5em; margin: 0; padding: 0; margin-left: 0.75em; } .sheet-character .sheet-input .sheet-rollable-value.sheet-saves { margin-left: 0; } .sheet-character .sheet-column { width: 30%; float: left; display: inline-block; margin-left: 0; padding: 1.25em; } .sheet-character .sheet-stats, .sheet-character .sheet-saves { width: 100%; } .sheet-character .sheet-field-title { width: 20%; padding: 0; padding-bottom: 10px; margin: 0; } .sheet-character .sheet-armor .sheet-input { width: 70%; padding: 0; margin: 0 0 10px 10px; } .sheet-character .sheet-small-title-label { font-style: italic; font-weight: normal; display: inline-block; } .sheet-character .sheet-armor-ac .sheet-input, .sheet-character .sheet-armor-net .sheet-input, .sheet-character .sheet-armor-shield .sheet-input { width: 60px; } .sheet-character .sheet-armor-type, .sheet-character .sheet-armor, .sheet-character .sheet-attributes { clear: both; } .sheet-character .sheet-weapons { clear: both; margin-top: 1em; } .sheet-character .sheet-weapons .sheet-weapons-list { margin-top: 1em; } .sheet-character .sheet-fray-die { width: 50px; text-align: right; } .sheet-character .sheet-title-label { clear: both; font-weight: bold; font-variant: small-caps; font-family: 'Copperplate'; font-size: 1.5em; border-bottom: 1px solid black; text-align: center; margin-top: 0.5em; padding: 0; } .sheet-character .sheet-attributes-section div.sheet-table-attributes { text-align: center; width: 100%; } .sheet-character .sheet-attributes-section table.sheet-table-attributes { text-align: center; width: 75%; margin-left: 12.5%; } .sheet-character .sheet-attributes-section table.sheet-table-attributes td { text-align: right; } .sheet-character .sheet-saves-section table.sheet-table-saves { text-align: right; width: 100%; margin-left: -1em; } .sheet-character .sheet-button .sheet-input { border: none; padding: 0; margin: 0; } .sheet-character .sheet-info .sheet-input { width: 70%; float: left; padding: 0; margin: 0 0 10px 10px; } .sheet-character .sheet-info .sheet-input-thin { width: 60px !important; } .sheet-character .sheet-facts .sheet-input { width: 70%; padding: 0; margin: 0; margin-bottom: 10px; float: right; } .sheet-character .sheet-field-title { clear: both; width: 25%; float: left; text-align: right; padding-bottom: 10px; } .sheet-character .sheet-table-field-title { width: 10%; font-style: italic; padding-right: 0.5em; text-align: right; text-transform: uppercase; } .sheet-character .sheet-table-header { padding: 0 2%; text-align: center; } .sheet-character .sheet-table-cell { display: table-cell; } .sheet-character .sheet-table-row { display: inline-block; width: 100%; margin: 0; padding: 0; } .sheet-character .sheet-weapon-name { width: 5em; } .sheet-character .sheet-center-column { border-left: 1px solid black; border-right: 1px solid black; min-height: 850px; } .sheet-character .sheet-weapon { width: 100%; } .sheet-character .sheet-weapon-name { display: inline-block; border-top: 1px; border-top-style: dashed; padding-top: 10px; width: 100%; } .sheet-character .sheet-weapon-name.sheet-input { width: 100%; float: left; margin: 0; padding: 0; border: none; font-style: italic; } .sheet-character .sheet-weapon-info .sheet-weapon-info-element { float: left; margin-right: 4%; padding: 0; width: 25%; } .sheet-character .sheet-weapon-info .sheet-weapon-info-element.sheet-weapon-info-roll { float: right; width: 25px; margin: 0; padding: 0; } .sheet-character .sheet-field-label.sheet-weapons-ab { clear: both; float: left; width: 50%; margin: 0; padding: 5px 0 0 0; } .sheet-character .sheet-dropdown, .sheet-character .sheet-damage-chart { width: 100%; } .sheet-character .sheet-weapon-info-element.sheet-input { width: 100% !important; } .sheet-character .sheet-table-weapons .sheet-input { width: 100% !important; text-align: center; } .sheet-character .sheet-table-weapons .sheet-table-header { text-align: justify; } .sheet-character .sheet-info .sheet-field-title { text-align: right; } .sheet-character .sheet-info .sheet-hp span .sheet-input { text-align: center; } .sheet-character .sheet-fray { width: 100%; margin: 0; padding: 0; float: left; text-align: center; } .sheet-character .sheet-col.sheet-fray-die { width: 33% !important; margin: 0 !important; float: left; } .sheet-character .sheet-col.sheet-damage-chart { width: 60% !important; float: right; } .sheet-character .sheet-armor-saving-throw-penalty-choice { width: 20%; display: inline-block; margin: 0; padding: 0 5px; } .sheet-character .sheet-armor-saving-throw-penalty-choice .sheet-saving-throw-penalty-element { width: 100%; margin: 0; padding: 0 12px; } .sheet-character .sheet-power-name { width: 63%; float: left; } .sheet-character .sheet-power-cost { float: left; } .sheet-character .sheet-power-effort { width: 15%; float: left; padding-bottom: 5px; } .sheet-character .sheet-table-header .sheet-power-name { margin: 0; padding: 0; text-align: left; } .sheet-character .sheet-table-header .sheet-power-effort { margin: 0; padding: 0; text-align: right; } .sheet-character .sheet-resources-table { margin: 0; width: 70%; } .sheet-character .sheet-values { float: left; margin-left: 10px; } .sheet-character .sheet-values .sheet-input { margin: 0; width: 60px; } .sheet-character .sheet-values .sheet-min { float: left; } .sheet-character .sheet-values .sheet-max { float: right; } .sheet-character .sheet-values .sheet-separator { margin: 0 10px; } .sheet-character .repitem .sheet-table-row { text-align: justify; } .sheet-character .sheet-table-weapons .repcontrol { border-top: 1px dashed black; padding-top: 10px; clear: both; } .sheet-character .repcontrol { clear: both; } .sheet-character .sheet-projects-section { clear: both; margin-top: 25px; width: 100%; } .sheet-character .sheet-projects-section .sheet-projects { clear: both; width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .repcontrol { clear: both; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem { width: 49%; border: 1px solid black; padding: 0 5px 5px 5px; margin-bottom: 1%; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(odd) { float: left; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(even) { float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project { width: 50%; margin: 0; padding: 0; display: inline; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-element { display: inline; float: left; padding: 5px 5px; margin-top: 5px; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-dropdown { width: 7.5em; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section { width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section input { width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-details-subsection .sheet-dropdown { width: 150px; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection { clear: both; float: left; margin: 7.5% 0 0 10%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-field-title { display: inline-block; text-align: right; padding-right: 5px; width: 12.5%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-project-element { float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally { width: 150px; margin-right: 15%; float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally .sheet-project-dominion-tally-headers .sheet-project-field-title { text-align: center; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally tbody { text-align: right; } .sheet-npc .sheet-title-label { clear: both; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid black; text-align: center; margin-top: 0.5em; padding: 0; } .sheet-npc .sheet-column { width: 49%; display: inline-block; margin: 0; padding: 0; } .sheet-npc .sheet-column:first-child { float: left; } .sheet-npc .sheet-column:last-child { float: right; } .sheet-npc .sheet-column .sheet-field-title { width: 12em; padding: 0; margin: 5px; display: inline; text-align: right; float: right; } .sheet-npc .sheet-column .sheet-effort .sheet-field-title { width: 15em; } .sheet-npc .sheet-column .sheet-field-content { width: 75%; margin: 0 5% 0 0; } .sheet-npc .sheet-column .sheet-npc-section-title { text-align: center; width: 100%; border-bottom: 1px solid black; margin: 0 0 10px 0; padding: 0; font-family: 'Copperplate'; font-variant: small-caps; font-size: 1.5em; } .sheet-npc .sheet-column .sheet-npc-effort-table { width: 40%; } .sheet-npc .sheet-column .sheet-tactics .sheet-tactic-chooser .sheet-field-content { float: left; display: inline; width: 20%; margin: 3px 0 0 25px; padding: 0; } .sheet-npc .sheet-column .sheet-tactics .sheet-input { width: 95%; } .sheet-faction .sheet-column { width: 48%; display: inline-block; margin: 0 1%; padding: 0; } .sheet-faction .sheet-column:first-child { float: left; } .sheet-faction .sheet-column:last-child { float: right; } .sheet-faction .sheet-info-section .sheet-info-table { float: left; width: 49%; display: inline; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-field-title { text-align: right; padding-right: 5px; width: 26%; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-faction-name { width: 200%; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-dropdown { width: 65px; margin-top: 10px; } .sheet-faction .sheet-info-section .sheet-dominion-scores { margin-top: 100px; width: 49%; float: left; } .sheet-faction .sheet-problems-section .sheet-faction.sheet-input { width: 10%; } .sheet-faction .sheet-problems-section .sheet-faction.sheet-textarea { width: 85%; } .sheet-faction .sheet-textarea { min-height: 18px; height: auto; width: 95%; } .sheet-faction .sheet-interests-section .sheet-interest { clear: both; } .sheet-faction .sheet-interests-section .sheet-interest .sheet-interest-name { width: 85%; margin-bottom: 10px; float: right; } .sheet-faction .sheet-interests-section .sheet-interest .sheet-interest-score { width: 10%; float: left; } .sheet-faction .sheet-interests-section .repcontrol { clear: both; } .sheet-faction .sheet-section-title { text-align: center; font-family: 'Copperplate'; font-variant: small-caps; font-size: 1.5em; width: 100%; border-bottom: 1px solid black; margin: 0 0 10px 0; padding: 0; } .sheet-faction .sheet-projects-section { clear: both; margin-top: 25px; width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects { clear: both; width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .repcontrol { clear: both; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem { width: 49%; border: 1px solid black; padding: 0 5px 5px 5px; margin-bottom: 1%; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(odd) { float: left; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(even) { float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project { width: 50%; margin: 0; padding: 0; display: inline; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-element { display: inline; float: left; padding: 5px 5px; margin-top: 5px; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-dropdown { width: 7.5em; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section { width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section input { width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-details-subsection .sheet-dropdown { width: 150px; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection { clear: both; float: left; margin: 7.5% 0 0 10%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-field-title { display: inline-block; text-align: right; padding-right: 5px; width: 12.5%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-project-element { float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally { width: 150px; margin-right: 15%; float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally .sheet-project-dominion-tally-headers .sheet-field-title { text-align: center; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally tbody { text-align: right; } /*# sourceMappingURL=Godbound.css.map */
Godbound/Godbound.css
div.sheet-tab-content { display: none; } input.sheet-character:checked ~ div.sheet-character, input.sheet-faction:checked ~ div.sheet-faction, input.sheet-npc:checked ~ div.sheet-npc { display: block; } input.sheet-tab { width: 50px; height: 0px; top: 10px; left: 10px; margin-left: -2px; position: relative; cursor: pointer; z-index: 1; } input.sheet-tab::before { content: attr(title); border: solid 1px #000; border-bottom-color: black; text-align: center; display: inline-block; background: #fff; width: 51px; height: 10px; font-size: 10px; padding-bottom: 1px; } input.sheet-tab:checked::before { background: #ddd; } input.sheet-tab:not(:first-child)::before { border-left: none; } div.sheet-tab-content { border-top: 1px solid #000; margin: 2px 0 0 5px; } .sheet-container { font-size: 0.75em; } .sheet-container::after { content: ""; top: 45px; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; height: 600%; background: url("http://i.imgur.com/BLb0XMU.jpg"); background-size: 100% 100%; } .sheet-spacer { clear: both; min-height: 2em; max-height: 2em; width: 100%; } .sheet-version-container { clear: both; width: 100%; border-top: 1px solid black; margin-top: 20px; } .sheet-character button[type=roll].sheet-blank-roll-button { width: 3.25em; height: 2em; margin-left: 0.75em; } .sheet-character button[type=roll].sheet-blank-roll-button::before { content: ""; } .sheet-character button[type=roll].sheet-blank-roll-button input { position: relative; width: 2.5em; height: 1.25em; top: -20px; } .sheet-character th { text-align: center; } .sheet-character textarea { height: 4em; max-width: 70%; min-width: 70%; } .sheet-character input[type=number] { text-align: right; } .sheet-character .sheet-input .sheet-saves { height: 1.25em; width: 2.5em; margin: 0; padding: 0; margin-left: 0.75em; } .sheet-character .sheet-input .sheet-rollable-value.sheet-saves { margin-left: 0; } .sheet-character .sheet-column { width: 30%; float: left; display: inline-block; margin-left: 0; padding: 1.25em; } .sheet-character .sheet-stats, .sheet-character .sheet-saves { width: 100%; } .sheet-character .sheet-field-title { width: 20%; padding: 0; padding-bottom: 10px; margin: 0; } .sheet-character .sheet-armor .sheet-input { width: 70%; padding: 0; margin: 0 0 10px 10px; } .sheet-character .sheet-small-title-label { font-style: italic; font-weight: normal; display: inline-block; } .sheet-character .sheet-armor-ac .sheet-input, .sheet-character .sheet-armor-net .sheet-input, .sheet-character .sheet-armor-shield .sheet-input { width: 60px; } .sheet-character .sheet-armor-type, .sheet-character .sheet-armor, .sheet-character .sheet-attributes { clear: both; } .sheet-character .sheet-weapons { clear: both; margin-top: 1em; } .sheet-character .sheet-weapons .sheet-weapons-list { margin-top: 1em; } .sheet-character .sheet-fray-die { width: 50px; text-align: right; } .sheet-character .sheet-title-label { clear: both; font-weight: bold; font-variant: small-caps; font-family: 'Copperplate'; font-size: 1.5em; border-bottom: 1px solid black; text-align: center; margin-top: 0.5em; padding: 0; } .sheet-character .sheet-attributes-section div.sheet-table-attributes { text-align: center; width: 100%; } .sheet-character .sheet-attributes-section table.sheet-table-attributes { text-align: center; width: 75%; margin-left: 12.5%; } .sheet-character .sheet-attributes-section table.sheet-table-attributes td { text-align: right; } .sheet-character .sheet-saves-section table.sheet-table-saves { text-align: right; width: 100%; margin-left: -1em; } .sheet-character .sheet-button .sheet-input { border: none; padding: 0; margin: 0; } .sheet-character .sheet-info .sheet-input { width: 70%; float: left; padding: 0; margin: 0 0 10px 10px; } .sheet-character .sheet-info .sheet-input-thin { width: 60px !important; } .sheet-character .sheet-facts .sheet-input { width: 70%; padding: 0; margin: 0; margin-bottom: 10px; float: right; } .sheet-character .sheet-field-title { clear: both; width: 25%; float: left; text-align: right; padding-bottom: 10px; } .sheet-character .sheet-table-field-title { width: 10%; font-style: italic; padding-right: 0.5em; text-align: right; text-transform: uppercase; } .sheet-character .sheet-table-header { padding: 0 2%; text-align: center; } .sheet-character .sheet-table-cell { display: table-cell; } .sheet-character .sheet-table-row { display: inline-block; width: 100%; margin: 0; padding: 0; } .sheet-character .sheet-weapon-name { width: 5em; } .sheet-character .sheet-center-column { border-left: 1px solid black; border-right: 1px solid black; min-height: 850px; } .sheet-character .sheet-weapon { width: 100%; } .sheet-character .sheet-weapon-name { display: inline-block; border-top: 1px; border-top-style: dashed; padding-top: 10px; width: 100%; } .sheet-character .sheet-weapon-name.sheet-input { width: 100%; float: left; margin: 0; padding: 0; border: none; font-style: italic; } .sheet-character .sheet-weapon-info .sheet-weapon-info-element { float: left; margin-right: 4%; padding: 0; width: 25%; } .sheet-character .sheet-weapon-info .sheet-weapon-info-element.sheet-weapon-info-roll { float: right; width: 25px; margin: 0; padding: 0; } .sheet-character .sheet-field-label.sheet-weapons-ab { clear: both; float: left; width: 50%; margin: 0; padding: 5px 0 0 0; } .sheet-character .sheet-dropdown, .sheet-character .sheet-damage-chart { width: 100%; } .sheet-character .sheet-weapon-info-element.sheet-input { width: 100% !important; } .sheet-character .sheet-table-weapons .sheet-input { width: 100% !important; text-align: center; } .sheet-character .sheet-table-weapons .sheet-table-header { text-align: justify; } .sheet-character .sheet-info .sheet-field-title { text-align: right; } .sheet-character .sheet-info .sheet-hp span .sheet-input { text-align: center; } .sheet-character .sheet-fray { width: 100%; margin: 0; padding: 0; float: left; text-align: center; } .sheet-character .sheet-col.sheet-fray-die { width: 33% !important; margin: 0 !important; float: left; } .sheet-character .sheet-col.sheet-damage-chart { width: 60% !important; float: right; } .sheet-character .sheet-armor-saving-throw-penalty-choice { width: 20%; display: inline-block; margin: 0; padding: 0 5px; } .sheet-character .sheet-armor-saving-throw-penalty-choice .sheet-saving-throw-penalty-element { width: 100%; margin: 0; padding: 0 12px; } .sheet-character .sheet-power-name { width: 63%; float: left; } .sheet-character .sheet-power-cost { float: left; } .sheet-character .sheet-power-effort { width: 15%; float: left; padding-bottom: 5px; } .sheet-character .sheet-table-header .sheet-power-name { margin: 0; padding: 0; text-align: left; } .sheet-character .sheet-table-header .sheet-power-effort { margin: 0; padding: 0; text-align: right; } .sheet-character .sheet-resources-table { margin: 0; width: 70%; } .sheet-character .sheet-values { float: left; margin-left: 10px; } .sheet-character .sheet-values .sheet-input { margin: 0; width: 60px; } .sheet-character .sheet-values .sheet-min { float: left; } .sheet-character .sheet-values .sheet-max { float: right; } .sheet-character .sheet-values .sheet-separator { margin: 0 10px; } .sheet-character .repitem .sheet-table-row { text-align: justify; } .sheet-character .sheet-table-weapons .repcontrol { border-top: 1px dashed black; padding-top: 10px; clear: both; } .sheet-character .repcontrol { clear: both; } .sheet-character .sheet-projects-section { clear: both; margin-top: 25px; width: 100%; } .sheet-character .sheet-projects-section .sheet-projects { clear: both; width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .repcontrol { clear: both; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem { width: 49%; border: 1px solid black; padding: 0 5px 5px 5px; margin-bottom: 1%; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(odd) { float: left; } .sheet-character .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(even) { float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project { width: 50%; margin: 0; padding: 0; display: inline; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-element { display: inline; float: left; padding: 5px 5px; margin-top: 5px; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-dropdown { width: 7.5em; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section { width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section input { width: 100%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-details-subsection .sheet-dropdown { width: 150px; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection { clear: both; float: left; margin: 7.5% 0 0 10%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-field-title { display: inline-block; text-align: right; padding-right: 5px; width: 12.5%; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-project-element { float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally { width: 150px; margin-right: 15%; float: right; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally .sheet-project-dominion-tally-headers .sheet-project-field-title { text-align: center; } .sheet-character .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally tbody { text-align: right; } .sheet-npc .sheet-title-label { clear: both; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid black; text-align: center; margin-top: 0.5em; padding: 0; } .sheet-npc .sheet-column { width: 49%; display: inline-block; margin: 0; padding: 0; } .sheet-npc .sheet-column:first-child { float: left; } .sheet-npc .sheet-column:last-child { float: right; } .sheet-npc .sheet-column .sheet-field-title { width: 12em; padding: 0; margin: 5px; display: inline; text-align: right; float: right; } .sheet-npc .sheet-column .sheet-effort .sheet-field-title { width: 15em; } .sheet-npc .sheet-column .sheet-field-content { width: 75%; margin: 0 5% 0 0; } .sheet-npc .sheet-column .sheet-npc-section-title { text-align: center; width: 100%; border-bottom: 1px solid black; margin: 0 0 10px 0; padding: 0; font-family: 'Copperplate'; font-variant: small-caps; font-size: 1.5em; } .sheet-npc .sheet-column .sheet-npc-effort-table { width: 40%; } .sheet-npc .sheet-column .sheet-tactics .sheet-tactic-chooser .sheet-field-content { float: left; display: inline; width: 20%; margin: 3px 0 0 25px; padding: 0; } .sheet-npc .sheet-column .sheet-tactics .sheet-input { width: 95%; } .sheet-faction .sheet-column { width: 48%; display: inline-block; margin: 0 1%; padding: 0; } .sheet-faction .sheet-column:first-child { float: left; } .sheet-faction .sheet-column:last-child { float: right; } .sheet-faction .sheet-info-section .sheet-info-table { float: left; width: 49%; display: inline; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-field-title { text-align: right; padding-right: 5px; width: 26%; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-faction-name { width: 200%; } .sheet-faction .sheet-info-section .sheet-info-table .sheet-dropdown { width: 65px; margin-top: 10px; } .sheet-faction .sheet-info-section .sheet-dominion-scores { margin-top: 100px; width: 49%; float: left; } .sheet-faction .sheet-problems-section .sheet-faction.sheet-input { width: 10%; } .sheet-faction .sheet-problems-section .sheet-faction.sheet-textarea { width: 85%; } .sheet-faction .sheet-textarea { min-height: 18px; height: auto; width: 95%; } .sheet-faction .sheet-interests-section .sheet-interest { clear: both; } .sheet-faction .sheet-interests-section .sheet-interest .sheet-interest-name { width: 85%; margin-bottom: 10px; float: right; } .sheet-faction .sheet-interests-section .sheet-interest .sheet-interest-score { width: 10%; float: left; } .sheet-faction .sheet-interests-section .repcontrol { clear: both; } .sheet-faction .sheet-section-title { text-align: center; font-family: 'Copperplate'; font-variant: small-caps; font-size: 1.5em; width: 100%; border-bottom: 1px solid black; margin: 0 0 10px 0; padding: 0; } .sheet-faction .sheet-projects-section { clear: both; margin-top: 25px; width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects { clear: both; width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .repcontrol { clear: both; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem { width: 49%; border: 1px solid black; padding: 0 5px 5px 5px; margin-bottom: 1%; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(odd) { float: left; } .sheet-faction .sheet-projects-section .sheet-projects .repcontainer .repitem:nth-child(even) { float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project { width: 50%; margin: 0; padding: 0; display: inline; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-element { display: inline; float: left; padding: 5px 5px; margin-top: 5px; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-dropdown { width: 7.5em; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section { width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-name-section input { width: 100%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-details-subsection .sheet-dropdown { width: 150px; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection { clear: both; float: left; margin: 7.5% 0 0 10%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-field-title { display: inline-block; text-align: right; padding-right: 5px; width: 12.5%; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-completed-subsection .sheet-project-element { float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally { width: 150px; margin-right: 15%; float: right; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally .sheet-project-dominion-tally-headers .sheet-field-title { text-align: center; } .sheet-faction .sheet-projects-section .sheet-projects .sheet-project .sheet-project-dominion-tally tbody { text-align: right; } /*# sourceMappingURL=Godbound.css.map */
0.386069
0.077483
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 100px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } body { font-family: 'Nunito', sans-serif; background-color: black; --spotify-color: rgb(30,207,93); --spotify-color-light: rgba(30,207,93,0.5); } h1,h2,h3,h4 { font-weight: bold; } #spotify path{ fill:white; } #spotify:hover path{ fill: rgba(0,0,0,0.5); } .myMenu > ul > li > a:hover{ color:var(--spotify-color); } .mynav { background-color: rgba(253, 253, 253, 0.6); color:black; padding:10px; display:flex; /* flex-direction: row; */ justify-content:space-between; /* flex-wrap: wrap; */ align-items: center; } .myMenu { display: inline-block; } .myMenu > ul { display: flex; list-style-type: none; margin:0; } .divider { background-color: black; height: 18px; width: 1px; margin-left: 17px; margin-right: 17px; } .myMenu > ul > li > a{ text-decoration: none; color:black; font-weight: bold; display: inline-block; padding: 0 5px; } section { /* background-color: black; */ color:white; /* padding: 0 10px; */ text-align: center; } .carousel { margin: 50px 0; width: 80vw; } .mybod { background-image: url(/images/bokeh-bg.jpg); background-repeat: no-repeat; background-size: cover; height: 80vh; } .cont{ display: flex; justify-content: center; margin-top: 10vh; } .text { margin: 0 auto; text-align: center; width:500px; min-height: 250px; } .btn { border-radius: 25px; text-transform: uppercase; font-weight: bold; background-color: var(--spotify-color); color:white; margin: 0 15px; padding:10px 30px; } .btn:hover{ background-color: var(--spotify-color-light); color: beige; } .features { padding:50px 50px; /* display: grid; grid-template-columns: 1fr 2fr; grid-column-gap: 4em; */ display:flex; flex-wrap: wrap; height: auto; background-color: white; color:black; /* overflow: hidden; */ } .features > .text { margin: 0; text-align: left; flex:1 0px; padding:20px; width:30vw; } .albums { width: 50%; display:flex; flex-wrap: wrap; justify-content: center; align-content: center; } .clear { background-color:transparent; border: 2px white solid; } .box { background-color:rgba(0,0,0,1); width:200px; height: 200px; display:flex; justify-content: center; align-items: center; } .box > img { width:200px; height: 200px; } /* .box:hover img{ opacity:0.6; } */ /* .box:hover .box { display:block; } */ i { position: absolute; color:rgba(255,255,255,0.8); } .hide { display: none; } .box:hover i{ display:block; } .box:hover img { opacity:0.5; } @media (max-width:897px){ .yellow{ display: none; } }
Spotify/style.css
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 100px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } body { font-family: 'Nunito', sans-serif; background-color: black; --spotify-color: rgb(30,207,93); --spotify-color-light: rgba(30,207,93,0.5); } h1,h2,h3,h4 { font-weight: bold; } #spotify path{ fill:white; } #spotify:hover path{ fill: rgba(0,0,0,0.5); } .myMenu > ul > li > a:hover{ color:var(--spotify-color); } .mynav { background-color: rgba(253, 253, 253, 0.6); color:black; padding:10px; display:flex; /* flex-direction: row; */ justify-content:space-between; /* flex-wrap: wrap; */ align-items: center; } .myMenu { display: inline-block; } .myMenu > ul { display: flex; list-style-type: none; margin:0; } .divider { background-color: black; height: 18px; width: 1px; margin-left: 17px; margin-right: 17px; } .myMenu > ul > li > a{ text-decoration: none; color:black; font-weight: bold; display: inline-block; padding: 0 5px; } section { /* background-color: black; */ color:white; /* padding: 0 10px; */ text-align: center; } .carousel { margin: 50px 0; width: 80vw; } .mybod { background-image: url(/images/bokeh-bg.jpg); background-repeat: no-repeat; background-size: cover; height: 80vh; } .cont{ display: flex; justify-content: center; margin-top: 10vh; } .text { margin: 0 auto; text-align: center; width:500px; min-height: 250px; } .btn { border-radius: 25px; text-transform: uppercase; font-weight: bold; background-color: var(--spotify-color); color:white; margin: 0 15px; padding:10px 30px; } .btn:hover{ background-color: var(--spotify-color-light); color: beige; } .features { padding:50px 50px; /* display: grid; grid-template-columns: 1fr 2fr; grid-column-gap: 4em; */ display:flex; flex-wrap: wrap; height: auto; background-color: white; color:black; /* overflow: hidden; */ } .features > .text { margin: 0; text-align: left; flex:1 0px; padding:20px; width:30vw; } .albums { width: 50%; display:flex; flex-wrap: wrap; justify-content: center; align-content: center; } .clear { background-color:transparent; border: 2px white solid; } .box { background-color:rgba(0,0,0,1); width:200px; height: 200px; display:flex; justify-content: center; align-items: center; } .box > img { width:200px; height: 200px; } /* .box:hover img{ opacity:0.6; } */ /* .box:hover .box { display:block; } */ i { position: absolute; color:rgba(255,255,255,0.8); } .hide { display: none; } .box:hover i{ display:block; } .box:hover img { opacity:0.5; } @media (max-width:897px){ .yellow{ display: none; } }
0.392337
0.063135
.post__title { font-size: 30px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.25; margin-bottom: var(--space-xxs); } .post__meta { margin-bottom: var(--space-xl); } .post p { font-size: var(--font-size-l); margin-bottom: var(--space-l); } .post a { color: darkmagenta; cursor: pointer; font-family: var(--font-family-secondary); font-size: var(--font-size-m); font-weight: 600; line-height: 1.25; text-decoration: none; position: relative; } .post a::after { content: ''; position: absolute; width: 100%; background-color: var(--color-grey-300); height: 4px; bottom: -8px; left: 0; z-index: -1; transform-origin: center bottom 0; transition: transform 100ms ease-in 0s; } .post a:hover::after { transform: scaleY(4); } .post h2 { margin-top: var(--space-xl); margin-bottom: var(--space-l); } .post ul { box-sizing: border-box; padding: 0px; margin-left: 20px; margin-bottom: 40px; } .post img { max-width: 100%; height: auto; } .post__stats { display: flex; flex-direction: column; margin-top: var(--space-xl); margin-bottom: var(--space-xxl); } .post__stats-item { position: relative; padding-right: var(--space-xl); padding-left: var(--space-xl); margin-bottom: var(--space-xl); } .post__stats-item:last-child { margin-bottom: 0; } .post__stats-item-number { display: block; color: var(--color-secondary); text-align: center; font-size: 30px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.25; margin-bottom: var(--space-s); } .post__stats-item-description { display: block; text-align: center; font-size: var(--font-size-m); line-height: 1.4; margin-bottom: var(--space-m); } .post__stats-item-source { display: block; text-align: center; font-size: var(--font-size-s); font-weight: 600; line-height: 1.4; margin-bottom: 0; color: var(--color-grey-400); } .post__stats-item-source a { transition: color 200ms ease-in 0s; text-decoration: none; outline: currentcolor none medium; cursor: pointer; font-family: var(--font-family-secondary); font-size: var(--font-size-s); font-weight: 600; line-height: 1.25; margin-bottom: 0; color: var(--color-grey-400); } @media screen and (min-width: 576px) { .post__title { font-size: 48px; } .post__stats { flex-direction: row; } .post__stats-item { padding-right: var(--space-xxl); padding-left: var(--space-xxl); margin-bottom: 0; } .post__stats-item::after { content: ''; width: 8px; height: 80%; position: absolute; right: -4px; top: 10%; background-color: var(--color-grey-300); } .post__stats-item:last-child::after { display: none; } .post__stats-item-number { font-size: 48px; } }
src/css/layouts/post.css
.post__title { font-size: 30px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.25; margin-bottom: var(--space-xxs); } .post__meta { margin-bottom: var(--space-xl); } .post p { font-size: var(--font-size-l); margin-bottom: var(--space-l); } .post a { color: darkmagenta; cursor: pointer; font-family: var(--font-family-secondary); font-size: var(--font-size-m); font-weight: 600; line-height: 1.25; text-decoration: none; position: relative; } .post a::after { content: ''; position: absolute; width: 100%; background-color: var(--color-grey-300); height: 4px; bottom: -8px; left: 0; z-index: -1; transform-origin: center bottom 0; transition: transform 100ms ease-in 0s; } .post a:hover::after { transform: scaleY(4); } .post h2 { margin-top: var(--space-xl); margin-bottom: var(--space-l); } .post ul { box-sizing: border-box; padding: 0px; margin-left: 20px; margin-bottom: 40px; } .post img { max-width: 100%; height: auto; } .post__stats { display: flex; flex-direction: column; margin-top: var(--space-xl); margin-bottom: var(--space-xxl); } .post__stats-item { position: relative; padding-right: var(--space-xl); padding-left: var(--space-xl); margin-bottom: var(--space-xl); } .post__stats-item:last-child { margin-bottom: 0; } .post__stats-item-number { display: block; color: var(--color-secondary); text-align: center; font-size: 30px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.25; margin-bottom: var(--space-s); } .post__stats-item-description { display: block; text-align: center; font-size: var(--font-size-m); line-height: 1.4; margin-bottom: var(--space-m); } .post__stats-item-source { display: block; text-align: center; font-size: var(--font-size-s); font-weight: 600; line-height: 1.4; margin-bottom: 0; color: var(--color-grey-400); } .post__stats-item-source a { transition: color 200ms ease-in 0s; text-decoration: none; outline: currentcolor none medium; cursor: pointer; font-family: var(--font-family-secondary); font-size: var(--font-size-s); font-weight: 600; line-height: 1.25; margin-bottom: 0; color: var(--color-grey-400); } @media screen and (min-width: 576px) { .post__title { font-size: 48px; } .post__stats { flex-direction: row; } .post__stats-item { padding-right: var(--space-xxl); padding-left: var(--space-xxl); margin-bottom: 0; } .post__stats-item::after { content: ''; width: 8px; height: 80%; position: absolute; right: -4px; top: 10%; background-color: var(--color-grey-300); } .post__stats-item:last-child::after { display: none; } .post__stats-item-number { font-size: 48px; } }
0.690037
0.093512
@-moz-document domain("userstyles.org") { @font-face { font-family: "wf_SegoeUILight"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.woff") format("woff"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.svg#web") format("svg"); } @font-face { font-family: "MSHPIconsRegular"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.woff") format("woff"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.svg#web") format("svg"); } @font-face { font-family: "wf_SegoeUI"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.woff") format("woff"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.svg#web") format("svg"); } body { width: 960px; margin: auto; font-size: 14px; line-height: 18px; color: #666; font-family: "wf_SegoeUI",​"Tahoma",​"...a",​"Arial",​"sans-serif"; font-size: 100%; font-weight: normal; line-height: 1.5; line-height: 18px; } .ad { display: none; } footer { text-align: right; padding-top: 40px; } footer a { font-size: 12px; } #main-header { margin: 20px 0 0 0; padding: 0; background-color: inherit; display: block; height: 100px; } #main-header h1 a, #main-header h1 a:visited { text-decoration: none; color: #1a1a1a; } #main-header h1 { color: #1A1A1A; font-size: 38px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 19px; height: 47px; line-height: 47px; } #left-sidebar nav, #left-sidebar form { background-color: inherit; margin: 0; padding: 0; } #left-sidebar nav ul li { display: block; width: 170px; height: 30px; background-color: #0044CC; color: #fff; padding-top: 80px; padding-left: 10px; position: relative; } #left-sidebar nav ul li a { display: block; width: 170px; height: 30px; background-color: #EB3C00; color: #fff; padding-top: 80px; padding-left: 10px; text-decoration: none; vertical-align: baseline; position: absolute; top: 0; left: 0; font-size: 16px; } #left-sidebar nav ul li a:hover { background-color: #0044CC; } #left-sidebar form { margin: 30px 0; width: 180px; } #search-terms { display: block; float: left; width: 145px; } #search-submit { display: block; float: right; } #show-search-options { display: block; text-align: right; } #related { background-color: inherit; border-radius: 0; margin: 0; padding: 0; text-align: left; } #related h2 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 14.3px; height: 32.5px; line-height: 32.5px; } #related ul li { line-height: 1.0; } #related ul li a { font-size: 12px; } p { margin: 0; margin-bottom: 10px; font-size: 14px; } a, a:visited { color: #1570A6; text-decoration: none; } a:hover, a:visited:hover { color: #083047; text-decoration: underline; } h2 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 14.3px; height: 32.5px; line-height: 32.5px; } h3 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 12px; height: 20px; line-height: 20px; } ul { margin: 0; padding: 0; } ul li, ol li { list-style-type: none; font-size: 14px; } dt, dd, th { font-size: 14px; } table { border-collapse: collapse; } th { border-left:1px solid #ddd; border-right:1px solid #ddd; padding: 7px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; } th:first-child, td:first-child { border-left: 0; } th:last-child, td:last-child { border-right: 0; } td { font-size: 11px; border:1px solid #ddd; padding: 7px; } #main-article { margin-left: 200px; } #front-page-best { width: 50%; } #search { width: 110px; } } @-moz-document url("http://userstyles.org/help") { p { margin-top: 20px; } } @-moz-document url-prefix("http://userstyles.org/users") { #left-sidebar nav ul li:nth-child(2) a { background-color: #0044cc; } dt, dd { display: block; } dt { width: 80px; float: left; } } @-moz-document url-prefix("http://userstyles.org/styles") { td, th { border: 0; padding: 2px; } #more-screenshots span { display: none; } #more-screenshots ul { padding: 0; margin: 12px 0 0 0; } #screenshots { border-radius: 0; } #long-description, #additional-info { font-size: 14px; } #stylish-installed-style-not-installed-chrome, #stylish-installed-style-installed-chrome, #show-button { background-color: #1570A6; color: #fff; background-image: none; border-radius: 0; border: 0; } #show-button { padding: 7px; } #more-info, #discussions-area { padding: 50px 0 0 0; } #more-info > h2, #discussions-area > h2 { margin-left: 0; font-style: normal; } #license { margin-top: 20px; } h3 { margin-top: 50px; } #discussions { padding-left: 26px; } #post-install-ad { display: none; } }
data/usercss/82765.user.css
@-moz-document domain("userstyles.org") { @font-face { font-family: "wf_SegoeUILight"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.woff") format("woff"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Light/latest.svg#web") format("svg"); } @font-face { font-family: "MSHPIconsRegular"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.woff") format("woff"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.svg#web") format("svg"); } @font-face { font-family: "wf_SegoeUI"; font-style: normal; font-weight: normal; src: url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.eot?#iefix") format("embedded-opentype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.woff") format("woff"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.ttf") format("truetype"), url("http://i.s-microsoft.com/fonts/Segoe-UI/East-European/Normal/latest.svg#web") format("svg"); } body { width: 960px; margin: auto; font-size: 14px; line-height: 18px; color: #666; font-family: "wf_SegoeUI",​"Tahoma",​"...a",​"Arial",​"sans-serif"; font-size: 100%; font-weight: normal; line-height: 1.5; line-height: 18px; } .ad { display: none; } footer { text-align: right; padding-top: 40px; } footer a { font-size: 12px; } #main-header { margin: 20px 0 0 0; padding: 0; background-color: inherit; display: block; height: 100px; } #main-header h1 a, #main-header h1 a:visited { text-decoration: none; color: #1a1a1a; } #main-header h1 { color: #1A1A1A; font-size: 38px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 19px; height: 47px; line-height: 47px; } #left-sidebar nav, #left-sidebar form { background-color: inherit; margin: 0; padding: 0; } #left-sidebar nav ul li { display: block; width: 170px; height: 30px; background-color: #0044CC; color: #fff; padding-top: 80px; padding-left: 10px; position: relative; } #left-sidebar nav ul li a { display: block; width: 170px; height: 30px; background-color: #EB3C00; color: #fff; padding-top: 80px; padding-left: 10px; text-decoration: none; vertical-align: baseline; position: absolute; top: 0; left: 0; font-size: 16px; } #left-sidebar nav ul li a:hover { background-color: #0044CC; } #left-sidebar form { margin: 30px 0; width: 180px; } #search-terms { display: block; float: left; width: 145px; } #search-submit { display: block; float: right; } #show-search-options { display: block; text-align: right; } #related { background-color: inherit; border-radius: 0; margin: 0; padding: 0; text-align: left; } #related h2 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 14.3px; height: 32.5px; line-height: 32.5px; } #related ul li { line-height: 1.0; } #related ul li a { font-size: 12px; } p { margin: 0; margin-bottom: 10px; font-size: 14px; } a, a:visited { color: #1570A6; text-decoration: none; } a:hover, a:visited:hover { color: #083047; text-decoration: underline; } h2 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 14.3px; height: 32.5px; line-height: 32.5px; } h3 { display: block; color: #1A1A1A; font-size: 26px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; font-style: normal; margin-bottom: 12px; height: 20px; line-height: 20px; } ul { margin: 0; padding: 0; } ul li, ol li { list-style-type: none; font-size: 14px; } dt, dd, th { font-size: 14px; } table { border-collapse: collapse; } th { border-left:1px solid #ddd; border-right:1px solid #ddd; padding: 7px; font-family: "wf_SegoeUILight",​"wf_S...a",​"Arial",​"sans-serif"; font-weight: 300; } th:first-child, td:first-child { border-left: 0; } th:last-child, td:last-child { border-right: 0; } td { font-size: 11px; border:1px solid #ddd; padding: 7px; } #main-article { margin-left: 200px; } #front-page-best { width: 50%; } #search { width: 110px; } } @-moz-document url("http://userstyles.org/help") { p { margin-top: 20px; } } @-moz-document url-prefix("http://userstyles.org/users") { #left-sidebar nav ul li:nth-child(2) a { background-color: #0044cc; } dt, dd { display: block; } dt { width: 80px; float: left; } } @-moz-document url-prefix("http://userstyles.org/styles") { td, th { border: 0; padding: 2px; } #more-screenshots span { display: none; } #more-screenshots ul { padding: 0; margin: 12px 0 0 0; } #screenshots { border-radius: 0; } #long-description, #additional-info { font-size: 14px; } #stylish-installed-style-not-installed-chrome, #stylish-installed-style-installed-chrome, #show-button { background-color: #1570A6; color: #fff; background-image: none; border-radius: 0; border: 0; } #show-button { padding: 7px; } #more-info, #discussions-area { padding: 50px 0 0 0; } #more-info > h2, #discussions-area > h2 { margin-left: 0; font-style: normal; } #license { margin-top: 20px; } h3 { margin-top: 50px; } #discussions { padding-left: 26px; } #post-install-ad { display: none; } }
0.341473
0.059839
body { font-size: 16px; } #zap-title { padding: 5px 0 5px 0; cursor: pointer; text-decoration: none; font-size: 1.2em !important; border-radius: 5px; } #zap-title img { width: 28px; height: 28px; margin-bottom: 3px; margin-right: 2px; margin-left: -5px; pointer-events: none; } #content-wrap { margin: 0 auto; max-width: 955px; } .small { font-size: 0.71em; } #sidebar { position: fixed; top: 0; bottom: 0; width: 200px; padding: 15px 15px 0 15px; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; } #sidebar::-webkit-scrollbar { display: none; } #sidebar a { display: block; padding: 4px 10px; color: #000; font-size: 0.9em; cursor: pointer; border-radius: 5px; opacity: 0.73; } #sidebar a:hover, #zap-title:hover { background-color: #f2f2f2; text-decoration: none; } #sidebar a.selected { font-weight: 700; } #sidebar hr { margin: 12px 10px; } #panel { padding-right: 25px; margin-left: 230px; } h1, h2 { margin-top: 1.1em; margin-bottom: 0; } h2:first-of-type { margin-top: 0.7em; } h3, h4, h5, h6 { margin-bottom: 13px; } h1 { font-size: 3em } h2 { font-size: 2em } h3 { font-size: 1.75em } h4 { font-size: 1.42em } h5 { font-size: 1.22em } h6 { font-size: 1.1em } p, ul, ol, dl, blockquote, table { margin-bottom: 19px; } hr { margin: 8px 0 19px; } blockquote { border: 0.5px solid #888; border-left-width: 4px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding: 8px 10px; font-size: 0.97em; } blockquote > p { margin-bottom: 0; } blockquote > p:before { content: "Note: "; font-weight: 500; } .table-sm.w400 { max-width: 400px } .table-sm.w500 { max-width: 500px } .table-sm.w600 { max-width: 600px } #panel a { color: #105fb8; } #panel a code { pointer-events: none; } pre, code { font-family: 'Source Code Pro', monospace; } pre { overflow: auto; border-radius: 5px; margin-bottom: 19px; background-color: #282c34; padding: 8px 10px; } pre.indent { margin-left: 40px; } code { color: #333; padding: 2px 6px; background-color: #f0f0f0; border-radius: 3px; font-weight: 700; white-space: nowrap; font-size: 0.86em; } h2 code, h3 code, h4 code, h5 code, h6 code { font-size: 0.82em; } pre > code { padding: 0; background-color: transparent; color: #dedede; font-weight: 400; font-size: 1.01em; white-space: pre; } /* ----- narrow screen ----- */ @media (max-width: 954.98px) { #panel { margin-left: 210px; } } @media (max-width: 767.98px) { body { font-size: 15px; } #sidebar { width: 170px; } #panel { margin-left: 180px; } } @media (max-width: 575.98px) { body { font-size: 14px; } #sidebar { width: 140px; padding: 15px 10px 0 10px; } #panel { margin-left: 150px; padding-right: 20px; } } /* ----- Zap highlighting, colors matched to Zap playground ----- */ .zap-javascript { color: #abb2bf } .zap-comment { color: #7f848e; font-style: italic } .zap-number { color: #d19a66 } .zap-literal { color: #d19a66 } .zap-string { color: #98c379 } .zap-regexp { color: #56b6c2 } .zap-variable { color: #e5c07b } .zap-keyword { color: #c678dd } .zap-operator { color: #c678dd } .zap-punctuation { color: #abb2bf } .zap-identifier { color: #e06c75 }
docs/src/index.css
body { font-size: 16px; } #zap-title { padding: 5px 0 5px 0; cursor: pointer; text-decoration: none; font-size: 1.2em !important; border-radius: 5px; } #zap-title img { width: 28px; height: 28px; margin-bottom: 3px; margin-right: 2px; margin-left: -5px; pointer-events: none; } #content-wrap { margin: 0 auto; max-width: 955px; } .small { font-size: 0.71em; } #sidebar { position: fixed; top: 0; bottom: 0; width: 200px; padding: 15px 15px 0 15px; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; } #sidebar::-webkit-scrollbar { display: none; } #sidebar a { display: block; padding: 4px 10px; color: #000; font-size: 0.9em; cursor: pointer; border-radius: 5px; opacity: 0.73; } #sidebar a:hover, #zap-title:hover { background-color: #f2f2f2; text-decoration: none; } #sidebar a.selected { font-weight: 700; } #sidebar hr { margin: 12px 10px; } #panel { padding-right: 25px; margin-left: 230px; } h1, h2 { margin-top: 1.1em; margin-bottom: 0; } h2:first-of-type { margin-top: 0.7em; } h3, h4, h5, h6 { margin-bottom: 13px; } h1 { font-size: 3em } h2 { font-size: 2em } h3 { font-size: 1.75em } h4 { font-size: 1.42em } h5 { font-size: 1.22em } h6 { font-size: 1.1em } p, ul, ol, dl, blockquote, table { margin-bottom: 19px; } hr { margin: 8px 0 19px; } blockquote { border: 0.5px solid #888; border-left-width: 4px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding: 8px 10px; font-size: 0.97em; } blockquote > p { margin-bottom: 0; } blockquote > p:before { content: "Note: "; font-weight: 500; } .table-sm.w400 { max-width: 400px } .table-sm.w500 { max-width: 500px } .table-sm.w600 { max-width: 600px } #panel a { color: #105fb8; } #panel a code { pointer-events: none; } pre, code { font-family: 'Source Code Pro', monospace; } pre { overflow: auto; border-radius: 5px; margin-bottom: 19px; background-color: #282c34; padding: 8px 10px; } pre.indent { margin-left: 40px; } code { color: #333; padding: 2px 6px; background-color: #f0f0f0; border-radius: 3px; font-weight: 700; white-space: nowrap; font-size: 0.86em; } h2 code, h3 code, h4 code, h5 code, h6 code { font-size: 0.82em; } pre > code { padding: 0; background-color: transparent; color: #dedede; font-weight: 400; font-size: 1.01em; white-space: pre; } /* ----- narrow screen ----- */ @media (max-width: 954.98px) { #panel { margin-left: 210px; } } @media (max-width: 767.98px) { body { font-size: 15px; } #sidebar { width: 170px; } #panel { margin-left: 180px; } } @media (max-width: 575.98px) { body { font-size: 14px; } #sidebar { width: 140px; padding: 15px 10px 0 10px; } #panel { margin-left: 150px; padding-right: 20px; } } /* ----- Zap highlighting, colors matched to Zap playground ----- */ .zap-javascript { color: #abb2bf } .zap-comment { color: #7f848e; font-style: italic } .zap-number { color: #d19a66 } .zap-literal { color: #d19a66 } .zap-string { color: #98c379 } .zap-regexp { color: #56b6c2 } .zap-variable { color: #e5c07b } .zap-keyword { color: #c678dd } .zap-operator { color: #c678dd } .zap-punctuation { color: #abb2bf } .zap-identifier { color: #e06c75 }
0.369884
0.104477
html{ overflow: hidden; } .title1{ text-align: center; font-family: 'Raleway', sans-serif; letter-spacing: 12px; font-size: 50px; font-weight: lighter; color: #00A79D; margin-bottom: -10px; } .title2{ text-align: center; font-family: 'Raleway', sans-serif; letter-spacing: 7px; font-size: 25px; font-weight: lighter; color: #000000; } input, button{ outline-style: none; } button:hover{ transform: scale(1.02); } button:select{ transform: scale(0.98); } .navbar { margin: 20px 0 30px; font-size: 15px; text-align: center; text-align: right; padding-right: 70px; padding-top: 5px; } .navbar li { padding-top: 14px; margin-bottom: 20px; margin-left: 30px; display: inline-block; padding-left: 15px; } .navbar li:first-child { margin-left: 0; } .navbar li a{ text-decoration: none; color: #000000; font-family: 'Raleway', sans-serif; letter-spacing: 2px; font-weight: lighter; border-radius: 10px; font-size: 15px; transition: color 0.25s ease-in-out; position: relative; } .navbar li a:hover:before{ -webkit-transform: scaleX(1); transform: scaleX(1); } .navbar li a:before{ content: ""; width: 100%; height: 1px; bottom: 0; position: absolute; background-color: #000; transform: scaleX(0); -webkit-transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } header, nav { display: block; } a { text-decoration: none; } .ng-scope{ width: 100vw; min-width: 0px; } .header{ height: 20vh; } .title{ width: 100%; padding-bottom: 5%; } .start{ position: absolute; transform: translate(-50%, 0%); left: 50vw; width: 50%; } .emailTextbox{ font-family: 'Raleway', sans-serif; border-radius: 10px; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; font-weight: lighter; padding: 15px 0px 15px 20px; width: 60%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .extend{ width: 100%; } .loginTextbox{ font-family: 'Raleway', sans-serif; border-radius: 10px; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; font-weight: lighter; padding: 15px 0px 15px 20px; width: 100%; } .getstartedButton{ position: absolute; right: 0%; top: 0%; z-index:1; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .fadeOut{ /* -webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/ opacity: 0; z-index:-1; } .getstartedButton:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .getstartedButton:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .loginButton1{ position: absolute; right: 0%; top: 0%; margin-top: 80px; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .moveDown{ /* -webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/ top: 0%; margin-top: 200px; } .loginButton1:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .loginButton1:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .errorMessage1{ font-family: 'Raleway', sans-serif; position:absolute; transform: translate(-50%); left: 50%; top: 64vh; font-size: 15px; letter-spacing: 2px; font-weight: lighter; text-align: center; color: #ec5757; } .errorMessage2{ font-family: 'Raleway', sans-serif; font-size: 15px; letter-spacing: 2px; font-weight: lighter; text-align: center; color: #ec5757; } .overlay{ position: absolute; background: grey; width: 80vw; height: 80vh; transform: translate(-50%, -50%); left: 50vw; top: 50vh; border-radius: 25px; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .login{ background: #FFFFFF; border-radius: 20px; position: absolute; transform: translate(-50%, 0%); top: 40%; left: 50%; height: 80vh; width: 60vw; } .input{ position: absolute; transform: translate(-50%, 0%); left: 50%; width: 40%; top: 35%; } .loginButton2{ font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 100%; } .loginButton2:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .loginButton2:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .close{ margin-top: 5px; margin-right: 15px; } .google{ height: 30px; margin-right: 5px; } .facebook{ height: 24px; margin-top: 3px; margin-bottom: 3px; margin-right: 5px; } .googleButton{ position: absolute; left: -10%; background: #ec5757; color: #FFFFFF; font-family: 'Raleway', sans-serif; border-width: 0px; font-weight: lighter; font-size: 12px; border-radius: 10px; padding: 5px 10px 5px 10px; } .googleButton:hover{ -webkit-filter: brightness(90%); filter: brightness(90%); } .googleButton:active{ -webkit-filter: brightness(90%); filter: brightness(90%); } .facebookButton{ position: absolute; right: -10%; background: #5793ec; color: #FFFFFF; font-family: 'Raleway', sans-serif; border-width: 0px; font-weight: lighter; font-size: 12px; border-radius: 10px; padding: 5px 10px 5px 10px; } .facebookButton:hover{ -webkit-filter: brightness(90%); filter: brightness(90%); } .facebookButton:active{ -webkit-filter: brightness(100%); filter: brightness(100%); } .passwordTextbox{ position:absolute; font-family: 'Raleway', sans-serif; border-radius: 10px; left:0%; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; top: 10vh; font-weight: lighter; padding: 15px 0px 15px 20px; width: 100%; z-index:-1; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .fadeIn{ z-index:1; opacity: 1; } .circle { border-radius: 50%; width: 150px; height: 150px; background-color: #00A79D; text-align: center; font-family: 'Raleway', sans-serif; color: white; font-size: 12px; letter-spacing: 5px; float: left; margin-left: 200px; margin-right: -80px; margin-bottom: 50px; cursor: pointer; } .circle:hover{ -webkit-filter: brightness(90%); /* Safari */ filter: brightness(90%); } .duration{ margin-top: 40%; text-align: center; letter-spacing: 0px; font-size: 16px; font-weight: lighter; } .header-logo{ text-align: left; font-family: 'Raleway', sans-serif; letter-spacing: 12px; font-size: 30px; margin-left: 1rem; font-weight: lighter; color: #00A79D; margin-bottom: -10px; } .header-logo:hover{ color: #069a91; } .schedule-msg{ margin-left: 50px; font-family: 'Raleway', sans-serif; font-weight: lighter; margin-top: 0px; padding-top: 20px; } .bubbles{ margin-top: 150px; } .schedule-info, .pricing-info{ width: 100%; background: rgb(235,235,235); height: 85vh; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); z-index: -100; } .pricing-info-header{ padding-top: 2.5em; text-align: center; font-family: 'Raleway', sans-serif; margin-top: 0px; } .pricing-info-details{ width: 60%; text-align: center; transform: translate(-50%,0); left: 50%; position: absolute; font-family: 'Raleway', sans-serif; padding-top: 1em; } .price{ text-align: center; font-family: 'Raleway', sans-serif; font-size: 4em; padding-top: 2em; } .join-button{ text-align: center; transform: translate(-50%,0); left: 50%; position: absolute; float: right; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; } .preview{ margin-left: 80vh; vertical-align: middle; position: absolute; top:10vh; } .feature-description{ position: relative; margin-top: 50px; margin-left: 20px; width: 45vw; } .backButton{ text-align: center; position: absolute; right: 0; top: 32vh; font-family: 'Raleway', sans-serif; background: none; color: #00A79D;; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; opacity:0; z-index: -1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .backButton:hover{ font-size: 17px; } .backButton:select{ font-size: 15px; } .fadeBack{ opacity:1; z-index:1; } .delay{ -webkit-transition-delay: 0.5s; transition-delay: 0.5s; } .logo{ position: absolute; transform: translate(-50%); left: 50vw; width: 100px; top: 12vh; }
public/style.css
html{ overflow: hidden; } .title1{ text-align: center; font-family: 'Raleway', sans-serif; letter-spacing: 12px; font-size: 50px; font-weight: lighter; color: #00A79D; margin-bottom: -10px; } .title2{ text-align: center; font-family: 'Raleway', sans-serif; letter-spacing: 7px; font-size: 25px; font-weight: lighter; color: #000000; } input, button{ outline-style: none; } button:hover{ transform: scale(1.02); } button:select{ transform: scale(0.98); } .navbar { margin: 20px 0 30px; font-size: 15px; text-align: center; text-align: right; padding-right: 70px; padding-top: 5px; } .navbar li { padding-top: 14px; margin-bottom: 20px; margin-left: 30px; display: inline-block; padding-left: 15px; } .navbar li:first-child { margin-left: 0; } .navbar li a{ text-decoration: none; color: #000000; font-family: 'Raleway', sans-serif; letter-spacing: 2px; font-weight: lighter; border-radius: 10px; font-size: 15px; transition: color 0.25s ease-in-out; position: relative; } .navbar li a:hover:before{ -webkit-transform: scaleX(1); transform: scaleX(1); } .navbar li a:before{ content: ""; width: 100%; height: 1px; bottom: 0; position: absolute; background-color: #000; transform: scaleX(0); -webkit-transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } header, nav { display: block; } a { text-decoration: none; } .ng-scope{ width: 100vw; min-width: 0px; } .header{ height: 20vh; } .title{ width: 100%; padding-bottom: 5%; } .start{ position: absolute; transform: translate(-50%, 0%); left: 50vw; width: 50%; } .emailTextbox{ font-family: 'Raleway', sans-serif; border-radius: 10px; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; font-weight: lighter; padding: 15px 0px 15px 20px; width: 60%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .extend{ width: 100%; } .loginTextbox{ font-family: 'Raleway', sans-serif; border-radius: 10px; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; font-weight: lighter; padding: 15px 0px 15px 20px; width: 100%; } .getstartedButton{ position: absolute; right: 0%; top: 0%; z-index:1; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .fadeOut{ /* -webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/ opacity: 0; z-index:-1; } .getstartedButton:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .getstartedButton:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .loginButton1{ position: absolute; right: 0%; top: 0%; margin-top: 80px; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .moveDown{ /* -webkit-transition-delay: 0.5s; transition-delay: 0.5s;*/ top: 0%; margin-top: 200px; } .loginButton1:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .loginButton1:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .errorMessage1{ font-family: 'Raleway', sans-serif; position:absolute; transform: translate(-50%); left: 50%; top: 64vh; font-size: 15px; letter-spacing: 2px; font-weight: lighter; text-align: center; color: #ec5757; } .errorMessage2{ font-family: 'Raleway', sans-serif; font-size: 15px; letter-spacing: 2px; font-weight: lighter; text-align: center; color: #ec5757; } .overlay{ position: absolute; background: grey; width: 80vw; height: 80vh; transform: translate(-50%, -50%); left: 50vw; top: 50vh; border-radius: 25px; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .login{ background: #FFFFFF; border-radius: 20px; position: absolute; transform: translate(-50%, 0%); top: 40%; left: 50%; height: 80vh; width: 60vw; } .input{ position: absolute; transform: translate(-50%, 0%); left: 50%; width: 40%; top: 35%; } .loginButton2{ font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 100%; } .loginButton2:hover{ cursor: pointer; -webkit-filter: brightness(90%); filter: brightness(90%); } .loginButton2:active{ cursor: pointer; -webkit-filter: brightness(100%); filter: brightness(100%); } .close{ margin-top: 5px; margin-right: 15px; } .google{ height: 30px; margin-right: 5px; } .facebook{ height: 24px; margin-top: 3px; margin-bottom: 3px; margin-right: 5px; } .googleButton{ position: absolute; left: -10%; background: #ec5757; color: #FFFFFF; font-family: 'Raleway', sans-serif; border-width: 0px; font-weight: lighter; font-size: 12px; border-radius: 10px; padding: 5px 10px 5px 10px; } .googleButton:hover{ -webkit-filter: brightness(90%); filter: brightness(90%); } .googleButton:active{ -webkit-filter: brightness(90%); filter: brightness(90%); } .facebookButton{ position: absolute; right: -10%; background: #5793ec; color: #FFFFFF; font-family: 'Raleway', sans-serif; border-width: 0px; font-weight: lighter; font-size: 12px; border-radius: 10px; padding: 5px 10px 5px 10px; } .facebookButton:hover{ -webkit-filter: brightness(90%); filter: brightness(90%); } .facebookButton:active{ -webkit-filter: brightness(100%); filter: brightness(100%); } .passwordTextbox{ position:absolute; font-family: 'Raleway', sans-serif; border-radius: 10px; left:0%; border-style: solid; border-width: 0px; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); font-size: 15px; letter-spacing: 2px; top: 10vh; font-weight: lighter; padding: 15px 0px 15px 20px; width: 100%; z-index:-1; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .fadeIn{ z-index:1; opacity: 1; } .circle { border-radius: 50%; width: 150px; height: 150px; background-color: #00A79D; text-align: center; font-family: 'Raleway', sans-serif; color: white; font-size: 12px; letter-spacing: 5px; float: left; margin-left: 200px; margin-right: -80px; margin-bottom: 50px; cursor: pointer; } .circle:hover{ -webkit-filter: brightness(90%); /* Safari */ filter: brightness(90%); } .duration{ margin-top: 40%; text-align: center; letter-spacing: 0px; font-size: 16px; font-weight: lighter; } .header-logo{ text-align: left; font-family: 'Raleway', sans-serif; letter-spacing: 12px; font-size: 30px; margin-left: 1rem; font-weight: lighter; color: #00A79D; margin-bottom: -10px; } .header-logo:hover{ color: #069a91; } .schedule-msg{ margin-left: 50px; font-family: 'Raleway', sans-serif; font-weight: lighter; margin-top: 0px; padding-top: 20px; } .bubbles{ margin-top: 150px; } .schedule-info, .pricing-info{ width: 100%; background: rgb(235,235,235); height: 85vh; box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); z-index: -100; } .pricing-info-header{ padding-top: 2.5em; text-align: center; font-family: 'Raleway', sans-serif; margin-top: 0px; } .pricing-info-details{ width: 60%; text-align: center; transform: translate(-50%,0); left: 50%; position: absolute; font-family: 'Raleway', sans-serif; padding-top: 1em; } .price{ text-align: center; font-family: 'Raleway', sans-serif; font-size: 4em; padding-top: 2em; } .join-button{ text-align: center; transform: translate(-50%,0); left: 50%; position: absolute; float: right; font-family: 'Raleway', sans-serif; background: #00A79D; color: #FFFFFF; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; } .preview{ margin-left: 80vh; vertical-align: middle; position: absolute; top:10vh; } .feature-description{ position: relative; margin-top: 50px; margin-left: 20px; width: 45vw; } .backButton{ text-align: center; position: absolute; right: 0; top: 32vh; font-family: 'Raleway', sans-serif; background: none; color: #00A79D;; border-width: 0px; letter-spacing: 2px; font-weight: lighter; font-size: 15px; border-radius: 10px; padding: 15px 0px 15px 0px; width: 35%; opacity:0; z-index: -1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } .backButton:hover{ font-size: 17px; } .backButton:select{ font-size: 15px; } .fadeBack{ opacity:1; z-index:1; } .delay{ -webkit-transition-delay: 0.5s; transition-delay: 0.5s; } .logo{ position: absolute; transform: translate(-50%); left: 50vw; width: 100px; top: 12vh; }
0.337749
0.057308
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_grid\.scss}line{font-family:\000032}} * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/extends\/_button\.scss}line{font-family:\000031}} button, input[type="submit"] { -webkit-font-smoothing: antialiased; background-color: #477dca; border-radius: 0.1875em; color: white; display: inline-block; font-size: 1em; font-weight: bold; line-height: 1; padding: .75em 1em; text-decoration: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/extends\/_button\.scss}line{font-family:\0000313}} button:hover, input[type="submit"]:hover { background-color: #2c5999; color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\000031}} body { -webkit-font-smoothing: antialiased; background-color: white; color: #333333; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; line-height: 1.5; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000310}} h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; line-height: 1.25em; margin: 0; text-rendering: optimizeLegibility; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000317}} h1 { font-size: 2.25em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000321}} h2 { font-size: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000325}} h3 { font-size: 1.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000329}} h4 { font-size: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000333}} h5 { font-size: 1.25em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000337}} h6 { font-size: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000341}} p { margin: 0 0 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000345}} a { -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; color: #477dca; text-decoration: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000350}} a:hover { color: #2c5999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000354}} a:active, a:focus { color: #2c5999; outline: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000360}} hr { border-bottom: 1px solid #dddddd; border-left: none; border-right: none; border-top: none; margin: 1.5em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000368}} img { margin: 0; max-width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000373}} blockquote { border-left: 2px solid #dddddd; color: #595959; margin: 1.5em 0; padding-left: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000380}} cite { color: #737373; font-style: italic; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000384}} cite:before { content: '\2014 \00A0'; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\000031}} fieldset { background: #f7f7f7; border: 1px solid #dddddd; margin: 0 0 0.75em 0; padding: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000310}} input, label, select { display: block; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000316}} label { font-weight: bold; margin-bottom: 0.375em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000320}} label.required:after { content: "*"; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000324}} label abbr { display: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000331}} textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; background-color: white; border-radius: 0.1875em; border: 1px solid #dddddd; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; margin-bottom: 0.75em; padding: 0.5em 0.5em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000344}} textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover { border-color: #c4c4c4; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000348}} textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus { border-color: #477dca; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7); outline: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000355}} textarea { resize: vertical; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000359}} input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000363}} input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000368}} input[type="file"] { margin-bottom: 0.75em; padding-bottom: 0.5em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000374}} select { width: auto; max-width: 100%; margin-bottom: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\000031}} table { border-collapse: collapse; margin: 0.75em 0; table-layout: fixed; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\000038}} th { border-bottom: 1px solid #b7b7b7; font-weight: bold; padding: 0.75em 0; text-align: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\0000315}} td { border-bottom: 1px solid #dddddd; padding: 0.75em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\0000320}} tr, td, th { vertical-align: middle; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\000031}} ul, ol { margin: 0; padding: 0; list-style-type: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000319}} dl { margin-bottom: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000322}} dl dt { font-weight: bold; margin-top: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000327}} dl dd { margin: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_buttons\.scss}line{font-family:\000032}} button, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: none; cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\000033}} header.navigation { background-color: #333333; border-bottom: 1px solid #1a1a1a; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; height: 60px; width: 100%; z-index: 999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000325}} header.navigation .menu-wrapper { max-width: 68em; margin-left: auto; margin-right: auto; position: relative; z-index: 9999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .menu-wrapper:after { content: ""; display: table; clear: both; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .menu-wrapper:after { content: ""; display: table; clear: both; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000332}} header.navigation .logo { float: left; max-height: 60px; padding-left: 1em; padding-right: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000338}} header.navigation .logo img { max-height: 60px; padding: .8em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000344}} header.navigation .navigation-menu-button { color: rgba(255, 255, 255, 0.7); cursor: pointer; display: block; float: right; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: 700; line-height: 60px; margin: 0; padding-right: 1em; text-transform: uppercase; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000344}} header.navigation .navigation-menu-button { display: none; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000360}} header.navigation .navigation-menu-button:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000365}} header.navigation .nav { z-index: 9999999; float: none; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000365}} header.navigation .nav { float: left; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000373}} header.navigation ul#navigation-menu { clear: both; -webkit-transform-style: preserve-3d; display: none; margin: 0 auto; overflow: visible; padding: 0; width: 100%; z-index: 9999; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000373}} header.navigation ul#navigation-menu { display: inline; margin: 0; padding: 0; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000390}} header.navigation ul li { background: #333333; display: block; line-height: 60px; overflow: hidden; padding-right: .8em; text-align: right; width: 100%; z-index: 9999; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000390}} header.navigation ul li { background: transparent; display: inline; line-height: 60px; text-decoration: none; width: auto; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003108}} header.navigation ul li a { font-weight: 400; display: inline-block; color: rgba(255, 255, 255, 0.7); } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003108}} header.navigation ul li a { padding-right: 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003117}} header.navigation ul li a:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003123}} header.navigation .active-nav-item a { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003128}} header.navigation li.more { padding-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003131}} header.navigation li.more:hover .submenu { display: block; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003128}} header.navigation li.more { position: relative; padding-right: .8em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003141}} header.navigation li.more a { padding-right: .8em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003145}} header.navigation .submenu { display: none; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003145}} header.navigation .submenu { position: absolute; top: 1em; left: -1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003154}} header.navigation .submenu li { display: block; padding-right: 0; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003154}} header.navigation .submenu li { line-height: 46.15385px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003161}} header.navigation .submenu li:first-child a { padding-top: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003164}} header.navigation .submenu li:last-child a { border-bottom-left-radius: 0.1875em; border-bottom-right-radius: 0.1875em; padding-bottom: .7em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003171}} header.navigation .submenu li a { text-align: right; background-color: #2b2b2b; width: 100%; display: inline-block; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003171}} header.navigation .submenu li a { width: 12em; background-color: #333333; text-align: left; padding-left: 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003187}} header.navigation .navigation-tools { display: block; padding-right: 1em; padding-left: 0.5em; clear: both; background: #505050; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .navigation-tools:after { content: ""; display: table; clear: both; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003187}} header.navigation .navigation-tools { background: transparent; float: right; clear: none; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003202}} header.navigation a.sign-up { margin-top: 13px; float: right; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline; background: #477dca; border-radius: 0.1875em; color: white; font-size: .8em; font-weight: 800; text-transform: uppercase; padding: .4em .5em; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003202}} header.navigation a.sign-up { padding: .4em 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003219}} header.navigation a.sign-up:hover { background: #6f99d5; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003224}} header.navigation .search-bar { padding: 13px 5px; float: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003231}} header.navigation .search-bar .search-and-submit { position: relative; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003234}} header.navigation .search-bar .search-and-submit input[type=search] { background: #404040; border: 1px solid #262626; padding: .6em .8em; font-size: .9em; font-style: italic; color: rgba(255, 255, 255, 0.7); border-radius: 0.375em; margin: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003245}} header.navigation .search-bar .search-and-submit button[type=submit] { border: 1px solid #363636; border-radius: 3px; box-shadow: inset 0 1px 0 0 gray; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #595959; background-image: -webkit-linear-gradient(#595959, #3d3d3d); background-image: linear-gradient(#595959, #3d3d3d); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #2b2b2b; background-clip: padding-box; border: 1px solid #3a3131; border-radius: 3px; box-shadow: inset 0 1px 0 0 gray; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #595959; background-image: -webkit-linear-gradient(#595959, #433838); background-image: linear-gradient(#595959, #433838); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #322525; background-clip: padding-box; position: absolute; top: 0.3em; right: 0.3em; bottom: 0.3em; left: auto; outline: none; padding: 0 15px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003131}} header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) { box-shadow: inset 0 1px 0 0 #666666; cursor: pointer; background-color: #4d4d4d; background-image: -webkit-linear-gradient(#4d4d4d, #363636); background-image: linear-gradient(#4d4d4d, #363636); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003148}} header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) { border: 1px solid #363636; box-shadow: inset 0 0 8px 4px #2e2e2e, inset 0 0 8px 4px #2e2e2e; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003131}} header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) { box-shadow: inset 0 1px 0 0 #666666; cursor: pointer; background-color: #4d4d4d; background-image: -webkit-linear-gradient(#4d4d4d, #3a3131); background-image: linear-gradient(#4d4d4d, #3a3131); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003148}} header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) { border: 1px solid #3a3131; box-shadow: inset 0 0 8px 4px #312b2b, inset 0 0 8px 4px #312b2b; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\0000351}} header.navigation .search-bar .search-and-submit button[type=submit]:disabled { opacity: 0.5; cursor: not-allowed; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003255}} header.navigation .search-bar .search-and-submit button[type=submit] img { height: 12px; opacity: .7; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003224}} header.navigation .search-bar { width: 16em; position: relative; display: inline-block; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003267}} header.navigation .search-bar input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\000033}} .footer { background: #40526b; padding: 3em 1.618em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000313}} .footer .footer-logo { text-align: center; margin-bottom: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000317}} .footer .footer-logo img { height: 3em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000322}} .footer .footer-links { margin-bottom: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .footer .footer-links:after { content: ""; display: table; clear: both; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000322}} .footer .footer-links { margin-left: 25.58941%; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000331}} .footer ul { margin-bottom: 3em; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000331}} .footer ul { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} .footer ul:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_omega\.scss}line{font-family:\0000352}} .footer ul:nth-child(3n) { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_omega\.scss}line{font-family:\0000357}} .footer ul:nth-child(3n+1) { clear: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .footer ul:after { content: ""; display: table; clear: both; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000341}} .footer li { text-align: center; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000341}} .footer li { text-align: left; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000349}} .footer li a { color: rgba(255, 255, 255, 0.4); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000352}} .footer li a:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000357}} .footer li h3 { color: white; font-size: 1em; font-weight: 800; margin-bottom: .4em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000364}} .footer hr { border: 1px solid rgba(255, 255, 255, 0.1); margin: 0 auto 1.5em; width: 12em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000370}} .footer p { color: rgba(255, 255, 255, 0.4); font-size: .9em; line-height: 1.5em; margin: auto; max-width: 35em; text-align: center; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\000032}} .content { width: 53.75em; max-width: 68em; margin-left: auto; margin-right: auto; margin: 0 auto; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .content:after { content: ""; display: table; clear: both; } @media (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\000039}} aside.sidebar1 { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} aside.sidebar1:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\0000313}} aside.sidebar2 { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} aside.sidebar2:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\0000318}} article.main { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} article.main:last-child { margin-right: 0; } }
css/main.css
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_grid\.scss}line{font-family:\000032}} * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/extends\/_button\.scss}line{font-family:\000031}} button, input[type="submit"] { -webkit-font-smoothing: antialiased; background-color: #477dca; border-radius: 0.1875em; color: white; display: inline-block; font-size: 1em; font-weight: bold; line-height: 1; padding: .75em 1em; text-decoration: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/extends\/_button\.scss}line{font-family:\0000313}} button:hover, input[type="submit"]:hover { background-color: #2c5999; color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\000031}} body { -webkit-font-smoothing: antialiased; background-color: white; color: #333333; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; line-height: 1.5; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000310}} h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; line-height: 1.25em; margin: 0; text-rendering: optimizeLegibility; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000317}} h1 { font-size: 2.25em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000321}} h2 { font-size: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000325}} h3 { font-size: 1.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000329}} h4 { font-size: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000333}} h5 { font-size: 1.25em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000337}} h6 { font-size: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000341}} p { margin: 0 0 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000345}} a { -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; transition: color 0.1s linear; color: #477dca; text-decoration: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000350}} a:hover { color: #2c5999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000354}} a:active, a:focus { color: #2c5999; outline: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000360}} hr { border-bottom: 1px solid #dddddd; border-left: none; border-right: none; border-top: none; margin: 1.5em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000368}} img { margin: 0; max-width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000373}} blockquote { border-left: 2px solid #dddddd; color: #595959; margin: 1.5em 0; padding-left: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000380}} cite { color: #737373; font-style: italic; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_typography\.scss}line{font-family:\0000384}} cite:before { content: '\2014 \00A0'; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\000031}} fieldset { background: #f7f7f7; border: 1px solid #dddddd; margin: 0 0 0.75em 0; padding: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000310}} input, label, select { display: block; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000316}} label { font-weight: bold; margin-bottom: 0.375em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000320}} label.required:after { content: "*"; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000324}} label abbr { display: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000331}} textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; background-color: white; border-radius: 0.1875em; border: 1px solid #dddddd; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 1em; margin-bottom: 0.75em; padding: 0.5em 0.5em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000344}} textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover { border-color: #c4c4c4; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000348}} textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus { border-color: #477dca; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7); outline: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000355}} textarea { resize: vertical; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000359}} input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000363}} input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000368}} input[type="file"] { margin-bottom: 0.75em; padding-bottom: 0.5em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_forms\.scss}line{font-family:\0000374}} select { width: auto; max-width: 100%; margin-bottom: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\000031}} table { border-collapse: collapse; margin: 0.75em 0; table-layout: fixed; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\000038}} th { border-bottom: 1px solid #b7b7b7; font-weight: bold; padding: 0.75em 0; text-align: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\0000315}} td { border-bottom: 1px solid #dddddd; padding: 0.75em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_tables\.scss}line{font-family:\0000320}} tr, td, th { vertical-align: middle; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\000031}} ul, ol { margin: 0; padding: 0; list-style-type: none; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000319}} dl { margin-bottom: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000322}} dl dt { font-weight: bold; margin-top: 0.75em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_lists\.scss}line{font-family:\0000327}} dl dd { margin: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/1-base\/_buttons\.scss}line{font-family:\000032}} button, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: none; cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\000033}} header.navigation { background-color: #333333; border-bottom: 1px solid #1a1a1a; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; height: 60px; width: 100%; z-index: 999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000325}} header.navigation .menu-wrapper { max-width: 68em; margin-left: auto; margin-right: auto; position: relative; z-index: 9999; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .menu-wrapper:after { content: ""; display: table; clear: both; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .menu-wrapper:after { content: ""; display: table; clear: both; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000332}} header.navigation .logo { float: left; max-height: 60px; padding-left: 1em; padding-right: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000338}} header.navigation .logo img { max-height: 60px; padding: .8em 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000344}} header.navigation .navigation-menu-button { color: rgba(255, 255, 255, 0.7); cursor: pointer; display: block; float: right; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: 700; line-height: 60px; margin: 0; padding-right: 1em; text-transform: uppercase; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000344}} header.navigation .navigation-menu-button { display: none; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000360}} header.navigation .navigation-menu-button:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000365}} header.navigation .nav { z-index: 9999999; float: none; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000365}} header.navigation .nav { float: left; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000373}} header.navigation ul#navigation-menu { clear: both; -webkit-transform-style: preserve-3d; display: none; margin: 0 auto; overflow: visible; padding: 0; width: 100%; z-index: 9999; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000373}} header.navigation ul#navigation-menu { display: inline; margin: 0; padding: 0; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000390}} header.navigation ul li { background: #333333; display: block; line-height: 60px; overflow: hidden; padding-right: .8em; text-align: right; width: 100%; z-index: 9999; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\0000390}} header.navigation ul li { background: transparent; display: inline; line-height: 60px; text-decoration: none; width: auto; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003108}} header.navigation ul li a { font-weight: 400; display: inline-block; color: rgba(255, 255, 255, 0.7); } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003108}} header.navigation ul li a { padding-right: 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003117}} header.navigation ul li a:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003123}} header.navigation .active-nav-item a { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003128}} header.navigation li.more { padding-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003131}} header.navigation li.more:hover .submenu { display: block; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003128}} header.navigation li.more { position: relative; padding-right: .8em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003141}} header.navigation li.more a { padding-right: .8em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003145}} header.navigation .submenu { display: none; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003145}} header.navigation .submenu { position: absolute; top: 1em; left: -1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003154}} header.navigation .submenu li { display: block; padding-right: 0; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003154}} header.navigation .submenu li { line-height: 46.15385px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003161}} header.navigation .submenu li:first-child a { padding-top: 1em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003164}} header.navigation .submenu li:last-child a { border-bottom-left-radius: 0.1875em; border-bottom-right-radius: 0.1875em; padding-bottom: .7em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003171}} header.navigation .submenu li a { text-align: right; background-color: #2b2b2b; width: 100%; display: inline-block; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003171}} header.navigation .submenu li a { width: 12em; background-color: #333333; text-align: left; padding-left: 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003187}} header.navigation .navigation-tools { display: block; padding-right: 1em; padding-left: 0.5em; clear: both; background: #505050; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} header.navigation .navigation-tools:after { content: ""; display: table; clear: both; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003187}} header.navigation .navigation-tools { background: transparent; float: right; clear: none; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003202}} header.navigation a.sign-up { margin-top: 13px; float: right; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline; background: #477dca; border-radius: 0.1875em; color: white; font-size: .8em; font-weight: 800; text-transform: uppercase; padding: .4em .5em; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003202}} header.navigation a.sign-up { padding: .4em 1em; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003219}} header.navigation a.sign-up:hover { background: #6f99d5; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003224}} header.navigation .search-bar { padding: 13px 5px; float: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003231}} header.navigation .search-bar .search-and-submit { position: relative; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003234}} header.navigation .search-bar .search-and-submit input[type=search] { background: #404040; border: 1px solid #262626; padding: .6em .8em; font-size: .9em; font-style: italic; color: rgba(255, 255, 255, 0.7); border-radius: 0.375em; margin: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003245}} header.navigation .search-bar .search-and-submit button[type=submit] { border: 1px solid #363636; border-radius: 3px; box-shadow: inset 0 1px 0 0 gray; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #595959; background-image: -webkit-linear-gradient(#595959, #3d3d3d); background-image: linear-gradient(#595959, #3d3d3d); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #2b2b2b; background-clip: padding-box; border: 1px solid #3a3131; border-radius: 3px; box-shadow: inset 0 1px 0 0 gray; color: white; display: inline-block; font-size: inherit; font-weight: bold; background-color: #595959; background-image: -webkit-linear-gradient(#595959, #433838); background-image: linear-gradient(#595959, #433838); padding: 7px 18px; text-decoration: none; text-shadow: 0 1px 0 #322525; background-clip: padding-box; position: absolute; top: 0.3em; right: 0.3em; bottom: 0.3em; left: auto; outline: none; padding: 0 15px; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003131}} header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) { box-shadow: inset 0 1px 0 0 #666666; cursor: pointer; background-color: #4d4d4d; background-image: -webkit-linear-gradient(#4d4d4d, #363636); background-image: linear-gradient(#4d4d4d, #363636); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003148}} header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) { border: 1px solid #363636; box-shadow: inset 0 0 8px 4px #2e2e2e, inset 0 0 8px 4px #2e2e2e; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003131}} header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) { box-shadow: inset 0 1px 0 0 #666666; cursor: pointer; background-color: #4d4d4d; background-image: -webkit-linear-gradient(#4d4d4d, #3a3131); background-image: linear-gradient(#4d4d4d, #3a3131); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\00003148}} header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled), header.navigation .search-bar .search-and-submit button[type=submit]:focus:not(:disabled) { border: 1px solid #3a3131; box-shadow: inset 0 0 8px 4px #312b2b, inset 0 0 8px 4px #312b2b; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_button\.scss}line{font-family:\0000351}} header.navigation .search-bar .search-and-submit button[type=submit]:disabled { opacity: 0.5; cursor: not-allowed; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003255}} header.navigation .search-bar .search-and-submit button[type=submit] img { height: 12px; opacity: .7; } @media screen and (min-width: 53.75em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003224}} header.navigation .search-bar { width: 16em; position: relative; display: inline-block; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_top-nav\.scss}line{font-family:\00003267}} header.navigation .search-bar input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\000033}} .footer { background: #40526b; padding: 3em 1.618em; width: 100%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000313}} .footer .footer-logo { text-align: center; margin-bottom: 2em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000317}} .footer .footer-logo img { height: 3em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000322}} .footer .footer-links { margin-bottom: 1.5em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .footer .footer-links:after { content: ""; display: table; clear: both; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000322}} .footer .footer-links { margin-left: 25.58941%; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000331}} .footer ul { margin-bottom: 3em; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000331}} .footer ul { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} .footer ul:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_omega\.scss}line{font-family:\0000352}} .footer ul:nth-child(3n) { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_omega\.scss}line{font-family:\0000357}} .footer ul:nth-child(3n+1) { clear: left; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .footer ul:after { content: ""; display: table; clear: both; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000341}} .footer li { text-align: center; } @media screen and (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000341}} .footer li { text-align: left; } } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000349}} .footer li a { color: rgba(255, 255, 255, 0.4); } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000352}} .footer li a:hover { color: white; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000357}} .footer li h3 { color: white; font-size: 1em; font-weight: 800; margin-bottom: .4em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000364}} .footer hr { border: 1px solid rgba(255, 255, 255, 0.1); margin: 0 auto 1.5em; width: 12em; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/2-modules\/_footer\.scss}line{font-family:\0000370}} .footer p { color: rgba(255, 255, 255, 0.4); font-size: .9em; line-height: 1.5em; margin: auto; max-width: 35em; text-align: center; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\000032}} .content { width: 53.75em; max-width: 68em; margin-left: auto; margin-right: auto; margin: 0 auto; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/bourbon\/addons\/_clearfix\.scss}line{font-family:\0000315}} .content:after { content: ""; display: table; clear: both; } @media (min-width: 800px) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\000039}} aside.sidebar1 { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} aside.sidebar1:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\0000313}} aside.sidebar2 { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} aside.sidebar2:last-child { margin-right: 0; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/3-layouts\/_home\.scss}line{font-family:\0000318}} article.main { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/rdrew\/Sites\/robs_html5_boilerplate\/sass\/0-plugins\/neat\/grid\/_span-columns\.scss}line{font-family:\0000338}} article.main:last-child { margin-right: 0; } }
0.172416
0.038358
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 400; src: local('Quicksand Regular'), local('Quicksand-Regular'), url(images/quicksand.woff) format('woff'); } /**************************** Site Structure *****************************/ html { font-size: 1em; } body { background: #fff url(images/body_bg.png) fixed; } img { display: block; } .image { margin-top: 10px; border-radius: 8px; box-shadow: 0px 1px 10px #444; display: table; overflow: hidden; } .image_centered { border-radius: 8px; box-shadow: 0px 1px 10px #444; display: table; overflow: hidden; margin-left: auto; margin-right: auto; } .tracker { display: none; } #container { font-family: Arial,Helvetica sans-serif; /* text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property. */ text-size-adjust: none; color: #333; line-height: 1.4em; width:960px; background: #FFF; border-radius: 8px; box-shadow: 0px 0px 5px #555; padding-top: 15px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px; margin: auto; margin-bottom: 30px; position: relative; clear: both; } #footer {font-size: small; clear: both; color: #727579; text-align: center;} #footer a {color: #727579; text-decoration: none} #footer a:hover{text-decoration: none} /**************************** Typography *****************************/ .no_display {display: none;} h1, h2, h3 { font-family: 'Quicksand', sans-serif; margin-top: 0px; color: #000 } h1, h2, h3 { width: 100%; overflow: hidden; margin-bottom: .1em; } h1:after, h2:after, h3:after { background-color: rgba(0, 0, 0, 0.1); display: inline-block; vertical-align:middle; content: ''; height: .25em; margin-left: .25em; margin-right: -100%; width:100%; } h1 {font-size: 1.5em; line-height: 1.1em; font-weight: normal} h2 {font-size: 1.3em; line-height: 1.1em; font-weight: normal} h3 {font-size: 1.1em; line-height: 1.1em; font-weight: 700} a {color: #0b7183; text-decoration: none} p {margin-bottom:1em;} ul {margin-left: 25px; margin-bottom:1em; list-style-image: url('images/bullet.png');} a:hover{text-decoration: underline} strong {font-weight: bold; color: red;} em {font-style: italic;} /******************************************************************************/ /*----------------------------------- Columns --------------------------------*/ /******************************************************************************/ .left {float:left; } .right{float:right;} .one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth ,.inner-content, .one-third-big { float:left; } .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth, .inner-content,.one-third-big { margin-right: 30px; } .one {width:960px;} .one-half {width:465px;} .two-third {width:630px;} .one-third {width:300px;} .inner-content {width:712px;} .one-third-big {width:340px;} .one-fourth {width:217px;} .one-fifth {width:168px;} .one-sixth {width:135px;} .last {margin-right: 0px!important;} /******************************************************************************/ /*----------------------------------- Menu --------------------------------*/ /******************************************************************************/ #menu { font-family: 'Quicksand', sans-serif; font-size: 1.5em; width: 1000px; margin: 20px auto; border: 1px solid #222; background: #141414 url(images/menu_bg.jpg) repeat-x top; border-radius: 8px; box-shadow: 0px 0px 5px #333; } #menu:before, #menu:after { content: ""; display: table; clear: both; color: #E65C5C; } #menu li { float: left; border-right: 1px solid #222; -moz-box-shadow: 1px 0 0 #444; -webkit-box-shadow: 1px 0 0 #444; box-shadow: 1px 0 0 #444; position: relative; } #menu a { float: left; padding: 12px 30px; color: #E65C5C; /* text-transform: uppercase; */ text-shadow: 0 1px 0 #000; text-decoration: none; } #menu li:hover > a { color: #999; } #menu menu_title { padding: 12px 30px; float: right; color: #E65C5C; } /******************************************************************************/ /* PUBLICATIONS */ /******************************************************************************/ /* for the quick publication tag */ reddish { color:#E65C5C; } .publication { float: left; padding: 15px; width: 950px; border-radius: 8px; } .publication:hover { background: #95d9e5; background: -webkit-gradient(linear, 0% 0%, 1000% 0%, from(#95d9e5), to(#fff)); background: -webkit-linear-gradient(left, #95d9e5, #fff); background: -moz-linear-gradient(left, #95d9e5, #fff); background: -ms-linear-gradient(left, #95d9e5, #fff); background: -o-linear-gradient(left, #95d9e5, #fff); } .publication_content { display: flow-root; min-height: 150px; } .publication_information { display: block; float: right; position: relative; width: 675px; } /* Centering: https://www.w3.org/Style/Examples/007/center.en.html#hv3 */ .publication_image { border-radius: 8px; box-shadow: 1px 1px 4px #444; overflow: hidden; float: left; width: 250px; height: 150px; display: flex; align-items: center; justify-content: center; background-color: white; } .publication_venue, .publication_authors, .publication_links{ padding-top: .5em; } .publication_title{ font-weight: bold; } .publication_authors{ font-style: italic; } /* publication links collection: [link1, link2, link3] */ .publication_links { display:inline; margin-left: 0px; } .publication_links:before{ content:"["; } .publication_links:after{ content:"]"; } .publication_link{ display: inline; cursor: pointer; } .publication_link+.publication_link:before{ content:", "; } /* go to newline afterwards (needs display:inline in element) http://stackoverflow.com/questions/10933837/line-break-like-br-using-only-css */ /*.publication_title:after{ content:"\a"; white-space: pre; } .publication_authors:after{ content:"\a"; white-space: pre; } .publication_venue:after{ content:"\a"; white-space: pre; }*/ .publication_detail { /* border-left-color: black; border-left-width: 2px; border-style: solid; */ border-radius: 2px; box-shadow: 0px 0px 2px #444; margin-left: 118px; margin-top: 8px; margin-bottom: 10px; padding: 10px; float: left; display: none; /* border-radius: 8px; background: #eee; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff)); background: -webkit-linear-gradient(top, #eee, #fff); background: -moz-linear-gradient(top, #eee, #fff); background: -ms-linear-gradient(top, #eee, #fff); background: -o-linear-gradient(top, #eee, #fff); */ } .publication_abstract { float: left; width: 660px; margin-right: 20px; font-size: 0.9em; line-height: 1.2em; } .publication_bibtex { font-family: monospace; display: block; margin-left: 140px; overflow: hidden; max-height: 0px; transition: max-height 0.5s; } .publication_text_box { padding: 2em; }
style.css
@font-face { font-family: 'Quicksand'; font-style: normal; font-weight: 400; src: local('Quicksand Regular'), local('Quicksand-Regular'), url(images/quicksand.woff) format('woff'); } /**************************** Site Structure *****************************/ html { font-size: 1em; } body { background: #fff url(images/body_bg.png) fixed; } img { display: block; } .image { margin-top: 10px; border-radius: 8px; box-shadow: 0px 1px 10px #444; display: table; overflow: hidden; } .image_centered { border-radius: 8px; box-shadow: 0px 1px 10px #444; display: table; overflow: hidden; margin-left: auto; margin-right: auto; } .tracker { display: none; } #container { font-family: Arial,Helvetica sans-serif; /* text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property. */ text-size-adjust: none; color: #333; line-height: 1.4em; width:960px; background: #FFF; border-radius: 8px; box-shadow: 0px 0px 5px #555; padding-top: 15px; padding-right: 20px; padding-bottom: 5px; padding-left: 20px; margin: auto; margin-bottom: 30px; position: relative; clear: both; } #footer {font-size: small; clear: both; color: #727579; text-align: center;} #footer a {color: #727579; text-decoration: none} #footer a:hover{text-decoration: none} /**************************** Typography *****************************/ .no_display {display: none;} h1, h2, h3 { font-family: 'Quicksand', sans-serif; margin-top: 0px; color: #000 } h1, h2, h3 { width: 100%; overflow: hidden; margin-bottom: .1em; } h1:after, h2:after, h3:after { background-color: rgba(0, 0, 0, 0.1); display: inline-block; vertical-align:middle; content: ''; height: .25em; margin-left: .25em; margin-right: -100%; width:100%; } h1 {font-size: 1.5em; line-height: 1.1em; font-weight: normal} h2 {font-size: 1.3em; line-height: 1.1em; font-weight: normal} h3 {font-size: 1.1em; line-height: 1.1em; font-weight: 700} a {color: #0b7183; text-decoration: none} p {margin-bottom:1em;} ul {margin-left: 25px; margin-bottom:1em; list-style-image: url('images/bullet.png');} a:hover{text-decoration: underline} strong {font-weight: bold; color: red;} em {font-style: italic;} /******************************************************************************/ /*----------------------------------- Columns --------------------------------*/ /******************************************************************************/ .left {float:left; } .right{float:right;} .one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth ,.inner-content, .one-third-big { float:left; } .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth, .inner-content,.one-third-big { margin-right: 30px; } .one {width:960px;} .one-half {width:465px;} .two-third {width:630px;} .one-third {width:300px;} .inner-content {width:712px;} .one-third-big {width:340px;} .one-fourth {width:217px;} .one-fifth {width:168px;} .one-sixth {width:135px;} .last {margin-right: 0px!important;} /******************************************************************************/ /*----------------------------------- Menu --------------------------------*/ /******************************************************************************/ #menu { font-family: 'Quicksand', sans-serif; font-size: 1.5em; width: 1000px; margin: 20px auto; border: 1px solid #222; background: #141414 url(images/menu_bg.jpg) repeat-x top; border-radius: 8px; box-shadow: 0px 0px 5px #333; } #menu:before, #menu:after { content: ""; display: table; clear: both; color: #E65C5C; } #menu li { float: left; border-right: 1px solid #222; -moz-box-shadow: 1px 0 0 #444; -webkit-box-shadow: 1px 0 0 #444; box-shadow: 1px 0 0 #444; position: relative; } #menu a { float: left; padding: 12px 30px; color: #E65C5C; /* text-transform: uppercase; */ text-shadow: 0 1px 0 #000; text-decoration: none; } #menu li:hover > a { color: #999; } #menu menu_title { padding: 12px 30px; float: right; color: #E65C5C; } /******************************************************************************/ /* PUBLICATIONS */ /******************************************************************************/ /* for the quick publication tag */ reddish { color:#E65C5C; } .publication { float: left; padding: 15px; width: 950px; border-radius: 8px; } .publication:hover { background: #95d9e5; background: -webkit-gradient(linear, 0% 0%, 1000% 0%, from(#95d9e5), to(#fff)); background: -webkit-linear-gradient(left, #95d9e5, #fff); background: -moz-linear-gradient(left, #95d9e5, #fff); background: -ms-linear-gradient(left, #95d9e5, #fff); background: -o-linear-gradient(left, #95d9e5, #fff); } .publication_content { display: flow-root; min-height: 150px; } .publication_information { display: block; float: right; position: relative; width: 675px; } /* Centering: https://www.w3.org/Style/Examples/007/center.en.html#hv3 */ .publication_image { border-radius: 8px; box-shadow: 1px 1px 4px #444; overflow: hidden; float: left; width: 250px; height: 150px; display: flex; align-items: center; justify-content: center; background-color: white; } .publication_venue, .publication_authors, .publication_links{ padding-top: .5em; } .publication_title{ font-weight: bold; } .publication_authors{ font-style: italic; } /* publication links collection: [link1, link2, link3] */ .publication_links { display:inline; margin-left: 0px; } .publication_links:before{ content:"["; } .publication_links:after{ content:"]"; } .publication_link{ display: inline; cursor: pointer; } .publication_link+.publication_link:before{ content:", "; } /* go to newline afterwards (needs display:inline in element) http://stackoverflow.com/questions/10933837/line-break-like-br-using-only-css */ /*.publication_title:after{ content:"\a"; white-space: pre; } .publication_authors:after{ content:"\a"; white-space: pre; } .publication_venue:after{ content:"\a"; white-space: pre; }*/ .publication_detail { /* border-left-color: black; border-left-width: 2px; border-style: solid; */ border-radius: 2px; box-shadow: 0px 0px 2px #444; margin-left: 118px; margin-top: 8px; margin-bottom: 10px; padding: 10px; float: left; display: none; /* border-radius: 8px; background: #eee; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff)); background: -webkit-linear-gradient(top, #eee, #fff); background: -moz-linear-gradient(top, #eee, #fff); background: -ms-linear-gradient(top, #eee, #fff); background: -o-linear-gradient(top, #eee, #fff); */ } .publication_abstract { float: left; width: 660px; margin-right: 20px; font-size: 0.9em; line-height: 1.2em; } .publication_bibtex { font-family: monospace; display: block; margin-left: 140px; overflow: hidden; max-height: 0px; transition: max-height 0.5s; } .publication_text_box { padding: 2em; }
0.301465
0.094761